[gdb/testsuite] Allow some tests in gdb.base/restore.exp to be unsupported
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-09-22 Tom de Vries <tdevries@suse.de>
2
3 * gdb.base/restore.exp: Allow register variables to be optimized out at
4 -O0.
5
6 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7
8 * gdb.arch/spu-info.exp: Remove file.
9 * gdb.arch/spu-info.c: Remove file.
10 * gdb.arch/spu-ls.exp: Remove file.
11 * gdb.arch/spu-ls.c: Remove file.
12
13 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
14 * gdb.asm/spu.inc: Remove file.
15
16 * gdb.base/dump.exp: Remove support for spu*-*-*.
17 * gdb.base/stack-checking.exp: Likewise.
18 * gdb.base/overlays.exp: Likewise.
19 * gdb.base/ovlymgr.c: Likewise.
20 * gdb.base/spu.ld: Remove file.
21
22 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
23 * gdb.cp/cpexprs.exp: Likewise.
24 * gdb.cp/exception.exp: Likewise.
25 * gdb.cp/gdb2495.exp: Likewise.
26 * gdb.cp/mb-templates.exp: Likewise.
27 * gdb.cp/pr9167.exp: Likewise.
28 * gdb.cp/userdef.exp: Likewise.
29
30 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
31
32 * gdb.cell: Remove directory.
33 * lib/cell.exp: Remove file.
34
35 2019-09-19 Tom de Vries <tdevries@suse.de>
36
37 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
38
39 2019-09-19 Tom de Vries <tdevries@suse.de>
40
41 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
42
43 2019-09-19 Tom de Vries <tdevries@suse.de>
44
45 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
46 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
47 (gdb_target_cmd): ... here.
48 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
49 value 2.
50
51 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.base/source-dir.exp: Avoid having directory names in test
54 names.
55
56 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.base/source-dir.exp: Add extra test for mapped compilation
59 directory.
60
61 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * gdb.base/list-missing-source.exp: New file.
64
65 2019-09-14 Tom de Vries <tdevries@suse.de>
66
67 PR teststuite/24599
68 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
69 * lib/ada.exp (gnatmake_version_at_least): New proc.
70
71 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
72
73 * gdb.base/maint.exp: Use exec_has_index_section.
74
75 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.base/maint.exp: Add test for 'maint info sections'.
78
79 2019-09-12 Tom de Vries <tdevries@suse.de>
80
81 * gdb.base/store.exp: Allow register variables to be optimized out at
82 -O0.
83
84 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
85
86 * gdb.ada/rdv_wait.exp: Update to new task names.
87 * gdb.base/task_switch_in_core.exp: Likewise.
88 * gdb.base/info_sources_base.c: Likewise.
89
90 2019-09-10 Tom Tromey <tromey@adacore.com>
91
92 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
93
94 2019-09-10 Tom Tromey <tromey@adacore.com>
95
96 * gdb.ada/dgopt.exp: New file.
97 * gdb.ada/dgopt/x.adb: New file.
98
99 2019-09-08 Tom Tromey <tom@tromey.com>
100
101 * gdb.tui/resize.exp: Remove setup_xfail.
102 * gdb.tui/regs.exp: Remove setup_xfail.
103 * gdb.tui/basic.exp: Remove setup_xfail.
104
105 2019-09-06 David Blaikie <dblaikie@gmail.com>
106
107 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
108 * gdb.cp/cplabel.exp: Ditto.
109 * gdb.linespec/ls-errs.exp: Ditto.
110
111 2019-09-05 Tom de Vries <tdevries@suse.de>
112
113 * lib/gdb.exp (cmp_file_string): New proc.
114 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
115 runto_main. Verify save breakpoints output.
116
117 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
118
119 * gdb.base/info-var.exp: Test info variables without running
120 to main, to avoid expect's buffer overflow.
121
122 2019-09-03 Tom Tromey <tromey@adacore.com>
123
124 * gdb.ada/bias.exp: New file.
125 * gdb.ada/bias/bias.adb: New file.
126 * gdb.ada/print_chars.exp: Add regression test.
127 * gdb.ada/print_chars/foo.adb (My_Character): New type.
128 (MC): New variable.
129
130 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
131
132 * gdb.base/argv0-symlink.exp: Run only on native target
133 and local host.
134
135 2019-08-29 Tom de Vries <tdevries@suse.de>
136
137 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
138 diverse debug info.
139 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
140
141 2019-08-28 Tom de Vries <tdevries@suse.de>
142
143 * gdb.base/info-var.exp: Allow info variables to print info for files
144 other than info-var-f1.c and info-var-f2.c.
145
146 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * gdb.fortran/info-types.exp: Add module.
149 * gdb.fortran/info-types.f90: Update expected results.
150
151 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.fortran/info-types.exp: New file.
154 * gdb.fortran/info-types.f90: New file.
155 * lib/fortran.exp (fortran_character1): New proc.
156
157 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
158
159 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
160 functions'. Reindent as needed.
161 * gdb.base/info-var-f1.c: New file.
162 * gdb.base/info-var-f2.c: New file.
163 * gdb.base/info-var.exp: New file.
164 * gdb.base/info-var.h: New file.
165
166 2019-08-26 Tom de Vries <tdevries@suse.de>
167
168 PR c++/24852
169 * gdb.cp/no-libstdcxx-probe.exp: New test.
170
171 2019-08-26 Tom de Vries <tdevries@suse.de>
172
173 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
174 * tests need to be skipped.
175 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
176 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
177 mi_skip_libstdcxx_probe_tests.
178
179 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
180
181 * gdb.python/py-xmethods.exp: Use raw strings when passing
182 arguments to SimpleXMethodMatcher.
183
184 2019-08-22 Tom de Vries <tdevries@suse.de>
185
186 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
187 more informative.
188
189 2019-08-21 Pedro Alves <palves@redhat.com>
190
191 * gdb.base/with.exp: Test "with" with no arguments.
192
193 2019-08-21 Tom de Vries <tdevries@suse.de>
194
195 * gdb.base/gdb-caching-proc.exp: Sort files.
196
197 2019-08-20 Tom de Vries <tdevries@suse.de>
198
199 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
200 compilation.
201
202 2019-08-16 Tom de Vries <tdevries@suse.de>
203
204 * gdb.base/compare-sections.exp ("after run to main"): Allow
205 mismatched read-only sections for PIE executables.
206
207 2019-08-16 Tom Tromey <tom@tromey.com>
208
209 * lib/tuiterm.exp (_csi_Z): New proc.
210 * gdb.tui/basic.exp: Update window positions.
211 * gdb.tui/empty.exp: Update window positions.
212
213 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
214
215 * gdb.base/examine-backward.exp: Correct regexp for
216 "examine 3 bytes backward from ${address_zero}".
217
218 2019-08-15 Tom Tromey <tom@tromey.com>
219
220 * gdb.tui/empty.exp: Enable resizing tests.
221
222 2019-08-15 Tom Tromey <tromey@adacore.com>
223
224 * gdb.ada/char_enum.exp: Add regression tests.
225 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
226 and '0'.
227 (Char, Gchar): Update.
228 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
229
230 2019-08-15 Christian Biesinger <cbiesinger@google.com>
231
232 * gdb.python/python.exp: Expect a leading underscore on
233 GdbOutput{,Error}File.
234
235 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
236
237 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
238 Windows host.
239
240 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
241
242 * gdb.base/batch-preserve-term-settings.exp
243 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
244
245 2019-08-15 Christian Biesinger <cbiesinger@google.com>
246
247 * lib/gdb.exp: When running on a mingw target, replace
248 /x/ with x:/.
249
250 2019-08-14 Alan Hayward <alan.hayward@arm.com>
251
252 * gdb.arch/aarch64-prologue.c: New test.
253 * gdb.arch/aarch64-prologue.exp: New file.
254
255 2019-08-13 Tom de Vries <tdevries@suse.de>
256
257 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
258 Thread.
259
260 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
261
262 * gdb.python/py-completion.exp: Download the .py file to the host
263 and use its host pathname. Conditionalize tests that use
264 tab completion and manipulate files on the build machine.
265 * gdb.python/py-events.exp: Download the .py file to the host
266 and use its host pathname.
267 * gdb.python/py-evsignal.exp: Likewise.
268 * gdb.python/py-evthreads.exp: Likewise.
269 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
270 pathname syntax.
271 * gdb.python/py-framefilter.exp: Download the .py file to the right
272 place on the host. Match Windows pathname syntax.
273 * gdb.python/py-mi-var-info-path-expression.exp: Download the
274 .py file to the host and use its host pathname.
275 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
276 * gdb.python/py-objfile.exp: Expect a host pathname, not a
277 build pathname. Skip symlink test on Windows host. Add missing
278 newline at end of file.
279 * gdb.python/py-pp-maint.exp: Download the .py file to the host
280 and use its host pathname.
281 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
282 * gdb.python/py-section-script.exp: Use host location of binfile
283 on safe-path. Use correct path separator on Windows host.
284 Reorder alternatives in gdb_test_multiple to prevent matching
285 the wrong alternative on success.
286 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
287
288 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
289
290 * gdb.gdb/selftest.exp (test_with_self): Update test to now
291 expect the GDB inferior to no longer immediately stop after
292 being resumed with "signal SIGINT".
293
294 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
295
296 * gdb.linespec/break-ask.exp: Generalize regexps to match
297 Windows pathnames too.
298
299 2019-08-08 Tom de Vries <tdevries@suse.de>
300
301 PR testsuite/24862
302 * lib/tuiterm.exp (_accept): Fix CSI regexp.
303
304 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
305
306 * gdb.base/style.exp: Update tests for help doc new invariants.
307 * gdb.base/help.exp: Likewise.
308
309 2019-08-06 Tom Tromey <tom@tromey.com>
310
311 * gdb.base/style.exp: Add disassemble test.
312 * gdb.base/style.c (some_called_function): New function.
313 (main): Use it.
314
315 2019-08-05 Christian Biesinger <cbiesinger@google.com>
316
317 * gdb.python/py-block.exp: Test dictionary access on blocks.
318
319 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
320
321 PR gdb/24863
322 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
323 -list-thread-groups --available test when running under
324 check-read1.
325
326 2019-08-05 Tom de Vries <tdevries@suse.de>
327
328 PR testsuite/24863
329 * lib/gdb.exp (with_read1_timeout_factor): New proc.
330 * gdb.base/help.exp: Use with_read1_timeout_factor.
331 * gdb.base/info-macros.exp: Same.
332 * gdb.cp/nested-types.exp: Same.
333
334 2019-08-05 Tom de Vries <tdevries@suse.de>
335
336 * lib/gdb.exp (version_at_least): Factor out of ...
337 (tcl_version_at_least): ... here.
338 (gdb_compile): Fail if pie results in non-PIE executable.
339 (readelf_version, readelf_prints_pie): New proc.
340 (exec_is_pie): Return -1 if unknown.
341
342 2019-08-05 Tom de Vries <tdevries@suse.de>
343
344 * lib/gdb.exp (tcl_version_at_least): Fix typo.
345
346 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
347
348 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
349
350 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
351
352 * lib/completion-support.exp (test_gdb_complete_none): Skip
353 tab completion tests if no readline support.
354 (test_gdb_complete_unique_re): Likewise.
355 (test_gdb_complete_multiple): Likewise.
356
357 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
358
359 * gdb.base/info_sources.exp: New file.
360 * gdb.base/info_sources.c: New file.
361 * gdb.base/info_sources_base.c: New file.
362
363 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
364
365 * gdb.base/batch-exit-status.exp: Call test_exit_status with
366 prefix argument.
367 (test_exit_status): Add prefix argument.
368
369 2019-08-01 Tom de Vries <tdevries@suse.de>
370
371 PR testsuite/24863
372 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
373 calling exp_continue for new thread and thread exited messages.
374
375 2019-08-01 Tom de Vries <tdevries@suse.de>
376
377 PR testsuite/24863
378 * gdb.base/structs.exp: Fix check-read1 timeout using
379 gdb_test_sequence.
380 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
381
382 2019-08-01 Tom de Vries <tdevries@suse.de>
383
384 PR testsuite/24863
385 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
386 line.
387
388 2019-08-01 Tom de Vries <tdevries@suse.de>
389
390 PR testsuite/24863
391 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
392
393 2019-07-30 Tom Tromey <tromey@adacore.com>
394
395 * gdb.ada/display_nested.exp: New file.
396 * gdb.ada/display_nested/foo.adb: New file.
397 * gdb.ada/display_nested/pack.adb: New file.
398 * gdb.ada/display_nested/pack.ads: New file.
399
400 2019-07-30 Christian Biesinger <cbiesinger@google.com>
401
402 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
403 namespace.
404 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
405
406 2019-07-30 Tom de Vries <tdevries@suse.de>
407
408 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
409 instead.
410
411 2019-07-30 Tom de Vries <tdevries@suse.de>
412
413 PR testsuite/24834
414 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
415 (exec_is_pie): New proc.
416
417 2019-07-29 Christian Biesinger <cbiesinger@google.com>
418
419 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
420
421 2019-07-29 Christian Biesinger <cbiesinger@google.com>
422
423 * gdb.python/py-objfile.c: Add global and static vars.
424 * gdb.python/py-objfile.exp: Test new functions Objfile.
425 lookup_global_symbol and lookup_static_symbol.
426
427 2019-07-29 Tom Tromey <tom@tromey.com>
428
429 * lib/tuiterm.exp (Term::_csi_@): New proc.
430 (Term::_csi_X): Don't move cursor.
431
432 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
433
434 * gdb.base/options.exp: Update backtrace - completion to
435 new option -frame-info.
436 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
437 Test new 'set print frame-info'. Test backtrace -frame-info
438 overriding 'set print frame-info'.
439 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
440 Test new 'set print frame-info'.
441 Verify consistency of backtrace with and without filters, with and
442 without -no-filters.
443 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
444 default.
445
446 2019-07-29 Tom de Vries <tdevries@suse.de>
447
448 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
449 no arguments".
450
451 2019-07-29 Tom de Vries <tdevries@suse.de>
452
453 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
454 is a substring of the first for "complete non-unique file name".
455
456 2019-07-29 Tom de Vries <tdevries@suse.de>
457
458 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
459 with ".*".
460
461 2019-07-29 Tom de Vries <tdevries@suse.de>
462
463 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
464 Pass prompt_regexp parameter to gdb_test_multiple calls.
465
466 2019-07-29 Tom de Vries <tdevries@suse.de>
467
468 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
469 print registers" regexps.
470
471 2019-07-29 Tom de Vries <tdevries@suse.de>
472
473 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
474
475 2019-07-29 Tom de Vries <tdevries@suse.de>
476
477 PR gdb/24855
478 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
479 (skip_python_tests_prompt): Add prompt_regexp argument to
480 gdb_test_multiple calls.
481
482 2019-07-27 Tom Tromey <tom@tromey.com>
483
484 * gdb.tui/main.exp: New file.
485
486 2019-07-27 Tom Tromey <tom@tromey.com>
487
488 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
489 optional.
490 * gdb.tui/empty.exp: New file.
491
492 2019-07-27 Tom Tromey <tom@tromey.com>
493
494 * lib/tuiterm.exp (spawn): New proc.
495 (Term::resize): New proc.
496 * gdb.tui/resize.exp: New file.
497
498 2019-07-27 Tom Tromey <tom@tromey.com>
499
500 * gdb.tui/list.exp: New file.
501
502 2019-07-27 Tom Tromey <tom@tromey.com>
503
504 * gdb.tui/regs.exp: New file.
505
506 2019-07-27 Tom Tromey <tom@tromey.com>
507
508 * gdb.tui/basic.exp: Add "layout split" test.
509
510 2019-07-27 Tom Tromey <tom@tromey.com>
511
512 * gdb.tui/basic.exp: Add "layout asm" test.
513
514 2019-07-27 Tom Tromey <tom@tromey.com>
515
516 * lib/tuiterm.exp: New file.
517 * gdb.tui/basic.exp: New file.
518
519 2019-07-27 Kevin Buettner <kevinb@redhat.com>
520
521 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
522 Enable tests associated with this flag. Adjust regex
523 referencing "foo_low" to now refer to "foo_cold" instead.
524
525 2019-07-27 Kevin Buettner <kevinb@redhat.com>
526
527 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
528 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
529 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
530 foo_cold. Revise comments to match.
531 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
532 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
533 were wrapped into this proc; Call do_test in loop from outermost
534 level.
535 (foo_low): Rename all occurrences to "foo_cold".
536 (backtrace from baz): New test.
537 (x2/i foo_cold): New test.
538 (info line *foo_cold): New test.
539
540 2019-07-26 Tom de Vries <tdevries@suse.de>
541
542 * gdb.arch/i386-pkru.exp: Fix unterminated string.
543
544 2019-07-25 Tom de Vries <tdevries@suse.de>
545
546 PR testsuite/24830
547 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
548 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
549 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
550 (skip_libstdcxx_probe_tests): ... here.
551 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
552
553 2019-07-24 Tom de Vries <tdevries@suse.de>
554
555 PR testsuite/24807
556 * gdb.objc/basicclass.m: Include stdio.h.
557 * gdb.objc/nondebug.m: Same.
558 * gdb.objc/objcdecode.m: Same.
559
560 2019-07-24 Tom de Vries <tdevries@suse.de>
561
562 PR testsuite/24612
563 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
564 additional_flags.
565
566 2019-07-24 Tom de Vries <tdevries@suse.de>
567
568 PR testsuite/24831
569 * gdb.multi/tids.exp: Update error messages for info threads.
570
571 2019-07-24 Tom de Vries <tdevries@suse.de>
572
573 * gdb.base/info-types.exp: Allow info types to print info for more than
574 one file.
575
576 2019-07-23 Tom de Vries <tdevries@suse.de>
577
578 PR testsuite/24842
579 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
580 gdb_spawn_with_cmdline_opts.
581
582 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
583
584 * gdb.arch/arm-cmse-sgstubs.c: New test.
585 * gdb.arch/arm-cmse-sgstubs.exp: New file.
586
587 2019-07-23 Tom de Vries <tdevries@suse.de>
588
589 PR testsuite/24711
590 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
591 issuing next command.
592
593 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
594
595 * gdb.ada/info_auto_lang.exp: Update expected results.
596 * gdb.base/info-types.c: Add additional types to check.
597 * gdb.base/info-types.exp: Update expected results.
598
599 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * gdb.base/info-types.c: New file.
602 * gdb.base/info-types.exp: New file.
603
604 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
605
606 * gdb.arch/riscv-bp-infcall.c: New file.
607 * gdb.arch/riscv-bp-infcall.exp: New file.
608
609 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
610
611 PR breakpoints/24541
612 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
613
614 2019-07-14 Tom de Vries <tdevries@suse.de>
615
616 PR testsuite/24760
617 * gdb.objc/basicclass.exp: Fix unterminated string.
618
619 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
620 Andrew Burgess <andrew.burgess@embecosm.com>
621
622 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
623 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
624 negative bounds.
625 * gdb.fortran/vla-value.exp: Print elements of an array with
626 negative bounds.
627 * gdb.fortran/vla.f90: Setup an array with negative bounds for
628 testing.
629
630 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 * gdb.base/options.exp (expect_string): Dequote strings in
633 results.
634 (test-string): Test strings with different quoting and reindent.
635
636 2019-07-10 Tom Tromey <tromey@adacore.com>
637
638 * gdb.ada/mi_ex_cond.exp: Update expected results.
639 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
640 * gdb.ada/mi_catch_ex.exp: Update expected results.
641 * gdb.ada/mi_catch_assert.exp: Update expected results.
642 * gdb.ada/catch_ex.exp (catch_exception_info)
643 (catch_exception_entry, catch_assert_entry)
644 (catch_unhandled_entry): Update.
645 * gdb.ada/catch_assert_if.exp: Update expected results.
646
647 2019-07-10 Richard Bunt <richard.bunt@arm.com>
648 Stephen Roberts <stephen.roberts@arm.com>
649
650 * gdb.base/define.exp: Restore original prompt.
651
652 2019-07-09 Pedro Alves <palves@redhat.com>
653
654 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
655 breakpoints" output.
656 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
657 * gdb.python/py-breakpoint.exp: No longer expect that "catch
658 throw" creates breakpoint.
659 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
660 'type="catchpoint"'.
661
662 2019-07-09 Pedro Alves <palves@redhat.com>
663
664 PR c++/15468
665 * gdb.cp/except-multi-location-lib.cc: New.
666 * gdb.cp/except-multi-location-main.cc: New.
667 * gdb.cp/except-multi-location.exp: New.
668
669 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
670
671 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
672 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
673 argument and update callers.
674
675 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 * gdb.arch/amd64-break-on-asm-line.S: New file.
678 * gdb.arch/amd64-break-on-asm-line.exp: New file.
679
680 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
681
682 * gdb.base/printcmds.exp: Test printing C string and
683 C wide string convenience vars without transiting via the inferior.
684 Also make test names unique.
685
686 2019-07-08 Alan Hayward <alan.hayward@arm.com>
687
688 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
689
690 2019-07-04 Pedro Alves <palves@redhat.com>
691
692 * lib/gdb.exp (foreach_with_prefix): Don't return early if
693 body returned ok(0), break(3) or continue(4).
694 * gdb.testsuite/foreach_with_prefix.exp: New file.
695
696 2019-07-04 Alan Hayward <alan.hayward@arm.com>
697
698 * gdb.server/unittest.exp: Allow 0 unit tests to run.
699
700 2019-07-03 Pedro Alves <palves@redhat.com>
701
702 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
703 "return -code".
704
705 2019-07-03 Pedro Alves <palves@redhat.com>
706
707 PR cli/24732
708 * gdb.base/shell.exp: Load completion-support.exp.
709 Adjust expected error output. Add completion tests.
710
711 2019-07-03 Pedro Alves <palves@redhat.com>
712
713 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
714 string_to_regexp.
715
716 2019-07-03 Pedro Alves <palves@redhat.com>
717
718 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
719 (expect_integer): Adjust to expect "-string".
720 (expect_string): New.
721 (all_options): Expect "-string".
722 (test-flag, test-boolean): Adjust to expect "-string".
723 (test-string): New proc.
724 (top level): Call it.
725
726 2019-07-03 Pedro Alves <palves@redhat.com>
727
728 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
729 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
730 the expected output in the success.
731
732 2019-07-03 Pedro Alves <palves@redhat.com>
733
734 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
735 Split one gdb_test_multiple call in two to avoid a race.
736
737 2019-07-03 Pedro Alves <palves@redhat.com>
738
739 * gdb.base/with.c: New file.
740 * gdb.base/with.exp: New file.
741
742 2019-07-03 Pedro Alves <palves@redhat.com>
743
744 * gdb.base/settings.exp: Replace all references to "maint
745 test-settings set" with references to "maint set test-settings",
746 and all references to "maint test-settings show" with references
747 to "maint show test-settings".
748
749 2019-07-03 Pedro Alves <palves@redhat.com>
750
751 * gdb.base/settings.exp (test-string): Adjust expected out when
752 testing "maint test-settings show filename"
753
754 2019-07-02 Pedro Alves <palves@redhat.com>
755
756 * gdb.base/options.exp (test-info-threads): New procedure.
757 (top level): Call it.
758
759 2019-06-28 Tom Tromey <tromey@adacore.com>
760
761 * gdb.dwarf2/ada-linkage-name.c: New file.
762 * gdb.dwarf2/ada-linkage-name.exp: New file.
763
764 2019-06-27 Tom Tromey <tromey@adacore.com>
765
766 * gdb.cp/constexpr-field.exp: Use setup_xfail.
767
768 2019-06-26 Tom de Vries <tdevries@suse.de>
769
770 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
771
772 2019-06-26 Tom de Vries <tdevries@suse.de>
773
774 * gdb.base/index-cache.exp: Add back missing debug option.
775
776 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
777
778 * gdb.base/alias.exp: Test non matching/non existing prefixes.
779
780 2019-06-25 Tom de Vries <tdevries@suse.de>
781
782 PR testsuite/24727
783 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
784
785 2019-06-24 Tom de Vries <tdevries@suse.de>
786
787 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
788
789 2019-06-24 Tom de Vries <tdevries@suse.de>
790
791 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
792 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
793 * gdb.trace/unavailable-dwarf-piece.exp: Same.
794
795 2019-06-24 Tom de Vries <tdevries@suse.de>
796
797 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
798
799 2019-06-21 Tom de Vries <tdevries@suse.de>
800
801 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
802
803 2019-06-21 Tom de Vries <tdevries@suse.de>
804
805 PR testsuite/24518
806 PR ada/24713
807 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
808 index.
809
810 2019-06-19 Tom Tromey <tromey@adacore.com>
811
812 * gdb.ada/length_cond.exp: Add intro comment.
813
814 2019-06-19 Tom Tromey <tromey@adacore.com>
815
816 * gdb.ada/length_cond.exp: New file.
817 * gdb.ada/length_cond/length_cond.adb: New file.
818 * gdb.ada/length_cond/pck.adb: New file.
819 * gdb.ada/length_cond/pck.ads: New file.
820
821 2019-06-18 Tom de Vries <tdevries@suse.de>
822
823 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
824
825 2019-06-18 Tom Tromey <tromey@adacore.com>
826
827 * gdb.base/list0.h: Add comment explaining control character.
828
829 2019-06-18 Tom de Vries <tdevries@suse.de>
830
831 * boards/fission.exp: Break up long debug_flags line.
832
833 2019-06-16 Tom de Vries <tdevries@suse.de>
834
835 PR gdb/24445
836 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
837 generated index.
838
839 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
840
841 PR gdb/24686
842 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
843 improve detection of bug gdb/24541.
844
845 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
846
847 PR gdb/24669
848 * gdb.base/index-cache.exp (uses_readnow,
849 expecting_index_cache_use): Define global variable.
850 (test_cache_enabled_miss, test_cache_enabled_hit): Use
851 expecting_index_cache_use.
852
853 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
854 Andrew Burgess <andrew.burgess@embecosm.com>
855
856 * gdb.fortran/pointers.f90: New file.
857 * gdb.fortran/print_type.exp: New file.
858 * gdb.fortran/vla-ptype.exp: Adapt expected results.
859 * gdb.fortran/vla-type.exp: Likewise.
860 * gdb.fortran/vla-value.exp: Likewise.
861 * gdb.mi/mi-vla-fortran.exp: Likewise.
862
863 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
866 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
867 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
868 as a stop reason.
869
870 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * gdb.base/annota1.exp: Update expected results.
873 * gdb.cp/annota2.exp: Likewise.
874 * gdb.cp/annota3.exp: Likewise.
875
876 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * gdb.base/style-logging.exp: Remove path from test name.
879
880 2019-06-14 Tom Tromey <tromey@adacore.com>
881
882 PR gdb/24502:
883 * gdb.base/style-logging.exp: New file.
884
885 2019-06-14 Tom Tromey <tromey@adacore.com>
886
887 * gdb.base/symfile-warn.exp: New file.
888 * gdb.base/symfile-warn.c: New file.
889
890 2019-06-14 Tom Tromey <tromey@adacore.com>
891
892 * gdb.base/annotate-symlink.exp: New file.
893
894 2019-06-14 Tom Tromey <tromey@adacore.com>
895
896 * gdb.ada/set_wstr.exp: Add reassignment test.
897
898 2019-06-14 Tom Tromey <tromey@adacore.com>
899
900 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
901 'unchecked_access and 'unrestricted_access as well.
902
903 2019-06-14 Tom Tromey <tromey@adacore.com>
904
905 PR ada/24539:
906 * gdb.ada/vla.exp: Update tests.
907 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
908 pragma.
909
910 2019-06-13 Pedro Alves <palves@redhat.com>
911
912 * gdb.base/settings.exp (test-integer): Test junk after
913 "unlimited".
914
915 2019-06-13 Pedro Alves <palves@redhat.com>
916
917 * gdb.base/options.exp (test-thread-apply): New.
918 (top level): Call it.
919
920 2019-06-13 Pedro Alves <palves@redhat.com>
921
922 * gdb.base/options.exp (test-frame-apply): New.
923 (top level): Test print commands with different "frame apply"
924 prefixes.
925
926 2019-06-13 Pedro Alves <palves@redhat.com>
927
928 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
929 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
930 'max_completions' parameter and handle it.
931 (test_gdb_completion_offers_commands): New.
932
933 2019-06-13 Pedro Alves <palves@redhat.com>
934
935 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
936
937 2019-06-13 Pedro Alves <palves@redhat.com>
938
939 * gdb.base/options.exp (test-backtrace): New.
940 (top level): Call it.
941
942 2019-06-13 Pedro Alves <palves@redhat.com>
943
944 * gdb.guile/scm-frame-args.exp: Use "set print
945 raw-frame-arguments" instead of "set print raw frame-arguments".
946 * gdb.python/py-frame-args.exp: Likewise.
947
948 2019-06-13 Pedro Alves <palves@redhat.com>
949
950 * gdb.compile/compile.exp: Adjust expected output to option
951 processing changes.
952
953 2019-06-13 Pedro Alves <palves@redhat.com>
954
955 * gdb.base/options.exp: Build executable.
956 (test-print): New procedure.
957 (top level): Call it, once for "print" and another for "compile
958 print".
959
960 2019-06-13 Pedro Alves <palves@redhat.com>
961
962 * gdb.base/options.c: New file.
963 * gdb.base/options.exp: New file.
964
965 2019-06-13 Pedro Alves <palves@redhat.com>
966
967 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
968 that "o" is ambiguous.
969
970 2019-06-13 Pedro Alves <palves@redhat.com>
971
972 * gdb.base/settings.c: New file.
973 * gdb.base/settings.exp: New file.
974
975 2019-06-13 Pedro Alves <palves@redhat.com>
976
977 * gdb.base/completion.exp: Fix comment typo.
978
979 2019-06-13 Pedro Alves <palves@redhat.com>
980
981 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
982 foo --1" test.
983
984 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
985
986 * gdb.fortran/block-data.f: New.
987 * gdb.fortran/block-data.exp: New.
988
989 2019-06-11 Tom de Vries <tdevries@suse.de>
990
991 PR testsuite/24521
992 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
993 message.
994
995 2019-06-11 Tom de Vries <tdevries@suse.de>
996
997 PR testsuite/24521
998 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
999
1000 2019-06-11 Tom de Vries <tdevries@suse.de>
1001
1002 * boards/readnow.exp: New file.
1003
1004 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1005
1006 * gdb.fortran/vla-sizeof.exp: Update expected results.
1007
1008 2019-06-06 Amos Bird <amosbird@gmail.com>
1009
1010 * gdb.base/annota1.exp (thread_switch): Add test for
1011 thread-exited annotation.
1012
1013 2019-06-06 Tom Tromey <tromey@adacore.com>
1014
1015 * gdb.base/maint.exp: Expect command started/finished output.
1016
1017 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1018
1019 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1020 comment.
1021 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1022
1023 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1026 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1027 * gdb.arch/riscv-unwind-long-insn.c: New file.
1028 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1029
1030 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1031
1032 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1033
1034 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1035
1036 * lib/gdb.exp (help_list_trailer): New regexp variable
1037 factorizing the help trailer message.
1038 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1039 arg to allow to better factorize various tests.
1040 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1041 (test_prefix_command_help): Use help_list_trailer.
1042 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1043 * gdb.guile/scm-cmd.exp: Likewise.
1044 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1045 * gdb.base/help.exp: Use test_user_defined_class_help.
1046 * gdb.base/style.exp: Add tests for styling of help and apropos.
1047 * lib/gdb-utils.exp (style): Add title and highlight styles.
1048
1049 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1050
1051 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1052 $_shell_exitsignal.
1053 * gdb.base/default.exp: Update for new convenience variables.
1054
1055 2019-05-29 Tom Tromey <tromey@adacore.com>
1056
1057 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1058 to "break complete ada" test case's regexp.
1059
1060 2019-05-29 Tom Tromey <tromey@adacore.com>
1061
1062 PR c++/20020:
1063 * gdb.cp/constexpr-field.exp: New file.
1064 * gdb.cp/constexpr-field.cc: New file.
1065
1066 2019-05-29 Tom Tromey <tromey@adacore.com>
1067
1068 * gdb.base/finish.exp (finish_no_print): New proc.
1069 (finish_tests): Call it.
1070
1071 2019-05-24 Tom de Vries <tdevries@suse.de>
1072
1073 * gdb.dwarf2/gdb-add-index.exp: New file.
1074
1075 2019-05-22 Tom Tromey <tromey@adacore.com>
1076
1077 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1078 * gdb.base/style.exp: Use "style".
1079 * lib/gdb-utils.exp (style): New proc.
1080
1081 2019-05-22 Tom de Vries <tdevries@suse.de>
1082
1083 * gdb.base/align.exp: Require c++11.
1084
1085 2019-05-22 Tom de Vries <tdevries@suse.de>
1086
1087 PR testsuite/24586
1088 * gdb.python/py-mi-var-info-path-expression.exp: Call
1089 mi_skip_python_tests to check if python is supported.
1090
1091 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1092
1093 * gdb.arch/aarch64-pauth.c: New test.
1094 * gdb.arch/aarch64-pauth.exp: New file.
1095
1096 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1097
1098 * README (Re-running Tests Outside The Testsuite): New section.
1099
1100 2019-05-21 Tom de Vries <tdevries@suse.de>
1101
1102 * gdb.arch/amd64-eval.exp: Require c++11.
1103 * gdb.base/max-depth.exp: Same.
1104 * gdb.compile/compile-cplus-array-decay.exp: Same.
1105 * gdb.cp/meth-typedefs.exp: Same.
1106 * gdb.cp/subtypes.exp: Same.
1107 * gdb.cp/temargs.exp: Same.
1108
1109 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1110
1111 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1112
1113 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1114
1115 PR gdb/18644
1116 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1117 * gdb.fortran/printing-types.exp: Add new test.
1118 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1119 testing.
1120 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1121 setup_kfail call.
1122
1123 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1124
1125 * README (Running the Testsuite): Change example.
1126 (Testsuite Parameters): Remove TRANSCRIPT.
1127 * lib/gdb.exp: Remove TRANSCRIPT check.
1128
1129 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1130
1131 * README (Testsuite Parameters): Add replay logging to
1132 GDBSERVER_DEBUG.
1133 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1134 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1135 as a comma separated list.
1136 (gdb_debug_init): Override procedure.
1137
1138 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1139
1140 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1141 (gdb_write_cmd_file): New procedure.
1142 * lib/gdbserver-support.exp (gdbserver_start): Call
1143 gdbserver_write_cmd_file.
1144 (gdbserver_write_cmd_file): New procedure.
1145
1146 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1147
1148 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1149 (delete_breakpoints): Likewise.
1150 (gdb_run_cmd): Likewise.
1151 (gdb_start_cmd): Likewise.
1152 (gdb_starti_cmd): Likewise.
1153 (gdb_internal_error_resync): Likewise.
1154 (gdb_test_multiple): Likewise.
1155 (gdb_reinitialize_dir): Likewise.
1156 (default_gdb_exit): Likewise.
1157 (gdb_file_cmd): Mark kill as optional.
1158 (default_gdb_start): Call gdb_stdin_log_init.
1159 (send_gdb): Call gdb_stdin_log_write.
1160 (rerun_to_main): Mark Y as an answer.
1161 (gdb_stdin_log_init): New function.
1162 (gdb_stdin_log_write): Likewise.
1163
1164 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1165
1166 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1167 * gdb.base/debug-expr.exp: Likewise.
1168 * gdb.base/foll-fork.exp: Likewise.
1169 * gdb.base/foll-vfork.exp: Likewise.
1170 * gdb.base/fork-print-inferior-events.exp: Likewise.
1171 * gdb.base/gdb-sigterm.exp: Likewise.
1172 * gdb.base/gdbinit-history.exp: Likewise.
1173 * gdb.base/osabi.exp: Likewise.
1174 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1175 * gdb.base/ui-redirect.exp: Likewise.
1176 * gdb.gdb/unittest.exp: Likewise.
1177 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1178 * gdb.mi/mi-watch.exp: Likewise.
1179 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1180 * gdb.mi/user-selected-context-sync.exp: Likewise.
1181 * gdb.python/python.exp: Disable debug test when debugging.
1182 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1183 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1184 Likewise.
1185 * gdb.threads/stepi-random-signal.exp: Likewise.
1186
1187 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1188
1189 * Makefile.in: Pass through GDB_DEBUG.
1190 * README (Testsuite Parameters): Add GDB_DEBUG.
1191 (gdb,debug): Add board setting.
1192 * lib/gdb.exp (default_gdb_start): Start debugging.
1193 (gdb_debug_enabled): New procedure.
1194 (gdb_debug_init): Likewise.
1195
1196 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1197
1198 * Makefile.in: Pass through GDB_DEBUG.
1199 * README (Testsuite Parameters): Add GDB_DEBUG.
1200 (gdb,debug): Add board setting.
1201 * lib/gdb.exp (default_gdb_start): Start debugging.
1202 (gdb_debug_enabled): New procedure.
1203 (gdb_debug_init): Likewise.
1204
1205 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1206
1207 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1208
1209 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1210
1211 * gdb.base/ui-redirect.exp: Test redirection.
1212
1213 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1214
1215 * gdb.mi/mi-complete.exp: New file.
1216 * gdb.mi/mi-complete.cc: Likewise.
1217
1218 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1219
1220 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1221 indexed and sliced arrays, and pointers to arrays.
1222
1223 2019-05-14 Tom Tromey <tromey@adacore.com>
1224
1225 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1226 styling test.
1227
1228 2019-05-14 Tom de Vries <tdevries@suse.de>
1229
1230 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1231 selection entry encoding.
1232
1233 2019-05-10 Tom Tromey <tromey@adacore.com>
1234
1235 * gdb.ada/info_exc.exp: Add "complete" test.
1236
1237 2019-05-09 Tom de Vries <tdevries@suse.de>
1238
1239 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1240 CU-relative.
1241
1242 2019-05-09 Tom de Vries <tdevries@suse.de>
1243
1244 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1245 CU-relative.
1246
1247 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1248
1249 * gdb.ada/frame_arg_lang.exp: New testcase.
1250 * gdb.ada/frame_arg_lang/bla.adb: New file.
1251 * gdb.ada/frame_arg_lang/pck.ads: New file.
1252 * gdb.ada/frame_arg_lang/pck.adb: New file.
1253 * gdb.ada/frame_arg_lang/foo.c: New file.
1254
1255 2019-05-08 Tom Tromey <tromey@adacore.com>
1256
1257 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1258
1259 2019-05-08 Tom Tromey <tromey@adacore.com>
1260
1261 * gdb.base/ptype-offsets.exp: Update tests.
1262
1263 2019-05-08 Tom Tromey <tromey@adacore.com>
1264
1265 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1266 cases.
1267 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1268 "short".
1269
1270 2019-05-08 Tom Tromey <tromey@adacore.com>
1271
1272 * gdb.ada/vla.exp: New file.
1273 * gdb.ada/vla/vla.adb: New file.
1274
1275 2019-05-07 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1278
1279 2019-05-07 Tom de Vries <tdevries@suse.de>
1280
1281 PR testsuite/24522
1282 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1283 section.
1284
1285 2019-05-07 Tom de Vries <tdevries@suse.de>
1286
1287 PR testsuite/24522
1288 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1289 .debug_aranges section.
1290
1291 2019-05-07 Tom de Vries <tdevries@suse.de>
1292
1293 PR testsuite/24159
1294 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1295
1296 2019-05-06 Tom de Vries <tdevries@suse.de>
1297
1298 * lib/gdb.exp (exec_has_index_section): New proc.
1299 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1300 section.
1301
1302 2019-05-04 Tom de Vries <tdevries@suse.de>
1303
1304 * boards/cc-with-debug-names.exp: New file.
1305
1306 2019-05-03 Tom Tromey <tromey@adacore.com>
1307
1308 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1309 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1310 * gdb.ada/char_enum.exp: Add test.
1311
1312 2019-05-03 Tom de Vries <tdevries@suse.de>
1313
1314 * boards/cc-with-gdb-index.exp: New file.
1315
1316 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1317
1318 * gdb.rust/simple.exp: Add new test case.
1319 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1320 (main): Initialise an instance of the new struct.
1321
1322 2019-05-01 Tom Tromey <tromey@adacore.com>
1323
1324 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1325 record.
1326 (NPR): New variable.
1327 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1328 test.
1329
1330 2019-05-01 Tom Tromey <tromey@adacore.com>
1331
1332 * gdb.ada/packed_array_assign.exp: Add packed assignment
1333 regression test.
1334
1335 2019-05-01 Tom de Vries <tdevries@suse.de>
1336
1337 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1338
1339 2019-05-01 Tom de Vries <tdevries@suse.de>
1340
1341 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1342
1343 2019-04-30 Ali Tamur <tamur@google.com>
1344
1345 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1346
1347 2019-04-30 Tom Tromey <tromey@adacore.com>
1348
1349 * lib/ada.exp (find_ada_tool): New proc.
1350 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1351 * gdb.ada/catch_ex_std.exp: New file.
1352 * gdb.ada/catch_ex_std/foo.adb: New file.
1353 * gdb.ada/catch_ex_std/some_package.adb: New file.
1354 * gdb.ada/catch_ex_std/some_package.ads: New file.
1355
1356 2019-04-30 Tom Tromey <tromey@adacore.com>
1357
1358 PR c++/24470:
1359 * gdb.cp/temargs.cc: Add test code from PR.
1360
1361 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1362
1363 * gdb.fortran/vla-datatypes.exp: Update expected results.
1364 * gdb.fortran/vla-ptype.exp: Likewise.
1365 * gdb.fortran/vla-type.exp: Likewise.
1366 * gdb.fortran/vla-value.exp: Likewise.
1367
1368 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1369
1370 * gdb.fortran/ptr-indentation.exp: Update expected results.
1371 * gdb.fortran/ptype-on-functions.exp: Likewise.
1372 * gdb.fortran/vla-ptr-info.exp: Likewise.
1373 * gdb.fortran/vla-value.exp: Likewise.
1374
1375 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * gdb.fortran/ptype-on-functions.exp: New file.
1378 * gdb.fortran/ptype-on-functions.f90: New file.
1379
1380 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1383 case void string.
1384
1385 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.fortran/complex.exp: Expand.
1388 * gdb.fortran/complex.f: Renamed to...
1389 * gdb.fortran/complex.f90: ...this, and extended to add more
1390 complex values.
1391
1392 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1393
1394 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1395 MODULO, CMPLX.
1396
1397 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1398 Richard Bunt <richard.bunt@arm.com>
1399
1400 * gdb.base/max-depth.c: New file.
1401 * gdb.base/max-depth.exp: New file.
1402 * gdb.python/py-nested-maps.c: New file.
1403 * gdb.python/py-nested-maps.exp: New file.
1404 * gdb.python/py-nested-maps.py: New file.
1405 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1406 (test_all_common): Call test_max_depth.
1407 * gdb.fortran/max-depth.exp: New file.
1408 * gdb.fortran/max-depth.f90: New file.
1409 * gdb.go/max-depth.exp: New file.
1410 * gdb.go/max-depth.go: New file.
1411 * gdb.modula2/max-depth.exp: New file.
1412 * gdb.modula2/max-depth.c: New file.
1413 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1414
1415 2019-04-29 Tom de Vries <tdevries@suse.de>
1416
1417 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1418
1419 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1420
1421 * gdb.base/callexit.exp: Test may-call-functions off.
1422
1423 2019-04-25 Keith Seitz <keiths@redhat.com>
1424
1425 PR c++/24367
1426 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1427 (another_incomplete_struct, test_incomplete): New definitions.
1428 (main): Use new definitions.
1429 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1430 functions.
1431
1432 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1433
1434 PR corefiles/11608
1435 PR corefiles/18187
1436 * gdb.base/coredump-filter-build-id.exp: New file.
1437
1438 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1439
1440 * Makefile.in: Pass through GDBSERVER_DEBUG.
1441 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1442 (gdbserver,debug): Add board setting.
1443 * gdb.trace/tspeed.exp: Skip when debugging.
1444 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1445 * lib/gdbserver-support.exp: Likewise
1446
1447 2019-04-24 Tom Tromey <tromey@adacore.com>
1448
1449 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1450 Rust.
1451
1452 2019-04-24 Tom Tromey <tromey@adacore.com>
1453
1454 * gdb.arch/amd64-eval.exp: Test bitfield return.
1455 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1456 (class Foo) <return_bitfields>: New method.
1457 (main): Call it.
1458
1459 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1460
1461 * gdb.cp/many-args.cc: New file.
1462 * gdb.cp/many-args.exp: New file.
1463
1464 2019-04-23 Tom de Vries <tdevries@suse.de>
1465
1466 PR gdb/24433
1467 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1468
1469 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1470
1471 * gdb.trace/backtrace.exp: Use nopie flag.
1472 * gdb.trace/circ.exp: Likewise.
1473 * gdb.trace/collection.exp: Likewise.
1474 * gdb.trace/ftrace.exp: Likewise.
1475 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1476 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1477 * gdb.trace/qtro.exp: Likewise.
1478 * gdb.trace/read-memory.exp: Likewise.
1479 * gdb.trace/report.exp: Likewise.
1480 * gdb.trace/tfile.exp: Likewise.
1481 * gdb.trace/tfind.exp: Likewise.
1482 * gdb.trace/unavailable.exp: Likewise.
1483
1484 2019-04-22 Pedro Alves <palves@redhat.com>
1485
1486 * gdb.base/solib-probes-nosharedlibrary.c,
1487 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1488
1489 2019-04-19 Tom Tromey <tromey@adacore.com>
1490
1491 * gdb.ada/ptype_union.c: New file.
1492 * gdb.ada/ptype_union.exp: New file.
1493
1494 2019-04-19 Tom Tromey <tromey@adacore.com>
1495
1496 PR symtab/24423:
1497 * gdb.base/list0.h (foo): Add a control-l character.
1498
1499 2019-04-18 Tom de Vries <tdevries@suse.de>
1500
1501 PR gdb/24433
1502 * boards/local-board.exp: Set sysroot to "".
1503
1504 2019-04-18 Tom de Vries <tdevries@suse.de>
1505 Pedro Alves <palves@redhat.com>
1506
1507 PR gdb/24454
1508 * gdb.threads/vfork-follow-child-exec.c: New file.
1509 * gdb.threads/vfork-follow-child-exec.exp: New file.
1510 * gdb.threads/vfork-follow-child-exit.c: New file.
1511 * gdb.threads/vfork-follow-child-exit.exp: New file.
1512
1513 2019-04-15 Leszek Swirski <leszeks@google.com>
1514
1515 * gdb.arch/amd64-eval.cc: New file.
1516 * gdb.arch/amd64-eval.exp: New file.
1517
1518 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1519
1520 * gdb.server/sysroot.c: New test.
1521 * gdb.server/sysroot.exp: New file.
1522 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1523 matching param.
1524
1525 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * gdb.base/align.exp: Extend test to cover structures containing
1528 only static fields.
1529
1530 2019-04-11 Tom de Vries <tdevries@suse.de>
1531
1532 * boards/cc-with-dwz-m.exp: New file.
1533 * boards/cc-with-dwz.exp: New file.
1534 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1535
1536 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1537
1538 * gdb.base/start-cpp.exp: New file.
1539 * gdb.base/start-cpp.cc: New file.
1540
1541 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1542
1543 * gdb.python/py-thrhandle.exp: Adjust tests to call
1544 thread_from_handle instead of thread_from_thread_handle.
1545
1546 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1547
1548 * gdb.python/py-thrhandle.exp: Add tests for
1549 gdb.InferiorThread.handle.
1550
1551 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1552
1553 * gdb.python/py-function.exp: Check calling helper function from
1554 all languages.
1555 * lib/gdb.exp (gdb_supported_languages): New proc.
1556
1557 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * gdb.base/complex-parts.c: New file.
1560 * gdb.base/complex-parts.exp: New file.
1561
1562 2019-04-01 Tom Tromey <tromey@adacore.com>
1563
1564 PR symtab/23331:
1565 * gdb.dwarf2/dw2-ranges-main.c: New file.
1566 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1567 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1568
1569 2019-03-30 Simon Marchi <simark@simark.ca>
1570
1571 * gdb.base/default.exp: Add values for $_gdb_major and
1572 $_gdb_minor.
1573
1574 2019-03-29 Tom Tromey <tromey@adacore.com>
1575
1576 * gdb.base/help.exp: Tighten apropos regexp.
1577
1578 2019-03-29 Keith Seitz <keiths@redhat.com>
1579
1580 * gdb.fortran/array-bounds.exp: New file.
1581 * gdb.fortran/array-bounds.f90: New file.
1582
1583 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1584
1585 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1586
1587 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1588
1589 * gdb.multi/hello.c (main): Increase alarm timer.
1590
1591 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1592
1593 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1594 factor when no hardware watchpoint support.
1595
1596 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1597 Pedro Alves <palves@redhat.com>
1598
1599 * boards/local-board.exp: set sysroot to /.
1600
1601 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1602
1603 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1604 in child.
1605
1606 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1607
1608 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1609 field.
1610 (make_container): Initialise new field.
1611 * gdb.python/py-prettyprint.exp: Add new tests.
1612 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1613 <display_hint>: New method.
1614
1615 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1618 gdb_continue_to_breakpoint more throughout this test.
1619 (run_lang_tests) Supply unique test names, and use
1620 gdb_test_no_output.
1621
1622 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1623
1624 * gdb.base/finish-pretty.exp: Update expected results.
1625 * gdb.base/pretty-print.c: New file.
1626 * gdb.base/pretty-print.exp: New file.
1627
1628 2019-03-25 Pedro Alves <palves@redhat.com>
1629
1630 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1631 move comments outside list. Append '-i "" eof' section.
1632
1633 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1634
1635 * README: Add pie options.
1636 * gdb.base/break-interp.exp: Ensure pie is disabled.
1637 * gdb.base/dump.exp: Likewise.
1638 * lib/gdb.exp (gdb_compile): Add pie option.
1639
1640 2019-03-19 Tom Tromey <tromey@adacore.com>
1641
1642 * gdb.mi/mi2-cli-display.c: New file.
1643 * gdb.mi/mi2-cli-display.exp: New file.
1644
1645 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1646 Tom Tromey <tromey@adacore.com>
1647
1648 * gdb.ada/ptype_array/pck.adb: New file.
1649 * gdb.ada/ptype_array/pck.ads: New file.
1650 * gdb.ada/ptype_array/foo.adb: New file.
1651 * gdb.ada/ptype_array.exp: New file.
1652
1653 2019-03-14 Tom Tromey <tromey@adacore.com>
1654
1655 * gdb.base/style.exp: Add "set style sources" test.
1656
1657 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1658
1659 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1660 * mi-breakpoint-multiple-locations.exp: ... this.
1661 (make_breakpoints_pattern): New proc.
1662 (do_test): Add mi_version parameter, test -break-insert,
1663 -break-info and =breakpoint-created.
1664
1665 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1666
1667 * config/default.exp: Remove 'load_lib gdb.exp'.
1668 * config/monitor.exp: Likewise.
1669 * config/sid.exp: Likewise.
1670 * config/sim.exp: Likewise.
1671 * config/slite.exp: Likewise.
1672 * config/unix.exp: Likewise.
1673 * gdb.base/default.exp: Remove unhelpful comment.
1674
1675 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1676
1677 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1678
1679 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1682
1683 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1684
1685 * gdb.fortran/type-kinds.exp: Update expected results.
1686
1687 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1688
1689 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1690
1691 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1692
1693 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1694 function.
1695 (test_basic_parsing_of_type_kinds): Expand types tested.
1696 (test_parsing_invalid_type_kinds): New function.
1697
1698 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1699
1700 * gdb.fortran/intrinsics.exp: New file.
1701 * gdb.fortran/intrinsics.f90: New file.
1702 * gdb.fortran/type-kinds.exp: New file.
1703
1704 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1705
1706 * gdb.fortran/dot-ops.exp: New file.
1707
1708 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1709
1710 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1711 Check upper and lower case logical literals.
1712
1713 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1714
1715 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1716 Remove duplicate tests.
1717
1718 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1719
1720 * lib/gdb.exp (builtin_cd): rename of cd.
1721 (cd): Override builtin.
1722
1723 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1724
1725 * gdb.fortran/function-calls.exp: New file.
1726 * gdb.fortran/function-calls.f90: New test.
1727
1728 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1729
1730 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1731 on user program standard output.
1732 * gdb.fortran/short-circuit-argument-list.f90: Record function
1733 calls.
1734
1735 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1736
1737 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1738 failure.
1739
1740 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1741
1742 PR gdb/8527
1743 * gdb.base/interrupt-daemon-attach.c,
1744 gdb.base/interrupt-daemon-attach.exp: New test.
1745
1746 2019-02-27 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.base/page.exp: Add tests for "set width/height -1".
1749
1750 2019-02-27 Pedro Alves <palves@redhat.com>
1751
1752 * gdb.base/page.exp: Add tests for "set/show width/height" with
1753 "infinite" values.
1754
1755 2019-02-27 Tom Tromey <tromey@adacore.com>
1756
1757 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1758 2.4.
1759 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1760 workaround.
1761
1762 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1763
1764 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1765 tests for structs with static members.
1766
1767 2019-02-26 Tom Tromey <tromey@adacore.com>
1768
1769 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1770 ValueError, not TypeError.
1771
1772 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1773
1774 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1775 call from main program.
1776
1777 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1778
1779 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1780 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1781 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1782 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1783 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1784
1785 2019-02-22 Keith Seitz <keiths@redhat.com>
1786
1787 PR symtab/23853
1788 * gdb.base/symlink-sourcefile.c: New file.
1789 * gdb.base/symlink-sourcefile.exp: New file.
1790
1791 2019-02-20 Tom Tromey <tom@tromey.com>
1792
1793 * gdb.base/info_qt.exp: Update.
1794
1795 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1796
1797 * gdb.base/source.exp: Move "error in sourced script" code to
1798 the end.
1799 * gdb.base/source-error.gdb: Move contents to
1800 source-error-1.gdb. Add new code to source source-error-1.gdb.
1801 * gdb.base/source-error-1.gdb: New file, from previous
1802 source-error.gdb.
1803
1804 2019-02-17 Tom Tromey <tom@tromey.com>
1805
1806 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1807 for macro styling.
1808 * gdb.base/style.c (SOME_MACRO): New macro.
1809
1810 2019-02-17 Tom Tromey <tom@tromey.com>
1811
1812 * gdb.base/style.exp: Add line-wrapping tests.
1813 * gdb.base/page.exp: Add test for quitting during pagination.
1814
1815 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1816
1817 * gdb.ada/big_packed_array: New testcase.
1818 * gdb.ada/homonym.exp: Fix incorrect expected output for
1819 "break <homonym__get_value>" test.
1820
1821 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1822
1823 PR breakpoints/21870
1824 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1825 and prepare_for_testing. Add comment.
1826 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1827 redundant cleanup call. Clean up comment.
1828
1829 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1830
1831 PR breakpoints/21870
1832 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1833 * gdb.arch/aarch64-dbreg-contents.c: New file.
1834
1835 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1836
1837 * gdb.ada/mi_ref_changeable: New testcase.
1838
1839 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1840
1841 * gdb.base/attach.exp: Add double attach test.
1842
1843 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1844
1845 * lib/gdb.exp (default_gdb_start): Don't match pagination
1846 prompt.
1847 (gdb_init): Set stty_init.
1848
1849 2019-01-27 Tom Tromey <tom@tromey.com>
1850
1851 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1852 skip_python_tests.
1853
1854 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1855
1856 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1857 New structure.
1858 (struct struct_static_02_02): Likewise.
1859 (struct struct_static_02_03): Likewise.
1860 (struct struct_static_02_04): Likewise.
1861 (struct struct_static_04_01): Likewise.
1862 (struct struct_static_04_02): Likewise.
1863 (struct struct_static_04_03): Likewise.
1864 (struct struct_static_04_04): Likewise.
1865 (struct struct_static_06_01): Likewise.
1866 (struct struct_static_06_02): Likewise.
1867 (struct struct_static_06_03): Likewise.
1868 (struct struct_static_06_04): Likewise.
1869 (cmp_struct_static_02_01): Likewise.
1870 (cmp_struct_static_02_02): Likewise.
1871 (cmp_struct_static_02_03): Likewise.
1872 (cmp_struct_static_02_04): Likewise.
1873 (cmp_struct_static_04_01): Likewise.
1874 (cmp_struct_static_04_02): Likewise.
1875 (cmp_struct_static_04_03): Likewise.
1876 (cmp_struct_static_04_04): Likewise.
1877 (cmp_struct_static_06_01): Likewise.
1878 (cmp_struct_static_06_02): Likewise.
1879 (cmp_struct_static_06_03): Likewise.
1880 (cmp_struct_static_06_04): Likewise.
1881 (call_all): Test new structs.
1882 * gdb.base/infcall-nested-structs.exp: Likewise.
1883
1884 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1885 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1886
1887 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1888 * gdb.base/stack-protector.c: New test.
1889 * gdb.base/stack-protector.exp: New file.
1890 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1891 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1892 option.
1893 (gdb_compile): Remove stack protector for GCC and prevent
1894 recursion.
1895
1896 2019-01-16 Keith Seitz <keiths@redhat.com>
1897
1898 PR gdb/23773
1899 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1900
1901 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1902
1903 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1904 aliases.
1905 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1906 tests.
1907 * gdb.arch/powerpc-vector-regs.c: New file.
1908 * gdb.arch/powerpc-vector-regs.exp: New file.
1909
1910 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1911
1912 * gdb.arch/altivec-regs.exp: Fix the list passed to
1913 gdb_expect_list when testing "info vector".
1914
1915 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1916
1917 * gdb.base/style.exp: Don't include path in testname.
1918
1919 2019-01-10 Keith Seitz <keiths@redhat.com>
1920
1921 PR gdb/23712
1922 PR symtab/23010
1923 * gdb.dwarf2/multidictionary.exp: New file.
1924
1925 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1926
1927 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1928 (test_gnuv3_style_demangling): ... this.
1929 (test_lucid_style_demangling): Remove.
1930 (test_arm_style_demangling): Remove.
1931 (test_hp_style_demangling): Remove.
1932 (do_tests): Remove calls to the above.
1933
1934 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1935
1936 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1937 case.
1938
1939 2019-01-06 Tom Tromey <tom@tromey.com>
1940
1941 PR gdb/28155:
1942 * gdb.dwarf2/typedef-void-finish.exp: New file.
1943
1944 2018-12-28 Tom Tromey <tom@tromey.com>
1945 Simon Marchi <simark@simark.ca>
1946
1947 * gdb.base/jit-exec.exp: New file.
1948 * gdb.base/jit-exec.c: New file.
1949 * gdb.base/jit-execd.c: New file.
1950
1951 2018-12-28 Tom Tromey <tom@tromey.com>
1952
1953 * gdb.base/style.exp: Update test to check for address styling.
1954
1955 2018-12-28 Tom Tromey <tom@tromey.com>
1956
1957 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1958 message.
1959
1960 2018-12-28 Tom Tromey <tom@tromey.com>
1961
1962 * gdb.base/style.exp: Add test for version number styling.
1963
1964 2018-12-28 Tom Tromey <tom@tromey.com>
1965
1966 * gdb.base/style.exp: Add test for print_address_symbolic.
1967
1968 2018-12-28 Tom Tromey <tom@tromey.com>
1969
1970 * gdb.base/style.exp: Add test for breakpoint setting.
1971
1972 2018-12-28 Tom Tromey <tom@tromey.com>
1973
1974 * gdb.base/style.exp: Add test for variable names.
1975
1976 2018-12-28 Tom Tromey <tom@tromey.com>
1977
1978 * gdb.base/style.exp: New file.
1979 * gdb.base/style.c: New file.
1980
1981 2018-12-28 Tom Tromey <tom@tromey.com>
1982
1983 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1984 "dumb".
1985 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1986 the TERM environment variable.
1987
1988 2018-12-27 Tom Tromey <tom@tromey.com>
1989
1990 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1991 pagination test.
1992
1993 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1996 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1997
1998 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1999
2000 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2001 Filename a.adb changed to bp_fun_addr.adb.
2002 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2003
2004 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2005
2006 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2007 non-PIE executables.
2008 * README: Mention the gdb,nopie_flag board setting.
2009 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2010 non-PIE executable.
2011 * gdb.arch/amd64-entry-value.exp: Likewise.
2012 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2013 * gdb.arch/i386-float.exp: Likewise.
2014 * gdb.arch/i386-signal.exp: Likewise.
2015 * gdb.mi/mi-reg-undefined.exp: Likewise.
2016
2017 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2018
2019 PR gdb/23974
2020 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2021
2022 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2023
2024 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2025 Update order of results accordingly.
2026
2027 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2028
2029 * gdb.base/annota1.exp: Update a test regexp.
2030
2031 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2032
2033 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2034
2035 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2036
2037 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2038 (reuse_time): Initialize to REUSE_TIME_CAP.
2039 (check_rc): New function.
2040 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2041 Check pthread_create rc.
2042 (spawner_thread_func): Check pthread_create and pthread_join rc.
2043
2044 2018-12-08 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.base/list.exp (test_forward_search): Rename to ...
2047 (test_forward_reverse_search): ... this. Also test reverse-search
2048 and the forward-search alias.
2049
2050 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2051
2052 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2053 local timeout variable before return, and remove all local timeout
2054 variable entirely.
2055 (gdb_load): Likewise.
2056
2057 2018-12-01 Tom de Vries <tdevries@suse.de>
2058
2059 * gdb.base/gdb-caching-proc.exp: New file.
2060
2061 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2062
2063 * Makefile.in (TIMESTAMP): New variable.
2064 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2065 command.
2066 (check-single-racy): Likewise.
2067 (check/%.exp): Likewise.
2068 (check-racy/%.exp): Likewise.
2069 (workers/%.worker): Likewise.
2070 (build-perf): Likewise.
2071 (check-perf): Likewise.
2072 * README: Describe new "TS" and "TS_FORMAT" variables.
2073 * print-ts.py: New file.
2074
2075 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2076
2077 PR python/23714
2078 * gdb.python/python.exp: Test command repetition after
2079 gdb.execute.
2080
2081 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2082
2083 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2084 is correctly aligned.
2085
2086 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2087
2088 * gdb.ada/info_auto_lang.exp: New testcase.
2089 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2090 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2091 * gdb.ada/info_auto_lang/some_c.c: New file.
2092
2093 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2094
2095 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2096 FUNC_lang language syntax.
2097
2098 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2099
2100 * gdb.base/info_minsym.c: New file.
2101 * gdb.base/info_minsym.exp: New file.
2102
2103 2018-11-19 Tom Tromey <tom@tromey.com>
2104
2105 PR rust/23625:
2106 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2107 * gdb.rust/expr.exp: Update expected output. Change one test.
2108
2109 2018-11-19 Tom Tromey <tom@tromey.com>
2110
2111 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2112
2113 2018-11-19 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2116 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2117 see the expected warning.
2118
2119 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2120
2121 PR gdb/22736:
2122 * gdb.cp/infcall-nodebug-lib.c: New test.
2123 * gdb.cp/infcall-nodebug-main.c: New test.
2124 * gdb.cp/infcall-nodebug.exp: New file.
2125
2126 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2127
2128 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2129 completer tests.
2130
2131 2018-11-09 Tom de Vries <tdevries@suse.de>
2132
2133 * gdb.base/msym-lang.c: New test.
2134 * gdb.base/msym-lang.exp: New file.
2135 * gdb.base/msym-lang-main.c: New test.
2136
2137 2018-11-08 Tom Tromey <tom@tromey.com>
2138
2139 PR gdb/23555:
2140 PR gdb/23838:
2141 * gdb.base/warning.exp: New file.
2142
2143 2018-11-08 Jan Beulich <jbeulich@suse.com>
2144
2145 * testsuite/gdb.arch/i386-avx512.c,
2146 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2147
2148 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2149
2150 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2151 point hardware.
2152
2153 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2156 * gdb.dwarf2/missing-type-name.exp: New file.
2157
2158 2018-11-06 Tom de Vries <tdevries@suse.de>
2159
2160 * gdb.base/many-headers.c: New test.
2161 * gdb.base/many-headers.exp: New file.
2162
2163 2018-11-06 Jim Wilson <jimw@sifive.com>
2164
2165 * gdb.base/code_elim.exp: For riscv, set additional_flags
2166 to include -msmall-data-limit=0.
2167
2168 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2169
2170 * gdb.ada/watch_minus_l: New testcase.
2171
2172 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2173
2174 * gdb.arch/aix-sighandle.c: New file.
2175 * gdb.arch/aix-sighandle.exp: New file.
2176
2177 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2180 registers being unions.
2181
2182 2018-10-31 Tom de Vries <tdevries@suse.de>
2183
2184 * lib/valgrind.exp: New file.
2185 (vgdb_start, vgdb_stop): New procs, factored out of ...
2186 * gdb.base/valgrind-bt.exp: ... here, ...
2187 * gdb.base/valgrind-disp-step.exp: ... here and ...
2188 * gdb.base/valgrind-infcall.exp: ... here.
2189
2190 2018-10-31 Tom de Vries <tdevries@suse.de>
2191
2192 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2193
2194 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2195
2196 * gdb.dwarf2/void-type.c: New file.
2197 * gdb.dwarf2/void-type.exp: New file.
2198
2199 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2200
2201 * gdb.base/info_qt.c: New file.
2202 * gdb.base/info_qt.exp: New file.
2203
2204 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2205
2206 * gdb.arch/powerpc-htm-regs.c: New file.
2207 * gdb.arch/powerpc-htm-regs.exp: New file.
2208
2209 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2210
2211 * gdb.arch/powerpc-tar.c: New file.
2212 * gdb.arch/powerpc-tar.exp: New file.
2213
2214 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2215
2216 * gdb.arch/powerpc-ppr-dscr.c: New file.
2217 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2218
2219 2018-10-25 Tom de Vries <tdevries@suse.de>
2220
2221 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2222
2223 2018-10-24 Tom de Vries <tdevries@suse.de>
2224
2225 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2226 longer exists error.
2227
2228 2018-10-24 Tom de Vries <tdevries@suse.de>
2229
2230 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2231
2232 2018-10-24 Tom de Vries <tdevries@suse.de>
2233
2234 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2235 --db-attach in valgrind.
2236
2237 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 * gdb.arch/riscv-reg-aliases.c: New file.
2240 * gdb.arch/riscv-reg-aliases.exp: New file.
2241
2242 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2243
2244 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2245
2246 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2247
2248 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2249
2250 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2251
2252 * gdb.cp/ovldbreak.exp: Fix regexps.
2253
2254 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2255
2256 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2257
2258 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2259
2260 PR cli/23785
2261 * gdb.base/restore.exp: New test to check if "restore" with an
2262 invalid file doesn't segfault.
2263
2264 2018-10-18 Tom de Vries <tdevries@suse.de>
2265
2266 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2267 * gdb.ada/excep_handle.exp: Same.
2268 * gdb.ada/mi_string_access.exp: Same.
2269 * gdb.ada/mi_var_union.exp: Same.
2270 * gdb.arch/arc-analyze-prologue.exp: Same.
2271 * gdb.arch/arc-decode-insn.exp: Same.
2272 * gdb.base/readnever.exp: Same.
2273 * gdb.fortran/printing-types.exp: Same.
2274 * gdb.guile/scm-lazy-string.exp: Same.
2275
2276 2018-10-16 Tom de Vries <tdevries@suse.de>
2277
2278 PR gdb/23730
2279 * gdb.base/catch-follow-exec.c: Add copyright notice.
2280 * gdb.base/catch-follow-exec.exp: Rewrite to use
2281 gdb_spawn_with_cmdline_opts. Require gdb-native.
2282
2283 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2284
2285 * gdb.trace/actions-changed.exp: Check for arch support.
2286 * gdb.trace/actions.exp: Likewise.
2287 * gdb.trace/ax.exp: Likewise.
2288 * gdb.trace/backtrace.exp: Likewise.
2289 * gdb.trace/change-loc.exp: Likewise.
2290 * gdb.trace/deltrace.exp: Likewise.
2291 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2292 * gdb.trace/ftrace.exp: Likewise.
2293 * gdb.trace/infotrace.exp: Check for arch support.
2294 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2295 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2296 * gdb.trace/mi-tsv-changed.exp: Likewise.
2297 * gdb.trace/packetlen.exp: Likewise.
2298 * gdb.trace/passc-dyn.exp: Likewise.
2299 * gdb.trace/passcount.exp: Likewise.
2300 * gdb.trace/pending.exp: Likewise.
2301 * gdb.trace/range-stepping.exp: Check for shlib support.
2302 * gdb.trace/report.exp: Check for arch support.
2303 * gdb.trace/save-trace.exp: Likewise.
2304 * gdb.trace/signal.exp: Check for signal support.
2305 * gdb.trace/tfind.exp: Check for arch support.
2306 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2307 * gdb.trace/trace-common.h: Add comment.
2308 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2309 * gdb.trace/trace-enable-disable.exp: Likewise.
2310 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2311 * gdb.trace/tracecmd.exp: Check for arch support.
2312 * gdb.trace/tspeed.exp: Check for shlib and target support.
2313 * gdb.trace/tstatus.exp: Check for arch support.
2314 * gdb.trace/tsv.exp: Likewise.
2315 * gdb.trace/while-dyn.exp: Likewise.
2316 * gdb.trace/while-stepping.exp: Likewise.
2317 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2318
2319 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2320
2321 * gdb.trace/tspeed.exp: Remove nowarnings.
2322 (prepare_for_trace_test): Declare "global ipalib".
2323 * gdb.trace/tspeed.c: Include unistd.h.
2324 (main): Remove superfluous printf argument.
2325
2326 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2327
2328 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2329 directory prefix on the filename.
2330
2331 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2332
2333 * gdb.gdb/unittest.exp: Update expected message informing that
2334 selftests have been disabled.
2335 * gdb.server/unittest.exp: Likewise.
2336
2337 2018-10-09 Tom de Vries <tdevries@suse.de>
2338
2339 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2340 with runto_main.
2341
2342 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2343
2344 PR c++/16841
2345 * gdb.cp/virtbase2.cc: New file.
2346 * gdb.cp/virtbase2.exp: New file.
2347
2348 2018-10-06 Tom Tromey <tom@tromey.com>
2349
2350 PR python/19399:
2351 * gdb.python/py-inferior.exp: Add architecture test.
2352
2353 2018-10-06 Tom Tromey <tom@tromey.com>
2354
2355 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2356 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2357
2358 2018-10-06 Tom Tromey <tom@tromey.com>
2359
2360 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2361 of a "throw" catchpoint.
2362
2363 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2364
2365 * gdb.base/info-proc.exp: Update string expected from "help info
2366 proc".
2367
2368 2018-10-04 Tom Tromey <tom@tromey.com>
2369
2370 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2371 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2372 (test_initial_complaints, test_empty_complaints): Update.
2373 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2374
2375 2018-10-04 Tom Tromey <tom@tromey.com>
2376
2377 PR cli/19551:
2378 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2379 * lib/gdb.exp (gdb_file_cmd): Update.
2380 * gdb.stabs/weird.exp (print_weird_var): Update.
2381 * gdb.server/solib-list.exp: Update.
2382 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2383 * gdb.mi/mi-cli.exp: Update.
2384 * gdb.linespec/linespec.exp: Update.
2385 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2386 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2387 * gdb.cp/cp-relocate.exp: Update.
2388 * gdb.base/sym-file.exp: Update.
2389 * gdb.base/relocate.exp: Update.
2390 * gdb.base/readnever.exp: Update.
2391 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2392 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2393 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2394 * gdb.base/code_elim.exp: Update.
2395 * gdb.base/break-unload-file.exp (test_break): Update.
2396 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2397 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2398 Update.
2399 * gdb.base/attach.exp (do_attach_tests): Update.
2400 * gdb.base/sepdebug.exp: Update.
2401 * gdb.python/py-section-script.exp: Update.
2402
2403 2018-10-04 Tom Tromey <tom@tromey.com>
2404
2405 PR cli/22234:
2406 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2407 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2408 output.
2409
2410 2018-10-04 Tom Tromey <tom@tromey.com>
2411
2412 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2413 set width and height to 0.
2414 (test_command_line_attach_run): Use -quiet.
2415
2416 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2417
2418 * lib/gdb.exp (skip_ifunc_tests): New.
2419 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2420 other compile failures.
2421 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2422
2423 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2424
2425 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2426 is_amd64_regs_target.
2427
2428 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2429
2430 * gdb.arch/aarch64-sighandler-regs.c: New test.
2431 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2432 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2433
2434 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2435
2436 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2437 assembly.
2438
2439 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2440
2441 * gdb.base/frame-selection.exp: New file.
2442 * gdb.base/frame-selection.c: New file.
2443
2444 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2445
2446 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2447 pthread barrier.
2448 (main): Likewise.
2449
2450 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2451
2452 * gdb.base/large-frame-1.c: New file.
2453 * gdb.base/large-frame-2.c: New file.
2454 * gdb.base/large-frame.exp: New file.
2455 * gdb.base/large-frame.h: New file.
2456
2457 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2458
2459 PR gdb/20948
2460 * gdb.base/write_mem.exp: New test.
2461 * gdb.base/write_mem.c: Likewise.
2462
2463 2018-09-23 Tom Tromey <tom@tromey.com>
2464
2465 PR python/18852:
2466 * gdb.python/py-parameter.exp: Add test for parameter that throws
2467 on "set".
2468
2469 2018-09-23 Tom Tromey <tom@tromey.com>
2470
2471 PR python/17284:
2472 * gdb.python/py-template.exp (test_template_arg): Add test for
2473 negative template argument number.
2474
2475 2018-09-23 Tom Tromey <tom@tromey.com>
2476
2477 PR python/14062:
2478 * gdb.python/python.exp: Add test for post_event error.
2479
2480 2018-09-23 Tom Tromey <tom@tromey.com>
2481
2482 PR python/18170:
2483 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2484 convert pointers to int and long.
2485
2486 2018-09-23 Tom Tromey <tom@tromey.com>
2487
2488 PR python/20126:
2489 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2490 signed-ness conversion tests.
2491
2492 2018-09-23 Tom Tromey <tom@tromey.com>
2493
2494 PR python/18352;
2495 * gdb.python/py-value.exp (test_float_conversion): New proc.
2496 Use it.
2497
2498 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2499
2500 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2501
2502 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2503
2504 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2505 no readline.
2506 * gdb.base/utf8-identifiers.exp: Likewise.
2507 * gdb.cp/cpcompletion.exp: Likewise.
2508 * gdb.linespec/cpcompletion.exp: Likewise.
2509 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2510 * gdb.linespec/cpls-ops.exp: Likewise.
2511
2512 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2513 Chris January <chris.january@arm.com>
2514
2515 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2516 * gdb.fortran/short-circuit-argument-list.exp: New file.
2517 * gdb.fortran/short-circuit-argument-list.f90: New test.
2518
2519 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2520
2521 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2522 "arch=" keyword when executing "-stack-list-frames".
2523
2524 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2525
2526 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2527 "arch=" keyword when executing "-stack-list-frames".
2528
2529 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2530
2531 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2532 break ada".
2533
2534 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2535
2536 PR python/23669
2537 * gdb.python/python.exp: Test gdb.execute("show commands").
2538
2539 2018-09-16 Tom Tromey <tom@tromey.com>
2540
2541 * gdb.base/new-ui.exp (do_execution_tests): Update.
2542 * gdb.base/dbx.exp (test_breakpoints): Update.
2543
2544 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2545
2546 * lib/gdb.exp (gdb_simple_compile): Add proc.
2547 (is_elf_target): Use gdb_simple_compile.
2548 (skip_altivec_tests): Likewise.
2549 (skip_vsx_tests): Likewise.
2550 (skip_tsx_tests): Likewise.
2551 (skip_btrace_tests): Likewise.
2552 (skip_btrace_pt_tests): Likewise.
2553 (gdb_can_simple_compile): Likewise.
2554 (gdb_has_argv0): Likewise.
2555 (gdb_target_symbol_prefix): Likewise.
2556 (target_supports_scheduler_locking): Likewise.
2557
2558 2018-09-13 Tom Tromey <tom@tromey.com>
2559
2560 * Makefile.in (TAGS): Recognize proc_with_prefix and
2561 gdb_caching_proc.
2562
2563 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2564
2565 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2566 method.
2567
2568 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2569
2570 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2571 and a few other Inferior properties when the Inferior is no
2572 longer valid.
2573
2574 2018-09-13 Tom Tromey <tom@tromey.com>
2575
2576 PR rust/23650:
2577 * gdb.rust/simple.exp: Add test for enum field access error.
2578
2579 2018-09-13 Tom Tromey <tom@tromey.com>
2580
2581 PR rust/23626:
2582 * gdb.rust/simple.rs (EmptyEnum): New type.
2583 (main): Use it.
2584 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2585
2586 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2587
2588 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2589 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2590 * gdb.python/py-symtab.exp: Update test printing an objfile.
2591
2592 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2593
2594 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2595 object.
2596
2597 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2598
2599 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2600 (support_complex_tests): Use gdb_can_simple_compile.
2601 (is_ilp32_target): Likewise.
2602 (is_lp64_target): Likewise.
2603 (is_64_target): Likewise.
2604 (is_amd64_regs_target): Likewise.
2605 (is_aarch32_target): Likewise.
2606 (gdb_int128_helper): Likewise.
2607
2608 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2609
2610 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2611
2612 2018-09-10 Jerome Guitton <guitton@adacore.com>
2613
2614 * gdb.ada/same_component_name: Add test for case of tagged record
2615 with variable-length fields.
2616
2617 2018-09-10 Xavier Roirand <roirand@adacore.com>
2618
2619 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2620 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2621 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2622 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2623
2624 2018-09-10 Xavier Roirand <roirand@adacore.com>
2625
2626 * gdb.ada/mi_string_access.exp: New testcase.
2627 * gdb.ada/mi_string_access/bar.adb: New file.
2628 * gdb.ada/mi_string_access/pck.adb: New file.
2629 * gdb.ada/mi_string_access/pck.asd: New file.
2630
2631 2018-09-10 Xavier Roirand <roirand@adacore.com>
2632
2633 * gdb.ada/mi_var_union.exp: New testcase.
2634 * gdb.ada/mi_var_union/bar.adb: New file.
2635 * gdb.ada/mi_var_union/pck.adb: New file.
2636 * gdb.ada/mi_var_union/pck.asd: New file.
2637
2638 2018-09-08 Tom Tromey <tom@tromey.com>
2639
2640 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2641
2642 2018-09-08 Tom Tromey <tom@tromey.com>
2643
2644 PR python/16047:
2645 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2646 (register_pretty_printers): Register new printer.
2647 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2648 test.
2649 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2650 (an_int_type3): New global.
2651
2652 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2653
2654 * gdb.ada/expr_with_funcall: New testcase.
2655
2656 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2657
2658 * gdb.ada/packed_array_assign: New testcase.
2659
2660 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2663 names, and add test prefixes to make test names unique.
2664
2665 2018-09-05 Tom de Vries <tdevries@suse.de>
2666
2667 * gdb.dwarf2/varval.exp: Add test.
2668
2669 2018-09-04 Gary Benson <gbenson@redhat.com>
2670
2671 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2672 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2673
2674 2018-08-31 Tom Tromey <tom@tromey.com>
2675
2676 * gdb.rust/simple.rs: Rename second variable "v".
2677
2678 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 * gdb.base/funcargs.c (use_a): New function.
2681 (recurse): Call use_a.
2682
2683 2018-08-29 Keith Seitz <keiths@redhat.com>
2684
2685 * gdb.compile/compile-cplus-anonymous.cc: New file.
2686 * gdb.compile/compile-cplus-anonymous.exp: New file.
2687 * gdb.compile/compile-cplus-array-decay.cc: New file.
2688 * gdb.compile/compile-cplus-array-decay.exp: New file.
2689 * gdb.compile/compile-cplus-inherit.cc: New file.
2690 * gdb.compile/compile-cplus-inherit.exp: New file.
2691 * gdb.compile/compile-cplus-member.cc: New file.
2692 * gdb.compile/compile-cplus-member.exp: New file.
2693 * gdb.compile/compile-cplus-method.cc: New file.
2694 * gdb.compile/compile-cplus-method.exp: New file.
2695 * gdb.compile/compile-cplus-mod.c: "New" file.
2696 * gdb.compile/compile-cplus-namespace.cc: New file.
2697 * gdb.compile/compile-cplus-namespace.exp: New file.
2698 * gdb.compile/compile-cplus-nested.cc: New file.
2699 * gdb.compile/compile-cplus-nested.exp: New file.
2700 * gdb.compile/compile-cplus-print.c: "New" file.
2701 * gdb.compile/compile-cplus-print.exp: "New" file.
2702 * gdb.compile/compile-cplus-virtual.cc: New file.
2703 * gdb.compile/compile-cplus-virtual.exp: New file.
2704 * gdb.compile/compile-cplus.c: "New" file.
2705 * gdb.compile/compile-cplus.exp: "New" file.
2706 * lib/compile-support.exp: New file.
2707
2708 2018-08-16 Gary Benson <gbenson@redhat.com>
2709
2710 PR gdb/13000:
2711 * gdb.base/batch-exit-status.exp: New file.
2712 * gdb.base/batch-exit-status.good-commands: Likewise.
2713 * gdb.base/batch-exit-status.bad-commands: Likewise.
2714
2715 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2716
2717 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2718 (struct struct02): Likewise.
2719 (struct struct03): Likewise.
2720 (struct struct04): Likewise.
2721 (struct struct_01_01): New struct.
2722 (struct struct_01_02): Likewise.
2723 (struct struct_01_03): Likewise.
2724 (struct struct_01_04): Likewise.
2725 (struct struct_02_01): Likewise.
2726 (struct struct_02_02): Likewise.
2727 (struct struct_02_03): Likewise.
2728 (struct struct_02_04): Likewise.
2729 (struct struct_04_01): Likewise.
2730 (struct struct_04_02): Likewise.
2731 (struct struct_04_03): Likewise.
2732 (struct struct_04_04): Likewise.
2733 (struct struct_05_01): Likewise.
2734 (struct struct_05_02): Likewise.
2735 (struct struct_05_03): Likewise.
2736 (struct struct_05_04): Likewise.
2737 (cmp_struct01): Remove function.
2738 (cmp_struct02): Likewise.
2739 (cmp_struct03): Likewise.
2740 (cmp_struct04): Likewise.
2741 (cmp_struct_01_01): Add Function.
2742 (cmp_struct_01_02): Likewise.
2743 (cmp_struct_01_03): Likewise.
2744 (cmp_struct_01_04): Likewise.
2745 (cmp_struct_02_01): Likewise.
2746 (cmp_struct_02_02): Likewise.
2747 (cmp_struct_02_03): Likewise.
2748 (cmp_struct_02_04): Likewise.
2749 (cmp_struct_04_01): Likewise.
2750 (cmp_struct_04_02): Likewise.
2751 (cmp_struct_04_03): Likewise.
2752 (cmp_struct_04_04): Likewise.
2753 (cmp_struct_05_01): Likewise.
2754 (cmp_struct_05_02): Likewise.
2755 (cmp_struct_05_03): Likewise.
2756 (cmp_struct_05_04): Likewise.
2757 (call_all): Add new structs.
2758 * gdb.base/infcall-nested-structs.exp: Likewise.
2759
2760 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2761
2762 * gdb.python/py-framefilter-mi.exp: Update regexp to
2763 check for "arch" field in frame output.
2764
2765 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2766
2767 * gdb.dwarf2/dw2-ranges-func.c: New file.
2768 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2769
2770 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2771
2772 * gdb.base/term.exp: Compare terminal settings with values from
2773 the inferior.
2774 * gdb.base/term.c: Get and set terminal settings.
2775
2776 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2777
2778 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2779 accommodate new "arch" field in frame output.
2780 * gdb.mi/mi-return.exp: Likewise.
2781 * gdb.mi/mi-stack.exp: Likewise.
2782 * gdb.mi/mi-syn-frame.exp: Likewise.
2783 * gdb.mi/user-selected-context-sync.exp: Likewise.
2784
2785 2018-08-19 Michael Spang <spang@google.com>
2786
2787 PR gdb/11786
2788 * gdb.base/gcore-tls-pie.c: New file.
2789 * gdb.base/gcore-tls-pie.exp: New file.
2790
2791 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2792
2793 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2794 * gdb.dwarf2/varval.c: New file.
2795 * gdb.dwarf2/varval.exp: New file.
2796
2797 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2798
2799 PR gdb/18931
2800 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2801
2802 2018-08-16 Keith Seitz <keiths@redhat.com>
2803
2804 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2805 tests expected to pass.
2806
2807 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2808
2809 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2810 -data-disassemble -a.
2811 (test_disassembly_bogus_args): Likewise.
2812
2813 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2814
2815 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2816
2817 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2818
2819 * gdb.base/vla-optimized-out.exp: Add new test.
2820
2821 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * gdb.base/vla-optimized-out-o3.exp: Delete.
2824 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2825 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2826 deleted tests.
2827
2828 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2829
2830 PR gdb/18050:
2831 * gdb.server/extended-remote-restart.c: New file.
2832 * gdb.server/extended-remote-restart.exp: New file.
2833
2834 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2835
2836 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2837 "set variable index = 42".
2838
2839 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2840
2841 * boards/index-cache-gdb.exp: New file.
2842 * gdb.dwarf2/index-cache.exp: New file.
2843 * gdb.dwarf2/index-cache.c: New file.
2844 * gdb.base/maint.exp: Check if we are using the index cache.
2845
2846 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2847
2848 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2849 MAKEFLAGS.
2850
2851 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2852
2853 * dg-extract-results.sh: Move to toplevel contrib.
2854 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2855 * Makefile.in (check-parallel-racy): Likewise.
2856
2857 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2858
2859 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2860 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2861 tests if the target supports scheduler locking.
2862
2863 2018-08-04 Tom de Vries <tdevries@suse.de>
2864
2865 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2866
2867 2018-08-02 Tom Tromey <tom@tromey.com>
2868
2869 PR symtab/16842.
2870 * gdb.cp/temargs.exp: Test "info address" of a template
2871 parameter.
2872
2873 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2874
2875 * gdb.python/py-mi-var-info-path-expression.c: New file.
2876 * gdb.python/py-mi-var-info-path-expression.py: New file.
2877 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2878
2879 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2880
2881 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2882 error after "cannot resolve name" string.
2883
2884 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2885
2886 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2887 started.
2888 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2889
2890 2018-07-28 Tom de Vries <tdevries@suse.de>
2891
2892 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2893
2894 2018-07-26 Tom de Vries <tdevries@suse.de>
2895
2896 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2897
2898 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2899
2900 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2901 is visible.
2902
2903 2018-07-26 Tom de Vries <tdevries@suse.de>
2904
2905 PR breakpoints/23366
2906 * gdb.base/catch-follow-exec.c: New test.
2907 * gdb.base/catch-follow-exec.exp: New file.
2908
2909 2018-07-25 Tom de Vries <tdevries@suse.de>
2910
2911 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2912 vla-optimized-out.c.
2913
2914 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2915
2916 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2917 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2918
2919 2018-07-20 Tom de Vries <tdevries@suse.de>
2920
2921 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2922 NOCLONE macro.
2923 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2924
2925 2018-07-19 Tom de Vries <tdevries@suse.de>
2926
2927 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2928 regular expression.
2929
2930 2018-07-18 Tom de Vries <tdevries@suse.de>
2931
2932 * gdb.base/vla-optimized-out.c: New test.
2933 * gdb.base/vla-optimized-out.exp: New file.
2934
2935 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2936
2937 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2938 message "No address associated with hostname" when gdbserver
2939 cannot resolve the hostname.
2940
2941 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2942
2943 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2944 Add some test prefixes to make tests unique.
2945
2946 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2947
2948 * gdb.base/frameapply.c: New file.
2949 * gdb.base/frameapply.exp: New file.
2950
2951 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2952
2953 * gdb.base/skip.exp: Update expected error message.
2954
2955 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2956 Jan Kratochvil <jan.kratochvil@redhat.com>
2957 Paul Fertser <fercerpav@gmail.com>
2958 Tsutomu Seki <sekiriki@gmail.com>
2959
2960 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2961 parameter.
2962 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2963 by default.
2964 * boards/native-gdbserver.exp: Likewise.
2965 * gdb.server/run-without-local-binary.exp: Improve regexp used
2966 for detecting when a remote debugging connection succeeds.
2967 * gdb.server/server-connect.exp: New file.
2968 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2969 Do not prefix the port number with ":".
2970 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2971 support for detecting and using it. Add '$debughost_gdbserver'
2972 to the list of arguments used to start gdbserver. Handle case
2973 when gdbserver cannot resolve a network name.
2974
2975 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2976
2977 PR c++/23373
2978 * gdb.base/ptype-offsets.cc (struct static_member): New
2979 struct.
2980 (main) <stmember>: New variable.
2981 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2982 with a static member in it.
2983
2984 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2985
2986 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2987 watchpoints enabled and disabled.
2988
2989 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2990
2991 * gdb.base/examine-backward.exp: Still run tests around address
2992 0x0, even if address 0x0 is not readable. Update the pattern for
2993 matching address 0x0 in expected output.
2994
2995 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2996
2997 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2998 malloc/free.
2999
3000 2018-07-04 Tom de Vries <tdevries@suse.de>
3001
3002 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3003
3004 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3005
3006 PR tdep/8282
3007 * gdb.arch/mips-disassembler-options.exp: New test.
3008 * gdb.arch/mips-disassembler-options.s: New test source.
3009
3010 2018-06-29 Pedro Alves <palves@redhat.com>
3011
3012 * gdb.threads/names.exp: Adjust expected "info threads" output.
3013
3014 2018-06-29 Pedro Alves <palves@redhat.com>
3015
3016 * gdb.opt/inline-break.exp (line number, address): Add "info
3017 break" tests.
3018
3019 2018-06-29 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3022 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3023 number and address and running to them.
3024
3025 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3026
3027 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3028
3029 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3030
3031 * lib/compiler.c: Remove executable permission flag.
3032
3033 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3034
3035 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3036 code.
3037 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3038
3039 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3040
3041 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3042
3043 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3044
3045 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3046 address argument is omitted.
3047
3048 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3049
3050 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3051
3052 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3053
3054 PR gdb/21695
3055 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3056 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3057
3058 2018-06-26 Tom Tromey <tom@tromey.com>
3059
3060 PR rust/22574:
3061 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3062 * gdb.rust/simple.rs (struct SimpleLayout): New.
3063
3064 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3065
3066 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3067 "info registers" output.
3068
3069 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3070
3071 * gdb.base/watchpoint-hw-attach.c: New test.
3072 * gdb.base/watchpoint-hw-attach.exp: New file.
3073
3074 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3075
3076 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3077 through /bin/sh.
3078 * boards/dwarf4-gdb-index.exp: Likewise.
3079 * boards/fission-dwp.exp: Likewise.
3080
3081 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3082
3083 * gdb.base/float128.exp: Add comment and improved fail message
3084 to the failure case of "print large128" test.
3085
3086 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3087
3088 * configure.ac: Remove AC_PREREQ.
3089 * configure: Re-generate.
3090
3091 2018-06-19 Pedro Alves <palves@redhat.com>
3092
3093 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3094 (func_extern_caller): New.
3095 (main): Call func_extern_caller.
3096 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3097 logic change.
3098
3099 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3100
3101 PR gdb/16841
3102 * gdb.cp/typedef-base.cc: New file.
3103 * gdb.cp/typedef-base.exp: New file.
3104
3105 2018-06-18 Tom de Vries <tdevries@suse.de>
3106
3107 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3108
3109 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3110 Richard Bunt <Richard.Bunt@arm.com>
3111
3112 * gdb.threads/attach-slow-waitpid.c: New file.
3113 * gdb.threads/attach-slow-waitpid.exp: New file.
3114 * gdb.threads/slow-waitpid.c: New file.
3115
3116 2018-06-14 Pedro Alves <palves@redhat.com>
3117
3118 * gdb.base/fork-running-state.c: Include <errno.h>.
3119 (exit_if_relative_exits): New.
3120 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3121 exits.
3122 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3123 child exits.
3124
3125 2018-06-14 Tom de Vries <tdevries@suse.de>
3126
3127 PR cli/22573
3128 * gdb.base/finish-pretty.c: New test.
3129 * gdb.base/finish-pretty.exp: New file.
3130
3131 2018-06-14 Pedro Alves <palves@redhat.com>
3132
3133 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3134 gdb's expected startup output.
3135
3136 2018-06-14 Pedro Alves <palves@redhat.com>
3137
3138 * lib/selftest-support.exp (selftest_setup): Remove inlined
3139 function handling.
3140
3141 2018-06-14 Tom de Vries <tdevries@suse.de>
3142
3143 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3144 matching of breakpoint printing.
3145
3146 2018-06-13 Tom de Vries <tdevries@suse.de>
3147
3148 PR testsuite/23269
3149 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3150 (fork_child): ... here, and ...
3151 (fork_parent): ... here.
3152
3153 2018-06-12 Tom de Vries <tdevries@suse.de>
3154
3155 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3156
3157 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3158 Stephen Roberts <stephen.roberts@arm.com>
3159
3160 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3161 rewrite test to describe action performed, rather than possible
3162 failure.
3163
3164 2018-06-08 Gary Benson <gbenson@redhat.com>
3165
3166 * gdb.threads/check-libthread-db.exp: New file.
3167 * gdb.threads/check-libthread-db.c: Likewise.
3168
3169 2018-06-05 Tom Tromey <tom@tromey.com>
3170
3171 * gdb.base/default.exp: Update expected "show version" output.
3172
3173 2018-06-05 Tom Tromey <tom@tromey.com>
3174
3175 PR cli/12326:
3176 * gdb.cp/static-print-quit.exp: Update.
3177 * lib/gdb.exp (pagination_prompt): Update.
3178 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3179 * gdb.python/python.exp: Update.
3180
3181 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3182
3183 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3184
3185 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3186
3187 * gdb.ada/bp_fun_addr: New testcase.
3188
3189 2018-06-01 Tom Tromey <tom@tromey.com>
3190
3191 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3192 results.
3193 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3194 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3195 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3196 * gdb.base/maint.exp (maint_pass_if): Update.
3197
3198 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3199
3200 * gdb.base/endian.exp: New test.
3201 * gdb.base/endian.c: New test source.
3202
3203 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3204
3205 PR gdb/23203
3206 * gdb.base/bt-selected-frame.c: New file.
3207 * gdb.base/bt-selected-frame.exp: New file.
3208 * lib/gdb.exp (get_current_frame_number): New function.
3209
3210 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3211 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.threads/tls-core.c: Include <stdlib.h>
3214 (thread_proc): Call `abort'.
3215 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3216 (tls_core_test): New procedure, bits factored out from ...
3217 (top level): ... here. Test both native cores and gcore cores.
3218
3219 2018-05-23 Tom Tromey <tom@tromey.com>
3220
3221 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3222
3223 2018-05-23 Tom Tromey <tom@tromey.com>
3224
3225 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3226 symfile_complaints.
3227 (test_short_complaints): Likewise.
3228 (test_empty_complaints): Likewise.
3229 (test_initial_complaints): Update.
3230
3231 2018-05-23 Tom Tromey <tom@tromey.com>
3232
3233 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3234
3235 2018-05-23 Tom Tromey <tom@tromey.com>
3236
3237 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3238 (test_short_complaints): Update.
3239
3240 2018-05-22 Pedro Alves <palves@redhat.com>
3241
3242 * gdb.base/remote.exp: Only gdb_start after compiling the
3243 testcase. Issue "disconnect" before testing "set remote" command
3244 defaults. Issue clean_restart before running to main.
3245
3246 2018-05-22 Pedro Alves <palves@redhat.com>
3247
3248 * gdb.base/remote.exp: Adjust expected output of "show remote
3249 memory-write-packet-size". Add tests for "set remote
3250 memory-write-packet-size 0" and "set remote
3251 memory-write-packet-size fixed/limit".
3252
3253 2018-05-22 Pedro Alves <palves@redhat.com>
3254
3255 PR gdb/22973
3256 * gdb.base/utf8-identifiers.c: New file.
3257 * gdb.base/utf8-identifiers.exp: New file.
3258
3259 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3260
3261 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3262
3263 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3264
3265 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3266
3267 2018-05-18 Tom Tromey <tom@tromey.com>
3268
3269 * gdb.base/ptype-offsets.exp: Update.
3270
3271 2018-05-17 Keith Seitz <keiths@redhat.com>
3272
3273 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3274 in expected breakpoint stop locations.
3275 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3276 move to proper scope to test variable values.
3277 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3278 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3279 New functions.
3280 (main): Call not_inline_func3.
3281 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3282 inline_func1, inline_func2, and inline_func3. Test that when each
3283 breakpoint is hit, GDB properly reports both the stop location
3284 and the backtrace. Repeat tests for temporary breakpoints.
3285
3286 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3287
3288 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3289 rather then trying to access it in determining whether the PID
3290 of `gdbserver' could have been retrieved.
3291
3292 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3293
3294 * gdb.arch/amd64-init-x87-values.S: New file.
3295 * gdb.arch/amd64-init-x87-values.exp: New file.
3296
3297 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3298
3299 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3300
3301 2018-05-04 Tom Tromey <tom@tromey.com>
3302
3303 PR python/22730:
3304 * gdb.python/python.exp: Test multi-line execute.
3305
3306 2018-05-04 Tom Tromey <tom@tromey.com>
3307
3308 PR python/22731:
3309 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3310
3311 2018-05-04 Tom Tromey <tom@tromey.com>
3312
3313 PR gdb/11750:
3314 * gdb.base/define.exp: Test defining a user command inside a user
3315 command.
3316 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3317
3318 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3319 Pedro Alves <palves@redhat.com>
3320
3321 PR breakpoints/19806 and support for PR external/20207.
3322 * gdb.base/watchpoint-unaligned.c: New file.
3323 * gdb.base/watchpoint-unaligned.exp: New file.
3324
3325 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3326
3327 * gdb.base/maint.exp: Make test names unique, use
3328 test_prefix_command_help to test 'help maint info', and remove
3329 repeated test of 'help maint'.
3330
3331 2018-05-04 Tom Tromey <tom@tromey.com>
3332
3333 PR gdb/22619:
3334 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3335 behavior.
3336
3337 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3338
3339 * gdb.base/maint.exp: Process output from 'maint print registers'
3340 line at a time.
3341
3342 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3343
3344 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3345 timeout.
3346
3347 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3348
3349 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3350 filter pattern.
3351
3352 2018-05-02 Pedro Alves <palves@redhat.com>
3353
3354 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3355 to_log_command renames.
3356 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3357
3358 2018-05-02 Tom Tromey <tom@tromey.com>
3359
3360 * gdb.python/py-parameter.exp: Set test message.
3361
3362 2018-05-02 Tom Tromey <tom@tromey.com>
3363
3364 PR python/20084:
3365 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3366 PARAM_ZUINTEGER_UNLIMITED tests.
3367
3368 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3369
3370 PR rust/23124
3371 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3372 when casting.
3373
3374 2018-04-30 Tom Tromey <tom@tromey.com>
3375
3376 * gdb.python/py-type.exp: Check align attribute.
3377 * gdb.python/py-type.c: New "aligncheck" global.
3378
3379 2018-04-30 Tom Tromey <tom@tromey.com>
3380
3381 PR exp/17095:
3382 * gdb.dwarf2/dw2-align.exp: New file.
3383 * gdb.cp/align.exp: New file.
3384 * gdb.base/align.exp: New file.
3385 * lib/gdb.exp (gdb_int128_helper): New proc.
3386 (has_int128_c, has_int128_cxx): New caching procs.
3387
3388 2018-04-27 Tom Tromey <tom@tromey.com>
3389
3390 PR rust/22545:
3391 * gdb.rust/simple.exp: Add inclusive range tests.
3392
3393 2018-04-26 Pedro Alves <palves@redhat.com>
3394
3395 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3396 ifunc breakpoint locations correctly of ifunc breakpoints set
3397 while the program resolves the ifunc.
3398
3399 2018-04-26 Pedro Alves <palves@redhat.com>
3400
3401 * gdb.base/gnu-ifunc-final.c: New file.
3402 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3403 * gdb.base/gnu-ifunc.exp (executable): Delete.
3404 (staticexecutable): Adjust.
3405 (lib_opts, exec_opts): Delete.
3406 (make_binsuffix, build, set-break): New procedures.
3407 (misc_tests): New, with tests factored out from the top level.
3408 (top level): Test different combinations of ifunc resolver name,
3409 resolver with and with debug info, and ifunc target with and
3410 without debug info. Wrap static tests with with_target_prefix.
3411
3412 2018-04-26 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3415 return type" warnings.
3416
3417 2018-04-25 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3420 killed".
3421 * gdb.base/kill-after-signal.exp: Likewise.
3422 * gdb.threads/kill.exp: Likewise.
3423
3424 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3425 Sergio Durigan Junior <sergiodj@redhat.com>
3426 Pedro Alves <palves@redhat.com>
3427
3428 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3429 regexps to expect for '[Inferior ... detached]' as well.
3430 * gdb.base/attach.exp: Likewise.
3431 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3432 "gdb_continue_to_end".
3433 (test_catch_syscall_with_wrong_args): Likewise.
3434 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3435 ']'. Don't set 'verbose' on.
3436 * gdb.base/foll-vfork.exp: Likewise.
3437 * gdb.base/fork-print-inferior-events.c: New file.
3438 * gdb.base/fork-print-inferior-events.exp: New file.
3439 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3440 '[Inferior ... has been killed]' message.
3441 * gdb.base/kill-after-signal.exp: Likewise.
3442 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3443 detach message.
3444 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3445 message.
3446 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3447 regexps to expect for '[Inferior ... detached]' as well.
3448 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3449
3450 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3451
3452 PR gdb/23104
3453 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3454
3455 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3456
3457 * gdb.threads/multiple-successive-infcall.c: New test.
3458 * gdb.threads/multiple-successive-infcall.exp: New file.
3459
3460 2018-04-17 Tom Tromey <tom@tromey.com>
3461
3462 * gdb.rust/simple.rs (Union): New type.
3463 (main): New local "u".
3464 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3465
3466 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3467
3468 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3469 number information in output of "whereis" command.
3470 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3471
3472 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3473
3474 * gdb.ada/info_types.exp: Adjust expected output to the line
3475 numbers now printed by "info var/func/type".
3476 * gdb.base/completion.exp: Likewise.
3477 * gdb.base/included.exp: Likewise.
3478 * gdb.cp/cp-relocate.exp: Likewise.
3479 * gdb.cp/cplusfuncs.exp: Likewise.
3480 * gdb.cp/namespace.exp: Likewise.
3481 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3482
3483 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3484
3485 * gdb.btrace/cpu.exp: New.
3486
3487 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3488
3489 * gdb.base/step-indirect-call-thunk.exp: New.
3490 * gdb.base/step-indirect-call-thunk.c: New.
3491 * gdb.reverse/step-indirect-call-thunk.exp: New.
3492 * gdb.reverse/step-indirect-call-thunk.c: New.
3493
3494 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3495
3496 * gdb.base/pie-fork.c: New file.
3497 * gdb.base/pie-fork.exp: New file.
3498
3499 2018-04-11 Tom Tromey <tom@tromey.com>
3500
3501 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3502
3503 2018-04-10 Pedro Alves <palves@redhat.com>
3504
3505 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3506 exits. Instead loop running forever.
3507 (fork_parent): Run forever too.
3508
3509 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3510
3511 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3512 mi_continue_to_line.
3513 * gdb.mi/mi-stack.c (callee4): Add comment.
3514
3515 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3516
3517 * gdb.mi/mi-stack.exp: Fix indentation.
3518
3519 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3520
3521 PR gdb/22979
3522 * gdb.arch/amd64-osabi.exp: New file.
3523
3524 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3525
3526 PR gdb/22980
3527 * gdb.base/osabi.exp: New file.
3528
3529 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3530
3531 * gdb.cp/static-typedef-print.exp: New file.
3532 * gdb.cp/static-typedef-print.cc: New file.
3533
3534 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3535
3536 * gdb.ada/varsize_limit: New testcase.
3537
3538 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3539
3540 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3541
3542 * gdb.ada/notcplusplus: New testcase.
3543
3544 * gdb.base/c-linkage-name.c: New file.
3545 * gdb.base/c-linkage-name.exp: New testcase.
3546
3547 2018-03-26 Tom Tromey <tom@tromey.com>
3548
3549 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3550 * gdb.python/py-framefilter.py (name_error): New global.
3551 (ErrorInName.function): Use name_error.
3552
3553 2018-03-26 Tom Tromey <tom@tromey.com>
3554
3555 PR backtrace/15582:
3556 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3557
3558 2018-03-23 Keith Seitz <keiths@redhat.com>
3559
3560 PR c++/22968
3561 * gdb.cp/subtypes.exp: New file.
3562 * gdb.cp/subtypes.h: New file.
3563 * gdb.cp/subtypes.cc: New file.
3564 * gdb.cp/subtypes-2.cc: New file.
3565
3566 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3567
3568 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3569 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3570 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3571 -nostartfiles when compiling the test. Confirm that all registers
3572 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3573
3574 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3575
3576 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3577 option, syntax was wrong anyway.
3578 * gdb.arch/arm-disp-step.exp: Likewise.
3579 * gdb.arch/sparc64-regs.exp: Likewise.
3580 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3581 option, syntax was wrong anyway, switch to use
3582 prepare_for_testing.
3583 * gdb.arch/i386-disp-step.exp: Likewise.
3584
3585 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3586
3587 * gdb.ada/exec_changed.exp: Replace "target_info exists
3588 use_gdb_stub" by "use_gdb_stub".
3589 * gdb.ada/start.exp: Likewise.
3590 * gdb.base/async-shell.exp: Likewise.
3591 * gdb.base/attach-pie-misread.exp: Likewise.
3592 * gdb.base/attach-wait-input.exp: Likewise.
3593 * gdb.base/break-entry.exp: Likewise.
3594 * gdb.base/break-interp.exp: Likewise.
3595 * gdb.base/dprintf-detach.exp: Likewise.
3596 * gdb.base/nostdlib.exp: Likewise.
3597 * gdb.base/solib-nodir.exp: Likewise.
3598 * gdb.base/statistics.exp: Likewise.
3599 * gdb.base/testenv.exp: Likewise.
3600 * gdb.mi/mi-exec-run.exp: Likewise.
3601 * gdb.mi/mi-start.exp: Likewise.
3602 * gdb.multi/dummy-frame-restore.exp: Likewise.
3603 * gdb.multi/multi-arch-exec.exp: Likewise.
3604 * gdb.multi/multi-arch.exp: Likewise.
3605 * gdb.multi/tids.exp: Likewise.
3606 * gdb.multi/watchpoint-multi.exp: Likewise.
3607 * gdb.python/py-events.exp: Likewise.
3608 * gdb.threads/attach-into-signal.exp: Likewise.
3609 * gdb.threads/attach-stopped.exp: Likewise.
3610 * gdb.threads/threadapply.exp: Likewise.
3611 * lib/selftest-support.exp: Likewise.
3612
3613 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3614
3615 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3616
3617 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3618
3619 * gdb.perf/template-breakpoints.cc: New file.
3620 * gdb.perf/template-breakpoints.exp: New file.
3621 * gdb.perf/template-breakpoints.py: New file.
3622
3623 2018-03-19 Tom Tromey <tom@tromey.com>
3624
3625 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3626 y0.
3627 * gdb.rust/simple.exp: Test bare identifier form of struct
3628 initializer.
3629
3630 2018-03-19 Tom Tromey <tom@tromey.com>
3631
3632 * gdb.gdb/observer.exp: Remove.
3633
3634 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3635
3636 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3637 "qualified" option when setting breakpoints.
3638 * gdb.trace/backtrace.exp: Likewise.
3639 * gdb.trace/circ.exp: Likewise.
3640 * gdb.trace/collection.exp: Likewise.
3641 * gdb.trace/disconnected-tracing.exp: Likewise.
3642 * gdb.trace/ftrace-lock.exp: Likewise.
3643 * gdb.trace/ftrace.exp: Likewise.
3644 * gdb.trace/infotrace.exp: Likewise.
3645 * gdb.trace/packetlen.exp: Likewise.
3646 * gdb.trace/passc-dyn.exp: Likewise.
3647 * gdb.trace/qtro.exp: Likewise.
3648 * gdb.trace/read-memory.exp: Likewise.
3649 * gdb.trace/report.exp: Likewise.
3650 * gdb.trace/signal.exp: Likewise.
3651 * gdb.trace/status-stop.exp: Likewise.
3652 * gdb.trace/strace.exp: Likewise.
3653 * gdb.trace/tfind.exp: Likewise.
3654 * gdb.trace/trace-break.exp: Likewise.
3655 * gdb.trace/trace-condition.exp: Likewise.
3656 * gdb.trace/trace-mt.exp: Likewise.
3657 * gdb.trace/tstatus.exp: Likewise.
3658 * gdb.trace/tsv.exp: Likewise.
3659 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3660 * gdb.trace/unavailable.exp: Likewise.
3661 * gdb.trace/while-dyn.exp: Likewise.
3662
3663 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3664
3665 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3666 that libinproctrace is copied to the target.
3667
3668 2018-03-14 Tom Tromey <tom@tromey.com>
3669
3670 PR cli/14977:
3671 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3672 a null pointer.
3673 * gdb.base/wchar.exp: Likewise.
3674
3675 2018-03-14 Tom Tromey <tom@tromey.com>
3676
3677 PR cli/19918:
3678 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3679 flag.
3680
3681 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3682
3683 PR gdb/22841
3684 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3685 "target" to remote_exec.
3686
3687 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3688
3689 PR gdb/22841
3690 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3691 ${board}_upload): Remove.
3692
3693 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3694
3695 * gdb.cp/watch-cp.cc: New test.
3696 * gdb.cp/watch-cp.exp: New file.
3697
3698 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3699
3700 * gdb.base/infcall-nested-structs.exp: New file.
3701 * gdb.base/infcall-nested-structs.c: New file.
3702 * gdb.base/float.exp: Add riscv support.
3703
3704 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3705
3706 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3707 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3708
3709 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3710
3711 * gdb.server/abspath.exp: New file.
3712 * lib/gdb.exp (with_cwd): New procedure.
3713
3714 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3715
3716 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3717 use it.
3718 (gdb_is_target_remote_prompt): New proc.
3719 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3720 (gdb_is_target_native): Pass prompt parameter to
3721 gdb_is_target_1.
3722
3723 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3724
3725 * gdb.base/load-command.c: New file.
3726 * gdb.base/load-command.exp: New file.
3727 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3728 (gdb_is_target_1): ...this, and generalize for other targets
3729 than just remote.
3730 (gdb_is_target_remote): Use gdb_is_target_1.
3731 (gdb_is_target_native): use gdb_is_target_1.
3732
3733 2018-02-26 Tom Tromey <tom@tromey.com>
3734
3735 PR python/16497:
3736 * gdb.python/py-framefilter.exp: Update test.
3737
3738 2018-02-26 Tom Tromey <tom@tromey.com>
3739
3740 * gdb.dwarf2/variant.c: New file.
3741 * gdb.dwarf2/variant.exp: New file.
3742
3743 2018-02-26 Tom Tromey <tom@tromey.com>
3744
3745 * gdb.rust/simple.exp: Accept more possible results in enum test.
3746
3747 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3748
3749 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3750 parentheses.
3751
3752 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3753
3754 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3755 name of a variable: $actual_linejj -> $actual_line.
3756
3757 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3758
3759 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3760
3761 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3762
3763 * gdb.btrace/buffer-size.exp: Do not force BTS.
3764
3765 2018-02-14 Pedro Alves <palves@redhat.com>
3766
3767 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3768 getting a "Quit".
3769
3770 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3771
3772 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3773 Fix test name.
3774
3775 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3776
3777 * gdb.cp/m-static.exp: Check type of optimized out static
3778 member.
3779
3780 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3781
3782 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3783 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3784
3785 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3786 Leszek Swirski <leszeks@google.com>
3787
3788 * gdb.python/py-prettyprint.c
3789 (struct to_string_returns_value_inner,
3790 struct to_string_returns_value_wrapper): New.
3791 (main): Add tsrvw variable.
3792 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3793 ToStringReturnsValueWrapper): New classes.
3794 (register_pretty_printers): Register new pretty-printers.
3795 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3796 recursive pretty printer.
3797 * gdb.python/py-mi.exp: Likewise.
3798
3799 2018-02-01 Leszek Swirski <leszeks@google.com>
3800
3801 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3802 functions with the same name as an include file are parsed
3803 correctly.
3804
3805 2018-02-01 Yao Qi <yao.qi@linaro.org>
3806
3807 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3808 "\[^\r\n\]*".
3809
3810 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3811
3812 * gdb.arch/powerpc-prologue-frame.s: New file.
3813 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3814 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3815
3816 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3817
3818 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3819
3820 2018-01-30 Pedro Alves <palves@redhat.com>
3821
3822 PR gdb/13211
3823 * gdb.base/interrupt-daemon.c: New.
3824 * gdb.base/interrupt-daemon.exp: New.
3825 * gdb.multi/multi-term-settings.c: New.
3826 * gdb.multi/multi-term-settings.exp: New.
3827
3828 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3829
3830 * gdb.base/break.exp: Save the location where the breakpoint
3831 on break.c:47 was actually inserted when debugging the version
3832 compiled at -O2 and use it in the expected output of the "info
3833 break" test performed soon after.
3834
3835 2018-01-22 Pedro Alves <palves@redhat.com>
3836 Sergio Durigan Junior <sergiodj@redhat.com>
3837
3838 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3839 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3840
3841 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3842
3843 * gdb.base/break-include.c, gdb.base/break-include.inc,
3844 gdb.base/break-include.exp: New files.
3845 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3846 line number now being the actual line number where the breakpoint
3847 was inserted.
3848 * gdb.mi/mi-break.exp: Likewise.
3849 * gdb.mi/mi-reverse.exp: Likewise.
3850 * gdb.mi/mi-simplerun.exp: Ditto.
3851
3852 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3853
3854 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3855 varobj.
3856 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3857
3858 2018-01-21 Don Breazeal <donb@codesourcery.com>
3859 Andrew Burgess <andrew.burgess@embecosm.com>
3860
3861 * gdb.mi/basics.c: Add new global.
3862 * gdb.mi/mi-frame-regs.exp: New file.
3863 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3864 case.
3865
3866 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3867
3868 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3869 non-parameter, and on an unknown symbol.
3870
3871 2018-01-19 Tom Tromey <tom@tromey.com>
3872
3873 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3874 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3875
3876 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3877
3878 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3879 setrlimit and chdir to int.
3880
3881 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3882
3883 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3884 function.
3885 (my_tend): Likewise.
3886 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3887 rationale of avoiding FP- and vector instructions.
3888
3889 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3890
3891 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3892 "info reg" with "\[ \t\]*".
3893 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3894 "\[ \t\]+".
3895 * gdb.arch/s390-multiarch.exp: Ditto.
3896 * gdb.base/pc-fp.exp: Ditto.
3897 * gdb.reverse/i386-precsave.exp: Ditto.
3898 * gdb.reverse/i386-reverse.exp: Ditto.
3899 * gdb.reverse/i387-env-reverse.exp: Ditto.
3900 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3901
3902 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3903
3904 * lib/gdb.exp (gdb_compile): Re-enable use of
3905 universal_compile_options for languages other than Rust.
3906
3907 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3908
3909 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3910
3911 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3912
3913 PR gdb/16577
3914 * gdb.base/solib-vanish.exp: New.
3915 * gdb.base/solib-vanish-main.c: New.
3916 * gdb.base/solib-vanish-lib1.c: New.
3917 * gdb.base/solib-vanish-lib2.c: New.
3918
3919 2018-01-17 Yao Qi <yao.qi@linaro.org>
3920
3921 * gdb.compile/compile.exp: Match the address printed for
3922 frame in the output of command "bt".
3923
3924 2018-01-15 Tom Tromey <tom@tromey.com>
3925
3926 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3927 compute sp_reg.
3928
3929 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3930
3931 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3932 to prepare.
3933 (prepare): Return 0 on error, 1 on success.
3934
3935 2018-01-12 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.base/continue-after-aborted-step-over.c: New.
3938 * gdb.base/continue-after-aborted-step-over.exp: New.
3939
3940 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3941
3942 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3943 options when not creating an executable.
3944
3945 2018-01-11 Pedro Alves <palves@redhat.com>
3946
3947 PR remote/22597
3948 * gdb.server/stop-reply-no-thread.c: New file.
3949 * gdb.server/stop-reply-no-thread.exp: New file.
3950
3951 2018-01-10 Pedro Alves <palves@redhat.com>
3952
3953 PR gdb/22670
3954 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3955 functions too. Test setting breakpoints and printing C functions
3956 with no debug info too.
3957 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3958
3959 2018-01-10 Pedro Alves <palves@redhat.com>
3960
3961 PR gdb/22670
3962 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3963 a fail.
3964
3965 2018-01-10 Pedro Alves <palves@redhat.com>
3966
3967 PR gdb/22670
3968 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3969
3970 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3971
3972 * gdb.server/unittest.exp: Match the output in non-development
3973 mode.
3974
3975 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3976
3977 * gdb.gdb/unittest.exp: Match output in non-development mode.
3978
3979 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3980
3981 * gdb.ada/access_tagged_param.exp: Relax expected output
3982 for value of "ObjL" in "continue" to pck.inspect breakpoint
3983 test.
3984
3985 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3986
3987 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3988 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3989
3990 2018-01-05 Pedro Alves <palves@redhat.com>
3991
3992 PR gdb/18653
3993 * gdb.base/libsegfault.exp: New.
3994
3995 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3996
3997 PR gdb/22670
3998 * gdb.ada/access_tagged_param.exp: New file.
3999 * gdb.ada/access_tagged_param/foo.adb: New file.
4000
4001 2018-01-05 Pedro Alves <palves@redhat.com>
4002
4003 PR gdb/22670
4004 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4005 exercise lower case too, and to exercise both full matching and
4006 wild matching.
4007
4008 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4009
4010 * gdb.ada/rename_subscript_param: New testcase.
4011
4012 2018-01-05 Jerome Guitton <guitton@adacore.com>
4013
4014 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4015
4016 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4017
4018 * gdb.ada/convvar_comp: New testcase.
4019
4020 2018-01-05 Xavier Roirand <roirand@adacore.com>
4021
4022 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4023 (My_Table): New global variable.
4024 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4025
4026 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4027
4028 PR gdb/22670
4029 * gdb.ada/maint_with_ada: New testcase.
4030
4031 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4032
4033 PR gdb/22670
4034 * gdb.ada/bp_c_mixed_case: New testcase.
4035
4036 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4037
4038 PR gdb/22670
4039 * gdb.ada/complete.exp: Add "complete break ada" test.
4040
4041 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4042
4043 PR gdb/22670
4044 * gdb.ada/info_addr_mixed_case: New testcase.
4045
4046 2018-01-03 Xavier Roirand <roirand@adacore.com>
4047
4048 * gdb.ada/excep_handle.exp: New testcase.
4049 * gdb.ada/excep_handle/foo.adb: New file.
4050 * gdb.ada/excep_handle/pck.ads: New file.
4051
4052 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4053
4054 * gdb.base/step-line.c: Add extra empty line in copyright header.
4055 * gdb.base/step-line.inp: Likewise.
4056
4057 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4058
4059 * gdb.ada/dyn_stride.exp: Add slice test.
4060
4061 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4062
4063 * gdb.ada/dyn_stride: New testcase.
4064
4065 2017-12-27 Stafford Horne <shorne@gmail.com>
4066
4067 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4068 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4069
4070 2017-12-27 Stafford Horne <shorne@gmail.com>
4071
4072 * gdb.base/reggroups.c: New file.
4073 * gdb.base/reggroups.exp: New file.
4074
4075 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4076
4077 * gdb.dwarf2/ada-valprint-error.c: New file.
4078 * gdb.dwarf2/ada-valprint-error.exp: New file.
4079
4080 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4081
4082 * gdb.ada/assign_arr: New testcase.
4083
4084 2017-12-18 Xavier Roirand <roirand@adacore.com>
4085
4086 * gdb.ada/funcall_ptr: New testcase.
4087
4088 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4089
4090 PR cli/16224
4091 * gdb.base/ptype-offsets.cc: New file.
4092 * gdb.base/ptype-offsets.exp: New file.
4093
4094 2017-12-15 Yao Qi <yao.qi@linaro.org>
4095
4096 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4097 if XML is disabled.
4098
4099 2017-12-15 Xavier Roirand <roirand@adacore.com>
4100
4101 * gdb.ada/same_component_name: New testcase.
4102
4103 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4104
4105 * gdb.ada/str_binop_equal: New testcase.
4106
4107 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4108
4109 * gdb.ada/task_switch_in_core: New testcase.
4110
4111 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4112
4113 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4114 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4115 call test_bkpt_qualified.
4116 (test_bkpt_qualified): New proc.
4117
4118 2017-12-13 Pedro Alves <palves@redhat.com>
4119
4120 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4121 Tighten regexp by matching with an anchor.
4122
4123 2017-12-13 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4126 ("expression with namespace"): New set of tests.
4127 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4128 (Nested::Test_NS::qux): New.
4129 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4130 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4131
4132 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4133
4134 * gdb.base/server-del-break.c: New file.
4135 * gdb.base/server-del-break.exp: New file.
4136
4137 2017-12-12 Stafford Horne <shorne@gmail.com>
4138
4139 * gdb.xml/tdesc-regs.exp: Add or1k support.
4140
4141 2017-12-12 Stafford Horne <shorne@gmail.com>
4142
4143 * gdb.base/bp-permanent.c: Define nop of or1k.
4144
4145 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4146
4147 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4148 output with components being reordered.
4149
4150 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4151
4152 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4153 output with components being reordered.
4154
4155 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4156 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.base/maint.exp (check for .gdb_index): Check also for
4159 .debug_names.
4160 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4161 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4162 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4163 (.gdb_index used after symbol reloading): Support also .debug_names.
4164 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4165
4166 2017-12-08 Yao Qi <yao.qi@linaro.org>
4167
4168 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4169 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4170
4171 2017-12-08 Yao Qi <yao.qi@linaro.org>
4172
4173 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4174 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4175
4176 2017-12-08 Yao Qi <yao.qi@linaro.org>
4177
4178 * gdb.arch/aarch64-tagged-pointer.c: New file.
4179 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4180
4181 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4182
4183 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4184 "int".
4185
4186 2017-12-07 Keith Seitz <keiths@redhat.com>
4187
4188 PR breakpoints/22569
4189 * gdb.linespec/ls-errs.exp: Change expected result of "break
4190 -source this file has spaces.c -line 3".
4191 Check that an explicit source file followed by whitespace is
4192 identified as an invalid explicit location.
4193
4194 2017-12-07 Keith Seitz <keiths@redhat.com>
4195
4196 * gdb.cp/nested-types.cc: New file.
4197 * gdb.cp/nested-types.exp: New file.
4198 * lib/cp-support.exp: Load data-structures.exp library.
4199 (debug_cp_test_ptype_class): New global.
4200 (cp_ptype_class_verbose, next_line): New procedures.
4201 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4202 Add and document new return value.
4203 Switch the list of lines to a queue.
4204 Add support for new `type' key for nested type definitions.
4205 Add debugging/troubleshooting messages.
4206 * lib/data-structures.exp: New file.
4207
4208 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4209
4210 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4211 with proc_with_prefix, don't use with_test_prefix.
4212
4213 2017-12-07 Tom Tromey <tom@tromey.com>
4214
4215 * gdb.base/break.exp: Add test for empty "commands".
4216
4217 2017-12-07 Yao Qi <yao.qi@linaro.org>
4218
4219 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4220 malloc and catch syscall.
4221
4222 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4223
4224 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4225 tests for explicit locations.
4226
4227 2017-12-06 Pedro Alves <palves@redhat.com>
4228
4229 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4230 force-disabling XML descriptions.
4231
4232 2017-12-04 Pedro Alves <palves@redhat.com>
4233
4234 PR gdb/22499
4235 * gdb.arch/amd64-disp-step-avx.S: New file.
4236 * gdb.arch/amd64-disp-step-avx.exp: New file.
4237
4238 2017-12-03 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4241 and <string.h>.
4242 (parent_function): Print distinct messages when waitpid fails, or
4243 the child exits with a signal, or the child exits for an unhandled
4244 reason.
4245 * gdb.threads/process-dies-while-detaching.exp
4246 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4247 it. Wait for both inferior output and GDB's prompt. Use an
4248 indirect spawn id list.
4249 (do_detach): New parameter 'child_exit'. Use it to compute
4250 expected inferior output.
4251 (test_detach, test_detach_watch, test_detach_killed_outside):
4252 Adjust to pass down the expected child exit kind.
4253
4254 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4255 Sergio Durigan Junior <sergiodj@redhat.com>
4256 Pedro Alves <palves@redhat.com>
4257
4258 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4259
4260 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4261
4262 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4263 to 'symbol-file' and 'add-symbol-file' can be
4264 position-independent.
4265
4266 2017-12-01 Yao Qi <yao.qi@linaro.org>
4267
4268 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4269 the URL in copyright header.
4270 * gdb.arch/aarch64-fp.exp: Likewise.
4271 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4272 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4273 * gdb.base/expand-psymtabs.exp: Likewise.
4274 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4275 * gdb.fortran/common-block.exp: Likewise.
4276 * gdb.fortran/common-block.f90: Likewise.
4277 * gdb.fortran/logical.exp: Likewise.
4278 * gdb.fortran/vla-datatypes.f90: Likewise.
4279 * gdb.fortran/vla-sub.f90: Likewise.
4280
4281 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4282
4283 * gdb.ada/repeat_dyn: New testcase.
4284
4285 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4286
4287 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4288 Update for changed thread numbering.
4289 * gdb.cell/bt.exp: Update for changed GDB output.
4290
4291 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4292
4293 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4294 setting isremote by hand.
4295 * boards/dwarf4-gdb-index.exp: Likewise.
4296 * boards/fission.exp: Likewise.
4297 * boards/stabs.exp: Likewise.
4298
4299 2017-11-30 Pedro Alves <palves@redhat.com>
4300
4301 * gdb.linespec/cpls-ops.exp
4302 (check_explicit_skips_function_argument): Extract the underlying
4303 type of size_t instead of hardcoding it.
4304
4305 2017-11-29 Pedro Alves <palves@redhat.com>
4306
4307 PR c++/19436
4308 * gdb.linespec/cpls-abi-tag.cc: New file.
4309 * gdb.linespec/cpls-abi-tag.exp: New file.
4310
4311 2017-11-29 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.base/langs.exp: Use -qualified.
4314 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4315 it.
4316 * gdb.cp/namespace.exp: Use -qualified.
4317 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4318 (overload-3, template-overload, template-ret-type, const-overload)
4319 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4320 procedures.
4321 (test_driver): Call them.
4322 * gdb.cp/save-bp-qualified.cc: New.
4323 * gdb.cp/save-bp-qualified.exp: New.
4324 * gdb.linespec/explicit.exp: Test -qualified.
4325 * lib/completion-support.exp (completion::explicit_opts_list): Add
4326 "-qualified".
4327 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4328
4329 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4330
4331 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4332
4333 2017-11-29 Tom Tromey <tom@tromey.com>
4334
4335 * gdb.base/relocate.exp: Update invalid argument test.
4336 Add new tests for invalid arguments.
4337
4338 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4339
4340 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4341 Return 0 as a long.
4342 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4343
4344 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4345
4346 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4347 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4348 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4349 func ().
4350 * gdb.cp/shadow.cc (B.func): Return 0.
4351
4352 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4353
4354 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4355 expected output in gdb_expect call to allow the exception
4356 message to be present as well. Fix syntax confusion to avoid
4357 TCL thinking that exception_name is an array.
4358
4359 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4360
4361 * gdb.arch/spu-info.c: Include <unistd.h>.
4362 (do_signal_test): Fix broken calls to write.
4363 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4364 Fix checks for empty mailboxes. Update signal tests for corrected
4365 do_signal_test routine. Allow nonzero event status.
4366 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4367 * gdb.cell/arch.exp: Use standard_output_file.
4368 * gdb.cell/break.exp: Likewise.
4369 * gdb.cell/bt.exp: Likewise.
4370 * gdb.cell/core.exp: Likewise.
4371 * gdb.cell/dwarfaddr.exp: Likewise.
4372 * gdb.cell/ea-cache.exp: Likewise.
4373 * gdb.cell/ea-standalone.exp: Likewise.
4374 * gdb.cell/f-regs.exp: Likewise.
4375 * gdb.cell/fork.exp: Likewise.
4376 * gdb.cell/gcore.exp: Likewise.
4377 * gdb.cell/mem-access.exp: Likewise.
4378 * gdb.cell/ptype.exp: Likewise.
4379 * gdb.cell/registers.exp: Likewise.
4380 * gdb.cell/sizeof.exp: Likewise.
4381 * gdb.cell/solib-symbol.exp: Likewise.
4382 * gdb.cell/solib.exp: Likewise.
4383
4384 2017-11-25 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.base/complete-empty.exp: New file.
4387 * gdb.base/completion.exp: Adjust.
4388
4389 2017-11-25 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.linespec/cpls-ops.cc: New file.
4392 * gdb.linespec/cpls-ops.exp: New file.
4393 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4394 factored out from ...
4395 (test_complete_prefix_range): ... this.
4396
4397 2017-11-24 Pedro Alves <palves@redhat.com>
4398
4399 * gdb.linespec/cpcompletion.exp: New file.
4400 * gdb.linespec/cpls-hyphen.cc: New file.
4401 * gdb.linespec/cpls.cc: New file.
4402 * gdb.linespec/cpls2.cc: New file.
4403 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4404 test to use test_gdb_complete_unique. Add label completion,
4405 keyword completion and explicit location completion tests.
4406 * lib/completion-support.exp: New file.
4407
4408 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4409
4410 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4411 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4412 when hitting an exception catchpoint.
4413
4414 2017-11-22 Yao Qi <yao.qi@linaro.org>
4415
4416 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4417
4418 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4419
4420 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4421 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4422 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4423
4424 2017-11-22 Yao Qi <yao.qi@linaro.org>
4425
4426 * gdb.base/info-os.exp: Pass pthreads.
4427 * gdb.multi/multi-attach.exp: Likewise.
4428
4429 2017-11-22 Yao Qi <yao.qi@linaro.org>
4430
4431 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4432 compiler.
4433
4434 2017-11-22 Yao Qi <yao.qi@linaro.org>
4435
4436 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4437 * gdb.base/break-interp.exp: Likewise.
4438 * gdb.base/jit-attach-pie.exp: Likewise.
4439
4440 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4441
4442 * gdb.base/float128.c (large128): New variable.
4443 * gdb.base/float128.exp: Add test to print largest __float128 value.
4444
4445 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4446
4447 * gdb.arch/vsx-regs.exp: Update register content checks.
4448
4449 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4450
4451 * gdb.arch/ppc-longdouble.exp: New file.
4452 * gdb.arch/ppc-longdouble.c: Likewise.
4453
4454 2017-11-21 Pedro Alves <palves@redhat.com>
4455
4456 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4457
4458 2017-11-20 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4461 (long_double_typedef): New typedefs.
4462 Use DEF on double and long double.
4463 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4464 cases.
4465 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4466 and 'long_double_ptr_same_size' locals. Use them to decide
4467 whether cast from array/function to float is valid/invalid.
4468
4469 2017-11-17 Tom Tromey <tom@tromey.com>
4470
4471 * gdb.rust/traits.rs: New file.
4472 * gdb.rust/traits.exp: New file.
4473
4474 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4475
4476 * gdb.ada/minsyms: New testcase.
4477
4478 2017-11-16 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4481 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4482
4483 2017-11-16 Pedro Alves <palves@redhat.com>
4484
4485 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4486 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4487
4488 2017-11-16 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.server/reconnect-ctrl-c.c: New file.
4491 * gdb.server/reconnect-ctrl-c.exp: New file.
4492
4493 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4494
4495 * gdb.python/py-rbreak.exp: New file.
4496 * gdb.python/py-rbreak.c: New file.
4497 * gdb.python/py-rbreak-func2.c: New file.
4498
4499 2017-11-16 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4502 pattern.
4503 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4504 GDB.
4505
4506 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4507
4508 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4509 regex.
4510
4511 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4512
4513 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4514 test names.
4515
4516 2017-11-09 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4519 factored out from ...
4520 (top level): ... here, and adjusted to avoid expecting beyond the
4521 prompt in a single gdb_test_multiple.
4522
4523 2017-11-09 Pedro Alves <palves@redhat.com>
4524
4525 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4526 output.
4527 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4528 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4529 * gdb.server/ext-run.exp ("kill" test): Likewise.
4530 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4531
4532 2017-11-09 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4535 match till end of line.
4536
4537 2017-11-09 Pedro Alves <palves@redhat.com>
4538
4539 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4540
4541 2017-11-09 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4544 New procedures, factored out from ...
4545 (top level): ... here, and adjusted to avoid expecting beyond the
4546 prompt in one go.
4547
4548 2017-11-09 Pedro Alves <palves@redhat.com>
4549
4550 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4551 output. Fix '?' match.
4552
4553 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4554
4555 * gdb.ada/scoped_watch: New testcase.
4556 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4557 which is actually correct.
4558 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4559 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4560
4561 2017-11-08 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.gdb/complaints.exp (test_initial_complaints)
4564 (test_serial_complaints, test_short_complaints): Call
4565 complaint_internal instead of complaint.
4566
4567 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4568
4569 * gdb.threads/tls-core.c: New file.
4570 * gdb.threads/tls-core.exp: Likewise.
4571
4572 2017-11-08 Pedro Alves <palves@redhat.com>
4573
4574 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4575 (p Exported_Capitalized): New test.
4576 (p exported_capitalized): New test.
4577
4578 2017-11-07 Pedro Alves <palves@redhat.com>
4579
4580 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4581
4582 2017-11-07 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4585 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4586 (disable_invalid, disable_inverted, disable_negative): New
4587 procedures.
4588 ("bad numbers"): New set of tests.
4589
4590 2017-11-07 Pedro Alves <palves@redhat.com>
4591
4592 * gdb.cp/ena-dis-br-range.exp: Add tests.
4593
4594 2017-11-07 Pedro Alves <palves@redhat.com>
4595
4596 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4597
4598 2017-11-07 Xavier Roirand <roirand@adacore.com>
4599 Pedro Alves <palves@redhat.com>
4600
4601 * gdb.base/ena-dis-br.exp: Add reference to
4602 gdb.cp/ena-dis-br-range.exp.
4603 * gdb.cp/ena-dis-br-range.exp: New file.
4604 * gdb.cp/ena-dis-br-range.cc: New file.
4605
4606 2017-11-06 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.base/attach-non-pgrp-leader.c: New.
4609 * gdb.base/attach-non-pgrp-leader.exp: New.
4610
4611 2017-11-06 Pedro Alves <palves@redhat.com>
4612
4613 * configure.ac: No longer check for termio.h and sgtty.h.
4614 * configure: Regenerate.
4615 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4616 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4617 Remove termio and sgtty code.
4618
4619 2017-11-03 Yao Qi <yao.qi@linaro.org>
4620
4621 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4622 in GDB is disabled.
4623
4624 2017-11-03 Yao Qi <yao.qi@linaro.org>
4625
4626 * gdb.python/py-thrhandle.exp: Skip it if python is not
4627 enabled.
4628
4629 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4630
4631 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4632 as a breakpoint command.
4633
4634 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4635
4636 PR python/21213
4637 * gdb.python/py-infthread.exp: Test calling
4638 InferiorThread.inferior () multiple times in a row.
4639
4640 2017-10-27 Keith Seitz <keiths@redhat.com>
4641
4642 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4643 Test "info break" for every inlined function breakpoint.
4644
4645 2017-10-27 Yao Qi <yao.qi@linaro.org>
4646
4647 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4648
4649 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4650
4651 * gdb.cp/classes.exp (test_static_members): Test printing
4652 Outer::instance.
4653 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4654 (Inner::instance, Outer::instance): New.
4655
4656 2017-10-24 Pedro Alves <palves@redhat.com>
4657
4658 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4659 extra console" test in two stages.
4660
4661 2017-10-24 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4664
4665 2017-10-24 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4668 loop.
4669
4670 2017-10-24 Pedro Alves <palves@redhat.com>
4671
4672 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4673 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4674
4675 2017-10-24 Pedro Alves <palves@redhat.com>
4676
4677 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4678 parameter and handle it. Don't output read value in test name.
4679
4680 2017-10-24 Pedro Alves <palves@redhat.com>
4681
4682 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4683 custom test name.
4684
4685 2017-10-24 Pedro Alves <palves@redhat.com>
4686
4687 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4688 include the unstable output directory name in the test's name.
4689 (initial_setup_simple) <'set args'>: Use custom test name.
4690
4691 2017-10-24 Pedro Alves <palves@redhat.com>
4692
4693 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4694 with explicit test name.
4695
4696 2017-10-20 Pedro Alves <palves@redhat.com>
4697
4698 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4699 'wait -i'. Use gdb_assert and remote_close.
4700
4701 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4702
4703 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4704 number from variable rather than hard-coded.
4705
4706 2017-10-19 Pedro Alves <palves@redhat.com>
4707
4708 * gdb.base/long-inferior-output.c: New file.
4709 * gdb.base/long-inferior-output.exp: New file.
4710
4711 2017-11-18 Keith Seitz <keiths@redhat.com>
4712
4713 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4714 method.
4715 (main): Call it.
4716 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4717 Add additional user-defined conversion operator tests.
4718
4719 2017-10-17 Pedro Alves <palves@redhat.com>
4720
4721 * boards/native-stdio-gdbserver.exp: Load "local-board".
4722
4723 2017-10-17 Pedro Alves <palves@redhat.com>
4724
4725 * gdb.base/quit-live.c: New file.
4726 * gdb.base/quit-live.exp: New file.
4727
4728 2017-10-16 Keith Seitz <keiths@redhat.com>
4729
4730 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4731 (class_with_protected_typedef, class_with_private_typedef)
4732 (struct_with_public_typedef, struct_with_protected_typedef)
4733 (struct_with_private_typedef): New classes/structs.
4734 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4735 typedefs and access specifiers.
4736
4737 2017-10-16 Pedro Alves <palves@redhat.com>
4738 Simon Marchi <simon.marchi@polymtl.ca>
4739
4740 * README (Local vs Remote vs Native): New section.
4741 * boards/local-board.exp: New file, with bits factored out from
4742 ...
4743 * boards/native-extended-gdbserver.exp: ... here. Load
4744 "local-board".
4745 * boards/native-gdbserver.exp: Load "local-board".
4746 (${board}_spawn, ${board}_exec): Delete.
4747 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4748 ...
4749 * boards/stdio-gdbserver-base.exp: ... this new file.
4750 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4751 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4752 procedure.
4753 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4754 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4755 stdio_gdbserver_command.
4756 (${board}_get_remote_address, ${board}_get_comm_port)
4757 (${board}_download, ${board}_upload): Delete.
4758 (get_target_remote_pipe_cmd): New.
4759
4760 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4761
4762 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4763 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4764 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4765 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4766 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4767 remove with_test_prefix.
4768
4769 2017-10-13 Pedro Alves <palves@redhat.com>
4770
4771 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4772 * gdb.base/annota1.exp: Use it instead of is_remote.
4773 * gdb.base/annota3.exp: Use it instead of is_remote.
4774 * gdb.cp/annota2.exp: Use it instead of is_remote.
4775 * gdb.cp/annota3.exp: Use it instead of is_remote.
4776 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4777
4778 2017-10-13 Pedro Alves <palves@redhat.com>
4779
4780 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4781 (test_num_test_vars, run_and_count_vars, find_env)
4782 (test_set_unset_env, test_inherit_env_var): New procedures.
4783 (top level): Use them.
4784
4785 2017-10-13 Pedro Alves <palves@redhat.com>
4786
4787 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4788 also skip on stub-like targets.
4789
4790 2017-10-13 Pedro Alves <palves@redhat.com>
4791
4792 PR gdb/22293
4793 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4794 (top level): Move some tests to ...
4795 (test_not_found): ... this new procedure.
4796 (top level): Call it.
4797
4798 2017-10-13 Pedro Alves <palves@redhat.com>
4799
4800 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4801 expect different "info terminal" output if testing with a
4802 non-native target.
4803
4804 2017-10-13 Pedro Alves <palves@redhat.com>
4805 Simon Marchi <simon.marchi@polymtl.ca>
4806
4807 PR python/12966
4808 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4809
4810 2017-10-13 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4813 already.
4814
4815 2017-10-13 Pedro Alves <palves@redhat.com>
4816
4817 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4818 is_remote.
4819
4820 2017-10-13 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4823 is_remote.
4824
4825 2017-10-13 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4828 is set.
4829 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4830 instead of is_remote.
4831
4832 2017-10-13 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4835 (top level): Add comment.
4836
4837 2017-10-13 Pedro Alves <palves@redhat.com>
4838
4839 * gdb.base/remote.exp (top level): Fix comment typo and add
4840 missing return.
4841
4842 2017-10-13 Pedro Alves <palves@redhat.com>
4843 Simon Marchi <simon.marchi@polymtl.ca>
4844
4845 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4846 calls and add comments. Skip test if use_gdb_stub is set.
4847 (top level): Use "set cwd" command instead of "cd" command.
4848
4849 2017-10-13 Pedro Alves <palves@redhat.com>
4850
4851 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4852 is_remote target check.
4853
4854 2017-10-13 Pedro Alves <palves@redhat.com>
4855
4856 * gdb.base/scope.exp: Use build_executable + clean_restart +
4857 gdb_file_cmd instead of prepare_for_testing and no longer skip
4858 "before run" tests on is_remote target boards. Update comments.
4859 * boards/native-extended-gdbserver.exp
4860 (extended_gdbserver_load_last_file): New, factored out from ...
4861 (gdb_load): ... this. Move further below and add comment.
4862 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4863
4864 2017-10-12 Pedro Alves <palves@redhat.com>
4865
4866 * gdb.base/attach.exp: Remove references to gdb64.
4867 * gdb.base/dbx.exp: Remove references to gdb64.
4868
4869 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4870 Pedro Alves <palves@redhat.com>
4871
4872 * gdb.base/label.exp: Remove is_remote target check.
4873
4874 2017-10-12 Pedro Alves <palves@redhat.com>
4875
4876 * gdb.base/auvx.exp (coredir): Update comment.
4877 (top level) <core_works>: Use "set cwd" command instead of "cd"
4878 command.
4879
4880 2017-10-12 Pedro Alves <palves@redhat.com>
4881 Simon Marchi <simon.marchi@polymtl.ca>
4882
4883 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4884 target boards.
4885
4886 2017-10-12 Pedro Alves <palves@redhat.com>
4887 Simon Marchi <simon.marchi@polymtl.ca>
4888
4889 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4890 Instead skip if there's any gdb_protocol set.
4891
4892 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4893 Pedro Alves <palves@redhat.com>
4894
4895 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4896
4897 2017-10-12 Pedro Alves <palves@redhat.com>
4898 Simon Marchi <simon.marchi@polymtl.ca>
4899
4900 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4901 instead of on dejagnu remote boards.
4902
4903 2017-10-12 Pedro Alves <palves@redhat.com>
4904 Simon Marchi <simon.marchi@polymtl.ca>
4905
4906 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4907 checks. Use build_executable + clean_restart instead of
4908 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4909 of enabling non-stop after starting gdb.
4910
4911 2017-10-12 Pedro Alves <palves@redhat.com>
4912
4913 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4914 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4915 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4916 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4917
4918 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4919
4920 * gdb.arch/arc-tdesc-cpu.exp: New file.
4921 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4922
4923 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4924
4925 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4926
4927 2017-10-10 Pedro Alves <palves@redhat.com>
4928
4929 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4930 expect CLI output.
4931
4932 2017-10-10 Pedro Alves <palves@redhat.com>
4933
4934 * lib/selftest-support.exp (selftest_setup): Update for
4935 captured_command_loop's prototype change.
4936
4937 2017-10-09 Pedro Alves <palves@redhat.com>
4938
4939 Test both arch1=>arch2 and arch2=>arch1.
4940
4941 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4942 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4943 factored out to...
4944 (append_arch1_options, append_arch2_options, append_arch_options)
4945 (build_executables): New procedures.
4946 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4947 local.
4948 (top level): Add new 'first_arch' testing axis.
4949
4950 2017-10-09 Pedro Alves <palves@redhat.com>
4951
4952 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4953 (barrier): New.
4954 (thread_start, all_started): New functions.
4955 (main): Spawn new thread and wait until it is scheduled.
4956 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4957 option.
4958 (do_test): Add 'selected_thread' parameter. Run to all_started
4959 instead of main. Explicitly set the breakpoint at main. Switch
4960 to the SELECTED_THREAD thread.
4961 (top level): Test handling the exec event with either the main
4962 thread or the second thread selected.
4963
4964 2017-10-09 Pedro Alves <palves@redhat.com>
4965
4966 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4967 logic. Move STOP marker after the value checks.
4968 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4969 regexp.
4970
4971 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4972
4973 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4974
4975 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4976
4977 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4978 integer-to-dfp conversion.
4979 * gdb.base/dfp-test.exp: Likewise.
4980
4981 2017-10-04 Pedro Alves <palves@redhat.com>
4982
4983 * gdb.multi/hangout.c: Include <unistd.h>.
4984 (hangout_loop): New function.
4985 (main): Call alarm. Call hangout_loop in a loop.
4986 * gdb.multi/hello.c: Include <unistd.h>.
4987 (hello_loop): New function.
4988 (main): Call alarm. Call hangout_loop in a loop.
4989 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4990 inferior with the other selected.
4991
4992 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4993
4994 * gdb.mi/list-thread-groups-available.exp: New file.
4995 * gdb.mi/list-thread-groups-available.c: New file.
4996
4997 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4998
4999 * gdb.base/set-cwd.exp: Make it available on
5000 native-extended-gdbserver.
5001
5002 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5003
5004 * gdb.base/set-cwd.c: New file.
5005 * gdb.base/set-cwd.exp: Likewise.
5006
5007 2017-10-02 Tom Tromey <tom@tromey.com>
5008
5009 PR rust/22236:
5010 * gdb.rust/simple.rs (main): New variable "fslice".
5011 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5012
5013 2017-10-02 Tom Tromey <tom@tromey.com>
5014
5015 * gdb.rust/simple.exp: Test ptype of a slice.
5016
5017 2017-10-02 Tom Tromey <tom@tromey.com>
5018
5019 * gdb.rust/simple.exp: Test index of slice.
5020
5021 2017-09-27 Tom Tromey <tom@tromey.com>
5022
5023 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5024
5025 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5026 Pedro Alves <palves@redhat.com>
5027
5028 * gdb.base/compare-sections.exp (get value of read-only section): Read
5029 as unsigned value.
5030 (corrupt read-only section): Likewise and don't set written if patching
5031 failed.
5032
5033 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5034
5035 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5036 files.
5037
5038 2017-09-20 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5041 symbol names in gdb's output.
5042 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5043
5044 2017-09-20 Pedro Alves <palves@redhat.com>
5045
5046 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5047 Rename to ...
5048 (test_list_ambiguous_symbol): ... this and add a symbol name
5049 parameter. Adjust.
5050 (test_list_ambiguous_function): Reimplement on top of
5051 test_list_ambiguous_symbol and also test listing ambiguous
5052 variables.
5053 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5054 (ambiguous_fun): ... this.
5055 (ambiguous_var): New.
5056 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5057 (ambiguous_fun): ... this.
5058 (ambiguous_var): New.
5059
5060 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5061
5062 * gdb.base/starti.c: New file.
5063 * gdb.base/starti.exp: New file.
5064 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5065
5066 2017-09-14 Pedro Alves <palves@redhat.com>
5067
5068 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5069 (top level): Use it instead of runto.
5070
5071 2017-09-11 Tom Tromey <tom@tromey.com>
5072
5073 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5074
5075 2017-09-11 Tom Tromey <tom@tromey.com>
5076
5077 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5078 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5079
5080 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5081
5082 * gdb.fortran/printing-types.exp: New file.
5083 * gdb.fortran/printing-types.exp: New file.
5084
5085 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5086
5087 * gdb.fortran/vla-ptype.exp: Fix typos.
5088 * gdb.fortran/vla-value.exp: Same.
5089
5090 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5091
5092 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5093 * gdb.mi/mi-var-child-f.exp: Likewise.
5094 * gdb.mi/mi-vla-fortran.exp: Likewise.
5095
5096 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5097 Christoph Weinmann <christoph.t.weinmann@intel.com>
5098 Bernhard Heckel <bernhard.heckel@intel.com>
5099
5100 * gdb.fortran/ptr-indentation.f90: New file.
5101 * gdb.fortran/ptr-indentation.exp: New file.
5102
5103 2017-09-05 Tom Tromey <tom@tromey.com>
5104
5105 PR gdb/22010:
5106 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5107
5108 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5109
5110 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5111
5112 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5113
5114 * gdb.threads/tls-nodebug-pie.c: New file.
5115 * gdb.threads/tls-nodebug-pie.exp: New file.
5116
5117 2017-09-05 Tom Tromey <tom@tromey.com>
5118
5119 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5120 for rust.
5121
5122 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5123
5124 * gdb.multi/multi-arch-exec.exp: Test with different
5125 "follow-exec-mode" settings.
5126 (do_test): New procedure.
5127
5128 2017-09-04 Pedro Alves <palves@redhat.com>
5129
5130 * gdb.base/func-static.c (S::method const, S::method volatile)
5131 (S::method volatile const): New methods.
5132 (c_s, v_s, cv_s): New instances.
5133 (main): Call method() on them.
5134 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5135 (cannot_resolve): New procedure.
5136 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5137 print-quote-unquoted columns.
5138 (do_test): Test printing each scope too.
5139
5140 2017-09-04 Pedro Alves <palves@redhat.com>
5141
5142 * gdb.base/local-static.exp: Also test with
5143 class::method::variable wholly quoted.
5144 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5145
5146 2017-09-04 Pedro Alves <palves@redhat.com>
5147
5148 * gdb.base/local-static.c: New.
5149 * gdb.base/local-static.cc: New.
5150 * gdb.base/local-static.exp: New.
5151
5152 2017-09-04 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.asm/asm-source.exp: Add casts to int.
5155 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5156 (dataglobal64_1, dataglobal64_2): New globals.
5157 * gdb.base/nodebug.exp: Test different expressions involving the
5158 new globals, with print, whatis and ptype. Add casts to int.
5159 * gdb.base/solib-display.exp: Add casts to int.
5160 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5161 * gdb.cp/m-static.exp: Add cast to int.
5162 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5163 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5164 tls variable with no debug info without a cast. Test with a cast
5165 to int too.
5166 * gdb.trace/entry-values.exp: Add casts.
5167
5168 2017-09-04 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.base/nodebug.exp: Test that ptype's error about functions
5171 with unknown return type includes the function name too.
5172
5173 2017-09-04 Pedro Alves <palves@redhat.com>
5174
5175 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5176 return type of munmap in infcall.
5177 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5178 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5179 type of ftell in infcall.
5180 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5181 type of getpid in infcall.
5182 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5183 infcall.
5184 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5185 Bail on failure to extract the pid.
5186 * gdb.base/nodebug.c: #include <stdint.h>.
5187 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5188 New functions.
5189 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5190 Change expected output of print/whatis/ptype with functions with
5191 no debug info. Test all supported languages. Call
5192 test_call_promotion.
5193 * gdb.compile/compile.exp: Adjust expected output to expect
5194 warning.
5195 * gdb.threads/siginfo-threads.exp: Likewise.
5196
5197 2017-09-04 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5200 "prototypes". Test calling float functions via prototyped and
5201 unprototyped function pointers.
5202 (perform_all_tests): New parameter "prototypes". Pass it down.
5203 (top level): Pass down "prototypes" parameter to
5204 perform_all_tests.
5205
5206 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5207
5208 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5209 Test with nested loops.
5210
5211 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5212
5213 * gdb.base/commands.exp: Call the new procedures.
5214 (loop_break_test, loop_continue_test): New procedures.
5215
5216 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5217
5218 * gdb.base/commands.exp: Call new procedure.
5219 (define_if_without_arg_test): New procedure.
5220
5221 2017-09-04 Pedro Alves <palves@redhat.com>
5222
5223 * gdb.base/list-ambiguous.exp: New file.
5224 * gdb.base/list-ambiguous0.c: New file.
5225 * gdb.base/list-ambiguous1.c: New file.
5226 * gdb.base/list.exp (test_list_range): Adjust expected output.
5227
5228 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5229
5230 * gdb.base/share-env-with-gdbserver.c: New file.
5231 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5232
5233 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5234
5235 * gdb.base/commands.exp (gdbvar_simple_if_test,
5236 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5237 progvar_simple_if_test, progvar_simple_while_test,
5238 progvar_complex_if_while_test, user_defined_command_test,
5239 user_defined_command_args_eval,
5240 user_defined_command_args_stack_test,
5241 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5242 temporary_breakpoint_commands,
5243 gdb_test_no_prompt, redefine_hook_test,
5244 redefine_backtrace_test): Remove "global gdb_prompt".
5245
5246 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5247
5248 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5249 New proc, call it from toplevel.
5250
5251 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5252
5253 PR remote/21852
5254 * gdb.server/normal.c: New file, copied from gdb.base.
5255 * gdb.server/run-without-local-binary.exp: New file.
5256
5257 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5258
5259 * gdb.arch/sparc64-adi.exp: New file.
5260 * gdb.arch/sparc64-adi.c: New file.
5261
5262 2017-08-22 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5265 (top level): Add "list all overloads" tests.
5266
5267 2017-08-22 Tom Tromey <tom@tromey.com>
5268
5269 * gdb.gdb/xfullpath.exp: Remove.
5270
5271 2017-08-21 Pedro Alves <palves@redhat.com>
5272
5273 PR gdb/19487
5274 * gdb.base/symbol-alias.c: New.
5275 * gdb.base/symbol-alias2.c: New.
5276 * gdb.base/symbol-alias.exp: New.
5277
5278 2017-08-21 Pedro Alves <palves@redhat.com>
5279
5280 * gdb.base/dfp-test.c
5281 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5282 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5283 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5284 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5285 * gdb.base/whatis-ptype-typedefs.c: New.
5286 * gdb.base/whatis-ptype-typedefs.exp: New.
5287 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5288 (an_int, an_int_type, an_int_type2): New globals.
5289 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5290 involving typedefs and cast expressions.
5291 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5292 (lookup_typedefs_function): New.
5293 (typedefs_pretty_printers_dict): New.
5294 (top level): Register lookup_typedefs_function in
5295 gdb.pretty_printers.
5296
5297 2017-08-18 Yao Qi <yao.qi@linaro.org>
5298
5299 * gdb.server/unittest.exp: New.
5300
5301 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5302
5303 PR gdb/21954
5304 * gdb.base/environ.exp: Add test to check if 'unset environment'
5305 works.
5306
5307 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5308
5309 * lib/gdb.exp (universal_compile_options): New caching proc.
5310 (gdb_compile): Suppress GCC's coloring of messages.
5311
5312 2017-08-14 Tom Tromey <tom@tromey.com>
5313
5314 PR gdb/21675:
5315 * gdb.base/printcmds.exp (test_radices): New function.
5316 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5317 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5318 * lib/gdb.exp (get_integer_valueof): Use p/d.
5319
5320 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5321
5322 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5323 characters.
5324
5325 2017-08-05 Tom Tromey <tom@tromey.com>
5326
5327 * gdb.rust/simple.exp: Allow String to appear in a different
5328 namespace.
5329
5330 2017-07-26 Yao Qi <yao.qi@linaro.org>
5331
5332 * gdb.gdb/unittest.exp: Invoke command
5333 "maintenance check xml-descriptions".
5334
5335 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5336
5337 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5338 calling context.
5339 (hex128): Drop erroneous calculation of parameters.
5340
5341 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5342
5343 * gdb.python/py-unwind.exp: Disable stack protection when
5344 building test file.
5345
5346 2017-07-20 Pedro Alves <palves@redhat.com>
5347
5348 * gdb.base/default.exp (set language): Adjust expected output.
5349
5350 2017-07-20 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5353 (test_minsym): ... this, and make static.
5354 (get_pck__foo__bar__minsym): Rename to ...
5355 (get_test_minsym): ... this.
5356 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5357 symbol names and comments.
5358 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5359 (get_test_minsym): ... this.
5360 (pck__foo__bar__minsym__2): Rename to ...
5361 (test_minsym): ... this.
5362 (main): Adjust.
5363
5364 2017-07-17 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.base/completion.exp: Adjust expected output.
5367 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5368 the completer works.
5369
5370 2017-07-17 Pedro Alves <palves@redhat.com>
5371
5372 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5373
5374 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5375
5376 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5377
5378 2017-07-14 Tom Tromey <tom@tromey.com>
5379
5380 PR rust/21764:
5381 * gdb.rust/simple.exp: Add tests.
5382
5383 2017-07-14 Tom Tromey <tom@tromey.com>
5384
5385 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5386
5387 2017-07-14 Pedro Alves <palves@redhat.com>
5388
5389 * gdb.linespec/base/one/thefile.cc (z1): New function.
5390 * gdb.linespec/base/two/thefile.cc (z2): New function.
5391 * gdb.linespec/linespec.exp: Add tests.
5392
5393 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5394
5395 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5396 to mi_create_breakpoint.
5397
5398 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5399
5400 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5401 mi_create_breakpoint.
5402
5403 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5404
5405 * gdb.dlang/demangle.exp: Update for demangling changes.
5406
5407 2017-07-09 Tom Tromey <tom@tromey.com>
5408
5409 * gdb.dwarf2/shortpiece.exp: New file.
5410
5411 2017-07-06 David Blaikie <dblaikie@gmail.com>
5412
5413 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5414 built from fissiont-multi-cu{1,2}.c.
5415 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5416 except putting 'main' and 'func' in separate CUs in the same DWO file.
5417 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5418 test.
5419 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5420 test.
5421
5422 2017-07-06 Pedro Alves <palves@redhat.com>
5423
5424 * gdb.python/py-unwind.exp: Test flushregs.
5425
5426 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5427
5428 PR cli/21688
5429 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5430 tests for alias commands and trailing whitespace.
5431
5432 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5433
5434 PR cli/21688
5435 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5436 procedure. Call it.
5437
5438 2017-06-29 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.base/printcmds.exp: Add tests.
5441
5442 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5443
5444 PR gdb/21337
5445 * gdb.base/reread-readsym.exp: New file.
5446 * gdb.base/reread-readsym.c: New file.
5447
5448 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5449
5450 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5451 subpattern.
5452
5453 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5454
5455 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5456 extended mnemonic.
5457 * gdb.arch/powerpc-power9.s: Likewise.
5458
5459 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5460
5461 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5462 on 32-bit x86 targets. Exploit is_*_target macros where
5463 appropriate.
5464
5465 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5466
5467 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5468 register pieces.
5469
5470 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5471
5472 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5473 located in one or more DWARF pieces.
5474
5475 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5476
5477 * lib/gdb.exp (get_endianness): New proc.
5478 * gdb.arch/aarch64-fp.exp: Use it.
5479 * gdb.arch/altivec-regs.exp: Likewise.
5480 * gdb.arch/e500-regs.exp: Likewise.
5481 * gdb.arch/vsx-regs.exp: Likewise.
5482 * gdb.base/dump.exp: Likewise.
5483 * gdb.base/funcargs.exp: Likewise.
5484 * gdb.base/gnu_vector.exp: Likewise.
5485 * gdb.dwarf2/formdata16.exp: Likewise.
5486 * gdb.dwarf2/implptrpiece.exp: Likewise.
5487 * gdb.dwarf2/nonvar-access.exp: Likewise.
5488 * gdb.python/py-inferior.exp: Likewise.
5489 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5490
5491 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5492
5493 PR gdb/21226
5494 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5495 stack value pieces are taken from the LSB end.
5496
5497 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5498
5499 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5500 variable at nonzero offset.
5501
5502 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5503
5504 * gdb.dwarf2/var-access.c: New file.
5505 * gdb.dwarf2/var-access.exp: New test.
5506 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5507
5508 2017-06-12 Tom Tromey <tom@tromey.com>
5509
5510 * gdb.dwarf2/formdata16.exp: Add tests.
5511
5512 2017-06-12 Tom Tromey <tom@tromey.com>
5513
5514 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5515
5516 2017-06-12 Tom Tromey <tom@tromey.com>
5517
5518 PR exp/16225:
5519 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5520 * gdb.arch/vsx-regs.exp: Update tests.
5521 * gdb.arch/s390-vregs.exp (hex128): New proc.
5522 Update test.
5523 * gdb.arch/altivec-regs.exp: Update tests.
5524
5525 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5526
5527 * gdb.base/startup-with-shell.c: New file.
5528 * gdb.base/startup-with-shell.exp: Likewise.
5529
5530 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5531
5532 * gdb.server/non-existing-program.exp: Update regex in order to
5533 reflect the fact that gdbserver is now using fork_inferior (with a
5534 shell) to startup the inferior.
5535
5536 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5537
5538 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5539 support function calls from GDB.
5540
5541 2017-05-21 Tom Tromey <tom@tromey.com>
5542
5543 PR rust/21466:
5544 * gdb.rust/unsized.exp: New file.
5545 * gdb.rust/unsized.rs: New file.
5546
5547 2017-05-19 Tom Tromey <tom@tromey.com>
5548
5549 PR rust/21484:
5550 * gdb.rust/watch.exp: New file.
5551 * gdb.rust/watch.rs: New file.
5552
5553 2017-05-18 Tom Tromey <tom@tromey.com>
5554
5555 * gdb.rust/simple.exp: Allow Box to be qualified.
5556
5557 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5558
5559 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5560
5561 2017-05-18 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.base/fileio.c (test_write, test_read, test_close)
5564 (test_fstat): Don't print 'ret' in the fail path.
5565
5566 2017-05-18 Pedro Alves <palves@redhat.com>
5567
5568 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5569 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5570 (test_system, test_rename, test_unlink, test_time): Change
5571 prototypes.
5572 * gdb.base/fileio.exp (stop_msg): Adjust.
5573
5574 2017-05-18 Pedro Alves <palves@redhat.com>
5575
5576 * gdb.base/fileio.c (null_str): New global.
5577 (test_stat): Use it.
5578 * gdb.base/fileio.exp: Remove nowarnings.
5579
5580 2017-05-17 Yao Qi <yao.qi@linaro.org>
5581
5582 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5583
5584 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5585
5586 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5587 argument command.
5588 (top-level): Invoke test_set_inferior_tty.
5589
5590 2017-05-04 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5593 Add parens to print call for Python 3.
5594
5595 2017-05-03 Keith Seitz <keiths@redhat.com>
5596
5597 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5598 (main): Call it.
5599
5600 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5601
5602 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5603 to prev and next.
5604
5605 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5606
5607 * gdb.python/py-record-btrace.exp: Remove test for
5608 gdb.BtraceInstruction.error.
5609
5610 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5611
5612 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5613
5614 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5615
5616 * gdb.python/py-record-btrace-threads.c: New file.
5617 * gdb.python/py-record-btrace-threads.exp: New file.
5618
5619 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5620
5621 PR testsuite/8595
5622 * gdb.base/environ.exp: Make test available in all architectures.
5623 Move bits related to "info program" testing to
5624 gdb.base/info-program.exp. Rewrite tests to use the two new
5625 procedures mentione below.
5626 (test_set_show_env_var) New procedure.
5627 (test_set_show_env_var_equal): Likewise.
5628 * gdb.base/info-program.exp: New file.
5629
5630 2017-04-27 Keith Seitz <keiths@redhat.com>
5631
5632 * gdb.cp/oranking.cc (test15): New function.
5633 (main): Call test15 and declare additional variables for testing.
5634 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5635 "p foo101('abc')" tests.
5636 Add tests for cv qualifier overloads.
5637 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5638 "lvalue reference overload" test.
5639 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5640 "print value of f1 on Child&& in f2" test.
5641
5642 2017-04-19 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5645 procedure.
5646 (top level): Call it.
5647 * lib/gdb.exp (gdb_define_cmd): New procedure.
5648
5649 2017-04-12 Pedro Alves <palves@redhat.com>
5650
5651 PR gdb/21323
5652 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5653 (wchar): New global.
5654 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5655 (do_test_wide_char, wide_char_types_no_program, top level): Add
5656 wchar_t testing.
5657
5658 2017-04-12 Pedro Alves <palves@redhat.com>
5659
5660 PR c++/21323
5661 * gdb.cp/wide_char_types.c: New file.
5662 * gdb.cp/wide_char_types.exp: New file.
5663
5664 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5665
5666 PR gdb/21352
5667 * gdb.trace/tsv.exp: Add test for "tsave -r".
5668
5669 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5670
5671 * gdb.dlang/watch-loc.c: New file.
5672 * gdb.dlang/watch-loc.exp: New file.
5673
5674 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5675
5676 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5677
5678 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5679
5680 * gdb.arch/arc-analyze-prologue.S: New file.
5681 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5682
5683 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5684
5685 * gdb.arch/arc-decode-insn.S: New file.
5686 * gdb.arch/arc-decode-insn.exp: Likewise.
5687
5688 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5689
5690 PR tdep/20928
5691 * gdb.arch/sparc64-regs.exp: New file.
5692 * gdb.arch/sparc64-regs.S: Likewise.
5693
5694 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5695
5696 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5697 and memory view on Python 3.
5698
5699 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5700 Keith Seitz <keiths@redhat.com>
5701
5702 PR gdb/14441
5703 * gdb.cp/demangle.exp: Add rvalue reference tests.
5704 * gdb.cp/rvalue-ref-casts.cc: New file.
5705 * gdb.cp/rvalue-ref-casts.exp: New file.
5706 * gdb.cp/rvalue-ref-overload.cc: New file.
5707 * gdb.cp/rvalue-ref-overload.exp: New file.
5708 * gdb.cp/rvalue-ref-params.cc: New file.
5709 * gdb.cp/rvalue-ref-params.exp: New file.
5710 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5711 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5712 * gdb.cp/rvalue-ref-types.cc: New file.
5713 * gdb.cp/rvalue-ref-types.exp: New file.
5714 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5715 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5716
5717 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5718
5719 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5720 New procedure.
5721
5722 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5723
5724 * lib/mi-support.exp (mi_gdb_test): Add additional message
5725 for unexpected output.
5726
5727 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5728
5729 * gdb.base/examine-backward.c (Barrier): New character array
5730 constant, to ensure that TestStrings is preceded by a string
5731 terminator.
5732
5733 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5734
5735 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5736 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5737 and implicit pointer into such a location.
5738
5739 2017-03-16 Doug Evans <dje@google.com>
5740
5741 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5742
5743 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5744
5745 * gdb.cp/m-static.exp: Fix expectation for prototype of
5746 test5.single_constructor and single_constructor::single_constructor.
5747
5748 2017-03-16 Doug Evans <dje@google.com>
5749
5750 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5751 * gdb.guile/scm-lazy-string.c: New file.
5752 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5753 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5754 for pointer, array, typedef lazy strings.
5755
5756 2017-03-16 Doug Evans <dje@google.com>
5757
5758 PR python/17728, python/18439, python/18779
5759 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5760 * gdb.python/py-lazy-string.c (pointer): New typedef.
5761 (main): New locals ptr, array, typedef_ptr.
5762 * gdb.python/py-value.exp: Move lazy string tests to ...
5763 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5764 array, typedef lazy strings.
5765
5766 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5767
5768 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5769 Add optional 'test' parameter.
5770
5771 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5772
5773 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5774 Skip for versions of DejaGnu < 1.5.
5775
5776 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5777
5778 * lib/gdb.exp (dejagnu_version): New proc.
5779 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5780 Use dejagnu_version.
5781
5782 2017-03-10 Keith Seitz <keiths@redhat.com>
5783
5784 PR c++/8128
5785 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5786 type from destructor regexps.
5787 Add a branch which actually passes the test.
5788 Adjust "ptype t5i" test names.
5789
5790 2017-03-08 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.base/step-over-exit.exp: Add explicit test message.
5793
5794 2017-03-08 Pedro Alves <palves@redhat.com>
5795
5796 PR gdb/18360
5797 * gdb.threads/interrupt-while-step-over.c: New file.
5798 * gdb.threads/interrupt-while-step-over.exp: New file.
5799
5800 2017-03-08 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5803 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5804
5805 2017-03-08 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5808 PKRU as not supported as a PASS.
5809
5810 2017-03-08 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5813 prefix instead of $binfile1/$binfile2.
5814 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5815 in test message.
5816 * gdb.python/py-completion.exp: Use "load python file" as test
5817 messages instead of unstable path names.
5818
5819 2017-03-08 Pedro Alves <palves@redhat.com>
5820 Jan Kratochvil <jan.kratochvil@redhat.com>
5821
5822 PR cli/21218
5823 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5824 New proc.
5825 (top level): Call it.
5826
5827 2017-03-08 Pedro Alves <palves@redhat.com>
5828
5829 PR tui/21216
5830 * gdb.tui/tui-nl-filtered-output.exp: New file.
5831
5832 2017-03-08 Pedro Alves <palves@redhat.com>
5833
5834 * gdb.base/completion.exp: Move TUI completion tests to ...
5835 * gdb.tui/completion.exp: ... this new file.
5836
5837 2017-03-08 Pedro Alves <palves@redhat.com>
5838
5839 * gdb.base/tui-disasm-long-lines.c,
5840 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5841 gdb.base/tui-layout.exp: Move to ...
5842 * gdb.tui/: ... this new directory.
5843
5844 2017-03-07 Pedro Alves <palves@redhat.com>
5845
5846 * gdb.base/tui-layout.c: New file.
5847 * gdb.base/tui-layout.exp: New file.
5848
5849 2017-03-07 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.base/tui-layout.c: Rename to ...
5852 * gdb.base/tui-disasm-long-lines.c: ... this.
5853 * gdb.base/tui-layout.exp: Rename to ...
5854 * gdb.base/tui-disasm-long-lines.exp: ... this.
5855
5856 2017-03-07 Pedro Alves <palves@redhat.com>
5857
5858 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5859
5860 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5861
5862 * i386-mpx-call.c: New file.
5863 * i386-mpx-call.exp: New file.
5864
5865 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5866
5867 * gdb.arch/powerpc-power.exp: Delete test.
5868 * gdb.arch/powerpc-power.s: Likewise.
5869 * gdb.disasm/disassembler-options.exp: New test.
5870 * gdb.arch/powerpc-altivec.exp: Likewise.
5871 * gdb.arch/powerpc-altivec.s: Likewise.
5872 * gdb.arch/powerpc-altivec2.exp: Likewise.
5873 * gdb.arch/powerpc-altivec2.s: Likewise.
5874 * gdb.arch/powerpc-altivec3.exp: Likewise.
5875 * gdb.arch/powerpc-altivec3.s: Likewise.
5876 * gdb.arch/powerpc-power7.exp: Likewise.
5877 * gdb.arch/powerpc-power7.s: Likewise.
5878 * gdb.arch/powerpc-power8.exp: Likewise.
5879 * gdb.arch/powerpc-power8.s: Likewise.
5880 * gdb.arch/powerpc-power9.exp: Likewise.
5881 * gdb.arch/powerpc-power9.s: Likewise.
5882 * gdb.arch/powerpc-vsx.exp: Likewise.
5883 * gdb.arch/powerpc-vsx.s: Likewise.
5884 * gdb.arch/powerpc-vsx2.exp: Likewise.
5885 * gdb.arch/powerpc-vsx2.s: Likewise.
5886 * gdb.arch/powerpc-vsx3.exp: Likewise.
5887 * gdb.arch/powerpc-vsx3.s: Likewise.
5888 * gdb.arch/arm-disassembler-options.exp: Likewise.
5889 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5890 * gdb.arch/s390-disassembler-options.exp: Likewise.
5891
5892 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5893
5894 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5895 (check_supported_features): ... this. Changed return type to void.
5896 (supports_rdseed): New static global.
5897 (rdseed): Check supports_rdseed.
5898 (initialize): Call check_supported_features.
5899
5900 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5901
5902 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5903 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5904 and lqarx/stqcx.
5905 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5906 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5907
5908 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5909
5910 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5911 uppercase.
5912
5913 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5914
5915 * gdb.dwarf2/formdata16.c: New file.
5916 * gdb.dwarf2/formdata16.exp: New file.
5917 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5918
5919 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5920
5921 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5922 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5923 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5924 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5925 DW_AT_GNU_*.
5926
5927 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5928
5929 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5930
5931 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5932
5933 PR gdb/21164
5934 * gdb.base/maint.exp: Add testcases for when the commands do
5935 not have arguments.
5936
5937 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5938
5939 * gdb.cp/chained-calls.exp: Use p instead of P.
5940
5941 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5942
5943 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5944 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5945
5946 2017-02-14 Tom Tromey <tom@tromey.com>
5947
5948 PR python/13598:
5949 * gdb.python/py-events.exp: Add before_prompt event tests.
5950
5951 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5952
5953 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5954
5955 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5956
5957 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5958 (main): Call my_unique_function_name.
5959 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5960 completion of patterns with a single match.
5961 Add missing -re switches to gdb_test_multiple calls.
5962
5963 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5964
5965 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5966 return if core file is not recognized.
5967
5968 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5969
5970 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5971 and extra UIs.
5972
5973 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5974
5975 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5976 proc_with_prefix.
5977
5978 2017-02-10 Tom Tromey <tom@tromey.com>
5979
5980 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5981
5982 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5983
5984 PR gdb/21122
5985 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5986
5987 2017-02-08 Jerome Guitton <guitton@adacore.com>
5988
5989 * gdb.base/define.exp: Add test for command abbreviations
5990 in define.
5991
5992 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5993
5994 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5995 * gdb.reverse/insn-reverse-x86.c: New file.
5996
5997 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5998
5999 PR tdep/20936
6000 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6001
6002 2017-02-03 Tom Tromey <tom@tromey.com>
6003
6004 PR rust/21097:
6005 * gdb.rust/simple.exp: Add new tests.
6006
6007 2017-02-02 Pedro Alves <palves@redhat.com>
6008
6009 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6010 tests.
6011
6012 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6013
6014 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6015 taking a 2-byte value out of a 4-byte DWARF implicit value on
6016 big-endian targets.
6017 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6018 logic. Add test cases for DW_OP_implicit.
6019
6020 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6021
6022 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6023
6024 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6025
6026 * gdb.btrace/enable.exp: Call gdb_exit before
6027 skip_gdbserver_tests.
6028
6029 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6030
6031 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6032 GDBFLAGS.
6033
6034 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6035
6036 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6037 the test is skipped.
6038 * gdb.btrace/data.exp: Likewise.
6039 * gdb.btrace/delta.exp: Likewise.
6040 * gdb.btrace/dlopen.exp: Likewise.
6041 * gdb.btrace/enable-running.exp: Likewise.
6042 * gdb.btrace/enable.exp: Likewise.
6043 * gdb.btrace/exception.exp: Likewise.
6044 * gdb.btrace/function_call_history.exp: Likewise.
6045 * gdb.btrace/gcore.exp: Likewise.
6046 * gdb.btrace/instruction_history.exp: Likewise.
6047 * gdb.btrace/multi-thread-step.exp: Likewise.
6048 * gdb.btrace/nohist.exp: Likewise.
6049 * gdb.btrace/non-stop.exp: Likewise.
6050 * gdb.btrace/reconnect.exp: Likewise.
6051 * gdb.btrace/record_goto-step.exp: Likewise.
6052 * gdb.btrace/record_goto.exp: Likewise.
6053 * gdb.btrace/rn-dl-bind.exp: Likewise.
6054 * gdb.btrace/segv.exp: Likewise.
6055 * gdb.btrace/step.exp: Likewise.
6056 * gdb.btrace/stepi.exp: Likewise.
6057 * gdb.btrace/tailcall-only.exp: Likewise.
6058 * gdb.btrace/tailcall.exp: Likewise.
6059 * gdb.btrace/tsx.exp: Likewise.
6060 * gdb.btrace/unknown_functions.exp: Likewise.
6061 * gdb.btrace/vdso.exp: Likewise.
6062
6063 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6064
6065 * gdb.btrace/enable-running.c: New.
6066 * gdb.btrace/enable-running.exp: New.
6067
6068 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6069
6070 * gdb.arch/amd64-gs_base.c: New file.
6071 * gdb.arch/amd64-gs_base.exp: New file.
6072
6073 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6074
6075 * lib/memory.exp: Remove spurious empty newlines.
6076
6077 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6078
6079 * gdb.python/py-bad-printers.exp: Load python file using "source".
6080 * gdb.python/py-events.exp: Likewise.
6081 * gdb.python/py-evsignal.exp: Likewise.
6082 * gdb.python/py-evthreads.exp: Likewise.
6083 * gdb.python/py-frame-args.exp: Likewise.
6084 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6085 * gdb.python/py-framefilter-mi.exp: Likewise.
6086 * gdb.python/py-framefilter.exp: Likewise.
6087 * gdb.python/py-mi.exp: Likewise.
6088 * gdb.python/py-pp-maint.exp: Likewise.
6089 * gdb.python/py-pp-registration.exp: Likewise.
6090 * gdb.python/py-prettyprint.exp: Likewise.
6091 (run_lang_tests): Likewise.
6092 * gdb.python/py-typeprint.exp: Likewise.
6093
6094 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6095
6096 * lib/memory.exp: New file.
6097 * lib/gdb.exp: Load memory.exp.
6098 * gdb.base/memattr.exp (delete_memory): Move proc to
6099 lib/memory.exp and rename to delete_memory_regions.
6100 Replace delete_memory with delete_memory_regions.
6101 Cleanup memory regions before tests.
6102 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6103 before tests.
6104
6105 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6106
6107 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6108 files.
6109 (initialize): New function conditionally defined.
6110 (testcases): Move within conditional block.
6111 (main): Call initialize.
6112 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6113 of gdb.reverse/insn-reverse.c.
6114 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6115 gdb.reverse/insn-reverse.c.
6116
6117 2017-01-26 Yao Qi <yao.qi@linaro.org>
6118
6119 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6120 disassemble on address 0.
6121
6122 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6123 Yao Qi <yao.qi@linaro.org>
6124
6125 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6126 * gdb.dwarf2/implptr-64bit.S: Remove.
6127 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6128 variables in caller's context. Add DW_OP_implicit_value.
6129
6130 2017-01-25 Yao Qi <yao.qi@linaro.org>
6131
6132 * lib/dwarf.exp (Dwarf::_location): Handle
6133 DW_OP_GNU_implicit_pointer with proper size.
6134
6135 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6136
6137 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6138 and add untested calls.
6139
6140 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6141
6142 * gdb.python/python.exp: Check line number against what GDB thinks
6143 the line number is for func1.
6144
6145 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6146
6147 * gdb.dlang/debug-expr.exp: New file.
6148
6149 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6150
6151 Fix test names for the following files:
6152
6153 * gdb.ada/exec_changed.exp
6154 * gdb.ada/info_types.exp
6155 * gdb.arch/aarch64-atomic-inst.exp
6156 * gdb.arch/aarch64-fp.exp
6157 * gdb.arch/altivec-abi.exp
6158 * gdb.arch/altivec-regs.exp
6159 * gdb.arch/amd64-byte.exp
6160 * gdb.arch/amd64-disp-step.exp
6161 * gdb.arch/amd64-dword.exp
6162 * gdb.arch/amd64-entry-value-inline.exp
6163 * gdb.arch/amd64-entry-value-param.exp
6164 * gdb.arch/amd64-entry-value-paramref.exp
6165 * gdb.arch/amd64-entry-value.exp
6166 * gdb.arch/amd64-i386-address.exp
6167 * gdb.arch/amd64-invalid-stack-middle.exp
6168 * gdb.arch/amd64-invalid-stack-top.exp
6169 * gdb.arch/amd64-optimout-repeat.exp
6170 * gdb.arch/amd64-prologue-skip.exp
6171 * gdb.arch/amd64-prologue-xmm.exp
6172 * gdb.arch/amd64-stap-special-operands.exp
6173 * gdb.arch/amd64-stap-wrong-subexp.exp
6174 * gdb.arch/amd64-tailcall-cxx.exp
6175 * gdb.arch/amd64-tailcall-noret.exp
6176 * gdb.arch/amd64-tailcall-ret.exp
6177 * gdb.arch/amd64-tailcall-self.exp
6178 * gdb.arch/amd64-word.exp
6179 * gdb.arch/arm-bl-branch-dest.exp
6180 * gdb.arch/arm-disp-step.exp
6181 * gdb.arch/arm-neon.exp
6182 * gdb.arch/arm-single-step-kernel-helper.exp
6183 * gdb.arch/avr-flash-qualifier.exp
6184 * gdb.arch/disp-step-insn-reloc.exp
6185 * gdb.arch/e500-abi.exp
6186 * gdb.arch/e500-regs.exp
6187 * gdb.arch/ftrace-insn-reloc.exp
6188 * gdb.arch/i386-avx512.exp
6189 * gdb.arch/i386-bp_permanent.exp
6190 * gdb.arch/i386-byte.exp
6191 * gdb.arch/i386-cfi-notcurrent.exp
6192 * gdb.arch/i386-disp-step.exp
6193 * gdb.arch/i386-dr3-watch.exp
6194 * gdb.arch/i386-float.exp
6195 * gdb.arch/i386-gnu-cfi.exp
6196 * gdb.arch/i386-mpx-map.exp
6197 * gdb.arch/i386-mpx-sigsegv.exp
6198 * gdb.arch/i386-mpx-simple_segv.exp
6199 * gdb.arch/i386-mpx.exp
6200 * gdb.arch/i386-permbkpt.exp
6201 * gdb.arch/i386-prologue.exp
6202 * gdb.arch/i386-signal.exp
6203 * gdb.arch/i386-size-overlap.exp
6204 * gdb.arch/i386-unwind.exp
6205 * gdb.arch/i386-word.exp
6206 * gdb.arch/mips-fcr.exp
6207 * gdb.arch/powerpc-d128-regs.exp
6208 * gdb.arch/powerpc-stackless.exp
6209 * gdb.arch/ppc64-atomic-inst.exp
6210 * gdb.arch/s390-stackless.exp
6211 * gdb.arch/s390-tdbregs.exp
6212 * gdb.arch/s390-vregs.exp
6213 * gdb.arch/sparc-sysstep.exp
6214 * gdb.arch/thumb-bx-pc.exp
6215 * gdb.arch/thumb-singlestep.exp
6216 * gdb.arch/thumb2-it.exp
6217 * gdb.arch/vsx-regs.exp
6218 * gdb.asm/asm-source.exp
6219 * gdb.base/a2-run.exp
6220 * gdb.base/advance.exp
6221 * gdb.base/all-bin.exp
6222 * gdb.base/anon.exp
6223 * gdb.base/args.exp
6224 * gdb.base/arithmet.exp
6225 * gdb.base/async-shell.exp
6226 * gdb.base/async.exp
6227 * gdb.base/attach-pie-noexec.exp
6228 * gdb.base/attach-twice.exp
6229 * gdb.base/auto-load.exp
6230 * gdb.base/bang.exp
6231 * gdb.base/bitfields.exp
6232 * gdb.base/break-always.exp
6233 * gdb.base/break-caller-line.exp
6234 * gdb.base/break-entry.exp
6235 * gdb.base/break-inline.exp
6236 * gdb.base/break-on-linker-gcd-function.exp
6237 * gdb.base/break-probes.exp
6238 * gdb.base/break.exp
6239 * gdb.base/breakpoint-shadow.exp
6240 * gdb.base/call-ar-st.exp
6241 * gdb.base/call-sc.exp
6242 * gdb.base/call-signal-resume.exp
6243 * gdb.base/call-strs.exp
6244 * gdb.base/callfuncs.exp
6245 * gdb.base/catch-fork-static.exp
6246 * gdb.base/catch-gdb-caused-signals.exp
6247 * gdb.base/catch-load.exp
6248 * gdb.base/catch-signal-fork.exp
6249 * gdb.base/catch-signal.exp
6250 * gdb.base/catch-syscall.exp
6251 * gdb.base/charset.exp
6252 * gdb.base/checkpoint.exp
6253 * gdb.base/chng-syms.exp
6254 * gdb.base/code-expr.exp
6255 * gdb.base/code_elim.exp
6256 * gdb.base/commands.exp
6257 * gdb.base/completion.exp
6258 * gdb.base/complex.exp
6259 * gdb.base/cond-expr.exp
6260 * gdb.base/condbreak.exp
6261 * gdb.base/consecutive.exp
6262 * gdb.base/continue-all-already-running.exp
6263 * gdb.base/coredump-filter.exp
6264 * gdb.base/corefile.exp
6265 * gdb.base/dbx.exp
6266 * gdb.base/debug-expr.exp
6267 * gdb.base/define.exp
6268 * gdb.base/del.exp
6269 * gdb.base/disabled-location.exp
6270 * gdb.base/disasm-end-cu.exp
6271 * gdb.base/disasm-optim.exp
6272 * gdb.base/display.exp
6273 * gdb.base/duplicate-bp.exp
6274 * gdb.base/ena-dis-br.exp
6275 * gdb.base/ending-run.exp
6276 * gdb.base/enumval.exp
6277 * gdb.base/environ.exp
6278 * gdb.base/eu-strip-infcall.exp
6279 * gdb.base/eval-avoid-side-effects.exp
6280 * gdb.base/eval-skip.exp
6281 * gdb.base/exitsignal.exp
6282 * gdb.base/expand-psymtabs.exp
6283 * gdb.base/filesym.exp
6284 * gdb.base/find-unmapped.exp
6285 * gdb.base/finish.exp
6286 * gdb.base/float.exp
6287 * gdb.base/foll-exec-mode.exp
6288 * gdb.base/foll-exec.exp
6289 * gdb.base/foll-fork.exp
6290 * gdb.base/fortran-sym-case.exp
6291 * gdb.base/freebpcmd.exp
6292 * gdb.base/func-ptr.exp
6293 * gdb.base/func-ptrs.exp
6294 * gdb.base/funcargs.exp
6295 * gdb.base/gcore-buffer-overflow.exp
6296 * gdb.base/gcore-relro-pie.exp
6297 * gdb.base/gcore-relro.exp
6298 * gdb.base/gcore.exp
6299 * gdb.base/gdb1090.exp
6300 * gdb.base/gdb11530.exp
6301 * gdb.base/gdb11531.exp
6302 * gdb.base/gdb1821.exp
6303 * gdb.base/gdbindex-stabs.exp
6304 * gdb.base/gdbvars.exp
6305 * gdb.base/hbreak.exp
6306 * gdb.base/hbreak2.exp
6307 * gdb.base/included.exp
6308 * gdb.base/infcall-input.exp
6309 * gdb.base/inferior-died.exp
6310 * gdb.base/infnan.exp
6311 * gdb.base/info-macros.exp
6312 * gdb.base/info-os.exp
6313 * gdb.base/info-proc.exp
6314 * gdb.base/info-shared.exp
6315 * gdb.base/info-target.exp
6316 * gdb.base/infoline.exp
6317 * gdb.base/interp.exp
6318 * gdb.base/interrupt.exp
6319 * gdb.base/jit-reader.exp
6320 * gdb.base/jit-simple.exp
6321 * gdb.base/kill-after-signal.exp
6322 * gdb.base/kill-detach-inferiors-cmd.exp
6323 * gdb.base/label.exp
6324 * gdb.base/langs.exp
6325 * gdb.base/ldbl_e308.exp
6326 * gdb.base/line-symtabs.exp
6327 * gdb.base/linespecs.exp
6328 * gdb.base/list.exp
6329 * gdb.base/long_long.exp
6330 * gdb.base/longest-types.exp
6331 * gdb.base/maint.exp
6332 * gdb.base/max-value-size.exp
6333 * gdb.base/memattr.exp
6334 * gdb.base/mips_pro.exp
6335 * gdb.base/morestack.exp
6336 * gdb.base/moribund-step.exp
6337 * gdb.base/multi-forks.exp
6338 * gdb.base/nested-addr.exp
6339 * gdb.base/nextoverexit.exp
6340 * gdb.base/noreturn-finish.exp
6341 * gdb.base/noreturn-return.exp
6342 * gdb.base/nostdlib.exp
6343 * gdb.base/offsets.exp
6344 * gdb.base/opaque.exp
6345 * gdb.base/pc-fp.exp
6346 * gdb.base/permissions.exp
6347 * gdb.base/print-symbol-loading.exp
6348 * gdb.base/prologue-include.exp
6349 * gdb.base/psymtab.exp
6350 * gdb.base/ptype.exp
6351 * gdb.base/random-signal.exp
6352 * gdb.base/randomize.exp
6353 * gdb.base/range-stepping.exp
6354 * gdb.base/readline-ask.exp
6355 * gdb.base/recpar.exp
6356 * gdb.base/recurse.exp
6357 * gdb.base/relational.exp
6358 * gdb.base/restore.exp
6359 * gdb.base/return-nodebug.exp
6360 * gdb.base/return.exp
6361 * gdb.base/run-after-attach.exp
6362 * gdb.base/save-bp.exp
6363 * gdb.base/scope.exp
6364 * gdb.base/sect-cmd.exp
6365 * gdb.base/set-lang-auto.exp
6366 * gdb.base/set-noassign.exp
6367 * gdb.base/setvar.exp
6368 * gdb.base/sigall.exp
6369 * gdb.base/sigbpt.exp
6370 * gdb.base/siginfo-addr.exp
6371 * gdb.base/siginfo-infcall.exp
6372 * gdb.base/siginfo-obj.exp
6373 * gdb.base/siginfo.exp
6374 * gdb.base/signals-state-child.exp
6375 * gdb.base/signest.exp
6376 * gdb.base/sigstep.exp
6377 * gdb.base/sizeof.exp
6378 * gdb.base/skip.exp
6379 * gdb.base/solib-corrupted.exp
6380 * gdb.base/solib-nodir.exp
6381 * gdb.base/solib-search.exp
6382 * gdb.base/stack-checking.exp
6383 * gdb.base/stale-infcall.exp
6384 * gdb.base/stap-probe.exp
6385 * gdb.base/start.exp
6386 * gdb.base/step-break.exp
6387 * gdb.base/step-bt.exp
6388 * gdb.base/step-line.exp
6389 * gdb.base/step-over-exit.exp
6390 * gdb.base/step-over-syscall.exp
6391 * gdb.base/step-resume-infcall.exp
6392 * gdb.base/step-test.exp
6393 * gdb.base/store.exp
6394 * gdb.base/structs3.exp
6395 * gdb.base/sym-file.exp
6396 * gdb.base/symbol-without-target_section.exp
6397 * gdb.base/term.exp
6398 * gdb.base/testenv.exp
6399 * gdb.base/ui-redirect.exp
6400 * gdb.base/until.exp
6401 * gdb.base/unwindonsignal.exp
6402 * gdb.base/value-double-free.exp
6403 * gdb.base/vla-datatypes.exp
6404 * gdb.base/vla-ptr.exp
6405 * gdb.base/vla-sideeffect.exp
6406 * gdb.base/volatile.exp
6407 * gdb.base/watch-cond-infcall.exp
6408 * gdb.base/watch-cond.exp
6409 * gdb.base/watch-non-mem.exp
6410 * gdb.base/watch-read.exp
6411 * gdb.base/watch-vfork.exp
6412 * gdb.base/watchpoint-cond-gone.exp
6413 * gdb.base/watchpoint-delete.exp
6414 * gdb.base/watchpoint-hw-hit-once.exp
6415 * gdb.base/watchpoint-hw.exp
6416 * gdb.base/watchpoint-stops-at-right-insn.exp
6417 * gdb.base/watchpoints.exp
6418 * gdb.base/wchar.exp
6419 * gdb.base/whatis-exp.exp
6420 * gdb.btrace/buffer-size.exp
6421 * gdb.btrace/data.exp
6422 * gdb.btrace/delta.exp
6423 * gdb.btrace/dlopen.exp
6424 * gdb.btrace/enable.exp
6425 * gdb.btrace/exception.exp
6426 * gdb.btrace/function_call_history.exp
6427 * gdb.btrace/gcore.exp
6428 * gdb.btrace/instruction_history.exp
6429 * gdb.btrace/nohist.exp
6430 * gdb.btrace/reconnect.exp
6431 * gdb.btrace/record_goto-step.exp
6432 * gdb.btrace/record_goto.exp
6433 * gdb.btrace/rn-dl-bind.exp
6434 * gdb.btrace/segv.exp
6435 * gdb.btrace/step.exp
6436 * gdb.btrace/stepi.exp
6437 * gdb.btrace/tailcall-only.exp
6438 * gdb.btrace/tailcall.exp
6439 * gdb.btrace/tsx.exp
6440 * gdb.btrace/unknown_functions.exp
6441 * gdb.btrace/vdso.exp
6442 * gdb.compile/compile-ifunc.exp
6443 * gdb.compile/compile-ops.exp
6444 * gdb.compile/compile-print.exp
6445 * gdb.compile/compile-setjmp.exp
6446 * gdb.cp/abstract-origin.exp
6447 * gdb.cp/ambiguous.exp
6448 * gdb.cp/annota2.exp
6449 * gdb.cp/annota3.exp
6450 * gdb.cp/anon-ns.exp
6451 * gdb.cp/anon-struct.exp
6452 * gdb.cp/anon-union.exp
6453 * gdb.cp/arg-reference.exp
6454 * gdb.cp/baseenum.exp
6455 * gdb.cp/bool.exp
6456 * gdb.cp/breakpoint.exp
6457 * gdb.cp/bs15503.exp
6458 * gdb.cp/call-c.exp
6459 * gdb.cp/casts.exp
6460 * gdb.cp/chained-calls.exp
6461 * gdb.cp/class2.exp
6462 * gdb.cp/classes.exp
6463 * gdb.cp/cmpd-minsyms.exp
6464 * gdb.cp/converts.exp
6465 * gdb.cp/cp-relocate.exp
6466 * gdb.cp/cpcompletion.exp
6467 * gdb.cp/cpexprs.exp
6468 * gdb.cp/cplabel.exp
6469 * gdb.cp/cplusfuncs.exp
6470 * gdb.cp/cpsizeof.exp
6471 * gdb.cp/ctti.exp
6472 * gdb.cp/derivation.exp
6473 * gdb.cp/destrprint.exp
6474 * gdb.cp/dispcxx.exp
6475 * gdb.cp/enum-class.exp
6476 * gdb.cp/exception.exp
6477 * gdb.cp/exceptprint.exp
6478 * gdb.cp/expand-psymtabs-cxx.exp
6479 * gdb.cp/expand-sals.exp
6480 * gdb.cp/extern-c.exp
6481 * gdb.cp/filename.exp
6482 * gdb.cp/formatted-ref.exp
6483 * gdb.cp/fpointer.exp
6484 * gdb.cp/gdb1355.exp
6485 * gdb.cp/gdb2495.exp
6486 * gdb.cp/hang.exp
6487 * gdb.cp/impl-this.exp
6488 * gdb.cp/infcall-dlopen.exp
6489 * gdb.cp/inherit.exp
6490 * gdb.cp/iostream.exp
6491 * gdb.cp/koenig.exp
6492 * gdb.cp/local.exp
6493 * gdb.cp/m-data.exp
6494 * gdb.cp/m-static.exp
6495 * gdb.cp/mb-ctor.exp
6496 * gdb.cp/mb-inline.exp
6497 * gdb.cp/mb-templates.exp
6498 * gdb.cp/member-name.exp
6499 * gdb.cp/member-ptr.exp
6500 * gdb.cp/meth-typedefs.exp
6501 * gdb.cp/method.exp
6502 * gdb.cp/method2.exp
6503 * gdb.cp/minsym-fallback.exp
6504 * gdb.cp/misc.exp
6505 * gdb.cp/namelessclass.exp
6506 * gdb.cp/namespace-enum.exp
6507 * gdb.cp/namespace-nested-import.exp
6508 * gdb.cp/namespace.exp
6509 * gdb.cp/nextoverthrow.exp
6510 * gdb.cp/no-dmgl-verbose.exp
6511 * gdb.cp/non-trivial-retval.exp
6512 * gdb.cp/noparam.exp
6513 * gdb.cp/nsdecl.exp
6514 * gdb.cp/nsimport.exp
6515 * gdb.cp/nsnested.exp
6516 * gdb.cp/nsnoimports.exp
6517 * gdb.cp/nsrecurs.exp
6518 * gdb.cp/nsstress.exp
6519 * gdb.cp/nsusing.exp
6520 * gdb.cp/operator.exp
6521 * gdb.cp/oranking.exp
6522 * gdb.cp/overload-const.exp
6523 * gdb.cp/overload.exp
6524 * gdb.cp/ovldbreak.exp
6525 * gdb.cp/ovsrch.exp
6526 * gdb.cp/paren-type.exp
6527 * gdb.cp/parse-lang.exp
6528 * gdb.cp/pass-by-ref.exp
6529 * gdb.cp/pr-1023.exp
6530 * gdb.cp/pr-1210.exp
6531 * gdb.cp/pr-574.exp
6532 * gdb.cp/pr10687.exp
6533 * gdb.cp/pr12028.exp
6534 * gdb.cp/pr17132.exp
6535 * gdb.cp/pr17494.exp
6536 * gdb.cp/pr9067.exp
6537 * gdb.cp/pr9167.exp
6538 * gdb.cp/pr9631.exp
6539 * gdb.cp/printmethod.exp
6540 * gdb.cp/psmang.exp
6541 * gdb.cp/psymtab-parameter.exp
6542 * gdb.cp/ptype-cv-cp.exp
6543 * gdb.cp/ptype-flags.exp
6544 * gdb.cp/re-set-overloaded.exp
6545 * gdb.cp/ref-types.exp
6546 * gdb.cp/rtti.exp
6547 * gdb.cp/scope-err.exp
6548 * gdb.cp/shadow.exp
6549 * gdb.cp/smartp.exp
6550 * gdb.cp/static-method.exp
6551 * gdb.cp/static-print-quit.exp
6552 * gdb.cp/temargs.exp
6553 * gdb.cp/templates.exp
6554 * gdb.cp/try_catch.exp
6555 * gdb.cp/typedef-operator.exp
6556 * gdb.cp/typeid.exp
6557 * gdb.cp/userdef.exp
6558 * gdb.cp/using-crash.exp
6559 * gdb.cp/var-tag.exp
6560 * gdb.cp/virtbase.exp
6561 * gdb.cp/virtfunc.exp
6562 * gdb.cp/virtfunc2.exp
6563 * gdb.cp/vla-cxx.exp
6564 * gdb.disasm/t01_mov.exp
6565 * gdb.disasm/t02_mova.exp
6566 * gdb.disasm/t03_add.exp
6567 * gdb.disasm/t04_sub.exp
6568 * gdb.disasm/t05_cmp.exp
6569 * gdb.disasm/t06_ari2.exp
6570 * gdb.disasm/t07_ari3.exp
6571 * gdb.disasm/t08_or.exp
6572 * gdb.disasm/t09_xor.exp
6573 * gdb.disasm/t10_and.exp
6574 * gdb.disasm/t11_logs.exp
6575 * gdb.disasm/t12_bit.exp
6576 * gdb.disasm/t13_otr.exp
6577 * gdb.dlang/circular.exp
6578 * gdb.dwarf2/arr-stride.exp
6579 * gdb.dwarf2/arr-subrange.exp
6580 * gdb.dwarf2/atomic-type.exp
6581 * gdb.dwarf2/bad-regnum.exp
6582 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6583 * gdb.dwarf2/callframecfa.exp
6584 * gdb.dwarf2/clztest.exp
6585 * gdb.dwarf2/corrupt.exp
6586 * gdb.dwarf2/data-loc.exp
6587 * gdb.dwarf2/dup-psym.exp
6588 * gdb.dwarf2/dw2-anon-mptr.exp
6589 * gdb.dwarf2/dw2-anonymous-func.exp
6590 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6591 * gdb.dwarf2/dw2-bad-unresolved.exp
6592 * gdb.dwarf2/dw2-basic.exp
6593 * gdb.dwarf2/dw2-canonicalize-type.exp
6594 * gdb.dwarf2/dw2-case-insensitive.exp
6595 * gdb.dwarf2/dw2-common-block.exp
6596 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6597 * gdb.dwarf2/dw2-compressed.exp
6598 * gdb.dwarf2/dw2-const.exp
6599 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6600 * gdb.dwarf2/dw2-cu-size.exp
6601 * gdb.dwarf2/dw2-dup-frame.exp
6602 * gdb.dwarf2/dw2-entry-value.exp
6603 * gdb.dwarf2/dw2-icycle.exp
6604 * gdb.dwarf2/dw2-ifort-parameter.exp
6605 * gdb.dwarf2/dw2-inline-break.exp
6606 * gdb.dwarf2/dw2-inline-param.exp
6607 * gdb.dwarf2/dw2-intercu.exp
6608 * gdb.dwarf2/dw2-intermix.exp
6609 * gdb.dwarf2/dw2-lexical-block-bare.exp
6610 * gdb.dwarf2/dw2-linkage-name-trust.exp
6611 * gdb.dwarf2/dw2-minsym-in-cu.exp
6612 * gdb.dwarf2/dw2-noloc.exp
6613 * gdb.dwarf2/dw2-op-call.exp
6614 * gdb.dwarf2/dw2-op-out-param.exp
6615 * gdb.dwarf2/dw2-opt-structptr.exp
6616 * gdb.dwarf2/dw2-param-error.exp
6617 * gdb.dwarf2/dw2-producer.exp
6618 * gdb.dwarf2/dw2-ranges-base.exp
6619 * gdb.dwarf2/dw2-ref-missing-frame.exp
6620 * gdb.dwarf2/dw2-reg-undefined.exp
6621 * gdb.dwarf2/dw2-regno-invalid.exp
6622 * gdb.dwarf2/dw2-restore.exp
6623 * gdb.dwarf2/dw2-restrict.exp
6624 * gdb.dwarf2/dw2-single-line-discriminators.exp
6625 * gdb.dwarf2/dw2-strp.exp
6626 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6627 * gdb.dwarf2/dw2-unresolved.exp
6628 * gdb.dwarf2/dw2-var-zero-addr.exp
6629 * gdb.dwarf2/dw4-sig-types.exp
6630 * gdb.dwarf2/dwz.exp
6631 * gdb.dwarf2/dynarr-ptr.exp
6632 * gdb.dwarf2/enum-type.exp
6633 * gdb.dwarf2/gdb-index.exp
6634 * gdb.dwarf2/implptr-64bit.exp
6635 * gdb.dwarf2/implptr-optimized-out.exp
6636 * gdb.dwarf2/implptr.exp
6637 * gdb.dwarf2/implref-array.exp
6638 * gdb.dwarf2/implref-const.exp
6639 * gdb.dwarf2/implref-global.exp
6640 * gdb.dwarf2/implref-struct.exp
6641 * gdb.dwarf2/mac-fileno.exp
6642 * gdb.dwarf2/main-subprogram.exp
6643 * gdb.dwarf2/member-ptr-forwardref.exp
6644 * gdb.dwarf2/method-ptr.exp
6645 * gdb.dwarf2/missing-sig-type.exp
6646 * gdb.dwarf2/nonvar-access.exp
6647 * gdb.dwarf2/opaque-type-lookup.exp
6648 * gdb.dwarf2/pieces-optimized-out.exp
6649 * gdb.dwarf2/pieces.exp
6650 * gdb.dwarf2/pr10770.exp
6651 * gdb.dwarf2/pr13961.exp
6652 * gdb.dwarf2/staticvirtual.exp
6653 * gdb.dwarf2/subrange.exp
6654 * gdb.dwarf2/symtab-producer.exp
6655 * gdb.dwarf2/trace-crash.exp
6656 * gdb.dwarf2/typeddwarf.exp
6657 * gdb.dwarf2/valop.exp
6658 * gdb.dwarf2/watch-notconst.exp
6659 * gdb.fortran/array-element.exp
6660 * gdb.fortran/charset.exp
6661 * gdb.fortran/common-block.exp
6662 * gdb.fortran/complex.exp
6663 * gdb.fortran/derived-type-function.exp
6664 * gdb.fortran/derived-type.exp
6665 * gdb.fortran/logical.exp
6666 * gdb.fortran/module.exp
6667 * gdb.fortran/multi-dim.exp
6668 * gdb.fortran/nested-funcs.exp
6669 * gdb.fortran/print-formatted.exp
6670 * gdb.fortran/subarray.exp
6671 * gdb.fortran/vla-alloc-assoc.exp
6672 * gdb.fortran/vla-datatypes.exp
6673 * gdb.fortran/vla-history.exp
6674 * gdb.fortran/vla-ptr-info.exp
6675 * gdb.fortran/vla-ptype-sub.exp
6676 * gdb.fortran/vla-ptype.exp
6677 * gdb.fortran/vla-sizeof.exp
6678 * gdb.fortran/vla-type.exp
6679 * gdb.fortran/vla-value-sub-arbitrary.exp
6680 * gdb.fortran/vla-value-sub-finish.exp
6681 * gdb.fortran/vla-value-sub.exp
6682 * gdb.fortran/vla-value.exp
6683 * gdb.fortran/whatis_type.exp
6684 * gdb.go/chan.exp
6685 * gdb.go/handcall.exp
6686 * gdb.go/hello.exp
6687 * gdb.go/integers.exp
6688 * gdb.go/methods.exp
6689 * gdb.go/package.exp
6690 * gdb.go/strings.exp
6691 * gdb.go/types.exp
6692 * gdb.go/unsafe.exp
6693 * gdb.guile/scm-arch.exp
6694 * gdb.guile/scm-block.exp
6695 * gdb.guile/scm-breakpoint.exp
6696 * gdb.guile/scm-cmd.exp
6697 * gdb.guile/scm-disasm.exp
6698 * gdb.guile/scm-equal.exp
6699 * gdb.guile/scm-frame-args.exp
6700 * gdb.guile/scm-frame-inline.exp
6701 * gdb.guile/scm-frame.exp
6702 * gdb.guile/scm-iterator.exp
6703 * gdb.guile/scm-math.exp
6704 * gdb.guile/scm-objfile.exp
6705 * gdb.guile/scm-ports.exp
6706 * gdb.guile/scm-symbol.exp
6707 * gdb.guile/scm-symtab.exp
6708 * gdb.guile/scm-value-cc.exp
6709 * gdb.guile/types-module.exp
6710 * gdb.linespec/break-ask.exp
6711 * gdb.linespec/cpexplicit.exp
6712 * gdb.linespec/explicit.exp
6713 * gdb.linespec/keywords.exp
6714 * gdb.linespec/linespec.exp
6715 * gdb.linespec/ls-dollar.exp
6716 * gdb.linespec/ls-errs.exp
6717 * gdb.linespec/skip-two.exp
6718 * gdb.linespec/thread.exp
6719 * gdb.mi/mi-async.exp
6720 * gdb.mi/mi-basics.exp
6721 * gdb.mi/mi-break.exp
6722 * gdb.mi/mi-catch-load.exp
6723 * gdb.mi/mi-cli.exp
6724 * gdb.mi/mi-cmd-param-changed.exp
6725 * gdb.mi/mi-console.exp
6726 * gdb.mi/mi-detach.exp
6727 * gdb.mi/mi-disassemble.exp
6728 * gdb.mi/mi-eval.exp
6729 * gdb.mi/mi-file-transfer.exp
6730 * gdb.mi/mi-file.exp
6731 * gdb.mi/mi-fill-memory.exp
6732 * gdb.mi/mi-inheritance-syntax-error.exp
6733 * gdb.mi/mi-linespec-err-cp.exp
6734 * gdb.mi/mi-logging.exp
6735 * gdb.mi/mi-memory-changed.exp
6736 * gdb.mi/mi-read-memory.exp
6737 * gdb.mi/mi-record-changed.exp
6738 * gdb.mi/mi-reg-undefined.exp
6739 * gdb.mi/mi-regs.exp
6740 * gdb.mi/mi-return.exp
6741 * gdb.mi/mi-reverse.exp
6742 * gdb.mi/mi-simplerun.exp
6743 * gdb.mi/mi-solib.exp
6744 * gdb.mi/mi-stack.exp
6745 * gdb.mi/mi-stepi.exp
6746 * gdb.mi/mi-syn-frame.exp
6747 * gdb.mi/mi-until.exp
6748 * gdb.mi/mi-var-block.exp
6749 * gdb.mi/mi-var-child.exp
6750 * gdb.mi/mi-var-cmd.exp
6751 * gdb.mi/mi-var-cp.exp
6752 * gdb.mi/mi-var-display.exp
6753 * gdb.mi/mi-var-invalidate.exp
6754 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6755 * gdb.mi/mi-vla-fortran.exp
6756 * gdb.mi/mi-watch.exp
6757 * gdb.mi/mi2-var-child.exp
6758 * gdb.mi/user-selected-context-sync.exp
6759 * gdb.modula2/unbounded-array.exp
6760 * gdb.multi/dummy-frame-restore.exp
6761 * gdb.multi/multi-arch-exec.exp
6762 * gdb.multi/multi-arch.exp
6763 * gdb.multi/tids.exp
6764 * gdb.multi/watchpoint-multi.exp
6765 * gdb.opencl/callfuncs.exp
6766 * gdb.opencl/convs_casts.exp
6767 * gdb.opencl/datatypes.exp
6768 * gdb.opencl/operators.exp
6769 * gdb.opencl/vec_comps.exp
6770 * gdb.opt/clobbered-registers-O2.exp
6771 * gdb.opt/inline-break.exp
6772 * gdb.opt/inline-bt.exp
6773 * gdb.opt/inline-cmds.exp
6774 * gdb.opt/inline-locals.exp
6775 * gdb.pascal/case-insensitive-symbols.exp
6776 * gdb.pascal/floats.exp
6777 * gdb.pascal/gdb11492.exp
6778 * gdb.python/lib-types.exp
6779 * gdb.python/py-arch.exp
6780 * gdb.python/py-as-string.exp
6781 * gdb.python/py-bad-printers.exp
6782 * gdb.python/py-block.exp
6783 * gdb.python/py-breakpoint-create-fail.exp
6784 * gdb.python/py-breakpoint.exp
6785 * gdb.python/py-caller-is.exp
6786 * gdb.python/py-cmd.exp
6787 * gdb.python/py-explore-cc.exp
6788 * gdb.python/py-explore.exp
6789 * gdb.python/py-finish-breakpoint.exp
6790 * gdb.python/py-finish-breakpoint2.exp
6791 * gdb.python/py-frame-args.exp
6792 * gdb.python/py-frame-inline.exp
6793 * gdb.python/py-frame.exp
6794 * gdb.python/py-framefilter-mi.exp
6795 * gdb.python/py-infthread.exp
6796 * gdb.python/py-lazy-string.exp
6797 * gdb.python/py-linetable.exp
6798 * gdb.python/py-mi-events.exp
6799 * gdb.python/py-mi-objfile.exp
6800 * gdb.python/py-mi.exp
6801 * gdb.python/py-objfile.exp
6802 * gdb.python/py-pp-integral.exp
6803 * gdb.python/py-pp-maint.exp
6804 * gdb.python/py-pp-re-notag.exp
6805 * gdb.python/py-pp-registration.exp
6806 * gdb.python/py-recurse-unwind.exp
6807 * gdb.python/py-strfns.exp
6808 * gdb.python/py-symbol.exp
6809 * gdb.python/py-symtab.exp
6810 * gdb.python/py-sync-interp.exp
6811 * gdb.python/py-typeprint.exp
6812 * gdb.python/py-unwind-maint.exp
6813 * gdb.python/py-unwind.exp
6814 * gdb.python/py-value-cc.exp
6815 * gdb.python/py-xmethods.exp
6816 * gdb.reverse/amd64-tailcall-reverse.exp
6817 * gdb.reverse/break-precsave.exp
6818 * gdb.reverse/break-reverse.exp
6819 * gdb.reverse/consecutive-precsave.exp
6820 * gdb.reverse/consecutive-reverse.exp
6821 * gdb.reverse/finish-precsave.exp
6822 * gdb.reverse/finish-reverse-bkpt.exp
6823 * gdb.reverse/finish-reverse.exp
6824 * gdb.reverse/fstatat-reverse.exp
6825 * gdb.reverse/getresuid-reverse.exp
6826 * gdb.reverse/i386-precsave.exp
6827 * gdb.reverse/i386-reverse.exp
6828 * gdb.reverse/i386-sse-reverse.exp
6829 * gdb.reverse/i387-env-reverse.exp
6830 * gdb.reverse/i387-stack-reverse.exp
6831 * gdb.reverse/insn-reverse.exp
6832 * gdb.reverse/machinestate-precsave.exp
6833 * gdb.reverse/machinestate.exp
6834 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6835 * gdb.reverse/pipe-reverse.exp
6836 * gdb.reverse/readv-reverse.exp
6837 * gdb.reverse/recvmsg-reverse.exp
6838 * gdb.reverse/rerun-prec.exp
6839 * gdb.reverse/s390-mvcle.exp
6840 * gdb.reverse/step-precsave.exp
6841 * gdb.reverse/step-reverse.exp
6842 * gdb.reverse/time-reverse.exp
6843 * gdb.reverse/until-precsave.exp
6844 * gdb.reverse/until-reverse.exp
6845 * gdb.reverse/waitpid-reverse.exp
6846 * gdb.reverse/watch-precsave.exp
6847 * gdb.reverse/watch-reverse.exp
6848 * gdb.rust/generics.exp
6849 * gdb.rust/methods.exp
6850 * gdb.rust/modules.exp
6851 * gdb.rust/simple.exp
6852 * gdb.server/connect-with-no-symbol-file.exp
6853 * gdb.server/ext-attach.exp
6854 * gdb.server/ext-restart.exp
6855 * gdb.server/ext-wrapper.exp
6856 * gdb.server/file-transfer.exp
6857 * gdb.server/server-exec-info.exp
6858 * gdb.server/server-kill.exp
6859 * gdb.server/server-mon.exp
6860 * gdb.server/wrapper.exp
6861 * gdb.stabs/exclfwd.exp
6862 * gdb.stabs/gdb11479.exp
6863 * gdb.threads/clone-new-thread-event.exp
6864 * gdb.threads/corethreads.exp
6865 * gdb.threads/current-lwp-dead.exp
6866 * gdb.threads/dlopen-libpthread.exp
6867 * gdb.threads/gcore-thread.exp
6868 * gdb.threads/sigstep-threads.exp
6869 * gdb.threads/watchpoint-fork.exp
6870 * gdb.trace/actions-changed.exp
6871 * gdb.trace/backtrace.exp
6872 * gdb.trace/change-loc.exp
6873 * gdb.trace/circ.exp
6874 * gdb.trace/collection.exp
6875 * gdb.trace/disconnected-tracing.exp
6876 * gdb.trace/ftrace.exp
6877 * gdb.trace/mi-trace-frame-collected.exp
6878 * gdb.trace/mi-trace-unavailable.exp
6879 * gdb.trace/mi-traceframe-changed.exp
6880 * gdb.trace/mi-tsv-changed.exp
6881 * gdb.trace/no-attach-trace.exp
6882 * gdb.trace/passc-dyn.exp
6883 * gdb.trace/qtro.exp
6884 * gdb.trace/range-stepping.exp
6885 * gdb.trace/read-memory.exp
6886 * gdb.trace/save-trace.exp
6887 * gdb.trace/signal.exp
6888 * gdb.trace/status-stop.exp
6889 * gdb.trace/tfile.exp
6890 * gdb.trace/trace-break.exp
6891 * gdb.trace/trace-buffer-size.exp
6892 * gdb.trace/trace-condition.exp
6893 * gdb.trace/tracefile-pseudo-reg.exp
6894 * gdb.trace/tstatus.exp
6895 * gdb.trace/unavailable.exp
6896 * gdb.trace/while-dyn.exp
6897 * gdb.trace/while-stepping.exp
6898
6899 2016-12-22 Doug Evans <xdje42@gmail.com>
6900
6901 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6902 and msymbols.
6903
6904 2016-12-19 Yao Qi <yao.qi@linaro.org>
6905
6906 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6907 (test_with_self): Don't call do_steps_and_nexts, and remove
6908 code about stepping into xmalloc.
6909
6910 2016-12-09 Yao Qi <yao.qi@linaro.org>
6911
6912 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6913
6914 2016-12-09 Yao Qi <yao.qi@linaro.org>
6915
6916 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6917
6918 2016-12-09 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.base/all-architectures-0.exp: New file.
6921 * gdb.base/all-architectures-1.exp: New file.
6922 * gdb.base/all-architectures-2.exp: New file.
6923 * gdb.base/all-architectures-3.exp: New file.
6924 * gdb.base/all-architectures-4.exp: New file.
6925 * gdb.base/all-architectures-5.exp: New file.
6926 * gdb.base/all-architectures-6.exp: New file.
6927 * gdb.base/all-architectures-7.exp: New file.
6928 * gdb.base/all-architectures.exp.in: New file.
6929
6930 2016-12-09 Yao Qi <yao.qi@linaro.org>
6931
6932 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6933
6934 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6935
6936 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6937 possible.
6938 Remove useless pattern-matching code.
6939
6940 2016-12-02 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6943 procedure.
6944 (top level): Call it.
6945
6946 2016-12-02 Pedro Alves <palves@redhat.com>
6947
6948 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6949 New procedure.
6950 (top level): Call it.
6951
6952 2016-12-02 Pedro Alves <palves@redhat.com>
6953
6954 PR cli/20559
6955 * gdb.base/commands.exp (user_defined_command_args_eval): New
6956 procedure.
6957 (top level): Call it.
6958
6959 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6960
6961 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6962 timeout handling.
6963
6964 2016-12-02 Tom Tromey <tom@tromey.com>
6965
6966 * gdb.dwarf2/main-subprogram.c: New file.
6967 * gdb.dwarf2/main-subprogram.exp: New file.
6968
6969 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6970
6971 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6972 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6973 gdb_test_no_output for a couple of cases.
6974 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6975
6976 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6977
6978 Fix test names and standardize compilation error messages throughout
6979 the following files:
6980
6981 * gdb.ada/start.exp
6982 * gdb.arch/alpha-step.exp
6983 * gdb.arch/e500-prologue.exp
6984 * gdb.arch/ftrace-insn-reloc.exp
6985 * gdb.arch/gdb1291.exp
6986 * gdb.arch/gdb1431.exp
6987 * gdb.arch/gdb1558.exp
6988 * gdb.arch/i386-dr3-watch.exp
6989 * gdb.arch/i386-sse-stack-align.exp
6990 * gdb.arch/ia64-breakpoint-shadow.exp
6991 * gdb.arch/pa-nullify.exp
6992 * gdb.arch/powerpc-aix-prologue.exp
6993 * gdb.arch/thumb-bx-pc.exp
6994 * gdb.base/annota1.exp
6995 * gdb.base/annota3.exp
6996 * gdb.base/arrayidx.exp
6997 * gdb.base/assign.exp
6998 * gdb.base/attach.exp
6999 * gdb.base/auxv.exp
7000 * gdb.base/bang.exp
7001 * gdb.base/bfp-test.exp
7002 * gdb.base/bigcore.exp
7003 * gdb.base/bitfields2.exp
7004 * gdb.base/break-fun-addr.exp
7005 * gdb.base/break-probes.exp
7006 * gdb.base/call-rt-st.exp
7007 * gdb.base/callexit.exp
7008 * gdb.base/catch-fork-kill.exp
7009 * gdb.base/charset.exp
7010 * gdb.base/checkpoint.exp
7011 * gdb.base/comprdebug.exp
7012 * gdb.base/constvars.exp
7013 * gdb.base/coredump-filter.exp
7014 * gdb.base/cursal.exp
7015 * gdb.base/cvexpr.exp
7016 * gdb.base/detach.exp
7017 * gdb.base/display.exp
7018 * gdb.base/dmsym.exp
7019 * gdb.base/dprintf-pending.exp
7020 * gdb.base/dso2dso.exp
7021 * gdb.base/dtrace-probe.exp
7022 * gdb.base/dump.exp
7023 * gdb.base/enum_cond.exp
7024 * gdb.base/exe-lock.exp
7025 * gdb.base/exec-invalid-sysroot.exp
7026 * gdb.base/execl-update-breakpoints.exp
7027 * gdb.base/exprs.exp
7028 * gdb.base/fileio.exp
7029 * gdb.base/find.exp
7030 * gdb.base/finish.exp
7031 * gdb.base/fixsection.exp
7032 * gdb.base/foll-vfork.exp
7033 * gdb.base/frame-args.exp
7034 * gdb.base/gcore.exp
7035 * gdb.base/gdb1250.exp
7036 * gdb.base/global-var-nested-by-dso.exp
7037 * gdb.base/gnu-ifunc.exp
7038 * gdb.base/hashline1.exp
7039 * gdb.base/hashline2.exp
7040 * gdb.base/hashline3.exp
7041 * gdb.base/hbreak-in-shr-unsupported.exp
7042 * gdb.base/huge.exp
7043 * gdb.base/infcall-input.exp
7044 * gdb.base/info-fun.exp
7045 * gdb.base/info-shared.exp
7046 * gdb.base/jit-simple.exp
7047 * gdb.base/jit-so.exp
7048 * gdb.base/jit.exp
7049 * gdb.base/jump.exp
7050 * gdb.base/label.exp
7051 * gdb.base/lineinc.exp
7052 * gdb.base/logical.exp
7053 * gdb.base/longjmp.exp
7054 * gdb.base/macscp.exp
7055 * gdb.base/miscexprs.exp
7056 * gdb.base/new-ui-echo.exp
7057 * gdb.base/new-ui-pending-input.exp
7058 * gdb.base/new-ui.exp
7059 * gdb.base/nodebug.exp
7060 * gdb.base/nofield.exp
7061 * gdb.base/offsets.exp
7062 * gdb.base/overlays.exp
7063 * gdb.base/pending.exp
7064 * gdb.base/pointers.exp
7065 * gdb.base/pr11022.exp
7066 * gdb.base/printcmds.exp
7067 * gdb.base/prologue.exp
7068 * gdb.base/ptr-typedef.exp
7069 * gdb.base/realname-expand.exp
7070 * gdb.base/relativedebug.exp
7071 * gdb.base/relocate.exp
7072 * gdb.base/remote.exp
7073 * gdb.base/reread.exp
7074 * gdb.base/return2.exp
7075 * gdb.base/savedregs.exp
7076 * gdb.base/sep.exp
7077 * gdb.base/sepdebug.exp
7078 * gdb.base/sepsymtab.exp
7079 * gdb.base/set-inferior-tty.exp
7080 * gdb.base/setshow.exp
7081 * gdb.base/shlib-call.exp
7082 * gdb.base/sigaltstack.exp
7083 * gdb.base/siginfo-addr.exp
7084 * gdb.base/signals.exp
7085 * gdb.base/signull.exp
7086 * gdb.base/sigrepeat.exp
7087 * gdb.base/so-impl-ld.exp
7088 * gdb.base/solib-display.exp
7089 * gdb.base/solib-overlap.exp
7090 * gdb.base/solib-search.exp
7091 * gdb.base/solib-symbol.exp
7092 * gdb.base/structs.exp
7093 * gdb.base/structs2.exp
7094 * gdb.base/symtab-search-order.exp
7095 * gdb.base/twice.exp
7096 * gdb.base/unload.exp
7097 * gdb.base/varargs.exp
7098 * gdb.base/watchpoint-solib.exp
7099 * gdb.base/watchpoint.exp
7100 * gdb.base/whatis.exp
7101 * gdb.base/wrong_frame_bt_full.exp
7102 * gdb.btrace/dlopen.exp
7103 * gdb.cell/ea-standalone.exp
7104 * gdb.cell/ea-test.exp
7105 * gdb.cp/dispcxx.exp
7106 * gdb.cp/gdb2384.exp
7107 * gdb.cp/method2.exp
7108 * gdb.cp/nextoverthrow.exp
7109 * gdb.cp/pr10728.exp
7110 * gdb.disasm/am33.exp
7111 * gdb.disasm/h8300s.exp
7112 * gdb.disasm/mn10300.exp
7113 * gdb.disasm/sh3.exp
7114 * gdb.dwarf2/dw2-dir-file-name.exp
7115 * gdb.fortran/complex.exp
7116 * gdb.fortran/library-module.exp
7117 * gdb.guile/scm-pretty-print.exp
7118 * gdb.guile/scm-symbol.exp
7119 * gdb.guile/scm-type.exp
7120 * gdb.guile/scm-value.exp
7121 * gdb.linespec/linespec.exp
7122 * gdb.mi/gdb701.exp
7123 * gdb.mi/gdb792.exp
7124 * gdb.mi/mi-breakpoint-changed.exp
7125 * gdb.mi/mi-dprintf-pending.exp
7126 * gdb.mi/mi-dprintf.exp
7127 * gdb.mi/mi-exit-code.exp
7128 * gdb.mi/mi-pending.exp
7129 * gdb.mi/mi-solib.exp
7130 * gdb.mi/new-ui-mi-sync.exp
7131 * gdb.mi/pr11022.exp
7132 * gdb.mi/user-selected-context-sync.exp
7133 * gdb.opt/solib-intra-step.exp
7134 * gdb.python/py-events.exp
7135 * gdb.python/py-finish-breakpoint.exp
7136 * gdb.python/py-mi.exp
7137 * gdb.python/py-prettyprint.exp
7138 * gdb.python/py-shared.exp
7139 * gdb.python/py-symbol.exp
7140 * gdb.python/py-template.exp
7141 * gdb.python/py-type.exp
7142 * gdb.python/py-value.exp
7143 * gdb.reverse/solib-precsave.exp
7144 * gdb.reverse/solib-reverse.exp
7145 * gdb.server/solib-list.exp
7146 * gdb.stabs/weird.exp
7147 * gdb.threads/reconnect-signal.exp
7148 * gdb.threads/stepi-random-signal.exp
7149 * gdb.trace/actions.exp
7150 * gdb.trace/ax.exp
7151 * gdb.trace/backtrace.exp
7152 * gdb.trace/change-loc.exp
7153 * gdb.trace/deltrace.exp
7154 * gdb.trace/ftrace-lock.exp
7155 * gdb.trace/ftrace.exp
7156 * gdb.trace/infotrace.exp
7157 * gdb.trace/mi-tracepoint-changed.exp
7158 * gdb.trace/packetlen.exp
7159 * gdb.trace/passcount.exp
7160 * gdb.trace/pending.exp
7161 * gdb.trace/range-stepping.exp
7162 * gdb.trace/report.exp
7163 * gdb.trace/stap-trace.exp
7164 * gdb.trace/tfind.exp
7165 * gdb.trace/trace-break.exp
7166 * gdb.trace/trace-condition.exp
7167 * gdb.trace/trace-enable-disable.exp
7168 * gdb.trace/trace-mt.exp
7169 * gdb.trace/tracecmd.exp
7170 * gdb.trace/tspeed.exp
7171 * gdb.trace/tsv.exp
7172 * lib/perftest.exp
7173
7174 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7175
7176 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7177 with gdb_test_no_output.
7178 Use command as test name.
7179
7180 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7181
7182 Fix test names starting with uppercase throughout the files.
7183
7184 * gdb.ada/assign_1.exp
7185 * gdb.ada/boolean_expr.exp
7186 * gdb.base/arrayidx.exp
7187 * gdb.base/del.exp
7188 * gdb.base/gcore-buffer-overflow.exp
7189 * gdb.base/testenv.exp
7190 * gdb.compile/compile.exp
7191 * gdb.python/py-framefilter-invalidarg.exp
7192 * gdb.python/py-framefilter.exp
7193
7194 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7195
7196 Fix test names starting with uppercase throughout the files.
7197
7198 * gdb.ada/array_return.exp
7199 * gdb.ada/expr_delims.exp
7200 * gdb.ada/mi_dyn_arr.exp
7201 * gdb.ada/mi_interface.exp
7202 * gdb.ada/mi_var_array.exp
7203 * gdb.ada/watch_arg.exp
7204 * gdb.arch/alpha-step.exp
7205 * gdb.arch/altivec-regs.exp
7206 * gdb.arch/e500-regs.exp
7207 * gdb.arch/powerpc-d128-regs.exp
7208 * gdb.base/arrayidx.exp
7209 * gdb.base/break.exp
7210 * gdb.base/checkpoint.exp
7211 * gdb.base/debug-expr.exp
7212 * gdb.base/dmsym.exp
7213 * gdb.base/radix.exp
7214 * gdb.base/sepdebug.exp
7215 * gdb.base/testenv.exp
7216 * gdb.base/watch_thread_num.exp
7217 * gdb.base/watchpoint-cond-gone.exp
7218 * gdb.cell/break.exp
7219 * gdb.cell/ea-cache.exp
7220 * gdb.compile/compile.exp
7221 * gdb.cp/gdb2495.exp
7222 * gdb.gdb/selftest.exp
7223 * gdb.gdb/xfullpath.exp
7224 * gdb.go/hello.exp
7225 * gdb.go/integers.exp
7226 * gdb.objc/basicclass.exp
7227 * gdb.pascal/hello.exp
7228 * gdb.pascal/integers.exp
7229 * gdb.python/py-breakpoint.exp
7230 * gdb.python/py-cmd.exp
7231 * gdb.python/py-linetable.exp
7232 * gdb.python/py-xmethods.exp
7233 * gdb.python/python.exp
7234 * gdb.reverse/consecutive-precsave.exp
7235 * gdb.reverse/finish-precsave.exp
7236 * gdb.reverse/i386-precsave.exp
7237 * gdb.reverse/machinestate-precsave.exp
7238 * gdb.reverse/sigall-precsave.exp
7239 * gdb.reverse/solib-precsave.exp
7240 * gdb.reverse/step-precsave.exp
7241 * gdb.reverse/until-precsave.exp
7242 * gdb.reverse/watch-precsave.exp
7243 * gdb.threads/leader-exit.exp
7244 * gdb.threads/pthreads.exp
7245 * gdb.threads/wp-replication.exp
7246 * gdb.trace/actions.exp
7247 * gdb.trace/mi-tsv-changed.exp
7248 * gdb.trace/tsv.exp
7249
7250 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7251
7252 Fix test names starting with uppercase throughout the files.
7253
7254 * gdb.arch/i386-bp_permanent.exp
7255 * gdb.arch/i386-gnu-cfi.exp
7256 * gdb.base/disasm-end-cu.exp
7257 * gdb.base/macscp.exp
7258 * gdb.base/pending.exp
7259 * gdb.base/watch_thread_num.exp
7260 * gdb.cp/exception.exp
7261 * gdb.cp/gdb2495.exp
7262 * gdb.cp/local.exp
7263 * gdb.python/py-evsignal.exp
7264 * gdb.python/python.exp
7265 * gdb.trace/tracecmd.exp
7266
7267 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7268
7269 Fix test names starting with uppercase throughout the files.
7270
7271 * gdb.base/charset.exp
7272 * gdb.base/eval.exp
7273 * gdb.base/multi-forks.exp
7274 * gdb.guile/scm-progspace.exp
7275 * gdb.opencl/datatypes.exp
7276 * gdb.python/py-block.exp
7277 * gdb.python/py-function.exp
7278 * gdb.python/py-symbol.exp
7279 * gdb.python/py-symtab.exp
7280 * gdb.python/py-xmethods.exp
7281 * gdb.reverse/break-precsave.exp
7282 * gdb.reverse/break-reverse.exp
7283 * gdb.reverse/consecutive-precsave.exp
7284 * gdb.reverse/consecutive-reverse.exp
7285 * gdb.reverse/finish-precsave.exp
7286 * gdb.reverse/finish-reverse-bkpt.exp
7287 * gdb.reverse/finish-reverse.exp
7288 * gdb.reverse/fstatat-reverse.exp
7289 * gdb.reverse/getresuid-reverse.exp
7290 * gdb.reverse/i386-precsave.exp
7291 * gdb.reverse/i386-reverse.exp
7292 * gdb.reverse/i386-sse-reverse.exp
7293 * gdb.reverse/i387-stack-reverse.exp
7294 * gdb.reverse/insn-reverse.exp
7295 * gdb.reverse/machinestate-precsave.exp
7296 * gdb.reverse/machinestate.exp
7297 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7298 * gdb.reverse/pipe-reverse.exp
7299 * gdb.reverse/readv-reverse.exp
7300 * gdb.reverse/recvmsg-reverse.exp
7301 * gdb.reverse/rerun-prec.exp
7302 * gdb.reverse/s390-mvcle.exp
7303 * gdb.reverse/sigall-precsave.exp
7304 * gdb.reverse/sigall-reverse.exp
7305 * gdb.reverse/solib-precsave.exp
7306 * gdb.reverse/solib-reverse.exp
7307 * gdb.reverse/step-precsave.exp
7308 * gdb.reverse/step-reverse.exp
7309 * gdb.reverse/time-reverse.exp
7310 * gdb.reverse/until-precsave.exp
7311 * gdb.reverse/until-reverse.exp
7312 * gdb.reverse/waitpid-reverse.exp
7313 * gdb.reverse/watch-precsave.exp
7314 * gdb.reverse/watch-reverse.exp
7315
7316 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7317
7318 Fix test names starting with uppercase throughout the files.
7319
7320 * gdb.arch/i386-mpx-simple_segv.exp
7321 * gdb.arch/i386-mpx.exp
7322 * gdb.arch/i386-permbkpt.exp
7323 * gdb.arch/pa-nullify.exp
7324 * gdb.arch/powerpc-d128-regs.exp
7325 * gdb.arch/vsx-regs.exp
7326 * gdb.base/bfp-test.exp
7327 * gdb.base/break.exp
7328 * gdb.base/breakpoint-shadow.exp
7329 * gdb.base/callfuncs.exp
7330 * gdb.base/charset.exp
7331 * gdb.base/commands.exp
7332 * gdb.base/completion.exp
7333 * gdb.base/dfp-test.exp
7334 * gdb.base/echo.exp
7335 * gdb.base/ending-run.exp
7336 * gdb.base/eval.exp
7337 * gdb.base/expand-psymtabs.exp
7338 * gdb.base/float128.exp
7339 * gdb.base/floatn.exp
7340 * gdb.base/foll-exec-mode.exp
7341 * gdb.base/gdb1056.exp
7342 * gdb.base/gdb11531.exp
7343 * gdb.base/kill-after-signal.exp
7344 * gdb.base/multi-forks.exp
7345 * gdb.base/overlays.exp
7346 * gdb.base/pending.exp
7347 * gdb.base/sepdebug.exp
7348 * gdb.base/testenv.exp
7349 * gdb.base/valgrind-db-attach.exp
7350 * gdb.base/watch_thread_num.exp
7351 * gdb.base/watchpoint-cond-gone.exp
7352 * gdb.base/watchpoint.exp
7353 * gdb.base/watchpoints.exp
7354 * gdb.cp/arg-reference.exp
7355 * gdb.cp/baseenum.exp
7356 * gdb.cp/operator.exp
7357 * gdb.cp/shadow.exp
7358 * gdb.dwarf2/dw2-op-out-param.exp
7359 * gdb.dwarf2/dw2-reg-undefined.exp
7360 * gdb.go/chan.exp
7361 * gdb.go/hello.exp
7362 * gdb.go/integers.exp
7363 * gdb.go/methods.exp
7364 * gdb.go/package.exp
7365 * gdb.guile/scm-parameter.exp
7366 * gdb.guile/scm-progspace.exp
7367 * gdb.guile/scm-value.exp
7368 * gdb.mi/mi-pending.exp
7369 * gdb.mi/user-selected-context-sync.exp
7370 * gdb.multi/multi-attach.exp
7371 * gdb.multi/tids.exp
7372 * gdb.opt/clobbered-registers-O2.exp
7373 * gdb.pascal/floats.exp
7374 * gdb.pascal/integers.exp
7375 * gdb.python/py-block.exp
7376 * gdb.python/py-events.exp
7377 * gdb.python/py-parameter.exp
7378 * gdb.python/py-symbol.exp
7379 * gdb.python/py-symtab.exp
7380 * gdb.python/py-type.exp
7381 * gdb.python/py-value.exp
7382 * gdb.python/py-xmethods.exp
7383 * gdb.python/python.exp
7384 * gdb.reverse/break-precsave.exp
7385 * gdb.reverse/consecutive-precsave.exp
7386 * gdb.reverse/finish-precsave.exp
7387 * gdb.reverse/i386-precsave.exp
7388 * gdb.reverse/machinestate-precsave.exp
7389 * gdb.reverse/sigall-precsave.exp
7390 * gdb.reverse/solib-precsave.exp
7391 * gdb.reverse/step-precsave.exp
7392 * gdb.reverse/until-precsave.exp
7393 * gdb.reverse/watch-precsave.exp
7394 * gdb.server/ext-attach.exp
7395 * gdb.server/ext-restart.exp
7396 * gdb.server/ext-run.exp
7397 * gdb.server/ext-wrapper.exp
7398 * gdb.stabs/gdb11479.exp
7399 * gdb.stabs/weird.exp
7400 * gdb.threads/attach-many-short-lived-threads.exp
7401 * gdb.threads/kill.exp
7402 * gdb.threads/watchpoint-fork.exp
7403
7404 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7405
7406 Fix test names starting with uppercase throughout all the files below.
7407
7408 * gdb.ada/array_return.exp
7409 * gdb.ada/catch_ex.exp
7410 * gdb.ada/info_exc.exp
7411 * gdb.ada/mi_catch_ex.exp
7412 * gdb.ada/mi_dyn_arr.exp
7413 * gdb.ada/mi_ex_cond.exp
7414 * gdb.ada/mi_exc_info.exp
7415 * gdb.ada/mi_interface.exp
7416 * gdb.ada/mi_task_arg.exp
7417 * gdb.ada/mi_task_info.exp
7418 * gdb.ada/mi_var_array.exp
7419 * gdb.arch/alpha-step.exp
7420 * gdb.arch/amd64-disp-step.exp
7421 * gdb.arch/arm-disp-step.exp
7422 * gdb.arch/disp-step-insn-reloc.exp
7423 * gdb.arch/e500-prologue.exp
7424 * gdb.arch/ftrace-insn-reloc.exp
7425 * gdb.arch/gdb1558.exp
7426 * gdb.arch/i386-bp_permanent.exp
7427 * gdb.arch/i386-disp-step.exp
7428 * gdb.arch/i386-float.exp
7429 * gdb.arch/i386-gnu-cfi.exp
7430 * gdb.arch/ia64-breakpoint-shadow.exp
7431 * gdb.arch/mips16-thunks.exp
7432 * gdb.arch/pa-nullify.exp
7433 * gdb.arch/powerpc-aix-prologue.exp
7434 * gdb.arch/powerpc-power.exp
7435 * gdb.arch/ppc-dfp.exp
7436 * gdb.arch/s390-tdbregs.exp
7437 * gdb.arch/spu-info.exp
7438 * gdb.arch/spu-ls.exp
7439 * gdb.arch/thumb-bx-pc.exp
7440 * gdb.base/advance.exp
7441 * gdb.base/annota-input-while-running.exp
7442 * gdb.base/arrayidx.exp
7443 * gdb.base/asmlabel.exp
7444 * gdb.base/async.exp
7445 * gdb.base/attach-wait-input.exp
7446 * gdb.base/auto-connect-native-target.exp
7447 * gdb.base/batch-preserve-term-settings.exp
7448 * gdb.base/bfp-test.exp
7449 * gdb.base/bigcore.exp
7450 * gdb.base/bp-permanent.exp
7451 * gdb.base/break-always.exp
7452 * gdb.base/break-fun-addr.exp
7453 * gdb.base/break-idempotent.exp
7454 * gdb.base/break-main-file-remove-fail.exp
7455 * gdb.base/break-probes.exp
7456 * gdb.base/break-unload-file.exp
7457 * gdb.base/break.exp
7458 * gdb.base/call-ar-st.exp
7459 * gdb.base/call-rt-st.exp
7460 * gdb.base/call-sc.exp
7461 * gdb.base/call-signal-resume.exp
7462 * gdb.base/call-strs.exp
7463 * gdb.base/callexit.exp
7464 * gdb.base/callfuncs.exp
7465 * gdb.base/catch-gdb-caused-signals.exp
7466 * gdb.base/catch-signal-siginfo-cond.exp
7467 * gdb.base/catch-syscall.exp
7468 * gdb.base/compare-sections.exp
7469 * gdb.base/cond-eval-mode.exp
7470 * gdb.base/condbreak-call-false.exp
7471 * gdb.base/consecutive-step-over.exp
7472 * gdb.base/cursal.exp
7473 * gdb.base/disabled-location.exp
7474 * gdb.base/disasm-end-cu.exp
7475 * gdb.base/display.exp
7476 * gdb.base/double-prompt-target-event-error.exp
7477 * gdb.base/dprintf-bp-same-addr.exp
7478 * gdb.base/dprintf-detach.exp
7479 * gdb.base/dprintf-next.exp
7480 * gdb.base/dprintf-non-stop.exp
7481 * gdb.base/dprintf-pending.exp
7482 * gdb.base/dso2dso.exp
7483 * gdb.base/ending-run.exp
7484 * gdb.base/enum_cond.exp
7485 * gdb.base/examine-backward.exp
7486 * gdb.base/exe-lock.exp
7487 * gdb.base/exec-invalid-sysroot.exp
7488 * gdb.base/execl-update-breakpoints.exp
7489 * gdb.base/execution-termios.exp
7490 * gdb.base/fileio.exp
7491 * gdb.base/fixsection.exp
7492 * gdb.base/foll-exec-mode.exp
7493 * gdb.base/foll-exec.exp
7494 * gdb.base/fork-running-state.exp
7495 * gdb.base/frame-args.exp
7496 * gdb.base/fullpath-expand.exp
7497 * gdb.base/func-ptr.exp
7498 * gdb.base/gcore-relro-pie.exp
7499 * gdb.base/gdb1090.exp
7500 * gdb.base/gdb1555.exp
7501 * gdb.base/global-var-nested-by-dso.exp
7502 * gdb.base/gnu-ifunc.exp
7503 * gdb.base/hbreak-in-shr-unsupported.exp
7504 * gdb.base/hbreak-unmapped.exp
7505 * gdb.base/hook-stop.exp
7506 * gdb.base/infcall-input.exp
7507 * gdb.base/info-fun.exp
7508 * gdb.base/info-shared.exp
7509 * gdb.base/interrupt-noterm.exp
7510 * gdb.base/jit-so.exp
7511 * gdb.base/jit.exp
7512 * gdb.base/line-symtabs.exp
7513 * gdb.base/list.exp
7514 * gdb.base/longjmp.exp
7515 * gdb.base/macscp.exp
7516 * gdb.base/max-value-size.exp
7517 * gdb.base/nodebug.exp
7518 * gdb.base/nofield.exp
7519 * gdb.base/overlays.exp
7520 * gdb.base/paginate-after-ctrl-c-running.exp
7521 * gdb.base/paginate-bg-execution.exp
7522 * gdb.base/paginate-inferior-exit.exp
7523 * gdb.base/pending.exp
7524 * gdb.base/pr11022.exp
7525 * gdb.base/printcmds.exp
7526 * gdb.base/ptr-typedef.exp
7527 * gdb.base/ptype.exp
7528 * gdb.base/randomize.exp
7529 * gdb.base/range-stepping.exp
7530 * gdb.base/realname-expand.exp
7531 * gdb.base/relativedebug.exp
7532 * gdb.base/remote.exp
7533 * gdb.base/savedregs.exp
7534 * gdb.base/sepdebug.exp
7535 * gdb.base/set-noassign.exp
7536 * gdb.base/shlib-call.exp
7537 * gdb.base/shreloc.exp
7538 * gdb.base/sigaltstack.exp
7539 * gdb.base/sigbpt.exp
7540 * gdb.base/siginfo-addr.exp
7541 * gdb.base/siginfo-obj.exp
7542 * gdb.base/siginfo-thread.exp
7543 * gdb.base/signest.exp
7544 * gdb.base/signull.exp
7545 * gdb.base/sigrepeat.exp
7546 * gdb.base/skip.exp
7547 * gdb.base/so-impl-ld.exp
7548 * gdb.base/solib-corrupted.exp
7549 * gdb.base/solib-disc.exp
7550 * gdb.base/solib-display.exp
7551 * gdb.base/solib-overlap.exp
7552 * gdb.base/solib-search.exp
7553 * gdb.base/solib-symbol.exp
7554 * gdb.base/source-execution.exp
7555 * gdb.base/sss-bp-on-user-bp-2.exp
7556 * gdb.base/sss-bp-on-user-bp.exp
7557 * gdb.base/stack-checking.exp
7558 * gdb.base/stale-infcall.exp
7559 * gdb.base/step-break.exp
7560 * gdb.base/step-line.exp
7561 * gdb.base/step-over-exit.exp
7562 * gdb.base/step-test.exp
7563 * gdb.base/structs.exp
7564 * gdb.base/sym-file.exp
7565 * gdb.base/symtab-search-order.exp
7566 * gdb.base/term.exp
7567 * gdb.base/type-opaque.exp
7568 * gdb.base/unload.exp
7569 * gdb.base/until-nodebug.exp
7570 * gdb.base/until.exp
7571 * gdb.base/unwindonsignal.exp
7572 * gdb.base/watch-cond.exp
7573 * gdb.base/watch-non-mem.exp
7574 * gdb.base/watch_thread_num.exp
7575 * gdb.base/watchpoint-reuse-slot.exp
7576 * gdb.base/watchpoint-solib.exp
7577 * gdb.base/watchpoint.exp
7578 * gdb.btrace/dlopen.exp
7579 * gdb.cell/arch.exp
7580 * gdb.cell/break.exp
7581 * gdb.cell/bt.exp
7582 * gdb.cell/core.exp
7583 * gdb.cell/data.exp
7584 * gdb.cell/dwarfaddr.exp
7585 * gdb.cell/ea-cache.exp
7586 * gdb.cell/ea-standalone.exp
7587 * gdb.cell/ea-test.exp
7588 * gdb.cell/f-regs.exp
7589 * gdb.cell/fork.exp
7590 * gdb.cell/gcore.exp
7591 * gdb.cell/mem-access.exp
7592 * gdb.cell/ptype.exp
7593 * gdb.cell/registers.exp
7594 * gdb.cell/sizeof.exp
7595 * gdb.cell/solib-symbol.exp
7596 * gdb.cell/solib.exp
7597 * gdb.compile/compile-tls.exp
7598 * gdb.cp/exception.exp
7599 * gdb.cp/gdb2495.exp
7600 * gdb.cp/local.exp
7601 * gdb.cp/mb-inline.exp
7602 * gdb.cp/mb-templates.exp
7603 * gdb.cp/pr10687.exp
7604 * gdb.cp/pr9167.exp
7605 * gdb.cp/scope-err.exp
7606 * gdb.cp/templates.exp
7607 * gdb.cp/virtfunc.exp
7608 * gdb.dwarf2/dw2-dir-file-name.exp
7609 * gdb.dwarf2/dw2-single-line-discriminators.exp
7610 * gdb.fortran/complex.exp
7611 * gdb.fortran/library-module.exp
7612 * gdb.guile/guile.exp
7613 * gdb.guile/scm-cmd.exp
7614 * gdb.guile/scm-frame-inline.exp
7615 * gdb.guile/scm-objfile.exp
7616 * gdb.guile/scm-pretty-print.exp
7617 * gdb.guile/scm-symbol.exp
7618 * gdb.guile/scm-type.exp
7619 * gdb.guile/scm-value.exp
7620 * gdb.linespec/keywords.exp
7621 * gdb.linespec/ls-errs.exp
7622 * gdb.linespec/macro-relative.exp
7623 * gdb.linespec/thread.exp
7624 * gdb.mi/mi-breakpoint-changed.exp
7625 * gdb.mi/mi-dprintf-pending.exp
7626 * gdb.mi/mi-fullname-deleted.exp
7627 * gdb.mi/mi-logging.exp
7628 * gdb.mi/mi-pending.exp
7629 * gdb.mi/mi-solib.exp
7630 * gdb.mi/new-ui-mi-sync.exp
7631 * gdb.mi/user-selected-context-sync.exp
7632 * gdb.multi/dummy-frame-restore.exp
7633 * gdb.multi/multi-arch-exec.exp
7634 * gdb.multi/remove-inferiors.exp
7635 * gdb.multi/watchpoint-multi-exit.exp
7636 * gdb.opt/solib-intra-step.exp
7637 * gdb.perf/backtrace.exp
7638 * gdb.perf/single-step.exp
7639 * gdb.perf/skip-command.exp
7640 * gdb.perf/skip-prologue.exp
7641 * gdb.perf/solib.exp
7642 * gdb.python/lib-types.exp
7643 * gdb.python/py-as-string.exp
7644 * gdb.python/py-bad-printers.exp
7645 * gdb.python/py-block.exp
7646 * gdb.python/py-breakpoint.exp
7647 * gdb.python/py-cmd.exp
7648 * gdb.python/py-events.exp
7649 * gdb.python/py-evthreads.exp
7650 * gdb.python/py-finish-breakpoint.exp
7651 * gdb.python/py-finish-breakpoint2.exp
7652 * gdb.python/py-frame-inline.exp
7653 * gdb.python/py-frame.exp
7654 * gdb.python/py-inferior.exp
7655 * gdb.python/py-infthread.exp
7656 * gdb.python/py-mi.exp
7657 * gdb.python/py-objfile.exp
7658 * gdb.python/py-pp-maint.exp
7659 * gdb.python/py-pp-registration.exp
7660 * gdb.python/py-prettyprint.exp
7661 * gdb.python/py-recurse-unwind.exp
7662 * gdb.python/py-shared.exp
7663 * gdb.python/py-symbol.exp
7664 * gdb.python/py-symtab.exp
7665 * gdb.python/py-template.exp
7666 * gdb.python/py-type.exp
7667 * gdb.python/py-unwind-maint.exp
7668 * gdb.python/py-unwind.exp
7669 * gdb.python/py-value.exp
7670 * gdb.python/python.exp
7671 * gdb.reverse/finish-reverse-bkpt.exp
7672 * gdb.reverse/insn-reverse.exp
7673 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7674 * gdb.reverse/solib-precsave.exp
7675 * gdb.reverse/solib-reverse.exp
7676 * gdb.stabs/gdb11479.exp
7677 * gdb.stabs/weird.exp
7678 * gdb.threads/fork-child-threads.exp
7679 * gdb.threads/fork-plus-threads.exp
7680 * gdb.threads/fork-thread-pending.exp
7681 * gdb.threads/forking-threads-plus-breakpoint.exp
7682 * gdb.threads/hand-call-in-threads.exp
7683 * gdb.threads/interrupted-hand-call.exp
7684 * gdb.threads/linux-dp.exp
7685 * gdb.threads/local-watch-wrong-thread.exp
7686 * gdb.threads/next-while-other-thread-longjmps.exp
7687 * gdb.threads/non-ldr-exit.exp
7688 * gdb.threads/pending-step.exp
7689 * gdb.threads/print-threads.exp
7690 * gdb.threads/process-dies-while-detaching.exp
7691 * gdb.threads/process-dies-while-handling-bp.exp
7692 * gdb.threads/pthreads.exp
7693 * gdb.threads/queue-signal.exp
7694 * gdb.threads/reconnect-signal.exp
7695 * gdb.threads/signal-command-handle-nopass.exp
7696 * gdb.threads/signal-command-multiple-signals-pending.exp
7697 * gdb.threads/signal-delivered-right-thread.exp
7698 * gdb.threads/signal-sigtrap.exp
7699 * gdb.threads/sigthread.exp
7700 * gdb.threads/staticthreads.exp
7701 * gdb.threads/stepi-random-signal.exp
7702 * gdb.threads/thread-unwindonsignal.exp
7703 * gdb.threads/thread_check.exp
7704 * gdb.threads/thread_events.exp
7705 * gdb.threads/tid-reuse.exp
7706 * gdb.threads/tls-nodebug.exp
7707 * gdb.threads/tls-shared.exp
7708 * gdb.threads/tls-so_extern.exp
7709 * gdb.threads/tls.exp
7710 * gdb.threads/wp-replication.exp
7711 * gdb.trace/actions-changed.exp
7712 * gdb.trace/actions.exp
7713 * gdb.trace/backtrace.exp
7714 * gdb.trace/change-loc.exp
7715 * gdb.trace/collection.exp
7716 * gdb.trace/deltrace.exp
7717 * gdb.trace/disconnected-tracing.exp
7718 * gdb.trace/entry-values.exp
7719 * gdb.trace/ftrace-lock.exp
7720 * gdb.trace/ftrace.exp
7721 * gdb.trace/infotrace.exp
7722 * gdb.trace/mi-trace-frame-collected.exp
7723 * gdb.trace/mi-trace-unavailable.exp
7724 * gdb.trace/mi-traceframe-changed.exp
7725 * gdb.trace/mi-tracepoint-changed.exp
7726 * gdb.trace/mi-tsv-changed.exp
7727 * gdb.trace/no-attach-trace.exp
7728 * gdb.trace/packetlen.exp
7729 * gdb.trace/passc-dyn.exp
7730 * gdb.trace/passcount.exp
7731 * gdb.trace/pending.exp
7732 * gdb.trace/pr16508.exp
7733 * gdb.trace/qtro.exp
7734 * gdb.trace/range-stepping.exp
7735 * gdb.trace/read-memory.exp
7736 * gdb.trace/report.exp
7737 * gdb.trace/save-trace.exp
7738 * gdb.trace/signal.exp
7739 * gdb.trace/stap-trace.exp
7740 * gdb.trace/status-stop.exp
7741 * gdb.trace/strace.exp
7742 * gdb.trace/tfile.exp
7743 * gdb.trace/tfind.exp
7744 * gdb.trace/trace-break.exp
7745 * gdb.trace/trace-condition.exp
7746 * gdb.trace/trace-enable-disable.exp
7747 * gdb.trace/trace-mt.exp
7748 * gdb.trace/tracecmd.exp
7749 * gdb.trace/tracefile-pseudo-reg.exp
7750 * gdb.trace/tspeed.exp
7751 * gdb.trace/tstatus.exp
7752 * gdb.trace/tsv.exp
7753 * gdb.trace/unavailable.exp
7754 * gdb.trace/while-dyn.exp
7755 * gdb.trace/while-stepping.exp
7756 * lib/gdb-guile.exp
7757 * lib/gdb.exp
7758 * lib/mi-support.exp
7759 * lib/pascal.exp
7760 * lib/perftest.exp
7761 * lib/prelink-support.exp
7762 * lib/selftest-support.exp
7763
7764 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7765
7766 * Makefile.in: Include disable-implicit-rules.mk.
7767
7768 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7769
7770 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7771 non-byte-aligned bit fields.
7772
7773 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7774
7775 PR gdb/12616
7776 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7777 respects the DW_AT_data_bit_offset attribute.
7778
7779 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7780
7781 * gdb.base/default.exp: Fix output of "set language".
7782
7783 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7784
7785 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7786 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7787 make.
7788 * configure.ac: Remove checks for the make program.
7789 * configure: Re-generate.
7790
7791 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7792
7793 * gdb.python/py-recurse-unwind.c (main): Add loop.
7794 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7795 to read_register() and gdb.parse_and_eval(). Make each code
7796 call a separate case that can be individually tested.
7797 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7798 proc. Call cont_and_backtrace for each of the code paths that
7799 we want to test in the unwinder.
7800
7801 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7802
7803 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7804 the definition of struct S.
7805
7806 2016-11-11 Catherine Moore <clm@codesourcery.com>
7807
7808 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7809
7810 2016-11-09 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.base/commands.exp (runto_or_return): New procedure.
7813 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7814 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7815 (progvar_simple_while_test, progvar_complex_if_while_test)
7816 (if_while_breakpoint_command_test)
7817 (infrun_breakpoint_command_test, breakpoint_command_test)
7818 (user_defined_command_test, watchpoint_command_test)
7819 (test_command_prompt_position, redefine_hook_test)
7820 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7821 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7822 multi_line_input and multi_line. Remove gdb_expect and
7823 gdb_stop_suppressing_tests uses.
7824 * lib/gdb.exp (valnum_re): New global.
7825 (multi_line_input): New procedure.
7826
7827 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7828
7829 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7830 Remove.
7831 (test_setup): Define with proc_with_prefix.
7832 (test_cli_inferior): Likewise.
7833 (test_cli_thread): Likewise.
7834 (test_cli_frame): Likewise.
7835 (test_cli_select_frame): Likewise.
7836 (test_cli_up_down): Likewise.
7837 (test_mi_thread_select): Likewise.
7838 (test_mi_stack_select_frame): Likewise.
7839 (test_cli_in_mi_inferior): Likewise.
7840 (test_cli_in_mi_thread): Likewise.
7841 (test_cli_in_mi_frame): Likewise.
7842 (top level): Do not use with_test_prefix_procname.
7843
7844 2016-11-09 Pedro Alves <palves@redhat.com>
7845
7846 * gdb.base/commands.exp (gdbvar_simple_if_test)
7847 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7848 (progvar_simple_if_test, progvar_simple_while_test)
7849 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7850 (infrun_breakpoint_command_test, breakpoint_command_test)
7851 (user_defined_command_test, watchpoint_command_test)
7852 (test_command_prompt_position, deprecated_command_test)
7853 (bp_deleted_in_command, temporary_breakpoint_commands)
7854 (stray_arg0_test, source_file_with_indented_comment)
7855 (recursive_source_test, if_commands_test)
7856 (error_clears_commands_left, redefine_hook_test)
7857 (redefine_backtrace_test): Use proc_with_prefix.
7858 * lib/gdb.exp (proc_with_prefix): New proc.
7859
7860 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7861
7862 * gdb.base/tui-layout.c: New file.
7863 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7864 disassembly window contains very long lines.
7865
7866 2016-11-08 Tom Tromey <tom@tromey.com>
7867
7868 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7869 depend on Python 2.
7870
7871 2016-11-08 Tom Tromey <tom@tromey.com>
7872
7873 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7874 New method.
7875
7876 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7877
7878 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7879
7880 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7881
7882 * gdb.rust/simple.rs: Add test for univariant enums without
7883 discriminants and for encoded struct-like enums.
7884
7885 2016-10-28 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7888 gdb_test_multiple, tighten regexps and match symtabs and line
7889 tables incrementally.
7890
7891 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7892
7893 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7894 general.
7895
7896 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7897
7898 * gdb.base/exec-invalid-sysroot.exp: New file.
7899
7900 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7903
7904 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7905
7906 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7907
7908 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7909
7910 * gdb.base/killed-outside.exp: Remove $options from a call to
7911 `prepare_for_testing'.
7912
7913 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7914
7915 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7916 Change test message.
7917
7918 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7919
7920 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7921 Update comment.
7922
7923 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7924
7925 * gdb.trace/mi-trace-save.exp: New file.
7926
7927 2016-10-13 Yao Qi <yao.qi@linaro.org>
7928
7929 * gdb.base/code_elim.exp (get_var_address): Remove.
7930 * gdb.base/relocate.exp: Likewise.
7931 * gdb.base/shreloc.exp: Likewise.
7932 * lib/gdb.exp (get_var_address): New.
7933
7934 2016-10-13 Yao Qi <yao.qi@linaro.org>
7935
7936 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7937 floating point tests if $skip_float_test is false.
7938
7939 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7940
7941 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7942 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7943 argc values.
7944 Add 1 to argc so we guarantee distinct initial/modified argc values.
7945
7946 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7947
7948 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7949
7950 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7951
7952 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7953 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7954 * gdb.arch/vsx-regs.exp: Likewise.
7955
7956 2016-10-07 Yao Qi <yao.qi@linaro.org>
7957
7958 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7959
7960 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7961
7962 * gdb.python/python.exp: Test decode_line("*0").
7963
7964 2016-10-06 Doug Evans <dje@google.com>
7965
7966 * gdb.python/py-value.exp (test_value_creation): Add test for large
7967 unsigned 64-bit value.
7968
7969 2016-10-06 Tom Tromey <tom@tromey.com>
7970
7971 * gdb.compile/compile.exp: Change java tests to rust.
7972 * gdb.base/setshow.exp: Change java tests to rust.
7973 * gdb.base/default.exp: Remove java from language list.
7974 * README (Examples): Update language example.
7975 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7976 test.
7977 * lib/gdb.exp (skip_java_tests): Remove.
7978 * lib/java.exp: Remove.
7979 * gdb.java: Remove.
7980
7981 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7982
7983 * gdb.arch/mips-fcr.exp: New test.
7984 * gdb.arch/mips-fcr.c: Source for the new test.
7985
7986 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7987
7988 * gdb.base/solib-disc.exp: Use `standard_output_file'
7989 throughout.
7990
7991 2016-10-06 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.base/jit-simple-dl.c: New file.
7994 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7995 * gdb.base/jit-simple.c: ... this.
7996 * gdb.base/jit-simple.exp (jit_run): Delete.
7997 (build_jit): New proc.
7998 (jit_test_reread): Recompile either the main program or the shared
7999 library, depending on what is being tested. Skip changing address
8000 if caller wants to. Compare before/after addresses. If testing
8001 standalone, explicitly load the binary. Test "maint info
8002 breakpoints".
8003 (top level): Add "standalone vs shared lib" and "change address"
8004 vs "same address" axes.
8005
8006 2016-10-06 Pedro Alves <palves@redhat.com>
8007
8008 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8009 call.
8010 (jit_run): Delete.
8011 (jit_test_reread): Use with_test_prefix. Reload the main binary
8012 explicitly. Compare the before/after addresses of the JIT
8013 descriptor.
8014
8015 2016-08-15 Doug Evans <dje@google.com>
8016
8017 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8018 for single bitfields is bool.
8019 * gdb.xml/tdesc-regs.exp: Ditto.
8020
8021 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8022
8023 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8024
8025 2016-10-05 Yao Qi <yao.qi@linaro.org>
8026
8027 * lib/gdb.exp (support_complex_tests): Return zero if
8028 gdb_skip_float_test return true.
8029
8030 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8031 Simon Marchi <simon.marchi@ericsson.com>
8032
8033 PR gdb/20487
8034 * gdb.mi/user-selected-context-sync.exp: New file.
8035 * gdb.mi/user-selected-context-sync.c: New file.
8036
8037 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8038 Simon Marchi <simon.marchi@ericsson.com>
8039
8040 PR gdb/20487
8041 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8042 =thread-select-event check.
8043
8044 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8045
8046 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8047 the compulsory L operand changes.
8048 * gdb.arch/powerpc-power.s: Likewise.
8049
8050 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8051
8052 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8053 * gdb.base/jit-attach-pie.c: New file.
8054 * gdb.base/jit-attach-pie.exp: New file.
8055
8056 2016-09-28 Pedro Alves <palves@redhat.com>
8057
8058 * gdb.base/infcall-input.c: New file.
8059 * gdb.base/infcall-input.exp: New file.
8060
8061 2016-09-22 Yao Qi <yao.qi@linaro.org>
8062
8063 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8064 (gdb_exit): Rename it to ...
8065 (gdbserver_gdb_exit): ... Close GDBserver.
8066 (gdb_exit): New proc, call gdbserver_gdb_exit.
8067 (mi_gdb_exit): Likewise.
8068
8069 2016-09-22 Yao Qi <yao.qi@linaro.org>
8070
8071 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8072 path.
8073 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8074 Remove duplication.
8075
8076 2016-09-22 Yao Qi <yao.qi@linaro.org>
8077
8078 * lib/gdbserver-support.exp: Check the existence of
8079 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8080
8081 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8082
8083 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8084
8085 2016-09-21 Tom Tromey <tom@tromey.com>
8086
8087 PR gdb/20604:
8088 * gdb.base/quit.exp: New file.
8089
8090 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8091
8092 * .gitignore: New file.
8093
8094 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8095
8096 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8097 throughout.
8098
8099 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8100
8101 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8102
8103 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8104
8105 * gdb.cp/casts.cc (decltype): Move it ...
8106 (main): ... with its call to ...
8107 * gdb.cp/casts03.cc: ... a new file.
8108 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8109
8110 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8111
8112 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8113
8114 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8115
8116 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8117 and sync up the test with tests in gas/testsuite/gas/ppc.
8118 * gdb.arch/powerpc-power.exp: Likewise.
8119
8120 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8121
8122 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8123
8124 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8125 Jan Kratochvil <jan.kratochvil@redhat.com>
8126
8127 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8128 make m1's definition to be different from m2's. Use 'dummy' as an
8129 argument for probe 'two'.
8130
8131 2016-09-10 Jon Beniston <jon@beniston.com>
8132
8133 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8134 for sim target.
8135
8136 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8137
8138 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8139 variable declaration.
8140 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8141 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8142 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8143 received HWCAP as its argument.
8144
8145 2016-09-06 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.base/new-ui-pending-input.c: New file.
8148 * gdb.base/new-ui-pending-input.exp: New file.
8149 * gdb.exp (clear_gdb_spawn_id): New procedure.
8150 (with_spawn_id): Check whether gdb_spawn_id exists before
8151 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8152 on exit.
8153
8154 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8155
8156 * gdb.base/float128.c: New file.
8157 * gdb.base/float128.exp: Likewise.
8158 * gdb.base/floatn.c: Likewise.
8159 * gdb.base/floatn.exp: Likewise.
8160
8161 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8162
8163 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8164
8165 2016-09-05 Pedro Alves <palves@redhat.com>
8166
8167 PR backtrace/19927
8168 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8169 unwinders are immediately called as side effect of "source" or
8170 "disable unwinder" commands.
8171 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8172
8173 2016-09-02 Yao Qi <yao.qi@linaro.org>
8174
8175 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8176 is true and $type is "float" or "double".
8177
8178 2016-09-02 Yao Qi <yao.qi@linaro.org>
8179
8180 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8181 true.
8182 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8183 * gdb.base/call-rt-st.exp: Likewise.
8184 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8185 return value instead of gdb,skip_float_test.
8186 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8187 (do_function_calls): Use its return value instead of
8188 gdb,skip_float_test.
8189 * gdb.base/finish.exp: Likewise.
8190 * gdb.base/funcargs.exp: Likewise.
8191 * gdb.base/return.exp: Likewise.
8192 * gdb.base/return2.exp: Likewise.
8193 * gdb.base/varargs.exp: Likewise.
8194 * lib/gdb.exp (gdb_skip_float_test): Change it to
8195 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8196
8197 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8198
8199 * gdb.multi/tids.exp: Test "thread apply all".
8200
8201 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8202
8203 * gdb.base/default.exp (tty): Remove.
8204
8205 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8206
8207 * gdb.python/py-recurse-unwind.c: New file.
8208 * gdb.python/py-recurse-unwind.py: New file.
8209 * gdb.python/py-recurse-unwind.exp: New file.
8210
8211 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8212
8213 * gdb.base/set-inferior-tty.exp: New file.
8214 * gdb.base/set-inferior-tty.c: New file.
8215
8216 2016-08-23 Pedro Alves <palves@redhat.com>
8217
8218 PR gdb/20494
8219 * gdb.base/new-ui-echo.c: New file.
8220 * gdb.base/new-ui-echo.exp: New file.
8221
8222 2016-08-23 Yao Qi <yao.qi@linaro.org>
8223
8224 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8225 gdbserver_spawn.
8226 * gdb.server/connect-without-multi-process.exp (do_test):
8227 Likewise.
8228
8229 2016-08-23 Yao Qi <yao.qi@linaro.org>
8230
8231 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8232 standalone_txt. Delete gdb_txt and standalone_txt on host
8233 and target. Spawn the binary on target. Copy files from
8234 target to host.
8235
8236 2016-08-22 Pedro Alves <palves@redhat.com>
8237
8238 PR gdb/20505
8239 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8240 with_test_prefix. Factor out bits to ...
8241 (test_no_vdso): ... this new procedure.
8242
8243 2016-08-19 Carl Love <cel@us.ibm.com>
8244
8245 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8246 maintaining separate logic for constructing the output path.
8247 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8248 * gdb.arch/ppc-dfp.exp: Likewise.
8249 * gdb.arch/ppc-fp.exp: Likewise.
8250 * gdb.arch/vsx-regs.exp: Likewise.
8251 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8252 binprefix for generating the additional binary files.
8253
8254 2016-08-19 Pedro Alves <palves@redhat.com>
8255
8256 * gdb.trace/mi-trace-frame-collected.exp
8257 (test_trace_frame_collected): On x32, expect two registers.
8258
8259 2016-08-18 Carl Love <cel@us.ibm.com>
8260
8261 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8262 and sync up the test with tests in gas/testsuite/gas/ppc.
8263 * gdb.arch/powerpc-power.exp: Likewise.
8264
8265 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8266
8267 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8268 expected error message.
8269
8270 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8271
8272 * gdb.multi/remove-inferiors.exp: New file.
8273 * gdb.multi/remove-inferiors.c: New file.
8274
8275 2016-08-12 Yao Qi <yao.qi@linaro.org>
8276
8277 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8278 argument list.
8279
8280 2016-08-10 Pedro Alves <palves@redhat.com>
8281
8282 PR gdb/19187
8283 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8284 setup_kfails.
8285
8286 2016-08-09 Pedro Alves <palves@redhat.com>
8287 Simon Marchi <simon.marchi@ericsson.com>
8288
8289 PR gdb/20418
8290 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8291 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8292
8293 2016-08-09 Pedro Alves <palves@redhat.com>
8294
8295 PR mi/20431
8296 * gdb.mi/mi-cmd-error.exp: New file.
8297
8298 2016-08-09 Pedro Alves <palves@redhat.com>
8299
8300 PR gdb/18653
8301 * gdb.base/signals-state-child.c: New file.
8302 * gdb.base/signals-state-child.exp: New file.
8303 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8304
8305 2016-08-09 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8308
8309 2016-08-03 Tom Tromey <tom@tromey.com>
8310
8311 PR python/18565:
8312 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8313
8314 2016-08-01 Yao Qi <yao.qi@linaro.org>
8315
8316 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8317 variable mode to "multi-process" if $multi_process is 1, otherwise
8318 set it to "single-process".
8319
8320 2016-08-01 Yao Qi <yao.qi@linaro.org>
8321
8322 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8323 * gdb.cp/cpexprs.exp: Likewise.
8324 * gdb.cp/m-static.exp: Likewise.
8325
8326 2016-07-26 Tom Tromey <tom@tromey.com>
8327
8328 PR python/20190:
8329 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8330 test.
8331
8332 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8333
8334 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8335 selecting assembly source files.
8336 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8337 assembly source files.
8338 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8339 assembly source files.
8340 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8341 selecting assembly source files.
8342
8343 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8344
8345 * gdb.base/new-ui.exp (do_test_invalid_args): New
8346 procedure.
8347
8348 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8349
8350 * gdb.btrace/reconnect.c: New file.
8351 * gdb.btrace/reconnect.exp: New file.
8352
8353 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8354
8355 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8356 to test_catch_syscall_group.
8357 (test_catch_syscall_group): New.
8358
8359 2016-07-21 Tom Tromey <tom@tromey.com>
8360
8361 * gdb.rust/simple.rs (main): Use empty struct expression.
8362 * gdb.rust/simple.exp: Add tests for empty struct expression.
8363
8364 2016-07-21 Yao Qi <yao.qi@linaro.org>
8365
8366 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8367 if gdb_skip_xml_test is true on some targets.
8368
8369 2016-07-21 Yao Qi <yao.qi@linaro.org>
8370
8371 * gdb.server/solib-list.exp: Unset last_loaded_file.
8372
8373 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8374
8375 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8376 "step into captured_main (args)".
8377
8378 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8379
8380 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8381
8382 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8383
8384 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8385
8386 2016-07-19 Pedro Alves <palves@redhat.com>
8387
8388 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8389 * gdb.opt/inline-bt.exp: Likewise.
8390 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8391 additional_flags=-Winline.
8392 * gdb.opt/inline-locals.exp: Likewise.
8393 * gdb.opt/inline-markers.c (ATTR): Define.
8394 (inlined_fn): Use it.
8395
8396 2016-07-19 Yao Qi <yao.qi@linaro.org>
8397
8398 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8399 (test_with_self): Remove some code. Remove argument executable.
8400 (top-level): Use do_self_tests.
8401
8402 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8403 Don Breazeal <donb@codesourcery.com>
8404
8405 * gdb.base/maint.exp: Escape paths used in regular expressions.
8406 * gdb.stabs/weird.exp: Likewise.
8407
8408 2016-07-13 Tom Tromey <tom@tromey.com>
8409
8410 PR python/15620, PR python/18620:
8411 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8412 (test_bkpt_events): New procs.
8413
8414 2016-07-13 Tom Tromey <tom@tromey.com>
8415
8416 PR python/17698:
8417 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8418 test.
8419 (test_watchpoints): Likewise.
8420 (test_bkpt_pending): New proc.
8421
8422 2016-07-13 Tom Tromey <tom@tromey.com>
8423
8424 PR cli/18053:
8425 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8426 completion test.
8427
8428 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8429
8430 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8431 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8432 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8433 f_label.
8434 (g): Rename g_end_lbl to g_label.
8435 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8436 low_pc and high_pc.
8437 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8438
8439 2016-07-12 Tom Tromey <tom@tromey.com>
8440
8441 PR python/19293:
8442 * gdb.python/py-unwind-maint.exp: Update tests.
8443
8444 2016-07-12 Yao Qi <yao.qi@linaro.org>
8445
8446 * lib/selftest-support.exp (selftest_setup): Match the output
8447 when captured_main is inlined.
8448
8449 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8450
8451 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8452 New variables.
8453 (print this%a, print this%b, print this): New tests.
8454 * gdb.fortran/derived-types.f90 (this): New object and
8455 initialization.
8456
8457 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8458
8459 * gdb.ada/arraydim.exp: Remove extra directory level in build
8460 directory.
8461
8462 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8463
8464 * lib/ada.exp: Remove extra directory level in build directory.
8465 * gdb.ada/cond_lang.exp: Likewise.
8466 * gdb.ada/exec_changed.exp: Likewise.
8467 * gdb.ada/lang_switch.exp: Likewise.
8468
8469 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8470
8471 * simple.rs: Add test for raw pointer subscripting.
8472 * simple.exp: Add test expectations.
8473
8474 2016-07-05 Yao Qi <yao.qi@linaro.org>
8475
8476 * gdb.mi/mi-reverse.exp: Match =record-started output.
8477
8478 2016-07-01 Pedro Alves <palves@redhat.com>
8479
8480 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8481 procedure.
8482 (jit_reader_test): Test the jit reader's unwinder.
8483 * gdb.base/jithost.c (jit_function_00_code): New global.
8484 (main): Use memcpy to fill in the mmapped code, instead of poking
8485 bytes manually here.
8486 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8487 value.
8488 (read_debug_info): Save the function's range.
8489 (read_sp): New function.
8490 (unwind_frame): Use it. Also unwind RBP.
8491 (get_frame_id): Use read_sp.
8492 (gdb_init_reader): Use calloc instead of malloc.
8493 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8494 parameter. Use gdb_test_multiple.
8495
8496 2016-07-01 Pedro Alves <palves@redhat.com>
8497 Antoine Tremblay <antoine.tremblay@ericsson.com>
8498
8499 * gdb.threads/process-dies-while-detaching.c: New file.
8500 * gdb.threads/process-dies-while-detaching.exp: New file.
8501
8502 2016-07-01 Pedro Alves <palves@redhat.com>
8503
8504 * gdb.multi/watchpoint-multi-exit.c: New file.
8505 * gdb.multi/watchpoint-multi-exit.exp: New file.
8506
8507 2016-06-30 Pedro Alves <palves@redhat.com>
8508
8509 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8510 unset inferior_spawn_id.
8511
8512 2016-06-30 Pedro Alves <palves@redhat.com>
8513
8514 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8515 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8516
8517 2016-06-29 Yao Qi <yao.qi@linaro.org>
8518
8519 * gdb.base/return.c: Add copyright header.
8520
8521 2016-06-29 Tom Tromey <tom@tromey.com>
8522
8523 PR python/20129:
8524 * gdb.python/py-framefilter.exp: Add tests for setting priority
8525 and disabling of non-existent frame filter.
8526
8527 2016-06-29 Yao Qi <yao.qi@linaro.org>
8528
8529 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8530 0x0f07ff.
8531
8532 2016-06-28 Yao Qi <yao.qi@linaro.org>
8533
8534 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8535 triplets. Start gdb, execute catch syscall, and continue. Check
8536 gdb's output to determine catch syscall is supported.
8537
8538 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8539
8540 * gdb.rust/simple.rs: Add test for returning unit in a function.
8541 * gdb.rust/simple.exp: Add expectation for functions returning
8542 unit.
8543
8544 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8545
8546 * gdb.python/py-breakpoint-create-fail.c,
8547 gdb.python/py-breakpoint-create-fail.exp,
8548 gdb.python/py-breakpoint-create-fail.py: New testcase.
8549
8550 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8551
8552 PR gdb/20239
8553 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8554 * gdb.rust/simple.exp: Add test expectations for new NonZero
8555 tests.
8556
8557 2016-06-24 David Taylor <dtaylor@emc.com>
8558
8559 * gdb.base/offsets.exp: New file.
8560 * gdb.base/offsets.c: New file.
8561
8562 2016-06-23 Tom Tromey <tom@tromey.com>
8563
8564 PR gdb/16483:
8565 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8566 before any filters are loaded.
8567
8568 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8569
8570 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8571 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8572 structs.
8573 * gdb.fortran/derived-type-function.exp: New file.
8574 * gdb.fortran/derived-type-function.f90: New file.
8575
8576
8577 2016-06-21 Pedro Alves <palves@redhat.com>
8578
8579 * gdb.base/new-ui.exp: New file.
8580 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8581 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8582 (with_spawn_id): New procedure.
8583
8584 2016-06-21 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.mi/mi-exec-run.exp: New file.
8587
8588 2016-06-21 Pedro Alves <palves@redhat.com>
8589
8590 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8591 breakpoint command's output on the main UI.
8592 (test_break): New procedure, factored out from calls in the top
8593 level.
8594 (top level): Use foreach_with_prefix to test MI as main UI and as
8595 separate UI.
8596
8597 2016-06-21 Pedro Alves <palves@redhat.com>
8598
8599 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8600 (test_awatch_creation_and_listing)
8601 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8602 Remove 'type' parameter.
8603 (test_watchpoint_all): New parameter mi_mode. Remove
8604 with_test_prefix.
8605 (top level): Use foreach_with_prefix, and add main/separate UI MI
8606 testing axis.
8607
8608 2016-06-21 Pedro Alves <palves@redhat.com>
8609
8610 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8611 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8612 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8613 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8614 (gdb_main_spawn_id, mi_spawn_id): Declare and
8615 comment.
8616 (mi_create_inferior_pty): New procedure,
8617 factored out from default_mi_gdb_start.
8618 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8619 procedures.
8620 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8621 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8622 Use mi_create_inferior_pty.
8623 (mi_gdb_start): Use eval to pass down args list.
8624
8625 2016-06-21 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8628 * gdb.opt/inline-cmds.exp: Add MI tests.
8629
8630 2016-06-21 Pedro Alves <palves@redhat.com>
8631
8632 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8633
8634 2016-06-21 Pedro Alves <palves@redhat.com>
8635
8636 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8637 (top level): Use it instead of mi_execute_to.
8638
8639 2016-06-21 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8642 (cont_handler_str): New.
8643 (signal_stop_handler): Set stop_handler_str instead of printing to
8644 stdout.
8645 (continue_handler): Set cont_handler_str instead of printing to
8646 stdout.
8647 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8648 mi_send_resuming_command. Print stop_handler_str and
8649 cont_handler_str instead of expecting the python events print
8650 directly.
8651
8652 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8653
8654 * gdb.base/jit-reader.exp: New file.
8655 * gdb.base/jithost.c: New file.
8656 * gdb.base/jithost.h: New file.
8657 * gdb.base/jitreader.c : New file.
8658 * gdb.base/jit-protocol.h: New file.
8659
8660 2016-06-17 Yao Qi <yao.qi@linaro.org>
8661
8662 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8663 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8664 and detach-on-fork. Adjust tests.
8665 (top level): Invoke break_cond_on_syscall with combinations of
8666 syscall, follow-fork-mode and detach-on-fork.
8667
8668 2016-06-17 Yao Qi <yao.qi@linaro.org>
8669
8670 * gdb.base/step-over-exit.c: New.
8671 * gdb.base/step-over-exit.exp: New.
8672
8673 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8674
8675 * gdb.base/float.exp: Add target check for nds32*-*-*.
8676 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8677
8678 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8679
8680 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8681 for unsupported target features.
8682 * gdb.base/call-rt-st.exp: Likewise.
8683 * gdb.base/call-sc.exp: Likewise.
8684 * gdb.base/call-signal-resume.exp: Likewise.
8685 * gdb.base/call-strs.exp: Likewise.
8686 * gdb.base/callexit.exp: Likewise.
8687 * gdb.base/callfuncs.exp: Likewise.
8688 * gdb.base/nodebug.exp: Likewise.
8689 * gdb.base/printcmds.exp: Likewise.
8690 * gdb.base/ptype.exp: Likewise.
8691 * gdb.base/structs.exp: Likewise.
8692 * gdb.base/unwindonsignal.exp: Likewise.
8693 * gdb.cp/gdb2495.exp: Likewise.
8694 * gdb.cp/templates.exp: Likewise.
8695 * gdb.cp/virtfunc.exp: Likewise.
8696 * gdb.threads/hand-call-in-threads.exp: Likewise.
8697 * gdb.threads/interrupted-hand-call.exp: Likewise.
8698 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8699
8700 2016-06-10 Tom Tromey <tom@tromey.com>
8701
8702 PR rust/20110:
8703 * gdb.rust/expr.exp: Add test for integer constant larger than
8704 i32.
8705
8706 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8707
8708 * gdb.fortran/nested-funcs.exp: New.
8709 * gdb.fortran/nested-funcs.f90: New.
8710
8711 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8712
8713 * gdb.base/examine-backward.c: New file.
8714 * gdb.base/examine-backward.exp: New file.
8715
8716 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8717
8718 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8719 matching.
8720
8721 2016-06-02 Tom Tromey <tom@tromey.com>
8722
8723 PR python/18984:
8724 * gdb.python/py-shared.exp: Add solib_name test.
8725
8726 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8727
8728 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8729
8730 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8731
8732 PR c++/19893
8733 * gdb.dwarf2/implref.exp: Rename to...
8734 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8735 * gdb.dwarf2/implref-array.c: New file.
8736 * gdb.dwarf2/implref-array.exp: Likewise.
8737 * gdb.dwarf2/implref-global.c: Likewise.
8738 * gdb.dwarf2/implref-global.exp: Likewise.
8739 * gdb.dwarf2/implref-struct.c: Likewise.
8740 * gdb.dwarf2/implref-struct.exp: Likewise.
8741
8742 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8743
8744 * gdb.trace/trace-condition.exp: Add 64bit tests.
8745
8746 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8747
8748 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8749 bits types.
8750 (main): Adapt to 8 to 64 bits types.
8751 * gdb.trace/trace-condition.exp: Add new tests.
8752
8753 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8754
8755 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8756
8757 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8758
8759 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8760 Move condition tests...
8761 * gdb.trace/trace-condition.exp: Here.
8762
8763 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8764
8765 * gdb.trace/trace-condition.exp: Add counter-case tests.
8766
8767 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8768
8769 PR c++/15231
8770 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8771 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8772
8773 2016-05-27 Pedro Alves <palves@redhat.com>
8774
8775 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8776 New procedure.
8777 (top level): Call it, and bail out of DejaGnu is known to be bad.
8778
8779 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8780
8781 * gdb.base/whatis.c: Extend the test case.
8782 * gdb.base/whatis.exp: Add additional tests.
8783
8784 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8785
8786 * gdb.fortran/type.f90: Add pointer variable.
8787 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8788
8789 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8790
8791 * gdb.fortran/vla-type.exp: Fix testcase name.
8792
8793 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8794
8795 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8796
8797 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8798
8799 * gdb.fortran/type.f90: Add nested structures.
8800 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8801 * gdb.fortran/derived-type.exp: Adapt expected output.
8802 * gdb.fortran/vla-type.exp: Adapt expected output.
8803
8804 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8805
8806 * gdb.fortran/whatis_type.exp: Adapt expected output.
8807
8808 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8809
8810 * gdb.fortran/print_type.exp: Fix expected output.
8811 * gdb.fortran/whatis_type.exp: Fix expected output.
8812
8813 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8814
8815 * gdb.fortran/whatis_type.exp: Use multi_line.
8816
8817 2016-05-24 Tom Tromey <tom@tromey.com>
8818
8819 PR python/17386:
8820 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8821 use value as an index.
8822
8823 2016-05-23 Tom Tromey <tom@tromey.com>
8824
8825 PR python/17981:
8826 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8827 no-breakpoint case.
8828
8829 2016-05-24 Pedro Alves <palves@redhat.com>
8830
8831 PR gdb/19828
8832 * gdb.threads/clone-attach-detach.c: New file.
8833 * gdb.threads/clone-attach-detach.exp: New file.
8834
8835 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8836
8837 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8838
8839 2016-05-23 Tom Tromey <tom@tromey.com>
8840
8841 PR python/19438, PR python/18393:
8842 * gdb.python/py-progspace.exp: Add "dir" test.
8843 * gdb.python/py-objfile.exp: Add "dir" test.
8844
8845 2016-05-23 Yao Qi <yao.qi@linaro.org>
8846
8847 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8848 * gdb.arch/thumb2-it.exp: Likewise.
8849
8850 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8851
8852 * gdb.mi/mi-threads-interrupt.c: New file.
8853 * gdb.mi/mi-threads-interrupt.exp: New file.
8854
8855 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8856
8857 PR gdb/18077
8858 * gdb.mi/mi-async-run.exp: New file.
8859 * gdb.mi/mi-async-run.c: New file.
8860
8861 2016-05-17 Tom Tromey <tom@tromey.com>
8862 Manish Goregaokar <manishsmail@gmail.com>
8863
8864 * lib/rust-support.exp: New file.
8865 * lib/gdb.exp (skip_rust_tests): New proc.
8866 (build_executable_from_specs): Handle rust.
8867 * lib/future.exp (gdb_find_rustc): New proc.
8868 (gdb_default_target_compile): Handle rust.
8869 * gdb.rust/expr.exp: New file.
8870 * gdb.rust/generics.exp: New file.
8871 * gdb.rust/generics.rs: New file.
8872 * gdb.rust/methods.exp: New file.
8873 * gdb.rust/methods.rs: New file.
8874 * gdb.rust/modules.exp: New file.
8875 * gdb.rust/modules.rs: New file.
8876 * gdb.rust/simple.exp: New file.
8877 * gdb.rust/simple.rs: New file.
8878
8879 2016-05-17 Tom Tromey <tom@tromey.com>
8880
8881 * gdb.base/default.exp (set language): Add rust.
8882
8883 2016-05-17 Tom Tromey <tom@tromey.com>
8884
8885 * gdb.gdb/unittest.exp: New file.
8886
8887 2016-05-16 Yao Qi <yao.qi@linaro.org>
8888
8889 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8890 shell_prompt. Update shell_prompt_re.
8891
8892 2016-05-12 Doug Evans <dje@google.com>
8893
8894 PR symtab/19999
8895 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8896 $options when building executable.
8897 * gdb.dwarf2/fission-loclists-pie.S: New file.
8898 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8899
8900 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8901
8902 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8903 of [is_remote target],
8904
8905 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8906
8907 * lib/gdb.exp (use_gdb_stub): New procedure.
8908
8909 2016-05-03 Yunlian Jiang <yunlian@google.com>
8910 Doug Evans <dje@google.com>
8911
8912 PR symtab/19914
8913 * gdb.dwarf2/dwp-sepdebug.c: New file.
8914 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8915
8916 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8917
8918 * gdb.base/detach.exp: Remove is_remote check.
8919
8920 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8921
8922 * gdb.base/annota-input-while-running.exp: Don't check for
8923 [is_remote target]. Enable annotations after running to main.
8924 Remove unused "set test..." line.
8925
8926 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8927
8928 * gdb.trace/trace-enable-disable.exp: New file.
8929 * gdb.trace/trace-enable-disable.c: New file.
8930
8931 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8932
8933 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8934 use it in info sharedlibrary test.
8935 * gdb.trace/ftrace-lock.exp: Likewise.
8936 * gdb.trace/ftrace.exp: Likewise.
8937 * gdb.trace/range-stepping.exp: Likewise.
8938 * gdb.trace/trace-break.exp: Likewise.
8939 * gdb.trace/trace-condition.exp: Likewise.
8940 * gdb.trace/trace-mt.exp: Likewise.
8941
8942 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8943
8944 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8945 (gdb_load_shlib): ... this.
8946 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8947 gdb_load_shlib.
8948 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8949 * gdb.base/ctxobj.exp: Likewise.
8950 * gdb.base/dprintf-pending.exp: Likewise.
8951 * gdb.base/dso2dso.exp: Likewise.
8952 * gdb.base/fixsection.exp: Likewise.
8953 * gdb.base/gcore-relro.exp: Likewise.
8954 * gdb.base/gdb1555.exp: Likewise.
8955 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8956 * gdb.base/gnu-ifunc.exp: Likewise.
8957 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8958 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8959 * gdb.base/pending.exp: Likewise.
8960 * gdb.base/print-file-var.exp: Likewise.
8961 * gdb.base/print-symbol-loading.exp: Likewise.
8962 * gdb.base/shlib-call.exp: Likewise.
8963 * gdb.base/shreloc.exp: Likewise.
8964 * gdb.base/so-impl-ld.exp: Likewise.
8965 * gdb.base/solib-disc.exp: Likewise.
8966 * gdb.base/solib-nodir.exp: Likewise.
8967 * gdb.base/solib-overlap.exp: Likewise.
8968 * gdb.base/solib-symbol.exp: Likewise.
8969 * gdb.base/solib-weak.exp (do_test): Likewise.
8970 * gdb.base/sym-file.exp: Likewise.
8971 * gdb.base/symtab-search-order.exp: Likewise.
8972 * gdb.base/type-opaque.exp: Likewise.
8973 * gdb.base/unload.exp: Likewise.
8974 * gdb.base/watchpoint-solib.exp: Likewise.
8975 * gdb.compile/compile.exp: Likewise.
8976 * gdb.cp/gdb2384.exp: Likewise.
8977 * gdb.cp/infcall-dlopen.exp: Likewise.
8978 * gdb.cp/re-set-overloaded.exp: Likewise.
8979 * gdb.fortran/library-module.exp: Likewise.
8980 * gdb.opt/solib-intra-step.exp: Likewise.
8981 * gdb.python/py-finish-breakpoint.exp: Likewise.
8982 * gdb.python/py-shared.exp: Likewise.
8983 * gdb.reverse/solib-precsave.exp: Likewise.
8984 * gdb.reverse/solib-reverse.exp: Likewise.
8985 * gdb.server/solib-list.exp: Likewise.
8986 * gdb.threads/dlopen-libpthread.exp: Likewise.
8987 * gdb.threads/tls-shared.exp: Likewise.
8988 * gdb.threads/tls-so_extern.exp: Likewise.
8989 * gdb.trace/change-loc.exp: Likewise.
8990 * gdb.trace/ftrace-lock.exp: Likewise.
8991 * gdb.trace/ftrace.exp: Likewise.
8992 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8993 * gdb.trace/pending.exp: Likewise.
8994 * gdb.trace/range-stepping.exp: Likewise.
8995 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8996 (strace_info_marker): Likewise.
8997 (strace_probe_marker): Likewise.
8998 (strace_trace_on_same_addr): Likewise.
8999 (strace_trace_on_diff_addr): Likewise.
9000 * gdb.trace/trace-break.exp: Likewise.
9001 * gdb.trace/trace-condition.exp: Likewise.
9002 * gdb.trace/trace-mt.exp: Likewise.
9003
9004 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9005
9006 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9007 result of gdb_remote_download.
9008 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9009 * gdb.base/dso2dso.exp: Likewise.
9010 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9011 * gdb.base/print-file-var.exp: Likewise.
9012 * gdb.base/shlib-call.exp: Likewise.
9013 * gdb.base/shreloc.exp: Likewise.
9014 * gdb.base/solib-overlap.exp: Likewise.
9015 * gdb.base/solib-weak.exp (do_test): Likewise.
9016 * gdb.base/unload.exp: Likewise.
9017
9018 2016-04-27 Yao Qi <yao.qi@linaro.org>
9019
9020 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9021 exists.
9022
9023 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9024
9025 * vla-type.exp: Print structure from toplevel.
9026
9027 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9028
9029 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9030 of dynamic types.
9031 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9032 of dynamic types.
9033
9034 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9035
9036 * gdb.fortran/vla-type.f90: New file.
9037 * gdb.fortran/vla-type.exp: New file.
9038
9039 2016-04-25 Yao Qi <yao.qi@linaro.org>
9040
9041 * gdb.base/branch-to-self.c: New file.
9042 * gdb.base/branch-to-self.exp: New file.
9043
9044 2016-04-22 Yao Qi <yao.qi@linaro.org>
9045
9046 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9047 more after $hex.
9048
9049 2016-04-22 Yao Qi <yao.qi@linaro.org>
9050
9051 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9052 * gdb.base/annota3.exp: Likewise.
9053
9054 2016-04-22 Yao Qi <yao.qi@linaro.org>
9055
9056 * gdb.reverse/step-precsave.exp: Do one step and test program
9057 stops in "callee" and do multiple steps until program goes out
9058 of "callee".
9059 * gdb.reverse/step-reverse.exp: Likewise.
9060
9061 2016-04-22 Yao Qi <yao.qi@linaro.org>
9062
9063 * gdb.trace/signal.exp: Also pass if
9064 $tracepoint_hits($i) > $iterations.
9065
9066 2016-04-22 Yao Qi <yao.qi@linaro.org>
9067
9068 * gdb.trace/signal.c: New file.
9069 * gdb.trace/signal.exp: New file.
9070
9071 2016-04-19 Doug Evans <xdje42@gmail.com>
9072
9073 * gdb.base/bad-file.exp: New file.
9074
9075 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9076
9077 * gdb.dwarf2/implref.exp: New file.
9078
9079 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9080
9081 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9082 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9083 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9084 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9085 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9086 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9087 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9088 * lib/fortran.exp (fortran_int4): New procedure.
9089 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9090 (fortran_logical4): Likewise.
9091
9092 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9093
9094 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9095
9096 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9097
9098 * lib/compiler.c: Add Intel specific preprocessor macros.
9099 * lib/compiler.cc: Likewise.
9100
9101 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9102
9103 * gdb.server/connect-with-no-symbol-file.c: New file.
9104 * gdb.server/connect-with-no-symbol-file.exp: New file.
9105
9106 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9107
9108 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9109
9110 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9111
9112 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9113 standard output directory.
9114
9115 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9116
9117 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9118
9119 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9120
9121 * gdb.btrace/instruction_history.c (loop): Add declaration.
9122
9123 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9124
9125 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9126
9127 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9128
9129 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9130 parentheses to print.
9131 (continue_handler): Likewise.
9132
9133 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9134
9135 * gdb.server/solib-list.exp: Remove is_remote check.
9136 Pass shlib= to gdb_compile. Don't link shared library with
9137 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9138 Run binary filename through "readlink -f" on the target.
9139
9140 2016-04-08 Pedro Alves <palves@redhat.com>
9141
9142 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9143 interpreter filename as argument to gdbserver_spawn.
9144 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9145 Return empty if $last_loaded_file does not exist.
9146
9147 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9148
9149 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9150 * gdb.base/jit-main.c: Use exit after usage.
9151
9152 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9153
9154 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9155 GDBHISTSIZE prior to the tests.
9156 * gdb.base/gdbinit-history.exp: Likewise.
9157
9158 2016-04-07 Pedro Alves <palves@redhat.com>
9159
9160 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9161 instead of build_executable. Use gdb_load_shlibs.
9162
9163 2016-04-07 Yao Qi <yao.qi@linaro.org>
9164
9165 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9166 Execute "si" command.
9167
9168 2016-04-07 Yao Qi <yao.qi@linaro.org>
9169
9170 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9171 number instead of the comments on some line.
9172
9173 2016-04-06 Don Breazeal <donb@codesourcery.com>
9174
9175 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9176 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9177
9178 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9179
9180 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9181 standard_output_file. Remove unused binfile variable.
9182
9183 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9184
9185 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9186 * gdb.python/py-mi-objfile.exp: Match "list main" output
9187 in console format.
9188
9189 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9190
9191 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9192 absolute.
9193
9194 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9195
9196 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9197 absolute.
9198 * gdb.trace/ftrace.exp: Likewise.
9199 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9200 targets as well.
9201 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9202 (gdb_load_shlibs): Copy libraries to test directory when testing
9203 natively. Only set solib-search-path if testing remotely.
9204 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9205
9206 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9207
9208 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9209 gdb_download. Use it even if the target is not remote.
9210 * gdb.base/jit.exp (compile_jit_test): Likewise.
9211 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9212 output directory if the destination board is local, otherwise use
9213 the standard remote_download from DejaGnu.
9214 (gdb_download): Remove.
9215 (gdb_load_shlibs): Use gdb_remote_download instead of
9216 gdb_download.
9217 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9218 Use gdb_remote_download instead of gdb_download. Use it even if
9219 the target is not remote.
9220 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9221 instead of gdb_download.
9222
9223 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9224
9225 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9226 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9227 run.
9228
9229 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9230
9231 PR gdb/19820
9232 * gdb.base/printcmds.exp: Add artificial arrays tests.
9233
9234 2016-03-31 Pedro Alves <palves@redhat.com>
9235
9236 PR gdb/19858
9237 * gdb.base/jit-main.c: Include unistd.h.
9238 (ATTACH): Define to 0 if not already defined.
9239 (wait_for_gdb, mypid): New globals.
9240 (WAIT_FOR_GDB): New macro.
9241 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9242 some breakpoint locations.
9243 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9244 New procedures.
9245 (one_jit_test): Add REATTACH parameter, and handle it. Use
9246 continue_to_test_location.
9247 (top level): Test attach, and adjusts calls to one_jit_test.
9248
9249 2016-03-31 Pedro Alves <palves@redhat.com>
9250
9251 PR gdb/19858
9252 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9253 BINSUFFIX parameter, and handle it.
9254 (top level): Adjust calls compile_jit_test.
9255
9256 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9257
9258 PR python/19743
9259 * gdb.python/py-mi-events-gdb.py: New file.
9260 * gdb.python/py-mi-events.c: New file.
9261 * gdb.python/py-mi-events.exp: New file.
9262
9263 2016-03-30 Yao Qi <yao.qi@linaro.org>
9264
9265 * gdb.reverse/until-precsave.exp: Match function name only.
9266 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9267 Move malloc to a condition block.
9268 * gdb.reverse/until-reverse.exp: Match function name only.
9269
9270 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9271
9272 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9273 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9274 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9275 variable for GPR 0 instead of assuming it is register 0.
9276 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9277 * lib/trace-support.exp: Add s390 registers.
9278
9279 2016-03-29 Yao Qi <yao.qi@linaro.org>
9280
9281 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9282
9283 2016-03-24 Yao Qi <yao.qi@linaro.org>
9284
9285 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9286 test message.
9287
9288 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9289
9290 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9291 maintaining separate logic for constructing the output path.
9292
9293 2016-03-16 Don Breazeal <donb@codesourcery.com>
9294
9295 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9296 Retry fork and waitpid on interrupted system call errors.
9297 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9298 Use with_timeout_factor to increase timeout by factor of 10.
9299
9300 2016-03-15 Don Breazeal <donb@codesourcery.com>
9301
9302 * gdb.cp/scope-err.cc: New test program.
9303 * gdb.cp/scope-err.exp: New test script.
9304 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9305 lines and "set breakpoint here" comment.
9306 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9307 Fixed some whitespace and format issues.
9308 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9309 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9310
9311 2016-03-15 Doug Evans <dje@google.com>
9312
9313 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9314 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9315 All callers updated. Add tests for enums, mixed flags register.
9316
9317 2016-03-15 Doug Evans <dje@google.com>
9318
9319 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9320 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9321
9322 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9323
9324 * gdb.base/default.exp: Add $_as_string to the list of expected
9325 convenience functions.
9326
9327 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9328
9329 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9330
9331 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9332
9333 * gdb.python/py-as-string.exp: New file.
9334 * gdb.python/py-as-string.c: New file.
9335
9336 2016-03-09 Pedro Alves <palves@redhat.com>
9337
9338 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9339 signal" -> "Thread NN received signal" output change.
9340 * gdb.threads/ia64-sigill.exp: Likewise.
9341 * gdb.threads/linux-dp.exp: Likewise.
9342 * gdb.threads/manythreads.exp: Likewise.
9343 * gdb.threads/pending-step.exp: Likewise.
9344 * gdb.threads/print-threads.exp: Likewise.
9345 * gdb.threads/sigstep-threads.exp: Likewise.
9346 * gdb.threads/staticthreads.exp: Likewise.
9347 * gdb.threads/tls.exp: Likewise.
9348
9349 2016-03-09 Pedro Alves <palves@redhat.com>
9350
9351 * gdb.base/command-line-input.exp: New file.
9352
9353 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9354
9355 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9356 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9357 * gdb.trace/pending.exp: Accept leading dot before function name.
9358 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9359 * lib/trace-support.exp: Set registers for ppc.
9360
9361 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9362
9363 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9364 use it for disassembly; accept .main in addition to main in backtrace.
9365
9366 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9367 Marcin Kościelnicki <koriakin@0x04.net>
9368
9369 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9370 (gdb_recursion_test_ptr): New global variable.
9371 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9372 gdb_recursion_test.
9373 (gdb_c_test): Ditto.
9374
9375 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9376
9377 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9378 ordering.
9379
9380 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9381
9382 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9383 (bar): Add bar_start_lbl label.
9384 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9385 of foo/bar for emitting DWARF and tracing.
9386
9387 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9388
9389 * analyze-racy-logs.py: Set executable bit.
9390
9391 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9392
9393 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9394 (CHECK_TARGET_TMP): Likewise.
9395 (check-single-racy): New rule.
9396 (check-parallel-racy): Likewise.
9397 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9398 (do-check-parallel-racy): New rule.
9399 (check-racy/%.exp): Likewise.
9400 * README (Racy testcases): New section.
9401 * analyze-racy-logs.py: New file.
9402
9403 2016-03-03 Doug Evans <dje@google.com>
9404
9405 * gdb.base/skip.exp: Use with_test_prefix.
9406
9407 2016-03-03 Yao Qi <yao.qi@linaro.org>
9408
9409 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9410 Invoke step_over_syscall "clone" and break_cond_on_syscall
9411 "clone".
9412 * gdb.base/step-over-clone.c: New file.
9413
9414 2016-03-03 Yao Qi <yao.qi@linaro.org>
9415
9416 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9417 code format.
9418
9419 2016-03-03 Yao Qi <yao.qi@linaro.org>
9420
9421 * gdb.base/disp-step-fork.c: Rename to ...
9422 * gdb.base/step-over-fork.c: ... it. New file.
9423 * gdb.base/disp-step-vfork.c: Rename to ...
9424 * gdb.base/step-over-vfork.c: ... it. New file.
9425 * gdb.base/disp-step-syscall.exp: Rename to ...
9426 * gdb.base/step-over-syscall.exp: ... it. New file.
9427 (disp_step_cross_syscall): Rename to ...
9428 (step_over_syscall): ... it.
9429
9430 2016-03-03 Yao Qi <yao.qi@linaro.org>
9431
9432 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9433 If target supports condition evaluation on target, invoke
9434 break_cond_on_syscall for fork and vfork.
9435
9436 2016-03-03 Yao Qi <yao.qi@linaro.org>
9437
9438 * gdb.base/disp-step-syscall.exp: Don't invoke
9439 support_displaced_stepping.
9440 (disp_step_cross_syscall): Test with displaced stepping off and
9441 on if supported.
9442
9443 2016-03-03 Yao Qi <yao.qi@linaro.org>
9444
9445 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9446 proc.
9447 (setup): New proc.
9448 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9449 and setup.
9450
9451 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9452
9453 * gdb.fortran/vla-history.exp: Remove breakpoint.
9454
9455 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9456
9457 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9458 exceeds timeout.
9459
9460 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9461
9462 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9463 breakpoint.
9464
9465 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9466
9467 * gdb.mi/vla.f90: Nullify pointer after declaration.
9468
9469 2016-03-01 Pedro Alves <palves@redhat.com>
9470
9471 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9472
9473 2016-03-01 Pedro Alves <palves@redhat.com>
9474
9475 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9476 before anything else.
9477 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9478 _GNU_SOURCE here.
9479 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9480 before anything else.
9481 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9482
9483 2016-03-01 Pedro Alves <palves@redhat.com>
9484
9485 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9486
9487 2016-03-01 Yao Qi <yao.qi@linaro.org>
9488
9489 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9490 prepare_for_testing.
9491
9492 2016-03-01 Yao Qi <yao.qi@linaro.org>
9493
9494 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9495
9496 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9497
9498 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9499 manually constructing the output path.
9500
9501 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9502
9503 * gdb.arch/s390-stackless.S: New.
9504 * gdb.arch/s390-stackless.exp: New.
9505
9506 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9507
9508 * gdb.dlang/circular.c: New file.
9509 * gdb.dlang/circular.exp: New file.
9510
9511 2016-02-26 Yao Qi <yao.qi@linaro.org>
9512
9513 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9514 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9515 (testcases): Update.
9516
9517 2016-02-26 Yao Qi <yao.qi@linaro.org>
9518
9519 * gdb.reverse/aarch64.c: Rename to ...
9520 * gdb.reverse/insn-reverse.c: ... it.
9521 * gdb.reverse/aarch64.exp: Rename to ...
9522 * gdb.reverse/insn-reverse.exp: ... it.
9523
9524 2016-02-26 Yao Qi <yao.qi@linaro.org>
9525
9526 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9527 (testcase_ftype): New.
9528 (testcases): New array.
9529 (n_testcases): New.
9530 (main): Call each element in testcases.
9531 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9532 (read_testcase): New.
9533 Do the tests in a loop.
9534
9535 2016-02-25 Yao Qi <yao.qi@linaro.org>
9536
9537 * gdb.base/branches.c: Remove.
9538
9539 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9540
9541 PR gdb/13808
9542 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9543
9544 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9545
9546 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9547
9548 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9549
9550 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9551 change x86_64 call_insn to 'callq'.
9552
9553 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9554
9555 * gdb.trace/tfile-avx.c: Move to...
9556 * gdb.trace/tracefile-pseudo-reg.c: Here.
9557 * gdb.trace/tfile-avx.exp: Move to...
9558 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9559
9560 2016-02-24 Gary Benson <gbenson@redhat.com>
9561
9562 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9563 message on attach.
9564
9565 2016-02-23 Doug Evans <dje@google.com>
9566
9567 * gdb.base/skip.c (test_skip): New function.
9568 (end_test_skip_file_and_function): New function.
9569 (test_skip_file_and_function): New function.
9570 * gdb.base/skip1.c (test_skip): New function.
9571 (skip1_test_skip_file_and_function): New function.
9572 * gdb.base/skip.exp: Add tests for new skip options.
9573 * gdb.base/skip-solib.exp: Update expected output.
9574 * gdb.perf/skip-command.cc: New file.
9575 * gdb.perf/skip-command.exp: New file.
9576 * gdb.perf/skip-command.py: New file.
9577
9578 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9579
9580 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9581 info registers pattern.
9582
9583 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9584
9585 * lib/future.exp: Add D support.
9586 (gdb_find_gdc): New proc.
9587 (gdb_default_target_compile): Add D support.
9588
9589 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9590
9591 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9592 user+system time.
9593 (trace_speed_test): Determine the iteration count for a time
9594 between 15..30 seconds.
9595
9596 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9597
9598 * gdb.arch/i386-mpx-sigsegv.c: New file.
9599 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9600 * gdb.arch/i386-mpx-simple_segv.c: New file.
9601 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9602
9603 2016-02-18 Yao Qi <yao.qi@linaro.org>
9604
9605 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9606 Don't call setup_kfail.
9607
9608 2016-02-18 Yao Qi <yao.qi@linaro.org>
9609
9610 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9611 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9612
9613 2016-02-16 Doug Evans <dje@google.com>
9614
9615 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9616 * gdb.base/skip1.c: Ditto.
9617 * gdb.base/skip.exp: Whitespace cleanup.
9618
9619 2016-02-16 Don Breazeal <donb@codesourcery.com>
9620
9621 PR remote/19496
9622 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9623 Remove kfail for PR remote/19496.
9624
9625 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9626
9627 * lib/gdb.exp (standard_temp_file): Return a path specific to
9628 the runtest invocation.
9629
9630 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9631
9632 * gdb.trace/save-trace.exp: Change relative path to be in the
9633 standard output directory.
9634
9635 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9636
9637 * gdb.arch/i386-prologue.c: Add missing prototypes.
9638
9639 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9640
9641 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9642 * gdb.arch/i386-prologue.exp: Likewise.
9643 * gdb.arch/i386-size.exp: Likewise.
9644
9645 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9646
9647 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9648 define object file path.
9649 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9650 file path.
9651 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9652 standard_output_file to define binfile.
9653
9654 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9655
9656 Fix compatibility with recent gfortran-5.3.1.
9657 * gdb.fortran/vla-history.exp (print vla1 allocated)
9658 (print vla2 allocated, print $2, print $3): Remove
9659 (print $4): Rename to ...
9660 (print $2): ... here.
9661 (print $9): Rename to ...
9662 (print $5): ... here.
9663 (print $10): Rename to ...
9664 (print $6): ... here.
9665 * gdb.fortran/vla.f90: Add pvla initialization.
9666
9667 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9668
9669 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9670 New test.
9671 * gdb.fortran/vla-value-sub.exp: Likewise.
9672
9673 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9674
9675 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9676
9677 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9678
9679 * i386-biarch-core.exp: Define corefile using
9680 standard_output_file.
9681
9682 2016-02-12 Yao Qi <yao.qi@linaro.org>
9683
9684 * gdb.arch/arm-single-step-kernel-helper.c: New.
9685 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9686
9687 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9688
9689 * gdb.btrace/tailcall-only.exp: New.
9690 * gdb.btrace/tailcall-only.c: New.
9691 * gdb.btrace/x86_64-tailcall-only.S: New.
9692 * gdb.btrace/i686-tailcall-only.S: New.
9693
9694 2016-02-11 Pedro Alves <palves@redhat.com>
9695
9696 * README (Parallel testing): Add missing double quotes.
9697
9698 2016-02-11 Pedro Alves <palves@redhat.com>
9699
9700 * README (Parallel testing): New section.
9701 (GDB_PARALLEL): Rewrite.
9702 (FORCE_PARALLEL): Document.
9703
9704 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9705
9706 * gdb.trace/tfile-avx.c: New test.
9707 * gdb.trace/tfile-avx.exp: New test.
9708
9709 2016-02-09 Keith Seitz <keiths@redhat.com>
9710
9711 PR breakpoints/19546
9712 * gdb.base/infcall-exec.c: New file.
9713 * gdb.base/infcall-exec2.c: New file.
9714 * gdb.base/infcall-exec.exp: New file.
9715
9716 2016-02-09 Keith Seitz <keiths@redhat.com>
9717
9718 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9719 (toplevel): Call test_bkpt_address.
9720
9721 2016-02-09 Keith Seitz <keiths@redhat.com>
9722
9723 PR python/19506
9724 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9725 (toplevel): Call test_bkpt_address.
9726
9727 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9728
9729 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9730 to AC_OUTPUT.
9731 * configure: Regenerate.
9732
9733 2016-02-09 Pedro Alves <palves@redhat.com>
9734
9735 PR breakpoints/19548
9736 * gdb.base/execl-update-breakpoints.c (some_function): New
9737 function.
9738 (main): Call it.
9739 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9740 Tighten expected GDB output.
9741
9742 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9743
9744 * Makefile.in (ALL_SUBDIRS): Remove.
9745 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9746 (distclean maintainer-clean realclean): Likewise.
9747 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9748 * configure: Regenerate.
9749 * gdb.ada/Makefile.in: Delete.
9750 * gdb.arch/Makefile.in: Likewise.
9751 * gdb.asm/Makefile.in: Likewise.
9752 * gdb.base/Makefile.in: Likewise.
9753 * gdb.btrace/Makefile.in: Likewise.
9754 * gdb.cell/Makefile.in: Likewise.
9755 * gdb.compile/Makefile.in: Likewise.
9756 * gdb.cp/Makefile.in: Likewise.
9757 * gdb.disasm/Makefile.in: Likewise.
9758 * gdb.dlang/Makefile.in: Likewise.
9759 * gdb.dwarf2/Makefile.in: Likewise.
9760 * gdb.fortran/Makefile.in: Likewise.
9761 * gdb.gdb/Makefile.in: Likewise.
9762 * gdb.go/Makefile.in: Likewise.
9763 * gdb.guile/Makefile.in: Likewise.
9764 * gdb.java/Makefile.in: Likewise.
9765 * gdb.linespec/Makefile.in: Likewise.
9766 * gdb.mi/Makefile.in: Likewise.
9767 * gdb.modula2/Makefile.in: Likewise.
9768 * gdb.multi/Makefile.in: Likewise.
9769 * gdb.objc/Makefile.in: Likewise.
9770 * gdb.opencl/Makefile.in: Likewise.
9771 * gdb.opt/Makefile.in: Likewise.
9772 * gdb.pascal/Makefile.in: Likewise.
9773 * gdb.perf/Makefile.in: Likewise.
9774 * gdb.python/Makefile.in: Likewise.
9775 * gdb.reverse/Makefile.in: Likewise.
9776 * gdb.server/Makefile.in: Likewise.
9777 * gdb.stabs/Makefile.in: Likewise.
9778 * gdb.threads/Makefile.in: Likewise.
9779 * gdb.trace/Makefile.in: Likewise.
9780 * gdb.xml/Makefile.in: Likewise.
9781 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9782 GDB_PARALLEL.
9783 (standard_output_file): Remove check for GDB_PARALLEL, always
9784 return path in outputs/$subdir/$testname.
9785
9786 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9787
9788 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9789 (site.exp): Assign abs_srcdir to tcl's srcdir.
9790
9791 2016-02-04 Yao Qi <yao.qi@linaro.org>
9792
9793 * gdb.base/foll-exec-mode.c: Include limits.h.
9794 (main): Add parameters argc and argv. Get directory from
9795 argv[0].
9796 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9797 compilation.
9798 * gdb.base/foll-exec.c: Include limits.h.
9799 (main): Add parameters argc and argv.
9800 Get directory from argv[0].
9801 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9802 Adjust tests on the number of lines as source code changed.
9803 * gdb.base/foll-vfork-exit.c: Include limits.h.
9804 (main): Add one line of statement before vfork.
9805 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9806 (main): Add parameters argc and argv. Get directory from
9807 argv[0].
9808 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9809 (setup_gdb): Set tbreak to skip some source lines.
9810 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9811 (main): Add parameters argc and argv. Get directory from
9812 argv[0].
9813 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9814 compilation.
9815 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9816 (main): Add parameters argc and argv. Get directory from
9817 argv[0].
9818 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9819 compilation.
9820
9821 2016-02-01 Doug Evans <dje@google.com>
9822
9823 * gdb.base/skip.exp: Clean up multiple references to same test name.
9824
9825 2016-02-01 Pedro Alves <palves@redhat.com>
9826
9827 PR remote/19496
9828 * gdb.threads/forking-threads-plus-breakpoint.exp
9829 (displaced_stepping_supported): New global.
9830 (probe_displaced_stepping_support): New procedure.
9831 (do_test): Add 'displaced' parameter, and use it.
9832 (top level): Check for displaced stepping support. Add displaced
9833 stepping on/off testing axis.
9834
9835 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9836
9837 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9838 pointer. Don't perform further tests on the unassociated pointer
9839 if the first test fails.
9840
9841 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9842
9843 * gdb.base/max-value-size.c: New file.
9844 * gdb.base/max-value-size.exp: New file.
9845 * gdb.base/huge.exp: Disable max-value-size for this test.
9846
9847 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9848
9849 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9850
9851 2016-01-28 Yao Qi <yao.qi@linaro.org>
9852
9853 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9854
9855 2016-01-25 Pedro Alves <palves@redhat.com>
9856
9857 PR threads/19461
9858 * gdb.base/fork-running-state.c: New file.
9859 * gdb.base/fork-running-state.exp: New file.
9860
9861 2016-01-25 Pedro Alves <palves@redhat.com>
9862
9863 PR gdb/19494
9864 * gdb.base/catch-fork-kill.c: New file.
9865 * gdb.base/catch-fork-kill.exp: New file.
9866
9867 2016-01-25 Pedro Alves <palves@redhat.com>
9868
9869 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9870 Delete, moved to lib/gdb.exp.
9871 * gdb.threads/forking-threads-plus-breakpoint.exp
9872 (foreach_with_prefix): Likewise.
9873 * gdb.threads/process-dies-while-handling-bp.exp
9874 (foreach_with_prefix): Likewise.
9875 * lib/gdb.exp (foreach_with_prefix): New procedure.
9876
9877 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9878
9879 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9880 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9881
9882 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9883
9884 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9885 endian targets.
9886
9887 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9888 Pedro Alves <palves@redhat.com>
9889
9890 Fix testsuite compatibility with Guile.
9891 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9892 number.
9893
9894 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9895
9896 Fix testsuite compatibility with Guile.
9897 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9898 (thread 1): New test for backtrace through signal handler.
9899
9900 2016-01-22 Yao Qi <yao.qi@linaro.org>
9901
9902 PR testsuite/19491
9903 * gdb.base/multi-forks.c: Include
9904 ../lib/unbuffer_output.c
9905 (main): Call gdb_unbuffer_output.
9906
9907 2016-01-21 Doug Evans <dje@google.com>
9908
9909 * lib/ada.exp (gdb_compile_ada): Fix typo.
9910
9911 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9912
9913 * gdb.base/break-fun-addr.exp: New file.
9914 * gdb.base/break-fun-addr1.c: New file.
9915 * gdb.base/break-fun-addr2.c: New file.
9916
9917 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9918
9919 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9920 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9921 enum flag values.
9922
9923 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9924
9925 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9926 when GDB can not set the vector return value. Add more comments
9927 for clarification.
9928
9929 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9930
9931 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9932 command.
9933
9934 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9935
9936 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9937
9938 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9939
9940 * Makefile.in (check-single): Pass --status to runtest.
9941 (check/%.exp): Likewise.
9942
9943 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9944
9945 * Makefile.in (check-parallel): Propagate return code from make
9946 do-check-parallel.
9947
9948 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9949
9950 * gdb.trace/ftrace.exp: Fix expected message on continue.
9951 * gdb.trace/pending.exp: Fix expected message on continue.
9952 * gdb.trace/trace-break.exp: Fix expected message on continue.
9953
9954 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9955
9956 * lib/gdb.exp (gdb_test): Remove unused global references.
9957
9958 2016-01-18 Pedro Alves <palves@redhat.com>
9959
9960 * gdb.base/async-shell.exp: Adjust expected output.
9961 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9962 * gdb.base/siginfo-thread.exp: Adjust expected output.
9963 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9964 * gdb.java/jnpe.exp: Adjust expected output.
9965 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9966 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9967 * gdb.threads/leader-exit.exp: Adjust expected output.
9968 * gdb.threads/manythreads.exp: Adjust expected output.
9969 * gdb.threads/pthreads.exp: Adjust expected output.
9970 * gdb.threads/schedlock.exp: Adjust expected output.
9971 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9972 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9973 expected output.
9974 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9975 output.
9976 * gdb.threads/sigthread.exp: Adjust expected output.
9977 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9978
9979 2016-01-18 Yao Qi <yao.qi@linaro.org>
9980
9981 * gdb.guile/scm-section-script.c: Replace @progbits with
9982 %progbits.
9983 * gdb.python/py-section-script.c: Likewise.
9984
9985 2016-01-15 Pedro Alves <palves@redhat.com>
9986
9987 * gdb.multi/tids.exp: Test star wildcard ranges.
9988
9989 2016-01-15 Pedro Alves <palves@redhat.com>
9990
9991 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9992 command from "thread apply" invocation.
9993 (thr_apply_info_thr_invalid): Default the expected output to the
9994 input tid list.
9995 (top level): Add tests that use convenience variables. Add tests
9996 for "thread apply" with a valid TID list, but missing the command.
9997
9998 2016-01-13 Pedro Alves <palves@redhat.com>
9999
10000 * gdb.base/default.exp: Expect $_gthread as well.
10001 * gdb.multi/tids.exp: Test $_gthread.
10002 * gdb.threads/thread-specific.exp: Test $_gthread.
10003
10004 2016-01-13 Pedro Alves <palves@redhat.com>
10005
10006 * gdb.multi/tids.exp: Test "info threads -gid".
10007
10008 2016-01-13 Pedro Alves <palves@redhat.com>
10009
10010 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10011 Breakpoint.thread.
10012 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10013
10014 2016-01-07 Pedro Alves <palves@redhat.com>
10015
10016 * gdb.base/break.exp: Adjust to output changes.
10017 * gdb.base/hbreak2.exp: Likewise.
10018 * gdb.base/sepdebug.exp: Likewise.
10019 * gdb.base/watch_thread_num.exp: Likewise.
10020 * gdb.linespec/keywords.exp: Likewise.
10021 * gdb.multi/info-threads.exp: Likewise.
10022 * gdb.threads/thread-find.exp: Likewise.
10023 * gdb.multi/tids.c: New file.
10024 * gdb.multi/tids.exp: New file.
10025
10026 2016-01-13 Pedro Alves <palves@redhat.com>
10027
10028 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10029
10030 2016-01-13 Pedro Alves <palves@redhat.com>
10031
10032 * gdb.base/default.exp: Expect $_inferior as well.
10033 * gdb.multi/base.exp: Test $_inferior.
10034
10035 2016-01-13 Pedro Alves <palves@redhat.com>
10036
10037 PR breakpoints/19388
10038 * gdb.base/catch-signal-siginfo-cond.c: New file.
10039 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10040
10041 2016-01-12 Josh Stone <jistone@redhat.com>
10042 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10043
10044 * gdb.base/catch-syscall.c (do_execve): New variable.
10045 (main): Conditionally trigger an execve.
10046 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10047 (test_catch_syscall_execve): New, check entry/return across execve.
10048 (do_syscall_tests): Call test_catch_syscall_execve.
10049
10050 2016-01-12 Pedro Alves <palves@redhat.com>
10051
10052 * gdb.base/random-signal.exp (do_test): New procedure, with body
10053 of testcase moved in.
10054
10055 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10056 Pedro Alves <palves@redhat.com>
10057
10058 * gdb.base/funcargs.exp (finish from indirectly called function):
10059 Reintroduce the case for 'First'.
10060
10061 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10062 Pedro Alves <palves@redhat.com>
10063
10064 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10065 (tcatch_vfork_then_child_follow_exec)
10066 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10067 identification.
10068
10069 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10070
10071 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10072 and repeats to unlimited.
10073 * gdb.python/py-value.exp: Likewise.
10074 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10075 and repeats to unlimited.
10076
10077 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10078
10079 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10080 and reordering the functions.
10081 * gdb.multi/hangout.c: Likewise.
10082 * gdb.multi/hello.c: Likewise.
10083
10084 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10085
10086 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10087 absolute.
10088 (SingleStatisticTestResult.report): Use dict.keys instead of
10089 dict.iterkeys.
10090
10091 2016-01-06 Pedro Alves <palves@redhat.com>
10092
10093 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10094
10095 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10096
10097 * gdb.btrace/dlopen.exp: New.
10098 * gdb.btrace/dlopen.c: New.
10099 * gdb.btrace/dlopen-dso.c: New.
10100
10101 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10102
10103 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10104 PATTERN argument is optional.
10105
10106 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10107
10108 * lib/ada.exp (target_compile_ada_from_dir): New function.
10109 (gdb_compile_ada): Reimplement avoiding the use of project files.
10110 * gdb.ada/gnat_ada.gpr: Delete.
10111 * gdb.ada/cond_lang.exp: Adjust test to make path before
10112 filename optional.
10113 * gdb.ada/small_reg_param.exp: Likewise.
10114
10115 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10116
10117 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10118
10119 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10120
10121 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10122 case.
10123
10124 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10125
10126 * gdb.base/break.exp: Remove dead code.
10127 * gdb.base/sepdebug.exp: Likewise.
10128
10129 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10130
10131 * gdb.asm/asm-source.exp: Remove HP-UX references.
10132 * gdb.base/annota1.exp: Likewise.
10133 * gdb.base/annota3.exp: Likewise.
10134 * gdb.base/attach.exp: Likewise.
10135 * gdb.base/bigcore.exp: Likewise.
10136 * gdb.base/break.exp: Likewise.
10137 * gdb.base/call-ar-st.exp: Likewise.
10138 * gdb.base/callfuncs.exp: Likewise.
10139 * gdb.base/catch-fork-static.exp: Likewise.
10140 * gdb.base/display.exp: Likewise.
10141 * gdb.base/foll-exec-mode.exp: Likewise.
10142 * gdb.base/foll-exec.exp: Likewise.
10143 * gdb.base/foll-fork.exp: Likewise.
10144 * gdb.base/foll-vfork.exp: Likewise.
10145 * gdb.base/funcargs.exp: Likewise.
10146 * gdb.base/hbreak2.exp: Likewise.
10147 * gdb.base/inferior-died.exp: Likewise.
10148 * gdb.base/interrupt.exp: Likewise.
10149 * gdb.base/multi-forks.exp: Likewise.
10150 * gdb.base/nodebug.exp: Likewise.
10151 * gdb.base/sepdebug.exp: Likewise.
10152 * gdb.base/solib1.c: Likewise.
10153 * gdb.base/step-test.exp: Likewise.
10154 * gdb.mi/non-stop.c: Likewise.
10155 * gdb.mi/pthreads.c: Likewise.
10156 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10157 * gdb.threads/pthreads.c: Likewise.
10158 * gdb.threads/staticthreads.exp: Likewise.
10159 * lib/future.exp: Likewise.
10160 * lib/gdb.exp: Likewise.
10161 * gdb.base/so-indr-cl.c: Remove.
10162 * gdb.base/so-indr-cl.exp: Likewise.
10163 * gdb.base/solib.c: Likewise.
10164 * gdb.base/solib.exp: Likewise.
10165 * gdb.base/solib2.c: Likewise.
10166
10167 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10168
10169 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10170 * gdb.base/call-ar-st.exp: Likewise.
10171 * gdb.base/callfuncs.exp: Likewise.
10172 * gdb.base/condbreak.exp: Likewise.
10173 * gdb.base/constvars.exp: Likewise.
10174 * gdb.base/hbreak2.exp: Likewise.
10175 * gdb.base/langs.exp: Likewise.
10176 * gdb.base/list.exp: Likewise.
10177 * gdb.base/long_long.exp: Likewise.
10178 * gdb.base/ptype.exp: Likewise.
10179 * gdb.base/scope.exp: Likewise.
10180 * gdb.base/signals.exp: Likewise.
10181 * gdb.base/so-impl-ld.exp: Likewise.
10182 * gdb.base/varargs.exp: Likewise.
10183 * gdb.base/volatile.exp: Likewise.
10184 * gdb.base/whatis.exp: Likewise.
10185 * gdb.cp/cplusfuncs.exp: Likewise.
10186 * gdb.cp/inherit.exp: Likewise.
10187 * gdb.cp/local.exp: Likewise.
10188 * gdb.cp/member-ptr.exp: Likewise.
10189 * gdb.cp/method.exp: Likewise.
10190 * gdb.cp/overload.exp: Likewise.
10191 * gdb.cp/templates.exp: Likewise.
10192 * gdb.stabs/weird.exp: Likewise.
10193 * lib/compiler.c: Likewise.
10194 * lib/compiler.cc: Likewise.
10195 * lib/cp-support.exp: Likewise.
10196 * lib/gdb.exp: Likewise.
10197
10198 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10199
10200 * configure.ac: Remove HP-UX case.
10201 * configure: Regenerate.
10202
10203 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10204
10205 * lib/gdb.exp (gdb_compile): Add function doc.
10206
10207 2015-12-17 Pedro Alves <palves@redhat.com>
10208
10209 PR threads/19354
10210 * gdb.multi/info-threads.exp: New file.
10211
10212 2015-12-15 Yao Qi <yao.qi@linaro.org>
10213
10214 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10215 is aarch64*-*-*.
10216
10217 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10218
10219 * gdb.base/history-duplicates.exp: Skip if no readline support.
10220
10221 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10222
10223 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10224
10225 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10226
10227 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10228
10229 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10230
10231 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10232 ctrl-C if nointerrupts target property is set.
10233 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10234 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10235 * gdb.base/paginate-bg-execution.exp: Likewise.
10236 * gdb.base/paginate-execution-startup.exp: Likewise.
10237 * gdb.base/random-signal.exp: Likewise.
10238 * gdb.base/range-stepping.exp: Likewise.
10239 * gdb.cp/annota2.exp: Likewise.
10240 * gdb.cp/annota3.exp: Likewise.
10241 * gdb.gdb/selftest.exp: Likewise.
10242 * gdb.threads/continue-pending-status.exp: Likewise.
10243 * gdb.threads/leader-exit.exp: Likewise.
10244 * gdb.threads/manythreads.exp: Likewise.
10245 * gdb.threads/pthreads.exp: Likewise.
10246 * gdb.threads/schedlock.exp: Likewise.
10247 * gdb.threads/sigthread.exp: Likewise.
10248
10249 2015-12-11 Don Breazeal <donb@codesourcery.com>
10250
10251 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10252 remote.
10253 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10254 * gdb.base/foll-exec.exp (main): Enable for target remote.
10255 * gdb.base/foll-fork.exp (main): Likewise.
10256 * gdb.base/foll-vfork.exp (main): Likewise.
10257 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10258 (proc continue_to_exit_bp_loc): Use clean_restart.
10259 * gdb.base/pie-execl.exp (main): Disable for target remote.
10260 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10261 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10262 * gdb.threads/execl.exp (main): Likewise.
10263 * gdb.threads/fork-child-threads.exp (main): Likewise.
10264 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10265 remote.
10266 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10267 remote.
10268 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10269 pid.tid style ptids, instead of just tid.
10270 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10271 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10272 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10273 ptids, instead of just tid.
10274
10275 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10276
10277 * gdb.base/list.exp (test_list_forward): Add end of file error
10278 test.
10279 (test_repeat_list_command): Add end of file error test.
10280 (test_list_backwards): Add beginning of file error test.
10281
10282 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10283
10284 * gdb.base/list.exp (test_list_invalid_args): New function,
10285 defined, and called.
10286
10287 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10288
10289 * gdb.base/list.exp (test_list): Make test names unique.
10290
10291 2015-12-11 Yao Qi <yao.qi@linaro.org>
10292
10293 * gdb.base/coremaker2.c: Remove.
10294
10295 2015-12-10 Pedro Alves <palves@redhat.com>
10296
10297 * gdb.multi/base.exp: Remove stale "spaces" references.
10298
10299 2015-12-10 Pedro Alves <palves@redhat.com>
10300
10301 * gdb.multi/base.exp: Don't use nowarnings.
10302 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10303 * gdb.multi/hangout.c: Include stdio.h.
10304 * gdb.multi/hello.c: Include stdlib.h.
10305 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10306 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10307 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10308
10309 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10310
10311 * gdb.dwarf2/dw2-ranges-base.c: New file.
10312 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10313 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10314 support additional line table, and debug ranges generation.
10315 (Dwarf::ranges): New function, generate .debug_ranges.
10316 (Dwarf::lines): Support generating simple line table programs.
10317 (Dwarf::assemble): Initialise new namespace variables.
10318
10319 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10320
10321 * gdb.base/async.exp (proc test_background): Add case for
10322 asynchronous execution not supported.
10323
10324 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10325
10326 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10327 format and change test names to make them unique.
10328
10329 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10330 Pedro Alves <pedro@redhat.com>
10331
10332 PR gdb/18702
10333 Add checking of floatformats setup on x86_64 hosts.
10334 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10335 (smallval, bigval): New labels/constants.
10336 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10337 float" after loading bigval and smallval.
10338
10339 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10340
10341 * gdb.ada/fun_overload_menu.exp: New testcase.
10342 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10343
10344 2015-12-04 Josh Stone <jistone@redhat.com>
10345
10346 * gdb.base/catch-fork-static.exp: New.
10347
10348 2015-12-03 Yao Qi <yao.qi@linaro.org>
10349
10350 * gdb.base/sizeof.c: Don't include stdio.h and
10351 ../lib/unbuffer_output.c.
10352 (main): New variable 'size' and 'value'. Remove printf and
10353 gdb_unbuffer_output. Assign return value to size and value.
10354 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10355 at the beginning.
10356 (check_sizeof): Check the result by printing variable 'size'.
10357 (check_valueof): Check the result by printing variable 'value'.
10358
10359 2015-12-01 Yao Qi <yao.qi@linaro.org>
10360
10361 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10362 for aarch64*-*-linux* target.
10363
10364 2015-11-30 Pedro Alves <palves@redhat.com>
10365
10366 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10367
10368 2015-11-30 Pedro Alves <palves@redhat.com>
10369
10370 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10371 Handle non-stop mode vCont replies.
10372
10373 2015-11-30 Pedro Alves <palves@redhat.com>
10374
10375 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10376 prepare_for_testing. Start gdb with "set non-stop on" appended to
10377 GDBFLAGS. Lax expected stop output.
10378
10379 2015-11-27 Yao Qi <yao.qi@linaro.org>
10380
10381 * gdb.arch/arm-neon.exp: New.
10382 * gdb.arch/arm-neon.c: New.
10383
10384 2015-11-27 Yao Qi <yao.qi@linaro.org>
10385
10386 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10387
10388 2015-11-27 Yao Qi <yao.qi@linaro.org>
10389
10390 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10391 frames-invalid annotation.
10392
10393 2015-11-27 Yao Qi <yao.qi@linaro.org>
10394
10395 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10396
10397 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10398
10399 * gdb.threads/names.exp: New file.
10400 * gdb.threads/names.c: New file.
10401 * README: Mention gdb,no_thread_names.
10402
10403 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10404
10405 PR 19297
10406 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10407 support" error.
10408
10409 2015-11-24 Pedro Alves <palves@redhat.com>
10410
10411 PR 17539
10412 * gdb.base/display.exp: Expect displays to be sorted in ascending
10413 order. Use multi_line.
10414 * gdb.base/solib-display.exp: Likewise.
10415
10416 2015-11-24 Pedro Alves <palves@redhat.com>
10417
10418 PR 17539
10419 * gdb.base/display.exp: Expect displays to be sorted in ascending
10420 order. Use multi_line.
10421 * gdb.base/solib-display.exp: Likewise.
10422
10423 2015-11-24 Pedro Alves <palves@redhat.com>
10424
10425 PR 17539
10426 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10427 threads in ascending order.
10428 * gdb.base/foll-fork.exp: Likewise.
10429 * gdb.base/foll-vfork.exp: Likewise.
10430 * gdb.base/multi-forks.exp: Likewise.
10431 * gdb.mi/mi-nonstop.exp: Likewise.
10432 * gdb.mi/mi-nsintrall.exp: Likewise.
10433 * gdb.multi/base.exp: Likewise.
10434 * gdb.multi/multi-arch.exp: Likewise.
10435 * gdb.python/py-inferior.exp: Likewise.
10436 * gdb.threads/break-while-running.exp: Likewise.
10437 * gdb.threads/execl.exp: Likewise.
10438 * gdb.threads/gcore-thread.exp: Likewise.
10439 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10440 * gdb.threads/kill.exp: Likewise.
10441 * gdb.threads/linux-dp.exp: Likewise.
10442 * gdb.threads/multiple-step-overs.exp: Likewise.
10443 * gdb.threads/next-bp-other-thread.exp: Likewise.
10444 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10445 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10446 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10447 * gdb.threads/thread-find.exp: Likewise.
10448 * gdb.threads/tls.exp: Likewise.
10449 * lib/mi-support.exp (mi_reverse_list): Delete.
10450 (mi_check_thread_states): No longer reverse list.
10451
10452 2015-11-24 Pedro Alves <palves@redhat.com>
10453
10454 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10455 use lowercase.
10456
10457 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10458
10459 * gdb.trace/actions.c: Include trace-common.h.
10460 (main): Add a location for a fast tracepoint.
10461 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10462 the normal tracepoints.
10463 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10464
10465 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10466
10467 * save-trace.exp: Factor out code to these...
10468 (gdb_save_tracepoints): New.
10469 (gdb_load_tracepoints): New.
10470 (do_save_load_test): New.
10471
10472 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10473
10474 * gdb.base/asmlabel.exp: New test.
10475 * gdb.base/asmlabel.c: New test case.
10476
10477 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10478
10479 * gdb.base/wrong_frame_bt_full-main.c: New file.
10480 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10481 * gdb.base/wrong_frame_bt_full.exp: New file.
10482
10483 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10484
10485 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10486
10487 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10488
10489 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10490 pstate register when comparing registers values in
10491 sparc64-*-linux-gnu targets to avoid spurious differences.
10492
10493 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10494
10495 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10496
10497 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10498
10499 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10500 as type argument to gdb_compile.
10501 * gdb.base/nested-subp2.exp: Likewise.
10502 * gdb.base/nested-subp3.exp: Likewise.
10503
10504 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10505
10506 * lib/dwarf.exp (_note): Fix left shift of negative value.
10507 * gdb.trace/trace-condition.exp: Likewise.
10508
10509 2015-11-13 Yao Qi <yao.qi@linaro.org>
10510
10511 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10512 comments about d10v.
10513 (test_scalar_returns): Likewise.
10514 * gdb.base/d10v.ld: Remove.
10515 * gdb.base/overlays.exp: Remove the target triplet checking for
10516 d10v-*-*.
10517 * gdb.base/structs.exp (test_struct_returns): Remove the
10518 comments about d10v.
10519 (test_struct_calls): Likewise.
10520
10521 2015-11-13 Yao Qi <yao.qi@linaro.org>
10522
10523 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10524 * gdb.base/gnu_vector.c: Don't include stdio.h.
10525 (main): Don't print res and call add_some_intvecs.
10526
10527 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10528
10529 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10530 macro.
10531 (func5): Removed.
10532 (func4): Use FAST_TRACEPOINT_LABEL.
10533 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10534 macro.
10535 (func): Removed.
10536 (thread_function): Use FAST_TRACEPOINT_LABEL.
10537 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10538 (func): Remove.
10539 (marker): Use FAST_TRACEPOINT_LABEL.
10540 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10541 (pendfunc1): Remove.
10542 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10543 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10544 (foo): Remove.
10545 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10546 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10547 macro.
10548 (func): Remove.
10549 (marker): Use FAST_TRACEPOINT_LABEL.
10550 * gdb.trace/trace-common.h: New header.
10551 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10552 macro.
10553 (func): Remove.
10554 (marker): Use FAST_TRACEPOINT_LABEL.
10555 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10556 (func): Remove.
10557 (thread_function): Use FAST_TRACEPOINT_LABEL.
10558
10559 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10560
10561 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10562 in front.
10563 * gdb.trace/change-loc.exp: Use global pcreg definition.
10564 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10565 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10566 in front.
10567 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10568 * gdb.trace/pending.exp: Likewise.
10569 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10570 * gdb.trace/trace-break.exp: Likewise.
10571 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10572 in front.
10573 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10574 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10575 in front.
10576 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10577
10578 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10579
10580 * gdb.ada/fin_fun_out: New testcase.
10581
10582 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10583
10584 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10585 value associated with DW_AT_byte_size.
10586 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10587 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10588 DW_AT_upper_bound.
10589
10590 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10591
10592 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10593 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10594 version.
10595 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10596 gdb.dwarf2/dw2-canonicalize-type.exp,
10597 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10598 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10599 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10600 provided by gdb_target_symbol_prefix_flags_asm.
10601 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10602 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10603 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10604 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10605 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10606 macros where needed). Use this macro for symbols which require
10607 the prefix provided by SYMBOL_PREFIX.
10608
10609 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10610
10611 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10612 New procs.
10613 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10614 representing expressions, of more than one list element.
10615 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10616 to prepend linker symbol prefix to f.
10617 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10618 table_1 and table_2.
10619 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10620 Likewise, for f and g.
10621 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10622 for ptr.
10623 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10624 for main.
10625 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10626 table_1_ptr and table_2_ptr.
10627
10628 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10629 Joel Brobecker <brobecker@adacore.com>
10630
10631 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10632
10633 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10634
10635 * gdb.reverse/s390-mvcle.c: New test.
10636 * gdb.reverse/s390-mvcle.exp: New file.
10637 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10638
10639 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10640
10641 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10642
10643 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10644
10645 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10646 reaching marker2.
10647 * gdb.reverse/getresuid-reverse.exp: Likewise.
10648 * gdb.reverse/pipe-reverse.exp: Likewise.
10649 * gdb.reverse/readv-reverse.exp: Likewise.
10650 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10651 * gdb.reverse/time-reverse.exp: Likewise.
10652 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10653
10654 2015-10-30 Yao Qi <yao.qi@linaro.org>
10655
10656 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10657 (empty_cycle): Remove.
10658 (main): Don't call empty_cycle. Don't use watch_count_done.
10659 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10660 empty_cycle. Rewrite the code counting HW watchpoints.
10661
10662 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10663
10664 * gdb.reverse/fstatat-reverse.c: New test.
10665 * gdb.reverse/fstatat-reverse.exp: New file.
10666 * gdb.reverse/getresuid-reverse.c: New test.
10667 * gdb.reverse/getresuid-reverse.exp: New file.
10668 * gdb.reverse/pipe-reverse.c: New test.
10669 * gdb.reverse/pipe-reverse.exp: New file.
10670 * gdb.reverse/readv-reverse.c: New test.
10671 * gdb.reverse/readv-reverse.exp: New file.
10672 * gdb.reverse/recvmsg-reverse.c: New test.
10673 * gdb.reverse/recvmsg-reverse.exp: New file.
10674 * gdb.reverse/time-reverse.c: New test.
10675 * gdb.reverse/time-reverse.exp: New file.
10676 * gdb.reverse/waitpid-reverse.c: New test.
10677 * gdb.reverse/waitpid-reverse.exp: New file.
10678
10679 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10680
10681 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10682
10683 2015-10-26 Doug Evans <dje@google.com>
10684
10685 PR symtab/17391
10686 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10687 * gdb.dwarf2/bad-regnum.c: New file.
10688 * gdb.dwarf2/bad-regnum.exp: New file.
10689
10690 2015-10-26 Doug Evans <dje@google.com>
10691
10692 PR python/18938
10693 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10694 file.
10695
10696 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10697
10698 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10699 for a change by "Mention language in compile error message".
10700
10701 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10702
10703 PR python/18073
10704 * gdb.python/py-type.c (C::a_method): New.
10705 (C::a_const_method): New.
10706 (C::a_static_method): New.
10707 (a_function): New.
10708 * gdb.python/py-type.exp (test_fields): Test getting fields
10709 from function and method.
10710
10711 2015-10-21 Keven Boell <keven.boell@intel.com>
10712
10713 * gdb.fortran/vla-alloc-assoc.exp: New file.
10714 * gdb.fortran/vla-datatypes.exp: New file.
10715 * gdb.fortran/vla-datatypes.f90: New file.
10716 * gdb.fortran/vla-history.exp: New file.
10717 * gdb.fortran/vla-ptype-sub.exp: New file.
10718 * gdb.fortran/vla-ptype.exp: New file.
10719 * gdb.fortran/vla-sizeof.exp: New file.
10720 * gdb.fortran/vla-sub.f90: New file.
10721 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10722 * gdb.fortran/vla-value-sub-finish.exp: New file.
10723 * gdb.fortran/vla-value-sub.exp: New file.
10724 * gdb.fortran/vla-value.exp: New file.
10725 * gdb.fortran/vla-ptr-info.exp: New file.
10726 * gdb.mi/mi-vla-fortran.exp: New file.
10727 * gdb.mi/vla.f90: New file.
10728
10729 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10730
10731 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10732 of hardwired timeout value.
10733
10734 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10735 Pedro Alves <palves@redhat.com>
10736
10737 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10738 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10739
10740 2015-10-19 Josh Stone <jistone@redhat.com>
10741
10742 * gdb.base/catch-syscall.c: Include <sched.h>.
10743 (unknown_syscall): New variable.
10744 (main): Trigger a vfork and an unknown syscall.
10745 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10746 (unknown_syscall_number): Likewise.
10747 (check_call_to_syscall): Accept an optional syscall pattern.
10748 (check_return_from_syscall): Likewise.
10749 (check_continue): Likewise.
10750 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10751 (test_catch_syscall_skipping_return): New test toggling off 'catch
10752 syscall' to step over the syscall return, then toggling back on.
10753 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10754 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10755 (do_syscall_tests): Call test_catch_syscall_without_args and
10756 test_catch_syscall_mid_vfork.
10757 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10758 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10759
10760 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10761
10762 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10763 print g_vE): Add new pass patterns.
10764 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10765 print various symbol names for vptr fields.
10766
10767 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10768
10769 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10770 results.
10771
10772 2015-10-12 Yao Qi <yao.qi@linaro.org>
10773
10774 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10775
10776 2015-10-12 Yao Qi <yao.qi@linaro.org>
10777
10778 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10779 is aarch64*-*-linux*.
10780
10781 2015-10-12 Yao Qi <yao.qi@linaro.org>
10782
10783 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10784 (can_relocate_bcond_true): ... it.
10785 (can_relocate_bcond_false): New function.
10786 (foo): Likewise.
10787 (can_relocate_bl): Likewise.
10788 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10789 can_relocate_bl.
10790
10791 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10792
10793 * gdb.base/nested-addr.c: New file.
10794 * gdb.base/nested-addr.exp: New testcase.
10795
10796 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10797
10798 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10799 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10800 its output. Ignore the output of "record goto begin" and instead
10801 check that GDB is replaying.
10802
10803 2015-10-09 Pedro Alves <palves@redhat.com>
10804
10805 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10806 (top level): Use it in the run with no args test.
10807
10808 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10809
10810 * gdb.dlang/properties.exp: New file.
10811
10812 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10813
10814 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10815 whether or not address 0x1000 is mapped on the target.
10816
10817 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10818
10819 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10820 build.
10821
10822 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10823
10824 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10825 instruction-history test.
10826
10827 2015-09-28 Doug Evans <dje@google.com>
10828
10829 * gdb.base/gcore.c (array_func): Add reference to static_array.
10830
10831 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10832
10833 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10834 source line.
10835
10836 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10837
10838 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10839 short or char as base type.
10840
10841 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10842
10843 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10844 to allow any size enum.
10845
10846 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10847
10848 * gdb.ada/array_ptr_renaming.exp: New testcase.
10849 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10850 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10851
10852 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10853
10854 * gdb.trace/ftrace-lock.c: New file.
10855 * gdb.trace/ftrace-lock.exp: New file.
10856
10857 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10858
10859 * gdb.arch/insn-reloc.c: New file.
10860 * gdb.arch/ftrace-insn-reloc.exp: New file.
10861
10862 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10863
10864 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10865 instruction.
10866 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10867 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10868 * gdb.trace/range-stepping.c: Likewise.
10869 * gdb.trace/trace-break.c: Likewise.
10870 * gdb.trace/trace-mt.c (thread_function): Likewise.
10871 * gdb.trace/ftrace.c (marker): Likewise.
10872 * gdb.trace/trace-condition.c (marker): Likewise.
10873 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10874 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10875 is_aarch64_target.
10876
10877 2015-09-18 Doug Evans <xdje42@gmail.com>
10878
10879 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10880 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10881
10882 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10883
10884 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10885 the breakpoint.
10886
10887 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10888
10889 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10890 the pending breakpoint. Remove timeout override for "Run till
10891 MI pending breakpoint on pendfunc3 on thread 2" test.
10892
10893 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10894
10895 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10896 filename pattern.
10897
10898 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10899
10900 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10901 in breakpoint filename pattern.
10902
10903 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10904
10905 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10906
10907 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10908
10909 * gdb.linespec/explicit.exp: Check for readline support for
10910 tab-completion tests. Fix obvious typo.
10911
10912 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10913
10914 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10915 and replay.
10916
10917 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10918
10919 * gdb.btrace/non-stop.c: New.
10920 * gdb.btrace/non-stop.exp: New.
10921
10922 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10923 Yao Qi <yao.qi@linaro.org>
10924
10925 * gdb.trace/trace-condition.c: New file.
10926 * gdb.trace/trace-condition.exp: New file.
10927
10928 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10929
10930 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10931 for testing bytecode compilation.
10932
10933 2015-09-16 Pedro Alves <palves@redhat.com>
10934 Sandra Loosemore <sandra@codesourcery.com>
10935
10936 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10937 (SECONDS): Redefine.
10938 (main): Call pthread_kill and alarm early.
10939 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10940 support.
10941 (test): If the target can't hardware step and doesn't support
10942 displaced stepping, increase the timeout.
10943
10944 2015-09-16 Pedro Alves <palves@redhat.com>
10945
10946 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10947 (enable_debug): New procedures.
10948 (test): Use them. Bail out if waiting for threads fails.
10949 (top level): Bail out if a test fails.
10950
10951 2015-09-16 Yao Qi <yao.qi@linaro.org>
10952
10953 * gdb.asm/asm-source.exp: Set asm-arch for
10954 aarch64*-*-* target.
10955 * gdb.asm/aarch64.inc: New file.
10956
10957 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10958
10959 * gdb.ada/array_of_variable_length.exp: New testcase.
10960 * gdb.ada/array_of_variable_length/foo.adb: New file.
10961 * gdb.ada/array_of_variable_length/pck.adb: New file.
10962 * gdb.ada/array_of_variable_length/pck.ads: New file.
10963
10964 2015-09-15 Doug Evans <dje@google.com>
10965
10966 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10967 of function static local variable.
10968
10969 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10970
10971 * gdb.threads/tls-so_extern.exp: New test file.
10972 * gdb.threads/tls-so_extern.c: New test file.
10973 * gdb.threads/tls-so_extern_main.c: New test file.
10974
10975 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10976
10977 * gdb.opt/solib-intra-step-lib.c: New file.
10978 * gdb.opt/solib-intra-step-main.c: New file.
10979 * gdb.opt/solib-intra-step.exp: New file.
10980
10981 2015-09-15 Pedro Alves <palves@redhat.com>
10982
10983 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10984 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10985
10986 2015-09-14 Pedro Alves <palves@redhat.com>
10987
10988 * gdb.base/hook-stop-continue.c: Delete.
10989 * gdb.base/hook-stop-continue.exp: Delete.
10990 * gdb.base/hook-stop-frame.c: Delete.
10991 * gdb.base/hook-stop-frame.exp: Delete.
10992 * gdb.base/hook-stop.c: New file.
10993 * gdb.base/hook-stop.exp: New file.
10994
10995 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10996
10997 * gdb.ada/access_to_packed_array.exp: New testcase.
10998 * gdb.ada/access_to_packed_array/foo.adb: New file.
10999 * gdb.ada/access_to_packed_array/pack.adb: New file.
11000 * gdb.ada/access_to_packed_array/pack.ads: New file.
11001
11002 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11003
11004 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11005 buffer size test.
11006
11007 2015-09-11 Don Breazeal <donb@codesourcery.com>
11008
11009 * gdb.base/foll-exec.c: Add copyright header. Fix
11010 formatting issues.
11011 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11012 (do_exec_tests): Use clean_restart in place of zap_session,
11013 and for test initialization. Fix formatting issues. Use
11014 fail in place of perror.
11015 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11016 an expect statement to match an expression with output from
11017 the program under debug.
11018 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11019 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11020 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11021 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11022 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11023
11024 2015-09-09 Doug Evans <dje@google.com>
11025
11026 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11027
11028 2015-09-09 Doug Evans <dje@google.com>
11029
11030 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11031
11032 2015-09-09 Doug Evans <dje@google.com>
11033
11034 * gdb.base/savedregs.exp: Fix typo.
11035
11036 2015-09-09 Pedro Alves <palves@redhat.com>
11037
11038 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11039
11040 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11041
11042 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11043 command actually switches threads. Give up on remaining
11044 tests if target fails to stop at breakpoint.
11045
11046 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11047
11048 * gdb.ada/funcall_char.exp: New testcase.
11049 * gdb.ada/funcall_char/foo.adb: New file.
11050
11051 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11052
11053 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11054 expected outputs. Add two testcases for completing ambiguous
11055 functions.
11056 * gdb.ada/complete/aux_pck.adb: New file.
11057 * gdb.ada/complete/aux_pck.ads: New file.
11058 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11059 Ambiguous_Func functions.
11060 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11061 * gdb.ada/complete/pck.adb: Likewise.
11062
11063 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11064
11065 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11066 failures to run the test program under GDB.
11067
11068 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11069
11070 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11071 to C.
11072
11073 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11074
11075 * gdb.base/run-after-attach.exp: New test file.
11076 * gdb.base/run-after-attach.c: New test file.
11077
11078 2015-08-26 Don Breazeal <donb@codesourcery.com>
11079
11080 * gdb.base/foll-exec-2.c: New test program.
11081 * gdb.base/foll-exec-2.exp: New test.
11082
11083 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11084
11085 * gdb.base/nested-subp1.exp: New file.
11086 * gdb.base/nested-subp1.c: New file.
11087 * gdb.base/nested-subp2.exp: New file.
11088 * gdb.base/nested-subp2.c: New file.
11089 * gdb.base/nested-subp3.exp: New file.
11090 * gdb.base/nested-subp3.c: New file.
11091
11092 2015-08-24 Pedro Alves <palves@redhat.com>
11093
11094 * gdb.server/connect-without-multi-process.c: New file.
11095 * gdb.server/connect-without-multi-process.exp: New file.
11096
11097 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11098
11099 * gdb.opt/inline-markers.c: Make z int.
11100
11101 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11102
11103 * gdb.opt/inline-markers.c: Make z volatile.
11104
11105 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11106
11107 * gdb.opt/inline-bt.c: New volatile global z.
11108 * gdb.opt/inline-cmds.c: Likewise.
11109 * gdb.opt/inline-locals.c: Likewise.
11110 * gdb.opt/inline-markers.c: New extern global z.
11111 (marker): Use z.
11112 (inline_fn): Likewise.
11113
11114 2015-08-24 Pedro Alves <palves@redhat.com>
11115
11116 * config/m32r-stub.exp: Remove file.
11117 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11118 * gdb.base/call-rt-st.exp: Likewise.
11119 * gdb.base/call-strs.exp: Likewise.
11120 * gdb.base/default.exp: Remove references to h8300-*-hms and
11121 *-*-udi*.
11122 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11123
11124 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11125
11126 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11127 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11128 and "return" use KFAIL when GDB can not read/write the vector
11129 return value.
11130
11131 2015-08-21 Gary Benson <gbenson@redhat.com>
11132
11133 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11134
11135 2015-08-20 Pedro Alves <palves@redhat.com>
11136
11137 * gdb.server/solib-list.exp: No longer expect an interior stop in
11138 non-stop mode.
11139
11140 2015-08-20 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.server/connect-stopped-target.c: New file.
11143 * gdb.server/connect-stopped-target.exp: New file.
11144
11145 2015-08-20 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.dwarf2/comp-unit-lang.exp: New file.
11148 * gdb.dwarf2/comp-unit-lang.c: New file.
11149
11150 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11151
11152 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11153 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11154
11155 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11156
11157 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11158 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11159
11160 2015-08-18 Doug Evans <dje@google.com>
11161 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11162
11163 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11164 skip_python_tests. New arg prompt_regexp.
11165 (skip_python_tests): New function.
11166 * lib/mi-support.exp (mi_skip_python_tests): New function.
11167 * gdb.python/py-mi-objfile-gdb.py: New file.
11168 * gdb.python/py-mi-objfile.c: New file.
11169 * gdb.python/py-mi-objfile.exp: New file.
11170
11171 2015-08-17 Keith Seitz <keiths@redhat.com>
11172
11173 * gdb.linespec/explicit.exp: Move strace test from here ...
11174 * gdb.trace/strace.exp: ... to here.
11175
11176 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11177
11178 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11179 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11180
11181 2015-08-14 Doug Evans <xdje42@gmail.com>
11182
11183 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11184 inferior before selecting a new file.
11185
11186 2015-08-14 Doug Evans <xdje42@gmail.com>
11187
11188 * gdb.mi/mi-disassemble.exp: Update.
11189 * gdb.base/disasm-optim.S: New file.
11190 * gdb.base/disasm-optim.c: New file.
11191 * gdb.base/disasm-optim.h: New file.
11192 * gdb.base/disasm-optim.exp: New file.
11193
11194 2015-08-14 Keith Seitz <keiths@redhat.com>
11195
11196 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11197 "evaluated-by".
11198
11199 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11200
11201 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11202
11203 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11204
11205 * gdb.ada/fun_renaming.exp: New testcase.
11206 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11207 * gdb.ada/fun_renaming/pack.adb: New file.
11208 * gdb.ada/fun_renaming/pack.ads: New file.
11209
11210 2015-08-12 Keith Seitz <keiths@redhat.com>
11211
11212 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11213 gdb_get_line_number.
11214
11215 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11216
11217 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11218 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11219 gdb.base/dso2dso.exp: New files.
11220
11221 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11222 Pedro Alves <palves@redhat.com>
11223 Keith Seitz <keiths@redhat.com>
11224
11225 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11226 GDBFLAGS.
11227
11228 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11229
11230 * gdb.base/gdbhistsize-history.exp
11231 (test_histsize_history_setting): Use save_vars.
11232 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11233 Use save_vars.
11234 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11235 * gdb.base/readline.exp: Use save_vars.
11236
11237 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11238
11239 * lib/gdb.exp (save_vars): New proc.
11240
11241 2015-08-11 Keith Seitz <keiths@redhat.com>
11242
11243 * gdb.base/help.exp: Update help_breakpoint_text.
11244
11245 2015-08-11 Keith Seitz <keiths@redhat.com>
11246
11247 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11248 (at toplevel): Call test_explicit_breakpoints.
11249 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11250 breakpoints.
11251 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11252 breakpoint conditions, "-cond".
11253
11254 2015-08-11 Keith Seitz <keiths@redhat.com>
11255
11256 * gdb.linespec/3explicit.c: New file.
11257 * gdb.linespec/cpexplicit.cc: New file.
11258 * gdb.linespec/cpexplicit.exp: New file.
11259 * gdb.linespec/explicit.c: New file.
11260 * gdb.linespec/explicit.exp: New file.
11261 * gdb.linespec/explicit2.c: New file.
11262 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11263 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11264 before using in the matching pattern.
11265 Clarify that `prefix' is a regular expression.
11266
11267 2015-08-11 Keith Seitz <keiths@redhat.com>
11268
11269 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11270 test.
11271 Add tests for missing ",FMT" and ",".
11272
11273 2015-08-10 Doug Evans <dje@google.com>
11274 Keith Seitz <keiths@redhat.com>
11275
11276 PR gdb/17960
11277 * gdb.base/completion.exp: Add location completer tests.
11278
11279 2015-08-07 Pedro Alves <palves@redhat.com>
11280
11281 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11282 tests here.
11283 (top level): Run do_test with and without displaced stepping.
11284
11285 2015-08-07 Pedro Alves <palves@redhat.com>
11286
11287 * gdb.base/valgrind-disp-step.c: New file.
11288 * gdb.base/valgrind-disp-step.exp: New file.
11289
11290 2015-08-07 Pedro Alves <palves@redhat.com>
11291
11292 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11293 Delete function.
11294 (main): Add alarm. Run an infinite loop instead of calling
11295 wait_threads.
11296 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11297 comment.
11298 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11299 Delete function.
11300 (main): Add alarm. Run an infinite loop instead of calling
11301 wait_threads.
11302 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11303 comment.
11304
11305 2015-08-07 Pedro Alves <palves@redhat.com>
11306
11307 * gdb.base/checkpoint-ns.exp: New file.
11308 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11309 standard_testfile.
11310
11311 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11312
11313 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11314 * gdb.btrace/instruction_history.exp: Update.
11315 * gdb.btrace/tsx.exp: New.
11316 * gdb.btrace/tsx.c: New.
11317
11318 2015-08-06 Pedro Alves <palves@redhat.com>
11319
11320 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11321 increase timeout.
11322 * gdb.reverse/until-precsave.exp: Bump timeouts.
11323
11324 2015-08-06 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11327
11328 2015-08-06 Pedro Alves <palves@redhat.com>
11329
11330 PR gdb/18749
11331 * gdb.threads/process-dies-while-handling-bp.c: New file.
11332 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11333
11334 2015-08-06 Pedro Alves <palves@redhat.com>
11335
11336 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11337 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11338
11339 2015-08-05 Pedro Alves <palves@redhat.com>
11340
11341 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11342 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11343
11344 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11345
11346 * gdb.base/bp-permanent.exp: Report test as unsupported if
11347 the target cannot stop at the permanent breakpoint.
11348
11349 2015-08-03 Doug Evans <dje@google.com>
11350
11351 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11352 10000.
11353
11354 2015-08-03 Doug Evans <dje@google.com>
11355
11356 * Makefile.in (workers/%.worker, build-perf): New rule.
11357 (GDB_PERFTEST_MODE): New variable.
11358 (check-perf): Use it.
11359 (clean): Clean up gdb.perf parallel build subdirs.
11360 * lib/build-piece.exp: New file.
11361 * lib/gdb.exp (make_gdb_parallel_path): New function
11362 (standard_output_file, standard_temp_file): Call it.
11363 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11364 of $GDB_PARALLEL.
11365 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11366
11367 2015-08-03 Doug Evans <dje@google.com>
11368
11369 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11370 (LOG_FILE_NAME): New global.
11371 (TextReporter.__init__): Initialize self.txt_sum.
11372 (TextReporter.report): Add support for multiple data-points.
11373 Move report to perftest.sum, put raw data in perftest.log.
11374 (TextReporter.start): Open sum and log files.
11375 (TextReporter.end): Close sum and log files.
11376 * gdb.perf/lib/perftest/testresult.py
11377 (SingleStatisticTestResult.record): Handle multiple data-points.
11378
11379 2015-07-31 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11382 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11383 kill_wait_spawned_process instead of explicit "kill -9".
11384 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11385 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11386 kill_wait_spawned_process.
11387 * gdb.base/attach-twice.exp: Likewise.
11388 * gdb.base/attach.exp: Likewise.
11389 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11390 gdb_test_multiple.
11391 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11392 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11393 kill_wait_spawned_process.
11394 * gdb.base/valgrind-infcall.exp: Likewise.
11395 * gdb.multi/multi-attach.exp: Likewise.
11396 * gdb.python/py-prompt.exp: Likewise.
11397 * gdb.python/py-sync-interp.exp: Likewise.
11398 * gdb.server/ext-attach.exp: Likewise.
11399 * gdb.threads/attach-into-signal.exp (corefunc): Use
11400 spawn_wait_for_attach, spawn_id_get_pid and
11401 kill_wait_spawned_process.
11402 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11403 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11404 spawn_id_get_pid and kill_wait_spawned_process.
11405 * gdb.threads/attach-stopped.exp (corefunc): Use
11406 spawn_wait_for_attach, spawn_id_get_pid and
11407 kill_wait_spawned_process.
11408 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11409 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11410 kill_wait_spawned_process instead of explicit "kill -9".
11411 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11412 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11413 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11414 processes. Don't map cygwin/windows pids here. Now returns a
11415 spawn id list.
11416
11417 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11418
11419 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11420 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11421 correct patch.
11422
11423 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11424
11425 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11426
11427 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11428
11429 Reapply:
11430 2014-05-21 Mark Wielaard <mjw@redhat.com>
11431
11432 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11433
11434 2015-07-30 Pedro Alves <palves@redhat.com>
11435
11436 * linux-low.c (handle_extended_wait): Set the child's last
11437 reported status to TARGET_WAITKIND_STOPPED.
11438
11439 2015-07-30 Pedro Alves <palves@redhat.com>
11440
11441 PR threads/18600
11442 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11443 only shows inferior 1.
11444
11445 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11446 Pedro Alves <palves@redhat.com>
11447
11448 PR threads/18600
11449 * gdb.threads/fork-plus-threads.c: New file.
11450 * gdb.threads/fork-plus-threads.exp: New file.
11451
11452 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11453
11454 * gdb.base/batch-preserve-term-settings.exp
11455 (test_terminal_settings_preserved_after_cli_exit): Use
11456 send_quit_command.
11457
11458 2015-07-29 Pedro Alves <palves@redhat.com>
11459 Don Breazeal <donb@codesourcery.com>
11460
11461 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11462 output from both inferior_spawn_id and gdb_spawn_id.
11463
11464 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11465
11466 * gdb.threads/attach-into-signal.exp (corefunc): Use
11467 with_test_prefix on nested loops, uniquefying the test messages.
11468
11469 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11470
11471 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11472 commit.
11473
11474 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11475
11476 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11477 New proc.
11478 (test_terminal_settings_preserved_after_sigterm): New test.
11479
11480 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11481
11482 * gdb.base/batch-preserve-term-settings.exp
11483 (test_terminal_settings_preserved_after_cli_exit): New test.
11484
11485 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11486
11487 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11488 manipulation of saved_gdbflags.
11489 (test_terminal_settings_preserved): Remove global declaration of
11490 the unused variable pagination_prompt. Remove manipulation of
11491 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11492 GDBFLAGS.
11493
11494 2015-07-29 Pedro Alves <palves@redhat.com>
11495
11496 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11497
11498 2015-07-29 Pedro Alves <palves@redhat.com>
11499
11500 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11501 at the top.
11502
11503 2015-07-29 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11506 (main): Call gdb_unbuffer_output.
11507 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11508 (main): Call gdb_unbuffer_output.
11509 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11510 (main): Call gdb_unbuffer_output.
11511 * gdb.base/call-strs.exp: Adjust to step over the
11512 gdb_unbuffer_output call.
11513 * gdb.base/catch-gdb-caused-signals.c: Include
11514 "../lib/unbuffer_output.c".
11515 (main): Call gdb_unbuffer_output.
11516 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11517 (main): Call gdb_unbuffer_output.
11518 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11519 (main): Call gdb_unbuffer_output.
11520 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11521 (main): Call gdb_unbuffer_output.
11522 * gdb.base/shlib-call.exp: Adjust to step over the
11523 gdb_unbuffer_output call.
11524 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11525 (main): Call gdb_unbuffer_output.
11526 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11527 (main): Call gdb_unbuffer_output.
11528 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11529 (main): Rename to ...
11530 (test): ... this.
11531 (main): Reimplement.
11532 * gdb.base/varargs.exp: Run to test instead of to main.
11533 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11534 (main): Call gdb_unbuffer_output.
11535
11536 2015-07-29 Pedro Alves <palves@redhat.com>
11537
11538 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11539 factore out from mi_continue_dprintf. For call-style dprintfs,
11540 expect dprintf output out of $inferior_spawn_id.
11541 (mi_continue_dprintf): Use mi_expect_dprintf.
11542 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11543 (main): Call gdb_unbuffer_output.
11544
11545 2015-07-29 Pedro Alves <palves@redhat.com>
11546
11547 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11548 (default_mi_gdb_start): Set inferior_spawn_id instead of
11549 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11550 gdb_spawn_id.
11551 (mi_gdb_test): Always expect inferior output from both
11552 $inferior_spawn_id and $gdb_spawn_id.
11553
11554 2015-07-29 Pedro Alves <palves@redhat.com>
11555
11556 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11557 send_inferior and $inferior_spawn_id.
11558
11559 2015-07-29 Pedro Alves <palves@redhat.com>
11560
11561 * gdb.gdb/complaints.exp (test_initial_complaints)
11562 (test_serial_complaints, test_short_complaints): Use
11563 gdb_test_stdio.
11564 (test_empty_complaint): Handle $inferior_spawn_id !=
11565 $gdb_spawn_id.
11566
11567 2015-07-29 Pedro Alves <palves@redhat.com>
11568
11569 * gdb.base/varargs.exp: Use gdb_test_stdio.
11570
11571 2015-07-29 Pedro Alves <palves@redhat.com>
11572
11573 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11574
11575 2015-07-29 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11578
11579 2015-07-29 Pedro Alves <palves@redhat.com>
11580
11581 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11582 parameter into two new parameters, "inf_result" and "gdb_result".
11583 Expect inferior output and gdb output from $inferior_spawn_id and
11584 $gdb_spawn_id, respectively. Adjust all callers.
11585
11586 2015-07-29 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11589 of gdb_test_sequence.
11590
11591 2015-07-29 Pedro Alves <palves@redhat.com>
11592
11593 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11594 (saw_spurious_output): Expect inferior output from
11595 $inferior_spawn_id. Use gdb_test_stdio.
11596
11597 2015-07-29 Pedro Alves <palves@redhat.com>
11598
11599 * gdb.base/dprintf.exp: Use standard_testfile. Change
11600 prepare_for_testing call.
11601 (srcfile): Don't set.
11602 (restart): New procedure.
11603 (test_dprintf): New procecure, use to continue over dprintfs.
11604 (test_call, test_agent): New procedures, tests moved here.
11605 Restart gdb and recreate dprintfs. Adjust expected output.
11606
11607 2015-07-29 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11610
11611 2015-07-29 Pedro Alves <palves@redhat.com>
11612
11613 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11614
11615 2015-07-29 Pedro Alves <palves@redhat.com>
11616
11617 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11618 gdb_test_stdio.
11619
11620 2015-07-29 Pedro Alves <palves@redhat.com>
11621
11622 * lib/gdb.exp (gdb_test_stdio): New procedure.
11623
11624 2015-07-29 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11627
11628 2015-07-29 Pedro Alves <palves@redhat.com>
11629
11630 * gdb.base/call-signal-resume.exp: Remove check for
11631 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11632 * gdb.base/unwindonsignal.exp: Likewise.
11633 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11634 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11635
11636 2015-07-29 Pedro Alves <palves@redhat.com>
11637
11638 * gdb.base/siginfo-addr.c (pass): New function.
11639 (handler): Call it iff si_addr is correct.
11640 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11641 Set a breakpoint at "pass" and continue to it.
11642
11643 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11644
11645 * gdb.python/py-objfile.exp: Make some tests have unique names.
11646 * gdb.python/py-pp-registration.exp: Likewise.
11647
11648 2015-07-28 Pedro Alves <palves@redhat.com>
11649
11650 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11651
11652 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11653
11654 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11655
11656 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11657
11658 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11659
11660 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11661
11662 * gdb.base/gdb-sigterm-2.exp: New test.
11663
11664 2015-07-25 Doug Evans <xdje42@gmail.com>
11665
11666 Revert:
11667 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11668 (workers/%.worker, build-perf): New rule.
11669 (GDB_PERFTEST_MODE): New variable.
11670 (check-perf): Use it.
11671 (clean): Clean up gdb.perf parallel build subdirs.
11672 * lib/build-piece.exp: New file.
11673 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11674 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11675 name.
11676 (standard_temp_file): Ditto.
11677 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11678 of $GDB_PARALLEL.
11679
11680 2015-07-24 Doug Evans <dje@google.com>
11681
11682 * gdb.perf/lib/perftest/utils.py: New file.
11683 * gdb.perf/gm-hello.cc: New file.
11684 * gdb.perf/gm-pervasive-typedef.cc: New file.
11685 * gdb.perf/gm-pervasive-typedef.h: New file.
11686 * gdb.perf/gm-std.cc: New file.
11687 * gdb.perf/gm-std.h: New file.
11688 * gdb.perf/gm-use-cerr.cc: New file.
11689 * gdb.perf/gm-utils.h: New file.
11690 * gdb.perf/gmonster-null-lookup.py: New file.
11691 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11692 * gdb.perf/gmonster-print-cerr.py: New file.
11693 * gdb.perf/gmonster-ptype-string.py: New file.
11694 * gdb.perf/gmonster-runto-main.py: New file.
11695 * gdb.perf/gmonster-select-file.py: New file.
11696 * gdb.perf/gmonster1-null-lookup.exp: New file.
11697 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11698 * gdb.perf/gmonster1-print-cerr.exp: New file.
11699 * gdb.perf/gmonster1-ptype-string.exp: New file.
11700 * gdb.perf/gmonster1-runto-main.exp: New file.
11701 * gdb.perf/gmonster1-select-file.exp: New file.
11702 * gdb.perf/gmonster1.cc: New file.
11703 * gdb.perf/gmonster1.exp: New file.
11704 * gdb.perf/gmonster2-null-lookup.exp: New file.
11705 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11706 * gdb.perf/gmonster2-print-cerr.exp: New file.
11707 * gdb.perf/gmonster2-ptype-string.exp: New file.
11708 * gdb.perf/gmonster2-runto-main.exp: New file.
11709 * gdb.perf/gmonster2-select-file.exp: New file.
11710 * gdb.perf/gmonster2.cc: New file.
11711 * gdb.perf/gmonster2.exp: New file.
11712
11713 2015-07-24 Doug Evans <dje@google.com>
11714
11715 * gdb.perf/README: New file.
11716 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11717 * lib/gen-perf-test.exp: New file.
11718
11719 2015-07-24 Doug Evans <dje@google.com>
11720
11721 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11722 (PerfTest::startup): New function.
11723 (PerfTest::run): Return result of calling body.
11724 (PerfTest::assemble): Rewrite.
11725 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11726 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11727 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11728 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11729 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11730
11731 2015-07-24 Doug Evans <dje@google.com>
11732
11733 * lib/gdb.exp (clean_restart): Make executable optional.
11734
11735 2015-07-24 Doug Evans <dje@google.com>
11736
11737 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11738 compiler_info references.
11739 * gdb.cp/temargs.exp: Ditto.
11740 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11741 (get_compiler_info): Early exit if already computed. Set compiler_info
11742 to "unknown" if there was a problem.
11743 (test_compiler_info): Add function comment. Call get_compiler_info.
11744
11745 2015-07-24 Doug Evans <dje@google.com>
11746
11747 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11748 (workers/%.worker, build-perf): New rule.
11749 (GDB_PERFTEST_MODE): New variable.
11750 (check-perf): Use it.
11751 (clean): Clean up gdb.perf parallel build subdirs.
11752 * lib/build-piece.exp: New file.
11753 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11754 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11755 name.
11756 (standard_temp_file): Ditto.
11757 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11758 of $GDB_PARALLEL.
11759
11760 2015-07-24 Doug Evans <dje@google.com>
11761
11762 * lib/future.exp (gdb_default_target_compile): New option
11763 "early_flags".
11764 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11765 --as-needed.
11766
11767 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11768
11769 * gdb.base/catch-syscall.exp: Call gdb_exit before
11770 gdb_skip_xml_test.
11771
11772 2015-07-24 Pedro Alves <palves@redhat.com>
11773
11774 * gdb.python/py-events.exp: Accept output between the stop event
11775 and the prompt.
11776 * gdb.python/py-evsignal.exp: Likewise.
11777 * gdb.python/py-evthreads.exp: Likewise.
11778
11779 2015-07-24 Pedro Alves <palves@redhat.com>
11780
11781 PR gdb/18717
11782 * gdb.threads/non-ldr-exit.c: New file.
11783 * gdb.threads/non-ldr-exit.exp: New file.
11784
11785 2015-07-24 Yao Qi <yao.qi@linaro.org>
11786
11787 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11788 restarting process.
11789
11790 2015-07-24 Yao Qi <yao.qi@linaro.org>
11791
11792 * gdb.server/ext-restart.exp: New file.
11793
11794 2015-07-24 Yao Qi <yao.qi@linaro.org>
11795
11796 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11797 argument options.
11798 * gdb.server/ext-wrapper.exp: New file.
11799
11800 2015-07-23 Doug Evans <dje@google.com>
11801
11802 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11803 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11804
11805 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11806
11807 * gdb.ada/var_arr_typedef.exp: New testcase.
11808 * gdb.ada/var_arr_typedef/pack.adb: New file.
11809 * gdb.ada/var_arr_typedef/pack.ads: New file.
11810 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11811
11812 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11813
11814 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11815
11816 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11817
11818 * gdb.arch/i386-biarch-core.exp: Replace istarget
11819 by "complete set gnutarget". Remove expectation for the "core-file"
11820 command.
11821
11822 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11823
11824 Revert the previous commit:
11825 Tests for validate symbol file using build-id.
11826
11827 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11828
11829 Tests for validate symbol file using build-id.
11830 * gdb.base/solib-mismatch-lib.c: New file.
11831 * gdb.base/solib-mismatch-libmod.c: New file.
11832 * gdb.base/solib-mismatch.c: New file.
11833 * gdb.base/solib-mismatch.exp: New file.
11834
11835 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11836
11837 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11838 nios2-*-linux*.
11839 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11840 * gdb.base/siginfo.exp: Likewise.
11841 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11842
11843 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11844
11845 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11846 Move it to ...
11847 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11848 ... here.
11849 * gdb.trace/range-stepping.exp: Check that the target supports
11850 range stepping.
11851
11852 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11853
11854 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11855
11856 2015-07-14 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.base/killed-outside.exp: New file.
11859 * gdb.base/killed-outside.c: New file.
11860
11861 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11862
11863 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11864 (n at main): New.
11865 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11866
11867 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11868
11869 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11870 infcall tests instead of setting up for KFAIL.
11871
11872 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11873
11874 * gdb.btrace/record_goto-step.exp: New.
11875
11876 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11877
11878 PR compile/18484
11879 * gdb.compile/compile.c (struct struct_type): Add volatile to
11880 selffield's type.
11881 * gdb.compile/compile.exp
11882 (compile code struct_object.selffield = &struct_object): Skip further
11883 struct_object tests if this one xfails.
11884
11885 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11886
11887 PR exp/18617
11888 * gdb.trace/ax.exp: Add test.
11889
11890 2015-07-07 Yao Qi <yao.qi@linaro.org>
11891
11892 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11893 instead of istarget "aarch64*-*-*".
11894 * gdb.arch/aarch64-fp.exp: Likewise.
11895 * gdb.base/float.exp: Likewise.
11896 * gdb.reverse/aarch64.exp: Likewise.
11897 * lib/gdb.exp (is_aarch64_target): New proc.
11898
11899 2015-07-07 Yao Qi <yao.qi@linaro.org>
11900
11901 * lib/gdb.exp (is_aarch32_target): New proc.
11902 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11903 instead of "istarget "arm*-*-*"".
11904 * gdb.arch/arm-disp-step.exp: Likewise.
11905 * gdb.arch/thumb-bx-pc.exp: Likewise.
11906 * gdb.arch/thumb-prologue.exp: Likewise.
11907 * gdb.arch/thumb-singlestep.exp: Likewise.
11908 * gdb.base/disp-step-syscall.exp: Likewise.
11909 * gdb.base/float.exp: Likewise.
11910
11911 2015-07-07 Yao Qi <yao.qi@linaro.org>
11912
11913 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11914 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11915
11916 2015-07-07 Yao Qi <yao.qi@linaro.org>
11917
11918 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11919 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11920 if it exists.
11921 * gdb.multi/multi-arch.exp: Likewise.
11922
11923 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11924
11925 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11926 print.
11927
11928 2015-07-07 Yao Qi <yao.qi@linaro.org>
11929
11930 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11931
11932 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11933
11934 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11935 '[' and ']' characters.
11936
11937 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11938
11939 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11940
11941 2015-06-29 Pedro Alves <palves@redhat.com>
11942
11943 PR threads/18127
11944 * gdb.threads/hand-call-new-thread.c: New file.
11945 * gdb.threads/hand-call-new-thread.c: New file.
11946
11947 2015-06-26 Keith Seitz <keiths@redhat.com>
11948 Doug Evans <dje@google.com>
11949
11950 PR 16253
11951 * gdb.cp/var-tag-2.cc: New file.
11952 * gdb.cp/var-tag-3.cc: New file.
11953 * gdb.cp/var-tag-4.cc: New file.
11954 * gdb.cp/var-tag.cc: New file.
11955 * gdb.cp/var-tag.exp: New file.
11956
11957 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11958
11959 * gdb.base/history-duplicates.exp: New test.
11960
11961 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11962
11963 * gdb.base/completion.exp: Test the completion of the "focus"
11964 command.
11965
11966 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11967
11968 * gdb.arch/amd64-prologue-skip.S: New file.
11969 * gdb.arch/amd64-prologue-skip.exp: New file.
11970
11971 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11972
11973 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11974 is_address_zero_readable check.
11975
11976 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11977
11978 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11979 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11980
11981 2015-06-24 Yao Qi <yao.qi@linaro.org>
11982
11983 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11984 linux targets.
11985
11986 2015-06-24 Yao Qi <yao.qi@linaro.org>
11987
11988 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11989 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11990 * gdb.base/siginfo-thread.exp: Likewise.
11991
11992 2015-06-22 Yao Qi <yao.qi@linaro.org>
11993
11994 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11995
11996 2015-06-22 Yao Qi <yao.qi@linaro.org>
11997
11998 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11999 aarch64*-*-*.
12000 (skip_hw_watchpoint_tests): Likewise.
12001
12002 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12003
12004 * gdb.base/gdbinit-history.exp: Test the interaction between
12005 setting GDBHISTSIZE and setting the history size via .gdbinit.
12006
12007 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12008
12009 PR gdb/16999
12010 * gdb.base/gdbhistsize-history.exp: New test.
12011
12012 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12013
12014 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12015 with GDBHISTSIZE.
12016 * gdb.base/readline.exp: Likewise.
12017
12018 2015-06-17 Yao Qi <yao.qi@linaro.org>
12019
12020 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12021 line.
12022
12023 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12024
12025 * gdb.base/gdbinit-history.exp: Add test case to check that
12026 an unlimited history file does not get truncated on exit.
12027
12028 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12029
12030 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12031 (VECTOR): New macro. Use it...
12032 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12033 ...for these typedefs.
12034 (int8, char1, int1, double1): New typedefs.
12035 (struct just_int2, struct two_int2): New structures.
12036 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12037 (add_structvecs, add_singlevecs): New functions.
12038 (main): Call add_some_intvecs twice.
12039 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12040 the compile and exit upon failure. Try compiling for the "native"
12041 architecture. Test inferior function calls with vector arguments
12042 and vector return value handling with "finish" and "return".
12043
12044 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12045
12046 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12047 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12048 PE file.
12049 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12050
12051 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12052
12053 PR breakpoints/16465
12054 * gdb.mi/mi-dprintf-pending.c: New file.
12055 * gdb.mi/mi-dprintf-pending.exp: New test.
12056 * gdb.mi/mi-dprintf-pendshr.c: New file.
12057
12058 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12059 Mircea Gherzan <mircea.gherzan@intel.com>
12060
12061 * gdb.arch/i386-mpx-map.c: New file.
12062 * gdb.arch/i386-mpx-map.exp: New File.
12063
12064 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12065
12066 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12067 * gdb.arch/i386-mpx.exp: Indentation fixed.
12068
12069 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12070
12071 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12072 function and improved indentation.
12073 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12074 gdb_test_multiple. Added additional tests to skip the test.
12075
12076 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12077
12078 * gdb.arch/i386-avx512.c: Change path in include file.
12079 * gdb.arch/i386-avx512.exp: Change include dir path
12080 compilation flag.
12081 * gdb.arch/i386-mpx.c: Change path in include file.
12082 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12083 flag.
12084
12085 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12086
12087 * gdb.compile/compile-print.exp (compile print *vararray@3)
12088 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12089
12090 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12091
12092 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12093 (do not keep jit in memory): ... this.
12094 (expect 5): Change it to ...
12095 (expect no 5): ... this.
12096
12097 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12098
12099 PR gdb/15564
12100 * gdb.mi/mi-detach.exp: New file.
12101
12102 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12103
12104 PR symtab/18392
12105 * gdb.arch/amd64-tailcall-self.S: New file.
12106 * gdb.arch/amd64-tailcall-self.c: New file.
12107 * gdb.arch/amd64-tailcall-self.exp: New file.
12108
12109 2015-05-28 Don Breazeal <donb@codesourcery.com>
12110
12111 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12112 tests for remote targets by checking is_target_gdbserver.
12113
12114 2015-05-27 Doug Evans <dje@google.com>
12115
12116 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12117 * gdb.dwarf2/opaque-type-lookup.c: New file.
12118 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12119
12120 2015-05-26 Doug Evans <dje@google.com>
12121
12122 * gdb.cp/iostream.cc: New file.
12123 * gdb.cp/iostream.exp: New file.
12124
12125 2015-05-26 Doug Evans <dje@google.com>
12126
12127 * gdb.dwarf2/dw2-op-call.exp: Update.
12128 * gdb.dwarf2/dw4-sig-types.exp: Update.
12129 * gdb.dwarf2/implptr.exp: Update.
12130 * gdb.mi/mi-cmd-param-changed.exp: Update.
12131
12132 2015-05-26 Doug Evans <dje@google.com>
12133
12134 * gdb.python/py-lazy-string.c: New file.
12135 * gdb.python/py-lazy-string.exp: New file.
12136 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12137 (main): Update. Add estring3.
12138 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12139 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12140
12141 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12142 Yao Qi <yao.qi@linaro.org>
12143
12144 * gdb.reverse/aarch64.c: New.
12145 * gdb.reverse/aarch64.exp: New.
12146
12147 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12148
12149 * lib/gdb.exp (supports_process_record): Return true for
12150 aarch64*-linux*.
12151 (supports_reverse): Likewise.
12152
12153 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12154
12155 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12156 Use with_test_prefix.
12157
12158 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12159
12160 * gdb.base/completion.exp: Add test for completion of layout
12161 names.
12162
12163 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12164
12165 * lib/gdb.exp (skip_tui_tests): New proc.
12166 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12167
12168 2015-05-19 Pedro Alves <palves@redhat.com>
12169
12170 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12171 Save the whole env array instead of just HOME. Unset HISTSIZE in
12172 the environment while testing. Restore whole environment
12173 afterwards.
12174
12175 2015-05-16 Doug Evans <xdje42@gmail.com>
12176
12177 * gdb.guile/scm-ports.c: New file.
12178 * gdb.guile/scm-ports.exp: Add memory port tests.
12179
12180 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12181
12182 * gdb.compile/compile-print.c: New file.
12183 * gdb.compile/compile-print.exp: New file.
12184
12185 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12186
12187 * gdb.compile/compile-ops.exp: Cast param to void.
12188 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12189 (compile code struct_object.selffield = &struct_object): Add xfail.
12190
12191 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12192
12193 * gdb.ada/arr_enum_with_gap: New testcase.
12194
12195 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12196
12197 * gdb.ada/byte_packed_arr: New testcase.
12198
12199 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12200
12201 * gdb.ada/pckd_neg: New testcase.
12202
12203 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12204
12205 PR gdb/17820
12206 * gdb.base/gdbinit-history.exp: New test.
12207 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12208 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12209
12210 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12211
12212 * gdb.python/py-xmethods.cc: Enhance test case.
12213 * gdb.python/py-xmethods.exp: New tests.
12214 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12215 function.
12216 (B_indexoper): Likewise.
12217 (global_dm_list) : Add new xmethod worker functions.
12218
12219 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12220
12221 * gdb.base/coredump-filter.exp: Correctly unset
12222 "coredump_var_addr" array.
12223
12224 2015-05-08 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.server/non-existing-program.exp: Unset spawn_id.
12227
12228 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12229
12230 PR python/18291
12231 * gdb.python/py-xmethods.exp: Add tests.
12232
12233 2015-05-08 Yao Qi <yao.qi@linaro.org>
12234
12235 PR gdb/18208
12236 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12237 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12238 function set_coredump_filter, and remove remote_exec call.
12239 Remove argument ipid. Callers update.
12240 (top level): Don't get inferior's PID.
12241
12242 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12243
12244 * gdb.base/watch_thread_num.exp: Skip test on targets without
12245 access watchpoints.
12246
12247 2015-05-06 Pedro Alves <palves@redhat.com>
12248
12249 PR server/18081
12250 * gdb.server/non-existing-program.exp: New file.
12251
12252 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12253
12254 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12255
12256 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12257
12258 * gdb.ada/out_of_line_in_inlined: New testcase.
12259
12260 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12261
12262 * gdb.ada/var_rec_arr: New testcase.
12263
12264 2015-04-30 Yao Qi <yao.qi@linaro.org>
12265
12266 * gdb.base/break-idempotent.exp: If
12267 skip_hw_watchpoint_multi_tests returns true, skip the tests
12268 on "rwatch" and "awatch".
12269
12270 2015-04-30 Yao Qi <yao.qi@linaro.org>
12271
12272 * gdb.base/relativedebug.exp: Invoke gdb command
12273 "info sharedlibrary", and if libc.so doesn't have debug info,
12274 skip the test.
12275
12276 2015-04-29 Doug Evans <dje@google.com>
12277
12278 * gdb.python/py-xmethods.exp: Add ptype tests.
12279 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12280 get_result_type method.
12281
12282 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12283
12284 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12285 the target does not support hardware watchpoints.
12286
12287 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12288
12289 * gdb.base/break-always.exp: Abort testing if writing to memory
12290 causes an error.
12291
12292 2015-04-28 Doug Evans <dje@google.com>
12293
12294 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12295 * gdb.python/py-pp-registration.exp: ... here. New file.
12296 * gdb.python/py-pp-registration.c: New file.
12297 * gdb.python/py-pp-registration.py: New file.
12298
12299 2015-04-28 Doug Evans <dje@google.com>
12300
12301 * gdb.python/py-bad-printers.c: New file.
12302 * gdb.python/py-bad-printers.py: New file.
12303 * gdb.python/py-bad-printers.exp: New file.
12304
12305 2015-04-28 Sasha Smundak <asmundak@google.com>
12306
12307 * gdb.python/py-type.exp: New test.
12308
12309 2015-04-28 Andy Wingo <wingo@igalia.com>
12310
12311 * gdb.python/py-parameter.exp:
12312 * gdb.guile/scm-parameter.exp: Escape the path that we are
12313 matching against, as it might contain characters that are special
12314 to regular expressions.
12315
12316 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12317
12318 * gdb.ada/rec_comp: New testcase.
12319
12320 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12321
12322 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12323 before using it.
12324
12325 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12326
12327 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12328 new tests for verilog output.
12329
12330 2015-04-24 Yao Qi <yao.qi@linaro.org>
12331
12332 * boards/remote-gdbserver-on-localhost.exp: New file.
12333
12334 2015-04-23 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12337 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12338 "end of file", remove $inferior_spawn_id from the indirect list.
12339
12340 2015-04-23 Pedro Alves <palves@redhat.com>
12341
12342 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12343
12344 2015-04-23 Pedro Alves <palves@redhat.com>
12345
12346 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12347 on $any_spawn_id instead of only on $gdb_spawn_id.
12348
12349 2015-04-21 Pierre Muller <muller@sourceware.org>
12350
12351 PR pascal/17815
12352 * lib/pascal.exp (gpc_compile): Add new option "class".
12353 (fpc_compile): Likewise.
12354 * gdb.pascal/case-insensitive-symbols.pas: New file.
12355 * gdb.pascal/case-insensitive-symbols.exp: New file.
12356
12357 2015-04-20 Gary Benson <gbenson@redhat.com>
12358
12359 * gdb.base/attach.exp: Fix three extended remote failures.
12360
12361 2015-04-17 Gary Benson <gbenson@redhat.com>
12362
12363 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12364 the main executable over the remote protocol.
12365
12366 2015-04-16 Pedro Alves <palves@redhat.com>
12367
12368 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12369 a new gdbserver if gdbserver_reconnect_p is set.
12370
12371 2015-04-16 Pedro Alves <palves@redhat.com>
12372
12373 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12374 is set, don't exit gdbserver.
12375
12376 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12377
12378 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12379 appropriate .insn, such that an older assembler can be used.
12380 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12381 the z/Architecture instruction set on 31-bit targets as well.
12382
12383 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12384
12385 * gdb.go/handcall.exp: Remove all logic related to the first
12386 breakpoint and rely on go_runto_main instead.
12387 * gdb.go/strings.exp: Likewise.
12388 * gdb.go/unsafe.exp: Likewise.
12389 * gdb.go/hello.exp: Likewise. Also rename the remaining
12390 breakpoint marker to "breakpoint 1".
12391 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12392 * gdb.go/strings.go: Likewise.
12393 * gdb.go/unsafe.go: Likewise.
12394 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12395 "set breakpoint 2 here" and rename the remaining breakpoint marker
12396 to "breakpoint 1".
12397
12398 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12399
12400 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12401 if itertools.imap is not present.
12402 * gdb.python/py-objfile.exp: Add parentheses.
12403 * gdb.python/py-type.exp: Same.
12404 * gdb.python/py-unwind-maint.py: Same.
12405
12406 2015-04-15 Yao Qi <yao.qi@linaro.org>
12407
12408 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12409 of ":$ptr_size" and set its form explicitly.
12410
12411 2015-04-15 Pedro Alves <palves@redhat.com>
12412 Yao Qi <yao.qi@linaro.org>
12413
12414 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12415 timeout by factor of 4.
12416 (test_regular_watch): Likewise.
12417 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12418 * gdb.reverse/sigall-reverse.exp: Likewise.
12419 * gdb.reverse/until-precsave.exp: Likewise.
12420 * lib/gdb.exp (with_timeout_factor): New proc.
12421 (gdb_expect): Move some code to ...
12422 (get_largest_timeout): ... here. New procedure.
12423
12424 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12425
12426 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12427
12428 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12429
12430 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12431 to write to the .text section.
12432
12433 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12434
12435 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12436 Handle the case of targets that do not provide PID information.
12437
12438 2015-04-13 Yao Qi <yao.qi@linaro.org>
12439
12440 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12441 and use expect instead of gdb_expect.
12442
12443 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12444
12445 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12446 "coredump_var_addr" to avoid naming conflict with other testcases.
12447
12448 2015-04-10 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12451 gdb_test_sequence and gdb_assert.
12452
12453 2015-04-10 Pedro Alves <palves@redhat.com>
12454
12455 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12456 test messages that don't include the breakpoint address.
12457
12458 2015-04-10 Yao Qi <yao.qi@linaro.org>
12459
12460 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12461 false for some offset and width combinations which aren't
12462 supported by linux kernel.
12463
12464 2015-04-10 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12467 procedure, factored out from ...
12468 (top level): ... here. Add "set displaced-stepping" testing axis.
12469 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12470 parameter "displaced". Use it.
12471 (top level): Use foreach and add "set displaced-stepping" testing
12472 axis.
12473
12474 2015-04-10 Pedro Alves <palves@redhat.com>
12475
12476 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12477 Remove comment.
12478 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12479 both the address of the instruction that triggers the watchpoint
12480 and the address of the instruction immediately after, and use
12481 those addresses for the test. Fix comment.
12482
12483 2015-04-10 Pedro Alves <palves@redhat.com>
12484
12485 * gdb.base/sigstep.exp (breakpoint_to_handler)
12486 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12487 Test "backtrace" in handler.
12488 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12489 (top level): Add new "displaced" test axis to
12490 breakpoint_to_handler, breakpoint_to_handler_entry and
12491 breakpoint_over_handler.
12492
12493 2015-04-10 Pedro Alves <palves@redhat.com>
12494
12495 PR gdb/18216
12496 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12497
12498 2015-04-10 Yao Qi <yao.qi@linaro.org>
12499
12500 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12501 (test_add_rn_pc): New function.
12502 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12503 (top level): Invoke test_add_rn_pc.
12504
12505 2015-04-10 Pedro Alves <palves@redhat.com>
12506
12507 PR gdb/13858
12508 * gdb.base/step-over-no-symbols.exp: New file.
12509
12510 2015-04-09 Andy Wingo <wingo@igalia.com>
12511
12512 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12513 after the Python tests.
12514
12515 2015-04-08 Keith Seitz <keiths@redhat.com>
12516
12517 PR python/16699
12518 * gdb.python/py-completion.exp: New tests for completion.
12519 * gdb.python/py-completion.py (CompleteLimit1): New class.
12520 (CompleteLimit2): Likewise.
12521 (CompleteLimit3): Likewise.
12522 (CompleteLimit4): Likewise.
12523 (CompleteLimit5): Likewise.
12524 (CompleteLimit6): Likewise.
12525 (CompleteLimit7): Likewise.
12526
12527 2015-04-08 Pedro Alves <palves@redhat.com>
12528
12529 PR gdb/18214
12530 PR gdb/18216
12531 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12532 function.
12533 (main): Install it as SIGUSR1 handler.
12534 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12535 parameter. Always use "setup" as prefix. Toggle "set
12536 displaced-stepping" off/on depending on global. Don't switch to
12537 thread 1 here.
12538 (top level): Add displaced stepping "off/on" test axis. Update
12539 "setup" calls. Wrap each subtest with with_test_prefix. Test
12540 continuing with a queued signal in each thread.
12541
12542 2015-04-08 Pedro Alves <palves@redhat.com>
12543
12544 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12545 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12546 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12547 Return early if running to main fails.
12548 * gdb.trace/while-stepping.exp: Likewise.
12549
12550 2015-04-07 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12553 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12554 interact with inferior program.
12555
12556 2015-04-07 Pedro Alves <palves@redhat.com>
12557
12558 * lib/gdb.exp (inferior_spawn_id): New global.
12559 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12560 spawn id after processing the user code.
12561 (default_gdb_start): Set inferior_spawn_id.
12562 (send_inferior): New procedure.
12563 * lib/gdbserver-support.exp (gdbserver_start): Set
12564 inferior_spawn_id.
12565 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12566
12567 2015-04-07 Pedro Alves <palves@redhat.com>
12568
12569 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12570 * lib/gdbserver-support.exp (gdbserver_start): Make
12571 $server_spawn_id global.
12572 (gdbserver_start): Don't wait for gdbserver's spawn id with
12573 expect_background.
12574 (close_gdbserver): New procedure.
12575 (gdb_exit): Rename the default version and reimplement.
12576
12577 2015-04-07 Pedro Alves <palves@redhat.com>
12578
12579 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12580 append the substituted item, not the original item.
12581
12582 2015-04-07 Pedro Alves <palves@redhat.com>
12583
12584 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12585 gdb_expect.
12586
12587 2015-04-07 Pedro Alves <palves@redhat.com>
12588
12589 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12590 output appearing once only.
12591
12592 2015-04-07 Pedro Alves <palves@redhat.com>
12593
12594 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12595 that doesn't expect anything. Return early if running to main
12596 fails.
12597
12598 2015-04-07 Yao Qi <yao.qi@linaro.org>
12599
12600 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12601 (child_function): Call alarm.
12602 (main): Move call to alarm into the loop.
12603 * gdb.threads/non-stop-fair-events.exp: Build program with
12604 -DTIMEOUT=$timeout.
12605
12606 2015-04-06 Doug Evans <xdje42@gmail.com>
12607
12608 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12609 Fix dest parameter to board_info.
12610 (fpc_compile): Ditto.
12611 (gdb_compile_pascal): Rename dest arg to destfile.
12612
12613 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12614
12615 * gdb.ada/funcall_ref.exp: New file.
12616 * gdb.ada/funcall_ref/foo.adb: New file.
12617
12618 2015-04-02 Yao Qi <yao.qi@linaro.org>
12619
12620 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12621 is remote.
12622
12623 2015-04-02 Gary Benson <gbenson@redhat.com>
12624
12625 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12626
12627 2015-04-01 Sasha Smundak <asmundak@google.com>
12628
12629 * gdb.python/py-unwind-maint.c: New file.
12630 * gdb.python/py-unwind-maint.exp: New test.
12631 * gdb.python/py-unwind-maint.py: New file.
12632 * gdb.python/py-unwind.c: New file.
12633 * gdb.python/py-unwind.exp: New test.
12634 * gdb.python/py-unwind.py: New test.
12635
12636 2015-04-01 Pedro Alves <palves@redhat.com>
12637
12638 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12639 to fail instead of non-existent $test.
12640
12641 2015-04-01 Pedro Alves <palves@redhat.com>
12642
12643 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12644 GDBFLAGS if not empty.
12645
12646 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12647
12648 * gdb.ada/complete.exp: Remove "multi_line".
12649 * gdb.ada/info_exc.exp: Remove "multi_line".
12650 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12651 * gdb.ada/ptype_field.exp: Remove "multi_line".
12652 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12653 * gdb.ada/tagged.exp: Remove "multi_line".
12654 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12655 [multi_line ...]
12656 * gdb.btrace/delta.exp: Likewise.
12657 * gdb.btrace/exception.exp: Likewise.
12658 * gdb.btrace/function_call_history.exp: Likewise.
12659 * gdb.btrace/instruction_history.exp: Likewise.
12660 * gdb.btrace/nohist.exp: Likewise.
12661 * gdb.btrace/record_goto.exp: Likewise.
12662 * gdb.btrace/segv.exp: Likewise.
12663 * gdb.btrace/stepi.exp: Likewise.
12664 * gdb.btrace/tailcall.exp: Likewise.
12665 * gdb.btrace/unknown_functions.exp: Likewise.
12666 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12667 * lib/gdb.exp: Add the "multi_line" helper.
12668
12669 2015-04-01 Pedro Alves <palves@redhat.com>
12670
12671 * gdb.threads/tid-reuse.c: New file.
12672 * gdb.threads/tid-reuse.exp: New file.
12673
12674 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12675
12676 PR corefiles/16092
12677 * gdb.base/coredump-filter.c: New file.
12678 * gdb.base/coredump-filter.exp: Likewise.
12679
12680 2015-03-27 Petr Machata <pmachata@redhat.com>
12681
12682 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12683 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12684 (Dwarf::assemble): Initialize them.
12685 (Dwarf::lines): New function.
12686
12687 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12688
12689 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12690 SYMBOL_PREFIX for x86_64-*-cygwin.
12691
12692 2015-03-26 Andy Wingo <wingo@igalia.com>
12693
12694 PR symtab/18148
12695 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12696 const_value but not a location.
12697 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12698 location defined in non-main CUs are visible.
12699
12700 2015-03-26 Yao Qi <yao.qi@linaro.org>
12701
12702 PR testsuite/18139
12703 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12704 Add a line number entry for the same line.
12705 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12706 Add a line number entry for the same line.
12707
12708 2015-03-26 Yao Qi <yao.qi@linaro.org>
12709
12710 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12711 .int 0.
12712 (func): Likewise. Add .Lfunc_1 label.
12713 Use .Lfunc_1 label.
12714 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12715 .int 0.
12716 (func): Likewise.
12717 Use .Lfunc_1 label.
12718
12719 2015-03-26 Yao Qi <yao.qi@linaro.org>
12720
12721 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12722 Call gdb_compile instead to compile each .s files without debug
12723 information.
12724
12725 2015-03-26 Yao Qi <yao.qi@linaro.org>
12726
12727 * gdb.base/savedregs.exp (process_saved_regs): Make
12728 "Saved registers:" optional in the pattern.
12729
12730 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12731
12732 * gdb.btrace/next.exp: Merged into step.exp.
12733 * gdb.btrace/finish.exp: Merged into step.exp.
12734 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12735 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12736 "record goto" and checking the exact replay position.
12737 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12738 check for "Recording format" in "info record" output.
12739 * gdb.btrace/record_goto.exp: Choose test file based on target.
12740 * gdb.btrace/x86-record_goto.S: Renamed into ...
12741 * gdb.btrace/x86_64-record_goto.S: ... this.
12742 * gdb.btrace/i686-record_goto.S: New.
12743 * gdb.btrace/x86-tailcall.S: Renamed into ...
12744 * gdb.btrace/x86_64-tailcall.S: ... this.
12745 * gdb.btrace/i686-tailcall.S: New.
12746 * gdb.btrace/x86-tailcall.c: Renamed into ...
12747 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12748 separate statements. Update test.
12749 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12750 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12751 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12752 * gdb.btrace/tailcall.exp: Choose test file based on target.
12753 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12754
12755 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12756
12757 * gdb.btrace/exception.exp: Increase BTS buffer size.
12758
12759 2015-03-24 Pedro Alves <palves@redhat.com>
12760
12761 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12762
12763 2015-03-24 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.threads/schedlock.exp (test_step): No longer expect that
12766 "set scheduler-locking step" with "next" over a function call runs
12767 threads unlocked.
12768
12769 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12770
12771 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12772
12773 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12774
12775 PR breakpoints/16466
12776 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12777 * gdb.mi/mi-pending.c (thread_func): New function.
12778 (int main): Add threading support required.
12779 * gdb.mi/mi-pending.exp: Add tests for this issue.
12780 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12781 (pendfunc2): Remove stdio dependency.
12782 * gdb.mi/mi-pendshr2.c: New file.
12783
12784 2015-03-23 Keith Seitz <keiths@redhat.com>
12785
12786 * gdb.linespec/keywords.c: New file.
12787 * gdb.linespec/keywords.exp: New file.
12788
12789 2015-03-23 Keith Seitz <keiths@redhat.com>
12790
12791 PR gdb/18021
12792 * gdb.dwarf2/staticvirtual.exp: New test.
12793
12794 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12795
12796 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12797 * README: Remove HP-UX and gdb.hp.
12798 (configuration):
12799 * configure: Regenerate.
12800 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12801 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12802 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12803 gdb.hp/gdb.defects/Makefile.
12804 * gdb.hp/Makefile.in: File deleted.
12805 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12806 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12807 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12808 * gdb.hp/gdb.aCC/run.c: File deleted.
12809 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12810 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12811 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12812 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12813 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12814 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12815 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12816 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12817 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12818 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12819 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12820 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12821 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12822 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12823 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12824 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12825 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12826 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12827 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12828 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12829 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12830 * gdb.hp/gdb.compat/average.c: File deleted.
12831 * gdb.hp/gdb.compat/sum.c: File deleted.
12832 * gdb.hp/gdb.compat/xdb.c: File deleted.
12833 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12834 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12835 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12836 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12837 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12838 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12839 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12840 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12841 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12842 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12843 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12844 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12845 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12846 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12847 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12848 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12849 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12850 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12851 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12852 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12853 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12854 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12855 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12856 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12857 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12858 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12859 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12860 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12861 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12862 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12863 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12864 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12865 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12866 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12867 * gdb.hp/tools/odump: File deleted.
12868
12869 2015-03-19 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12872 (saw_thread_3): New globals.
12873 (top level): Increment them when an event for the corresponding
12874 thread is seen.
12875 (no thread starvation): New test.
12876
12877 2015-03-19 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.threads/continue-pending-status.c: New file.
12880 * gdb.threads/continue-pending-status.exp: New file.
12881
12882 2015-03-18 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12885 Use gdb_is_target_remote instead of is_remote. Use
12886 gdb_test_multiple instead of gdb_expect. Exit early if
12887 gdb_test_multiple hits its internal matches. Tighten stepi tests
12888 expected output. Fail on exit with any signal, instead of just
12889 SIGILL.
12890
12891 2015-03-18 Yao Qi <yao.qi@linaro.org>
12892
12893 PR tdep/18107
12894 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12895 variable.
12896 * gdb.base/catch-syscall.exp: Don't skip it on
12897 aarch64*-*-linux* target. Remove elements in all_syscalls.
12898 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12899 target.
12900 (setup_all_syscalls): New proc.
12901
12902 2015-03-16 Yao Qi <yao.qi@linaro.org>
12903
12904 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12905 (top level): Skip tests if valid_addr_p returns false for
12906 $cmd1 or $cmd2.
12907
12908 2015-03-11 Andy Wingo <wingo@igalia.com>
12909
12910 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12911
12912 2015-03-11 Yao Qi <yao.qi@linaro.org>
12913
12914 * gdb.base/catch-syscall.exp: Fix typo in comments.
12915
12916 2015-03-11 Yao Qi <yao.qi@linaro.org>
12917
12918 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12919
12920 2015-03-09 Pedro Alves <palves@redhat.com>
12921
12922 * dg-extract-results.py: Delete.
12923
12924 2015-03-09 Pedro Alves <palves@redhat.com>
12925
12926 Merge dg-extract-results.sh from GCC upstream (r218843).
12927
12928 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12929 * dg-extract-results.sh: Use --text with grep to avoid issues with
12930 binary files. Fall back to cat -v, if that doesn't work.
12931
12932 2015-03-05 Pedro Alves <palves@redhat.com>
12933
12934 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12935
12936 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12937
12938 * lib/mi-support.exp (mi_expect_interrupt): Accept
12939 alternative event for when in all-stop mode.
12940
12941 2015-03-04 Pedro Alves <palves@redhat.com>
12942
12943 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12944
12945 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12946
12947 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12948
12949 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12950
12951 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12952 regexps for GDB's current line display, accept a hex address
12953 preceding the line number.
12954
12955 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12956
12957 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12958 the 'arch1' variable for "s390*-linux*" targets.
12959
12960 2015-03-04 Pedro Alves <palves@redhat.com>
12961
12962 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12963 (main): Pass missing retval argument to pthread_join call.
12964
12965 2015-03-02 Pedro Alves <palves@redhat.com>
12966
12967 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12968 (top level): Call do_test with non-stop as well.
12969
12970 2015-03-02 Pedro Alves <palves@redhat.com>
12971
12972 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12973 -1.
12974
12975 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12976
12977 * gdb.arch/s390-vregs.exp: New test.
12978 * gdb.arch/s390-vregs.S: New file.
12979
12980 2015-02-27 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12983 call to catch_command_errors.
12984 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12985 catch_command_errors.
12986
12987 2015-02-27 Pedro Alves <palves@redhat.com>
12988
12989 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12990 "true" for boolean result.
12991 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12992 prototype of main.
12993
12994 2015-02-27 Pedro Alves <palves@redhat.com>
12995
12996 * lib/unbuffer_output.c: New file.
12997 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12998 (main): Call gdb_unbuffer_output.
12999
13000 2015-02-27 Yao Qi <yao.qi@linaro.org>
13001
13002 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13003 target.
13004
13005 2015-02-26 Doug Evans <dje@google.com>
13006
13007 * gdb.cp/class2.cc (Dbase, D): New classes.
13008 (main): New local delta.
13009 * gdb.cp/class2.exp: Test printing delta.
13010 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13011 (dynbar): New global.
13012 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13013
13014 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13015
13016 * gdb.compile/compile-ifunc.c: New file.
13017 * gdb.compile/compile-ifunc.exp: New file.
13018
13019 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13020
13021 * gdb.base/structs.exp: Check for correct struct on finish.
13022
13023 2015-02-26 Yao Qi <yao.qi@linaro.org>
13024
13025 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13026 is zero.
13027
13028 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13029
13030 * gdb.arch/cordic.ko.bz2: New file.
13031 * gdb.arch/cordic.ko.debug.bz2: New file.
13032 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13033
13034 2015-02-25 Yao Qi <yao.qi@linaro.org>
13035
13036 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13037 aarch64*-*-* target.
13038
13039 2015-02-23 Pedro Alves <palves@redhat.com>
13040
13041 * lib/gdb.exp (delete_breakpoints): Rewrite using
13042 gdb_test_multiple.
13043
13044 2015-02-23 Pedro Alves <palves@redhat.com>
13045
13046 * gdb.base/info-os.c: Include stdlib.h.
13047
13048 2015-02-22 Doug Evans <xdje42@gmail.com>
13049
13050 PR symtab/17855
13051 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13052 is read after symbols have been re-read.
13053 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13054 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13055
13056 2015-02-21 Doug Evans <dje@google.com>
13057
13058 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13059
13060 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13061
13062 PR corefiles/17808
13063 * gdb.arch/i386-biarch-core.core.bz2: New file.
13064 * gdb.arch/i386-biarch-core.exp: New file.
13065
13066 2015-02-21 Pedro Alves <palves@redhat.com>
13067
13068 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13069 runto_main fails.
13070
13071 2015-02-20 Pedro Alves <palves@redhat.com>
13072
13073 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13074 info probes.
13075
13076 2015-02-20 Pedro Alves <palves@redhat.com>
13077
13078 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13079
13080 2015-02-20 Pedro Alves <palves@redhat.com>
13081
13082 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13083 clean_restart before gdb_target_supports_trace.
13084
13085 2015-02-20 Pedro Alves <palves@redhat.com>
13086
13087 PR threads/18006
13088 * gdb.threads/clone-thread_db.c: New file.
13089 * gdb.threads/clone-thread_db.exp: New file.
13090
13091 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13092
13093 PR breakpoints/16812
13094 * gdb.base/catch-gdb-caused-signals.c: New file.
13095 * gdb.base/catch-gdb-caused-signals.exp: New file.
13096
13097 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13098
13099 * configure: Regenerated.
13100 * configure.ac: Use GDB_AC_TRANSFORM.
13101 * aclocal.m4: sinclude ../transform.m4.
13102
13103 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13104
13105 * lib/dtrace.exp: New file.
13106 * gdb.base/dtrace-probe.exp: Likewise.
13107 * gdb.base/dtrace-probe.d: Likewise.
13108 * gdb.base/dtrace-probe.c: Likewise.
13109 * lib/pdtrace.in: Likewise.
13110 * configure.ac: Output variables with the transformed names of
13111 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13112 * configure: Regenerated.
13113
13114 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13115
13116 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13117 expected message when trying to access $_probe_* convenience
13118 variables while not on a probe.
13119
13120 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13121
13122 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13123
13124 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13125
13126 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13127 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13128
13129 2015-02-10 Doug Evans <xdje42@gmail.com>
13130
13131 * lib/gdb.exp (gdb_load): Always return a result.
13132
13133 2015-02-10 Pedro Alves <palves@redhat.com>
13134
13135 * gdb.threads/signal-sigtrap.c: New file.
13136 * gdb.threads/signal-sigtrap.exp: New file.
13137
13138 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13139
13140 * gdb.trace/no-attach-trace.c: New file.
13141 * gdb.trace/no-attach-trace.exp: New file.
13142
13143 2015-02-09 Mark Wielaard <mjw@redhat.com>
13144
13145 * gdb.dwarf2/atomic.c: New file.
13146 * gdb.dwarf2/atomic-type.exp: Likewise.
13147
13148 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13149
13150 * gdb.btrace/buffer-size.exp: Update "info record" output.
13151 * gdb.btrace/delta.exp: Update "info record" output.
13152 * gdb.btrace/enable.exp: Update "info record" output.
13153 * gdb.btrace/finish.exp: Update "info record" output.
13154 * gdb.btrace/instruction_history.exp: Update "info record" output.
13155 * gdb.btrace/next.exp: Update "info record" output.
13156 * gdb.btrace/nexti.exp: Update "info record" output.
13157 * gdb.btrace/step.exp: Update "info record" output.
13158 * gdb.btrace/stepi.exp: Update "info record" output.
13159 * gdb.btrace/nohist.exp: Update "info record" output.
13160
13161 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13162
13163 * gdb.btrace/buffer-size: New.
13164
13165 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13166
13167 * gdb.btrace/delta.exp: Update "info record" output.
13168 * gdb.btrace/enable.exp: Update "info record" output.
13169 * gdb.btrace/finish.exp: Update "info record" output.
13170 * gdb.btrace/instruction_history.exp: Update "info record" output.
13171 * gdb.btrace/next.exp: Update "info record" output.
13172 * gdb.btrace/nexti.exp: Update "info record" output.
13173 * gdb.btrace/step.exp: Update "info record" output.
13174 * gdb.btrace/stepi.exp: Update "info record" output.
13175 * gdb.btrace/nohist.exp: Update "info record" output.
13176
13177 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13178
13179 PR gdb/15678
13180 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13181
13182 2015-02-06 Pedro Alves <palves@redhat.com>
13183
13184 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13185 macro.
13186 (seconds_left, again): New globals.
13187 (main): Wait seconds_left in a 1-second sleep loop instead of
13188 sleeping 180 seconds. If 'again' is set, reset the seconds
13189 counter.
13190 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13191 'again' in the inferior before detaching. Print the seconds left.
13192 (options): New global.
13193 (top level): Build program with -DTIMEOUT=$timeout.
13194
13195 2015-02-06 Pedro Alves <palves@redhat.com>
13196
13197 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13198 determine how many seconds to pass to 'alarm'.
13199 * gdb.base/gdb-sigterm.exp (top level): Build program with
13200 -DTIMEOUT=$timeout.
13201 (do_test): Return success/failure indication. Add more verbose
13202 logging. Don't fail if 200 single steps are seen. Instead, fail
13203 when the test times out.
13204 (passes): New global.
13205 (top level): Break the testing loop if testing fails on any
13206 iteration. Use gdb_assert.
13207
13208 2015-02-04 Don Breazeal <donb@codesourcery.com>
13209
13210 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13211 and initialize them.
13212 (ipc_cleanup): New function.
13213 (main): Don't declare shmid, semid, and msqid. Add a call to
13214 atexit so that we call ipc_cleanup on exit.
13215
13216 2015-02-04 Pedro Alves <palves@redhat.com>
13217
13218 * boards/native-extended-gdbserver.exp: Remove any target variant
13219 specifications from the board name before clearing the isremote
13220 flag from board_info.
13221
13222 2015-01-31 Doug Evans <xdje42@gmail.com>
13223
13224 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13225
13226 2015-01-31 Gary Benson <gbenson@redhat.com>
13227
13228 * gdb.base/completion.exp: Disable completion limiting for
13229 existing tests. Add new tests to check completion limiting.
13230 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13231
13232 2015-01-31 Doug Evans <xdje42@gmail.com>
13233
13234 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13235
13236 2015-01-31 Doug Evans <xdje42@gmail.com>
13237
13238 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13239 entries. Duplicate file section script entries.
13240 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13241 inlined entries. Add test for safe-path rejection.
13242 * gdb.python/py-section-script.c: Add duplicate inlined section script
13243 entries. Duplicate file section script entries.
13244 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13245 inlined entries. Add test for safe-path rejection.
13246
13247 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13248
13249 * gdb.ada/disc_arr_bound: New testcase.
13250
13251 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13252
13253 * gdb.ada/mi_var_array: New testcase.
13254
13255 2015-01-27 Doug Evans <dje@google.com>
13256
13257 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13258 Add test for objfile.filename, objfile.username after objfile
13259 has been unloaded.
13260
13261 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13262
13263 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13264 the second test to print the name attribute of value
13265 returned by the call to gdb.lookup_type, and adjust
13266 the expected output accordingly.
13267
13268 2015-01-25 Mark Wielaard <mjw@redhat.com>
13269
13270 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13271 * gdb.base/disp-step-fork.c: Include unistd.h.
13272 * gdb.base/siginfo-obj.c: Include stdio.h.
13273 * gdb.base/siginfo-thread.c: Likewise.
13274 * gdb.mi/non-stop.c: Include unistd.h.
13275 * gdb.mi/nsthrexec.c: Include stdio.h.
13276 * gdb.mi/pthreads.c: Include unistd.h.
13277 * gdb.modula2/unbounded1.c (main): Declare returns int.
13278 * gdb.reverse/consecutive-reverse.c: Likewise.
13279 * gdb.threads/create-fail.c: Include unistd.h.
13280 * gdb.threads/killed.c: Likewise.
13281 * gdb.threads/linux-dp.c: Likewise.
13282 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13283 * gdb.threads/non-ldr-exc-2.c: Likewise.
13284 * gdb.threads/non-ldr-exc-3.c: Likewise.
13285 * gdb.threads/non-ldr-exc-4.c: Likewise.
13286 * gdb.threads/pthreads.c: Include unistd.h.
13287 (main): Declare returns int.
13288 * gdb.threads/tls-main.c (foo): New declaration.
13289 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13290
13291 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13292
13293 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13294 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13295
13296 2015-01-15 Mark Wielaard <mjw@redhat.com>
13297
13298 * gdb.base/noreturn-return.c: New file.
13299 * gdb.base/noreturn-return.exp: New file.
13300 * gdb.base/noreturn-finish.c: New file.
13301 * gdb.base/noreturn-finish.exp: New file.
13302
13303 2015-01-23 Pedro Alves <palves@redhat.com>
13304
13305 * gdb.threads/continue-pending-after-query.c: New file.
13306 * gdb.threads/continue-pending-after-query.exp: New file.
13307
13308 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13309 Simon Marchi <simon.marchi@ericsson.com>
13310
13311 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13312 * gdb.base/valgrind-db-attach.exp: Same.
13313 * gdb.base/valgrind-infcall.exp: Same.
13314 * lib/mi-support.exp (default_mi_gdb_start): Same.
13315 * lib/prompt.exp (default_prompt_gdb_start): Same.
13316 * lib/gdb.exp (default_gdb_spawn): Same.
13317 (gdb_interact): New.
13318
13319
13320 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13321
13322 * gdb.compile/compile.exp (pointer to jit function): New test.
13323
13324 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13325
13326 * lib/gdb.exp (supports_process_record): Return true for
13327 powerpc*-*-linux*.
13328 (supports_reverse): Likewise.
13329
13330 2015-01-15 Don Breazeal <donb@codesourcery.com>
13331
13332 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13333 instead of checking whether the target board is remote and
13334 use spawn_wait_for_attach instead of exec/sleep.
13335 * gdb.base/attach-twice.exp: Likewise.
13336
13337 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13338
13339 * gdb.ada/var_arr_attrs: New testcase.
13340
13341 2015-01-14 Pedro Alves <palves@redhat.com>
13342 Joel Brobecker <brobecker@adacore.com>
13343
13344 PR gdb/17525
13345 * gdb.base/bp-cmds-execution-x-script.c: New file.
13346 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13347 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13348
13349 2015-01-14 Pedro Alves <palves@redhat.com>
13350
13351 PR cli/17828
13352 * gdb.base/batch-preserve-term-settings.c: New file.
13353 * gdb.base/batch-preserve-term-settings.exp: New file.
13354
13355 2015-01-13 Doug Evans <dje@google.com>
13356
13357 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13358 binary.
13359
13360 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13361
13362 * Makefile.in (clean mostlyclean): Do not delete *.py.
13363
13364 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13365
13366 * gdb.python/py-lookup-type.exp: New file.
13367
13368 2015-01-12 Pedro Alves <palves@redhat.com>
13369
13370 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13371 restore GDBFLAGS before returning.
13372
13373 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13374
13375 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13376 is_amd64_regs_target and is_x86_like_target.
13377
13378 2015-01-11 Doug Evans <xdje42@gmail.com>
13379
13380 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13381 is given without an explicit form.
13382 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13383 attributes.
13384 * gdb.dwarf/corrupt.exp: Ditto.
13385 * gdb.dwarf2/enum-type.exp: Ditto.
13386 * gdb.trace/entry-values.exp: Ditto.
13387 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13388
13389 2015-01-11 Doug Evans <xdje42@gmail.com>
13390
13391 PR gdb/15830
13392 * gdb.base/maint.exp: Remove references to "maint demangle".
13393 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13394 Add tests for explicitly specifying language to demangle.
13395 * gdb.dlang/demangle.exp: Ditto.
13396
13397 2015-01-09 Pedro Alves <palves@redhat.com>
13398
13399 * gdb.threads/non-stop-fair-events.c: New file.
13400 * gdb.threads/non-stop-fair-events.exp: New file.
13401
13402 2015-01-09 Pedro Alves <palves@redhat.com>
13403
13404 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13405 the global scope. Set a breakpoint after all threads are started
13406 rather than stepping over two source lines. Expect the prompt.
13407 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13408 global.
13409 (NUM): Now 15.
13410 (main): Use threads_started_barrier to wait for all threads to
13411 start. Main thread no longer calls thread_function. Exit after
13412 180 seconds.
13413 (loop): New function.
13414 (thread_function): Wait on threads_started_barrier barrier. Call
13415 'loop' at each iteration.
13416 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13417 threads have started, instead of hardcoding number of "next"
13418 steps. Use an access watchpoint instead of a write watchpoint.
13419
13420 2015-01-09 Pedro Alves <palves@redhat.com>
13421
13422 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13423 (thread_func): Wait on barrier.
13424 (main): Wait for all threads to start before stopping GDB.
13425 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13426 global.
13427 (thread1_func, thread2_func): Wait on barrier.
13428 (main): Wait for all threads to start before stopping GDB.
13429 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13430 New global.
13431 (thread1_func, thread2_func): Wait on barrier.
13432 (main): Wait for all threads to start before stopping GDB.
13433
13434 2015-01-09 Pedro Alves <palves@redhat.com>
13435
13436 * gdb.threads/attach-many-short-lived-threads.c: New file.
13437 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13438
13439 2014-01-09 Pedro Alves <palves@redhat.com>
13440
13441 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13442 instead of to thread 2.
13443 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13444 Add barrier around each pthread_create call instead of around all
13445 calls.
13446 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13447 Set a break on thread_function and have the child threads hit it
13448 one at at a time.
13449
13450 2015-01-09 Pedro Alves <palves@redhat.com>
13451
13452 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13453 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13454 false.
13455 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13456 checking whether the target board is remote.
13457 * gdb.multi/multi-attach.exp: Likewise.
13458 * gdb.python/py-sync-interp.exp: Likewise.
13459 * gdb.server/ext-attach.exp: Likewise.
13460 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13461 tests that need to attach, instead of checking whether the target
13462 board is remote at the top of the file.
13463
13464 2015-01-08 Yao Qi <yao@codesourcery.com>
13465
13466 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13467
13468 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13469
13470 Fix testcase compilation.
13471 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13472
13473 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13474
13475 * gdb.python/py-type.exp: Add a couple test about empty
13476 array creation, and negative-length array creation.
13477
13478 2015-01-02 Doug Evans <xdje42@gmail.com>
13479
13480 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13481
13482 2015-01-02 Doug Evans <dje@google.com>
13483
13484 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13485
13486 2014-12-29 Yao Qi <yao@codesourcery.com>
13487
13488 * gdb.trace/entry-values.exp: Update comments. Rename variable
13489 bar_call_foo to returned_from_foo.
13490
13491 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13492
13493 PR gdb/17394
13494 * gdb.linespec/break-asm-file.c: New file.
13495 * gdb.linespec/break-asm-file.exp: New file.
13496 * gdb.linespec/break-asm-file0.s: New file.
13497 * gdb.linespec/break-asm-file1.s: New file.
13498
13499 2014-12-18 Nigel Stephens <nigel@mips.com>
13500 Maciej W. Rozycki <macro@codesourcery.com>
13501
13502 * gdb.base/float.exp: Handle the new output from "info float" on
13503 MIPS targets.
13504
13505 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13506
13507 Fix MinGW compilation.
13508 * gdb.compile/compile-ops.exp: Update untested message if
13509 !skip_compile_feature_tests.
13510 * gdb.compile/compile-setjmp.exp: Likewise.
13511 * gdb.compile/compile-tls.exp: Likewise.
13512 * gdb.compile/compile.exp: Likewise.
13513 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13514 supported on this host".
13515
13516 2014-12-16 Doug Evans <xdje42@gmail.com>
13517
13518 * boards/stabs.exp: New file.
13519
13520 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13521
13522 * gdb.base/completion.exp: Adjust to format changes of "maint
13523 print user-registers".
13524
13525 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13526
13527 PR server/17457
13528 * gdb.arch/aarch64-fp.c: New file.
13529 * gdb.arch/aarch64-fp.exp: New file.
13530
13531 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13532
13533 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13534 r210637, r210913, r211666, r215400, r215817).
13535
13536 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13537 * dg-extract-results.py: New file.
13538 * dg-extract-results.sh: Use it if the environment seems
13539 suitable.
13540
13541 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13542
13543 * dg-extract-results.py (parse_run): Handle warnings that
13544 are printed before a test harness is run.
13545
13546 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13547
13548 * dg-extract-results.py (Named): Remove __cmp__ method.
13549 (output_variation): Use a key to sort variation.harnesses.
13550
13551 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13552
13553 * dg-extract-results.py: For Python 3, force sys.stdout to
13554 handle surrogate escape sequences.
13555 (safe_open): New function.
13556 (output_segment, main): Use it.
13557
13558 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13559
13560 * dg-extract-results.py (Prog.result_re): Include options
13561 in test name.
13562
13563 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13564
13565 * dg-extract-results.py (output_variation): Always sort if
13566 do_sum.
13567
13568 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13569
13570 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13571 as long as we get pagination notifications.
13572
13573 2014-12-15 Jason Merrill <jason@redhat.com>
13574
13575 * Makefile.in (check-gdb.%): Restore.
13576 * README: Mention it.
13577
13578 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13579
13580 * gdb.ada/str_uninit: New testcase.
13581
13582 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13583
13584 PR symtab/17642
13585 * gdb.base/vla-stub-define.c: New file.
13586 * gdb.base/vla-stub.c: New file.
13587 * gdb.base/vla-stub.exp: New file.
13588
13589 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13590 Jan Kratochvil <jan.kratochvil@redhat.com>
13591 Tom Tromey <tromey@redhat.com>
13592
13593 * configure.ac: Add gdb.compile/.
13594 * configure: Regenerate.
13595 * gdb.compile/Makefile.in: New file.
13596 * gdb.compile/compile-ops.exp: New file.
13597 * gdb.compile/compile-ops.c: New file.
13598 * gdb.compile/compile-tls.c: New file.
13599 * gdb.compile/compile-tls.exp: New file.
13600 * gdb.compile/compile-constvar.S: New file.
13601 * gdb.compile/compile-constvar.c: New file.
13602 * gdb.compile/compile-mod.c: New file.
13603 * gdb.compile/compile-nodebug.c: New file.
13604 * gdb.compile/compile-setjmp-mod.c: New file.
13605 * gdb.compile/compile-setjmp.c: New file.
13606 * gdb.compile/compile-setjmp.exp: New file.
13607 * gdb.compile/compile-shlib.c: New file.
13608 * gdb.compile/compile.c: New file.
13609 * gdb.compile/compile.exp: New file.
13610 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13611
13612 2014-12-12 Tom Tromey <tromey@redhat.com>
13613
13614 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13615 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13616
13617 2014-12-12 Doug Evans <dje@google.com>
13618
13619 * lib/gdb-python.exp (get_python_valueof): New function.
13620 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13621
13622 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13623
13624 * gdb.base/completion.exp: Add test for completion of "info
13625 registers ".
13626
13627 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13628
13629 * gdb.base/func-ptrs.c: New file.
13630 * gdb.base/func-ptrs.exp: New file.
13631
13632 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13633
13634 PR breakpoints/17012
13635 * gdb.base/dprintf-detach.c: New file.
13636 * gdb.base/dprintf-detach.exp: New file.
13637
13638 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13639
13640 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13641 * lib/gdb.exp (target_is_gdbserver): New procedure.
13642
13643 2014-12-08 Doug Evans <dje@google.com>
13644
13645 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13646
13647 2014-12-05 Yao Qi <yao@codesourcery.com>
13648
13649 * gdb.guile/scm-error.exp: Remove the third argument to
13650 gdb_remote_download.
13651 * gdb.guile/scm-frame-args.exp: Likewise.
13652 * gdb.guile/scm-section-script.exp: Likewise.
13653
13654 2014-12-05 Yao Qi <yao@codesourcery.com>
13655
13656 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13657
13658 2014-12-04 Doug Evans <dje@google.com>
13659
13660 * gdb.python/py-objfile.exp: Add tests for
13661 objfile.add_separate_debug_file.
13662
13663 2014-12-04 Doug Evans <dje@google.com>
13664
13665 * lib/gdb.exp (get_build_id): New function.
13666 (build_id_debug_filename_get): Rewrite to use it.
13667 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13668
13669 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13670
13671 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13672 `method(long)', not just 0x0.
13673 * gdb.cp/nsalias.exp: Align code labels to 4.
13674 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13675 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13676 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13677 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13678 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13679 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13680
13681 2014-12-02 Doug Evans <dje@google.com>
13682
13683 PR symtab/17602
13684 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13685 * gdb.cp/anon-ns2.cc: ... here. New file.
13686 * gdb.cp/anon-ns.exp: Update.
13687
13688 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13689
13690 * gdb.python/py-events.py (inferior_call_handler): New.
13691 (register_changed_handler, memory_changed_handler): New.
13692 (test_events.invoke): Register new handlers.
13693 * gdb.python/py-events.exp: Add tests for inferior call,
13694 memory_changed and register_changed events.
13695
13696 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13697
13698 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13699 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13700 if the linker doesn't understand this.
13701
13702 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13703
13704 * gdb.python/python.exp: Change expected reply to help().
13705
13706 2014-12-01 Yao Qi <yao@codesourcery.com>
13707
13708 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13709 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13710 * configure: Re-generated.
13711
13712 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13713
13714 * gdb.cp/chained-calls.cc: New file.
13715 * gdb.cp/chained-calls.exp: New file.
13716 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13717
13718 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13719
13720 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13721 * gdb.dwarf2/symtab-producer.exp: Same.
13722 * gdb.gdb/python-interrupts.exp: Same.
13723 * gdb.gdb/python-selftest.exp: Same.
13724 * gdb.python/py-linetable.exp: Same.
13725 * gdb.python/py-type.exp: Same.
13726 * gdb.python/py-value-cc.exp: Same.
13727 * gdb.python/py-value.exp: Same.
13728
13729 2014-11-28 Yao Qi <yao@codesourcery.com>
13730
13731 * gdb.base/break-probes.exp: Match library name prefixed with
13732 sysroot.
13733
13734 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13735
13736 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13737 test expected output. Add parentheses for the call to print.
13738 Remove L suffix from integers.
13739
13740 2014-11-26 Doug Evans <dje@google.com>
13741
13742 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13743
13744 2014-11-22 Yao Qi <yao@codesourcery.com>
13745
13746 * gdb.trace/entry-values.c: Remove asms.
13747 (foo): Add foo_label.
13748 (bar): Add bar_label.
13749 * gdb.trace/entry-values.exp: Remove code computing foo's
13750 length and bar's length.
13751 (Dwarf::assemble): Invoke function_range for bar and use
13752 MACRO_AT_func for foo.
13753
13754 2014-11-22 Yao Qi <yao@codesourcery.com>
13755
13756 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13757 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13758 Use .Lgcc43_procstart instead of gcc43.
13759
13760 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13761
13762 * gdb.ada/n_arr_bound: New testcase.
13763
13764 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13765
13766 PR breakpoints/10737
13767 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13768 test_catch_syscall_multi_arch.
13769 (test_catch_syscall_multi_arch): New function.
13770
13771 2014-11-20 Doug Evans <xdje42@gmail.com>
13772
13773 * gdb.base/maint.exp: Update expected output.
13774
13775 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13776
13777 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13778 4-byte instruction on S390.
13779
13780 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13781
13782 * gdb.ada/arr_arr: New testcase.
13783
13784 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13785
13786 * gdb.ada/pkd_arr_elem: New Testcase.
13787
13788 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13789
13790 * gdb.reverse/break-precsave: Expect completion message for
13791 core file reads.
13792 * gdb.reverse/consecutive-precsave.exp: Likewise.
13793 * gdb.reverse/finish-precsave.exp: Likewise.
13794 * gdb.reverse/i386-precsave.exp: Likewise.
13795 * gdb.reverse/machinestate-precsave.exp: Likewise.
13796 * gdb.reverse/sigall-precsave.exp: Likewise.
13797 * gdb.reverse/solib-precsave.exp: Likewise.
13798 * gdb.reverse/step-precsave.exp: Likewise.
13799 * gdb.reverse/until-precsave.exp: Likewise.
13800 * gdb.reverse/watch-precsave.exp: Likewise.
13801
13802 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13803
13804 * gdb.base/bp-permanent.c: Include unistd.h.
13805 * gdb.python/py-framefilter-mi.c (main): Add return type.
13806 * gdb.python/py-framefilter.c (main): Likewise.
13807 * gdb.trace/actions-changed.c (main): Likewise.
13808
13809 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13810
13811 * gdb.mi/until.c: Add eye-catchers.
13812 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13813 line numbers.
13814
13815 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13816
13817 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13818 function header variants in break1.c.
13819 * gdb.base/ena-dis-br.exp: Likewise.
13820 * gdb.base/hbreak2.exp: Likewise.
13821 * gdb.reverse/until-precsave.exp: Drop references to removed
13822 non-prototype function header variants in ur1.c.
13823 * gdb.reverse/until-reverse.exp: Likewise.
13824
13825 2014-11-17 Petr Machata <pmachata@redhat.com>
13826
13827 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13828 ${_cu_offset_size} bytes abbrev offset.
13829
13830 2014-11-15 Doug Evans <xdje42@gmail.com>
13831
13832 PR symtab/17559
13833 * gdb.base/line-symtabs.exp: New file.
13834 * gdb.base/line-symtabs.c: New file.
13835 * gdb.base/line-symtabs.h: New file.
13836
13837 2014-11-14 Yao Qi <yao@codesourcery.com>
13838
13839 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13840 (func): Add label func_label.
13841 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13842 Replace low_pc and high_pc with MACRO_AT_range.
13843 Replace name, low_pc and high_pc with MACRO_AT_func.
13844
13845 2014-11-14 Yao Qi <yao@codesourcery.com>
13846
13847 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13848 Replace name, low_pc and high_pc with MACRO_AT_func.
13849
13850 2014-11-14 Yao Qi <yao@codesourcery.com>
13851
13852 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13853 produce debug information.
13854 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13855
13856 2014-11-14 Yao Qi <yao@codesourcery.com>
13857
13858 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13859 object and get function length.
13860 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13861 with MACRO_AT_func.
13862 (top-level): Replace gdb_compile and clean_restart with
13863 prepare_for_testing.
13864 * gdb.dwarf2/main.c (main): Add label main_label.
13865
13866 2014-11-14 Yao Qi <yao@codesourcery.com>
13867
13868 * lib/dwarf.exp (function_range): New procedure.
13869 (Dwarf::_handle_macro_at_func): New procedure.
13870 (Dwarf::_handle_macro_at_range): New procedure.
13871 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13872
13873 2014-11-14 Yao Qi <yao@codesourcery.com>
13874
13875 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13876 (_handle_attribute): New procedure.
13877
13878 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13879
13880 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13881 * gdb.base/call-sc.c (zed): Likewise.
13882 * gdb.base/checkpoint.c (main): Likewise.
13883 * gdb.base/dump.c (main): Likewise.
13884 * gdb.base/gcore.c (main): Likewise.
13885 * gdb.base/huge.c (main): Likewise.
13886 * gdb.base/multi-forks.c (main): Likewise.
13887 * gdb.base/pr10179-a.c (main): Likewise.
13888 * gdb.base/savedregs.c (main): Likewise.
13889 * gdb.base/sigaltstack.c (main): Likewise.
13890 * gdb.base/siginfo.c (main): Likewise.
13891 * gdb.base/structs.c (zed): Likewise.
13892 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13893 * gdb.mi/mi-syn-frame.c (main): Likewise.
13894 * gdb.mi/until.c (foo, main): Likewise.
13895 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13896 * gdb.base/solib-weak.c (foo): Declare.
13897 * gdb.base/attach-twice.c: Include stdio.h.
13898 * gdb.base/weaklib1.c: Likewise.
13899 * gdb.base/weaklib2.c: Likewise.
13900 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13901 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13902 unistd.h.
13903 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13904 * gdb.mi/mi-exit-code.c: Likewise.
13905 * gdb.base/break-interp-lib.c: Include string.h.
13906 * gdb.base/coremaker.c: Likewise.
13907 * gdb.base/testenv.c: Likewise.
13908 * gdb.python/py-finish-breakpoint.c: Likewise.
13909 * gdb.base/inferior-died.c: Include sys/wait.h.
13910 * gdb.base/fileio.c: Include time.h.
13911 * gdb.base/async-shell.c: Include unistd.h.
13912 * gdb.base/dprintf-non-stop.c: Likewise.
13913 * gdb.base/info-os.c: Likewise.
13914 * gdb.mi/mi-console.c: Likewise.
13915 * gdb.mi/watch-nonstop.c: Likewise.
13916 * gdb.python/py-events.c: Likewise.
13917 * gdb.base/async.c (baz): Move up before its invocation.
13918 * gdb.base/code_elim2.c (my_global_func): Likewise.
13919 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13920 * gdb.base/advance.c (func2): Likewise.
13921
13922 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13923
13924 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13925 variant.
13926 * gdb.base/annota3.c: Likewise.
13927 * gdb.base/async.c: Likewise.
13928 * gdb.base/average.c: Likewise.
13929 * gdb.base/call-ar-st.c: Likewise.
13930 * gdb.base/call-rt-st.c: Likewise.
13931 * gdb.base/call-sc.c: Likewise.
13932 * gdb.base/call-strs.c: Likewise.
13933 * gdb.base/ending-run.c: Likewise.
13934 * gdb.base/execd-prog.c: Likewise.
13935 * gdb.base/exprs.c: Likewise.
13936 * gdb.base/foll-exec.c: Likewise.
13937 * gdb.base/foll-fork.c: Likewise.
13938 * gdb.base/foll-vfork.c: Likewise.
13939 * gdb.base/funcargs.c: Likewise.
13940 * gdb.base/gcore.c: Likewise.
13941 * gdb.base/jump.c: Likewise.
13942 * gdb.base/langs0.c: Likewise.
13943 * gdb.base/langs1.c: Likewise.
13944 * gdb.base/langs2.c: Likewise.
13945 * gdb.base/mips_pro.c: Likewise.
13946 * gdb.base/nodebug.c: Likewise.
13947 * gdb.base/opaque0.c: Likewise.
13948 * gdb.base/opaque1.c: Likewise.
13949 * gdb.base/recurse.c: Likewise.
13950 * gdb.base/run.c: Likewise.
13951 * gdb.base/scope0.c: Likewise.
13952 * gdb.base/scope1.c: Likewise.
13953 * gdb.base/setshow.c: Likewise.
13954 * gdb.base/setvar.c: Likewise.
13955 * gdb.base/shmain.c: Likewise.
13956 * gdb.base/shr1.c: Likewise.
13957 * gdb.base/shr2.c: Likewise.
13958 * gdb.base/sigall.c: Likewise.
13959 * gdb.base/signals.c: Likewise.
13960 * gdb.base/so-indr-cl.c: Likewise.
13961 * gdb.base/solib2.c: Likewise.
13962 * gdb.base/structs.c: Likewise.
13963 * gdb.base/sum.c: Likewise.
13964 * gdb.base/vforked-prog.c: Likewise.
13965 * gdb.base/watchpoint.c: Likewise.
13966 * gdb.reverse/shr2.c: Likewise.
13967 * gdb.reverse/until-reverse.c: Likewise.
13968 * gdb.reverse/ur1.c: Likewise.
13969 * gdb.reverse/watch-reverse.c: Likewise.
13970
13971 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13972
13973 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13974 variant.
13975 * gdb.base/sepdebug.exp: Drop references to removed code.
13976
13977 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13978
13979 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13980 variant. Preserve original line numbering.
13981 * gdb.base/list1.c: Likewise.
13982
13983 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13984
13985 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13986 variant.
13987 * gdb.base/break1.c: Likewise.
13988 * gdb.base/break.exp: Drop references to removed code.
13989
13990 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13991
13992 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13993 variant.
13994
13995 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13996
13997 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13998
13999 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14000
14001 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14002 logic into perform_all_tests() and invoke it with and without
14003 function header prototypes.
14004 (do_function_calls): Remove conditional XFAIL for PR 5318.
14005 (rerun_and_prepare): Remove duplicate code.
14006 (perform_all_tests): New. Main logic moved here.
14007
14008 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14009
14010 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14011 code guarded by #ifdef NO_PROTOTYPES.
14012 (t_double_many_args): Likewise.
14013 (DEF_FUNC_MANY_ARGS_1): Likewise.
14014 (DEF_FUNC_VALUES_1): Likewise.
14015 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14016 guarded by #ifdef PROTOTYPES.
14017
14018 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14019
14020 * gdb.mi/mi-console.c: Add eye-catcher.
14021 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14022 instead of literal line number.
14023
14024 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14025
14026 * gdb.base/shr2.c: Add eye-catcher.
14027 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14028 line number.
14029
14030 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14031
14032 * gdb.base/jump.c: Add eye-catchers.
14033 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14034 numbers.
14035
14036 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14037
14038 * gdb.base/execd-prog.c: Add eye-catchers.
14039 * gdb.base/foll-exec.c: Likewise.
14040 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14041 line numbers.
14042
14043 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14044
14045 * gdb.base/ending-run.c: Add eye-catchers.
14046 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14047 literal line numbers.
14048
14049 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14050
14051 * gdb.base/call-rt-st.c: Add eye-catchers.
14052 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14053 literal line numbers.
14054
14055 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14056
14057 * gdb.base/call-ar-st.c: Add eye-catchers.
14058 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14059 literal line numbers.
14060
14061 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14062
14063 * gdb.base/average.c: Add eye-catchers.
14064 * gdb.base/sum.c: Likewise.
14065 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14066 regexps dynamically.
14067
14068 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14069
14070 * gdb.base/solib1.c: Add eye-catchers.
14071 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14072 literal line numbers.
14073
14074 2014-11-12 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14077 leader has exited.
14078
14079 2014-11-12 Pedro Alves <palves@redhat.com>
14080
14081 * gdb.arch/i386-bp_permanent.c: New file.
14082 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14083 (srcfile): Set to i386-bp_permanent.c.
14084 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14085 that stepi does not execute the 'leave' instruction, instead of
14086 testing it does execute.
14087 * gdb.base/bp-permanent.c: New file.
14088 * gdb.base/bp-permanent.exp: New file.
14089
14090 2014-11-10 Doug Evans <xdje42@gmail.com>
14091
14092 PR symtab/17564
14093 * gdb.base/symtab-search-order.exp: New file.
14094 * gdb.base/symtab-search-order.c: New file.
14095 * gdb.base/symtab-search-order-1.c: New file.
14096 * gdb.base/symtab-search-order-shlib-1.c: New file.
14097
14098 2014-11-07 Pedro Alves <palves@redhat.com>
14099
14100 PR gdb/17511
14101 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14102 i?86-*-linux*.
14103
14104 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14105
14106 PR c++/17494
14107 * gdb.cp/pr17494.cc: New file.
14108 * gdb.cp/pr17494.exp: New file.
14109
14110 2014-11-02 Yao Qi <yao@codesourcery.com>
14111
14112 * gdb.python/python.exp: Get working directory and match the
14113 output of "set extended-prompt \\w " with it.
14114
14115 2014-10-30 Doug Evans <dje@google.com>
14116
14117 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14118 in objfiles.
14119 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14120 in progspaces.
14121
14122 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14123
14124 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14125 * gdb.base/realname-expand.exp: Likewise.
14126 * gdb.linespec/macro-relative.exp: Likewise.
14127
14128 2014-10-29 Pedro Alves <palves@redhat.com>
14129
14130 PR gdb/17408
14131 * gdb.threads/schedlock.c (some_function): New function.
14132 (call_function): New global.
14133 (MAYBE_CALL_SOME_FUNCTION): New macro.
14134 (thread_function): Call it.
14135 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14136 and use it instead of a global counter. Adjust all callers.
14137 (get_current_thread): Use "find current thread" for test message
14138 here rather than having all callers pass down the same string.
14139 (goto_loop): New procedure, factored out from ...
14140 (my_continue): ... this.
14141 (step_ten_loops): Change parameter from test message to command to
14142 use. Adjust.
14143 (list_count): Delete global.
14144 (check_result): New procedure, factored out from duplicate top
14145 level code.
14146 (continue tests): Wrap in with_test_prefix.
14147 (test_step): New procedure, factored out from duplicate top level
14148 code.
14149 (top level): Test "step" in combination with all scheduler-locking
14150 modes. Test "next" in combination with all scheduler-locking
14151 modes, and in combination with stepping over a function call or
14152 not.
14153 * gdb.threads/next-bp-other-thread.c: New file.
14154 * gdb.threads/next-bp-other-thread.exp: New file.
14155
14156 2014-10-29 Pedro Alves <palves@redhat.com>
14157
14158 PR python/17372
14159 * gdb.python/python.exp: Test a multi-line command that spawns
14160 interactive Python.
14161 * gdb.base/multi-line-starts-subshell.exp: New file.
14162
14163 2014-10-29 Yao Qi <yao@codesourcery.com>
14164
14165 * gdb.base/fileio.exp: Make directories on host.
14166
14167 2014-10-29 Yao Qi <yao@codesourcery.com>
14168
14169 * gdb.base/fileio.c (test_write): Close the file.
14170
14171 2014-10-28 Pedro Alves <palves@redhat.com>
14172
14173 PR gdb/12623
14174 * gdb.base/sigstep.c (no_handler): New global.
14175 (main): If 'no_handler is true, set the signal handlers to
14176 SIG_IGN.
14177 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14178 with_sw_watch and no_handler parameters. Handle them.
14179 (top level) <stepping over handler when stopped at a breakpoint
14180 test>: Add a test axis for testing with a software watchpoint, and
14181 another for testing with the signal handler set to SIG_IGN.
14182 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14183 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14184
14185 2014-10-28 Pedro Alves <palves@redhat.com>
14186
14187 PR gdb/17511
14188 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14189 * gdb.base/sigstep.exp (other_handler_location): New global.
14190 (advance): Support stepping into the signal handler, and running
14191 commands while in the handler.
14192 (in_handler_map): New global.
14193 (top level): In the advance test, add combinations for getting
14194 into the handler with stepping commands, and for running commands
14195 in the handler. Add comment descripting the advancei tests.
14196
14197 2014-10-28 Pedro Alves <palves@redhat.com>
14198
14199 * gdb.base/sigstep.exp: Use build_executable instead of
14200 prepare_for_testing.
14201 (top level): Move code that starts GDB, runs to main and creates a
14202 display to ...
14203 (restart): ... this new procedure.
14204 (top level): Move backtrace from signal handler test to ...
14205 (validate_backtrace): ... this new procedure.
14206 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14207 with_test_prefix. Always restart GDB.
14208 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14209 with_test_prefix. Always restart GDB. No need to delete
14210 breakpoints after the test.
14211 (test_skip_handler): Remove prefix parameter.
14212 (skip_over_handler, breakpoint_to_handler)
14213 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14214 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14215 restart GDB. No need to delete breakpoints after the test.
14216 (top level): Use foreach to call the test procedures with
14217 different commands.
14218
14219 2014-10-28 Pedro Alves <palves@redhat.com>
14220
14221 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14222 instead of GNATS numbers.
14223 * gdb.base/sigbpt.exp: Likewise.
14224 * gdb.base/siginfo.exp: Likewise.
14225 * gdb.base/sigstep.exp: Likewise.
14226
14227 2014-10-27 Pedro Alves <palves@redhat.com>
14228
14229 * gdb.base/sigstep.c (dummy): New global.
14230 (main): Issue a couple writes to the new global.
14231 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14232 procedures.
14233 (skip_over_handler): Use test_skip_handler.
14234 (top level): Call skip_over_handler for stepi and nexti too.
14235 (breakpoint_over_handler): Use test_skip_handler.
14236 (top level): Call breakpoint_over_handler for stepi and nexti too.
14237
14238 2014-10-27 Yao Qi <yao@codesourcery.com>
14239
14240 * gdb.trace/tfile.c (adjust_function_address)
14241 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14242 function descriptor.
14243
14244 2014-10-24 Don Breazeal <donb@codesourcery.com>
14245
14246 * gdb.base/foll-fork.exp (test_follow_fork,
14247 catch_fork_child_follow): Check for updated fork messages emitted
14248 from infrun.c.
14249 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14250 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14251 vfork_and_exec_child_follow_through_step): Check for updated vfork
14252 messages emitted from infrun.c.
14253
14254 2014-10-24 Pedro Alves <palves@redhat.com>
14255
14256 * gdb.base/corefile.exp: Remove references to ultrix.
14257 * gdb.base/interrupt.exp: Likewise.
14258 * gdb.base/whatis.exp: Likewise.
14259 * gdb.gdb/selftest.exp: Likewise.
14260 * gdb.threads/manythreads.exp: Likewise.
14261 * gdb.threads/print-threads.exp: Likewise.
14262 * gdb.threads/pthreads.exp:: Likewise.
14263 * gdb.threads/schedlock.exp: Likewise.
14264
14265 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14266
14267 * gdb.cp/non-trivial-retval.cc: Add a test case.
14268 * gdb.cp/non-trivial-retval.exp: Add a test.
14269
14270 2014-10-20 Yao Qi <yao@codesourcery.com>
14271
14272 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14273 * gdb.python/py-objfile-script-gdb.py: New file.
14274 * gdb.python/py-objfile-script.exp: Update reference to
14275 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14276 of remote_download. Remove the dest file.
14277
14278 2014-10-20 Yao Qi <yao@codesourcery.com>
14279
14280 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14281 * gdb.base/step-line.exp: Likewise.
14282 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14283 * gdb.dwarf2/dw2-basic.exp: Likewise.
14284 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14285 * gdb.dwarf2/dw2-filename.exp: Likewise.
14286 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14287 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14288 * gdb.dwarf2/dw2-producer.exp: Likewise.
14289 * gdb.dwarf2/mac-fileno.exp: Likewise.
14290 * gdb.python/py-frame-args.exp: Likewise.
14291 * gdb.python/py-framefilter.exp: Likewise.
14292 * gdb.python/py-mi.exp: Likewise.
14293 * gdb.python/py-objfile-script.exp: Likewise
14294 * gdb.python/py-pp-integral.exp: Likewise.
14295 * gdb.python/py-pp-re-notag.exp: Likewise.
14296 * gdb.python/py-prettyprint.exp: Likewise.
14297 * gdb.python/py-section-script.exp: Likewise.
14298 * gdb.python/py-typeprint.exp: Likewise.
14299 * gdb.python/py-xmethods.exp: Likewise.
14300 * gdb.stabs/weird.exp: Likewise.
14301 * gdb.xml/tdesc-regs.exp: Likewise.
14302
14303 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14304
14305 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14306 (out_cu): Use addr_len for the size of addresses.
14307 (out_line): Likewise. Size DW_LNE_set_address instruction
14308 according to addr_len.
14309 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14310 (FUNC): Add START_INSNS to definition.
14311
14312 2014-10-18 Yao Qi <yao@codesourcery.com>
14313
14314 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14315 gdb_has_argv0 return true.
14316 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14317 check [target_info exists noargs], check [gdb_has_argv0]
14318 instead.
14319 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14320 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14321 procedures.
14322
14323 2014-10-17 Doug Evans <dje@google.com>
14324
14325 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14326 event.
14327 * gdb.python/py-events.py: Add clear_objfiles event.
14328
14329 2014-10-17 Doug Evans <dje@google.com>
14330
14331 * gdb.python/py-objfile.exp: Test progspace attribute.
14332
14333 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14334
14335 * gdb.guile/scm-breakpoint.exp: Do not assume any
14336 directory separators when matching source file paths.
14337 * gdb.python/py-breakpoint.exp: Likewise.
14338 * gdb.reverse/break-precsave.exp: Likewise.
14339 * gdb.reverse/break-reverse.exp: Likewise.
14340 * gdb.reverse/consecutive-precsave.exp: Likewise.
14341 * gdb.reverse/finish-precsave.exp: Likewise.
14342 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14343 * gdb.reverse/finish-reverse.exp: Likewise.
14344 * gdb.reverse/i386-precsave.exp: Likewise.
14345 * gdb.reverse/i387-env-reverse.exp: Likewise.
14346 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14347 * gdb.reverse/machinestate-precsave.exp: Likewise.
14348 * gdb.reverse/machinestate.exp: Likewise.
14349 * gdb.reverse/sigall-precsave.exp: Likewise.
14350 * gdb.reverse/solib-precsave.exp: Likewise.
14351 * gdb.reverse/step-precsave.exp: Likewise.
14352 * gdb.reverse/until-precsave.exp: Likewise.
14353 * gdb.reverse/watch-precsave.exp: Likewise.
14354 * gdb.reverse/watch-reverse.exp: Likewise.
14355
14356 2014-10-17 Yao Qi <yao@codesourcery.com>
14357
14358 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14359 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14360
14361 2014-10-17 Pedro Alves <palves@redhat.com>
14362
14363 PR gdb/17471
14364 * gdb.base/bg-execution-repeat.c: New file.
14365 * gdb.base/bg-execution-repeat.exp: New file.
14366
14367 2014-10-17 Pedro Alves <palves@redhat.com>
14368
14369 PR gdb/17300
14370 * gdb.base/continue-all-already-running.c: New file.
14371 * gdb.base/continue-all-already-running.exp: New file.
14372
14373 2014-10-17 Pedro Alves <palves@redhat.com>
14374
14375 PR gdb/17472
14376 * gdb.base/annota-input-while-running.c: New file.
14377 * gdb.base/annota-input-while-running.exp: New file.
14378
14379 2014-10-17 Pedro Alves <palves@redhat.com>
14380
14381 * gdb.base/callfuncs.exp: emove references to osf.
14382 * gdb.base/sigall.exp: Likewise.
14383 * gdb.gdb/selftest.exp: Likewise.
14384 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14385 * gdb.mi/non-stop.c: Likewise.
14386 * gdb.mi/pthreads.c: Likewise.
14387 * gdb.reverse/sigall-precsave.exp: Likewise.
14388 * gdb.reverse/sigall-reverse.exp: Likewise.
14389 * gdb.threads/pthreads.c: Likewise.
14390 * gdb.threads/pthreads.exp: Likewise.
14391
14392 2014-10-17 Yao Qi <yao@codesourcery.com>
14393
14394 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14395 check 'target_info exists noargs'.
14396 (test_command_prompt_position): Likewise.
14397 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14398 Remove "set args".
14399 (progvar_simple_while_test): Likewise.
14400 (progvar_complex_if_while_test): Likewise.
14401 (if_while_breakpoint_command_test): Likewise.
14402 (infrun_breakpoint_command_test): Likewise.
14403 (breakpoint_command_test): Likewise.
14404 (watchpoint_command_test): Likewise.
14405 (bp_deleted_in_command_test): Likewise.
14406 (temporary_breakpoint_commands): Likewise.
14407
14408 2014-10-16 Yao Qi <yao@codesourcery.com>
14409
14410 * gdb.base/remotetimeout.exp: Remove noargs checking.
14411
14412 2014-10-15 Pedro Alves <palves@redhat.com>
14413
14414 PR breakpoints/9649
14415 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14416 * gdb.base/breakpoint-in-ro-region.exp
14417 (probe_target_hardware_step): New procedure.
14418 (top level): Probe hardware stepping and hardware breakpoint
14419 support. Test stepping through a read-only region, with both
14420 "breakpoint auto-hw" on and off and both "always-inserted" on and
14421 off.
14422
14423 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14424
14425 * gdb.dlang/demangle.exp: Update for demangling changes.
14426
14427 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14428
14429 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14430 * gdb.cp/non-trivial-retval.exp: Add new tests.
14431
14432 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14433
14434 PR c++/13403
14435 PR c++/15154
14436 * gdb.cp/non-trivial-retval.cc: New file.
14437 * gdb.cp/non-trivial-retval.exp: New file.
14438
14439 2014-10-15 Yao Qi <yao@codesourcery.com>
14440
14441 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14442 remote host.
14443
14444 2014-10-15 Yao Qi <yao@codesourcery.com>
14445
14446 * gdb.python/py-symbol.exp: Match file base name if host is
14447 remote, otherwise match file name with dir name.
14448 * gdb.python/py-symtab.exp: Likewise.
14449 * gdb.python/python.exp: Likewise.
14450
14451 2014-10-15 Yao Qi <yao@codesourcery.com>
14452
14453 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14454 pattern.
14455 * gdb.python/py-symtab.exp: Likewise.
14456 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14457 locationn.
14458
14459 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14460
14461 * gdb.ada/addr_arith: New testcase.
14462
14463 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14464
14465 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14466 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14467 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14468 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14469
14470 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14471
14472 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14473 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14474 * gdb.arch/stap-eval-lang-ada.exp: New file.
14475
14476 2014-10-14 Yao Qi <yao@codesourcery.com>
14477
14478 * gdb.mi/mi-var-child.c (nothing1): New function.
14479 (nothing2): New function.
14480 (do_children_tests): Set function pointers by nothing1 and
14481 nothing2.
14482 * gdb.mi/mi-var-child.exp: Step over new added statements.
14483 Update test to match the new output.
14484 * gdb.mi/var-cmd.c (nothing1): New function.
14485 (nothing2): New function.
14486 (do_children_tests): Set function pointers by nothing1 and
14487 nothing2.
14488 * gdb.mi/mi-var-display.exp: Update test to match output.
14489 Step to the line specified by $line_dct_nothing.
14490 Increase the number of lines to step.
14491
14492 2014-10-14 Yao Qi <yao@codesourcery.com>
14493
14494 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14495 tests.
14496 * gdb.mi/mi2-var-child.exp: Likewise.
14497
14498 2014-10-13 Doug Evans <dje@google.com>
14499
14500 * gdb.python/py-objfile.exp: Change name of file name test.
14501
14502 2014-10-13 Doug Evans <dje@google.com>
14503
14504 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14505 from the start of the CU.
14506
14507 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14508 Yao Qi <yao@codesourcery.com>
14509
14510 Fix "save breakpoints" for "catch" command.
14511 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14512 Remove -nonewline. Match also the added "main" line.
14513
14514 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14515
14516 Fix "save breakpoints" for "disable $bpnum" command.
14517 * gdb.base/save-bp.c (main): Add label.
14518 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14519
14520 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14521
14522 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14523
14524 2014-10-11 Yao Qi <yao@codesourcery.com>
14525
14526 * gdb.server/server-kill.exp: Execute command
14527 "set remote trace-status-packet on" before "tstatus".
14528
14529 2014-10-11 Yao Qi <yao@codesourcery.com>
14530
14531 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14532 (main): Call getppid.
14533 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14534 and continue to it. Read variable "server_pid".
14535
14536 2014-10-11 Yao Qi <yao@codesourcery.com>
14537
14538 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14539
14540 2014-10-11 Yao Qi <yao@codesourcery.com>
14541
14542 * gdb.threads/thread-find.exp: Don't execute command
14543 "info threads".
14544 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14545 * gdb.threads/linux-dp.exp: Don't check the condition
14546 $threads_created equals to zero.
14547
14548 2014-10-10 Pedro Alves <palves@redhat.com>
14549
14550 * gdb.base/bigcore.exp: Remove references to IRIX.
14551 * gdb.base/funcargs.exp: Likewise.
14552 * gdb.base/interrupt.exp: Likewise.
14553 * gdb.base/mips_pro.exp: Likewise.
14554 * gdb.base/nodebug.exp: Likewise.
14555 * gdb.base/setvar.exp: Likewise.
14556 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14557
14558 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14559 Pedro Alves <palves@redhat.com>
14560
14561 PR symtab/14466
14562 * gdb.base/vdso-warning.c: New file.
14563 * gdb.base/vdso-warning.exp: New file.
14564
14565 2014-10-02 Doug Evans <dje@google.com>
14566
14567 * gdb.base/structs.c (main): Don't run forever.
14568
14569 2014-10-02 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14572 (top level) <stop threads 1, stop threads 2>: Use it.
14573
14574 2014-10-02 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.threads/break-while-running.exp (test): Add new
14577 'update_thread_list' argument. Skip "info threads" if false.
14578 (top level): Add new 'update_thread_list' axis.
14579
14580 2014-10-02 Pedro Alves <palves@redhat.com>
14581
14582 PR breakpoints/17431
14583 * gdb.base/execl-update-breakpoints.c: New file.
14584 * gdb.base/execl-update-breakpoints.exp: New file.
14585
14586 2014-10-01 Pedro Alves <palves@redhat.com>
14587
14588 * gdb.base/breakpoint-in-ro-region.c: New file.
14589 * gdb.base/breakpoint-in-ro-region.exp: New file.
14590
14591 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14592
14593 * gdb.mi/mi-exit-code.exp: New file.
14594 * gdb.mi/mi-exit-code.c: New file.
14595
14596 2014-09-30 Yao Qi <yao@codesourcery.com>
14597
14598 * lib/prelink-support.exp (build_executable_own_libs): Error if
14599 the target isn't native.
14600
14601 2014-09-30 Yao Qi <yao@codesourcery.com>
14602
14603 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14604 false.
14605
14606 2014-09-22 Pedro Alves <palves@redhat.com>
14607
14608 * gdb.threads/break-while-running.exp: New file.
14609 * gdb.threads/break-while-running.c: New file.
14610
14611 2014-09-19 Yao Qi <yao@codesourcery.com>
14612
14613 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14614 Invoke test. Restart GDB with --readnow and invoke test again.
14615
14616 2014-09-19 Yao Qi <yao@codesourcery.com>
14617
14618 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14619 proc set_breakpoint_on_gcd_function. Invoke
14620 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14621 invoke set_breakpoint_on_gcd_function again.
14622
14623 2014-09-18 Doug Evans <dje@google.com>
14624
14625 * gdb.dwarf2/symtab-producer.exp: New file.
14626
14627 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14628
14629 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14630 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14631 * gdb.base/global-var-nested-by-dso.c: Likewise.
14632 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14633
14634 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14635 Pedro Alves <palves@redhat.com>
14636
14637 * gdb.base/watch-bitfields.exp: Pass string other than test file
14638 name to prepare_for_testing.
14639 (watch): New procedure.
14640 (expect_watchpoint): Use with_test_prefix.
14641 (top level): Factor out tests to ...
14642 (test_watch_location, test_regular_watch): ... these new
14643 procedures, and use with_test_prefix and gdb_continue_to_end.
14644
14645 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14646
14647 PR breakpoints/12526
14648 * gdb.base/watch-bitfields.exp: New file.
14649 * gdb.base/watch-bitfields.c: New file.
14650
14651 2014-09-16 Pedro Alves <palves@redhat.com>
14652
14653 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14654 software and hardware addresses, not software address against
14655 itself.
14656
14657 2014-09-16 Pedro Alves <palves@redhat.com>
14658
14659 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14660 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14661
14662 2014-09-16 Pedro Alves <palves@redhat.com>
14663
14664 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14665 files.
14666 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14667 "*-*-vxworks*" throughout.
14668 * gdb.base/break.exp: Likewise.
14669 * gdb.base/default.exp: Likewise.
14670 * gdb.base/scope.exp: Likewise.
14671 * gdb.base/sepdebug.exp: Likewise.
14672 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14673 throughout.
14674 * gdb.base/run.c: Likewise.
14675 * gdb.base/sepdebug.c: Likewise.
14676 * gdb.hp/gdb.aCC/run.c: Likewise.
14677 * gdb.reverse/until-reverse.c: Likewise.
14678 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14679
14680 2014-09-16 Yao Qi <yao@codesourcery.com>
14681
14682 * boards/local-remote-host-native.exp: New file.
14683
14684 2014-09-14 Doug Evans <xdje42@gmail.com>
14685
14686 * gdb.threads/queue-signal.c (thread_count): New variable.
14687 (thread_count_mutex, thread_count_condvar): New variables.
14688 (incr_thread_count, wait_all_threads_running): New functions.
14689 (main): Wait for all threads to be in their thread functions.
14690
14691 2014-09-13 Doug Evans <xdje42@gmail.com>
14692
14693 * gdb.threads/queue-signal.c: New file.
14694 * gdb.threads/queue-signal.exp: New file.
14695
14696 2014-09-13 Doug Evans <xdje42@gmail.com>
14697
14698 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14699 be consistent with what default_gdb_init uses.
14700 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14701 the plain text of the prompt. Add some logging printfs.
14702 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14703
14704 2014-09-12 Pedro Alves <palves@redhat.com>
14705
14706 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14707 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14708 * gdb.arch/i386-size-overlap.exp: Likewise.
14709 * gdb.arch/i386-size.exp: Likewise.
14710 * gdb.arch/i386-unwind.exp: Likewise.
14711 * gdb.base/a2-run.exp: Likewise.
14712 * gdb.base/break.exp: Likewise.
14713 * gdb.base/charset.exp: Likewise.
14714 * gdb.base/chng-syms.exp: Likewise.
14715 * gdb.base/commands.exp: Likewise.
14716 * gdb.base/dbx.exp: Likewise.
14717 * gdb.base/find.exp: Likewise.
14718 * gdb.base/funcargs.exp: Likewise.
14719 * gdb.base/jit-simple.exp: Likewise.
14720 * gdb.base/reread.exp: Likewise.
14721 * gdb.base/sepdebug.exp: Likewise.
14722 * gdb.base/step-bt.exp: Likewise.
14723 * gdb.cp/mb-inline.exp: Likewise.
14724 * gdb.cp/mb-templates.exp: Likewise.
14725 * gdb.objc/basicclass.exp: Likewise.
14726 * gdb.threads/killed.exp: Likewise.
14727
14728 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14729
14730 PR tdep/17379
14731 * gdb.arch/powerpc-stackless.S: New file.
14732 * gdb.arch/powerpc-stackless.exp: New file.
14733
14734 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14735
14736 * gdb.base/attach.c: Include unistd.h.
14737 (main): Call alarm. Add label postloop.
14738 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14739 gdb_breakpoint, gdb_continue_to_breakpoint.
14740 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14741
14742 2014-09-11 Pedro Alves <palves@redhat.com>
14743
14744 PR gdb/17347
14745 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14746 * gdb.base/attach.exp (test_command_line_attach_run): New
14747 procedure.
14748 (top level): Call it.
14749
14750 2014-09-11 Pedro Alves <palves@redhat.com>
14751
14752 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14753 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14754 (do_command_attach_tests): Use spawn_wait_for_attach.
14755 * gdb.base/solib-overlap.exp: Likewise.
14756 * gdb.multi/multi-attach.exp: Likewise.
14757 * gdb.python/py-prompt.exp: Likewise.
14758 * gdb.python/py-sync-interp.exp: Likewise.
14759 * gdb.server/ext-attach.exp: Likewise.
14760
14761 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14762
14763 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14764 command in testcase. Simplify testcase.
14765
14766 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14767
14768 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14769
14770 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14771
14772 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14773
14774 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14775
14776 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14777
14778 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14779
14780 * gdb.dwarf2/dynarr-ptr.c: New file.
14781 * gdb.dwarf2/dynarr-ptr.exp: New file.
14782
14783 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14784
14785 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14786 of 30 rather than hardcoding 120 for a slow test case. Take the
14787 `gdb,timeout' target setting into account for this calculation.
14788 Don't extend the timeout for the test cases that don't need it.
14789
14790 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14791
14792 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14793 a factor of 2 for a slow test case. Take the `gdb,timeout'
14794 target setting into account for this calculation.
14795 * gdb.reverse/until-precsave.exp: Increase the timeout by
14796 a factor of 15 and 3 respectively rather than adding 120
14797 for a pair of slow test cases. Take the `gdb,timeout'
14798 target setting into account for this calculation.
14799
14800 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14801
14802 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14803 timeout, don't pass one down to gdb_expect.
14804 (gdb_expect): Rework timeout selection.
14805
14806 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14807
14808 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14809 exception on timeout.
14810 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14811 (gdbserver_start_extended): Catch any `gdbserver_start' error
14812 exceptions.
14813 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14814 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14815 `gdbserver_gdb_load' error exceptions.
14816
14817 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14818
14819 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14820 120 on waiting for the TCP socket to open.
14821
14822 2014-09-09 Doug Evans <xdje42@gmail.com>
14823
14824 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14825 _caller_matches, _any_caller_is, _any_caller_matches.
14826
14827 2014-09-09 Doug Evans <xdje42@gmail.com>
14828
14829 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14830
14831 2014-09-09 Yao Qi <yao@codesourcery.com>
14832
14833 * gdb.mi/mi-var-display.exp: Set print symbol off.
14834
14835 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14836
14837 PR gdb/17035
14838 * gdb.base/commands.exp: Add tests to verify user-defined
14839 commands with empty bodies.
14840 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14841 python commands in `show user command`.
14842 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14843 scheme commands in `show user command`.
14844
14845 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14846
14847 PR python/17355
14848 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14849 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14850 * gdb.python/py-framefilter-invalidarg.exp: New file.
14851 * gdb.python/py-framefilter-invalidarg.py: New file.
14852
14853 2014-09-06 Doug Evans <xdje42@gmail.com>
14854
14855 PR 15276
14856 * gdb.python/py-caller-is.c: New file.
14857 * gdb.python/py-caller-is.exp: New file.
14858
14859 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14860
14861 PR gdb/17235
14862 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14863 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14864
14865 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14866
14867 PR fortran/17237
14868 * gdb.fortran/print-formatted.exp: New file.
14869 * gdb.fortran/print-formatted.f90: Likewise.
14870
14871 2014-09-03 Sasha Smundak <asmundak@google.com>
14872
14873 * gdb.python/py-frame.exp: Test Frame.read_register.
14874
14875 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14876
14877 PR python/16699
14878 * gdb.python/py-completion.exp: New file.
14879 * gdb.python/py-completion.py: Likewise.
14880
14881 2014-08-28 Doug Evans <dje@google.com>
14882
14883 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14884 eax,etc. are live with values set by gdb and thus the compiler can't
14885 use them.
14886 * gdb.arch/i386-pseudo.c (main): Ditto.
14887
14888 2014-08-27 Doug Evans <dje@google.com>
14889
14890 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14891
14892 2014-08-25 Doug Evans <dje@google.com>
14893
14894 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14895 (main): Ditto.
14896
14897 2014-08-25 Doug Evans <dje@google.com>
14898
14899 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14900
14901 2014-08-24 Yao Qi <yao@codesourcery.com>
14902
14903 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14904 symbol off.
14905 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14906
14907 2014-08-22 Doug Evans <dje@google.com>
14908
14909 PR 17276
14910 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14911 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14912 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14913
14914 2014-08-22 Yao Qi <yao@codesourcery.com>
14915
14916 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14917 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14918 * gdb.python/python.exp: Likewise. Use .py file on the host
14919 instead of the build.
14920
14921 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14922
14923 * gdb.threads/gcore-stale-thread.c: New file.
14924 * gdb.threads/gcore-stale-thread.exp: New file.
14925
14926 2014-08-21 Pedro Alves <palves@redhat.com>
14927
14928 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14929 * gdb.base/gcore-relro-pie.exp: Likewise.
14930 * gdb.base/gcore-relro.exp: Likewise.
14931 * gdb.base/gcore.exp: Likewise.
14932 * gdb.base/print-symbol-loading.exp: Likewise.
14933 * gdb.threads/gcore-thread.exp: Likewise.
14934 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14935
14936 2014-08-20 Pedro Alves <palves@redhat.com>
14937 Jan Kratochvil <jan.kratochvil@redhat.com>
14938
14939 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14940 configure.
14941 (EXPECT): Handle READ1 being set.
14942 (all): Depend on EXTRA_RULES.
14943 (check-read1, expect-read1, read1.so, read1): New rules.
14944 * README (Testsuite Parameters): Document the READ1 make variable.
14945 (Race detection): New section.
14946 * configure: Regenerate.
14947 * configure.ac: If build==host==target, and running under a
14948 GNU/glibc system, add read1 to the extra Makefile rules.
14949 (EXTRA_RULES): AC_SUBST it.
14950 * lib/read1.c: New file.
14951
14952 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14953
14954 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14955 the handling of variables declared as a typedef to an array
14956 which a DW_AT_data_location attribute.
14957
14958 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14959 Pedro Alves <palves@redhat.com>
14960
14961 PR symtab/14604
14962 PR symtab/14605
14963 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14964 gdb_test.
14965
14966 2014-08-19 Pedro Alves <palves@redhat.com>
14967
14968 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14969
14970 2014-08-19 Yao Qi <yao@codesourcery.com>
14971
14972 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14973 right line.
14974
14975 2014-08-18 David Blaikie <dblaikie@gmail.com>
14976
14977 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14978
14979 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14980
14981 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14982 attribute in array range.
14983
14984 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14985
14986 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14987
14988 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14989
14990 PR c++/17132
14991 * gdb.cp/pr17132.cc: New file.
14992 * gdb.cp/pr17132.exp: New file.
14993
14994 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14995
14996 * gdb.python/py-xmethods.py (A_getarrayind)
14997 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14998 Use 'print' with function call syntax.
14999 (E_method_matcher.match): Fix tab vs space indentation mixup.
15000
15001 2014-08-15 Yao Qi <yao@codesourcery.com>
15002
15003 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15004 false.
15005
15006 2014-08-15 Yao Qi <yao@codesourcery.com>
15007
15008 * gdb.cp/casts.exp: Set print symbol off.
15009 * gdb.cp/class2.exp: Likewise.
15010 * gdb.cp/overload.exp: Likewise.
15011 * gdb.cp/templates.exp: Likewise.
15012
15013 2014-08-11 Doug Evans <dje@google.com>
15014
15015 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15016 (test_load_shlib): Update.
15017
15018 2014-08-09 Yao Qi <yao@codesourcery.com>
15019
15020 * gdb.base/display.exp: Invoke is_address_zero_readable.
15021 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15022 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15023 * gdb.base/hbreak-unmapped.exp: Return if
15024 is_address_zero_readable returns true.
15025 * gdb.base/signest.exp: Likewise.
15026 * gdb.base/signull.exp: Likewise.
15027 * gdb.base/sigbpt.exp: Likewise.
15028 * gdb.guile/scm-disasm.exp: Do the test if
15029 is_address_zero_readable returns false.
15030 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15031 * gdb.python/py-arch.exp: Likewise.
15032 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15033 * lib/gdb.exp (is_address_zero_readable): New proc.
15034
15035 2014-08-09 Yao Qi <yao@codesourcery.com>
15036
15037 PR testsuite/13443
15038 * gdb.mi/mi-var-display.exp: Make test messages unique.
15039
15040 2014-08-04 Tom Tromey <tromey@redhat.com>
15041
15042 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15043 target 0".
15044
15045 2014-08-04 Tom Tromey <tromey@redhat.com>
15046
15047 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15048 "target_resume".
15049
15050 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15051
15052 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15053 inner_vla_struct_object_size.
15054 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15055 as xfail.
15056
15057 2014-07-30 Pedro Alves <palves@redhat.com>
15058
15059 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15060 comment.
15061
15062 2014-07-29 Yao Qi <yao@codesourcery.com>
15063
15064 PR gdb/17206
15065 * gdb.base/until-nodebug.exp: New.
15066
15067 2014-07-28 Doug Evans <xdje42@gmail.com>
15068
15069 PR guile/17203
15070 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15071 previously existing parameter, and previously ambiguously spelled
15072 parameter.
15073
15074 2014-07-28 Will Newton <will.newton@linaro.org>
15075
15076 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15077
15078 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15079 Doug Evans <xdje42@gmail.com>
15080
15081 PR guile/17146
15082 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15083
15084 2014-07-25 Pedro Alves <palves@redhat.com>
15085
15086 * gdb.threads/signal-command-handle-nopass.c: New file.
15087 * gdb.threads/signal-command-handle-nopass.exp: New file.
15088 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15089 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15090 * gdb.threads/signal-delivered-right-thread.c: New file.
15091 * gdb.threads/signal-delivered-right-thread.exp: New file.
15092
15093 2014-07-25 Pedro Alves <palves@redhat.com>
15094
15095 * gdb.base/double-prompt-target-event-error.exp
15096 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15097 match.
15098 (cancel_pagination_in_target_event): Rework double prompt
15099 detection.
15100 * gdb.base/paginate-after-ctrl-c-running.exp
15101 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15102 <return>' match.
15103 * gdb.base/paginate-bg-execution.exp
15104 (test_bg_execution_pagination_return)
15105 (test_bg_execution_pagination_cancel): Remove '-notransfer
15106 <return>' matches.
15107 * gdb.base/paginate-execution-startup.exp
15108 (test_fg_execution_pagination_return)
15109 (test_fg_execution_pagination_cancel): Remove '-notransfer
15110 <return>' matches.
15111 * gdb.base/paginate-inferior-exit.exp
15112 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15113 match.
15114 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15115 * lib/gdb.exp (pagination_prompt): Run text through
15116 string_to_regexp.
15117 (gdb_test_multiple): Match $pagination_prompt instead of
15118 "<return>".
15119 (string_to_regexp): Move to lib/gdb-utils.exp.
15120
15121 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15122
15123 * gdb.arch/amd64-entry-value-paramref.S: New file.
15124 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15125 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15126 * gdb.arch/amd64-optimout-repeat.S: New file.
15127 * gdb.arch/amd64-optimout-repeat.c: New file.
15128 * gdb.arch/amd64-optimout-repeat.exp: New file.
15129
15130 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15131
15132 PR gdb/17170
15133 * gdb.base/statistics.exp: New file.
15134
15135 2014-07-17 Doug Evans <dje@google.com>
15136
15137 PR gdb/17170
15138 * gdb.base/maint.exp: Update testing of per-command stats.
15139
15140 2014-07-16 Pedro Alves <palves@redhat.com>
15141
15142 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15143 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15144 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15145 (tfile_write_buf): New functions.
15146 (add_memory_block): Rewrite using the above.
15147 (adjust_function_address): New function.
15148 (FUNCTION_ADDRESS): New macro.
15149 (write_basic_trace_file): Remove short_x local, and use
15150 tfile_write_16. Change type of func_addr local to unsigned long
15151 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15152 here. Cast argument of add_memory_block to char pointer.
15153 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15154 (main): Remove parameters.
15155 * gdb.trace/tfile.exp: Remove nowarnings.
15156
15157 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15158
15159 * gdb.base/debug-expr.exp: Test string evaluation with
15160 "debug expression" on.
15161
15162 2014-07-15 Pedro Alves <palves@redhat.com>
15163
15164 * gdb.base/reread.exp: Use clean_restart.
15165
15166 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15167
15168 * gdb.arch/avr-flash-qualifer.c: New.
15169 * gdb.arch/avr-flash-qualifer.exp: New.
15170
15171 2014-07-14 Pedro Alves <palves@redhat.com>
15172
15173 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15174 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15175
15176 2014-07-14 Pedro Alves <palves@redhat.com>
15177
15178 * gdb.base/double-prompt-target-event-error.c: New file.
15179 * gdb.base/double-prompt-target-event-error.exp: New file.
15180
15181 2014-07-14 Pedro Alves <palves@redhat.com>
15182
15183 PR gdb/17072
15184 * gdb.base/paginate-inferior-exit.c: New file.
15185 * gdb.base/paginate-inferior-exit.exp: New file.
15186
15187 2014-07-14 Pedro Alves <palves@redhat.com>
15188
15189 PR gdb/17072
15190 * gdb.base/paginate-bg-execution.c: New file.
15191 * gdb.base/paginate-bg-execution.exp: New file.
15192
15193 2014-07-14 Pedro Alves <palves@redhat.com>
15194
15195 PR gdb/17072
15196 * gdb.base/paginate-execution-startup.c: New file.
15197 * gdb.base/paginate-execution-startup.exp: New file.
15198 * lib/gdb.exp (pagination_prompt): New global.
15199 (default_gdb_spawn): New procedure, factored out from
15200 default_gdb_spawn.
15201 (default_gdb_start): Adjust to call default_gdb_spawn.
15202 (gdb_spawn): New procedure.
15203
15204 2014-07-14 Pedro Alves <palves@redhat.com>
15205
15206 * lib/gdb.exp (gdb_assert): New procedure.
15207 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15208
15209 2014-07-14 Pedro Alves <palves@redhat.com>
15210
15211 * gdb.base/execution-termios.c: New file.
15212 * gdb.base/execution-termios.exp: New file.
15213
15214 2014-07-14 Tom Tromey <tromey@redhat.com>
15215
15216 * gdb.cp/vla-cxx.cc: New file.
15217 * gdb.cp/vla-cxx.exp: New file.
15218
15219 2014-07-14 Tom Tromey <tromey@redhat.com>
15220
15221 * gdb.reverse/rerun-prec.c: New file.
15222 * gdb.reverse/rerun-prec.exp: New file.
15223
15224 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15225 Maciej W. Rozycki <macro@codesourcery.com>
15226
15227 * lib/gdb-utils.exp: New file.
15228 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15229 inline `gdb_init_command' processing.
15230 (gdb_start_cmd): Likewise.
15231 * lib/mi-support.exp (mi_run_cmd): Likewise.
15232 * README: Document `gdb_init_command' and `gdb_init_commands'.
15233
15234 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15235
15236 Fix false FAIL running under a very long directory name.
15237 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15238 and "set print elements 10000". Twice.
15239
15240 2014-07-11 Yao Qi <yao@codesourcery.com>
15241
15242 * gdb.base/exprs.exp: "set print symbol off".
15243
15244 2014-07-11 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.threads/kill.c: New file.
15247 * gdb.threads/kill.exp: New file.
15248
15249 2014-07-10 Yao Qi <yao@codesourcery.com>
15250
15251 * gdb.trace/tfile.c (write_basic_trace_file)
15252 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15253 address written to trace file.
15254
15255 2014-07-09 Pedro Alves <palves@redhat.com>
15256
15257 * gdb.base/attach-wait-input.exp: New file.
15258 * gdb.base/attach-wait-input.c: New file.
15259
15260 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15261
15262 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15263 setting up test structures.
15264 (main): Call new test function.
15265 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15266 test function, continue into test function and walk test
15267 structures.
15268
15269 2014-07-02 Yao Qi <yao@codesourcery.com>
15270
15271 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15272 'bar_start' at the beginning of functions 'foo' and 'bar'
15273 respectively.
15274 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15275 instead of 'foo' and 'bar'.
15276
15277 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15278
15279 * gdb.btrace/segv.exp: New.
15280 * gdb.btrace/segv.c: New.
15281
15282 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15283
15284 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15285 instruction.
15286
15287 2014-06-30 Mark Wielaard <mjw@redhat.com>
15288
15289 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15290 vulture, vilify, villar): New volatile array constants.
15291 (vindictive, vegetation): New const volatile array constants.
15292 * gdb.base/volatile.exp: Test volatile and const volatile array
15293 types.
15294
15295 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15296
15297 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15298 target lacks support for awatch, rwatch, or hbreak.
15299
15300 2014-06-27 Yao Qi <yao@codesourcery.com>
15301
15302 * gdb.multi/dummy-frame-restore.exp: New.
15303 * gdb.multi/dummy-frame-restore.c: New.
15304
15305 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15306
15307 * gdb.btrace/gcore.exp: New.
15308
15309 2014-06-23 Pedro Alves <palves@redhat.com>
15310
15311 * gdb.base/watchpoint-reuse-slot.c: New file.
15312 * gdb.base/watchpoint-reuse-slot.exp: New file.
15313
15314 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15315
15316 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15317 progspace's filename in 'info', 'enable' and 'disable' command
15318 tests.
15319
15320 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15321
15322 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15323 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15324 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15325
15326 2014-06-20 Gary Benson <gbenson@redhat.com>
15327
15328 * gdb.arch/i386-avx.exp: Fix include file location.
15329 * gdb.arch/i386-sse.exp: Likewise.
15330
15331 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15332
15333 * gdb.dlang/expression.exp: New file.
15334
15335 2014-06-19 Pedro Alves <palves@redhat.com>
15336
15337 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15338 out from ...
15339 (top level): ... here. Iterate running tests under different
15340 scheduler-locking settings.
15341
15342 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15343
15344 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15345 to DW_FORM_addr and use non-zero addresses.
15346
15347 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15348
15349 PR gdb/17017
15350 * gdb.python/py-xmethods.cc: Add global function call counters and
15351 increment them in their respective functions. Remove "cout"
15352 statements.
15353 * gdb.python/py-xmethods.exp: Make tests check the global function
15354 call counters instead of depending on inferior IO.
15355
15356 2014-06-18 Don Breazeal <donb@codesourcery.com>
15357
15358 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15359 Deleted procedure.
15360 (explicit_fork_parent_follow): Deleted procedure.
15361 (explicit_fork_child_follow): Deleted procedure.
15362 (test_follow_fork): New procedure.
15363 (do_fork_tests): Replace calls to deleted procedures with
15364 calls to test_follow_fork and reset GDB for subsequent
15365 procedure calls.
15366
15367 2014-06-17 Yao Qi <yao@codesourcery.com>
15368
15369 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15370 CP1252.
15371
15372 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15373
15374 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15375 Initialize ptr and S explicitly.
15376 (skip_type_update_when_not_use_rtti_test): Likewise.
15377
15378 2014-06-16 Keith Seitz <keiths@redhat.com>
15379
15380 PR mi/15863
15381 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15382 the inferior is started.
15383
15384 2014-06-16 Pedro Alves <palves@redhat.com>
15385
15386 * gdb.base/break-main-file-remove-fail.c: New file.
15387 * gdb.base/break-main-file-remove-fail.exp: New file.
15388 * gdb.base/break-unload-file.exp: Use build_executable instead of
15389 prepare_for_testing.
15390 (test_break): New parameter "initial_load". Handle it.
15391 (top level): Add initial_load cmdline/file axis.
15392
15393 2014-06-12 Tom Tromey <tromey@redhat.com>
15394
15395 * gdb.base/completion.exp: Don't use directory name in test.
15396
15397 2014-06-09 Gary Benson <gbenson@redhat.com>
15398
15399 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15400 separate the always-available ANSI-standard signals from the
15401 signals that require checking.
15402 (main): Likewise.
15403 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15404 Likewise.
15405 (main): Likewise.
15406
15407 2014-06-07 Keith Seitz <keiths@redhat.com>
15408
15409 Revert:
15410 PR c++/16253
15411 * gdb.cp/var-tag.cc: New file.
15412 * gdb.cp/var-tag.exp: New file.
15413 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15414 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15415 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15416 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15417
15418 2014-06-06 Doug Evans <xdje42@gmail.com>
15419
15420 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15421
15422 2014-06-06 Pedro Alves <palves@redhat.com>
15423
15424 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15425 in target debug output instead of looking at RSP packets,
15426 disabling the test on any target that uses hardware stepping.
15427 Update comments.
15428
15429 2014-06-06 Pedro Alves <palves@redhat.com>
15430
15431 * gdb.base/break-unload-file.exp: Fix typo.
15432
15433 2014-06-06 Yao Qi <yao@codesourcery.com>
15434
15435 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15436 from "jit_function" to "^jit_function".
15437
15438 2014-06-06 Yao Qi <yao@codesourcery.com>
15439
15440 * gdb.base/async.c (foo): Add one statement.
15441 * gdb.base/async.exp: Get the next instruction address and
15442 match the output of "nexti" by instruction address. Match
15443 the hex address in the output of "finish".
15444
15445 2014-06-06 Gary Benson <gbenson@redhat.com>
15446
15447 * gdb.base/call-signals.c: Remove preprocessor conditionals
15448 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15449 SIGSEGV and SIGTERM.
15450 * gdb.base/sigall.c: Likewise.
15451 * gdb.base/unwindonsignal.c: Likewise.
15452 * gdb.reverse/sigall-reverse.c: Likewise.
15453
15454 2014-06-06 Yao Qi <yao@codesourcery.com>
15455
15456 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15457 readable, skip the test.
15458
15459 2014-06-06 Yao Qi <yao@codesourcery.com>
15460
15461 * gdb.threads/staticthreads.c (thread_function): Move the line
15462 setting breakpoint on forward.
15463 * gdb.threads/staticthreads.exp: Update comments.
15464
15465 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15466
15467 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15468 "history-append! type error".
15469
15470 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15471
15472 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15473 erroneous dprintf expected input.
15474
15475 2014-06-04 Doug Evans <xdje42@gmail.com>
15476
15477 * gdb.guile/scm-generics.exp: Delete.
15478
15479 2014-06-04 Doug Evans <xdje42@gmail.com>
15480
15481 * gdb.guile/scm-breakpoint.exp: Update.
15482 Add tests for breakpoint registration.
15483
15484 2014-06-04 Tom Tromey <tromey@redhat.com>
15485
15486 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15487 VLA-in-union.
15488 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15489 inner_vla_struct, vla_union types. Initialize objects of those
15490 types and compute their sizes.
15491
15492 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15493 Hui Zhu <hui@codesourcery.com>
15494
15495 * gdb.base/fileio.exp: Add test for shell not available as well as
15496 available.
15497 * gdb.base/fileio.c (test_system): Check for shell twice.
15498
15499 2014-06-04 Yao Qi <yao@codesourcery.com>
15500
15501 * gdb.base/auto-connect-native-target.exp: Remove redundant
15502 space from the regexp pattern.
15503
15504 2014-06-04 Yao Qi <yao@codesourcery.com>
15505
15506 * gdb.base/default.exp: Replace "child" with "native" in
15507 regexp pattern.
15508
15509 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15510
15511 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15512 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15513 * gdb.python/py-xmethods.py: Python script supporting the
15514 new testcase and tests.
15515
15516 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15517 Pedro Alves <palves@redhat.com>
15518
15519 PR breakpoints/17000
15520 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15521 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15522
15523 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15524
15525 * gdb.base/subst.exp: Add tests to verify partial path matching
15526 output.
15527
15528 2014-06-03 Pedro Alves <palves@redhat.com>
15529
15530 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15531 target that doesn't use software single-stepping.
15532
15533 2014-06-03 Pedro Alves <palves@redhat.com>
15534
15535 PR breakpoints/17000
15536 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15537 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15538
15539 2014-06-02 Doug Evans <xdje42@gmail.com>
15540
15541 * gdb.guile/scm-parameter.exp: New file.
15542
15543 2014-06-02 Doug Evans <xdje42@gmail.com>
15544
15545 * gdb.guile/scm-cmd.c: New file.
15546 * gdb.guile/scm-cmd.exp: New file.
15547
15548 2014-06-02 Doug Evans <xdje42@gmail.com>
15549
15550 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15551 pretty-printer lookup.
15552 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15553 (make-pp_s-printer): Call it.
15554 (make-pretty-printer-from-dict): New function.
15555 (lookup-pretty-printer-maker-from-dict): New function.
15556 (*pretty-printer*): Simplify.
15557 (make-objfile-pp_s-printer): New function.
15558 (install-objfile-pretty-printers!): New function.
15559 (make-progspace-pp_s-printer): New function.
15560 (install-progspace-pretty-printers!): New function.
15561 * gdb.guile/scm-progspace.c: New file.
15562 * gdb.guile/scm-progspace.exp: New file.
15563
15564 2014-06-02 Pedro Alves <palves@redhat.com>
15565
15566 * gdb.base/dprintf-bp-same-addr.c: New file.
15567 * gdb.base/dprintf-bp-same-addr.exp: New file.
15568
15569 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15570
15571 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15572 * gdb.arch/powerpc-power.s: Likewise.
15573
15574 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15575
15576 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15577
15578 2014-06-01 Yao Qi <yao@codesourcery.com>
15579
15580 * gdb.base/watchpoint.exp (test_watch_location): Check null
15581 pointer can be dereferenced. If not, do the test, otherwise
15582 skip it.
15583
15584 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15585
15586 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15587 results.
15588 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15589
15590 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15591
15592 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15593 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15594 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15595 * gdb.arch/amd64-invalid-stack-top.c: New file.
15596 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15597
15598 2014-05-30 Pedro Alves <palves@redhat.com>
15599
15600 PR breakpoints/17000
15601 * gdb.base/sss-bp-on-user-bp.c: New file.
15602 * gdb.base/sss-bp-on-user-bp.exp: New file.
15603
15604 2014-05-30 David Blaikie <dblaikie@gmail.com>
15605
15606 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15607 gnu_inline semantics via attribute.
15608 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15609 source explicitly specifies the required semantics.
15610
15611 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15612
15613 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15614
15615 2014-05-29 Pedro Alves <palves@redhat.com>
15616 Tom Tromey <tromey@redhat.com>
15617
15618 * gdb.base/async-shell.exp: Don't enable target-async.
15619 * gdb.base/async.exp
15620 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15621 parameter. Adjust.
15622 (top level): Don't test with "target-async".
15623 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15624 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15625 * gdb.base/inferior-died.exp: Don't enable target-async.
15626 * gdb.base/interrupt-noterm.exp: Likewise.
15627 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15628 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15629 * gdb.mi/mi-nonstop.exp: Likewise.
15630 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15631 * gdb.mi/mi-nsintrall.exp: Likewise.
15632 * gdb.mi/mi-nsmoribund.exp: Likewise.
15633 * gdb.mi/mi-nsthrexec.exp: Likewise.
15634 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15635 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15636 * gdb.python/py-evsignal.exp: Don't enable target-async.
15637 * gdb.python/py-evthreads.exp: Likewise.
15638 * gdb.python/py-prompt.exp: Likewise.
15639 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15640 * gdb.server/solib-list.exp: Don't enable target-async.
15641 * gdb.threads/thread-specific-bp.exp: Likewise.
15642 * lib/mi-support.exp: Adjust to use mi-async.
15643
15644 2014-05-29 Pedro Alves <palves@redhat.com>
15645
15646 PR gdb/13860
15647 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15648 reason, even in sync mode.
15649
15650 2014-05-29 Pedro Alves <palves@redhat.com>
15651 Hui Zhu <hui@codesourcery.com>
15652
15653 PR PR15693
15654 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15655 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15656 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15657 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15658
15659 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15660
15661 * config/monitor.exp (gdb_target_monitor): Replace use of
15662 "set remotebaud" by "set serial baud".
15663
15664 2014-05-26 Andy Wingo <wingo@igalia.com>
15665
15666 * gdb.guile/scm-breakpoint.exp:
15667 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15668 properties instead of gdb-object-properties.
15669
15670 2014-05-26 Yao Qi <yao@codesourcery.com>
15671
15672 * gdb.server/no-thread-db.exp: Specify source file name
15673 explicitly when setting a breakpoint.
15674
15675 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15676
15677 * gdb.btrace/vdso.c: New.
15678 * gdb.btrace/vdso.exp: New.
15679
15680 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15681
15682 * gdb.base/gcore.exp (capture_command_output): Move ...
15683 * lib/gdb.exp (capture_command_output): ... here.
15684
15685 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15686
15687 * gdb.btrace/data.exp: Test memory access during btrace replay.
15688
15689 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15690
15691 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15692
15693 2014-05-21 Pedro Alves <palves@redhat.com>
15694
15695 PR gdb/13860
15696 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15697 (top level): Test that output related to execution commands is
15698 sent to the console with CLI commands, but not with MI commands.
15699 Test that breakpoint events are always mirrored to the console.
15700 Also expect the new source line to be output after a "next" in
15701 async mode too. Make it a pass/fail test.
15702 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15703 output.
15704 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15705
15706 2014-05-21 Pedro Alves <palves@redhat.com>
15707
15708 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15709 Use them to test variations of "list" after reaching a breakpoint.
15710 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15711 Test "list" with listsize 10 after reaching a breakpoint.
15712 * gdb.python/python.exp (decode_line current location line
15713 number): Adjust expected line number.
15714
15715 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15716
15717 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15718 behavior for $args, pass it directly to "run".
15719
15720 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15721
15722 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15723 30000 to 65536.
15724
15725 2014-05-21 Pedro Alves <palves@redhat.com>
15726
15727 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15728 auto-connect-native-target off".
15729 * gdb.base/auto-connect-native-target.c: New file.
15730 * gdb.base/auto-connect-native-target.exp: New file.
15731
15732 2014-05-21 Pedro Alves <palves@redhat.com>
15733
15734 * gdb.base/default.exp: Test "target native" instead of "target
15735 child".
15736
15737 2014-05-21 Mark Wielaard <mjw@redhat.com>
15738
15739 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15740
15741 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15742
15743 Fix TLS access for -static -pthread.
15744 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15745 <HAVE_TLS> (thread_function, main): Initialize it.
15746 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15747 Add clean_restart.
15748 <$have_tls != "">: Check TLSVAR.
15749
15750 2014-05-21 Pedro Alves <palves@redhat.com>
15751
15752 * gdb.base/dcache-line-read-error.c: New.
15753 * gdb.base/dcache-line-read-error.exp: New.
15754
15755 2014-05-20 Pedro Alves <palves@redhat.com>
15756
15757 * gdb.base/compare-sections.c: New file.
15758 * gdb.base/compare-sections.exp: New file.
15759
15760 2014-05-20 Pedro Alves <palves@redhat.com>
15761
15762 * gdb.base/break-idempotent.c: New file.
15763 * gdb.base/break-idempotent.exp: New file.
15764
15765 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15766
15767 * gdb.btrace/nohist.exp: New.
15768
15769 2014-05-20 Yao Qi <yao@codesourcery.com>
15770
15771 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15772 gdb.reverse directory and gdb_reverse_timeout exists in board
15773 setting.
15774 * README: Document gdb_reverse_timeout.
15775
15776 2014-05-20 Yao Qi <yao@codesourcery.com>
15777
15778 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15779 'test_file_name'. Treat args as a string instead of a list.
15780 (gdb_init): Rename argument 'args' by 'test_file_name'.
15781
15782 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15783
15784 * gdb.arch/powerpc-power.exp: New file.
15785 * gdb.arch/powerpc-power.s: New file.
15786
15787 2014-05-16 Doug Evans <dje@google.com>
15788
15789 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15790 * gdb.base/completion.exp: Check that all expected files exist
15791 before doing file completion.
15792
15793 2014-05-16 Doug Evans <dje@google.com>
15794
15795 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15796 Update.
15797 (do_syscall_tests_without_xml): Update.
15798
15799 2014-05-16 Pedro Alves <palves@redhat.com>
15800
15801 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15802 instead of "unknown output after running".
15803
15804 2014-05-16 Yao Qi <yao@codesourcery.com>
15805
15806 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15807 file1.txt from host at the end.
15808 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15809
15810 2014-05-15 Doug Evans <dje@google.com>
15811
15812 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15813 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15814 loading file. Add test for TU lookup.
15815
15816 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15817
15818 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15819 calling "-exec-arguments" or "set args" before running the
15820 inferior.
15821
15822 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15823
15824 * lib/mi-support.exp (mi_expect_stop): Expect message for
15825 inferiors that exit with non-zero exit code.
15826
15827 2014-05-14 Yao Qi <yao@codesourcery.com>
15828
15829 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15830 match absolute path on remote host.
15831 (test_file_list_exec_source_files): Remove "/" from the
15832 pattern.
15833
15834 2014-05-14 Yao Qi <yao@codesourcery.com>
15835
15836 * boards/local-remote-host-notty.exp (${board}_file): New
15837 proc.
15838
15839 2014-05-07 Kyle McMartin <kyle@redhat.com>
15840
15841 Pushed by Joel Brobecker <brobecker@adacore.com>.
15842 * gdb.arch/aarch64-atomic-inst.c: New file.
15843 * gdb.arch/aarch64-atomic-inst.exp: New file.
15844
15845 2014-05-07 Yao Qi <yao@codesourcery.com>
15846
15847 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15848 in current context" too.
15849
15850 2014-05-05 Keith Seitz <keiths@redhat.com>
15851
15852 * gdb.linespec/ls-dollar.exp: Add test for linespec
15853 file:convenience_variable.
15854
15855 2014-05-05 Yao Qi <yao@codesourcery.com>
15856
15857 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15858 traceframes into tfile and ctf trace files. Read data from
15859 trace file and test collected data.
15860 (gdb_collect_locals_test): Likewise.
15861 (gdb_unavailable_registers_test): Likewise.
15862 (gdb_unavailable_floats): Likewise.
15863 (gdb_collect_globals_test): Likewise.
15864 (top-level): Append "ctf" to trace_file_targets if GDB
15865 supports.
15866
15867 2014-05-05 Yao Qi <yao@codesourcery.com>
15868
15869 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15870 code to ...
15871 (gdb_collect_args_test_1): ... it. New proc.
15872 (gdb_collect_locals_test): Move some code to ...
15873 (gdb_collect_locals_test_1): ... it. New proc.
15874 (gdb_unavailable_registers_test): Move some code to ...
15875 (gdb_unavailable_registers_test_1): ... it. New proc.
15876 (gdb_unavailable_floats): Move some code to ...
15877 (gdb_unavailable_floats_1): ... it. New proc.
15878
15879 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15880
15881 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15882 probes to test for bitness recognition.
15883 * gdb.arch/amd64-stap-optional-prefix.exp
15884 (test_probe_value_without_reg): New procedure.
15885 Add code to test for different kinds of bitness.
15886
15887 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15888
15889 PR breakpoints/16889
15890 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15891 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15892
15893 2014-05-01 Pedro Alves <palves@redhat.com>
15894
15895 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15896 gdb_file_cmd if no file is specified.
15897 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15898 last_loaded_file to set the remote exec-file.
15899
15900 2014-05-01 Pedro Alves <palves@redhat.com>
15901
15902 * boards/local-remote-host.exp: New file.
15903
15904 2014-05-01 Pedro Alves <palves@redhat.com>
15905
15906 * boards/local-remote-host.exp: Rename to ...
15907 * boards/local-remote-host-notty.exp: ... this.
15908
15909 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15910
15911 * gdb.ada/dyn_arrayidx: New testcase.
15912
15913 2014-04-26 Yao Qi <yao@codesourcery.com>
15914
15915 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15916 and compute the length of function main. Save it in
15917 $main_length.
15918 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15919 (top-level): Use gdb_compile to compile objects into
15920 executable and restart GDB. Remove invocation to
15921 prepare_for_testing.
15922
15923 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15924 Pedro Alves <palves@redhat.com>
15925
15926 PR server/16255
15927 * gdb.multi/multi-attach.c: New file.
15928 * gdb.multi/multi-attach.exp: New file.
15929
15930 2014-04-25 Pedro Alves <palves@redhat.com>
15931
15932 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15933 user.
15934 (top level): Test that "set remote conditional-breakpoints-packet
15935 off" works as intended.
15936 * gdb.base/dprintf.exp: Test that "set remote
15937 breakpoint-commands-packet off" works as intended.
15938 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15939 New function.
15940 (top level): Call it.
15941 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15942 remote fast-tracepoints-packet off" works as intended.
15943 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15944 * lib/gdb.exp (gdb_is_target_remote): ... here.
15945
15946 2014-04-24 David Blaikie <dblaikie@gmail.com>
15947
15948 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15949 ensure clang would not discard them.
15950 * gdb.base/gdbvars.c: Ditto.
15951 * gdb.base/memattr.c: Ditto.
15952 * gdb.base/whatis.c: Ditto.
15953 * gdb.python/py-prettyprint.c: Ditto.
15954 * gdb.trace/actions.c: Ditto.
15955 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15956 ensure clang would not discard it.
15957
15958 2014-04-24 David Blaikie <dblaikie@gmail.com>
15959
15960 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15961 clang to emit the full definition of type required by the test
15962 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15963
15964 2014-04-24 David Blaikie <dblaikie@gmail.com>
15965
15966 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15967 coax Clang into emitting the definition of the type.
15968 * gdb.cp/pr10728-x.h (y): Ditto.
15969 * gdb.cp/pr10728-y.cc (y): Ditto.
15970
15971 2014-04-24 David Blaikie <dblaikie@gmail.com>
15972
15973 * gdb.base/label.exp: XFAIL label related tests under Clang.
15974 * gdb.cp/cplabel.exp: Ditto.
15975 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15976 under Clang those using labels.
15977
15978 2014-04-25 Yao Qi <yao@codesourcery.com>
15979
15980 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15981 double_label.
15982 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15983 partial_label and double_label.
15984
15985 2014-04-24 David Blaikie <dblaikie@gmail.com>
15986
15987 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15988
15989 2014-04-24 David Blaikie <dblaikie@gmail.com>
15990
15991 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15992 of the function to work across GCC and Clang.
15993 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15994 pointer types (const void ** const V void **).
15995
15996 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15997 Walfred Tedeschi <walfred.tedeschi@intel.com>
15998
15999 * Makefile.in (EXECUTABLES): Added i386-avx512.
16000 * gdb.arch/i386-avx512.c: New file.
16001 * gdb.arch/i386-avx512.exp: Likewise.
16002
16003 2014-04-23 Keith Seitz <keiths@redhat.com>
16004
16005 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16006 (mi_make_breakpoint_table): New procedure.
16007 (mi_create_breakpoint): Use mi_make_breakpoint
16008 and return the result.
16009 (mi_make_breakpoint): New procedure.
16010 (mi_build_kv_pairs): New procedure.
16011
16012 * gdb.mi/mi-break.exp: Remove unused globals,
16013 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16014 All callers updated.
16015 * gdb.mi/mi-dprintf.exp: Use variable to track command
16016 number.
16017 Update all callers of mi_create_breakpoint and use
16018 mi_make_breakpoint_table.
16019 Remove any unused global variables.
16020 * gdb.mi/mi-nonstop.exp: Likewise.
16021 * gdb.mi/mi-nsintrall.exp: Likewise.
16022 * gdb.mi/mi-nsmoribund.exp: Likewise.
16023 * gdb.mi/mi-nsthrexec.exp: Likewise.
16024 * gdb.mi/mi-reverse.exp: Likewise.
16025 * gdb.mi/mi-simplerun.exp: Likewise.
16026 * gdb.mi/mi-stepn.exp: Likewise.
16027 * gdb.mi/mi-syn-frame.exp: Likewise.
16028 * gdb.mi/mi-until.exp: Likewise.
16029 * gdb.mi/mi-var-cp.exp: Likewise.
16030 * gdb.mi/mi-var-display.exp: Likewise.
16031 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16032 * gdb.mi/mi2-var-child.exp: Likewise.
16033 * gdb.mi/mi-vla-c99.exp: Likewise.
16034 * lib/mi-support.exp: Likewise.
16035
16036 From Ian Lance Taylor <iant@cygnus.com>:
16037 * lib/gdb.exp (parse_args): New procedure.
16038
16039 2014-04-23 Pedro Alves <palves@redhat.com>
16040
16041 * gdb.base/break-unload-file.c: New file.
16042 * gdb.base/break-unload-file.exp: New file.
16043 * gdb.base/sym-file-lib.c (baz): New function.
16044 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16045 field.
16046 (load): Store the segment's mapped size.
16047 (unload): New function.
16048 (unload_shlib): New function.
16049 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16050 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16051 set a breakpoint at baz, and call it.
16052 * gdb.base/sym-file.exp: New tests for stale breakpoint
16053 instructions.
16054
16055 2014-04-23 Pedro Alves <palves@redhat.com>
16056
16057 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16058 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16059 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16060 * gdb.base/hbreak-unmapped.c: New file.
16061 * gdb.base/hbreak-unmapped.exp: New file.
16062 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16063 * lib/gdb.exp (gdb_is_target_remote): ... here.
16064
16065 2014-04-22 Pedro Alves <palves@redhat.com>
16066
16067 * gdb.base/consecutive-step-over.c: New file.
16068 * gdb.base/consecutive-step-over.exp: New file.
16069
16070 2014-04-22 Pedro Alves <palves@redhat.com>
16071
16072 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16073 instead of send_gdb/gdb_expect.
16074
16075 2014-04-22 Yao Qi <yao@codesourcery.com>
16076
16077 * lib/trace-support.exp (generate_tracefile): New procedure.
16078 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16079 return 0.
16080 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16081 if generate_tracefile returns 1.
16082
16083 2014-04-18 Tom Tromey <palves@redhat.com>
16084 Pedro alves <tromey@redhat.com>
16085
16086 PR backtrace/15558
16087 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16088 with a backtrace limit.
16089 * gdb.python/py-frame-inline.exp: Test running to an inline
16090 function with a backtrace limit, and printing the newest frame.
16091 * gdb.python/py-frame-inline.c (main): Call f.
16092
16093 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16094
16095 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16096
16097 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16098
16099 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16100 Drop prefix from unsupported source file path.
16101
16102 2014-04-17 Yao Qi <yao@codesourcery.com>
16103
16104 * lib/gdb.exp (with_target_charset): New proc.
16105 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16106 with_target_charset.
16107 (test_print_strings): Likewise.
16108 (test_repeat_bytes): Likewise.
16109 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16110 for some tests.
16111
16112 2014-04-16 Keith Seitz <keiths@redhat.com>
16113
16114 PR gdb/15827
16115 * gdb.dwarf2/corrupt.c: New file.
16116 * gdb.dwarf2/corrupt.exp: New file.
16117
16118 2014-04-16 Keith Seitz <keiths@redhat.com>
16119
16120 PR c++/16597
16121 * gdb.cp/namelessclass.cc: New file.
16122 * gdb.cp/namelessclass.exp: New file.
16123 * gdb.cp/namelessclass.S: New file.
16124
16125 2014-04-16 Doug Evans <dje@google.com>
16126
16127 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16128 Add comment.
16129 (gdbserver_default_get_comm_port): New function.
16130 (gdbserver_start): Check if board file provided
16131 "gdbserver,get_comm_port" and use it if so.
16132 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16133 (gdb,socketport): Set to "stdio".
16134 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16135 (stdio_gdbserver_template): Delete.
16136 (${board}_get_remote_address): Update.
16137 (${board}_build_remote_cmd): Delete.
16138 (${board}_get_comm_port): New function.
16139 (${board}_spawn): Update.
16140 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16141 Delete.
16142 (${board}_get_remote_address): Update.
16143 (${board}_get_comm_port): New function.
16144
16145 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16146
16147 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16148 appearing in any order.
16149
16150 2014-04-15 Doug Evans <dje@google.com>
16151
16152 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16153 uninitialized value of "description".
16154
16155 2014-04-15 Keith Seitz <keiths@redhat.com>
16156
16157 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16158 Remove unused globals.
16159 (test_running_the_program): Likewise.
16160 (test_controlled_execution): Likewise.
16161 (test_controlling_breakpoints): Likewise.
16162 (test_program_termination): Likewise.
16163
16164 2014-04-15 Keith Seitz <keiths@redhat.com>
16165
16166 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16167 unused globals.
16168 (test_rbreak_creation_and_listing): Likewise.
16169 (test_ignore_count): Likewise.
16170 (test_error): Likewise.
16171
16172 2014-04-15 Pedro Alves <palves@redhat.com>
16173
16174 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16175 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16176 sym-file-loader.c.
16177 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16178 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16179 to sym-file-loader.c.
16180 (struct library): Forward declare.
16181 (load_shlib, lookup_function): Change prototypes.
16182 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16183 (translate_offset): Remove declarations.
16184 (get_text_addr): New declaration.
16185 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16186 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16187 sym-file-loader.h.
16188 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16189 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16190 here from sym-file-loader.h.
16191 (struct library): New structure.
16192 (load_shlib, lookup_function): Change prototypes and adjust to
16193 work with a struct library.
16194 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16195 (translate_offset): Make static.
16196 (get_text_addr): New function.
16197 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16198
16199 2014-04-15 Pedro Alves <palves@redhat.com>
16200
16201 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16202
16203 2014-04-15 Pedro Alves <palves@redhat.com>
16204
16205 * gdb.base/sym-file-loader.c: Include <limits.h>.
16206 (SELF_LINK): New define.
16207 (get_origin): New function.
16208 (load_shlib): Use it.
16209 * gdb.base/sym-file.exp: Don't early return if the target is
16210 remote. Use runto_main, and issue fail is that fails. Use
16211 gdb_load_shlibs.
16212 (shlib_name): Delete.
16213 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16214
16215 2014-04-15 Pedro Alves <palves@redhat.com>
16216
16217 * gdb.base/sym-file.exp: Remove regex characters from test
16218 message. Don't refer to breakpoint numbers in test messages.
16219
16220 2014-04-14 Keith Seitz <keiths@redhat.com>
16221
16222 PR c++/16253
16223 * gdb.cp/var-tag.cc: New file.
16224 * gdb.cp/var-tag.exp: New file.
16225 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16226 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16227 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16228 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16229
16230 2014-04-14 Tom Tromey <tromey@redhat.com>
16231
16232 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16233 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16234 type.
16235 * gdb.cp/enum-class.exp: New file.
16236 * gdb.cp/enum-class.cc: New file.
16237
16238 2014-04-14 Tom Tromey <tromey@redhat.com>
16239
16240 * gdb.dwarf2/enum-type.exp: New file.
16241
16242 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16243
16244 * gdb.mi/mi-vla-c99.exp: New file.
16245 * gdb.mi/vla.c: New file.
16246
16247 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16248
16249 * gdb.base/vla-datatypes.c: New file.
16250 * gdb.base/vla-datatypes.exp: New file.
16251
16252 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16253
16254 * gdb.base/vla-ptr.c: New file.
16255 * gdb.base/vla-ptr.exp: New file.
16256
16257 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16258
16259 * gdb.dwarf2/count.exp: New file.
16260
16261 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16262
16263 * gdb.base/vla-sideeffect.c: New file.
16264 * gdb.base/vla-sideeffect.exp: New file.
16265
16266 2014-04-14 David Blaikie <dblaikie@gmail.com>
16267
16268 * gdb.mi/non-stop.c: Add return value for non-void function return
16269 statement.
16270 * gdb.threads/staticthreads.c: Ditto.
16271
16272 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16273 Doug Evans <xdje42@gmail.com>
16274
16275 * gdb.guile/scm-value.c: Improve test case.
16276 * gdb.guile/scm-value.exp: Add new test.
16277
16278 2014-04-11 David Blaikie <dblaikie@gmail.com>
16279
16280 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16281 override Clang's default.
16282
16283 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16284
16285 Revert the following changes (regressions):
16286
16287 * gdb.base/vla-sideeffect.c: New file.
16288 * gdb.base/vla-sideeffect.exp: New file.
16289
16290 * gdb.dwarf2/count.exp: New file.
16291
16292 * gdb.base/vla-multi.c: New file.
16293 * gdb.base/vla-multi.exp: New file.
16294
16295 * gdb.base/vla-ptr.c: New file.
16296 * gdb.base/vla-ptr.exp: New file.
16297
16298 * gdb.base/vla-datatypes.c: New file.
16299 * gdb.base/vla-datatypes.exp: New file.
16300
16301 * gdb.mi/mi-vla-c99.exp: New file.
16302 * gdb.mi/vla.c: New file.
16303
16304 2014-04-11 Keith Seitz <keiths@redhat.com>
16305
16306 PR c++/16675
16307 * gdb.cp/cpsizeof.exp: New file.
16308 * gdb.cp/cpsizeof.cc: New file.
16309
16310 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16311
16312 * gdb.mi/mi-vla-c99.exp: New file.
16313 * gdb.mi/vla.c: New file.
16314
16315 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16316
16317 * gdb.base/vla-datatypes.c: New file.
16318 * gdb.base/vla-datatypes.exp: New file.
16319
16320 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16321
16322 * gdb.base/vla-ptr.c: New file.
16323 * gdb.base/vla-ptr.exp: New file.
16324
16325 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16326
16327 * gdb.base/vla-multi.c: New file.
16328 * gdb.base/vla-multi.exp: New file.
16329
16330 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16331
16332 * gdb.dwarf2/count.exp: New file.
16333
16334 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16335
16336 * gdb.base/vla-sideeffect.c: New file.
16337 * gdb.base/vla-sideeffect.exp: New file.
16338
16339 2014-04-11 Yao Qi <yao@codesourcery.com>
16340
16341 * gdb.base/completion.exp: Check file exists before running tests
16342 on file completion.
16343
16344 2014-04-10 Pedro Alves <palves@redhat.com>
16345
16346 * gdb.base/cond-eval-mode.c: New file.
16347 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16348 prepare_for_testing to build the new file. Check result of
16349 runto_main.
16350 (test_break, test_watch): New procedures.
16351 (top level): Use them.
16352
16353 2014-04-08 Pierre Muller <muller@sourceware.org>
16354
16355 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16356 Ctrl-V use for mingw hosts.
16357
16358 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16359
16360 * gdb.python/py-value.c: Improve test case.
16361 * gdb.python/py-value.exp: Add new test.
16362
16363 2014-04-07 David Blaikie <dblaikie@gmail.com>
16364
16365 * lib/compiler.c: Identify the clang compiler.
16366 * lib/compiler.cc: Ditto.
16367
16368 2014-04-03 Yao Qi <yao@codesourcery.com>
16369
16370 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16371
16372 2014-04-01 Anton Blanchard <anton@samba.org>
16373
16374 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16375 messages unique.
16376
16377 2014-04-01 Anton Blanchard <anton@samba.org>
16378
16379 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16380 prepare_for_testing.
16381
16382 2014-04-01 Anton Blanchard <anton@samba.org>
16383
16384 * gdb.arch/ppc64-atomic-inst.c: Remove.
16385 * gdb.arch/ppc64-atomic-inst.S: New file.
16386 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16387
16388 2014-03-31 Doug Evans <dje@google.com>
16389
16390 * gdb.base/print-symbol-loading-lib.c: New file.
16391 * gdb.base/print-symbol-loading-main.c: New file.
16392 * gdb.base/print-symbol-loading.exp: New file.
16393
16394 2014-03-31 Yao Qi <yao@codesourcery.com>
16395
16396 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16397
16398 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16399
16400 * gdb.ada/mi_dyn_arr: New testcase.
16401
16402 2014-03-27 Doug Evans <dje@google.com>
16403
16404 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16405
16406 2014-03-27 Yao Qi <yao@codesourcery.com>
16407
16408 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16409 if target is nios2-*-*.
16410
16411 2014-03-26 Yao Qi <yao@codesourcery.com>
16412
16413 * lib/gdb.exp (readline_is_used): New proc.
16414 * gdb.base/completion.exp: Move tests on command complete up.
16415 Skip the rest of tests if readline is not used.
16416 * gdb.ada/complete.exp: Skp the test if readline is not
16417 used.
16418 * gdb.base/filesym.exp: Likewise.
16419 * gdb.base/macscp.exp: Likewise.
16420 * gdb.base/readline-ask.exp: Likewise.
16421 * gdb.base/readline.exp: Likewise.
16422 * gdb.python/py-cmd.exp: Likewise.
16423 * gdb.trace/tfile.exp: Likewise.
16424
16425 2014-03-26 Yao Qi <yao@codesourcery.com>
16426
16427 * gdb.base/macscp.exp: Fix code format issues.
16428
16429 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16430
16431 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16432 * gdb.asm/powerpc64le.inc: New file.
16433
16434 2014-03-25 Pedro Alves <palves@redhat.com>
16435 Doug Evans <dje@google.com>
16436
16437 * gdb.base/source-execution.c: New file.
16438 * gdb.base/source-execution.exp: New file.
16439 * gdb.base/source-execution.gdb: New file.
16440
16441 2014-03-24 Doug Evans <dje@google.com>
16442
16443 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16444 using fission.
16445
16446 2014-03-24 Hui Zhu <hui@codesourcery.com>
16447 Pedro Alves <palves@redhat.com>
16448
16449 PR breakpoints/16101
16450 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16451 test pass/fail messages. Detect missing support for dprintf when
16452 breakpoints are actually inserted.
16453 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16454 breakpoints are actually inserted.
16455 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16456 fails.
16457
16458 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16459
16460 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16461
16462 2014-03-22 Doug Evans <xdje42@gmail.com>
16463
16464 * gdb.python/python.exp (python not supported): Verify multi-line
16465 python command issues an error.
16466 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16467 guile command issues an error.
16468
16469 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16470
16471 * gdb.threads/thread-specific.exp: Handle the lack of usable
16472 $this_breakpoint and $this_thread.
16473
16474 2014-03-21 Hui Zhu <hui@codesourcery.com>
16475
16476 * gdb.base/attach.exp (do_command_attach_tests): New.
16477
16478 2014-03-20 Tom Tromey <tromey@redhat.com>
16479 Pedro Alves <palves@redhat.com>
16480
16481 PR cli/15718
16482 * gdb.base/condbreak-call-false.c: New file.
16483 * gdb.base/condbreak-call-false.exp: New file.
16484
16485 2014-03-20 Pedro Alves <palves@redhat.com>
16486
16487 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16488 Delete.
16489 (block_signals, unblock_signals): Delete.
16490 (child_function_2, main): Remove references to deleted variable
16491 and functions.
16492
16493 2014-03-20 Pedro Alves <palves@redhat.com>
16494
16495 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16496 Use pthread_kill to signal thread 2.
16497 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16498 Adjust to make the test send itself a signal rather than using the
16499 host's "kill" command.
16500
16501 2014-03-20 Pedro Alves <palves@redhat.com>
16502
16503 * gdb.threads/multiple-step-overs.c: New file.
16504 * gdb.threads/multiple-step-overs.exp: New file.
16505 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16506 Adjust expected infrun debug output.
16507
16508 2014-03-20 Pedro Alves <palves@redhat.com>
16509
16510 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16511 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16512
16513 2014-03-20 Pedro Alves <palves@redhat.com>
16514
16515 PR breakpoints/7143
16516 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16517 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16518 of gdb_test_multiple.
16519 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16520 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16521
16522 2014-03-20 Pedro Alves <palves@redhat.com>
16523
16524 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16525 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16526
16527 2014-03-19 Pedro Alves <palves@redhat.com>
16528
16529 * gdb.base/async.exp: Remove early return.
16530
16531 2014-03-19 Pedro Alves <palves@redhat.com>
16532
16533 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16534
16535 2014-03-19 Pedro Alves <palves@redhat.com>
16536
16537 * gdb.base/async.exp (test_background): Expect \r\n after
16538 "completed." in the fail pattern.
16539
16540 2014-03-19 Pedro Alves <palves@redhat.com>
16541
16542 * gdb.base/async.exp (test_background): New procedure.
16543 Use it for all background execution command tests.
16544
16545 2014-03-19 Pedro Alves <palves@redhat.com>
16546
16547 * gdb.base/async.exp: Use prepare_for_testing.
16548
16549 2014-03-19 Pedro Alves <palves@redhat.com>
16550
16551 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16552 the same line.
16553
16554 2014-03-19 Pedro Alves <palves@redhat.com>
16555
16556 * gdb.base/async.c (main): Add "jump here" and "until here" line
16557 marker comments.
16558 * gdb.base/async.exp (jump_here): New global.
16559 (jump& test): Use it.
16560 (until_here): New global.
16561 (until& test): Use it.
16562
16563 2014-03-19 Pedro Alves <palves@redhat.com>
16564
16565 * gdb.base/async.exp: Don't frob gdb_protocol.
16566
16567 2014-03-18 Doug Evans <xdje42@gmail.com>
16568
16569 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16570 Fix spelling of exec-done-display.
16571
16572 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16573
16574 PR gdb/15358
16575 * gdb.base/gdb-sigterm.c: New file.
16576 * gdb.base/gdb-sigterm.exp: New file.
16577
16578 2014-03-18 Pedro Alves <palves@redhat.com>
16579
16580 PR gdb/13860
16581 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16582 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16583 solib-event.
16584
16585 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16586
16587 * gdb.ada/pckd_arr_ren: New testcase.
16588
16589 2014-03-13 Doug Evans <xdje42@gmail.com>
16590
16591 PR guile/16612
16592 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16593 collect after discarding symbols.
16594
16595 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16596 Doug Evans <xdje42@gmail.com>
16597
16598 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16599 to history survives a gc.
16600
16601 2014-03-13 Pedro Alves <palves@redhat.com>
16602
16603 * gdb.base/default.exp: Don't test "target procfs".
16604
16605 2014-03-13 Pedro Alves <palves@redhat.com>
16606
16607 * gdb.base/default.exp: Update "target child" and "target procfs"
16608 tests to not expect "Unix".
16609
16610 2014-03-12 Tom Tromey <tromey@redhat.com>
16611
16612 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16613 New procs. Add target-async tests.
16614 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16615 Add target-async tests.
16616
16617 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16618
16619 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16620 'func_start' and 'func_end' for the beginning and end of the
16621 function code, respectively.
16622 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16623 'func_end' instead of 'func' and 'main'.
16624
16625 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16626
16627 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16628 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16629 generate the debug info assembler source.
16630
16631 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16632
16633 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16634 * gdb.dwarf2/arr-subrange.exp: Likewise.
16635 * gdb.dwarf2/dwz.exp: Likewise.
16636 * gdb.dwarf2/method-ptr.exp: Likewise.
16637 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16638 * gdb.dwarf2/subrange.exp: Likewise.
16639 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16640 * gdb.dwarf2/implptrpiece.exp: Likewise.
16641 * gdb.dwarf2/nostaticblock.exp: Likewise.
16642
16643 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16644
16645 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16646 directory to absolute path name arguments.
16647
16648 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16649
16650 * gdb.ada/tagged_access: New testcase.
16651
16652 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16653
16654 * gdb.btrace/data.exp: Update expected output.
16655
16656 2014-03-06 Yao Qi <yao@codesourcery.com>
16657
16658 * gdb.trace/pr16508.exp: New file.
16659
16660 2014-03-05 Pedro Alves <palves@redhat.com>
16661
16662 PR gdb/16575
16663 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16664 procedure.
16665 (top level): Adjust to use it. Add tests that exercise breakpoint
16666 interaction with the code-cache.
16667
16668 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16669
16670 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16671 test for 'history-append!'.
16672
16673 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16674
16675 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16676 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16677 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16678 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16679 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16680 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16681
16682 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16683
16684 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16685 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16686 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16687
16688 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16689
16690 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16691
16692 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16693
16694 * gdb.dwarf2/arr-stride.c: New file.
16695 * gdb.dwarf2/arr-stride.exp: New file.
16696
16697 2014-02-26 Pedro Alves <palves@redhat.com>
16698
16699 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16700 that won't ever trigger. Make sure that GDB reports the correct
16701 breakpoint that caused the stop.
16702
16703 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16704
16705 PR gdb/16626
16706 * gdb.base/auto-load-script: New file.
16707 * gdb.base/auto-load.c: New file.
16708 * gdb.base/auto-load.exp: New file.
16709
16710 PR gdb/16626
16711 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16712
16713 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16714
16715 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16716 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16717
16718 2014-02-24 Doug Evans <dje@google.com>
16719
16720 * lib/gdb.exp (run_on_host): Log error output if program fails.
16721
16722 2014-02-21 Pedro Alves <palves@redhat.com>
16723
16724 * gdb.threads/step-after-sr-lock.c: Rename to ...
16725 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16726 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16727 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16728 ... this.
16729
16730 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16731
16732 PR tdep/16397
16733 * gdb.arch/amd64-stap-special-operands.exp: New file.
16734 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16735 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16736 * gdb.arch/amd64-stap-triplet.S: Likewise.
16737 * gdb.arch/amd64-stap-triplet.c: Likewise.
16738
16739 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16740
16741 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16742 in .section pseudo-op.
16743
16744 2014-02-20 lin zuojian <manjian2006@gmail.com>
16745 Joel Brobecker <brobecker@adacore.com>
16746 Doug Evans <xdje42@gmail.com>
16747
16748 PR symtab/16581
16749 * gdb.dwarf2/dw2-icycle.S: New file.
16750 * gdb.dwarf2/dw2-icycle.c: New file.
16751 * gdb.dwarf2/dw2-icycle.exp: New file.
16752
16753 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16754
16755 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16756 operations on gdb.Value objects.
16757 * gdb.python/py-value-cc.exp: Add new test to test operations on
16758 gdb.Value objects.
16759
16760 2014-02-18 Doug Evans <dje@google.com>
16761
16762 * Makefile.in (TESTS): New variable.
16763 (expanded_tests, expanded_tests_or_none): New variables
16764 (check-single): Pass $(expanded_tests_or_none) to runtest.
16765 (check-parallel): Only run tests in $(TESTS) if non-empty.
16766 (check/no-matching-tests-found): New rule.
16767 * README: Document TESTS makefile variable.
16768
16769 2014-02-18 Doug Evans <dje@google.com>
16770
16771 * Makefile.in (check-parallel): rm -rf outputs temp.
16772
16773 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16774
16775 Fix "ERROR: no fileid for" in the testsuite.
16776 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16777
16778 2014-02-12 Doug Evans <dje@google.com>
16779
16780 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16781 (MISCELLANEOUS): New variable.
16782 (clean): rm -rf $(MISCELLANEOUS).
16783 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16784 dwp live in the same directory as symlinks, with each symlink pointed
16785 to a differently named file in a different directory.
16786
16787 2014-02-11 Doug Evans <dje@google.com>
16788
16789 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16790 of Tcl file commands.
16791
16792 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16793
16794 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16795 "kill -SIGUSR1 -1".
16796
16797 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16798
16799 * gdb.ada/tick_length_array_enum_idx: New testcase.
16800
16801 2014-02-10 Doug Evans <xdje42@gmail.com>
16802
16803 * configure.ac (AC_OUTPUT): Add gdb.guile.
16804 * configure: Regenerate.
16805 * lib/gdb-guile.exp: New file.
16806 * lib/gdb.exp (get_target_charset): New function.
16807 * gdb.base/help.exp: Update expected output from "apropos apropos".
16808 * gdb.guile/Makefile.in: New file.
16809 * gdb.guile/guile.exp: New file.
16810 * gdb.guile/scm-arch.c: New file.
16811 * gdb.guile/scm-arch.exp: New file.
16812 * gdb.guile/scm-block.c: New file.
16813 * gdb.guile/scm-block.exp: New file.
16814 * gdb.guile/scm-breakpoint.c: New file.
16815 * gdb.guile/scm-breakpoint.exp: New file.
16816 * gdb.guile/scm-disasm.c: New file.
16817 * gdb.guile/scm-disasm.exp: New file.
16818 * gdb.guile/scm-equal.c: New file.
16819 * gdb.guile/scm-equal.exp: New file.
16820 * gdb.guile/scm-error.exp: New file.
16821 * gdb.guile/scm-error.scm: New file.
16822 * gdb.guile/scm-frame-args.c: New file.
16823 * gdb.guile/scm-frame-args.exp: New file.
16824 * gdb.guile/scm-frame-args.scm: New file.
16825 * gdb.guile/scm-frame-inline.c: New file.
16826 * gdb.guile/scm-frame-inline.exp: New file.
16827 * gdb.guile/scm-frame.c: New file.
16828 * gdb.guile/scm-frame.exp: New file.
16829 * gdb.guile/scm-generics.exp: New file.
16830 * gdb.guile/scm-gsmob.exp: New file.
16831 * gdb.guile/scm-iterator.c: New file.
16832 * gdb.guile/scm-iterator.exp: New file.
16833 * gdb.guile/scm-math.c: New file.
16834 * gdb.guile/scm-math.exp: New file.
16835 * gdb.guile/scm-objfile-script-gdb.in: New file.
16836 * gdb.guile/scm-objfile-script.c: New file.
16837 * gdb.guile/scm-objfile-script.exp: New file.
16838 * gdb.guile/scm-objfile.c: New file.
16839 * gdb.guile/scm-objfile.exp: New file.
16840 * gdb.guile/scm-ports.exp: New file.
16841 * gdb.guile/scm-pretty-print.c: New file.
16842 * gdb.guile/scm-pretty-print.exp: New file.
16843 * gdb.guile/scm-pretty-print.scm: New file.
16844 * gdb.guile/scm-section-script.c: New file.
16845 * gdb.guile/scm-section-script.exp: New file.
16846 * gdb.guile/scm-section-script.scm: New file.
16847 * gdb.guile/scm-symbol.c: New file.
16848 * gdb.guile/scm-symbol.exp: New file.
16849 * gdb.guile/scm-symtab-2.c: New file.
16850 * gdb.guile/scm-symtab.c: New file.
16851 * gdb.guile/scm-symtab.exp: New file.
16852 * gdb.guile/scm-type.c: New file.
16853 * gdb.guile/scm-type.exp: New file.
16854 * gdb.guile/scm-value-cc.cc: New file.
16855 * gdb.guile/scm-value-cc.exp: New file.
16856 * gdb.guile/scm-value.c: New file.
16857 * gdb.guile/scm-value.exp: New file.
16858 * gdb.guile/source2.scm: New file.
16859 * gdb.guile/types-module.cc: New file.
16860 * gdb.guile/types-module.exp: New file.
16861
16862 2014-02-10 Yao Qi <yao@codesourcery.com>
16863
16864 PR testsuite/16543
16865 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16866 * configure: Regenerated.
16867 * Makefile.in: New file.
16868
16869 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16870
16871 * gdb.python/py-framefilter.exp: Fix typo.
16872
16873 2014-02-08 Yao Qi <yao@codesourcery.com>
16874
16875 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16876 that no =breakpoint-modified is emitted when breakpoints are
16877 modified through MI commands.
16878
16879 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16880 Pedro Alves <palves@redhat.com>
16881
16882 * gdb.threads/step-after-sr-lock.c: New file.
16883 * gdb.threads/step-after-sr-lock.exp: New file.
16884
16885 2014-02-07 Pedro Alves <palves@redhat.com>
16886
16887 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16888
16889 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16890
16891 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16892 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16893
16894 2014-02-06 Doug Evans <xdje42@gmail.com>
16895
16896 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16897 output.
16898
16899 * gdb.gdb/python-interrupts.exp: New file.
16900
16901 2014-02-05 Yao Qi <yao@codesourcery.com>
16902
16903 * gdb.trace/report.exp (use_collected_data): Test the output
16904 of "info threads" and "info inferiors".
16905
16906 2014-02-05 Yao Qi <yao@codesourcery.com>
16907
16908 Revert this patch:
16909
16910 2013-05-24 Yao Qi <yao@codesourcery.com>
16911
16912 * gdb.trace/tfile.exp: Test inferior and thread.
16913
16914 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16915
16916 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16917 on a function.
16918 * gdb.base/step-bt.c: Call hello via function pointer to make
16919 sure its first instruction is executed on powerpc64le-linux.
16920
16921 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16922
16923 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16924
16925 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16926
16927 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16928 of the test patterns for use on little-endian systems.
16929
16930 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16931
16932 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16933 (decimal_vector): Fix for little-endian.
16934
16935 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16936
16937 * gdb.arch/sparc-sysstep.exp: New file.
16938 * gdb.arch/sparc-sysstep.c: Likewise.
16939
16940 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16941
16942 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16943
16944 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16945
16946 2014-01-23 Tom Tromey <tromey@redhat.com>
16947
16948 * gdb.ada/array_char_idx: New testcase.
16949
16950 2014-01-23 Tom Tromey <tromey@redhat.com>
16951
16952 PR python/16487:
16953 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16954 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16955 classes.
16956
16957 2014-01-23 Tom Tromey <tromey@redhat.com>
16958
16959 PR python/16491:
16960 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16961 string from an inferior frame.
16962 * gdb.python/py-framefilter-mi.exp: Update.
16963
16964 2014-01-22 Doug Evans <dje@google.com>
16965
16966 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16967
16968 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16969
16970 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16971
16972 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16973
16974 * gdb.trace/entry-values.exp: Remove excess space character from
16975 regex patterns. Handle s390 call instruction.
16976
16977 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16978
16979 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16980 define "*_start" label. Make "name" static.
16981 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16982 ${name} by references to ${name}_start.
16983
16984 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16985
16986 * gdb.base/info-macros.exp: Remove "debug" from the compile
16987 options.
16988
16989 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16990
16991 * gdb.dlang/demangle.exp: New file.
16992
16993 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16994
16995 * gdb.dlang/primitive-types.exp: New file.
16996
16997 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16998
16999 * configure.ac: Create gdb.dlang/Makefile.
17000 * configure: Regenerate.
17001 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17002 * gdb.dlang/Makefile.in: New file.
17003 * lib/d-support.exp: New file.
17004 * lib/gdb.exp (skip_d_tests): New proc.
17005
17006 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17007
17008 * gdb.btrace/delta.exp: Check reverse stepi.
17009 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17010 * gdb.btrace/finish.exp: New.
17011 * gdb.btrace/next.exp: New.
17012 * gdb.btrace/nexti.exp: New.
17013 * gdb.btrace/record_goto.c: Add comments.
17014 * gdb.btrace/step.exp: New.
17015 * gdb.btrace/stepi.exp: New.
17016 * gdb.btrace/multi-thread-step.c: New.
17017 * gdb.btrace/multi-thread-step.exp: New.
17018 * gdb.btrace/rn-dl-bind.c: New.
17019 * gdb.btrace/rn-dl-bind.exp: New.
17020 * gdb.btrace/data.c: New.
17021 * gdb.btrace/data.exp: New.
17022 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17023
17024 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17025
17026 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17027 * gdb.btrace/exception.exp: Update.
17028 * gdb.btrace/instruction_history.exp: Update.
17029 * gdb.btrace/record_goto.exp: Update.
17030 * gdb.btrace/tailcall.exp: Update.
17031 * gdb.btrace/unknown_functions.exp: Update.
17032 * gdb.btrace/delta.exp: New.
17033
17034 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17035
17036 * gdb.btrace/record_goto.exp: Add backtrace test.
17037 * gdb.btrace/tailcall.exp: Add backtrace test.
17038
17039 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17040
17041 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17042 * gdb.btrace/record_goto.c: New.
17043 * gdb.btrace/record_goto.exp: New.
17044 * gdb.btrace/x86-record_goto.S: New.
17045
17046 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17047
17048 * gdb.btrace/function_call_history.exp: Update tests.
17049 * gdb.btrace/instruction_history.exp: Update tests.
17050
17051 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17052
17053 * gdb.btrace/function_call_history.exp: Fix expected field
17054 order for "record function-call-history".
17055 Add new tests for "record function-call-history /c".
17056 * gdb.btrace/exception.cc: New.
17057 * gdb.btrace/exception.exp: New.
17058 * gdb.btrace/tailcall.exp: New.
17059 * gdb.btrace/x86-tailcall.S: New.
17060 * gdb.btrace/x86-tailcall.c: New.
17061 * gdb.btrace/unknown_functions.c: New.
17062 * gdb.btrace/unknown_functions.exp: New.
17063 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17064
17065 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17066
17067 * gdb.btrace/instruction_history.exp: Update.
17068 * gdb.btrace/function_call_history.exp: Update.
17069
17070 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17071
17072 * gdb.btrace/function_call_history.exp: Fix expected function
17073 trace.
17074 * gdb.btrace/instruction_history.exp: Initialize traced.
17075 Remove traced_functions.
17076
17077 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17078
17079 * gdb.btrace/function_call_history.exp: Update
17080 * gdb.btrace/instruction_history.exp: Update.
17081
17082 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17083
17084 * gdb.btrace/enable.exp: Update expected text.
17085
17086 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17087
17088 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17089 bytes.
17090
17091 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17092
17093 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17094
17095 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17096
17097 * lib/gdb.exp (supports_process_record): Return true for
17098 arm*-linux*. (supports_reverse): Likewise.
17099
17100 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17101
17102 PR python/15464
17103 PR python/16113
17104 * gdb.python/py-type.c: Enhance test case.
17105 * gdb.python/py-value-cc.cc: Likewise
17106 * gdb.python/py-type.exp: Add new tests.
17107 * gdb.python/py-value-cc.exp: Likewise
17108
17109 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17110 Pedro Alves <palves@redhat.com>
17111
17112 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17113 Make "name" extern.
17114 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17115 references to ${name}_start by references to ${name}.
17116
17117 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17118
17119 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17120
17121 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17122
17123 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17124
17125 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17126 Pedro Alves <palves@redhat.com>
17127
17128 * gdb.mi/mi-info-os.exp: Connect to the target with
17129 mi_gdb_target_load.
17130
17131 2014-01-08 Pedro Alves <palves@redhat.com>
17132
17133 * gdb.threads/reconnect-signal.c: New file.
17134 * gdb.threads/reconnect-signal.exp: New file.
17135
17136 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17137
17138 * gdb.base/source-dir.exp: New file.
17139
17140 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17141
17142 * gdb.ada/mi_interface: New testcase.
17143
17144 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17145
17146 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17147 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17148 gdb.ada/pp-rec-component/pck.ads: New files.
17149
17150 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17151
17152 * gdb.python/py-pp-integral.c: New file.
17153 * gdb.python/py-pp-integral.py: New file.
17154 * gdb.python/py-pp-integral.exp: New file.
17155
17156 For older changes see ChangeLog-1993-2013.
17157 \f
17158 ;; Local Variables:
17159 ;; mode: change-log
17160 ;; left-margin: 8
17161 ;; fill-column: 74
17162 ;; version-control: never
17163 ;; End:
17164
17165 Copyright 2014-2019 Free Software Foundation, Inc.
17166 Copying and distribution of this file, with or without modification,
17167 are permitted provided the copyright notice and this notice are preserved.
This page took 0.356749 seconds and 5 git commands to generate.