Output the Ada task name in more messages.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.ada/rdv_wait.exp: Update to new task names.
4 * gdb.base/task_switch_in_core.exp: Likewise.
5 * gdb.base/info_sources_base.c: Likewise.
6
7 2019-09-10 Tom Tromey <tromey@adacore.com>
8
9 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
10
11 2019-09-10 Tom Tromey <tromey@adacore.com>
12
13 * gdb.ada/dgopt.exp: New file.
14 * gdb.ada/dgopt/x.adb: New file.
15
16 2019-09-08 Tom Tromey <tom@tromey.com>
17
18 * gdb.tui/resize.exp: Remove setup_xfail.
19 * gdb.tui/regs.exp: Remove setup_xfail.
20 * gdb.tui/basic.exp: Remove setup_xfail.
21
22 2019-09-06 David Blaikie <dblaikie@gmail.com>
23
24 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
25 * gdb.cp/cplabel.exp: Ditto.
26 * gdb.linespec/ls-errs.exp: Ditto.
27
28 2019-09-05 Tom de Vries <tdevries@suse.de>
29
30 * lib/gdb.exp (cmp_file_string): New proc.
31 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
32 runto_main. Verify save breakpoints output.
33
34 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
35
36 * gdb.base/info-var.exp: Test info variables without running
37 to main, to avoid expect's buffer overflow.
38
39 2019-09-03 Tom Tromey <tromey@adacore.com>
40
41 * gdb.ada/bias.exp: New file.
42 * gdb.ada/bias/bias.adb: New file.
43 * gdb.ada/print_chars.exp: Add regression test.
44 * gdb.ada/print_chars/foo.adb (My_Character): New type.
45 (MC): New variable.
46
47 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
48
49 * gdb.base/argv0-symlink.exp: Run only on native target
50 and local host.
51
52 2019-08-29 Tom de Vries <tdevries@suse.de>
53
54 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
55 diverse debug info.
56 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
57
58 2019-08-28 Tom de Vries <tdevries@suse.de>
59
60 * gdb.base/info-var.exp: Allow info variables to print info for files
61 other than info-var-f1.c and info-var-f2.c.
62
63 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * gdb.fortran/info-types.exp: Add module.
66 * gdb.fortran/info-types.f90: Update expected results.
67
68 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
69
70 * gdb.fortran/info-types.exp: New file.
71 * gdb.fortran/info-types.f90: New file.
72 * lib/fortran.exp (fortran_character1): New proc.
73
74 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
75
76 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
77 functions'. Reindent as needed.
78 * gdb.base/info-var-f1.c: New file.
79 * gdb.base/info-var-f2.c: New file.
80 * gdb.base/info-var.exp: New file.
81 * gdb.base/info-var.h: New file.
82
83 2019-08-26 Tom de Vries <tdevries@suse.de>
84
85 PR c++/24852
86 * gdb.cp/no-libstdcxx-probe.exp: New test.
87
88 2019-08-26 Tom de Vries <tdevries@suse.de>
89
90 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
91 * tests need to be skipped.
92 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
93 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
94 mi_skip_libstdcxx_probe_tests.
95
96 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
97
98 * gdb.python/py-xmethods.exp: Use raw strings when passing
99 arguments to SimpleXMethodMatcher.
100
101 2019-08-22 Tom de Vries <tdevries@suse.de>
102
103 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
104 more informative.
105
106 2019-08-21 Pedro Alves <palves@redhat.com>
107
108 * gdb.base/with.exp: Test "with" with no arguments.
109
110 2019-08-21 Tom de Vries <tdevries@suse.de>
111
112 * gdb.base/gdb-caching-proc.exp: Sort files.
113
114 2019-08-20 Tom de Vries <tdevries@suse.de>
115
116 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
117 compilation.
118
119 2019-08-16 Tom de Vries <tdevries@suse.de>
120
121 * gdb.base/compare-sections.exp ("after run to main"): Allow
122 mismatched read-only sections for PIE executables.
123
124 2019-08-16 Tom Tromey <tom@tromey.com>
125
126 * lib/tuiterm.exp (_csi_Z): New proc.
127 * gdb.tui/basic.exp: Update window positions.
128 * gdb.tui/empty.exp: Update window positions.
129
130 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
131
132 * gdb.base/examine-backward.exp: Correct regexp for
133 "examine 3 bytes backward from ${address_zero}".
134
135 2019-08-15 Tom Tromey <tom@tromey.com>
136
137 * gdb.tui/empty.exp: Enable resizing tests.
138
139 2019-08-15 Tom Tromey <tromey@adacore.com>
140
141 * gdb.ada/char_enum.exp: Add regression tests.
142 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
143 and '0'.
144 (Char, Gchar): Update.
145 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
146
147 2019-08-15 Christian Biesinger <cbiesinger@google.com>
148
149 * gdb.python/python.exp: Expect a leading underscore on
150 GdbOutput{,Error}File.
151
152 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
153
154 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
155 Windows host.
156
157 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
158
159 * gdb.base/batch-preserve-term-settings.exp
160 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
161
162 2019-08-15 Christian Biesinger <cbiesinger@google.com>
163
164 * lib/gdb.exp: When running on a mingw target, replace
165 /x/ with x:/.
166
167 2019-08-14 Alan Hayward <alan.hayward@arm.com>
168
169 * gdb.arch/aarch64-prologue.c: New test.
170 * gdb.arch/aarch64-prologue.exp: New file.
171
172 2019-08-13 Tom de Vries <tdevries@suse.de>
173
174 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
175 Thread.
176
177 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
178
179 * gdb.python/py-completion.exp: Download the .py file to the host
180 and use its host pathname. Conditionalize tests that use
181 tab completion and manipulate files on the build machine.
182 * gdb.python/py-events.exp: Download the .py file to the host
183 and use its host pathname.
184 * gdb.python/py-evsignal.exp: Likewise.
185 * gdb.python/py-evthreads.exp: Likewise.
186 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
187 pathname syntax.
188 * gdb.python/py-framefilter.exp: Download the .py file to the right
189 place on the host. Match Windows pathname syntax.
190 * gdb.python/py-mi-var-info-path-expression.exp: Download the
191 .py file to the host and use its host pathname.
192 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
193 * gdb.python/py-objfile.exp: Expect a host pathname, not a
194 build pathname. Skip symlink test on Windows host. Add missing
195 newline at end of file.
196 * gdb.python/py-pp-maint.exp: Download the .py file to the host
197 and use its host pathname.
198 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
199 * gdb.python/py-section-script.exp: Use host location of binfile
200 on safe-path. Use correct path separator on Windows host.
201 Reorder alternatives in gdb_test_multiple to prevent matching
202 the wrong alternative on success.
203 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
204
205 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
206
207 * gdb.gdb/selftest.exp (test_with_self): Update test to now
208 expect the GDB inferior to no longer immediately stop after
209 being resumed with "signal SIGINT".
210
211 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
212
213 * gdb.linespec/break-ask.exp: Generalize regexps to match
214 Windows pathnames too.
215
216 2019-08-08 Tom de Vries <tdevries@suse.de>
217
218 PR testsuite/24862
219 * lib/tuiterm.exp (_accept): Fix CSI regexp.
220
221 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
222
223 * gdb.base/style.exp: Update tests for help doc new invariants.
224 * gdb.base/help.exp: Likewise.
225
226 2019-08-06 Tom Tromey <tom@tromey.com>
227
228 * gdb.base/style.exp: Add disassemble test.
229 * gdb.base/style.c (some_called_function): New function.
230 (main): Use it.
231
232 2019-08-05 Christian Biesinger <cbiesinger@google.com>
233
234 * gdb.python/py-block.exp: Test dictionary access on blocks.
235
236 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
237
238 PR gdb/24863
239 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
240 -list-thread-groups --available test when running under
241 check-read1.
242
243 2019-08-05 Tom de Vries <tdevries@suse.de>
244
245 PR testsuite/24863
246 * lib/gdb.exp (with_read1_timeout_factor): New proc.
247 * gdb.base/help.exp: Use with_read1_timeout_factor.
248 * gdb.base/info-macros.exp: Same.
249 * gdb.cp/nested-types.exp: Same.
250
251 2019-08-05 Tom de Vries <tdevries@suse.de>
252
253 * lib/gdb.exp (version_at_least): Factor out of ...
254 (tcl_version_at_least): ... here.
255 (gdb_compile): Fail if pie results in non-PIE executable.
256 (readelf_version, readelf_prints_pie): New proc.
257 (exec_is_pie): Return -1 if unknown.
258
259 2019-08-05 Tom de Vries <tdevries@suse.de>
260
261 * lib/gdb.exp (tcl_version_at_least): Fix typo.
262
263 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
264
265 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
266
267 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
268
269 * lib/completion-support.exp (test_gdb_complete_none): Skip
270 tab completion tests if no readline support.
271 (test_gdb_complete_unique_re): Likewise.
272 (test_gdb_complete_multiple): Likewise.
273
274 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
275
276 * gdb.base/info_sources.exp: New file.
277 * gdb.base/info_sources.c: New file.
278 * gdb.base/info_sources_base.c: New file.
279
280 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
281
282 * gdb.base/batch-exit-status.exp: Call test_exit_status with
283 prefix argument.
284 (test_exit_status): Add prefix argument.
285
286 2019-08-01 Tom de Vries <tdevries@suse.de>
287
288 PR testsuite/24863
289 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
290 calling exp_continue for new thread and thread exited messages.
291
292 2019-08-01 Tom de Vries <tdevries@suse.de>
293
294 PR testsuite/24863
295 * gdb.base/structs.exp: Fix check-read1 timeout using
296 gdb_test_sequence.
297 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
298
299 2019-08-01 Tom de Vries <tdevries@suse.de>
300
301 PR testsuite/24863
302 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
303 line.
304
305 2019-08-01 Tom de Vries <tdevries@suse.de>
306
307 PR testsuite/24863
308 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
309
310 2019-07-30 Tom Tromey <tromey@adacore.com>
311
312 * gdb.ada/display_nested.exp: New file.
313 * gdb.ada/display_nested/foo.adb: New file.
314 * gdb.ada/display_nested/pack.adb: New file.
315 * gdb.ada/display_nested/pack.ads: New file.
316
317 2019-07-30 Christian Biesinger <cbiesinger@google.com>
318
319 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
320 namespace.
321 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
322
323 2019-07-30 Tom de Vries <tdevries@suse.de>
324
325 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
326 instead.
327
328 2019-07-30 Tom de Vries <tdevries@suse.de>
329
330 PR testsuite/24834
331 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
332 (exec_is_pie): New proc.
333
334 2019-07-29 Christian Biesinger <cbiesinger@google.com>
335
336 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
337
338 2019-07-29 Christian Biesinger <cbiesinger@google.com>
339
340 * gdb.python/py-objfile.c: Add global and static vars.
341 * gdb.python/py-objfile.exp: Test new functions Objfile.
342 lookup_global_symbol and lookup_static_symbol.
343
344 2019-07-29 Tom Tromey <tom@tromey.com>
345
346 * lib/tuiterm.exp (Term::_csi_@): New proc.
347 (Term::_csi_X): Don't move cursor.
348
349 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
350
351 * gdb.base/options.exp: Update backtrace - completion to
352 new option -frame-info.
353 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
354 Test new 'set print frame-info'. Test backtrace -frame-info
355 overriding 'set print frame-info'.
356 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
357 Test new 'set print frame-info'.
358 Verify consistency of backtrace with and without filters, with and
359 without -no-filters.
360 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
361 default.
362
363 2019-07-29 Tom de Vries <tdevries@suse.de>
364
365 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
366 no arguments".
367
368 2019-07-29 Tom de Vries <tdevries@suse.de>
369
370 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
371 is a substring of the first for "complete non-unique file name".
372
373 2019-07-29 Tom de Vries <tdevries@suse.de>
374
375 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
376 with ".*".
377
378 2019-07-29 Tom de Vries <tdevries@suse.de>
379
380 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
381 Pass prompt_regexp parameter to gdb_test_multiple calls.
382
383 2019-07-29 Tom de Vries <tdevries@suse.de>
384
385 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
386 print registers" regexps.
387
388 2019-07-29 Tom de Vries <tdevries@suse.de>
389
390 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
391
392 2019-07-29 Tom de Vries <tdevries@suse.de>
393
394 PR gdb/24855
395 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
396 (skip_python_tests_prompt): Add prompt_regexp argument to
397 gdb_test_multiple calls.
398
399 2019-07-27 Tom Tromey <tom@tromey.com>
400
401 * gdb.tui/main.exp: New file.
402
403 2019-07-27 Tom Tromey <tom@tromey.com>
404
405 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
406 optional.
407 * gdb.tui/empty.exp: New file.
408
409 2019-07-27 Tom Tromey <tom@tromey.com>
410
411 * lib/tuiterm.exp (spawn): New proc.
412 (Term::resize): New proc.
413 * gdb.tui/resize.exp: New file.
414
415 2019-07-27 Tom Tromey <tom@tromey.com>
416
417 * gdb.tui/list.exp: New file.
418
419 2019-07-27 Tom Tromey <tom@tromey.com>
420
421 * gdb.tui/regs.exp: New file.
422
423 2019-07-27 Tom Tromey <tom@tromey.com>
424
425 * gdb.tui/basic.exp: Add "layout split" test.
426
427 2019-07-27 Tom Tromey <tom@tromey.com>
428
429 * gdb.tui/basic.exp: Add "layout asm" test.
430
431 2019-07-27 Tom Tromey <tom@tromey.com>
432
433 * lib/tuiterm.exp: New file.
434 * gdb.tui/basic.exp: New file.
435
436 2019-07-27 Kevin Buettner <kevinb@redhat.com>
437
438 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
439 Enable tests associated with this flag. Adjust regex
440 referencing "foo_low" to now refer to "foo_cold" instead.
441
442 2019-07-27 Kevin Buettner <kevinb@redhat.com>
443
444 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
445 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
446 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
447 foo_cold. Revise comments to match.
448 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
449 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
450 were wrapped into this proc; Call do_test in loop from outermost
451 level.
452 (foo_low): Rename all occurrences to "foo_cold".
453 (backtrace from baz): New test.
454 (x2/i foo_cold): New test.
455 (info line *foo_cold): New test.
456
457 2019-07-26 Tom de Vries <tdevries@suse.de>
458
459 * gdb.arch/i386-pkru.exp: Fix unterminated string.
460
461 2019-07-25 Tom de Vries <tdevries@suse.de>
462
463 PR testsuite/24830
464 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
465 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
466 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
467 (skip_libstdcxx_probe_tests): ... here.
468 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
469
470 2019-07-24 Tom de Vries <tdevries@suse.de>
471
472 PR testsuite/24807
473 * gdb.objc/basicclass.m: Include stdio.h.
474 * gdb.objc/nondebug.m: Same.
475 * gdb.objc/objcdecode.m: Same.
476
477 2019-07-24 Tom de Vries <tdevries@suse.de>
478
479 PR testsuite/24612
480 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
481 additional_flags.
482
483 2019-07-24 Tom de Vries <tdevries@suse.de>
484
485 PR testsuite/24831
486 * gdb.multi/tids.exp: Update error messages for info threads.
487
488 2019-07-24 Tom de Vries <tdevries@suse.de>
489
490 * gdb.base/info-types.exp: Allow info types to print info for more than
491 one file.
492
493 2019-07-23 Tom de Vries <tdevries@suse.de>
494
495 PR testsuite/24842
496 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
497 gdb_spawn_with_cmdline_opts.
498
499 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
500
501 * gdb.arch/arm-cmse-sgstubs.c: New test.
502 * gdb.arch/arm-cmse-sgstubs.exp: New file.
503
504 2019-07-23 Tom de Vries <tdevries@suse.de>
505
506 PR testsuite/24711
507 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
508 issuing next command.
509
510 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * gdb.ada/info_auto_lang.exp: Update expected results.
513 * gdb.base/info-types.c: Add additional types to check.
514 * gdb.base/info-types.exp: Update expected results.
515
516 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
517
518 * gdb.base/info-types.c: New file.
519 * gdb.base/info-types.exp: New file.
520
521 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 * gdb.arch/riscv-bp-infcall.c: New file.
524 * gdb.arch/riscv-bp-infcall.exp: New file.
525
526 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 PR breakpoints/24541
529 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
530
531 2019-07-14 Tom de Vries <tdevries@suse.de>
532
533 PR testsuite/24760
534 * gdb.objc/basicclass.exp: Fix unterminated string.
535
536 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
537 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
540 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
541 negative bounds.
542 * gdb.fortran/vla-value.exp: Print elements of an array with
543 negative bounds.
544 * gdb.fortran/vla.f90: Setup an array with negative bounds for
545 testing.
546
547 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * gdb.base/options.exp (expect_string): Dequote strings in
550 results.
551 (test-string): Test strings with different quoting and reindent.
552
553 2019-07-10 Tom Tromey <tromey@adacore.com>
554
555 * gdb.ada/mi_ex_cond.exp: Update expected results.
556 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
557 * gdb.ada/mi_catch_ex.exp: Update expected results.
558 * gdb.ada/mi_catch_assert.exp: Update expected results.
559 * gdb.ada/catch_ex.exp (catch_exception_info)
560 (catch_exception_entry, catch_assert_entry)
561 (catch_unhandled_entry): Update.
562 * gdb.ada/catch_assert_if.exp: Update expected results.
563
564 2019-07-10 Richard Bunt <richard.bunt@arm.com>
565 Stephen Roberts <stephen.roberts@arm.com>
566
567 * gdb.base/define.exp: Restore original prompt.
568
569 2019-07-09 Pedro Alves <palves@redhat.com>
570
571 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
572 breakpoints" output.
573 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
574 * gdb.python/py-breakpoint.exp: No longer expect that "catch
575 throw" creates breakpoint.
576 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
577 'type="catchpoint"'.
578
579 2019-07-09 Pedro Alves <palves@redhat.com>
580
581 PR c++/15468
582 * gdb.cp/except-multi-location-lib.cc: New.
583 * gdb.cp/except-multi-location-main.cc: New.
584 * gdb.cp/except-multi-location.exp: New.
585
586 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
587
588 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
589 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
590 argument and update callers.
591
592 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
593
594 * gdb.arch/amd64-break-on-asm-line.S: New file.
595 * gdb.arch/amd64-break-on-asm-line.exp: New file.
596
597 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
598
599 * gdb.base/printcmds.exp: Test printing C string and
600 C wide string convenience vars without transiting via the inferior.
601 Also make test names unique.
602
603 2019-07-08 Alan Hayward <alan.hayward@arm.com>
604
605 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
606
607 2019-07-04 Pedro Alves <palves@redhat.com>
608
609 * lib/gdb.exp (foreach_with_prefix): Don't return early if
610 body returned ok(0), break(3) or continue(4).
611 * gdb.testsuite/foreach_with_prefix.exp: New file.
612
613 2019-07-04 Alan Hayward <alan.hayward@arm.com>
614
615 * gdb.server/unittest.exp: Allow 0 unit tests to run.
616
617 2019-07-03 Pedro Alves <palves@redhat.com>
618
619 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
620 "return -code".
621
622 2019-07-03 Pedro Alves <palves@redhat.com>
623
624 PR cli/24732
625 * gdb.base/shell.exp: Load completion-support.exp.
626 Adjust expected error output. Add completion tests.
627
628 2019-07-03 Pedro Alves <palves@redhat.com>
629
630 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
631 string_to_regexp.
632
633 2019-07-03 Pedro Alves <palves@redhat.com>
634
635 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
636 (expect_integer): Adjust to expect "-string".
637 (expect_string): New.
638 (all_options): Expect "-string".
639 (test-flag, test-boolean): Adjust to expect "-string".
640 (test-string): New proc.
641 (top level): Call it.
642
643 2019-07-03 Pedro Alves <palves@redhat.com>
644
645 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
646 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
647 the expected output in the success.
648
649 2019-07-03 Pedro Alves <palves@redhat.com>
650
651 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
652 Split one gdb_test_multiple call in two to avoid a race.
653
654 2019-07-03 Pedro Alves <palves@redhat.com>
655
656 * gdb.base/with.c: New file.
657 * gdb.base/with.exp: New file.
658
659 2019-07-03 Pedro Alves <palves@redhat.com>
660
661 * gdb.base/settings.exp: Replace all references to "maint
662 test-settings set" with references to "maint set test-settings",
663 and all references to "maint test-settings show" with references
664 to "maint show test-settings".
665
666 2019-07-03 Pedro Alves <palves@redhat.com>
667
668 * gdb.base/settings.exp (test-string): Adjust expected out when
669 testing "maint test-settings show filename"
670
671 2019-07-02 Pedro Alves <palves@redhat.com>
672
673 * gdb.base/options.exp (test-info-threads): New procedure.
674 (top level): Call it.
675
676 2019-06-28 Tom Tromey <tromey@adacore.com>
677
678 * gdb.dwarf2/ada-linkage-name.c: New file.
679 * gdb.dwarf2/ada-linkage-name.exp: New file.
680
681 2019-06-27 Tom Tromey <tromey@adacore.com>
682
683 * gdb.cp/constexpr-field.exp: Use setup_xfail.
684
685 2019-06-26 Tom de Vries <tdevries@suse.de>
686
687 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
688
689 2019-06-26 Tom de Vries <tdevries@suse.de>
690
691 * gdb.base/index-cache.exp: Add back missing debug option.
692
693 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
694
695 * gdb.base/alias.exp: Test non matching/non existing prefixes.
696
697 2019-06-25 Tom de Vries <tdevries@suse.de>
698
699 PR testsuite/24727
700 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
701
702 2019-06-24 Tom de Vries <tdevries@suse.de>
703
704 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
705
706 2019-06-24 Tom de Vries <tdevries@suse.de>
707
708 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
709 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
710 * gdb.trace/unavailable-dwarf-piece.exp: Same.
711
712 2019-06-24 Tom de Vries <tdevries@suse.de>
713
714 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
715
716 2019-06-21 Tom de Vries <tdevries@suse.de>
717
718 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
719
720 2019-06-21 Tom de Vries <tdevries@suse.de>
721
722 PR testsuite/24518
723 PR ada/24713
724 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
725 index.
726
727 2019-06-19 Tom Tromey <tromey@adacore.com>
728
729 * gdb.ada/length_cond.exp: Add intro comment.
730
731 2019-06-19 Tom Tromey <tromey@adacore.com>
732
733 * gdb.ada/length_cond.exp: New file.
734 * gdb.ada/length_cond/length_cond.adb: New file.
735 * gdb.ada/length_cond/pck.adb: New file.
736 * gdb.ada/length_cond/pck.ads: New file.
737
738 2019-06-18 Tom de Vries <tdevries@suse.de>
739
740 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
741
742 2019-06-18 Tom Tromey <tromey@adacore.com>
743
744 * gdb.base/list0.h: Add comment explaining control character.
745
746 2019-06-18 Tom de Vries <tdevries@suse.de>
747
748 * boards/fission.exp: Break up long debug_flags line.
749
750 2019-06-16 Tom de Vries <tdevries@suse.de>
751
752 PR gdb/24445
753 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
754 generated index.
755
756 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
757
758 PR gdb/24686
759 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
760 improve detection of bug gdb/24541.
761
762 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
763
764 PR gdb/24669
765 * gdb.base/index-cache.exp (uses_readnow,
766 expecting_index_cache_use): Define global variable.
767 (test_cache_enabled_miss, test_cache_enabled_hit): Use
768 expecting_index_cache_use.
769
770 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
771 Andrew Burgess <andrew.burgess@embecosm.com>
772
773 * gdb.fortran/pointers.f90: New file.
774 * gdb.fortran/print_type.exp: New file.
775 * gdb.fortran/vla-ptype.exp: Adapt expected results.
776 * gdb.fortran/vla-type.exp: Likewise.
777 * gdb.fortran/vla-value.exp: Likewise.
778 * gdb.mi/mi-vla-fortran.exp: Likewise.
779
780 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
781
782 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
783 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
784 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
785 as a stop reason.
786
787 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * gdb.base/annota1.exp: Update expected results.
790 * gdb.cp/annota2.exp: Likewise.
791 * gdb.cp/annota3.exp: Likewise.
792
793 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
794
795 * gdb.base/style-logging.exp: Remove path from test name.
796
797 2019-06-14 Tom Tromey <tromey@adacore.com>
798
799 PR gdb/24502:
800 * gdb.base/style-logging.exp: New file.
801
802 2019-06-14 Tom Tromey <tromey@adacore.com>
803
804 * gdb.base/symfile-warn.exp: New file.
805 * gdb.base/symfile-warn.c: New file.
806
807 2019-06-14 Tom Tromey <tromey@adacore.com>
808
809 * gdb.base/annotate-symlink.exp: New file.
810
811 2019-06-14 Tom Tromey <tromey@adacore.com>
812
813 * gdb.ada/set_wstr.exp: Add reassignment test.
814
815 2019-06-14 Tom Tromey <tromey@adacore.com>
816
817 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
818 'unchecked_access and 'unrestricted_access as well.
819
820 2019-06-14 Tom Tromey <tromey@adacore.com>
821
822 PR ada/24539:
823 * gdb.ada/vla.exp: Update tests.
824 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
825 pragma.
826
827 2019-06-13 Pedro Alves <palves@redhat.com>
828
829 * gdb.base/settings.exp (test-integer): Test junk after
830 "unlimited".
831
832 2019-06-13 Pedro Alves <palves@redhat.com>
833
834 * gdb.base/options.exp (test-thread-apply): New.
835 (top level): Call it.
836
837 2019-06-13 Pedro Alves <palves@redhat.com>
838
839 * gdb.base/options.exp (test-frame-apply): New.
840 (top level): Test print commands with different "frame apply"
841 prefixes.
842
843 2019-06-13 Pedro Alves <palves@redhat.com>
844
845 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
846 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
847 'max_completions' parameter and handle it.
848 (test_gdb_completion_offers_commands): New.
849
850 2019-06-13 Pedro Alves <palves@redhat.com>
851
852 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
853
854 2019-06-13 Pedro Alves <palves@redhat.com>
855
856 * gdb.base/options.exp (test-backtrace): New.
857 (top level): Call it.
858
859 2019-06-13 Pedro Alves <palves@redhat.com>
860
861 * gdb.guile/scm-frame-args.exp: Use "set print
862 raw-frame-arguments" instead of "set print raw frame-arguments".
863 * gdb.python/py-frame-args.exp: Likewise.
864
865 2019-06-13 Pedro Alves <palves@redhat.com>
866
867 * gdb.compile/compile.exp: Adjust expected output to option
868 processing changes.
869
870 2019-06-13 Pedro Alves <palves@redhat.com>
871
872 * gdb.base/options.exp: Build executable.
873 (test-print): New procedure.
874 (top level): Call it, once for "print" and another for "compile
875 print".
876
877 2019-06-13 Pedro Alves <palves@redhat.com>
878
879 * gdb.base/options.c: New file.
880 * gdb.base/options.exp: New file.
881
882 2019-06-13 Pedro Alves <palves@redhat.com>
883
884 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
885 that "o" is ambiguous.
886
887 2019-06-13 Pedro Alves <palves@redhat.com>
888
889 * gdb.base/settings.c: New file.
890 * gdb.base/settings.exp: New file.
891
892 2019-06-13 Pedro Alves <palves@redhat.com>
893
894 * gdb.base/completion.exp: Fix comment typo.
895
896 2019-06-13 Pedro Alves <palves@redhat.com>
897
898 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
899 foo --1" test.
900
901 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
902
903 * gdb.fortran/block-data.f: New.
904 * gdb.fortran/block-data.exp: New.
905
906 2019-06-11 Tom de Vries <tdevries@suse.de>
907
908 PR testsuite/24521
909 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
910 message.
911
912 2019-06-11 Tom de Vries <tdevries@suse.de>
913
914 PR testsuite/24521
915 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
916
917 2019-06-11 Tom de Vries <tdevries@suse.de>
918
919 * boards/readnow.exp: New file.
920
921 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
922
923 * gdb.fortran/vla-sizeof.exp: Update expected results.
924
925 2019-06-06 Amos Bird <amosbird@gmail.com>
926
927 * gdb.base/annota1.exp (thread_switch): Add test for
928 thread-exited annotation.
929
930 2019-06-06 Tom Tromey <tromey@adacore.com>
931
932 * gdb.base/maint.exp: Expect command started/finished output.
933
934 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
935
936 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
937 comment.
938 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
939
940 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
941
942 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
943 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
944 * gdb.arch/riscv-unwind-long-insn.c: New file.
945 * gdb.arch/riscv-unwind-long-insn.exp: New file.
946
947 2019-06-04 Christian Biesinger <cbiesinger@google.com>
948
949 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
950
951 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
952
953 * lib/gdb.exp (help_list_trailer): New regexp variable
954 factorizing the help trailer message.
955 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
956 arg to allow to better factorize various tests.
957 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
958 (test_prefix_command_help): Use help_list_trailer.
959 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
960 * gdb.guile/scm-cmd.exp: Likewise.
961 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
962 * gdb.base/help.exp: Use test_user_defined_class_help.
963 * gdb.base/style.exp: Add tests for styling of help and apropos.
964 * lib/gdb-utils.exp (style): Add title and highlight styles.
965
966 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
967
968 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
969 $_shell_exitsignal.
970 * gdb.base/default.exp: Update for new convenience variables.
971
972 2019-05-29 Tom Tromey <tromey@adacore.com>
973
974 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
975 to "break complete ada" test case's regexp.
976
977 2019-05-29 Tom Tromey <tromey@adacore.com>
978
979 PR c++/20020:
980 * gdb.cp/constexpr-field.exp: New file.
981 * gdb.cp/constexpr-field.cc: New file.
982
983 2019-05-29 Tom Tromey <tromey@adacore.com>
984
985 * gdb.base/finish.exp (finish_no_print): New proc.
986 (finish_tests): Call it.
987
988 2019-05-24 Tom de Vries <tdevries@suse.de>
989
990 * gdb.dwarf2/gdb-add-index.exp: New file.
991
992 2019-05-22 Tom Tromey <tromey@adacore.com>
993
994 * gdb.base/info-shared.exp (check_info_shared): Use "style".
995 * gdb.base/style.exp: Use "style".
996 * lib/gdb-utils.exp (style): New proc.
997
998 2019-05-22 Tom de Vries <tdevries@suse.de>
999
1000 * gdb.base/align.exp: Require c++11.
1001
1002 2019-05-22 Tom de Vries <tdevries@suse.de>
1003
1004 PR testsuite/24586
1005 * gdb.python/py-mi-var-info-path-expression.exp: Call
1006 mi_skip_python_tests to check if python is supported.
1007
1008 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1009
1010 * gdb.arch/aarch64-pauth.c: New test.
1011 * gdb.arch/aarch64-pauth.exp: New file.
1012
1013 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1014
1015 * README (Re-running Tests Outside The Testsuite): New section.
1016
1017 2019-05-21 Tom de Vries <tdevries@suse.de>
1018
1019 * gdb.arch/amd64-eval.exp: Require c++11.
1020 * gdb.base/max-depth.exp: Same.
1021 * gdb.compile/compile-cplus-array-decay.exp: Same.
1022 * gdb.cp/meth-typedefs.exp: Same.
1023 * gdb.cp/subtypes.exp: Same.
1024 * gdb.cp/temargs.exp: Same.
1025
1026 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1027
1028 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1029
1030 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 PR gdb/18644
1033 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1034 * gdb.fortran/printing-types.exp: Add new test.
1035 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1036 testing.
1037 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1038 setup_kfail call.
1039
1040 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1041
1042 * README (Running the Testsuite): Change example.
1043 (Testsuite Parameters): Remove TRANSCRIPT.
1044 * lib/gdb.exp: Remove TRANSCRIPT check.
1045
1046 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1047
1048 * README (Testsuite Parameters): Add replay logging to
1049 GDBSERVER_DEBUG.
1050 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1051 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1052 as a comma separated list.
1053 (gdb_debug_init): Override procedure.
1054
1055 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1056
1057 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1058 (gdb_write_cmd_file): New procedure.
1059 * lib/gdbserver-support.exp (gdbserver_start): Call
1060 gdbserver_write_cmd_file.
1061 (gdbserver_write_cmd_file): New procedure.
1062
1063 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1064
1065 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1066 (delete_breakpoints): Likewise.
1067 (gdb_run_cmd): Likewise.
1068 (gdb_start_cmd): Likewise.
1069 (gdb_starti_cmd): Likewise.
1070 (gdb_internal_error_resync): Likewise.
1071 (gdb_test_multiple): Likewise.
1072 (gdb_reinitialize_dir): Likewise.
1073 (default_gdb_exit): Likewise.
1074 (gdb_file_cmd): Mark kill as optional.
1075 (default_gdb_start): Call gdb_stdin_log_init.
1076 (send_gdb): Call gdb_stdin_log_write.
1077 (rerun_to_main): Mark Y as an answer.
1078 (gdb_stdin_log_init): New function.
1079 (gdb_stdin_log_write): Likewise.
1080
1081 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1082
1083 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1084 * gdb.base/debug-expr.exp: Likewise.
1085 * gdb.base/foll-fork.exp: Likewise.
1086 * gdb.base/foll-vfork.exp: Likewise.
1087 * gdb.base/fork-print-inferior-events.exp: Likewise.
1088 * gdb.base/gdb-sigterm.exp: Likewise.
1089 * gdb.base/gdbinit-history.exp: Likewise.
1090 * gdb.base/osabi.exp: Likewise.
1091 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1092 * gdb.base/ui-redirect.exp: Likewise.
1093 * gdb.gdb/unittest.exp: Likewise.
1094 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1095 * gdb.mi/mi-watch.exp: Likewise.
1096 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1097 * gdb.mi/user-selected-context-sync.exp: Likewise.
1098 * gdb.python/python.exp: Disable debug test when debugging.
1099 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1100 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1101 Likewise.
1102 * gdb.threads/stepi-random-signal.exp: Likewise.
1103
1104 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1105
1106 * Makefile.in: Pass through GDB_DEBUG.
1107 * README (Testsuite Parameters): Add GDB_DEBUG.
1108 (gdb,debug): Add board setting.
1109 * lib/gdb.exp (default_gdb_start): Start debugging.
1110 (gdb_debug_enabled): New procedure.
1111 (gdb_debug_init): Likewise.
1112
1113 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1114
1115 * Makefile.in: Pass through GDB_DEBUG.
1116 * README (Testsuite Parameters): Add GDB_DEBUG.
1117 (gdb,debug): Add board setting.
1118 * lib/gdb.exp (default_gdb_start): Start debugging.
1119 (gdb_debug_enabled): New procedure.
1120 (gdb_debug_init): Likewise.
1121
1122 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1123
1124 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1125
1126 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1127
1128 * gdb.base/ui-redirect.exp: Test redirection.
1129
1130 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1131
1132 * gdb.mi/mi-complete.exp: New file.
1133 * gdb.mi/mi-complete.cc: Likewise.
1134
1135 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1136
1137 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1138 indexed and sliced arrays, and pointers to arrays.
1139
1140 2019-05-14 Tom Tromey <tromey@adacore.com>
1141
1142 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1143 styling test.
1144
1145 2019-05-14 Tom de Vries <tdevries@suse.de>
1146
1147 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1148 selection entry encoding.
1149
1150 2019-05-10 Tom Tromey <tromey@adacore.com>
1151
1152 * gdb.ada/info_exc.exp: Add "complete" test.
1153
1154 2019-05-09 Tom de Vries <tdevries@suse.de>
1155
1156 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1157 CU-relative.
1158
1159 2019-05-09 Tom de Vries <tdevries@suse.de>
1160
1161 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1162 CU-relative.
1163
1164 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1165
1166 * gdb.ada/frame_arg_lang.exp: New testcase.
1167 * gdb.ada/frame_arg_lang/bla.adb: New file.
1168 * gdb.ada/frame_arg_lang/pck.ads: New file.
1169 * gdb.ada/frame_arg_lang/pck.adb: New file.
1170 * gdb.ada/frame_arg_lang/foo.c: New file.
1171
1172 2019-05-08 Tom Tromey <tromey@adacore.com>
1173
1174 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1175
1176 2019-05-08 Tom Tromey <tromey@adacore.com>
1177
1178 * gdb.base/ptype-offsets.exp: Update tests.
1179
1180 2019-05-08 Tom Tromey <tromey@adacore.com>
1181
1182 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1183 cases.
1184 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1185 "short".
1186
1187 2019-05-08 Tom Tromey <tromey@adacore.com>
1188
1189 * gdb.ada/vla.exp: New file.
1190 * gdb.ada/vla/vla.adb: New file.
1191
1192 2019-05-07 Tom de Vries <tdevries@suse.de>
1193
1194 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1195
1196 2019-05-07 Tom de Vries <tdevries@suse.de>
1197
1198 PR testsuite/24522
1199 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1200 section.
1201
1202 2019-05-07 Tom de Vries <tdevries@suse.de>
1203
1204 PR testsuite/24522
1205 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1206 .debug_aranges section.
1207
1208 2019-05-07 Tom de Vries <tdevries@suse.de>
1209
1210 PR testsuite/24159
1211 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1212
1213 2019-05-06 Tom de Vries <tdevries@suse.de>
1214
1215 * lib/gdb.exp (exec_has_index_section): New proc.
1216 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1217 section.
1218
1219 2019-05-04 Tom de Vries <tdevries@suse.de>
1220
1221 * boards/cc-with-debug-names.exp: New file.
1222
1223 2019-05-03 Tom Tromey <tromey@adacore.com>
1224
1225 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1226 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1227 * gdb.ada/char_enum.exp: Add test.
1228
1229 2019-05-03 Tom de Vries <tdevries@suse.de>
1230
1231 * boards/cc-with-gdb-index.exp: New file.
1232
1233 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1234
1235 * gdb.rust/simple.exp: Add new test case.
1236 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1237 (main): Initialise an instance of the new struct.
1238
1239 2019-05-01 Tom Tromey <tromey@adacore.com>
1240
1241 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1242 record.
1243 (NPR): New variable.
1244 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1245 test.
1246
1247 2019-05-01 Tom Tromey <tromey@adacore.com>
1248
1249 * gdb.ada/packed_array_assign.exp: Add packed assignment
1250 regression test.
1251
1252 2019-05-01 Tom de Vries <tdevries@suse.de>
1253
1254 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1255
1256 2019-05-01 Tom de Vries <tdevries@suse.de>
1257
1258 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1259
1260 2019-04-30 Ali Tamur <tamur@google.com>
1261
1262 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1263
1264 2019-04-30 Tom Tromey <tromey@adacore.com>
1265
1266 * lib/ada.exp (find_ada_tool): New proc.
1267 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1268 * gdb.ada/catch_ex_std.exp: New file.
1269 * gdb.ada/catch_ex_std/foo.adb: New file.
1270 * gdb.ada/catch_ex_std/some_package.adb: New file.
1271 * gdb.ada/catch_ex_std/some_package.ads: New file.
1272
1273 2019-04-30 Tom Tromey <tromey@adacore.com>
1274
1275 PR c++/24470:
1276 * gdb.cp/temargs.cc: Add test code from PR.
1277
1278 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1279
1280 * gdb.fortran/vla-datatypes.exp: Update expected results.
1281 * gdb.fortran/vla-ptype.exp: Likewise.
1282 * gdb.fortran/vla-type.exp: Likewise.
1283 * gdb.fortran/vla-value.exp: Likewise.
1284
1285 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1286
1287 * gdb.fortran/ptr-indentation.exp: Update expected results.
1288 * gdb.fortran/ptype-on-functions.exp: Likewise.
1289 * gdb.fortran/vla-ptr-info.exp: Likewise.
1290 * gdb.fortran/vla-value.exp: Likewise.
1291
1292 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1293
1294 * gdb.fortran/ptype-on-functions.exp: New file.
1295 * gdb.fortran/ptype-on-functions.f90: New file.
1296
1297 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1298
1299 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1300 case void string.
1301
1302 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1303
1304 * gdb.fortran/complex.exp: Expand.
1305 * gdb.fortran/complex.f: Renamed to...
1306 * gdb.fortran/complex.f90: ...this, and extended to add more
1307 complex values.
1308
1309 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1310
1311 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1312 MODULO, CMPLX.
1313
1314 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1315 Richard Bunt <richard.bunt@arm.com>
1316
1317 * gdb.base/max-depth.c: New file.
1318 * gdb.base/max-depth.exp: New file.
1319 * gdb.python/py-nested-maps.c: New file.
1320 * gdb.python/py-nested-maps.exp: New file.
1321 * gdb.python/py-nested-maps.py: New file.
1322 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1323 (test_all_common): Call test_max_depth.
1324 * gdb.fortran/max-depth.exp: New file.
1325 * gdb.fortran/max-depth.f90: New file.
1326 * gdb.go/max-depth.exp: New file.
1327 * gdb.go/max-depth.go: New file.
1328 * gdb.modula2/max-depth.exp: New file.
1329 * gdb.modula2/max-depth.c: New file.
1330 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1331
1332 2019-04-29 Tom de Vries <tdevries@suse.de>
1333
1334 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1335
1336 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1337
1338 * gdb.base/callexit.exp: Test may-call-functions off.
1339
1340 2019-04-25 Keith Seitz <keiths@redhat.com>
1341
1342 PR c++/24367
1343 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1344 (another_incomplete_struct, test_incomplete): New definitions.
1345 (main): Use new definitions.
1346 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1347 functions.
1348
1349 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1350
1351 PR corefiles/11608
1352 PR corefiles/18187
1353 * gdb.base/coredump-filter-build-id.exp: New file.
1354
1355 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1356
1357 * Makefile.in: Pass through GDBSERVER_DEBUG.
1358 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1359 (gdbserver,debug): Add board setting.
1360 * gdb.trace/tspeed.exp: Skip when debugging.
1361 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1362 * lib/gdbserver-support.exp: Likewise
1363
1364 2019-04-24 Tom Tromey <tromey@adacore.com>
1365
1366 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1367 Rust.
1368
1369 2019-04-24 Tom Tromey <tromey@adacore.com>
1370
1371 * gdb.arch/amd64-eval.exp: Test bitfield return.
1372 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1373 (class Foo) <return_bitfields>: New method.
1374 (main): Call it.
1375
1376 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.cp/many-args.cc: New file.
1379 * gdb.cp/many-args.exp: New file.
1380
1381 2019-04-23 Tom de Vries <tdevries@suse.de>
1382
1383 PR gdb/24433
1384 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1385
1386 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1387
1388 * gdb.trace/backtrace.exp: Use nopie flag.
1389 * gdb.trace/circ.exp: Likewise.
1390 * gdb.trace/collection.exp: Likewise.
1391 * gdb.trace/ftrace.exp: Likewise.
1392 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1393 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1394 * gdb.trace/qtro.exp: Likewise.
1395 * gdb.trace/read-memory.exp: Likewise.
1396 * gdb.trace/report.exp: Likewise.
1397 * gdb.trace/tfile.exp: Likewise.
1398 * gdb.trace/tfind.exp: Likewise.
1399 * gdb.trace/unavailable.exp: Likewise.
1400
1401 2019-04-22 Pedro Alves <palves@redhat.com>
1402
1403 * gdb.base/solib-probes-nosharedlibrary.c,
1404 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1405
1406 2019-04-19 Tom Tromey <tromey@adacore.com>
1407
1408 * gdb.ada/ptype_union.c: New file.
1409 * gdb.ada/ptype_union.exp: New file.
1410
1411 2019-04-19 Tom Tromey <tromey@adacore.com>
1412
1413 PR symtab/24423:
1414 * gdb.base/list0.h (foo): Add a control-l character.
1415
1416 2019-04-18 Tom de Vries <tdevries@suse.de>
1417
1418 PR gdb/24433
1419 * boards/local-board.exp: Set sysroot to "".
1420
1421 2019-04-18 Tom de Vries <tdevries@suse.de>
1422 Pedro Alves <palves@redhat.com>
1423
1424 PR gdb/24454
1425 * gdb.threads/vfork-follow-child-exec.c: New file.
1426 * gdb.threads/vfork-follow-child-exec.exp: New file.
1427 * gdb.threads/vfork-follow-child-exit.c: New file.
1428 * gdb.threads/vfork-follow-child-exit.exp: New file.
1429
1430 2019-04-15 Leszek Swirski <leszeks@google.com>
1431
1432 * gdb.arch/amd64-eval.cc: New file.
1433 * gdb.arch/amd64-eval.exp: New file.
1434
1435 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1436
1437 * gdb.server/sysroot.c: New test.
1438 * gdb.server/sysroot.exp: New file.
1439 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1440 matching param.
1441
1442 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.base/align.exp: Extend test to cover structures containing
1445 only static fields.
1446
1447 2019-04-11 Tom de Vries <tdevries@suse.de>
1448
1449 * boards/cc-with-dwz-m.exp: New file.
1450 * boards/cc-with-dwz.exp: New file.
1451 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1452
1453 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1454
1455 * gdb.base/start-cpp.exp: New file.
1456 * gdb.base/start-cpp.cc: New file.
1457
1458 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1459
1460 * gdb.python/py-thrhandle.exp: Adjust tests to call
1461 thread_from_handle instead of thread_from_thread_handle.
1462
1463 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1464
1465 * gdb.python/py-thrhandle.exp: Add tests for
1466 gdb.InferiorThread.handle.
1467
1468 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1469
1470 * gdb.python/py-function.exp: Check calling helper function from
1471 all languages.
1472 * lib/gdb.exp (gdb_supported_languages): New proc.
1473
1474 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1475
1476 * gdb.base/complex-parts.c: New file.
1477 * gdb.base/complex-parts.exp: New file.
1478
1479 2019-04-01 Tom Tromey <tromey@adacore.com>
1480
1481 PR symtab/23331:
1482 * gdb.dwarf2/dw2-ranges-main.c: New file.
1483 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1484 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1485
1486 2019-03-30 Simon Marchi <simark@simark.ca>
1487
1488 * gdb.base/default.exp: Add values for $_gdb_major and
1489 $_gdb_minor.
1490
1491 2019-03-29 Tom Tromey <tromey@adacore.com>
1492
1493 * gdb.base/help.exp: Tighten apropos regexp.
1494
1495 2019-03-29 Keith Seitz <keiths@redhat.com>
1496
1497 * gdb.fortran/array-bounds.exp: New file.
1498 * gdb.fortran/array-bounds.f90: New file.
1499
1500 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1501
1502 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1503
1504 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1505
1506 * gdb.multi/hello.c (main): Increase alarm timer.
1507
1508 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1509
1510 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1511 factor when no hardware watchpoint support.
1512
1513 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1514 Pedro Alves <palves@redhat.com>
1515
1516 * boards/local-board.exp: set sysroot to /.
1517
1518 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1519
1520 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1521 in child.
1522
1523 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1524
1525 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1526 field.
1527 (make_container): Initialise new field.
1528 * gdb.python/py-prettyprint.exp: Add new tests.
1529 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1530 <display_hint>: New method.
1531
1532 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1533
1534 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1535 gdb_continue_to_breakpoint more throughout this test.
1536 (run_lang_tests) Supply unique test names, and use
1537 gdb_test_no_output.
1538
1539 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1540
1541 * gdb.base/finish-pretty.exp: Update expected results.
1542 * gdb.base/pretty-print.c: New file.
1543 * gdb.base/pretty-print.exp: New file.
1544
1545 2019-03-25 Pedro Alves <palves@redhat.com>
1546
1547 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1548 move comments outside list. Append '-i "" eof' section.
1549
1550 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1551
1552 * README: Add pie options.
1553 * gdb.base/break-interp.exp: Ensure pie is disabled.
1554 * gdb.base/dump.exp: Likewise.
1555 * lib/gdb.exp (gdb_compile): Add pie option.
1556
1557 2019-03-19 Tom Tromey <tromey@adacore.com>
1558
1559 * gdb.mi/mi2-cli-display.c: New file.
1560 * gdb.mi/mi2-cli-display.exp: New file.
1561
1562 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1563 Tom Tromey <tromey@adacore.com>
1564
1565 * gdb.ada/ptype_array/pck.adb: New file.
1566 * gdb.ada/ptype_array/pck.ads: New file.
1567 * gdb.ada/ptype_array/foo.adb: New file.
1568 * gdb.ada/ptype_array.exp: New file.
1569
1570 2019-03-14 Tom Tromey <tromey@adacore.com>
1571
1572 * gdb.base/style.exp: Add "set style sources" test.
1573
1574 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1575
1576 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1577 * mi-breakpoint-multiple-locations.exp: ... this.
1578 (make_breakpoints_pattern): New proc.
1579 (do_test): Add mi_version parameter, test -break-insert,
1580 -break-info and =breakpoint-created.
1581
1582 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1583
1584 * config/default.exp: Remove 'load_lib gdb.exp'.
1585 * config/monitor.exp: Likewise.
1586 * config/sid.exp: Likewise.
1587 * config/sim.exp: Likewise.
1588 * config/slite.exp: Likewise.
1589 * config/unix.exp: Likewise.
1590 * gdb.base/default.exp: Remove unhelpful comment.
1591
1592 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1593
1594 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1595
1596 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1597
1598 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1599
1600 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 * gdb.fortran/type-kinds.exp: Update expected results.
1603
1604 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1605
1606 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1607
1608 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1609
1610 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1611 function.
1612 (test_basic_parsing_of_type_kinds): Expand types tested.
1613 (test_parsing_invalid_type_kinds): New function.
1614
1615 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * gdb.fortran/intrinsics.exp: New file.
1618 * gdb.fortran/intrinsics.f90: New file.
1619 * gdb.fortran/type-kinds.exp: New file.
1620
1621 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * gdb.fortran/dot-ops.exp: New file.
1624
1625 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1626
1627 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1628 Check upper and lower case logical literals.
1629
1630 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1631
1632 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1633 Remove duplicate tests.
1634
1635 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1636
1637 * lib/gdb.exp (builtin_cd): rename of cd.
1638 (cd): Override builtin.
1639
1640 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1641
1642 * gdb.fortran/function-calls.exp: New file.
1643 * gdb.fortran/function-calls.f90: New test.
1644
1645 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1646
1647 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1648 on user program standard output.
1649 * gdb.fortran/short-circuit-argument-list.f90: Record function
1650 calls.
1651
1652 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1653
1654 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1655 failure.
1656
1657 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1658
1659 PR gdb/8527
1660 * gdb.base/interrupt-daemon-attach.c,
1661 gdb.base/interrupt-daemon-attach.exp: New test.
1662
1663 2019-02-27 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.base/page.exp: Add tests for "set width/height -1".
1666
1667 2019-02-27 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.base/page.exp: Add tests for "set/show width/height" with
1670 "infinite" values.
1671
1672 2019-02-27 Tom Tromey <tromey@adacore.com>
1673
1674 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1675 2.4.
1676 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1677 workaround.
1678
1679 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1682 tests for structs with static members.
1683
1684 2019-02-26 Tom Tromey <tromey@adacore.com>
1685
1686 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1687 ValueError, not TypeError.
1688
1689 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1690
1691 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1692 call from main program.
1693
1694 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1695
1696 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1697 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1698 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1699 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1700 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1701
1702 2019-02-22 Keith Seitz <keiths@redhat.com>
1703
1704 PR symtab/23853
1705 * gdb.base/symlink-sourcefile.c: New file.
1706 * gdb.base/symlink-sourcefile.exp: New file.
1707
1708 2019-02-20 Tom Tromey <tom@tromey.com>
1709
1710 * gdb.base/info_qt.exp: Update.
1711
1712 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1713
1714 * gdb.base/source.exp: Move "error in sourced script" code to
1715 the end.
1716 * gdb.base/source-error.gdb: Move contents to
1717 source-error-1.gdb. Add new code to source source-error-1.gdb.
1718 * gdb.base/source-error-1.gdb: New file, from previous
1719 source-error.gdb.
1720
1721 2019-02-17 Tom Tromey <tom@tromey.com>
1722
1723 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1724 for macro styling.
1725 * gdb.base/style.c (SOME_MACRO): New macro.
1726
1727 2019-02-17 Tom Tromey <tom@tromey.com>
1728
1729 * gdb.base/style.exp: Add line-wrapping tests.
1730 * gdb.base/page.exp: Add test for quitting during pagination.
1731
1732 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1733
1734 * gdb.ada/big_packed_array: New testcase.
1735 * gdb.ada/homonym.exp: Fix incorrect expected output for
1736 "break <homonym__get_value>" test.
1737
1738 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1739
1740 PR breakpoints/21870
1741 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1742 and prepare_for_testing. Add comment.
1743 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1744 redundant cleanup call. Clean up comment.
1745
1746 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1747
1748 PR breakpoints/21870
1749 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1750 * gdb.arch/aarch64-dbreg-contents.c: New file.
1751
1752 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1753
1754 * gdb.ada/mi_ref_changeable: New testcase.
1755
1756 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1757
1758 * gdb.base/attach.exp: Add double attach test.
1759
1760 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1761
1762 * lib/gdb.exp (default_gdb_start): Don't match pagination
1763 prompt.
1764 (gdb_init): Set stty_init.
1765
1766 2019-01-27 Tom Tromey <tom@tromey.com>
1767
1768 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1769 skip_python_tests.
1770
1771 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1772
1773 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1774 New structure.
1775 (struct struct_static_02_02): Likewise.
1776 (struct struct_static_02_03): Likewise.
1777 (struct struct_static_02_04): Likewise.
1778 (struct struct_static_04_01): Likewise.
1779 (struct struct_static_04_02): Likewise.
1780 (struct struct_static_04_03): Likewise.
1781 (struct struct_static_04_04): Likewise.
1782 (struct struct_static_06_01): Likewise.
1783 (struct struct_static_06_02): Likewise.
1784 (struct struct_static_06_03): Likewise.
1785 (struct struct_static_06_04): Likewise.
1786 (cmp_struct_static_02_01): Likewise.
1787 (cmp_struct_static_02_02): Likewise.
1788 (cmp_struct_static_02_03): Likewise.
1789 (cmp_struct_static_02_04): Likewise.
1790 (cmp_struct_static_04_01): Likewise.
1791 (cmp_struct_static_04_02): Likewise.
1792 (cmp_struct_static_04_03): Likewise.
1793 (cmp_struct_static_04_04): Likewise.
1794 (cmp_struct_static_06_01): Likewise.
1795 (cmp_struct_static_06_02): Likewise.
1796 (cmp_struct_static_06_03): Likewise.
1797 (cmp_struct_static_06_04): Likewise.
1798 (call_all): Test new structs.
1799 * gdb.base/infcall-nested-structs.exp: Likewise.
1800
1801 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1802 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1803
1804 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1805 * gdb.base/stack-protector.c: New test.
1806 * gdb.base/stack-protector.exp: New file.
1807 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1808 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1809 option.
1810 (gdb_compile): Remove stack protector for GCC and prevent
1811 recursion.
1812
1813 2019-01-16 Keith Seitz <keiths@redhat.com>
1814
1815 PR gdb/23773
1816 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1817
1818 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1819
1820 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1821 aliases.
1822 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1823 tests.
1824 * gdb.arch/powerpc-vector-regs.c: New file.
1825 * gdb.arch/powerpc-vector-regs.exp: New file.
1826
1827 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1828
1829 * gdb.arch/altivec-regs.exp: Fix the list passed to
1830 gdb_expect_list when testing "info vector".
1831
1832 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1833
1834 * gdb.base/style.exp: Don't include path in testname.
1835
1836 2019-01-10 Keith Seitz <keiths@redhat.com>
1837
1838 PR gdb/23712
1839 PR symtab/23010
1840 * gdb.dwarf2/multidictionary.exp: New file.
1841
1842 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1843
1844 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1845 (test_gnuv3_style_demangling): ... this.
1846 (test_lucid_style_demangling): Remove.
1847 (test_arm_style_demangling): Remove.
1848 (test_hp_style_demangling): Remove.
1849 (do_tests): Remove calls to the above.
1850
1851 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1852
1853 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1854 case.
1855
1856 2019-01-06 Tom Tromey <tom@tromey.com>
1857
1858 PR gdb/28155:
1859 * gdb.dwarf2/typedef-void-finish.exp: New file.
1860
1861 2018-12-28 Tom Tromey <tom@tromey.com>
1862 Simon Marchi <simark@simark.ca>
1863
1864 * gdb.base/jit-exec.exp: New file.
1865 * gdb.base/jit-exec.c: New file.
1866 * gdb.base/jit-execd.c: New file.
1867
1868 2018-12-28 Tom Tromey <tom@tromey.com>
1869
1870 * gdb.base/style.exp: Update test to check for address styling.
1871
1872 2018-12-28 Tom Tromey <tom@tromey.com>
1873
1874 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1875 message.
1876
1877 2018-12-28 Tom Tromey <tom@tromey.com>
1878
1879 * gdb.base/style.exp: Add test for version number styling.
1880
1881 2018-12-28 Tom Tromey <tom@tromey.com>
1882
1883 * gdb.base/style.exp: Add test for print_address_symbolic.
1884
1885 2018-12-28 Tom Tromey <tom@tromey.com>
1886
1887 * gdb.base/style.exp: Add test for breakpoint setting.
1888
1889 2018-12-28 Tom Tromey <tom@tromey.com>
1890
1891 * gdb.base/style.exp: Add test for variable names.
1892
1893 2018-12-28 Tom Tromey <tom@tromey.com>
1894
1895 * gdb.base/style.exp: New file.
1896 * gdb.base/style.c: New file.
1897
1898 2018-12-28 Tom Tromey <tom@tromey.com>
1899
1900 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1901 "dumb".
1902 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1903 the TERM environment variable.
1904
1905 2018-12-27 Tom Tromey <tom@tromey.com>
1906
1907 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1908 pagination test.
1909
1910 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1911
1912 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1913 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1914
1915 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1916
1917 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1918 Filename a.adb changed to bp_fun_addr.adb.
1919 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1920
1921 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1922
1923 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1924 non-PIE executables.
1925 * README: Mention the gdb,nopie_flag board setting.
1926 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1927 non-PIE executable.
1928 * gdb.arch/amd64-entry-value.exp: Likewise.
1929 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1930 * gdb.arch/i386-float.exp: Likewise.
1931 * gdb.arch/i386-signal.exp: Likewise.
1932 * gdb.mi/mi-reg-undefined.exp: Likewise.
1933
1934 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1935
1936 PR gdb/23974
1937 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1938
1939 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1940
1941 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1942 Update order of results accordingly.
1943
1944 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1945
1946 * gdb.base/annota1.exp: Update a test regexp.
1947
1948 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1951
1952 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1953
1954 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1955 (reuse_time): Initialize to REUSE_TIME_CAP.
1956 (check_rc): New function.
1957 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1958 Check pthread_create rc.
1959 (spawner_thread_func): Check pthread_create and pthread_join rc.
1960
1961 2018-12-08 Pedro Alves <palves@redhat.com>
1962
1963 * gdb.base/list.exp (test_forward_search): Rename to ...
1964 (test_forward_reverse_search): ... this. Also test reverse-search
1965 and the forward-search alias.
1966
1967 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1968
1969 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1970 local timeout variable before return, and remove all local timeout
1971 variable entirely.
1972 (gdb_load): Likewise.
1973
1974 2018-12-01 Tom de Vries <tdevries@suse.de>
1975
1976 * gdb.base/gdb-caching-proc.exp: New file.
1977
1978 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1979
1980 * Makefile.in (TIMESTAMP): New variable.
1981 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1982 command.
1983 (check-single-racy): Likewise.
1984 (check/%.exp): Likewise.
1985 (check-racy/%.exp): Likewise.
1986 (workers/%.worker): Likewise.
1987 (build-perf): Likewise.
1988 (check-perf): Likewise.
1989 * README: Describe new "TS" and "TS_FORMAT" variables.
1990 * print-ts.py: New file.
1991
1992 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1993
1994 PR python/23714
1995 * gdb.python/python.exp: Test command repetition after
1996 gdb.execute.
1997
1998 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2001 is correctly aligned.
2002
2003 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2004
2005 * gdb.ada/info_auto_lang.exp: New testcase.
2006 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2007 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2008 * gdb.ada/info_auto_lang/some_c.c: New file.
2009
2010 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2011
2012 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2013 FUNC_lang language syntax.
2014
2015 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2016
2017 * gdb.base/info_minsym.c: New file.
2018 * gdb.base/info_minsym.exp: New file.
2019
2020 2018-11-19 Tom Tromey <tom@tromey.com>
2021
2022 PR rust/23625:
2023 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2024 * gdb.rust/expr.exp: Update expected output. Change one test.
2025
2026 2018-11-19 Tom Tromey <tom@tromey.com>
2027
2028 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2029
2030 2018-11-19 Pedro Alves <palves@redhat.com>
2031
2032 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2033 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2034 see the expected warning.
2035
2036 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2037
2038 PR gdb/22736:
2039 * gdb.cp/infcall-nodebug-lib.c: New test.
2040 * gdb.cp/infcall-nodebug-main.c: New test.
2041 * gdb.cp/infcall-nodebug.exp: New file.
2042
2043 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2044
2045 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2046 completer tests.
2047
2048 2018-11-09 Tom de Vries <tdevries@suse.de>
2049
2050 * gdb.base/msym-lang.c: New test.
2051 * gdb.base/msym-lang.exp: New file.
2052 * gdb.base/msym-lang-main.c: New test.
2053
2054 2018-11-08 Tom Tromey <tom@tromey.com>
2055
2056 PR gdb/23555:
2057 PR gdb/23838:
2058 * gdb.base/warning.exp: New file.
2059
2060 2018-11-08 Jan Beulich <jbeulich@suse.com>
2061
2062 * testsuite/gdb.arch/i386-avx512.c,
2063 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2064
2065 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2066
2067 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2068 point hardware.
2069
2070 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2071
2072 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2073 * gdb.dwarf2/missing-type-name.exp: New file.
2074
2075 2018-11-06 Tom de Vries <tdevries@suse.de>
2076
2077 * gdb.base/many-headers.c: New test.
2078 * gdb.base/many-headers.exp: New file.
2079
2080 2018-11-06 Jim Wilson <jimw@sifive.com>
2081
2082 * gdb.base/code_elim.exp: For riscv, set additional_flags
2083 to include -msmall-data-limit=0.
2084
2085 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2086
2087 * gdb.ada/watch_minus_l: New testcase.
2088
2089 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2090
2091 * gdb.arch/aix-sighandle.c: New file.
2092 * gdb.arch/aix-sighandle.exp: New file.
2093
2094 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2095
2096 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2097 registers being unions.
2098
2099 2018-10-31 Tom de Vries <tdevries@suse.de>
2100
2101 * lib/valgrind.exp: New file.
2102 (vgdb_start, vgdb_stop): New procs, factored out of ...
2103 * gdb.base/valgrind-bt.exp: ... here, ...
2104 * gdb.base/valgrind-disp-step.exp: ... here and ...
2105 * gdb.base/valgrind-infcall.exp: ... here.
2106
2107 2018-10-31 Tom de Vries <tdevries@suse.de>
2108
2109 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2110
2111 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2112
2113 * gdb.dwarf2/void-type.c: New file.
2114 * gdb.dwarf2/void-type.exp: New file.
2115
2116 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2117
2118 * gdb.base/info_qt.c: New file.
2119 * gdb.base/info_qt.exp: New file.
2120
2121 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2122
2123 * gdb.arch/powerpc-htm-regs.c: New file.
2124 * gdb.arch/powerpc-htm-regs.exp: New file.
2125
2126 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2127
2128 * gdb.arch/powerpc-tar.c: New file.
2129 * gdb.arch/powerpc-tar.exp: New file.
2130
2131 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2132
2133 * gdb.arch/powerpc-ppr-dscr.c: New file.
2134 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2135
2136 2018-10-25 Tom de Vries <tdevries@suse.de>
2137
2138 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2139
2140 2018-10-24 Tom de Vries <tdevries@suse.de>
2141
2142 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2143 longer exists error.
2144
2145 2018-10-24 Tom de Vries <tdevries@suse.de>
2146
2147 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2148
2149 2018-10-24 Tom de Vries <tdevries@suse.de>
2150
2151 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2152 --db-attach in valgrind.
2153
2154 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * gdb.arch/riscv-reg-aliases.c: New file.
2157 * gdb.arch/riscv-reg-aliases.exp: New file.
2158
2159 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2160
2161 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2162
2163 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2164
2165 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2166
2167 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2168
2169 * gdb.cp/ovldbreak.exp: Fix regexps.
2170
2171 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2172
2173 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2174
2175 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2176
2177 PR cli/23785
2178 * gdb.base/restore.exp: New test to check if "restore" with an
2179 invalid file doesn't segfault.
2180
2181 2018-10-18 Tom de Vries <tdevries@suse.de>
2182
2183 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2184 * gdb.ada/excep_handle.exp: Same.
2185 * gdb.ada/mi_string_access.exp: Same.
2186 * gdb.ada/mi_var_union.exp: Same.
2187 * gdb.arch/arc-analyze-prologue.exp: Same.
2188 * gdb.arch/arc-decode-insn.exp: Same.
2189 * gdb.base/readnever.exp: Same.
2190 * gdb.fortran/printing-types.exp: Same.
2191 * gdb.guile/scm-lazy-string.exp: Same.
2192
2193 2018-10-16 Tom de Vries <tdevries@suse.de>
2194
2195 PR gdb/23730
2196 * gdb.base/catch-follow-exec.c: Add copyright notice.
2197 * gdb.base/catch-follow-exec.exp: Rewrite to use
2198 gdb_spawn_with_cmdline_opts. Require gdb-native.
2199
2200 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2201
2202 * gdb.trace/actions-changed.exp: Check for arch support.
2203 * gdb.trace/actions.exp: Likewise.
2204 * gdb.trace/ax.exp: Likewise.
2205 * gdb.trace/backtrace.exp: Likewise.
2206 * gdb.trace/change-loc.exp: Likewise.
2207 * gdb.trace/deltrace.exp: Likewise.
2208 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2209 * gdb.trace/ftrace.exp: Likewise.
2210 * gdb.trace/infotrace.exp: Check for arch support.
2211 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2212 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2213 * gdb.trace/mi-tsv-changed.exp: Likewise.
2214 * gdb.trace/packetlen.exp: Likewise.
2215 * gdb.trace/passc-dyn.exp: Likewise.
2216 * gdb.trace/passcount.exp: Likewise.
2217 * gdb.trace/pending.exp: Likewise.
2218 * gdb.trace/range-stepping.exp: Check for shlib support.
2219 * gdb.trace/report.exp: Check for arch support.
2220 * gdb.trace/save-trace.exp: Likewise.
2221 * gdb.trace/signal.exp: Check for signal support.
2222 * gdb.trace/tfind.exp: Check for arch support.
2223 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2224 * gdb.trace/trace-common.h: Add comment.
2225 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2226 * gdb.trace/trace-enable-disable.exp: Likewise.
2227 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2228 * gdb.trace/tracecmd.exp: Check for arch support.
2229 * gdb.trace/tspeed.exp: Check for shlib and target support.
2230 * gdb.trace/tstatus.exp: Check for arch support.
2231 * gdb.trace/tsv.exp: Likewise.
2232 * gdb.trace/while-dyn.exp: Likewise.
2233 * gdb.trace/while-stepping.exp: Likewise.
2234 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2235
2236 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2237
2238 * gdb.trace/tspeed.exp: Remove nowarnings.
2239 (prepare_for_trace_test): Declare "global ipalib".
2240 * gdb.trace/tspeed.c: Include unistd.h.
2241 (main): Remove superfluous printf argument.
2242
2243 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2244
2245 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2246 directory prefix on the filename.
2247
2248 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2249
2250 * gdb.gdb/unittest.exp: Update expected message informing that
2251 selftests have been disabled.
2252 * gdb.server/unittest.exp: Likewise.
2253
2254 2018-10-09 Tom de Vries <tdevries@suse.de>
2255
2256 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2257 with runto_main.
2258
2259 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2260
2261 PR c++/16841
2262 * gdb.cp/virtbase2.cc: New file.
2263 * gdb.cp/virtbase2.exp: New file.
2264
2265 2018-10-06 Tom Tromey <tom@tromey.com>
2266
2267 PR python/19399:
2268 * gdb.python/py-inferior.exp: Add architecture test.
2269
2270 2018-10-06 Tom Tromey <tom@tromey.com>
2271
2272 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2273 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2274
2275 2018-10-06 Tom Tromey <tom@tromey.com>
2276
2277 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2278 of a "throw" catchpoint.
2279
2280 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2281
2282 * gdb.base/info-proc.exp: Update string expected from "help info
2283 proc".
2284
2285 2018-10-04 Tom Tromey <tom@tromey.com>
2286
2287 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2288 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2289 (test_initial_complaints, test_empty_complaints): Update.
2290 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2291
2292 2018-10-04 Tom Tromey <tom@tromey.com>
2293
2294 PR cli/19551:
2295 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2296 * lib/gdb.exp (gdb_file_cmd): Update.
2297 * gdb.stabs/weird.exp (print_weird_var): Update.
2298 * gdb.server/solib-list.exp: Update.
2299 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2300 * gdb.mi/mi-cli.exp: Update.
2301 * gdb.linespec/linespec.exp: Update.
2302 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2303 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2304 * gdb.cp/cp-relocate.exp: Update.
2305 * gdb.base/sym-file.exp: Update.
2306 * gdb.base/relocate.exp: Update.
2307 * gdb.base/readnever.exp: Update.
2308 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2309 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2310 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2311 * gdb.base/code_elim.exp: Update.
2312 * gdb.base/break-unload-file.exp (test_break): Update.
2313 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2314 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2315 Update.
2316 * gdb.base/attach.exp (do_attach_tests): Update.
2317 * gdb.base/sepdebug.exp: Update.
2318 * gdb.python/py-section-script.exp: Update.
2319
2320 2018-10-04 Tom Tromey <tom@tromey.com>
2321
2322 PR cli/22234:
2323 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2324 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2325 output.
2326
2327 2018-10-04 Tom Tromey <tom@tromey.com>
2328
2329 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2330 set width and height to 0.
2331 (test_command_line_attach_run): Use -quiet.
2332
2333 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2334
2335 * lib/gdb.exp (skip_ifunc_tests): New.
2336 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2337 other compile failures.
2338 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2339
2340 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2341
2342 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2343 is_amd64_regs_target.
2344
2345 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2346
2347 * gdb.arch/aarch64-sighandler-regs.c: New test.
2348 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2349 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2350
2351 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2352
2353 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2354 assembly.
2355
2356 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2357
2358 * gdb.base/frame-selection.exp: New file.
2359 * gdb.base/frame-selection.c: New file.
2360
2361 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2362
2363 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2364 pthread barrier.
2365 (main): Likewise.
2366
2367 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2368
2369 * gdb.base/large-frame-1.c: New file.
2370 * gdb.base/large-frame-2.c: New file.
2371 * gdb.base/large-frame.exp: New file.
2372 * gdb.base/large-frame.h: New file.
2373
2374 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2375
2376 PR gdb/20948
2377 * gdb.base/write_mem.exp: New test.
2378 * gdb.base/write_mem.c: Likewise.
2379
2380 2018-09-23 Tom Tromey <tom@tromey.com>
2381
2382 PR python/18852:
2383 * gdb.python/py-parameter.exp: Add test for parameter that throws
2384 on "set".
2385
2386 2018-09-23 Tom Tromey <tom@tromey.com>
2387
2388 PR python/17284:
2389 * gdb.python/py-template.exp (test_template_arg): Add test for
2390 negative template argument number.
2391
2392 2018-09-23 Tom Tromey <tom@tromey.com>
2393
2394 PR python/14062:
2395 * gdb.python/python.exp: Add test for post_event error.
2396
2397 2018-09-23 Tom Tromey <tom@tromey.com>
2398
2399 PR python/18170:
2400 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2401 convert pointers to int and long.
2402
2403 2018-09-23 Tom Tromey <tom@tromey.com>
2404
2405 PR python/20126:
2406 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2407 signed-ness conversion tests.
2408
2409 2018-09-23 Tom Tromey <tom@tromey.com>
2410
2411 PR python/18352;
2412 * gdb.python/py-value.exp (test_float_conversion): New proc.
2413 Use it.
2414
2415 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2416
2417 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2418
2419 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2420
2421 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2422 no readline.
2423 * gdb.base/utf8-identifiers.exp: Likewise.
2424 * gdb.cp/cpcompletion.exp: Likewise.
2425 * gdb.linespec/cpcompletion.exp: Likewise.
2426 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2427 * gdb.linespec/cpls-ops.exp: Likewise.
2428
2429 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2430 Chris January <chris.january@arm.com>
2431
2432 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2433 * gdb.fortran/short-circuit-argument-list.exp: New file.
2434 * gdb.fortran/short-circuit-argument-list.f90: New test.
2435
2436 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2437
2438 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2439 "arch=" keyword when executing "-stack-list-frames".
2440
2441 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2442
2443 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2444 "arch=" keyword when executing "-stack-list-frames".
2445
2446 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2447
2448 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2449 break ada".
2450
2451 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2452
2453 PR python/23669
2454 * gdb.python/python.exp: Test gdb.execute("show commands").
2455
2456 2018-09-16 Tom Tromey <tom@tromey.com>
2457
2458 * gdb.base/new-ui.exp (do_execution_tests): Update.
2459 * gdb.base/dbx.exp (test_breakpoints): Update.
2460
2461 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2462
2463 * lib/gdb.exp (gdb_simple_compile): Add proc.
2464 (is_elf_target): Use gdb_simple_compile.
2465 (skip_altivec_tests): Likewise.
2466 (skip_vsx_tests): Likewise.
2467 (skip_tsx_tests): Likewise.
2468 (skip_btrace_tests): Likewise.
2469 (skip_btrace_pt_tests): Likewise.
2470 (gdb_can_simple_compile): Likewise.
2471 (gdb_has_argv0): Likewise.
2472 (gdb_target_symbol_prefix): Likewise.
2473 (target_supports_scheduler_locking): Likewise.
2474
2475 2018-09-13 Tom Tromey <tom@tromey.com>
2476
2477 * Makefile.in (TAGS): Recognize proc_with_prefix and
2478 gdb_caching_proc.
2479
2480 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2481
2482 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2483 method.
2484
2485 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2486
2487 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2488 and a few other Inferior properties when the Inferior is no
2489 longer valid.
2490
2491 2018-09-13 Tom Tromey <tom@tromey.com>
2492
2493 PR rust/23650:
2494 * gdb.rust/simple.exp: Add test for enum field access error.
2495
2496 2018-09-13 Tom Tromey <tom@tromey.com>
2497
2498 PR rust/23626:
2499 * gdb.rust/simple.rs (EmptyEnum): New type.
2500 (main): Use it.
2501 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2502
2503 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2504
2505 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2506 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2507 * gdb.python/py-symtab.exp: Update test printing an objfile.
2508
2509 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2510
2511 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2512 object.
2513
2514 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2515
2516 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2517 (support_complex_tests): Use gdb_can_simple_compile.
2518 (is_ilp32_target): Likewise.
2519 (is_lp64_target): Likewise.
2520 (is_64_target): Likewise.
2521 (is_amd64_regs_target): Likewise.
2522 (is_aarch32_target): Likewise.
2523 (gdb_int128_helper): Likewise.
2524
2525 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2526
2527 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2528
2529 2018-09-10 Jerome Guitton <guitton@adacore.com>
2530
2531 * gdb.ada/same_component_name: Add test for case of tagged record
2532 with variable-length fields.
2533
2534 2018-09-10 Xavier Roirand <roirand@adacore.com>
2535
2536 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2537 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2538 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2539 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2540
2541 2018-09-10 Xavier Roirand <roirand@adacore.com>
2542
2543 * gdb.ada/mi_string_access.exp: New testcase.
2544 * gdb.ada/mi_string_access/bar.adb: New file.
2545 * gdb.ada/mi_string_access/pck.adb: New file.
2546 * gdb.ada/mi_string_access/pck.asd: New file.
2547
2548 2018-09-10 Xavier Roirand <roirand@adacore.com>
2549
2550 * gdb.ada/mi_var_union.exp: New testcase.
2551 * gdb.ada/mi_var_union/bar.adb: New file.
2552 * gdb.ada/mi_var_union/pck.adb: New file.
2553 * gdb.ada/mi_var_union/pck.asd: New file.
2554
2555 2018-09-08 Tom Tromey <tom@tromey.com>
2556
2557 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2558
2559 2018-09-08 Tom Tromey <tom@tromey.com>
2560
2561 PR python/16047:
2562 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2563 (register_pretty_printers): Register new printer.
2564 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2565 test.
2566 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2567 (an_int_type3): New global.
2568
2569 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2570
2571 * gdb.ada/expr_with_funcall: New testcase.
2572
2573 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2574
2575 * gdb.ada/packed_array_assign: New testcase.
2576
2577 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2578
2579 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2580 names, and add test prefixes to make test names unique.
2581
2582 2018-09-05 Tom de Vries <tdevries@suse.de>
2583
2584 * gdb.dwarf2/varval.exp: Add test.
2585
2586 2018-09-04 Gary Benson <gbenson@redhat.com>
2587
2588 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2589 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2590
2591 2018-08-31 Tom Tromey <tom@tromey.com>
2592
2593 * gdb.rust/simple.rs: Rename second variable "v".
2594
2595 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2596
2597 * gdb.base/funcargs.c (use_a): New function.
2598 (recurse): Call use_a.
2599
2600 2018-08-29 Keith Seitz <keiths@redhat.com>
2601
2602 * gdb.compile/compile-cplus-anonymous.cc: New file.
2603 * gdb.compile/compile-cplus-anonymous.exp: New file.
2604 * gdb.compile/compile-cplus-array-decay.cc: New file.
2605 * gdb.compile/compile-cplus-array-decay.exp: New file.
2606 * gdb.compile/compile-cplus-inherit.cc: New file.
2607 * gdb.compile/compile-cplus-inherit.exp: New file.
2608 * gdb.compile/compile-cplus-member.cc: New file.
2609 * gdb.compile/compile-cplus-member.exp: New file.
2610 * gdb.compile/compile-cplus-method.cc: New file.
2611 * gdb.compile/compile-cplus-method.exp: New file.
2612 * gdb.compile/compile-cplus-mod.c: "New" file.
2613 * gdb.compile/compile-cplus-namespace.cc: New file.
2614 * gdb.compile/compile-cplus-namespace.exp: New file.
2615 * gdb.compile/compile-cplus-nested.cc: New file.
2616 * gdb.compile/compile-cplus-nested.exp: New file.
2617 * gdb.compile/compile-cplus-print.c: "New" file.
2618 * gdb.compile/compile-cplus-print.exp: "New" file.
2619 * gdb.compile/compile-cplus-virtual.cc: New file.
2620 * gdb.compile/compile-cplus-virtual.exp: New file.
2621 * gdb.compile/compile-cplus.c: "New" file.
2622 * gdb.compile/compile-cplus.exp: "New" file.
2623 * lib/compile-support.exp: New file.
2624
2625 2018-08-16 Gary Benson <gbenson@redhat.com>
2626
2627 PR gdb/13000:
2628 * gdb.base/batch-exit-status.exp: New file.
2629 * gdb.base/batch-exit-status.good-commands: Likewise.
2630 * gdb.base/batch-exit-status.bad-commands: Likewise.
2631
2632 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2633
2634 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2635 (struct struct02): Likewise.
2636 (struct struct03): Likewise.
2637 (struct struct04): Likewise.
2638 (struct struct_01_01): New struct.
2639 (struct struct_01_02): Likewise.
2640 (struct struct_01_03): Likewise.
2641 (struct struct_01_04): Likewise.
2642 (struct struct_02_01): Likewise.
2643 (struct struct_02_02): Likewise.
2644 (struct struct_02_03): Likewise.
2645 (struct struct_02_04): Likewise.
2646 (struct struct_04_01): Likewise.
2647 (struct struct_04_02): Likewise.
2648 (struct struct_04_03): Likewise.
2649 (struct struct_04_04): Likewise.
2650 (struct struct_05_01): Likewise.
2651 (struct struct_05_02): Likewise.
2652 (struct struct_05_03): Likewise.
2653 (struct struct_05_04): Likewise.
2654 (cmp_struct01): Remove function.
2655 (cmp_struct02): Likewise.
2656 (cmp_struct03): Likewise.
2657 (cmp_struct04): Likewise.
2658 (cmp_struct_01_01): Add Function.
2659 (cmp_struct_01_02): Likewise.
2660 (cmp_struct_01_03): Likewise.
2661 (cmp_struct_01_04): Likewise.
2662 (cmp_struct_02_01): Likewise.
2663 (cmp_struct_02_02): Likewise.
2664 (cmp_struct_02_03): Likewise.
2665 (cmp_struct_02_04): Likewise.
2666 (cmp_struct_04_01): Likewise.
2667 (cmp_struct_04_02): Likewise.
2668 (cmp_struct_04_03): Likewise.
2669 (cmp_struct_04_04): Likewise.
2670 (cmp_struct_05_01): Likewise.
2671 (cmp_struct_05_02): Likewise.
2672 (cmp_struct_05_03): Likewise.
2673 (cmp_struct_05_04): Likewise.
2674 (call_all): Add new structs.
2675 * gdb.base/infcall-nested-structs.exp: Likewise.
2676
2677 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2678
2679 * gdb.python/py-framefilter-mi.exp: Update regexp to
2680 check for "arch" field in frame output.
2681
2682 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2683
2684 * gdb.dwarf2/dw2-ranges-func.c: New file.
2685 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2686
2687 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2688
2689 * gdb.base/term.exp: Compare terminal settings with values from
2690 the inferior.
2691 * gdb.base/term.c: Get and set terminal settings.
2692
2693 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2694
2695 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2696 accommodate new "arch" field in frame output.
2697 * gdb.mi/mi-return.exp: Likewise.
2698 * gdb.mi/mi-stack.exp: Likewise.
2699 * gdb.mi/mi-syn-frame.exp: Likewise.
2700 * gdb.mi/user-selected-context-sync.exp: Likewise.
2701
2702 2018-08-19 Michael Spang <spang@google.com>
2703
2704 PR gdb/11786
2705 * gdb.base/gcore-tls-pie.c: New file.
2706 * gdb.base/gcore-tls-pie.exp: New file.
2707
2708 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2709
2710 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2711 * gdb.dwarf2/varval.c: New file.
2712 * gdb.dwarf2/varval.exp: New file.
2713
2714 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2715
2716 PR gdb/18931
2717 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2718
2719 2018-08-16 Keith Seitz <keiths@redhat.com>
2720
2721 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2722 tests expected to pass.
2723
2724 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2725
2726 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2727 -data-disassemble -a.
2728 (test_disassembly_bogus_args): Likewise.
2729
2730 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2731
2732 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2733
2734 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2735
2736 * gdb.base/vla-optimized-out.exp: Add new test.
2737
2738 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * gdb.base/vla-optimized-out-o3.exp: Delete.
2741 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2742 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2743 deleted tests.
2744
2745 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2746
2747 PR gdb/18050:
2748 * gdb.server/extended-remote-restart.c: New file.
2749 * gdb.server/extended-remote-restart.exp: New file.
2750
2751 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2752
2753 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2754 "set variable index = 42".
2755
2756 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2757
2758 * boards/index-cache-gdb.exp: New file.
2759 * gdb.dwarf2/index-cache.exp: New file.
2760 * gdb.dwarf2/index-cache.c: New file.
2761 * gdb.base/maint.exp: Check if we are using the index cache.
2762
2763 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2764
2765 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2766 MAKEFLAGS.
2767
2768 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2769
2770 * dg-extract-results.sh: Move to toplevel contrib.
2771 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2772 * Makefile.in (check-parallel-racy): Likewise.
2773
2774 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2775
2776 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2777 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2778 tests if the target supports scheduler locking.
2779
2780 2018-08-04 Tom de Vries <tdevries@suse.de>
2781
2782 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2783
2784 2018-08-02 Tom Tromey <tom@tromey.com>
2785
2786 PR symtab/16842.
2787 * gdb.cp/temargs.exp: Test "info address" of a template
2788 parameter.
2789
2790 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2791
2792 * gdb.python/py-mi-var-info-path-expression.c: New file.
2793 * gdb.python/py-mi-var-info-path-expression.py: New file.
2794 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2795
2796 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2797
2798 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2799 error after "cannot resolve name" string.
2800
2801 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2802
2803 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2804 started.
2805 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2806
2807 2018-07-28 Tom de Vries <tdevries@suse.de>
2808
2809 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2810
2811 2018-07-26 Tom de Vries <tdevries@suse.de>
2812
2813 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2814
2815 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2818 is visible.
2819
2820 2018-07-26 Tom de Vries <tdevries@suse.de>
2821
2822 PR breakpoints/23366
2823 * gdb.base/catch-follow-exec.c: New test.
2824 * gdb.base/catch-follow-exec.exp: New file.
2825
2826 2018-07-25 Tom de Vries <tdevries@suse.de>
2827
2828 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2829 vla-optimized-out.c.
2830
2831 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2832
2833 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2834 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2835
2836 2018-07-20 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2839 NOCLONE macro.
2840 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2841
2842 2018-07-19 Tom de Vries <tdevries@suse.de>
2843
2844 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2845 regular expression.
2846
2847 2018-07-18 Tom de Vries <tdevries@suse.de>
2848
2849 * gdb.base/vla-optimized-out.c: New test.
2850 * gdb.base/vla-optimized-out.exp: New file.
2851
2852 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2853
2854 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2855 message "No address associated with hostname" when gdbserver
2856 cannot resolve the hostname.
2857
2858 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2859
2860 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2861 Add some test prefixes to make tests unique.
2862
2863 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2864
2865 * gdb.base/frameapply.c: New file.
2866 * gdb.base/frameapply.exp: New file.
2867
2868 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2869
2870 * gdb.base/skip.exp: Update expected error message.
2871
2872 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2873 Jan Kratochvil <jan.kratochvil@redhat.com>
2874 Paul Fertser <fercerpav@gmail.com>
2875 Tsutomu Seki <sekiriki@gmail.com>
2876
2877 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2878 parameter.
2879 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2880 by default.
2881 * boards/native-gdbserver.exp: Likewise.
2882 * gdb.server/run-without-local-binary.exp: Improve regexp used
2883 for detecting when a remote debugging connection succeeds.
2884 * gdb.server/server-connect.exp: New file.
2885 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2886 Do not prefix the port number with ":".
2887 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2888 support for detecting and using it. Add '$debughost_gdbserver'
2889 to the list of arguments used to start gdbserver. Handle case
2890 when gdbserver cannot resolve a network name.
2891
2892 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2893
2894 PR c++/23373
2895 * gdb.base/ptype-offsets.cc (struct static_member): New
2896 struct.
2897 (main) <stmember>: New variable.
2898 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2899 with a static member in it.
2900
2901 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2902
2903 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2904 watchpoints enabled and disabled.
2905
2906 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2907
2908 * gdb.base/examine-backward.exp: Still run tests around address
2909 0x0, even if address 0x0 is not readable. Update the pattern for
2910 matching address 0x0 in expected output.
2911
2912 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2913
2914 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2915 malloc/free.
2916
2917 2018-07-04 Tom de Vries <tdevries@suse.de>
2918
2919 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2920
2921 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2922
2923 PR tdep/8282
2924 * gdb.arch/mips-disassembler-options.exp: New test.
2925 * gdb.arch/mips-disassembler-options.s: New test source.
2926
2927 2018-06-29 Pedro Alves <palves@redhat.com>
2928
2929 * gdb.threads/names.exp: Adjust expected "info threads" output.
2930
2931 2018-06-29 Pedro Alves <palves@redhat.com>
2932
2933 * gdb.opt/inline-break.exp (line number, address): Add "info
2934 break" tests.
2935
2936 2018-06-29 Pedro Alves <palves@redhat.com>
2937
2938 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2939 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2940 number and address and running to them.
2941
2942 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2943
2944 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2945
2946 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2947
2948 * lib/compiler.c: Remove executable permission flag.
2949
2950 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2951
2952 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2953 code.
2954 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2955
2956 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2957
2958 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2959
2960 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2961
2962 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2963 address argument is omitted.
2964
2965 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2966
2967 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2968
2969 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2970
2971 PR gdb/21695
2972 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2973 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2974
2975 2018-06-26 Tom Tromey <tom@tromey.com>
2976
2977 PR rust/22574:
2978 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2979 * gdb.rust/simple.rs (struct SimpleLayout): New.
2980
2981 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2982
2983 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2984 "info registers" output.
2985
2986 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2987
2988 * gdb.base/watchpoint-hw-attach.c: New test.
2989 * gdb.base/watchpoint-hw-attach.exp: New file.
2990
2991 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2992
2993 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2994 through /bin/sh.
2995 * boards/dwarf4-gdb-index.exp: Likewise.
2996 * boards/fission-dwp.exp: Likewise.
2997
2998 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2999
3000 * gdb.base/float128.exp: Add comment and improved fail message
3001 to the failure case of "print large128" test.
3002
3003 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3004
3005 * configure.ac: Remove AC_PREREQ.
3006 * configure: Re-generate.
3007
3008 2018-06-19 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3011 (func_extern_caller): New.
3012 (main): Call func_extern_caller.
3013 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3014 logic change.
3015
3016 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3017
3018 PR gdb/16841
3019 * gdb.cp/typedef-base.cc: New file.
3020 * gdb.cp/typedef-base.exp: New file.
3021
3022 2018-06-18 Tom de Vries <tdevries@suse.de>
3023
3024 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3025
3026 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3027 Richard Bunt <Richard.Bunt@arm.com>
3028
3029 * gdb.threads/attach-slow-waitpid.c: New file.
3030 * gdb.threads/attach-slow-waitpid.exp: New file.
3031 * gdb.threads/slow-waitpid.c: New file.
3032
3033 2018-06-14 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.base/fork-running-state.c: Include <errno.h>.
3036 (exit_if_relative_exits): New.
3037 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3038 exits.
3039 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3040 child exits.
3041
3042 2018-06-14 Tom de Vries <tdevries@suse.de>
3043
3044 PR cli/22573
3045 * gdb.base/finish-pretty.c: New test.
3046 * gdb.base/finish-pretty.exp: New file.
3047
3048 2018-06-14 Pedro Alves <palves@redhat.com>
3049
3050 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3051 gdb's expected startup output.
3052
3053 2018-06-14 Pedro Alves <palves@redhat.com>
3054
3055 * lib/selftest-support.exp (selftest_setup): Remove inlined
3056 function handling.
3057
3058 2018-06-14 Tom de Vries <tdevries@suse.de>
3059
3060 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3061 matching of breakpoint printing.
3062
3063 2018-06-13 Tom de Vries <tdevries@suse.de>
3064
3065 PR testsuite/23269
3066 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3067 (fork_child): ... here, and ...
3068 (fork_parent): ... here.
3069
3070 2018-06-12 Tom de Vries <tdevries@suse.de>
3071
3072 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3073
3074 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3075 Stephen Roberts <stephen.roberts@arm.com>
3076
3077 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3078 rewrite test to describe action performed, rather than possible
3079 failure.
3080
3081 2018-06-08 Gary Benson <gbenson@redhat.com>
3082
3083 * gdb.threads/check-libthread-db.exp: New file.
3084 * gdb.threads/check-libthread-db.c: Likewise.
3085
3086 2018-06-05 Tom Tromey <tom@tromey.com>
3087
3088 * gdb.base/default.exp: Update expected "show version" output.
3089
3090 2018-06-05 Tom Tromey <tom@tromey.com>
3091
3092 PR cli/12326:
3093 * gdb.cp/static-print-quit.exp: Update.
3094 * lib/gdb.exp (pagination_prompt): Update.
3095 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3096 * gdb.python/python.exp: Update.
3097
3098 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3099
3100 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3101
3102 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3103
3104 * gdb.ada/bp_fun_addr: New testcase.
3105
3106 2018-06-01 Tom Tromey <tom@tromey.com>
3107
3108 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3109 results.
3110 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3111 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3112 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3113 * gdb.base/maint.exp (maint_pass_if): Update.
3114
3115 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3116
3117 * gdb.base/endian.exp: New test.
3118 * gdb.base/endian.c: New test source.
3119
3120 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 PR gdb/23203
3123 * gdb.base/bt-selected-frame.c: New file.
3124 * gdb.base/bt-selected-frame.exp: New file.
3125 * lib/gdb.exp (get_current_frame_number): New function.
3126
3127 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3128 Pedro Alves <palves@redhat.com>
3129
3130 * gdb.threads/tls-core.c: Include <stdlib.h>
3131 (thread_proc): Call `abort'.
3132 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3133 (tls_core_test): New procedure, bits factored out from ...
3134 (top level): ... here. Test both native cores and gcore cores.
3135
3136 2018-05-23 Tom Tromey <tom@tromey.com>
3137
3138 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3139
3140 2018-05-23 Tom Tromey <tom@tromey.com>
3141
3142 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3143 symfile_complaints.
3144 (test_short_complaints): Likewise.
3145 (test_empty_complaints): Likewise.
3146 (test_initial_complaints): Update.
3147
3148 2018-05-23 Tom Tromey <tom@tromey.com>
3149
3150 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3151
3152 2018-05-23 Tom Tromey <tom@tromey.com>
3153
3154 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3155 (test_short_complaints): Update.
3156
3157 2018-05-22 Pedro Alves <palves@redhat.com>
3158
3159 * gdb.base/remote.exp: Only gdb_start after compiling the
3160 testcase. Issue "disconnect" before testing "set remote" command
3161 defaults. Issue clean_restart before running to main.
3162
3163 2018-05-22 Pedro Alves <palves@redhat.com>
3164
3165 * gdb.base/remote.exp: Adjust expected output of "show remote
3166 memory-write-packet-size". Add tests for "set remote
3167 memory-write-packet-size 0" and "set remote
3168 memory-write-packet-size fixed/limit".
3169
3170 2018-05-22 Pedro Alves <palves@redhat.com>
3171
3172 PR gdb/22973
3173 * gdb.base/utf8-identifiers.c: New file.
3174 * gdb.base/utf8-identifiers.exp: New file.
3175
3176 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3177
3178 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3179
3180 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3181
3182 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3183
3184 2018-05-18 Tom Tromey <tom@tromey.com>
3185
3186 * gdb.base/ptype-offsets.exp: Update.
3187
3188 2018-05-17 Keith Seitz <keiths@redhat.com>
3189
3190 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3191 in expected breakpoint stop locations.
3192 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3193 move to proper scope to test variable values.
3194 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3195 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3196 New functions.
3197 (main): Call not_inline_func3.
3198 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3199 inline_func1, inline_func2, and inline_func3. Test that when each
3200 breakpoint is hit, GDB properly reports both the stop location
3201 and the backtrace. Repeat tests for temporary breakpoints.
3202
3203 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3204
3205 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3206 rather then trying to access it in determining whether the PID
3207 of `gdbserver' could have been retrieved.
3208
3209 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3210
3211 * gdb.arch/amd64-init-x87-values.S: New file.
3212 * gdb.arch/amd64-init-x87-values.exp: New file.
3213
3214 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3215
3216 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3217
3218 2018-05-04 Tom Tromey <tom@tromey.com>
3219
3220 PR python/22730:
3221 * gdb.python/python.exp: Test multi-line execute.
3222
3223 2018-05-04 Tom Tromey <tom@tromey.com>
3224
3225 PR python/22731:
3226 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3227
3228 2018-05-04 Tom Tromey <tom@tromey.com>
3229
3230 PR gdb/11750:
3231 * gdb.base/define.exp: Test defining a user command inside a user
3232 command.
3233 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3234
3235 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3236 Pedro Alves <palves@redhat.com>
3237
3238 PR breakpoints/19806 and support for PR external/20207.
3239 * gdb.base/watchpoint-unaligned.c: New file.
3240 * gdb.base/watchpoint-unaligned.exp: New file.
3241
3242 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3243
3244 * gdb.base/maint.exp: Make test names unique, use
3245 test_prefix_command_help to test 'help maint info', and remove
3246 repeated test of 'help maint'.
3247
3248 2018-05-04 Tom Tromey <tom@tromey.com>
3249
3250 PR gdb/22619:
3251 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3252 behavior.
3253
3254 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3255
3256 * gdb.base/maint.exp: Process output from 'maint print registers'
3257 line at a time.
3258
3259 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3260
3261 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3262 timeout.
3263
3264 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3265
3266 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3267 filter pattern.
3268
3269 2018-05-02 Pedro Alves <palves@redhat.com>
3270
3271 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3272 to_log_command renames.
3273 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3274
3275 2018-05-02 Tom Tromey <tom@tromey.com>
3276
3277 * gdb.python/py-parameter.exp: Set test message.
3278
3279 2018-05-02 Tom Tromey <tom@tromey.com>
3280
3281 PR python/20084:
3282 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3283 PARAM_ZUINTEGER_UNLIMITED tests.
3284
3285 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3286
3287 PR rust/23124
3288 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3289 when casting.
3290
3291 2018-04-30 Tom Tromey <tom@tromey.com>
3292
3293 * gdb.python/py-type.exp: Check align attribute.
3294 * gdb.python/py-type.c: New "aligncheck" global.
3295
3296 2018-04-30 Tom Tromey <tom@tromey.com>
3297
3298 PR exp/17095:
3299 * gdb.dwarf2/dw2-align.exp: New file.
3300 * gdb.cp/align.exp: New file.
3301 * gdb.base/align.exp: New file.
3302 * lib/gdb.exp (gdb_int128_helper): New proc.
3303 (has_int128_c, has_int128_cxx): New caching procs.
3304
3305 2018-04-27 Tom Tromey <tom@tromey.com>
3306
3307 PR rust/22545:
3308 * gdb.rust/simple.exp: Add inclusive range tests.
3309
3310 2018-04-26 Pedro Alves <palves@redhat.com>
3311
3312 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3313 ifunc breakpoint locations correctly of ifunc breakpoints set
3314 while the program resolves the ifunc.
3315
3316 2018-04-26 Pedro Alves <palves@redhat.com>
3317
3318 * gdb.base/gnu-ifunc-final.c: New file.
3319 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3320 * gdb.base/gnu-ifunc.exp (executable): Delete.
3321 (staticexecutable): Adjust.
3322 (lib_opts, exec_opts): Delete.
3323 (make_binsuffix, build, set-break): New procedures.
3324 (misc_tests): New, with tests factored out from the top level.
3325 (top level): Test different combinations of ifunc resolver name,
3326 resolver with and with debug info, and ifunc target with and
3327 without debug info. Wrap static tests with with_target_prefix.
3328
3329 2018-04-26 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3332 return type" warnings.
3333
3334 2018-04-25 Pedro Alves <palves@redhat.com>
3335
3336 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3337 killed".
3338 * gdb.base/kill-after-signal.exp: Likewise.
3339 * gdb.threads/kill.exp: Likewise.
3340
3341 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3342 Sergio Durigan Junior <sergiodj@redhat.com>
3343 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3346 regexps to expect for '[Inferior ... detached]' as well.
3347 * gdb.base/attach.exp: Likewise.
3348 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3349 "gdb_continue_to_end".
3350 (test_catch_syscall_with_wrong_args): Likewise.
3351 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3352 ']'. Don't set 'verbose' on.
3353 * gdb.base/foll-vfork.exp: Likewise.
3354 * gdb.base/fork-print-inferior-events.c: New file.
3355 * gdb.base/fork-print-inferior-events.exp: New file.
3356 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3357 '[Inferior ... has been killed]' message.
3358 * gdb.base/kill-after-signal.exp: Likewise.
3359 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3360 detach message.
3361 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3362 message.
3363 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3364 regexps to expect for '[Inferior ... detached]' as well.
3365 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3366
3367 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3368
3369 PR gdb/23104
3370 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3371
3372 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3373
3374 * gdb.threads/multiple-successive-infcall.c: New test.
3375 * gdb.threads/multiple-successive-infcall.exp: New file.
3376
3377 2018-04-17 Tom Tromey <tom@tromey.com>
3378
3379 * gdb.rust/simple.rs (Union): New type.
3380 (main): New local "u".
3381 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3382
3383 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3384
3385 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3386 number information in output of "whereis" command.
3387 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3388
3389 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3390
3391 * gdb.ada/info_types.exp: Adjust expected output to the line
3392 numbers now printed by "info var/func/type".
3393 * gdb.base/completion.exp: Likewise.
3394 * gdb.base/included.exp: Likewise.
3395 * gdb.cp/cp-relocate.exp: Likewise.
3396 * gdb.cp/cplusfuncs.exp: Likewise.
3397 * gdb.cp/namespace.exp: Likewise.
3398 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3399
3400 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3401
3402 * gdb.btrace/cpu.exp: New.
3403
3404 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3405
3406 * gdb.base/step-indirect-call-thunk.exp: New.
3407 * gdb.base/step-indirect-call-thunk.c: New.
3408 * gdb.reverse/step-indirect-call-thunk.exp: New.
3409 * gdb.reverse/step-indirect-call-thunk.c: New.
3410
3411 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3412
3413 * gdb.base/pie-fork.c: New file.
3414 * gdb.base/pie-fork.exp: New file.
3415
3416 2018-04-11 Tom Tromey <tom@tromey.com>
3417
3418 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3419
3420 2018-04-10 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3423 exits. Instead loop running forever.
3424 (fork_parent): Run forever too.
3425
3426 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3427
3428 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3429 mi_continue_to_line.
3430 * gdb.mi/mi-stack.c (callee4): Add comment.
3431
3432 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3433
3434 * gdb.mi/mi-stack.exp: Fix indentation.
3435
3436 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3437
3438 PR gdb/22979
3439 * gdb.arch/amd64-osabi.exp: New file.
3440
3441 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3442
3443 PR gdb/22980
3444 * gdb.base/osabi.exp: New file.
3445
3446 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3447
3448 * gdb.cp/static-typedef-print.exp: New file.
3449 * gdb.cp/static-typedef-print.cc: New file.
3450
3451 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3452
3453 * gdb.ada/varsize_limit: New testcase.
3454
3455 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3456
3457 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3458
3459 * gdb.ada/notcplusplus: New testcase.
3460
3461 * gdb.base/c-linkage-name.c: New file.
3462 * gdb.base/c-linkage-name.exp: New testcase.
3463
3464 2018-03-26 Tom Tromey <tom@tromey.com>
3465
3466 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3467 * gdb.python/py-framefilter.py (name_error): New global.
3468 (ErrorInName.function): Use name_error.
3469
3470 2018-03-26 Tom Tromey <tom@tromey.com>
3471
3472 PR backtrace/15582:
3473 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3474
3475 2018-03-23 Keith Seitz <keiths@redhat.com>
3476
3477 PR c++/22968
3478 * gdb.cp/subtypes.exp: New file.
3479 * gdb.cp/subtypes.h: New file.
3480 * gdb.cp/subtypes.cc: New file.
3481 * gdb.cp/subtypes-2.cc: New file.
3482
3483 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3484
3485 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3486 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3487 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3488 -nostartfiles when compiling the test. Confirm that all registers
3489 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3490
3491 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3492
3493 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3494 option, syntax was wrong anyway.
3495 * gdb.arch/arm-disp-step.exp: Likewise.
3496 * gdb.arch/sparc64-regs.exp: Likewise.
3497 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3498 option, syntax was wrong anyway, switch to use
3499 prepare_for_testing.
3500 * gdb.arch/i386-disp-step.exp: Likewise.
3501
3502 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3503
3504 * gdb.ada/exec_changed.exp: Replace "target_info exists
3505 use_gdb_stub" by "use_gdb_stub".
3506 * gdb.ada/start.exp: Likewise.
3507 * gdb.base/async-shell.exp: Likewise.
3508 * gdb.base/attach-pie-misread.exp: Likewise.
3509 * gdb.base/attach-wait-input.exp: Likewise.
3510 * gdb.base/break-entry.exp: Likewise.
3511 * gdb.base/break-interp.exp: Likewise.
3512 * gdb.base/dprintf-detach.exp: Likewise.
3513 * gdb.base/nostdlib.exp: Likewise.
3514 * gdb.base/solib-nodir.exp: Likewise.
3515 * gdb.base/statistics.exp: Likewise.
3516 * gdb.base/testenv.exp: Likewise.
3517 * gdb.mi/mi-exec-run.exp: Likewise.
3518 * gdb.mi/mi-start.exp: Likewise.
3519 * gdb.multi/dummy-frame-restore.exp: Likewise.
3520 * gdb.multi/multi-arch-exec.exp: Likewise.
3521 * gdb.multi/multi-arch.exp: Likewise.
3522 * gdb.multi/tids.exp: Likewise.
3523 * gdb.multi/watchpoint-multi.exp: Likewise.
3524 * gdb.python/py-events.exp: Likewise.
3525 * gdb.threads/attach-into-signal.exp: Likewise.
3526 * gdb.threads/attach-stopped.exp: Likewise.
3527 * gdb.threads/threadapply.exp: Likewise.
3528 * lib/selftest-support.exp: Likewise.
3529
3530 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3531
3532 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3533
3534 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3535
3536 * gdb.perf/template-breakpoints.cc: New file.
3537 * gdb.perf/template-breakpoints.exp: New file.
3538 * gdb.perf/template-breakpoints.py: New file.
3539
3540 2018-03-19 Tom Tromey <tom@tromey.com>
3541
3542 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3543 y0.
3544 * gdb.rust/simple.exp: Test bare identifier form of struct
3545 initializer.
3546
3547 2018-03-19 Tom Tromey <tom@tromey.com>
3548
3549 * gdb.gdb/observer.exp: Remove.
3550
3551 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3552
3553 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3554 "qualified" option when setting breakpoints.
3555 * gdb.trace/backtrace.exp: Likewise.
3556 * gdb.trace/circ.exp: Likewise.
3557 * gdb.trace/collection.exp: Likewise.
3558 * gdb.trace/disconnected-tracing.exp: Likewise.
3559 * gdb.trace/ftrace-lock.exp: Likewise.
3560 * gdb.trace/ftrace.exp: Likewise.
3561 * gdb.trace/infotrace.exp: Likewise.
3562 * gdb.trace/packetlen.exp: Likewise.
3563 * gdb.trace/passc-dyn.exp: Likewise.
3564 * gdb.trace/qtro.exp: Likewise.
3565 * gdb.trace/read-memory.exp: Likewise.
3566 * gdb.trace/report.exp: Likewise.
3567 * gdb.trace/signal.exp: Likewise.
3568 * gdb.trace/status-stop.exp: Likewise.
3569 * gdb.trace/strace.exp: Likewise.
3570 * gdb.trace/tfind.exp: Likewise.
3571 * gdb.trace/trace-break.exp: Likewise.
3572 * gdb.trace/trace-condition.exp: Likewise.
3573 * gdb.trace/trace-mt.exp: Likewise.
3574 * gdb.trace/tstatus.exp: Likewise.
3575 * gdb.trace/tsv.exp: Likewise.
3576 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3577 * gdb.trace/unavailable.exp: Likewise.
3578 * gdb.trace/while-dyn.exp: Likewise.
3579
3580 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3581
3582 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3583 that libinproctrace is copied to the target.
3584
3585 2018-03-14 Tom Tromey <tom@tromey.com>
3586
3587 PR cli/14977:
3588 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3589 a null pointer.
3590 * gdb.base/wchar.exp: Likewise.
3591
3592 2018-03-14 Tom Tromey <tom@tromey.com>
3593
3594 PR cli/19918:
3595 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3596 flag.
3597
3598 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3599
3600 PR gdb/22841
3601 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3602 "target" to remote_exec.
3603
3604 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3605
3606 PR gdb/22841
3607 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3608 ${board}_upload): Remove.
3609
3610 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3611
3612 * gdb.cp/watch-cp.cc: New test.
3613 * gdb.cp/watch-cp.exp: New file.
3614
3615 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3616
3617 * gdb.base/infcall-nested-structs.exp: New file.
3618 * gdb.base/infcall-nested-structs.c: New file.
3619 * gdb.base/float.exp: Add riscv support.
3620
3621 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3622
3623 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3624 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3625
3626 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3627
3628 * gdb.server/abspath.exp: New file.
3629 * lib/gdb.exp (with_cwd): New procedure.
3630
3631 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3632
3633 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3634 use it.
3635 (gdb_is_target_remote_prompt): New proc.
3636 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3637 (gdb_is_target_native): Pass prompt parameter to
3638 gdb_is_target_1.
3639
3640 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3641
3642 * gdb.base/load-command.c: New file.
3643 * gdb.base/load-command.exp: New file.
3644 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3645 (gdb_is_target_1): ...this, and generalize for other targets
3646 than just remote.
3647 (gdb_is_target_remote): Use gdb_is_target_1.
3648 (gdb_is_target_native): use gdb_is_target_1.
3649
3650 2018-02-26 Tom Tromey <tom@tromey.com>
3651
3652 PR python/16497:
3653 * gdb.python/py-framefilter.exp: Update test.
3654
3655 2018-02-26 Tom Tromey <tom@tromey.com>
3656
3657 * gdb.dwarf2/variant.c: New file.
3658 * gdb.dwarf2/variant.exp: New file.
3659
3660 2018-02-26 Tom Tromey <tom@tromey.com>
3661
3662 * gdb.rust/simple.exp: Accept more possible results in enum test.
3663
3664 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3665
3666 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3667 parentheses.
3668
3669 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3670
3671 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3672 name of a variable: $actual_linejj -> $actual_line.
3673
3674 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3675
3676 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3677
3678 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3679
3680 * gdb.btrace/buffer-size.exp: Do not force BTS.
3681
3682 2018-02-14 Pedro Alves <palves@redhat.com>
3683
3684 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3685 getting a "Quit".
3686
3687 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3688
3689 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3690 Fix test name.
3691
3692 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3693
3694 * gdb.cp/m-static.exp: Check type of optimized out static
3695 member.
3696
3697 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3698
3699 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3700 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3701
3702 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3703 Leszek Swirski <leszeks@google.com>
3704
3705 * gdb.python/py-prettyprint.c
3706 (struct to_string_returns_value_inner,
3707 struct to_string_returns_value_wrapper): New.
3708 (main): Add tsrvw variable.
3709 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3710 ToStringReturnsValueWrapper): New classes.
3711 (register_pretty_printers): Register new pretty-printers.
3712 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3713 recursive pretty printer.
3714 * gdb.python/py-mi.exp: Likewise.
3715
3716 2018-02-01 Leszek Swirski <leszeks@google.com>
3717
3718 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3719 functions with the same name as an include file are parsed
3720 correctly.
3721
3722 2018-02-01 Yao Qi <yao.qi@linaro.org>
3723
3724 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3725 "\[^\r\n\]*".
3726
3727 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3728
3729 * gdb.arch/powerpc-prologue-frame.s: New file.
3730 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3731 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3732
3733 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3734
3735 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3736
3737 2018-01-30 Pedro Alves <palves@redhat.com>
3738
3739 PR gdb/13211
3740 * gdb.base/interrupt-daemon.c: New.
3741 * gdb.base/interrupt-daemon.exp: New.
3742 * gdb.multi/multi-term-settings.c: New.
3743 * gdb.multi/multi-term-settings.exp: New.
3744
3745 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3746
3747 * gdb.base/break.exp: Save the location where the breakpoint
3748 on break.c:47 was actually inserted when debugging the version
3749 compiled at -O2 and use it in the expected output of the "info
3750 break" test performed soon after.
3751
3752 2018-01-22 Pedro Alves <palves@redhat.com>
3753 Sergio Durigan Junior <sergiodj@redhat.com>
3754
3755 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3756 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3757
3758 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3759
3760 * gdb.base/break-include.c, gdb.base/break-include.inc,
3761 gdb.base/break-include.exp: New files.
3762 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3763 line number now being the actual line number where the breakpoint
3764 was inserted.
3765 * gdb.mi/mi-break.exp: Likewise.
3766 * gdb.mi/mi-reverse.exp: Likewise.
3767 * gdb.mi/mi-simplerun.exp: Ditto.
3768
3769 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3770
3771 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3772 varobj.
3773 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3774
3775 2018-01-21 Don Breazeal <donb@codesourcery.com>
3776 Andrew Burgess <andrew.burgess@embecosm.com>
3777
3778 * gdb.mi/basics.c: Add new global.
3779 * gdb.mi/mi-frame-regs.exp: New file.
3780 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3781 case.
3782
3783 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3784
3785 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3786 non-parameter, and on an unknown symbol.
3787
3788 2018-01-19 Tom Tromey <tom@tromey.com>
3789
3790 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3791 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3792
3793 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3794
3795 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3796 setrlimit and chdir to int.
3797
3798 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3799
3800 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3801 function.
3802 (my_tend): Likewise.
3803 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3804 rationale of avoiding FP- and vector instructions.
3805
3806 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3807
3808 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3809 "info reg" with "\[ \t\]*".
3810 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3811 "\[ \t\]+".
3812 * gdb.arch/s390-multiarch.exp: Ditto.
3813 * gdb.base/pc-fp.exp: Ditto.
3814 * gdb.reverse/i386-precsave.exp: Ditto.
3815 * gdb.reverse/i386-reverse.exp: Ditto.
3816 * gdb.reverse/i387-env-reverse.exp: Ditto.
3817 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3818
3819 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3820
3821 * lib/gdb.exp (gdb_compile): Re-enable use of
3822 universal_compile_options for languages other than Rust.
3823
3824 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3825
3826 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3827
3828 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3829
3830 PR gdb/16577
3831 * gdb.base/solib-vanish.exp: New.
3832 * gdb.base/solib-vanish-main.c: New.
3833 * gdb.base/solib-vanish-lib1.c: New.
3834 * gdb.base/solib-vanish-lib2.c: New.
3835
3836 2018-01-17 Yao Qi <yao.qi@linaro.org>
3837
3838 * gdb.compile/compile.exp: Match the address printed for
3839 frame in the output of command "bt".
3840
3841 2018-01-15 Tom Tromey <tom@tromey.com>
3842
3843 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3844 compute sp_reg.
3845
3846 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3849 to prepare.
3850 (prepare): Return 0 on error, 1 on success.
3851
3852 2018-01-12 Pedro Alves <palves@redhat.com>
3853
3854 * gdb.base/continue-after-aborted-step-over.c: New.
3855 * gdb.base/continue-after-aborted-step-over.exp: New.
3856
3857 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3858
3859 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3860 options when not creating an executable.
3861
3862 2018-01-11 Pedro Alves <palves@redhat.com>
3863
3864 PR remote/22597
3865 * gdb.server/stop-reply-no-thread.c: New file.
3866 * gdb.server/stop-reply-no-thread.exp: New file.
3867
3868 2018-01-10 Pedro Alves <palves@redhat.com>
3869
3870 PR gdb/22670
3871 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3872 functions too. Test setting breakpoints and printing C functions
3873 with no debug info too.
3874 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3875
3876 2018-01-10 Pedro Alves <palves@redhat.com>
3877
3878 PR gdb/22670
3879 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3880 a fail.
3881
3882 2018-01-10 Pedro Alves <palves@redhat.com>
3883
3884 PR gdb/22670
3885 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3886
3887 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3888
3889 * gdb.server/unittest.exp: Match the output in non-development
3890 mode.
3891
3892 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3893
3894 * gdb.gdb/unittest.exp: Match output in non-development mode.
3895
3896 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3897
3898 * gdb.ada/access_tagged_param.exp: Relax expected output
3899 for value of "ObjL" in "continue" to pck.inspect breakpoint
3900 test.
3901
3902 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3903
3904 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3905 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3906
3907 2018-01-05 Pedro Alves <palves@redhat.com>
3908
3909 PR gdb/18653
3910 * gdb.base/libsegfault.exp: New.
3911
3912 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3913
3914 PR gdb/22670
3915 * gdb.ada/access_tagged_param.exp: New file.
3916 * gdb.ada/access_tagged_param/foo.adb: New file.
3917
3918 2018-01-05 Pedro Alves <palves@redhat.com>
3919
3920 PR gdb/22670
3921 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3922 exercise lower case too, and to exercise both full matching and
3923 wild matching.
3924
3925 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3926
3927 * gdb.ada/rename_subscript_param: New testcase.
3928
3929 2018-01-05 Jerome Guitton <guitton@adacore.com>
3930
3931 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3932
3933 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3934
3935 * gdb.ada/convvar_comp: New testcase.
3936
3937 2018-01-05 Xavier Roirand <roirand@adacore.com>
3938
3939 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3940 (My_Table): New global variable.
3941 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3942
3943 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3944
3945 PR gdb/22670
3946 * gdb.ada/maint_with_ada: New testcase.
3947
3948 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3949
3950 PR gdb/22670
3951 * gdb.ada/bp_c_mixed_case: New testcase.
3952
3953 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3954
3955 PR gdb/22670
3956 * gdb.ada/complete.exp: Add "complete break ada" test.
3957
3958 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3959
3960 PR gdb/22670
3961 * gdb.ada/info_addr_mixed_case: New testcase.
3962
3963 2018-01-03 Xavier Roirand <roirand@adacore.com>
3964
3965 * gdb.ada/excep_handle.exp: New testcase.
3966 * gdb.ada/excep_handle/foo.adb: New file.
3967 * gdb.ada/excep_handle/pck.ads: New file.
3968
3969 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3970
3971 * gdb.base/step-line.c: Add extra empty line in copyright header.
3972 * gdb.base/step-line.inp: Likewise.
3973
3974 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3975
3976 * gdb.ada/dyn_stride.exp: Add slice test.
3977
3978 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3979
3980 * gdb.ada/dyn_stride: New testcase.
3981
3982 2017-12-27 Stafford Horne <shorne@gmail.com>
3983
3984 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3985 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3986
3987 2017-12-27 Stafford Horne <shorne@gmail.com>
3988
3989 * gdb.base/reggroups.c: New file.
3990 * gdb.base/reggroups.exp: New file.
3991
3992 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3993
3994 * gdb.dwarf2/ada-valprint-error.c: New file.
3995 * gdb.dwarf2/ada-valprint-error.exp: New file.
3996
3997 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3998
3999 * gdb.ada/assign_arr: New testcase.
4000
4001 2017-12-18 Xavier Roirand <roirand@adacore.com>
4002
4003 * gdb.ada/funcall_ptr: New testcase.
4004
4005 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4006
4007 PR cli/16224
4008 * gdb.base/ptype-offsets.cc: New file.
4009 * gdb.base/ptype-offsets.exp: New file.
4010
4011 2017-12-15 Yao Qi <yao.qi@linaro.org>
4012
4013 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4014 if XML is disabled.
4015
4016 2017-12-15 Xavier Roirand <roirand@adacore.com>
4017
4018 * gdb.ada/same_component_name: New testcase.
4019
4020 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4021
4022 * gdb.ada/str_binop_equal: New testcase.
4023
4024 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4025
4026 * gdb.ada/task_switch_in_core: New testcase.
4027
4028 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4029
4030 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4031 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4032 call test_bkpt_qualified.
4033 (test_bkpt_qualified): New proc.
4034
4035 2017-12-13 Pedro Alves <palves@redhat.com>
4036
4037 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4038 Tighten regexp by matching with an anchor.
4039
4040 2017-12-13 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4043 ("expression with namespace"): New set of tests.
4044 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4045 (Nested::Test_NS::qux): New.
4046 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4047 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4048
4049 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4050
4051 * gdb.base/server-del-break.c: New file.
4052 * gdb.base/server-del-break.exp: New file.
4053
4054 2017-12-12 Stafford Horne <shorne@gmail.com>
4055
4056 * gdb.xml/tdesc-regs.exp: Add or1k support.
4057
4058 2017-12-12 Stafford Horne <shorne@gmail.com>
4059
4060 * gdb.base/bp-permanent.c: Define nop of or1k.
4061
4062 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4063
4064 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4065 output with components being reordered.
4066
4067 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4068
4069 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4070 output with components being reordered.
4071
4072 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4073 Pedro Alves <palves@redhat.com>
4074
4075 * gdb.base/maint.exp (check for .gdb_index): Check also for
4076 .debug_names.
4077 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4078 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4079 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4080 (.gdb_index used after symbol reloading): Support also .debug_names.
4081 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4082
4083 2017-12-08 Yao Qi <yao.qi@linaro.org>
4084
4085 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4086 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4087
4088 2017-12-08 Yao Qi <yao.qi@linaro.org>
4089
4090 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4091 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4092
4093 2017-12-08 Yao Qi <yao.qi@linaro.org>
4094
4095 * gdb.arch/aarch64-tagged-pointer.c: New file.
4096 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4097
4098 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4099
4100 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4101 "int".
4102
4103 2017-12-07 Keith Seitz <keiths@redhat.com>
4104
4105 PR breakpoints/22569
4106 * gdb.linespec/ls-errs.exp: Change expected result of "break
4107 -source this file has spaces.c -line 3".
4108 Check that an explicit source file followed by whitespace is
4109 identified as an invalid explicit location.
4110
4111 2017-12-07 Keith Seitz <keiths@redhat.com>
4112
4113 * gdb.cp/nested-types.cc: New file.
4114 * gdb.cp/nested-types.exp: New file.
4115 * lib/cp-support.exp: Load data-structures.exp library.
4116 (debug_cp_test_ptype_class): New global.
4117 (cp_ptype_class_verbose, next_line): New procedures.
4118 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4119 Add and document new return value.
4120 Switch the list of lines to a queue.
4121 Add support for new `type' key for nested type definitions.
4122 Add debugging/troubleshooting messages.
4123 * lib/data-structures.exp: New file.
4124
4125 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4126
4127 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4128 with proc_with_prefix, don't use with_test_prefix.
4129
4130 2017-12-07 Tom Tromey <tom@tromey.com>
4131
4132 * gdb.base/break.exp: Add test for empty "commands".
4133
4134 2017-12-07 Yao Qi <yao.qi@linaro.org>
4135
4136 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4137 malloc and catch syscall.
4138
4139 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4140
4141 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4142 tests for explicit locations.
4143
4144 2017-12-06 Pedro Alves <palves@redhat.com>
4145
4146 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4147 force-disabling XML descriptions.
4148
4149 2017-12-04 Pedro Alves <palves@redhat.com>
4150
4151 PR gdb/22499
4152 * gdb.arch/amd64-disp-step-avx.S: New file.
4153 * gdb.arch/amd64-disp-step-avx.exp: New file.
4154
4155 2017-12-03 Pedro Alves <palves@redhat.com>
4156
4157 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4158 and <string.h>.
4159 (parent_function): Print distinct messages when waitpid fails, or
4160 the child exits with a signal, or the child exits for an unhandled
4161 reason.
4162 * gdb.threads/process-dies-while-detaching.exp
4163 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4164 it. Wait for both inferior output and GDB's prompt. Use an
4165 indirect spawn id list.
4166 (do_detach): New parameter 'child_exit'. Use it to compute
4167 expected inferior output.
4168 (test_detach, test_detach_watch, test_detach_killed_outside):
4169 Adjust to pass down the expected child exit kind.
4170
4171 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4172 Sergio Durigan Junior <sergiodj@redhat.com>
4173 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4176
4177 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4178
4179 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4180 to 'symbol-file' and 'add-symbol-file' can be
4181 position-independent.
4182
4183 2017-12-01 Yao Qi <yao.qi@linaro.org>
4184
4185 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4186 the URL in copyright header.
4187 * gdb.arch/aarch64-fp.exp: Likewise.
4188 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4189 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4190 * gdb.base/expand-psymtabs.exp: Likewise.
4191 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4192 * gdb.fortran/common-block.exp: Likewise.
4193 * gdb.fortran/common-block.f90: Likewise.
4194 * gdb.fortran/logical.exp: Likewise.
4195 * gdb.fortran/vla-datatypes.f90: Likewise.
4196 * gdb.fortran/vla-sub.f90: Likewise.
4197
4198 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4199
4200 * gdb.ada/repeat_dyn: New testcase.
4201
4202 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4203
4204 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4205 Update for changed thread numbering.
4206 * gdb.cell/bt.exp: Update for changed GDB output.
4207
4208 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4209
4210 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4211 setting isremote by hand.
4212 * boards/dwarf4-gdb-index.exp: Likewise.
4213 * boards/fission.exp: Likewise.
4214 * boards/stabs.exp: Likewise.
4215
4216 2017-11-30 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.linespec/cpls-ops.exp
4219 (check_explicit_skips_function_argument): Extract the underlying
4220 type of size_t instead of hardcoding it.
4221
4222 2017-11-29 Pedro Alves <palves@redhat.com>
4223
4224 PR c++/19436
4225 * gdb.linespec/cpls-abi-tag.cc: New file.
4226 * gdb.linespec/cpls-abi-tag.exp: New file.
4227
4228 2017-11-29 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.base/langs.exp: Use -qualified.
4231 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4232 it.
4233 * gdb.cp/namespace.exp: Use -qualified.
4234 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4235 (overload-3, template-overload, template-ret-type, const-overload)
4236 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4237 procedures.
4238 (test_driver): Call them.
4239 * gdb.cp/save-bp-qualified.cc: New.
4240 * gdb.cp/save-bp-qualified.exp: New.
4241 * gdb.linespec/explicit.exp: Test -qualified.
4242 * lib/completion-support.exp (completion::explicit_opts_list): Add
4243 "-qualified".
4244 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4245
4246 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4247
4248 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4249
4250 2017-11-29 Tom Tromey <tom@tromey.com>
4251
4252 * gdb.base/relocate.exp: Update invalid argument test.
4253 Add new tests for invalid arguments.
4254
4255 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4256
4257 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4258 Return 0 as a long.
4259 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4260
4261 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4262
4263 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4264 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4265 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4266 func ().
4267 * gdb.cp/shadow.cc (B.func): Return 0.
4268
4269 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4270
4271 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4272 expected output in gdb_expect call to allow the exception
4273 message to be present as well. Fix syntax confusion to avoid
4274 TCL thinking that exception_name is an array.
4275
4276 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4277
4278 * gdb.arch/spu-info.c: Include <unistd.h>.
4279 (do_signal_test): Fix broken calls to write.
4280 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4281 Fix checks for empty mailboxes. Update signal tests for corrected
4282 do_signal_test routine. Allow nonzero event status.
4283 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4284 * gdb.cell/arch.exp: Use standard_output_file.
4285 * gdb.cell/break.exp: Likewise.
4286 * gdb.cell/bt.exp: Likewise.
4287 * gdb.cell/core.exp: Likewise.
4288 * gdb.cell/dwarfaddr.exp: Likewise.
4289 * gdb.cell/ea-cache.exp: Likewise.
4290 * gdb.cell/ea-standalone.exp: Likewise.
4291 * gdb.cell/f-regs.exp: Likewise.
4292 * gdb.cell/fork.exp: Likewise.
4293 * gdb.cell/gcore.exp: Likewise.
4294 * gdb.cell/mem-access.exp: Likewise.
4295 * gdb.cell/ptype.exp: Likewise.
4296 * gdb.cell/registers.exp: Likewise.
4297 * gdb.cell/sizeof.exp: Likewise.
4298 * gdb.cell/solib-symbol.exp: Likewise.
4299 * gdb.cell/solib.exp: Likewise.
4300
4301 2017-11-25 Pedro Alves <palves@redhat.com>
4302
4303 * gdb.base/complete-empty.exp: New file.
4304 * gdb.base/completion.exp: Adjust.
4305
4306 2017-11-25 Pedro Alves <palves@redhat.com>
4307
4308 * gdb.linespec/cpls-ops.cc: New file.
4309 * gdb.linespec/cpls-ops.exp: New file.
4310 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4311 factored out from ...
4312 (test_complete_prefix_range): ... this.
4313
4314 2017-11-24 Pedro Alves <palves@redhat.com>
4315
4316 * gdb.linespec/cpcompletion.exp: New file.
4317 * gdb.linespec/cpls-hyphen.cc: New file.
4318 * gdb.linespec/cpls.cc: New file.
4319 * gdb.linespec/cpls2.cc: New file.
4320 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4321 test to use test_gdb_complete_unique. Add label completion,
4322 keyword completion and explicit location completion tests.
4323 * lib/completion-support.exp: New file.
4324
4325 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4326
4327 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4328 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4329 when hitting an exception catchpoint.
4330
4331 2017-11-22 Yao Qi <yao.qi@linaro.org>
4332
4333 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4334
4335 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4336
4337 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4338 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4339 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4340
4341 2017-11-22 Yao Qi <yao.qi@linaro.org>
4342
4343 * gdb.base/info-os.exp: Pass pthreads.
4344 * gdb.multi/multi-attach.exp: Likewise.
4345
4346 2017-11-22 Yao Qi <yao.qi@linaro.org>
4347
4348 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4349 compiler.
4350
4351 2017-11-22 Yao Qi <yao.qi@linaro.org>
4352
4353 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4354 * gdb.base/break-interp.exp: Likewise.
4355 * gdb.base/jit-attach-pie.exp: Likewise.
4356
4357 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4358
4359 * gdb.base/float128.c (large128): New variable.
4360 * gdb.base/float128.exp: Add test to print largest __float128 value.
4361
4362 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4363
4364 * gdb.arch/vsx-regs.exp: Update register content checks.
4365
4366 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4367
4368 * gdb.arch/ppc-longdouble.exp: New file.
4369 * gdb.arch/ppc-longdouble.c: Likewise.
4370
4371 2017-11-21 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4374
4375 2017-11-20 Pedro Alves <palves@redhat.com>
4376
4377 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4378 (long_double_typedef): New typedefs.
4379 Use DEF on double and long double.
4380 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4381 cases.
4382 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4383 and 'long_double_ptr_same_size' locals. Use them to decide
4384 whether cast from array/function to float is valid/invalid.
4385
4386 2017-11-17 Tom Tromey <tom@tromey.com>
4387
4388 * gdb.rust/traits.rs: New file.
4389 * gdb.rust/traits.exp: New file.
4390
4391 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4392
4393 * gdb.ada/minsyms: New testcase.
4394
4395 2017-11-16 Pedro Alves <palves@redhat.com>
4396
4397 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4398 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4399
4400 2017-11-16 Pedro Alves <palves@redhat.com>
4401
4402 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4403 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4404
4405 2017-11-16 Pedro Alves <palves@redhat.com>
4406
4407 * gdb.server/reconnect-ctrl-c.c: New file.
4408 * gdb.server/reconnect-ctrl-c.exp: New file.
4409
4410 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4411
4412 * gdb.python/py-rbreak.exp: New file.
4413 * gdb.python/py-rbreak.c: New file.
4414 * gdb.python/py-rbreak-func2.c: New file.
4415
4416 2017-11-16 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4419 pattern.
4420 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4421 GDB.
4422
4423 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4424
4425 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4426 regex.
4427
4428 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4429
4430 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4431 test names.
4432
4433 2017-11-09 Pedro Alves <palves@redhat.com>
4434
4435 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4436 factored out from ...
4437 (top level): ... here, and adjusted to avoid expecting beyond the
4438 prompt in a single gdb_test_multiple.
4439
4440 2017-11-09 Pedro Alves <palves@redhat.com>
4441
4442 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4443 output.
4444 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4445 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4446 * gdb.server/ext-run.exp ("kill" test): Likewise.
4447 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4448
4449 2017-11-09 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4452 match till end of line.
4453
4454 2017-11-09 Pedro Alves <palves@redhat.com>
4455
4456 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4457
4458 2017-11-09 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4461 New procedures, factored out from ...
4462 (top level): ... here, and adjusted to avoid expecting beyond the
4463 prompt in one go.
4464
4465 2017-11-09 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4468 output. Fix '?' match.
4469
4470 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4471
4472 * gdb.ada/scoped_watch: New testcase.
4473 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4474 which is actually correct.
4475 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4476 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4477
4478 2017-11-08 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.gdb/complaints.exp (test_initial_complaints)
4481 (test_serial_complaints, test_short_complaints): Call
4482 complaint_internal instead of complaint.
4483
4484 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4485
4486 * gdb.threads/tls-core.c: New file.
4487 * gdb.threads/tls-core.exp: Likewise.
4488
4489 2017-11-08 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4492 (p Exported_Capitalized): New test.
4493 (p exported_capitalized): New test.
4494
4495 2017-11-07 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4498
4499 2017-11-07 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4502 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4503 (disable_invalid, disable_inverted, disable_negative): New
4504 procedures.
4505 ("bad numbers"): New set of tests.
4506
4507 2017-11-07 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.cp/ena-dis-br-range.exp: Add tests.
4510
4511 2017-11-07 Pedro Alves <palves@redhat.com>
4512
4513 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4514
4515 2017-11-07 Xavier Roirand <roirand@adacore.com>
4516 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.base/ena-dis-br.exp: Add reference to
4519 gdb.cp/ena-dis-br-range.exp.
4520 * gdb.cp/ena-dis-br-range.exp: New file.
4521 * gdb.cp/ena-dis-br-range.cc: New file.
4522
4523 2017-11-06 Pedro Alves <palves@redhat.com>
4524
4525 * gdb.base/attach-non-pgrp-leader.c: New.
4526 * gdb.base/attach-non-pgrp-leader.exp: New.
4527
4528 2017-11-06 Pedro Alves <palves@redhat.com>
4529
4530 * configure.ac: No longer check for termio.h and sgtty.h.
4531 * configure: Regenerate.
4532 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4533 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4534 Remove termio and sgtty code.
4535
4536 2017-11-03 Yao Qi <yao.qi@linaro.org>
4537
4538 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4539 in GDB is disabled.
4540
4541 2017-11-03 Yao Qi <yao.qi@linaro.org>
4542
4543 * gdb.python/py-thrhandle.exp: Skip it if python is not
4544 enabled.
4545
4546 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4547
4548 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4549 as a breakpoint command.
4550
4551 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4552
4553 PR python/21213
4554 * gdb.python/py-infthread.exp: Test calling
4555 InferiorThread.inferior () multiple times in a row.
4556
4557 2017-10-27 Keith Seitz <keiths@redhat.com>
4558
4559 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4560 Test "info break" for every inlined function breakpoint.
4561
4562 2017-10-27 Yao Qi <yao.qi@linaro.org>
4563
4564 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4565
4566 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4567
4568 * gdb.cp/classes.exp (test_static_members): Test printing
4569 Outer::instance.
4570 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4571 (Inner::instance, Outer::instance): New.
4572
4573 2017-10-24 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4576 extra console" test in two stages.
4577
4578 2017-10-24 Pedro Alves <palves@redhat.com>
4579
4580 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4581
4582 2017-10-24 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4585 loop.
4586
4587 2017-10-24 Pedro Alves <palves@redhat.com>
4588
4589 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4590 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4591
4592 2017-10-24 Pedro Alves <palves@redhat.com>
4593
4594 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4595 parameter and handle it. Don't output read value in test name.
4596
4597 2017-10-24 Pedro Alves <palves@redhat.com>
4598
4599 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4600 custom test name.
4601
4602 2017-10-24 Pedro Alves <palves@redhat.com>
4603
4604 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4605 include the unstable output directory name in the test's name.
4606 (initial_setup_simple) <'set args'>: Use custom test name.
4607
4608 2017-10-24 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4611 with explicit test name.
4612
4613 2017-10-20 Pedro Alves <palves@redhat.com>
4614
4615 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4616 'wait -i'. Use gdb_assert and remote_close.
4617
4618 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4619
4620 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4621 number from variable rather than hard-coded.
4622
4623 2017-10-19 Pedro Alves <palves@redhat.com>
4624
4625 * gdb.base/long-inferior-output.c: New file.
4626 * gdb.base/long-inferior-output.exp: New file.
4627
4628 2017-11-18 Keith Seitz <keiths@redhat.com>
4629
4630 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4631 method.
4632 (main): Call it.
4633 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4634 Add additional user-defined conversion operator tests.
4635
4636 2017-10-17 Pedro Alves <palves@redhat.com>
4637
4638 * boards/native-stdio-gdbserver.exp: Load "local-board".
4639
4640 2017-10-17 Pedro Alves <palves@redhat.com>
4641
4642 * gdb.base/quit-live.c: New file.
4643 * gdb.base/quit-live.exp: New file.
4644
4645 2017-10-16 Keith Seitz <keiths@redhat.com>
4646
4647 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4648 (class_with_protected_typedef, class_with_private_typedef)
4649 (struct_with_public_typedef, struct_with_protected_typedef)
4650 (struct_with_private_typedef): New classes/structs.
4651 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4652 typedefs and access specifiers.
4653
4654 2017-10-16 Pedro Alves <palves@redhat.com>
4655 Simon Marchi <simon.marchi@polymtl.ca>
4656
4657 * README (Local vs Remote vs Native): New section.
4658 * boards/local-board.exp: New file, with bits factored out from
4659 ...
4660 * boards/native-extended-gdbserver.exp: ... here. Load
4661 "local-board".
4662 * boards/native-gdbserver.exp: Load "local-board".
4663 (${board}_spawn, ${board}_exec): Delete.
4664 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4665 ...
4666 * boards/stdio-gdbserver-base.exp: ... this new file.
4667 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4668 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4669 procedure.
4670 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4671 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4672 stdio_gdbserver_command.
4673 (${board}_get_remote_address, ${board}_get_comm_port)
4674 (${board}_download, ${board}_upload): Delete.
4675 (get_target_remote_pipe_cmd): New.
4676
4677 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4678
4679 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4680 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4681 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4682 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4683 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4684 remove with_test_prefix.
4685
4686 2017-10-13 Pedro Alves <palves@redhat.com>
4687
4688 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4689 * gdb.base/annota1.exp: Use it instead of is_remote.
4690 * gdb.base/annota3.exp: Use it instead of is_remote.
4691 * gdb.cp/annota2.exp: Use it instead of is_remote.
4692 * gdb.cp/annota3.exp: Use it instead of is_remote.
4693 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4694
4695 2017-10-13 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4698 (test_num_test_vars, run_and_count_vars, find_env)
4699 (test_set_unset_env, test_inherit_env_var): New procedures.
4700 (top level): Use them.
4701
4702 2017-10-13 Pedro Alves <palves@redhat.com>
4703
4704 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4705 also skip on stub-like targets.
4706
4707 2017-10-13 Pedro Alves <palves@redhat.com>
4708
4709 PR gdb/22293
4710 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4711 (top level): Move some tests to ...
4712 (test_not_found): ... this new procedure.
4713 (top level): Call it.
4714
4715 2017-10-13 Pedro Alves <palves@redhat.com>
4716
4717 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4718 expect different "info terminal" output if testing with a
4719 non-native target.
4720
4721 2017-10-13 Pedro Alves <palves@redhat.com>
4722 Simon Marchi <simon.marchi@polymtl.ca>
4723
4724 PR python/12966
4725 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4726
4727 2017-10-13 Pedro Alves <palves@redhat.com>
4728
4729 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4730 already.
4731
4732 2017-10-13 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4735 is_remote.
4736
4737 2017-10-13 Pedro Alves <palves@redhat.com>
4738
4739 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4740 is_remote.
4741
4742 2017-10-13 Pedro Alves <palves@redhat.com>
4743
4744 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4745 is set.
4746 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4747 instead of is_remote.
4748
4749 2017-10-13 Pedro Alves <palves@redhat.com>
4750
4751 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4752 (top level): Add comment.
4753
4754 2017-10-13 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.base/remote.exp (top level): Fix comment typo and add
4757 missing return.
4758
4759 2017-10-13 Pedro Alves <palves@redhat.com>
4760 Simon Marchi <simon.marchi@polymtl.ca>
4761
4762 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4763 calls and add comments. Skip test if use_gdb_stub is set.
4764 (top level): Use "set cwd" command instead of "cd" command.
4765
4766 2017-10-13 Pedro Alves <palves@redhat.com>
4767
4768 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4769 is_remote target check.
4770
4771 2017-10-13 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.base/scope.exp: Use build_executable + clean_restart +
4774 gdb_file_cmd instead of prepare_for_testing and no longer skip
4775 "before run" tests on is_remote target boards. Update comments.
4776 * boards/native-extended-gdbserver.exp
4777 (extended_gdbserver_load_last_file): New, factored out from ...
4778 (gdb_load): ... this. Move further below and add comment.
4779 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4780
4781 2017-10-12 Pedro Alves <palves@redhat.com>
4782
4783 * gdb.base/attach.exp: Remove references to gdb64.
4784 * gdb.base/dbx.exp: Remove references to gdb64.
4785
4786 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4787 Pedro Alves <palves@redhat.com>
4788
4789 * gdb.base/label.exp: Remove is_remote target check.
4790
4791 2017-10-12 Pedro Alves <palves@redhat.com>
4792
4793 * gdb.base/auvx.exp (coredir): Update comment.
4794 (top level) <core_works>: Use "set cwd" command instead of "cd"
4795 command.
4796
4797 2017-10-12 Pedro Alves <palves@redhat.com>
4798 Simon Marchi <simon.marchi@polymtl.ca>
4799
4800 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4801 target boards.
4802
4803 2017-10-12 Pedro Alves <palves@redhat.com>
4804 Simon Marchi <simon.marchi@polymtl.ca>
4805
4806 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4807 Instead skip if there's any gdb_protocol set.
4808
4809 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4810 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4813
4814 2017-10-12 Pedro Alves <palves@redhat.com>
4815 Simon Marchi <simon.marchi@polymtl.ca>
4816
4817 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4818 instead of on dejagnu remote boards.
4819
4820 2017-10-12 Pedro Alves <palves@redhat.com>
4821 Simon Marchi <simon.marchi@polymtl.ca>
4822
4823 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4824 checks. Use build_executable + clean_restart instead of
4825 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4826 of enabling non-stop after starting gdb.
4827
4828 2017-10-12 Pedro Alves <palves@redhat.com>
4829
4830 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4831 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4832 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4833 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4834
4835 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4836
4837 * gdb.arch/arc-tdesc-cpu.exp: New file.
4838 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4839
4840 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4841
4842 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4843
4844 2017-10-10 Pedro Alves <palves@redhat.com>
4845
4846 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4847 expect CLI output.
4848
4849 2017-10-10 Pedro Alves <palves@redhat.com>
4850
4851 * lib/selftest-support.exp (selftest_setup): Update for
4852 captured_command_loop's prototype change.
4853
4854 2017-10-09 Pedro Alves <palves@redhat.com>
4855
4856 Test both arch1=>arch2 and arch2=>arch1.
4857
4858 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4859 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4860 factored out to...
4861 (append_arch1_options, append_arch2_options, append_arch_options)
4862 (build_executables): New procedures.
4863 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4864 local.
4865 (top level): Add new 'first_arch' testing axis.
4866
4867 2017-10-09 Pedro Alves <palves@redhat.com>
4868
4869 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4870 (barrier): New.
4871 (thread_start, all_started): New functions.
4872 (main): Spawn new thread and wait until it is scheduled.
4873 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4874 option.
4875 (do_test): Add 'selected_thread' parameter. Run to all_started
4876 instead of main. Explicitly set the breakpoint at main. Switch
4877 to the SELECTED_THREAD thread.
4878 (top level): Test handling the exec event with either the main
4879 thread or the second thread selected.
4880
4881 2017-10-09 Pedro Alves <palves@redhat.com>
4882
4883 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4884 logic. Move STOP marker after the value checks.
4885 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4886 regexp.
4887
4888 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4889
4890 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4891
4892 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4893
4894 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4895 integer-to-dfp conversion.
4896 * gdb.base/dfp-test.exp: Likewise.
4897
4898 2017-10-04 Pedro Alves <palves@redhat.com>
4899
4900 * gdb.multi/hangout.c: Include <unistd.h>.
4901 (hangout_loop): New function.
4902 (main): Call alarm. Call hangout_loop in a loop.
4903 * gdb.multi/hello.c: Include <unistd.h>.
4904 (hello_loop): New function.
4905 (main): Call alarm. Call hangout_loop in a loop.
4906 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4907 inferior with the other selected.
4908
4909 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4910
4911 * gdb.mi/list-thread-groups-available.exp: New file.
4912 * gdb.mi/list-thread-groups-available.c: New file.
4913
4914 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4915
4916 * gdb.base/set-cwd.exp: Make it available on
4917 native-extended-gdbserver.
4918
4919 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4920
4921 * gdb.base/set-cwd.c: New file.
4922 * gdb.base/set-cwd.exp: Likewise.
4923
4924 2017-10-02 Tom Tromey <tom@tromey.com>
4925
4926 PR rust/22236:
4927 * gdb.rust/simple.rs (main): New variable "fslice".
4928 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4929
4930 2017-10-02 Tom Tromey <tom@tromey.com>
4931
4932 * gdb.rust/simple.exp: Test ptype of a slice.
4933
4934 2017-10-02 Tom Tromey <tom@tromey.com>
4935
4936 * gdb.rust/simple.exp: Test index of slice.
4937
4938 2017-09-27 Tom Tromey <tom@tromey.com>
4939
4940 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4941
4942 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4943 Pedro Alves <palves@redhat.com>
4944
4945 * gdb.base/compare-sections.exp (get value of read-only section): Read
4946 as unsigned value.
4947 (corrupt read-only section): Likewise and don't set written if patching
4948 failed.
4949
4950 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4951
4952 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4953 files.
4954
4955 2017-09-20 Pedro Alves <palves@redhat.com>
4956
4957 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4958 symbol names in gdb's output.
4959 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4960
4961 2017-09-20 Pedro Alves <palves@redhat.com>
4962
4963 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4964 Rename to ...
4965 (test_list_ambiguous_symbol): ... this and add a symbol name
4966 parameter. Adjust.
4967 (test_list_ambiguous_function): Reimplement on top of
4968 test_list_ambiguous_symbol and also test listing ambiguous
4969 variables.
4970 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4971 (ambiguous_fun): ... this.
4972 (ambiguous_var): New.
4973 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4974 (ambiguous_fun): ... this.
4975 (ambiguous_var): New.
4976
4977 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4978
4979 * gdb.base/starti.c: New file.
4980 * gdb.base/starti.exp: New file.
4981 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4982
4983 2017-09-14 Pedro Alves <palves@redhat.com>
4984
4985 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4986 (top level): Use it instead of runto.
4987
4988 2017-09-11 Tom Tromey <tom@tromey.com>
4989
4990 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4991
4992 2017-09-11 Tom Tromey <tom@tromey.com>
4993
4994 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4995 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4996
4997 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4998
4999 * gdb.fortran/printing-types.exp: New file.
5000 * gdb.fortran/printing-types.exp: New file.
5001
5002 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5003
5004 * gdb.fortran/vla-ptype.exp: Fix typos.
5005 * gdb.fortran/vla-value.exp: Same.
5006
5007 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5008
5009 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5010 * gdb.mi/mi-var-child-f.exp: Likewise.
5011 * gdb.mi/mi-vla-fortran.exp: Likewise.
5012
5013 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5014 Christoph Weinmann <christoph.t.weinmann@intel.com>
5015 Bernhard Heckel <bernhard.heckel@intel.com>
5016
5017 * gdb.fortran/ptr-indentation.f90: New file.
5018 * gdb.fortran/ptr-indentation.exp: New file.
5019
5020 2017-09-05 Tom Tromey <tom@tromey.com>
5021
5022 PR gdb/22010:
5023 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5024
5025 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5026
5027 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5028
5029 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5030
5031 * gdb.threads/tls-nodebug-pie.c: New file.
5032 * gdb.threads/tls-nodebug-pie.exp: New file.
5033
5034 2017-09-05 Tom Tromey <tom@tromey.com>
5035
5036 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5037 for rust.
5038
5039 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5040
5041 * gdb.multi/multi-arch-exec.exp: Test with different
5042 "follow-exec-mode" settings.
5043 (do_test): New procedure.
5044
5045 2017-09-04 Pedro Alves <palves@redhat.com>
5046
5047 * gdb.base/func-static.c (S::method const, S::method volatile)
5048 (S::method volatile const): New methods.
5049 (c_s, v_s, cv_s): New instances.
5050 (main): Call method() on them.
5051 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5052 (cannot_resolve): New procedure.
5053 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5054 print-quote-unquoted columns.
5055 (do_test): Test printing each scope too.
5056
5057 2017-09-04 Pedro Alves <palves@redhat.com>
5058
5059 * gdb.base/local-static.exp: Also test with
5060 class::method::variable wholly quoted.
5061 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5062
5063 2017-09-04 Pedro Alves <palves@redhat.com>
5064
5065 * gdb.base/local-static.c: New.
5066 * gdb.base/local-static.cc: New.
5067 * gdb.base/local-static.exp: New.
5068
5069 2017-09-04 Pedro Alves <palves@redhat.com>
5070
5071 * gdb.asm/asm-source.exp: Add casts to int.
5072 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5073 (dataglobal64_1, dataglobal64_2): New globals.
5074 * gdb.base/nodebug.exp: Test different expressions involving the
5075 new globals, with print, whatis and ptype. Add casts to int.
5076 * gdb.base/solib-display.exp: Add casts to int.
5077 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5078 * gdb.cp/m-static.exp: Add cast to int.
5079 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5080 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5081 tls variable with no debug info without a cast. Test with a cast
5082 to int too.
5083 * gdb.trace/entry-values.exp: Add casts.
5084
5085 2017-09-04 Pedro Alves <palves@redhat.com>
5086
5087 * gdb.base/nodebug.exp: Test that ptype's error about functions
5088 with unknown return type includes the function name too.
5089
5090 2017-09-04 Pedro Alves <palves@redhat.com>
5091
5092 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5093 return type of munmap in infcall.
5094 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5095 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5096 type of ftell in infcall.
5097 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5098 type of getpid in infcall.
5099 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5100 infcall.
5101 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5102 Bail on failure to extract the pid.
5103 * gdb.base/nodebug.c: #include <stdint.h>.
5104 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5105 New functions.
5106 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5107 Change expected output of print/whatis/ptype with functions with
5108 no debug info. Test all supported languages. Call
5109 test_call_promotion.
5110 * gdb.compile/compile.exp: Adjust expected output to expect
5111 warning.
5112 * gdb.threads/siginfo-threads.exp: Likewise.
5113
5114 2017-09-04 Pedro Alves <palves@redhat.com>
5115
5116 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5117 "prototypes". Test calling float functions via prototyped and
5118 unprototyped function pointers.
5119 (perform_all_tests): New parameter "prototypes". Pass it down.
5120 (top level): Pass down "prototypes" parameter to
5121 perform_all_tests.
5122
5123 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5124
5125 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5126 Test with nested loops.
5127
5128 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5129
5130 * gdb.base/commands.exp: Call the new procedures.
5131 (loop_break_test, loop_continue_test): New procedures.
5132
5133 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5134
5135 * gdb.base/commands.exp: Call new procedure.
5136 (define_if_without_arg_test): New procedure.
5137
5138 2017-09-04 Pedro Alves <palves@redhat.com>
5139
5140 * gdb.base/list-ambiguous.exp: New file.
5141 * gdb.base/list-ambiguous0.c: New file.
5142 * gdb.base/list-ambiguous1.c: New file.
5143 * gdb.base/list.exp (test_list_range): Adjust expected output.
5144
5145 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5146
5147 * gdb.base/share-env-with-gdbserver.c: New file.
5148 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5149
5150 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5151
5152 * gdb.base/commands.exp (gdbvar_simple_if_test,
5153 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5154 progvar_simple_if_test, progvar_simple_while_test,
5155 progvar_complex_if_while_test, user_defined_command_test,
5156 user_defined_command_args_eval,
5157 user_defined_command_args_stack_test,
5158 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5159 temporary_breakpoint_commands,
5160 gdb_test_no_prompt, redefine_hook_test,
5161 redefine_backtrace_test): Remove "global gdb_prompt".
5162
5163 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5164
5165 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5166 New proc, call it from toplevel.
5167
5168 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5169
5170 PR remote/21852
5171 * gdb.server/normal.c: New file, copied from gdb.base.
5172 * gdb.server/run-without-local-binary.exp: New file.
5173
5174 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5175
5176 * gdb.arch/sparc64-adi.exp: New file.
5177 * gdb.arch/sparc64-adi.c: New file.
5178
5179 2017-08-22 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5182 (top level): Add "list all overloads" tests.
5183
5184 2017-08-22 Tom Tromey <tom@tromey.com>
5185
5186 * gdb.gdb/xfullpath.exp: Remove.
5187
5188 2017-08-21 Pedro Alves <palves@redhat.com>
5189
5190 PR gdb/19487
5191 * gdb.base/symbol-alias.c: New.
5192 * gdb.base/symbol-alias2.c: New.
5193 * gdb.base/symbol-alias.exp: New.
5194
5195 2017-08-21 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.base/dfp-test.c
5198 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5199 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5200 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5201 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5202 * gdb.base/whatis-ptype-typedefs.c: New.
5203 * gdb.base/whatis-ptype-typedefs.exp: New.
5204 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5205 (an_int, an_int_type, an_int_type2): New globals.
5206 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5207 involving typedefs and cast expressions.
5208 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5209 (lookup_typedefs_function): New.
5210 (typedefs_pretty_printers_dict): New.
5211 (top level): Register lookup_typedefs_function in
5212 gdb.pretty_printers.
5213
5214 2017-08-18 Yao Qi <yao.qi@linaro.org>
5215
5216 * gdb.server/unittest.exp: New.
5217
5218 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5219
5220 PR gdb/21954
5221 * gdb.base/environ.exp: Add test to check if 'unset environment'
5222 works.
5223
5224 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5225
5226 * lib/gdb.exp (universal_compile_options): New caching proc.
5227 (gdb_compile): Suppress GCC's coloring of messages.
5228
5229 2017-08-14 Tom Tromey <tom@tromey.com>
5230
5231 PR gdb/21675:
5232 * gdb.base/printcmds.exp (test_radices): New function.
5233 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5234 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5235 * lib/gdb.exp (get_integer_valueof): Use p/d.
5236
5237 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5238
5239 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5240 characters.
5241
5242 2017-08-05 Tom Tromey <tom@tromey.com>
5243
5244 * gdb.rust/simple.exp: Allow String to appear in a different
5245 namespace.
5246
5247 2017-07-26 Yao Qi <yao.qi@linaro.org>
5248
5249 * gdb.gdb/unittest.exp: Invoke command
5250 "maintenance check xml-descriptions".
5251
5252 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5253
5254 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5255 calling context.
5256 (hex128): Drop erroneous calculation of parameters.
5257
5258 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5259
5260 * gdb.python/py-unwind.exp: Disable stack protection when
5261 building test file.
5262
5263 2017-07-20 Pedro Alves <palves@redhat.com>
5264
5265 * gdb.base/default.exp (set language): Adjust expected output.
5266
5267 2017-07-20 Pedro Alves <palves@redhat.com>
5268
5269 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5270 (test_minsym): ... this, and make static.
5271 (get_pck__foo__bar__minsym): Rename to ...
5272 (get_test_minsym): ... this.
5273 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5274 symbol names and comments.
5275 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5276 (get_test_minsym): ... this.
5277 (pck__foo__bar__minsym__2): Rename to ...
5278 (test_minsym): ... this.
5279 (main): Adjust.
5280
5281 2017-07-17 Pedro Alves <palves@redhat.com>
5282
5283 * gdb.base/completion.exp: Adjust expected output.
5284 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5285 the completer works.
5286
5287 2017-07-17 Pedro Alves <palves@redhat.com>
5288
5289 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5290
5291 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5292
5293 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5294
5295 2017-07-14 Tom Tromey <tom@tromey.com>
5296
5297 PR rust/21764:
5298 * gdb.rust/simple.exp: Add tests.
5299
5300 2017-07-14 Tom Tromey <tom@tromey.com>
5301
5302 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5303
5304 2017-07-14 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.linespec/base/one/thefile.cc (z1): New function.
5307 * gdb.linespec/base/two/thefile.cc (z2): New function.
5308 * gdb.linespec/linespec.exp: Add tests.
5309
5310 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5311
5312 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5313 to mi_create_breakpoint.
5314
5315 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5316
5317 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5318 mi_create_breakpoint.
5319
5320 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5321
5322 * gdb.dlang/demangle.exp: Update for demangling changes.
5323
5324 2017-07-09 Tom Tromey <tom@tromey.com>
5325
5326 * gdb.dwarf2/shortpiece.exp: New file.
5327
5328 2017-07-06 David Blaikie <dblaikie@gmail.com>
5329
5330 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5331 built from fissiont-multi-cu{1,2}.c.
5332 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5333 except putting 'main' and 'func' in separate CUs in the same DWO file.
5334 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5335 test.
5336 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5337 test.
5338
5339 2017-07-06 Pedro Alves <palves@redhat.com>
5340
5341 * gdb.python/py-unwind.exp: Test flushregs.
5342
5343 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5344
5345 PR cli/21688
5346 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5347 tests for alias commands and trailing whitespace.
5348
5349 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5350
5351 PR cli/21688
5352 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5353 procedure. Call it.
5354
5355 2017-06-29 Pedro Alves <palves@redhat.com>
5356
5357 * gdb.base/printcmds.exp: Add tests.
5358
5359 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5360
5361 PR gdb/21337
5362 * gdb.base/reread-readsym.exp: New file.
5363 * gdb.base/reread-readsym.c: New file.
5364
5365 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5366
5367 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5368 subpattern.
5369
5370 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5371
5372 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5373 extended mnemonic.
5374 * gdb.arch/powerpc-power9.s: Likewise.
5375
5376 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5377
5378 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5379 on 32-bit x86 targets. Exploit is_*_target macros where
5380 appropriate.
5381
5382 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5383
5384 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5385 register pieces.
5386
5387 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5388
5389 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5390 located in one or more DWARF pieces.
5391
5392 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5393
5394 * lib/gdb.exp (get_endianness): New proc.
5395 * gdb.arch/aarch64-fp.exp: Use it.
5396 * gdb.arch/altivec-regs.exp: Likewise.
5397 * gdb.arch/e500-regs.exp: Likewise.
5398 * gdb.arch/vsx-regs.exp: Likewise.
5399 * gdb.base/dump.exp: Likewise.
5400 * gdb.base/funcargs.exp: Likewise.
5401 * gdb.base/gnu_vector.exp: Likewise.
5402 * gdb.dwarf2/formdata16.exp: Likewise.
5403 * gdb.dwarf2/implptrpiece.exp: Likewise.
5404 * gdb.dwarf2/nonvar-access.exp: Likewise.
5405 * gdb.python/py-inferior.exp: Likewise.
5406 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5407
5408 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5409
5410 PR gdb/21226
5411 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5412 stack value pieces are taken from the LSB end.
5413
5414 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5415
5416 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5417 variable at nonzero offset.
5418
5419 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5420
5421 * gdb.dwarf2/var-access.c: New file.
5422 * gdb.dwarf2/var-access.exp: New test.
5423 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5424
5425 2017-06-12 Tom Tromey <tom@tromey.com>
5426
5427 * gdb.dwarf2/formdata16.exp: Add tests.
5428
5429 2017-06-12 Tom Tromey <tom@tromey.com>
5430
5431 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5432
5433 2017-06-12 Tom Tromey <tom@tromey.com>
5434
5435 PR exp/16225:
5436 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5437 * gdb.arch/vsx-regs.exp: Update tests.
5438 * gdb.arch/s390-vregs.exp (hex128): New proc.
5439 Update test.
5440 * gdb.arch/altivec-regs.exp: Update tests.
5441
5442 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5443
5444 * gdb.base/startup-with-shell.c: New file.
5445 * gdb.base/startup-with-shell.exp: Likewise.
5446
5447 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5448
5449 * gdb.server/non-existing-program.exp: Update regex in order to
5450 reflect the fact that gdbserver is now using fork_inferior (with a
5451 shell) to startup the inferior.
5452
5453 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5454
5455 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5456 support function calls from GDB.
5457
5458 2017-05-21 Tom Tromey <tom@tromey.com>
5459
5460 PR rust/21466:
5461 * gdb.rust/unsized.exp: New file.
5462 * gdb.rust/unsized.rs: New file.
5463
5464 2017-05-19 Tom Tromey <tom@tromey.com>
5465
5466 PR rust/21484:
5467 * gdb.rust/watch.exp: New file.
5468 * gdb.rust/watch.rs: New file.
5469
5470 2017-05-18 Tom Tromey <tom@tromey.com>
5471
5472 * gdb.rust/simple.exp: Allow Box to be qualified.
5473
5474 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5475
5476 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5477
5478 2017-05-18 Pedro Alves <palves@redhat.com>
5479
5480 * gdb.base/fileio.c (test_write, test_read, test_close)
5481 (test_fstat): Don't print 'ret' in the fail path.
5482
5483 2017-05-18 Pedro Alves <palves@redhat.com>
5484
5485 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5486 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5487 (test_system, test_rename, test_unlink, test_time): Change
5488 prototypes.
5489 * gdb.base/fileio.exp (stop_msg): Adjust.
5490
5491 2017-05-18 Pedro Alves <palves@redhat.com>
5492
5493 * gdb.base/fileio.c (null_str): New global.
5494 (test_stat): Use it.
5495 * gdb.base/fileio.exp: Remove nowarnings.
5496
5497 2017-05-17 Yao Qi <yao.qi@linaro.org>
5498
5499 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5500
5501 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5502
5503 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5504 argument command.
5505 (top-level): Invoke test_set_inferior_tty.
5506
5507 2017-05-04 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5510 Add parens to print call for Python 3.
5511
5512 2017-05-03 Keith Seitz <keiths@redhat.com>
5513
5514 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5515 (main): Call it.
5516
5517 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5518
5519 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5520 to prev and next.
5521
5522 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5523
5524 * gdb.python/py-record-btrace.exp: Remove test for
5525 gdb.BtraceInstruction.error.
5526
5527 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5528
5529 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5530
5531 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5532
5533 * gdb.python/py-record-btrace-threads.c: New file.
5534 * gdb.python/py-record-btrace-threads.exp: New file.
5535
5536 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5537
5538 PR testsuite/8595
5539 * gdb.base/environ.exp: Make test available in all architectures.
5540 Move bits related to "info program" testing to
5541 gdb.base/info-program.exp. Rewrite tests to use the two new
5542 procedures mentione below.
5543 (test_set_show_env_var) New procedure.
5544 (test_set_show_env_var_equal): Likewise.
5545 * gdb.base/info-program.exp: New file.
5546
5547 2017-04-27 Keith Seitz <keiths@redhat.com>
5548
5549 * gdb.cp/oranking.cc (test15): New function.
5550 (main): Call test15 and declare additional variables for testing.
5551 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5552 "p foo101('abc')" tests.
5553 Add tests for cv qualifier overloads.
5554 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5555 "lvalue reference overload" test.
5556 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5557 "print value of f1 on Child&& in f2" test.
5558
5559 2017-04-19 Pedro Alves <palves@redhat.com>
5560
5561 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5562 procedure.
5563 (top level): Call it.
5564 * lib/gdb.exp (gdb_define_cmd): New procedure.
5565
5566 2017-04-12 Pedro Alves <palves@redhat.com>
5567
5568 PR gdb/21323
5569 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5570 (wchar): New global.
5571 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5572 (do_test_wide_char, wide_char_types_no_program, top level): Add
5573 wchar_t testing.
5574
5575 2017-04-12 Pedro Alves <palves@redhat.com>
5576
5577 PR c++/21323
5578 * gdb.cp/wide_char_types.c: New file.
5579 * gdb.cp/wide_char_types.exp: New file.
5580
5581 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5582
5583 PR gdb/21352
5584 * gdb.trace/tsv.exp: Add test for "tsave -r".
5585
5586 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5587
5588 * gdb.dlang/watch-loc.c: New file.
5589 * gdb.dlang/watch-loc.exp: New file.
5590
5591 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5592
5593 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5594
5595 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5596
5597 * gdb.arch/arc-analyze-prologue.S: New file.
5598 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5599
5600 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5601
5602 * gdb.arch/arc-decode-insn.S: New file.
5603 * gdb.arch/arc-decode-insn.exp: Likewise.
5604
5605 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5606
5607 PR tdep/20928
5608 * gdb.arch/sparc64-regs.exp: New file.
5609 * gdb.arch/sparc64-regs.S: Likewise.
5610
5611 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5612
5613 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5614 and memory view on Python 3.
5615
5616 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5617 Keith Seitz <keiths@redhat.com>
5618
5619 PR gdb/14441
5620 * gdb.cp/demangle.exp: Add rvalue reference tests.
5621 * gdb.cp/rvalue-ref-casts.cc: New file.
5622 * gdb.cp/rvalue-ref-casts.exp: New file.
5623 * gdb.cp/rvalue-ref-overload.cc: New file.
5624 * gdb.cp/rvalue-ref-overload.exp: New file.
5625 * gdb.cp/rvalue-ref-params.cc: New file.
5626 * gdb.cp/rvalue-ref-params.exp: New file.
5627 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5628 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5629 * gdb.cp/rvalue-ref-types.cc: New file.
5630 * gdb.cp/rvalue-ref-types.exp: New file.
5631 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5632 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5633
5634 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5635
5636 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5637 New procedure.
5638
5639 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5640
5641 * lib/mi-support.exp (mi_gdb_test): Add additional message
5642 for unexpected output.
5643
5644 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5645
5646 * gdb.base/examine-backward.c (Barrier): New character array
5647 constant, to ensure that TestStrings is preceded by a string
5648 terminator.
5649
5650 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5651
5652 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5653 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5654 and implicit pointer into such a location.
5655
5656 2017-03-16 Doug Evans <dje@google.com>
5657
5658 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5659
5660 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5661
5662 * gdb.cp/m-static.exp: Fix expectation for prototype of
5663 test5.single_constructor and single_constructor::single_constructor.
5664
5665 2017-03-16 Doug Evans <dje@google.com>
5666
5667 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5668 * gdb.guile/scm-lazy-string.c: New file.
5669 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5670 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5671 for pointer, array, typedef lazy strings.
5672
5673 2017-03-16 Doug Evans <dje@google.com>
5674
5675 PR python/17728, python/18439, python/18779
5676 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5677 * gdb.python/py-lazy-string.c (pointer): New typedef.
5678 (main): New locals ptr, array, typedef_ptr.
5679 * gdb.python/py-value.exp: Move lazy string tests to ...
5680 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5681 array, typedef lazy strings.
5682
5683 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5684
5685 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5686 Add optional 'test' parameter.
5687
5688 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5689
5690 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5691 Skip for versions of DejaGnu < 1.5.
5692
5693 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5694
5695 * lib/gdb.exp (dejagnu_version): New proc.
5696 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5697 Use dejagnu_version.
5698
5699 2017-03-10 Keith Seitz <keiths@redhat.com>
5700
5701 PR c++/8128
5702 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5703 type from destructor regexps.
5704 Add a branch which actually passes the test.
5705 Adjust "ptype t5i" test names.
5706
5707 2017-03-08 Pedro Alves <palves@redhat.com>
5708
5709 * gdb.base/step-over-exit.exp: Add explicit test message.
5710
5711 2017-03-08 Pedro Alves <palves@redhat.com>
5712
5713 PR gdb/18360
5714 * gdb.threads/interrupt-while-step-over.c: New file.
5715 * gdb.threads/interrupt-while-step-over.exp: New file.
5716
5717 2017-03-08 Pedro Alves <palves@redhat.com>
5718
5719 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5720 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5721
5722 2017-03-08 Pedro Alves <palves@redhat.com>
5723
5724 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5725 PKRU as not supported as a PASS.
5726
5727 2017-03-08 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5730 prefix instead of $binfile1/$binfile2.
5731 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5732 in test message.
5733 * gdb.python/py-completion.exp: Use "load python file" as test
5734 messages instead of unstable path names.
5735
5736 2017-03-08 Pedro Alves <palves@redhat.com>
5737 Jan Kratochvil <jan.kratochvil@redhat.com>
5738
5739 PR cli/21218
5740 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5741 New proc.
5742 (top level): Call it.
5743
5744 2017-03-08 Pedro Alves <palves@redhat.com>
5745
5746 PR tui/21216
5747 * gdb.tui/tui-nl-filtered-output.exp: New file.
5748
5749 2017-03-08 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.base/completion.exp: Move TUI completion tests to ...
5752 * gdb.tui/completion.exp: ... this new file.
5753
5754 2017-03-08 Pedro Alves <palves@redhat.com>
5755
5756 * gdb.base/tui-disasm-long-lines.c,
5757 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5758 gdb.base/tui-layout.exp: Move to ...
5759 * gdb.tui/: ... this new directory.
5760
5761 2017-03-07 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.base/tui-layout.c: New file.
5764 * gdb.base/tui-layout.exp: New file.
5765
5766 2017-03-07 Pedro Alves <palves@redhat.com>
5767
5768 * gdb.base/tui-layout.c: Rename to ...
5769 * gdb.base/tui-disasm-long-lines.c: ... this.
5770 * gdb.base/tui-layout.exp: Rename to ...
5771 * gdb.base/tui-disasm-long-lines.exp: ... this.
5772
5773 2017-03-07 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5776
5777 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5778
5779 * i386-mpx-call.c: New file.
5780 * i386-mpx-call.exp: New file.
5781
5782 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5783
5784 * gdb.arch/powerpc-power.exp: Delete test.
5785 * gdb.arch/powerpc-power.s: Likewise.
5786 * gdb.disasm/disassembler-options.exp: New test.
5787 * gdb.arch/powerpc-altivec.exp: Likewise.
5788 * gdb.arch/powerpc-altivec.s: Likewise.
5789 * gdb.arch/powerpc-altivec2.exp: Likewise.
5790 * gdb.arch/powerpc-altivec2.s: Likewise.
5791 * gdb.arch/powerpc-altivec3.exp: Likewise.
5792 * gdb.arch/powerpc-altivec3.s: Likewise.
5793 * gdb.arch/powerpc-power7.exp: Likewise.
5794 * gdb.arch/powerpc-power7.s: Likewise.
5795 * gdb.arch/powerpc-power8.exp: Likewise.
5796 * gdb.arch/powerpc-power8.s: Likewise.
5797 * gdb.arch/powerpc-power9.exp: Likewise.
5798 * gdb.arch/powerpc-power9.s: Likewise.
5799 * gdb.arch/powerpc-vsx.exp: Likewise.
5800 * gdb.arch/powerpc-vsx.s: Likewise.
5801 * gdb.arch/powerpc-vsx2.exp: Likewise.
5802 * gdb.arch/powerpc-vsx2.s: Likewise.
5803 * gdb.arch/powerpc-vsx3.exp: Likewise.
5804 * gdb.arch/powerpc-vsx3.s: Likewise.
5805 * gdb.arch/arm-disassembler-options.exp: Likewise.
5806 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5807 * gdb.arch/s390-disassembler-options.exp: Likewise.
5808
5809 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5810
5811 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5812 (check_supported_features): ... this. Changed return type to void.
5813 (supports_rdseed): New static global.
5814 (rdseed): Check supports_rdseed.
5815 (initialize): Call check_supported_features.
5816
5817 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5818
5819 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5820 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5821 and lqarx/stqcx.
5822 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5823 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5824
5825 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5826
5827 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5828 uppercase.
5829
5830 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5831
5832 * gdb.dwarf2/formdata16.c: New file.
5833 * gdb.dwarf2/formdata16.exp: New file.
5834 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5835
5836 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5837
5838 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5839 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5840 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5841 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5842 DW_AT_GNU_*.
5843
5844 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5845
5846 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5847
5848 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5849
5850 PR gdb/21164
5851 * gdb.base/maint.exp: Add testcases for when the commands do
5852 not have arguments.
5853
5854 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5855
5856 * gdb.cp/chained-calls.exp: Use p instead of P.
5857
5858 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5859
5860 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5861 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5862
5863 2017-02-14 Tom Tromey <tom@tromey.com>
5864
5865 PR python/13598:
5866 * gdb.python/py-events.exp: Add before_prompt event tests.
5867
5868 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5869
5870 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5871
5872 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5873
5874 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5875 (main): Call my_unique_function_name.
5876 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5877 completion of patterns with a single match.
5878 Add missing -re switches to gdb_test_multiple calls.
5879
5880 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5881
5882 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5883 return if core file is not recognized.
5884
5885 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5886
5887 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5888 and extra UIs.
5889
5890 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5891
5892 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5893 proc_with_prefix.
5894
5895 2017-02-10 Tom Tromey <tom@tromey.com>
5896
5897 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5898
5899 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5900
5901 PR gdb/21122
5902 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5903
5904 2017-02-08 Jerome Guitton <guitton@adacore.com>
5905
5906 * gdb.base/define.exp: Add test for command abbreviations
5907 in define.
5908
5909 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5910
5911 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5912 * gdb.reverse/insn-reverse-x86.c: New file.
5913
5914 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5915
5916 PR tdep/20936
5917 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5918
5919 2017-02-03 Tom Tromey <tom@tromey.com>
5920
5921 PR rust/21097:
5922 * gdb.rust/simple.exp: Add new tests.
5923
5924 2017-02-02 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5927 tests.
5928
5929 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5930
5931 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5932 taking a 2-byte value out of a 4-byte DWARF implicit value on
5933 big-endian targets.
5934 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5935 logic. Add test cases for DW_OP_implicit.
5936
5937 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5938
5939 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5940
5941 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5942
5943 * gdb.btrace/enable.exp: Call gdb_exit before
5944 skip_gdbserver_tests.
5945
5946 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5947
5948 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5949 GDBFLAGS.
5950
5951 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5952
5953 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5954 the test is skipped.
5955 * gdb.btrace/data.exp: Likewise.
5956 * gdb.btrace/delta.exp: Likewise.
5957 * gdb.btrace/dlopen.exp: Likewise.
5958 * gdb.btrace/enable-running.exp: Likewise.
5959 * gdb.btrace/enable.exp: Likewise.
5960 * gdb.btrace/exception.exp: Likewise.
5961 * gdb.btrace/function_call_history.exp: Likewise.
5962 * gdb.btrace/gcore.exp: Likewise.
5963 * gdb.btrace/instruction_history.exp: Likewise.
5964 * gdb.btrace/multi-thread-step.exp: Likewise.
5965 * gdb.btrace/nohist.exp: Likewise.
5966 * gdb.btrace/non-stop.exp: Likewise.
5967 * gdb.btrace/reconnect.exp: Likewise.
5968 * gdb.btrace/record_goto-step.exp: Likewise.
5969 * gdb.btrace/record_goto.exp: Likewise.
5970 * gdb.btrace/rn-dl-bind.exp: Likewise.
5971 * gdb.btrace/segv.exp: Likewise.
5972 * gdb.btrace/step.exp: Likewise.
5973 * gdb.btrace/stepi.exp: Likewise.
5974 * gdb.btrace/tailcall-only.exp: Likewise.
5975 * gdb.btrace/tailcall.exp: Likewise.
5976 * gdb.btrace/tsx.exp: Likewise.
5977 * gdb.btrace/unknown_functions.exp: Likewise.
5978 * gdb.btrace/vdso.exp: Likewise.
5979
5980 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5981
5982 * gdb.btrace/enable-running.c: New.
5983 * gdb.btrace/enable-running.exp: New.
5984
5985 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5986
5987 * gdb.arch/amd64-gs_base.c: New file.
5988 * gdb.arch/amd64-gs_base.exp: New file.
5989
5990 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5991
5992 * lib/memory.exp: Remove spurious empty newlines.
5993
5994 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5995
5996 * gdb.python/py-bad-printers.exp: Load python file using "source".
5997 * gdb.python/py-events.exp: Likewise.
5998 * gdb.python/py-evsignal.exp: Likewise.
5999 * gdb.python/py-evthreads.exp: Likewise.
6000 * gdb.python/py-frame-args.exp: Likewise.
6001 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6002 * gdb.python/py-framefilter-mi.exp: Likewise.
6003 * gdb.python/py-framefilter.exp: Likewise.
6004 * gdb.python/py-mi.exp: Likewise.
6005 * gdb.python/py-pp-maint.exp: Likewise.
6006 * gdb.python/py-pp-registration.exp: Likewise.
6007 * gdb.python/py-prettyprint.exp: Likewise.
6008 (run_lang_tests): Likewise.
6009 * gdb.python/py-typeprint.exp: Likewise.
6010
6011 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6012
6013 * lib/memory.exp: New file.
6014 * lib/gdb.exp: Load memory.exp.
6015 * gdb.base/memattr.exp (delete_memory): Move proc to
6016 lib/memory.exp and rename to delete_memory_regions.
6017 Replace delete_memory with delete_memory_regions.
6018 Cleanup memory regions before tests.
6019 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6020 before tests.
6021
6022 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6023
6024 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6025 files.
6026 (initialize): New function conditionally defined.
6027 (testcases): Move within conditional block.
6028 (main): Call initialize.
6029 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6030 of gdb.reverse/insn-reverse.c.
6031 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6032 gdb.reverse/insn-reverse.c.
6033
6034 2017-01-26 Yao Qi <yao.qi@linaro.org>
6035
6036 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6037 disassemble on address 0.
6038
6039 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6040 Yao Qi <yao.qi@linaro.org>
6041
6042 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6043 * gdb.dwarf2/implptr-64bit.S: Remove.
6044 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6045 variables in caller's context. Add DW_OP_implicit_value.
6046
6047 2017-01-25 Yao Qi <yao.qi@linaro.org>
6048
6049 * lib/dwarf.exp (Dwarf::_location): Handle
6050 DW_OP_GNU_implicit_pointer with proper size.
6051
6052 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6053
6054 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6055 and add untested calls.
6056
6057 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6058
6059 * gdb.python/python.exp: Check line number against what GDB thinks
6060 the line number is for func1.
6061
6062 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6063
6064 * gdb.dlang/debug-expr.exp: New file.
6065
6066 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6067
6068 Fix test names for the following files:
6069
6070 * gdb.ada/exec_changed.exp
6071 * gdb.ada/info_types.exp
6072 * gdb.arch/aarch64-atomic-inst.exp
6073 * gdb.arch/aarch64-fp.exp
6074 * gdb.arch/altivec-abi.exp
6075 * gdb.arch/altivec-regs.exp
6076 * gdb.arch/amd64-byte.exp
6077 * gdb.arch/amd64-disp-step.exp
6078 * gdb.arch/amd64-dword.exp
6079 * gdb.arch/amd64-entry-value-inline.exp
6080 * gdb.arch/amd64-entry-value-param.exp
6081 * gdb.arch/amd64-entry-value-paramref.exp
6082 * gdb.arch/amd64-entry-value.exp
6083 * gdb.arch/amd64-i386-address.exp
6084 * gdb.arch/amd64-invalid-stack-middle.exp
6085 * gdb.arch/amd64-invalid-stack-top.exp
6086 * gdb.arch/amd64-optimout-repeat.exp
6087 * gdb.arch/amd64-prologue-skip.exp
6088 * gdb.arch/amd64-prologue-xmm.exp
6089 * gdb.arch/amd64-stap-special-operands.exp
6090 * gdb.arch/amd64-stap-wrong-subexp.exp
6091 * gdb.arch/amd64-tailcall-cxx.exp
6092 * gdb.arch/amd64-tailcall-noret.exp
6093 * gdb.arch/amd64-tailcall-ret.exp
6094 * gdb.arch/amd64-tailcall-self.exp
6095 * gdb.arch/amd64-word.exp
6096 * gdb.arch/arm-bl-branch-dest.exp
6097 * gdb.arch/arm-disp-step.exp
6098 * gdb.arch/arm-neon.exp
6099 * gdb.arch/arm-single-step-kernel-helper.exp
6100 * gdb.arch/avr-flash-qualifier.exp
6101 * gdb.arch/disp-step-insn-reloc.exp
6102 * gdb.arch/e500-abi.exp
6103 * gdb.arch/e500-regs.exp
6104 * gdb.arch/ftrace-insn-reloc.exp
6105 * gdb.arch/i386-avx512.exp
6106 * gdb.arch/i386-bp_permanent.exp
6107 * gdb.arch/i386-byte.exp
6108 * gdb.arch/i386-cfi-notcurrent.exp
6109 * gdb.arch/i386-disp-step.exp
6110 * gdb.arch/i386-dr3-watch.exp
6111 * gdb.arch/i386-float.exp
6112 * gdb.arch/i386-gnu-cfi.exp
6113 * gdb.arch/i386-mpx-map.exp
6114 * gdb.arch/i386-mpx-sigsegv.exp
6115 * gdb.arch/i386-mpx-simple_segv.exp
6116 * gdb.arch/i386-mpx.exp
6117 * gdb.arch/i386-permbkpt.exp
6118 * gdb.arch/i386-prologue.exp
6119 * gdb.arch/i386-signal.exp
6120 * gdb.arch/i386-size-overlap.exp
6121 * gdb.arch/i386-unwind.exp
6122 * gdb.arch/i386-word.exp
6123 * gdb.arch/mips-fcr.exp
6124 * gdb.arch/powerpc-d128-regs.exp
6125 * gdb.arch/powerpc-stackless.exp
6126 * gdb.arch/ppc64-atomic-inst.exp
6127 * gdb.arch/s390-stackless.exp
6128 * gdb.arch/s390-tdbregs.exp
6129 * gdb.arch/s390-vregs.exp
6130 * gdb.arch/sparc-sysstep.exp
6131 * gdb.arch/thumb-bx-pc.exp
6132 * gdb.arch/thumb-singlestep.exp
6133 * gdb.arch/thumb2-it.exp
6134 * gdb.arch/vsx-regs.exp
6135 * gdb.asm/asm-source.exp
6136 * gdb.base/a2-run.exp
6137 * gdb.base/advance.exp
6138 * gdb.base/all-bin.exp
6139 * gdb.base/anon.exp
6140 * gdb.base/args.exp
6141 * gdb.base/arithmet.exp
6142 * gdb.base/async-shell.exp
6143 * gdb.base/async.exp
6144 * gdb.base/attach-pie-noexec.exp
6145 * gdb.base/attach-twice.exp
6146 * gdb.base/auto-load.exp
6147 * gdb.base/bang.exp
6148 * gdb.base/bitfields.exp
6149 * gdb.base/break-always.exp
6150 * gdb.base/break-caller-line.exp
6151 * gdb.base/break-entry.exp
6152 * gdb.base/break-inline.exp
6153 * gdb.base/break-on-linker-gcd-function.exp
6154 * gdb.base/break-probes.exp
6155 * gdb.base/break.exp
6156 * gdb.base/breakpoint-shadow.exp
6157 * gdb.base/call-ar-st.exp
6158 * gdb.base/call-sc.exp
6159 * gdb.base/call-signal-resume.exp
6160 * gdb.base/call-strs.exp
6161 * gdb.base/callfuncs.exp
6162 * gdb.base/catch-fork-static.exp
6163 * gdb.base/catch-gdb-caused-signals.exp
6164 * gdb.base/catch-load.exp
6165 * gdb.base/catch-signal-fork.exp
6166 * gdb.base/catch-signal.exp
6167 * gdb.base/catch-syscall.exp
6168 * gdb.base/charset.exp
6169 * gdb.base/checkpoint.exp
6170 * gdb.base/chng-syms.exp
6171 * gdb.base/code-expr.exp
6172 * gdb.base/code_elim.exp
6173 * gdb.base/commands.exp
6174 * gdb.base/completion.exp
6175 * gdb.base/complex.exp
6176 * gdb.base/cond-expr.exp
6177 * gdb.base/condbreak.exp
6178 * gdb.base/consecutive.exp
6179 * gdb.base/continue-all-already-running.exp
6180 * gdb.base/coredump-filter.exp
6181 * gdb.base/corefile.exp
6182 * gdb.base/dbx.exp
6183 * gdb.base/debug-expr.exp
6184 * gdb.base/define.exp
6185 * gdb.base/del.exp
6186 * gdb.base/disabled-location.exp
6187 * gdb.base/disasm-end-cu.exp
6188 * gdb.base/disasm-optim.exp
6189 * gdb.base/display.exp
6190 * gdb.base/duplicate-bp.exp
6191 * gdb.base/ena-dis-br.exp
6192 * gdb.base/ending-run.exp
6193 * gdb.base/enumval.exp
6194 * gdb.base/environ.exp
6195 * gdb.base/eu-strip-infcall.exp
6196 * gdb.base/eval-avoid-side-effects.exp
6197 * gdb.base/eval-skip.exp
6198 * gdb.base/exitsignal.exp
6199 * gdb.base/expand-psymtabs.exp
6200 * gdb.base/filesym.exp
6201 * gdb.base/find-unmapped.exp
6202 * gdb.base/finish.exp
6203 * gdb.base/float.exp
6204 * gdb.base/foll-exec-mode.exp
6205 * gdb.base/foll-exec.exp
6206 * gdb.base/foll-fork.exp
6207 * gdb.base/fortran-sym-case.exp
6208 * gdb.base/freebpcmd.exp
6209 * gdb.base/func-ptr.exp
6210 * gdb.base/func-ptrs.exp
6211 * gdb.base/funcargs.exp
6212 * gdb.base/gcore-buffer-overflow.exp
6213 * gdb.base/gcore-relro-pie.exp
6214 * gdb.base/gcore-relro.exp
6215 * gdb.base/gcore.exp
6216 * gdb.base/gdb1090.exp
6217 * gdb.base/gdb11530.exp
6218 * gdb.base/gdb11531.exp
6219 * gdb.base/gdb1821.exp
6220 * gdb.base/gdbindex-stabs.exp
6221 * gdb.base/gdbvars.exp
6222 * gdb.base/hbreak.exp
6223 * gdb.base/hbreak2.exp
6224 * gdb.base/included.exp
6225 * gdb.base/infcall-input.exp
6226 * gdb.base/inferior-died.exp
6227 * gdb.base/infnan.exp
6228 * gdb.base/info-macros.exp
6229 * gdb.base/info-os.exp
6230 * gdb.base/info-proc.exp
6231 * gdb.base/info-shared.exp
6232 * gdb.base/info-target.exp
6233 * gdb.base/infoline.exp
6234 * gdb.base/interp.exp
6235 * gdb.base/interrupt.exp
6236 * gdb.base/jit-reader.exp
6237 * gdb.base/jit-simple.exp
6238 * gdb.base/kill-after-signal.exp
6239 * gdb.base/kill-detach-inferiors-cmd.exp
6240 * gdb.base/label.exp
6241 * gdb.base/langs.exp
6242 * gdb.base/ldbl_e308.exp
6243 * gdb.base/line-symtabs.exp
6244 * gdb.base/linespecs.exp
6245 * gdb.base/list.exp
6246 * gdb.base/long_long.exp
6247 * gdb.base/longest-types.exp
6248 * gdb.base/maint.exp
6249 * gdb.base/max-value-size.exp
6250 * gdb.base/memattr.exp
6251 * gdb.base/mips_pro.exp
6252 * gdb.base/morestack.exp
6253 * gdb.base/moribund-step.exp
6254 * gdb.base/multi-forks.exp
6255 * gdb.base/nested-addr.exp
6256 * gdb.base/nextoverexit.exp
6257 * gdb.base/noreturn-finish.exp
6258 * gdb.base/noreturn-return.exp
6259 * gdb.base/nostdlib.exp
6260 * gdb.base/offsets.exp
6261 * gdb.base/opaque.exp
6262 * gdb.base/pc-fp.exp
6263 * gdb.base/permissions.exp
6264 * gdb.base/print-symbol-loading.exp
6265 * gdb.base/prologue-include.exp
6266 * gdb.base/psymtab.exp
6267 * gdb.base/ptype.exp
6268 * gdb.base/random-signal.exp
6269 * gdb.base/randomize.exp
6270 * gdb.base/range-stepping.exp
6271 * gdb.base/readline-ask.exp
6272 * gdb.base/recpar.exp
6273 * gdb.base/recurse.exp
6274 * gdb.base/relational.exp
6275 * gdb.base/restore.exp
6276 * gdb.base/return-nodebug.exp
6277 * gdb.base/return.exp
6278 * gdb.base/run-after-attach.exp
6279 * gdb.base/save-bp.exp
6280 * gdb.base/scope.exp
6281 * gdb.base/sect-cmd.exp
6282 * gdb.base/set-lang-auto.exp
6283 * gdb.base/set-noassign.exp
6284 * gdb.base/setvar.exp
6285 * gdb.base/sigall.exp
6286 * gdb.base/sigbpt.exp
6287 * gdb.base/siginfo-addr.exp
6288 * gdb.base/siginfo-infcall.exp
6289 * gdb.base/siginfo-obj.exp
6290 * gdb.base/siginfo.exp
6291 * gdb.base/signals-state-child.exp
6292 * gdb.base/signest.exp
6293 * gdb.base/sigstep.exp
6294 * gdb.base/sizeof.exp
6295 * gdb.base/skip.exp
6296 * gdb.base/solib-corrupted.exp
6297 * gdb.base/solib-nodir.exp
6298 * gdb.base/solib-search.exp
6299 * gdb.base/stack-checking.exp
6300 * gdb.base/stale-infcall.exp
6301 * gdb.base/stap-probe.exp
6302 * gdb.base/start.exp
6303 * gdb.base/step-break.exp
6304 * gdb.base/step-bt.exp
6305 * gdb.base/step-line.exp
6306 * gdb.base/step-over-exit.exp
6307 * gdb.base/step-over-syscall.exp
6308 * gdb.base/step-resume-infcall.exp
6309 * gdb.base/step-test.exp
6310 * gdb.base/store.exp
6311 * gdb.base/structs3.exp
6312 * gdb.base/sym-file.exp
6313 * gdb.base/symbol-without-target_section.exp
6314 * gdb.base/term.exp
6315 * gdb.base/testenv.exp
6316 * gdb.base/ui-redirect.exp
6317 * gdb.base/until.exp
6318 * gdb.base/unwindonsignal.exp
6319 * gdb.base/value-double-free.exp
6320 * gdb.base/vla-datatypes.exp
6321 * gdb.base/vla-ptr.exp
6322 * gdb.base/vla-sideeffect.exp
6323 * gdb.base/volatile.exp
6324 * gdb.base/watch-cond-infcall.exp
6325 * gdb.base/watch-cond.exp
6326 * gdb.base/watch-non-mem.exp
6327 * gdb.base/watch-read.exp
6328 * gdb.base/watch-vfork.exp
6329 * gdb.base/watchpoint-cond-gone.exp
6330 * gdb.base/watchpoint-delete.exp
6331 * gdb.base/watchpoint-hw-hit-once.exp
6332 * gdb.base/watchpoint-hw.exp
6333 * gdb.base/watchpoint-stops-at-right-insn.exp
6334 * gdb.base/watchpoints.exp
6335 * gdb.base/wchar.exp
6336 * gdb.base/whatis-exp.exp
6337 * gdb.btrace/buffer-size.exp
6338 * gdb.btrace/data.exp
6339 * gdb.btrace/delta.exp
6340 * gdb.btrace/dlopen.exp
6341 * gdb.btrace/enable.exp
6342 * gdb.btrace/exception.exp
6343 * gdb.btrace/function_call_history.exp
6344 * gdb.btrace/gcore.exp
6345 * gdb.btrace/instruction_history.exp
6346 * gdb.btrace/nohist.exp
6347 * gdb.btrace/reconnect.exp
6348 * gdb.btrace/record_goto-step.exp
6349 * gdb.btrace/record_goto.exp
6350 * gdb.btrace/rn-dl-bind.exp
6351 * gdb.btrace/segv.exp
6352 * gdb.btrace/step.exp
6353 * gdb.btrace/stepi.exp
6354 * gdb.btrace/tailcall-only.exp
6355 * gdb.btrace/tailcall.exp
6356 * gdb.btrace/tsx.exp
6357 * gdb.btrace/unknown_functions.exp
6358 * gdb.btrace/vdso.exp
6359 * gdb.compile/compile-ifunc.exp
6360 * gdb.compile/compile-ops.exp
6361 * gdb.compile/compile-print.exp
6362 * gdb.compile/compile-setjmp.exp
6363 * gdb.cp/abstract-origin.exp
6364 * gdb.cp/ambiguous.exp
6365 * gdb.cp/annota2.exp
6366 * gdb.cp/annota3.exp
6367 * gdb.cp/anon-ns.exp
6368 * gdb.cp/anon-struct.exp
6369 * gdb.cp/anon-union.exp
6370 * gdb.cp/arg-reference.exp
6371 * gdb.cp/baseenum.exp
6372 * gdb.cp/bool.exp
6373 * gdb.cp/breakpoint.exp
6374 * gdb.cp/bs15503.exp
6375 * gdb.cp/call-c.exp
6376 * gdb.cp/casts.exp
6377 * gdb.cp/chained-calls.exp
6378 * gdb.cp/class2.exp
6379 * gdb.cp/classes.exp
6380 * gdb.cp/cmpd-minsyms.exp
6381 * gdb.cp/converts.exp
6382 * gdb.cp/cp-relocate.exp
6383 * gdb.cp/cpcompletion.exp
6384 * gdb.cp/cpexprs.exp
6385 * gdb.cp/cplabel.exp
6386 * gdb.cp/cplusfuncs.exp
6387 * gdb.cp/cpsizeof.exp
6388 * gdb.cp/ctti.exp
6389 * gdb.cp/derivation.exp
6390 * gdb.cp/destrprint.exp
6391 * gdb.cp/dispcxx.exp
6392 * gdb.cp/enum-class.exp
6393 * gdb.cp/exception.exp
6394 * gdb.cp/exceptprint.exp
6395 * gdb.cp/expand-psymtabs-cxx.exp
6396 * gdb.cp/expand-sals.exp
6397 * gdb.cp/extern-c.exp
6398 * gdb.cp/filename.exp
6399 * gdb.cp/formatted-ref.exp
6400 * gdb.cp/fpointer.exp
6401 * gdb.cp/gdb1355.exp
6402 * gdb.cp/gdb2495.exp
6403 * gdb.cp/hang.exp
6404 * gdb.cp/impl-this.exp
6405 * gdb.cp/infcall-dlopen.exp
6406 * gdb.cp/inherit.exp
6407 * gdb.cp/iostream.exp
6408 * gdb.cp/koenig.exp
6409 * gdb.cp/local.exp
6410 * gdb.cp/m-data.exp
6411 * gdb.cp/m-static.exp
6412 * gdb.cp/mb-ctor.exp
6413 * gdb.cp/mb-inline.exp
6414 * gdb.cp/mb-templates.exp
6415 * gdb.cp/member-name.exp
6416 * gdb.cp/member-ptr.exp
6417 * gdb.cp/meth-typedefs.exp
6418 * gdb.cp/method.exp
6419 * gdb.cp/method2.exp
6420 * gdb.cp/minsym-fallback.exp
6421 * gdb.cp/misc.exp
6422 * gdb.cp/namelessclass.exp
6423 * gdb.cp/namespace-enum.exp
6424 * gdb.cp/namespace-nested-import.exp
6425 * gdb.cp/namespace.exp
6426 * gdb.cp/nextoverthrow.exp
6427 * gdb.cp/no-dmgl-verbose.exp
6428 * gdb.cp/non-trivial-retval.exp
6429 * gdb.cp/noparam.exp
6430 * gdb.cp/nsdecl.exp
6431 * gdb.cp/nsimport.exp
6432 * gdb.cp/nsnested.exp
6433 * gdb.cp/nsnoimports.exp
6434 * gdb.cp/nsrecurs.exp
6435 * gdb.cp/nsstress.exp
6436 * gdb.cp/nsusing.exp
6437 * gdb.cp/operator.exp
6438 * gdb.cp/oranking.exp
6439 * gdb.cp/overload-const.exp
6440 * gdb.cp/overload.exp
6441 * gdb.cp/ovldbreak.exp
6442 * gdb.cp/ovsrch.exp
6443 * gdb.cp/paren-type.exp
6444 * gdb.cp/parse-lang.exp
6445 * gdb.cp/pass-by-ref.exp
6446 * gdb.cp/pr-1023.exp
6447 * gdb.cp/pr-1210.exp
6448 * gdb.cp/pr-574.exp
6449 * gdb.cp/pr10687.exp
6450 * gdb.cp/pr12028.exp
6451 * gdb.cp/pr17132.exp
6452 * gdb.cp/pr17494.exp
6453 * gdb.cp/pr9067.exp
6454 * gdb.cp/pr9167.exp
6455 * gdb.cp/pr9631.exp
6456 * gdb.cp/printmethod.exp
6457 * gdb.cp/psmang.exp
6458 * gdb.cp/psymtab-parameter.exp
6459 * gdb.cp/ptype-cv-cp.exp
6460 * gdb.cp/ptype-flags.exp
6461 * gdb.cp/re-set-overloaded.exp
6462 * gdb.cp/ref-types.exp
6463 * gdb.cp/rtti.exp
6464 * gdb.cp/scope-err.exp
6465 * gdb.cp/shadow.exp
6466 * gdb.cp/smartp.exp
6467 * gdb.cp/static-method.exp
6468 * gdb.cp/static-print-quit.exp
6469 * gdb.cp/temargs.exp
6470 * gdb.cp/templates.exp
6471 * gdb.cp/try_catch.exp
6472 * gdb.cp/typedef-operator.exp
6473 * gdb.cp/typeid.exp
6474 * gdb.cp/userdef.exp
6475 * gdb.cp/using-crash.exp
6476 * gdb.cp/var-tag.exp
6477 * gdb.cp/virtbase.exp
6478 * gdb.cp/virtfunc.exp
6479 * gdb.cp/virtfunc2.exp
6480 * gdb.cp/vla-cxx.exp
6481 * gdb.disasm/t01_mov.exp
6482 * gdb.disasm/t02_mova.exp
6483 * gdb.disasm/t03_add.exp
6484 * gdb.disasm/t04_sub.exp
6485 * gdb.disasm/t05_cmp.exp
6486 * gdb.disasm/t06_ari2.exp
6487 * gdb.disasm/t07_ari3.exp
6488 * gdb.disasm/t08_or.exp
6489 * gdb.disasm/t09_xor.exp
6490 * gdb.disasm/t10_and.exp
6491 * gdb.disasm/t11_logs.exp
6492 * gdb.disasm/t12_bit.exp
6493 * gdb.disasm/t13_otr.exp
6494 * gdb.dlang/circular.exp
6495 * gdb.dwarf2/arr-stride.exp
6496 * gdb.dwarf2/arr-subrange.exp
6497 * gdb.dwarf2/atomic-type.exp
6498 * gdb.dwarf2/bad-regnum.exp
6499 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6500 * gdb.dwarf2/callframecfa.exp
6501 * gdb.dwarf2/clztest.exp
6502 * gdb.dwarf2/corrupt.exp
6503 * gdb.dwarf2/data-loc.exp
6504 * gdb.dwarf2/dup-psym.exp
6505 * gdb.dwarf2/dw2-anon-mptr.exp
6506 * gdb.dwarf2/dw2-anonymous-func.exp
6507 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6508 * gdb.dwarf2/dw2-bad-unresolved.exp
6509 * gdb.dwarf2/dw2-basic.exp
6510 * gdb.dwarf2/dw2-canonicalize-type.exp
6511 * gdb.dwarf2/dw2-case-insensitive.exp
6512 * gdb.dwarf2/dw2-common-block.exp
6513 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6514 * gdb.dwarf2/dw2-compressed.exp
6515 * gdb.dwarf2/dw2-const.exp
6516 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6517 * gdb.dwarf2/dw2-cu-size.exp
6518 * gdb.dwarf2/dw2-dup-frame.exp
6519 * gdb.dwarf2/dw2-entry-value.exp
6520 * gdb.dwarf2/dw2-icycle.exp
6521 * gdb.dwarf2/dw2-ifort-parameter.exp
6522 * gdb.dwarf2/dw2-inline-break.exp
6523 * gdb.dwarf2/dw2-inline-param.exp
6524 * gdb.dwarf2/dw2-intercu.exp
6525 * gdb.dwarf2/dw2-intermix.exp
6526 * gdb.dwarf2/dw2-lexical-block-bare.exp
6527 * gdb.dwarf2/dw2-linkage-name-trust.exp
6528 * gdb.dwarf2/dw2-minsym-in-cu.exp
6529 * gdb.dwarf2/dw2-noloc.exp
6530 * gdb.dwarf2/dw2-op-call.exp
6531 * gdb.dwarf2/dw2-op-out-param.exp
6532 * gdb.dwarf2/dw2-opt-structptr.exp
6533 * gdb.dwarf2/dw2-param-error.exp
6534 * gdb.dwarf2/dw2-producer.exp
6535 * gdb.dwarf2/dw2-ranges-base.exp
6536 * gdb.dwarf2/dw2-ref-missing-frame.exp
6537 * gdb.dwarf2/dw2-reg-undefined.exp
6538 * gdb.dwarf2/dw2-regno-invalid.exp
6539 * gdb.dwarf2/dw2-restore.exp
6540 * gdb.dwarf2/dw2-restrict.exp
6541 * gdb.dwarf2/dw2-single-line-discriminators.exp
6542 * gdb.dwarf2/dw2-strp.exp
6543 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6544 * gdb.dwarf2/dw2-unresolved.exp
6545 * gdb.dwarf2/dw2-var-zero-addr.exp
6546 * gdb.dwarf2/dw4-sig-types.exp
6547 * gdb.dwarf2/dwz.exp
6548 * gdb.dwarf2/dynarr-ptr.exp
6549 * gdb.dwarf2/enum-type.exp
6550 * gdb.dwarf2/gdb-index.exp
6551 * gdb.dwarf2/implptr-64bit.exp
6552 * gdb.dwarf2/implptr-optimized-out.exp
6553 * gdb.dwarf2/implptr.exp
6554 * gdb.dwarf2/implref-array.exp
6555 * gdb.dwarf2/implref-const.exp
6556 * gdb.dwarf2/implref-global.exp
6557 * gdb.dwarf2/implref-struct.exp
6558 * gdb.dwarf2/mac-fileno.exp
6559 * gdb.dwarf2/main-subprogram.exp
6560 * gdb.dwarf2/member-ptr-forwardref.exp
6561 * gdb.dwarf2/method-ptr.exp
6562 * gdb.dwarf2/missing-sig-type.exp
6563 * gdb.dwarf2/nonvar-access.exp
6564 * gdb.dwarf2/opaque-type-lookup.exp
6565 * gdb.dwarf2/pieces-optimized-out.exp
6566 * gdb.dwarf2/pieces.exp
6567 * gdb.dwarf2/pr10770.exp
6568 * gdb.dwarf2/pr13961.exp
6569 * gdb.dwarf2/staticvirtual.exp
6570 * gdb.dwarf2/subrange.exp
6571 * gdb.dwarf2/symtab-producer.exp
6572 * gdb.dwarf2/trace-crash.exp
6573 * gdb.dwarf2/typeddwarf.exp
6574 * gdb.dwarf2/valop.exp
6575 * gdb.dwarf2/watch-notconst.exp
6576 * gdb.fortran/array-element.exp
6577 * gdb.fortran/charset.exp
6578 * gdb.fortran/common-block.exp
6579 * gdb.fortran/complex.exp
6580 * gdb.fortran/derived-type-function.exp
6581 * gdb.fortran/derived-type.exp
6582 * gdb.fortran/logical.exp
6583 * gdb.fortran/module.exp
6584 * gdb.fortran/multi-dim.exp
6585 * gdb.fortran/nested-funcs.exp
6586 * gdb.fortran/print-formatted.exp
6587 * gdb.fortran/subarray.exp
6588 * gdb.fortran/vla-alloc-assoc.exp
6589 * gdb.fortran/vla-datatypes.exp
6590 * gdb.fortran/vla-history.exp
6591 * gdb.fortran/vla-ptr-info.exp
6592 * gdb.fortran/vla-ptype-sub.exp
6593 * gdb.fortran/vla-ptype.exp
6594 * gdb.fortran/vla-sizeof.exp
6595 * gdb.fortran/vla-type.exp
6596 * gdb.fortran/vla-value-sub-arbitrary.exp
6597 * gdb.fortran/vla-value-sub-finish.exp
6598 * gdb.fortran/vla-value-sub.exp
6599 * gdb.fortran/vla-value.exp
6600 * gdb.fortran/whatis_type.exp
6601 * gdb.go/chan.exp
6602 * gdb.go/handcall.exp
6603 * gdb.go/hello.exp
6604 * gdb.go/integers.exp
6605 * gdb.go/methods.exp
6606 * gdb.go/package.exp
6607 * gdb.go/strings.exp
6608 * gdb.go/types.exp
6609 * gdb.go/unsafe.exp
6610 * gdb.guile/scm-arch.exp
6611 * gdb.guile/scm-block.exp
6612 * gdb.guile/scm-breakpoint.exp
6613 * gdb.guile/scm-cmd.exp
6614 * gdb.guile/scm-disasm.exp
6615 * gdb.guile/scm-equal.exp
6616 * gdb.guile/scm-frame-args.exp
6617 * gdb.guile/scm-frame-inline.exp
6618 * gdb.guile/scm-frame.exp
6619 * gdb.guile/scm-iterator.exp
6620 * gdb.guile/scm-math.exp
6621 * gdb.guile/scm-objfile.exp
6622 * gdb.guile/scm-ports.exp
6623 * gdb.guile/scm-symbol.exp
6624 * gdb.guile/scm-symtab.exp
6625 * gdb.guile/scm-value-cc.exp
6626 * gdb.guile/types-module.exp
6627 * gdb.linespec/break-ask.exp
6628 * gdb.linespec/cpexplicit.exp
6629 * gdb.linespec/explicit.exp
6630 * gdb.linespec/keywords.exp
6631 * gdb.linespec/linespec.exp
6632 * gdb.linespec/ls-dollar.exp
6633 * gdb.linespec/ls-errs.exp
6634 * gdb.linespec/skip-two.exp
6635 * gdb.linespec/thread.exp
6636 * gdb.mi/mi-async.exp
6637 * gdb.mi/mi-basics.exp
6638 * gdb.mi/mi-break.exp
6639 * gdb.mi/mi-catch-load.exp
6640 * gdb.mi/mi-cli.exp
6641 * gdb.mi/mi-cmd-param-changed.exp
6642 * gdb.mi/mi-console.exp
6643 * gdb.mi/mi-detach.exp
6644 * gdb.mi/mi-disassemble.exp
6645 * gdb.mi/mi-eval.exp
6646 * gdb.mi/mi-file-transfer.exp
6647 * gdb.mi/mi-file.exp
6648 * gdb.mi/mi-fill-memory.exp
6649 * gdb.mi/mi-inheritance-syntax-error.exp
6650 * gdb.mi/mi-linespec-err-cp.exp
6651 * gdb.mi/mi-logging.exp
6652 * gdb.mi/mi-memory-changed.exp
6653 * gdb.mi/mi-read-memory.exp
6654 * gdb.mi/mi-record-changed.exp
6655 * gdb.mi/mi-reg-undefined.exp
6656 * gdb.mi/mi-regs.exp
6657 * gdb.mi/mi-return.exp
6658 * gdb.mi/mi-reverse.exp
6659 * gdb.mi/mi-simplerun.exp
6660 * gdb.mi/mi-solib.exp
6661 * gdb.mi/mi-stack.exp
6662 * gdb.mi/mi-stepi.exp
6663 * gdb.mi/mi-syn-frame.exp
6664 * gdb.mi/mi-until.exp
6665 * gdb.mi/mi-var-block.exp
6666 * gdb.mi/mi-var-child.exp
6667 * gdb.mi/mi-var-cmd.exp
6668 * gdb.mi/mi-var-cp.exp
6669 * gdb.mi/mi-var-display.exp
6670 * gdb.mi/mi-var-invalidate.exp
6671 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6672 * gdb.mi/mi-vla-fortran.exp
6673 * gdb.mi/mi-watch.exp
6674 * gdb.mi/mi2-var-child.exp
6675 * gdb.mi/user-selected-context-sync.exp
6676 * gdb.modula2/unbounded-array.exp
6677 * gdb.multi/dummy-frame-restore.exp
6678 * gdb.multi/multi-arch-exec.exp
6679 * gdb.multi/multi-arch.exp
6680 * gdb.multi/tids.exp
6681 * gdb.multi/watchpoint-multi.exp
6682 * gdb.opencl/callfuncs.exp
6683 * gdb.opencl/convs_casts.exp
6684 * gdb.opencl/datatypes.exp
6685 * gdb.opencl/operators.exp
6686 * gdb.opencl/vec_comps.exp
6687 * gdb.opt/clobbered-registers-O2.exp
6688 * gdb.opt/inline-break.exp
6689 * gdb.opt/inline-bt.exp
6690 * gdb.opt/inline-cmds.exp
6691 * gdb.opt/inline-locals.exp
6692 * gdb.pascal/case-insensitive-symbols.exp
6693 * gdb.pascal/floats.exp
6694 * gdb.pascal/gdb11492.exp
6695 * gdb.python/lib-types.exp
6696 * gdb.python/py-arch.exp
6697 * gdb.python/py-as-string.exp
6698 * gdb.python/py-bad-printers.exp
6699 * gdb.python/py-block.exp
6700 * gdb.python/py-breakpoint-create-fail.exp
6701 * gdb.python/py-breakpoint.exp
6702 * gdb.python/py-caller-is.exp
6703 * gdb.python/py-cmd.exp
6704 * gdb.python/py-explore-cc.exp
6705 * gdb.python/py-explore.exp
6706 * gdb.python/py-finish-breakpoint.exp
6707 * gdb.python/py-finish-breakpoint2.exp
6708 * gdb.python/py-frame-args.exp
6709 * gdb.python/py-frame-inline.exp
6710 * gdb.python/py-frame.exp
6711 * gdb.python/py-framefilter-mi.exp
6712 * gdb.python/py-infthread.exp
6713 * gdb.python/py-lazy-string.exp
6714 * gdb.python/py-linetable.exp
6715 * gdb.python/py-mi-events.exp
6716 * gdb.python/py-mi-objfile.exp
6717 * gdb.python/py-mi.exp
6718 * gdb.python/py-objfile.exp
6719 * gdb.python/py-pp-integral.exp
6720 * gdb.python/py-pp-maint.exp
6721 * gdb.python/py-pp-re-notag.exp
6722 * gdb.python/py-pp-registration.exp
6723 * gdb.python/py-recurse-unwind.exp
6724 * gdb.python/py-strfns.exp
6725 * gdb.python/py-symbol.exp
6726 * gdb.python/py-symtab.exp
6727 * gdb.python/py-sync-interp.exp
6728 * gdb.python/py-typeprint.exp
6729 * gdb.python/py-unwind-maint.exp
6730 * gdb.python/py-unwind.exp
6731 * gdb.python/py-value-cc.exp
6732 * gdb.python/py-xmethods.exp
6733 * gdb.reverse/amd64-tailcall-reverse.exp
6734 * gdb.reverse/break-precsave.exp
6735 * gdb.reverse/break-reverse.exp
6736 * gdb.reverse/consecutive-precsave.exp
6737 * gdb.reverse/consecutive-reverse.exp
6738 * gdb.reverse/finish-precsave.exp
6739 * gdb.reverse/finish-reverse-bkpt.exp
6740 * gdb.reverse/finish-reverse.exp
6741 * gdb.reverse/fstatat-reverse.exp
6742 * gdb.reverse/getresuid-reverse.exp
6743 * gdb.reverse/i386-precsave.exp
6744 * gdb.reverse/i386-reverse.exp
6745 * gdb.reverse/i386-sse-reverse.exp
6746 * gdb.reverse/i387-env-reverse.exp
6747 * gdb.reverse/i387-stack-reverse.exp
6748 * gdb.reverse/insn-reverse.exp
6749 * gdb.reverse/machinestate-precsave.exp
6750 * gdb.reverse/machinestate.exp
6751 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6752 * gdb.reverse/pipe-reverse.exp
6753 * gdb.reverse/readv-reverse.exp
6754 * gdb.reverse/recvmsg-reverse.exp
6755 * gdb.reverse/rerun-prec.exp
6756 * gdb.reverse/s390-mvcle.exp
6757 * gdb.reverse/step-precsave.exp
6758 * gdb.reverse/step-reverse.exp
6759 * gdb.reverse/time-reverse.exp
6760 * gdb.reverse/until-precsave.exp
6761 * gdb.reverse/until-reverse.exp
6762 * gdb.reverse/waitpid-reverse.exp
6763 * gdb.reverse/watch-precsave.exp
6764 * gdb.reverse/watch-reverse.exp
6765 * gdb.rust/generics.exp
6766 * gdb.rust/methods.exp
6767 * gdb.rust/modules.exp
6768 * gdb.rust/simple.exp
6769 * gdb.server/connect-with-no-symbol-file.exp
6770 * gdb.server/ext-attach.exp
6771 * gdb.server/ext-restart.exp
6772 * gdb.server/ext-wrapper.exp
6773 * gdb.server/file-transfer.exp
6774 * gdb.server/server-exec-info.exp
6775 * gdb.server/server-kill.exp
6776 * gdb.server/server-mon.exp
6777 * gdb.server/wrapper.exp
6778 * gdb.stabs/exclfwd.exp
6779 * gdb.stabs/gdb11479.exp
6780 * gdb.threads/clone-new-thread-event.exp
6781 * gdb.threads/corethreads.exp
6782 * gdb.threads/current-lwp-dead.exp
6783 * gdb.threads/dlopen-libpthread.exp
6784 * gdb.threads/gcore-thread.exp
6785 * gdb.threads/sigstep-threads.exp
6786 * gdb.threads/watchpoint-fork.exp
6787 * gdb.trace/actions-changed.exp
6788 * gdb.trace/backtrace.exp
6789 * gdb.trace/change-loc.exp
6790 * gdb.trace/circ.exp
6791 * gdb.trace/collection.exp
6792 * gdb.trace/disconnected-tracing.exp
6793 * gdb.trace/ftrace.exp
6794 * gdb.trace/mi-trace-frame-collected.exp
6795 * gdb.trace/mi-trace-unavailable.exp
6796 * gdb.trace/mi-traceframe-changed.exp
6797 * gdb.trace/mi-tsv-changed.exp
6798 * gdb.trace/no-attach-trace.exp
6799 * gdb.trace/passc-dyn.exp
6800 * gdb.trace/qtro.exp
6801 * gdb.trace/range-stepping.exp
6802 * gdb.trace/read-memory.exp
6803 * gdb.trace/save-trace.exp
6804 * gdb.trace/signal.exp
6805 * gdb.trace/status-stop.exp
6806 * gdb.trace/tfile.exp
6807 * gdb.trace/trace-break.exp
6808 * gdb.trace/trace-buffer-size.exp
6809 * gdb.trace/trace-condition.exp
6810 * gdb.trace/tracefile-pseudo-reg.exp
6811 * gdb.trace/tstatus.exp
6812 * gdb.trace/unavailable.exp
6813 * gdb.trace/while-dyn.exp
6814 * gdb.trace/while-stepping.exp
6815
6816 2016-12-22 Doug Evans <xdje42@gmail.com>
6817
6818 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6819 and msymbols.
6820
6821 2016-12-19 Yao Qi <yao.qi@linaro.org>
6822
6823 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6824 (test_with_self): Don't call do_steps_and_nexts, and remove
6825 code about stepping into xmalloc.
6826
6827 2016-12-09 Yao Qi <yao.qi@linaro.org>
6828
6829 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6830
6831 2016-12-09 Yao Qi <yao.qi@linaro.org>
6832
6833 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6834
6835 2016-12-09 Pedro Alves <palves@redhat.com>
6836
6837 * gdb.base/all-architectures-0.exp: New file.
6838 * gdb.base/all-architectures-1.exp: New file.
6839 * gdb.base/all-architectures-2.exp: New file.
6840 * gdb.base/all-architectures-3.exp: New file.
6841 * gdb.base/all-architectures-4.exp: New file.
6842 * gdb.base/all-architectures-5.exp: New file.
6843 * gdb.base/all-architectures-6.exp: New file.
6844 * gdb.base/all-architectures-7.exp: New file.
6845 * gdb.base/all-architectures.exp.in: New file.
6846
6847 2016-12-09 Yao Qi <yao.qi@linaro.org>
6848
6849 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6850
6851 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6852
6853 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6854 possible.
6855 Remove useless pattern-matching code.
6856
6857 2016-12-02 Pedro Alves <palves@redhat.com>
6858
6859 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6860 procedure.
6861 (top level): Call it.
6862
6863 2016-12-02 Pedro Alves <palves@redhat.com>
6864
6865 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6866 New procedure.
6867 (top level): Call it.
6868
6869 2016-12-02 Pedro Alves <palves@redhat.com>
6870
6871 PR cli/20559
6872 * gdb.base/commands.exp (user_defined_command_args_eval): New
6873 procedure.
6874 (top level): Call it.
6875
6876 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6877
6878 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6879 timeout handling.
6880
6881 2016-12-02 Tom Tromey <tom@tromey.com>
6882
6883 * gdb.dwarf2/main-subprogram.c: New file.
6884 * gdb.dwarf2/main-subprogram.exp: New file.
6885
6886 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6887
6888 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6889 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6890 gdb_test_no_output for a couple of cases.
6891 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6892
6893 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6894
6895 Fix test names and standardize compilation error messages throughout
6896 the following files:
6897
6898 * gdb.ada/start.exp
6899 * gdb.arch/alpha-step.exp
6900 * gdb.arch/e500-prologue.exp
6901 * gdb.arch/ftrace-insn-reloc.exp
6902 * gdb.arch/gdb1291.exp
6903 * gdb.arch/gdb1431.exp
6904 * gdb.arch/gdb1558.exp
6905 * gdb.arch/i386-dr3-watch.exp
6906 * gdb.arch/i386-sse-stack-align.exp
6907 * gdb.arch/ia64-breakpoint-shadow.exp
6908 * gdb.arch/pa-nullify.exp
6909 * gdb.arch/powerpc-aix-prologue.exp
6910 * gdb.arch/thumb-bx-pc.exp
6911 * gdb.base/annota1.exp
6912 * gdb.base/annota3.exp
6913 * gdb.base/arrayidx.exp
6914 * gdb.base/assign.exp
6915 * gdb.base/attach.exp
6916 * gdb.base/auxv.exp
6917 * gdb.base/bang.exp
6918 * gdb.base/bfp-test.exp
6919 * gdb.base/bigcore.exp
6920 * gdb.base/bitfields2.exp
6921 * gdb.base/break-fun-addr.exp
6922 * gdb.base/break-probes.exp
6923 * gdb.base/call-rt-st.exp
6924 * gdb.base/callexit.exp
6925 * gdb.base/catch-fork-kill.exp
6926 * gdb.base/charset.exp
6927 * gdb.base/checkpoint.exp
6928 * gdb.base/comprdebug.exp
6929 * gdb.base/constvars.exp
6930 * gdb.base/coredump-filter.exp
6931 * gdb.base/cursal.exp
6932 * gdb.base/cvexpr.exp
6933 * gdb.base/detach.exp
6934 * gdb.base/display.exp
6935 * gdb.base/dmsym.exp
6936 * gdb.base/dprintf-pending.exp
6937 * gdb.base/dso2dso.exp
6938 * gdb.base/dtrace-probe.exp
6939 * gdb.base/dump.exp
6940 * gdb.base/enum_cond.exp
6941 * gdb.base/exe-lock.exp
6942 * gdb.base/exec-invalid-sysroot.exp
6943 * gdb.base/execl-update-breakpoints.exp
6944 * gdb.base/exprs.exp
6945 * gdb.base/fileio.exp
6946 * gdb.base/find.exp
6947 * gdb.base/finish.exp
6948 * gdb.base/fixsection.exp
6949 * gdb.base/foll-vfork.exp
6950 * gdb.base/frame-args.exp
6951 * gdb.base/gcore.exp
6952 * gdb.base/gdb1250.exp
6953 * gdb.base/global-var-nested-by-dso.exp
6954 * gdb.base/gnu-ifunc.exp
6955 * gdb.base/hashline1.exp
6956 * gdb.base/hashline2.exp
6957 * gdb.base/hashline3.exp
6958 * gdb.base/hbreak-in-shr-unsupported.exp
6959 * gdb.base/huge.exp
6960 * gdb.base/infcall-input.exp
6961 * gdb.base/info-fun.exp
6962 * gdb.base/info-shared.exp
6963 * gdb.base/jit-simple.exp
6964 * gdb.base/jit-so.exp
6965 * gdb.base/jit.exp
6966 * gdb.base/jump.exp
6967 * gdb.base/label.exp
6968 * gdb.base/lineinc.exp
6969 * gdb.base/logical.exp
6970 * gdb.base/longjmp.exp
6971 * gdb.base/macscp.exp
6972 * gdb.base/miscexprs.exp
6973 * gdb.base/new-ui-echo.exp
6974 * gdb.base/new-ui-pending-input.exp
6975 * gdb.base/new-ui.exp
6976 * gdb.base/nodebug.exp
6977 * gdb.base/nofield.exp
6978 * gdb.base/offsets.exp
6979 * gdb.base/overlays.exp
6980 * gdb.base/pending.exp
6981 * gdb.base/pointers.exp
6982 * gdb.base/pr11022.exp
6983 * gdb.base/printcmds.exp
6984 * gdb.base/prologue.exp
6985 * gdb.base/ptr-typedef.exp
6986 * gdb.base/realname-expand.exp
6987 * gdb.base/relativedebug.exp
6988 * gdb.base/relocate.exp
6989 * gdb.base/remote.exp
6990 * gdb.base/reread.exp
6991 * gdb.base/return2.exp
6992 * gdb.base/savedregs.exp
6993 * gdb.base/sep.exp
6994 * gdb.base/sepdebug.exp
6995 * gdb.base/sepsymtab.exp
6996 * gdb.base/set-inferior-tty.exp
6997 * gdb.base/setshow.exp
6998 * gdb.base/shlib-call.exp
6999 * gdb.base/sigaltstack.exp
7000 * gdb.base/siginfo-addr.exp
7001 * gdb.base/signals.exp
7002 * gdb.base/signull.exp
7003 * gdb.base/sigrepeat.exp
7004 * gdb.base/so-impl-ld.exp
7005 * gdb.base/solib-display.exp
7006 * gdb.base/solib-overlap.exp
7007 * gdb.base/solib-search.exp
7008 * gdb.base/solib-symbol.exp
7009 * gdb.base/structs.exp
7010 * gdb.base/structs2.exp
7011 * gdb.base/symtab-search-order.exp
7012 * gdb.base/twice.exp
7013 * gdb.base/unload.exp
7014 * gdb.base/varargs.exp
7015 * gdb.base/watchpoint-solib.exp
7016 * gdb.base/watchpoint.exp
7017 * gdb.base/whatis.exp
7018 * gdb.base/wrong_frame_bt_full.exp
7019 * gdb.btrace/dlopen.exp
7020 * gdb.cell/ea-standalone.exp
7021 * gdb.cell/ea-test.exp
7022 * gdb.cp/dispcxx.exp
7023 * gdb.cp/gdb2384.exp
7024 * gdb.cp/method2.exp
7025 * gdb.cp/nextoverthrow.exp
7026 * gdb.cp/pr10728.exp
7027 * gdb.disasm/am33.exp
7028 * gdb.disasm/h8300s.exp
7029 * gdb.disasm/mn10300.exp
7030 * gdb.disasm/sh3.exp
7031 * gdb.dwarf2/dw2-dir-file-name.exp
7032 * gdb.fortran/complex.exp
7033 * gdb.fortran/library-module.exp
7034 * gdb.guile/scm-pretty-print.exp
7035 * gdb.guile/scm-symbol.exp
7036 * gdb.guile/scm-type.exp
7037 * gdb.guile/scm-value.exp
7038 * gdb.linespec/linespec.exp
7039 * gdb.mi/gdb701.exp
7040 * gdb.mi/gdb792.exp
7041 * gdb.mi/mi-breakpoint-changed.exp
7042 * gdb.mi/mi-dprintf-pending.exp
7043 * gdb.mi/mi-dprintf.exp
7044 * gdb.mi/mi-exit-code.exp
7045 * gdb.mi/mi-pending.exp
7046 * gdb.mi/mi-solib.exp
7047 * gdb.mi/new-ui-mi-sync.exp
7048 * gdb.mi/pr11022.exp
7049 * gdb.mi/user-selected-context-sync.exp
7050 * gdb.opt/solib-intra-step.exp
7051 * gdb.python/py-events.exp
7052 * gdb.python/py-finish-breakpoint.exp
7053 * gdb.python/py-mi.exp
7054 * gdb.python/py-prettyprint.exp
7055 * gdb.python/py-shared.exp
7056 * gdb.python/py-symbol.exp
7057 * gdb.python/py-template.exp
7058 * gdb.python/py-type.exp
7059 * gdb.python/py-value.exp
7060 * gdb.reverse/solib-precsave.exp
7061 * gdb.reverse/solib-reverse.exp
7062 * gdb.server/solib-list.exp
7063 * gdb.stabs/weird.exp
7064 * gdb.threads/reconnect-signal.exp
7065 * gdb.threads/stepi-random-signal.exp
7066 * gdb.trace/actions.exp
7067 * gdb.trace/ax.exp
7068 * gdb.trace/backtrace.exp
7069 * gdb.trace/change-loc.exp
7070 * gdb.trace/deltrace.exp
7071 * gdb.trace/ftrace-lock.exp
7072 * gdb.trace/ftrace.exp
7073 * gdb.trace/infotrace.exp
7074 * gdb.trace/mi-tracepoint-changed.exp
7075 * gdb.trace/packetlen.exp
7076 * gdb.trace/passcount.exp
7077 * gdb.trace/pending.exp
7078 * gdb.trace/range-stepping.exp
7079 * gdb.trace/report.exp
7080 * gdb.trace/stap-trace.exp
7081 * gdb.trace/tfind.exp
7082 * gdb.trace/trace-break.exp
7083 * gdb.trace/trace-condition.exp
7084 * gdb.trace/trace-enable-disable.exp
7085 * gdb.trace/trace-mt.exp
7086 * gdb.trace/tracecmd.exp
7087 * gdb.trace/tspeed.exp
7088 * gdb.trace/tsv.exp
7089 * lib/perftest.exp
7090
7091 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7092
7093 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7094 with gdb_test_no_output.
7095 Use command as test name.
7096
7097 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7098
7099 Fix test names starting with uppercase throughout the files.
7100
7101 * gdb.ada/assign_1.exp
7102 * gdb.ada/boolean_expr.exp
7103 * gdb.base/arrayidx.exp
7104 * gdb.base/del.exp
7105 * gdb.base/gcore-buffer-overflow.exp
7106 * gdb.base/testenv.exp
7107 * gdb.compile/compile.exp
7108 * gdb.python/py-framefilter-invalidarg.exp
7109 * gdb.python/py-framefilter.exp
7110
7111 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7112
7113 Fix test names starting with uppercase throughout the files.
7114
7115 * gdb.ada/array_return.exp
7116 * gdb.ada/expr_delims.exp
7117 * gdb.ada/mi_dyn_arr.exp
7118 * gdb.ada/mi_interface.exp
7119 * gdb.ada/mi_var_array.exp
7120 * gdb.ada/watch_arg.exp
7121 * gdb.arch/alpha-step.exp
7122 * gdb.arch/altivec-regs.exp
7123 * gdb.arch/e500-regs.exp
7124 * gdb.arch/powerpc-d128-regs.exp
7125 * gdb.base/arrayidx.exp
7126 * gdb.base/break.exp
7127 * gdb.base/checkpoint.exp
7128 * gdb.base/debug-expr.exp
7129 * gdb.base/dmsym.exp
7130 * gdb.base/radix.exp
7131 * gdb.base/sepdebug.exp
7132 * gdb.base/testenv.exp
7133 * gdb.base/watch_thread_num.exp
7134 * gdb.base/watchpoint-cond-gone.exp
7135 * gdb.cell/break.exp
7136 * gdb.cell/ea-cache.exp
7137 * gdb.compile/compile.exp
7138 * gdb.cp/gdb2495.exp
7139 * gdb.gdb/selftest.exp
7140 * gdb.gdb/xfullpath.exp
7141 * gdb.go/hello.exp
7142 * gdb.go/integers.exp
7143 * gdb.objc/basicclass.exp
7144 * gdb.pascal/hello.exp
7145 * gdb.pascal/integers.exp
7146 * gdb.python/py-breakpoint.exp
7147 * gdb.python/py-cmd.exp
7148 * gdb.python/py-linetable.exp
7149 * gdb.python/py-xmethods.exp
7150 * gdb.python/python.exp
7151 * gdb.reverse/consecutive-precsave.exp
7152 * gdb.reverse/finish-precsave.exp
7153 * gdb.reverse/i386-precsave.exp
7154 * gdb.reverse/machinestate-precsave.exp
7155 * gdb.reverse/sigall-precsave.exp
7156 * gdb.reverse/solib-precsave.exp
7157 * gdb.reverse/step-precsave.exp
7158 * gdb.reverse/until-precsave.exp
7159 * gdb.reverse/watch-precsave.exp
7160 * gdb.threads/leader-exit.exp
7161 * gdb.threads/pthreads.exp
7162 * gdb.threads/wp-replication.exp
7163 * gdb.trace/actions.exp
7164 * gdb.trace/mi-tsv-changed.exp
7165 * gdb.trace/tsv.exp
7166
7167 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7168
7169 Fix test names starting with uppercase throughout the files.
7170
7171 * gdb.arch/i386-bp_permanent.exp
7172 * gdb.arch/i386-gnu-cfi.exp
7173 * gdb.base/disasm-end-cu.exp
7174 * gdb.base/macscp.exp
7175 * gdb.base/pending.exp
7176 * gdb.base/watch_thread_num.exp
7177 * gdb.cp/exception.exp
7178 * gdb.cp/gdb2495.exp
7179 * gdb.cp/local.exp
7180 * gdb.python/py-evsignal.exp
7181 * gdb.python/python.exp
7182 * gdb.trace/tracecmd.exp
7183
7184 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7185
7186 Fix test names starting with uppercase throughout the files.
7187
7188 * gdb.base/charset.exp
7189 * gdb.base/eval.exp
7190 * gdb.base/multi-forks.exp
7191 * gdb.guile/scm-progspace.exp
7192 * gdb.opencl/datatypes.exp
7193 * gdb.python/py-block.exp
7194 * gdb.python/py-function.exp
7195 * gdb.python/py-symbol.exp
7196 * gdb.python/py-symtab.exp
7197 * gdb.python/py-xmethods.exp
7198 * gdb.reverse/break-precsave.exp
7199 * gdb.reverse/break-reverse.exp
7200 * gdb.reverse/consecutive-precsave.exp
7201 * gdb.reverse/consecutive-reverse.exp
7202 * gdb.reverse/finish-precsave.exp
7203 * gdb.reverse/finish-reverse-bkpt.exp
7204 * gdb.reverse/finish-reverse.exp
7205 * gdb.reverse/fstatat-reverse.exp
7206 * gdb.reverse/getresuid-reverse.exp
7207 * gdb.reverse/i386-precsave.exp
7208 * gdb.reverse/i386-reverse.exp
7209 * gdb.reverse/i386-sse-reverse.exp
7210 * gdb.reverse/i387-stack-reverse.exp
7211 * gdb.reverse/insn-reverse.exp
7212 * gdb.reverse/machinestate-precsave.exp
7213 * gdb.reverse/machinestate.exp
7214 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7215 * gdb.reverse/pipe-reverse.exp
7216 * gdb.reverse/readv-reverse.exp
7217 * gdb.reverse/recvmsg-reverse.exp
7218 * gdb.reverse/rerun-prec.exp
7219 * gdb.reverse/s390-mvcle.exp
7220 * gdb.reverse/sigall-precsave.exp
7221 * gdb.reverse/sigall-reverse.exp
7222 * gdb.reverse/solib-precsave.exp
7223 * gdb.reverse/solib-reverse.exp
7224 * gdb.reverse/step-precsave.exp
7225 * gdb.reverse/step-reverse.exp
7226 * gdb.reverse/time-reverse.exp
7227 * gdb.reverse/until-precsave.exp
7228 * gdb.reverse/until-reverse.exp
7229 * gdb.reverse/waitpid-reverse.exp
7230 * gdb.reverse/watch-precsave.exp
7231 * gdb.reverse/watch-reverse.exp
7232
7233 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7234
7235 Fix test names starting with uppercase throughout the files.
7236
7237 * gdb.arch/i386-mpx-simple_segv.exp
7238 * gdb.arch/i386-mpx.exp
7239 * gdb.arch/i386-permbkpt.exp
7240 * gdb.arch/pa-nullify.exp
7241 * gdb.arch/powerpc-d128-regs.exp
7242 * gdb.arch/vsx-regs.exp
7243 * gdb.base/bfp-test.exp
7244 * gdb.base/break.exp
7245 * gdb.base/breakpoint-shadow.exp
7246 * gdb.base/callfuncs.exp
7247 * gdb.base/charset.exp
7248 * gdb.base/commands.exp
7249 * gdb.base/completion.exp
7250 * gdb.base/dfp-test.exp
7251 * gdb.base/echo.exp
7252 * gdb.base/ending-run.exp
7253 * gdb.base/eval.exp
7254 * gdb.base/expand-psymtabs.exp
7255 * gdb.base/float128.exp
7256 * gdb.base/floatn.exp
7257 * gdb.base/foll-exec-mode.exp
7258 * gdb.base/gdb1056.exp
7259 * gdb.base/gdb11531.exp
7260 * gdb.base/kill-after-signal.exp
7261 * gdb.base/multi-forks.exp
7262 * gdb.base/overlays.exp
7263 * gdb.base/pending.exp
7264 * gdb.base/sepdebug.exp
7265 * gdb.base/testenv.exp
7266 * gdb.base/valgrind-db-attach.exp
7267 * gdb.base/watch_thread_num.exp
7268 * gdb.base/watchpoint-cond-gone.exp
7269 * gdb.base/watchpoint.exp
7270 * gdb.base/watchpoints.exp
7271 * gdb.cp/arg-reference.exp
7272 * gdb.cp/baseenum.exp
7273 * gdb.cp/operator.exp
7274 * gdb.cp/shadow.exp
7275 * gdb.dwarf2/dw2-op-out-param.exp
7276 * gdb.dwarf2/dw2-reg-undefined.exp
7277 * gdb.go/chan.exp
7278 * gdb.go/hello.exp
7279 * gdb.go/integers.exp
7280 * gdb.go/methods.exp
7281 * gdb.go/package.exp
7282 * gdb.guile/scm-parameter.exp
7283 * gdb.guile/scm-progspace.exp
7284 * gdb.guile/scm-value.exp
7285 * gdb.mi/mi-pending.exp
7286 * gdb.mi/user-selected-context-sync.exp
7287 * gdb.multi/multi-attach.exp
7288 * gdb.multi/tids.exp
7289 * gdb.opt/clobbered-registers-O2.exp
7290 * gdb.pascal/floats.exp
7291 * gdb.pascal/integers.exp
7292 * gdb.python/py-block.exp
7293 * gdb.python/py-events.exp
7294 * gdb.python/py-parameter.exp
7295 * gdb.python/py-symbol.exp
7296 * gdb.python/py-symtab.exp
7297 * gdb.python/py-type.exp
7298 * gdb.python/py-value.exp
7299 * gdb.python/py-xmethods.exp
7300 * gdb.python/python.exp
7301 * gdb.reverse/break-precsave.exp
7302 * gdb.reverse/consecutive-precsave.exp
7303 * gdb.reverse/finish-precsave.exp
7304 * gdb.reverse/i386-precsave.exp
7305 * gdb.reverse/machinestate-precsave.exp
7306 * gdb.reverse/sigall-precsave.exp
7307 * gdb.reverse/solib-precsave.exp
7308 * gdb.reverse/step-precsave.exp
7309 * gdb.reverse/until-precsave.exp
7310 * gdb.reverse/watch-precsave.exp
7311 * gdb.server/ext-attach.exp
7312 * gdb.server/ext-restart.exp
7313 * gdb.server/ext-run.exp
7314 * gdb.server/ext-wrapper.exp
7315 * gdb.stabs/gdb11479.exp
7316 * gdb.stabs/weird.exp
7317 * gdb.threads/attach-many-short-lived-threads.exp
7318 * gdb.threads/kill.exp
7319 * gdb.threads/watchpoint-fork.exp
7320
7321 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7322
7323 Fix test names starting with uppercase throughout all the files below.
7324
7325 * gdb.ada/array_return.exp
7326 * gdb.ada/catch_ex.exp
7327 * gdb.ada/info_exc.exp
7328 * gdb.ada/mi_catch_ex.exp
7329 * gdb.ada/mi_dyn_arr.exp
7330 * gdb.ada/mi_ex_cond.exp
7331 * gdb.ada/mi_exc_info.exp
7332 * gdb.ada/mi_interface.exp
7333 * gdb.ada/mi_task_arg.exp
7334 * gdb.ada/mi_task_info.exp
7335 * gdb.ada/mi_var_array.exp
7336 * gdb.arch/alpha-step.exp
7337 * gdb.arch/amd64-disp-step.exp
7338 * gdb.arch/arm-disp-step.exp
7339 * gdb.arch/disp-step-insn-reloc.exp
7340 * gdb.arch/e500-prologue.exp
7341 * gdb.arch/ftrace-insn-reloc.exp
7342 * gdb.arch/gdb1558.exp
7343 * gdb.arch/i386-bp_permanent.exp
7344 * gdb.arch/i386-disp-step.exp
7345 * gdb.arch/i386-float.exp
7346 * gdb.arch/i386-gnu-cfi.exp
7347 * gdb.arch/ia64-breakpoint-shadow.exp
7348 * gdb.arch/mips16-thunks.exp
7349 * gdb.arch/pa-nullify.exp
7350 * gdb.arch/powerpc-aix-prologue.exp
7351 * gdb.arch/powerpc-power.exp
7352 * gdb.arch/ppc-dfp.exp
7353 * gdb.arch/s390-tdbregs.exp
7354 * gdb.arch/spu-info.exp
7355 * gdb.arch/spu-ls.exp
7356 * gdb.arch/thumb-bx-pc.exp
7357 * gdb.base/advance.exp
7358 * gdb.base/annota-input-while-running.exp
7359 * gdb.base/arrayidx.exp
7360 * gdb.base/asmlabel.exp
7361 * gdb.base/async.exp
7362 * gdb.base/attach-wait-input.exp
7363 * gdb.base/auto-connect-native-target.exp
7364 * gdb.base/batch-preserve-term-settings.exp
7365 * gdb.base/bfp-test.exp
7366 * gdb.base/bigcore.exp
7367 * gdb.base/bp-permanent.exp
7368 * gdb.base/break-always.exp
7369 * gdb.base/break-fun-addr.exp
7370 * gdb.base/break-idempotent.exp
7371 * gdb.base/break-main-file-remove-fail.exp
7372 * gdb.base/break-probes.exp
7373 * gdb.base/break-unload-file.exp
7374 * gdb.base/break.exp
7375 * gdb.base/call-ar-st.exp
7376 * gdb.base/call-rt-st.exp
7377 * gdb.base/call-sc.exp
7378 * gdb.base/call-signal-resume.exp
7379 * gdb.base/call-strs.exp
7380 * gdb.base/callexit.exp
7381 * gdb.base/callfuncs.exp
7382 * gdb.base/catch-gdb-caused-signals.exp
7383 * gdb.base/catch-signal-siginfo-cond.exp
7384 * gdb.base/catch-syscall.exp
7385 * gdb.base/compare-sections.exp
7386 * gdb.base/cond-eval-mode.exp
7387 * gdb.base/condbreak-call-false.exp
7388 * gdb.base/consecutive-step-over.exp
7389 * gdb.base/cursal.exp
7390 * gdb.base/disabled-location.exp
7391 * gdb.base/disasm-end-cu.exp
7392 * gdb.base/display.exp
7393 * gdb.base/double-prompt-target-event-error.exp
7394 * gdb.base/dprintf-bp-same-addr.exp
7395 * gdb.base/dprintf-detach.exp
7396 * gdb.base/dprintf-next.exp
7397 * gdb.base/dprintf-non-stop.exp
7398 * gdb.base/dprintf-pending.exp
7399 * gdb.base/dso2dso.exp
7400 * gdb.base/ending-run.exp
7401 * gdb.base/enum_cond.exp
7402 * gdb.base/examine-backward.exp
7403 * gdb.base/exe-lock.exp
7404 * gdb.base/exec-invalid-sysroot.exp
7405 * gdb.base/execl-update-breakpoints.exp
7406 * gdb.base/execution-termios.exp
7407 * gdb.base/fileio.exp
7408 * gdb.base/fixsection.exp
7409 * gdb.base/foll-exec-mode.exp
7410 * gdb.base/foll-exec.exp
7411 * gdb.base/fork-running-state.exp
7412 * gdb.base/frame-args.exp
7413 * gdb.base/fullpath-expand.exp
7414 * gdb.base/func-ptr.exp
7415 * gdb.base/gcore-relro-pie.exp
7416 * gdb.base/gdb1090.exp
7417 * gdb.base/gdb1555.exp
7418 * gdb.base/global-var-nested-by-dso.exp
7419 * gdb.base/gnu-ifunc.exp
7420 * gdb.base/hbreak-in-shr-unsupported.exp
7421 * gdb.base/hbreak-unmapped.exp
7422 * gdb.base/hook-stop.exp
7423 * gdb.base/infcall-input.exp
7424 * gdb.base/info-fun.exp
7425 * gdb.base/info-shared.exp
7426 * gdb.base/interrupt-noterm.exp
7427 * gdb.base/jit-so.exp
7428 * gdb.base/jit.exp
7429 * gdb.base/line-symtabs.exp
7430 * gdb.base/list.exp
7431 * gdb.base/longjmp.exp
7432 * gdb.base/macscp.exp
7433 * gdb.base/max-value-size.exp
7434 * gdb.base/nodebug.exp
7435 * gdb.base/nofield.exp
7436 * gdb.base/overlays.exp
7437 * gdb.base/paginate-after-ctrl-c-running.exp
7438 * gdb.base/paginate-bg-execution.exp
7439 * gdb.base/paginate-inferior-exit.exp
7440 * gdb.base/pending.exp
7441 * gdb.base/pr11022.exp
7442 * gdb.base/printcmds.exp
7443 * gdb.base/ptr-typedef.exp
7444 * gdb.base/ptype.exp
7445 * gdb.base/randomize.exp
7446 * gdb.base/range-stepping.exp
7447 * gdb.base/realname-expand.exp
7448 * gdb.base/relativedebug.exp
7449 * gdb.base/remote.exp
7450 * gdb.base/savedregs.exp
7451 * gdb.base/sepdebug.exp
7452 * gdb.base/set-noassign.exp
7453 * gdb.base/shlib-call.exp
7454 * gdb.base/shreloc.exp
7455 * gdb.base/sigaltstack.exp
7456 * gdb.base/sigbpt.exp
7457 * gdb.base/siginfo-addr.exp
7458 * gdb.base/siginfo-obj.exp
7459 * gdb.base/siginfo-thread.exp
7460 * gdb.base/signest.exp
7461 * gdb.base/signull.exp
7462 * gdb.base/sigrepeat.exp
7463 * gdb.base/skip.exp
7464 * gdb.base/so-impl-ld.exp
7465 * gdb.base/solib-corrupted.exp
7466 * gdb.base/solib-disc.exp
7467 * gdb.base/solib-display.exp
7468 * gdb.base/solib-overlap.exp
7469 * gdb.base/solib-search.exp
7470 * gdb.base/solib-symbol.exp
7471 * gdb.base/source-execution.exp
7472 * gdb.base/sss-bp-on-user-bp-2.exp
7473 * gdb.base/sss-bp-on-user-bp.exp
7474 * gdb.base/stack-checking.exp
7475 * gdb.base/stale-infcall.exp
7476 * gdb.base/step-break.exp
7477 * gdb.base/step-line.exp
7478 * gdb.base/step-over-exit.exp
7479 * gdb.base/step-test.exp
7480 * gdb.base/structs.exp
7481 * gdb.base/sym-file.exp
7482 * gdb.base/symtab-search-order.exp
7483 * gdb.base/term.exp
7484 * gdb.base/type-opaque.exp
7485 * gdb.base/unload.exp
7486 * gdb.base/until-nodebug.exp
7487 * gdb.base/until.exp
7488 * gdb.base/unwindonsignal.exp
7489 * gdb.base/watch-cond.exp
7490 * gdb.base/watch-non-mem.exp
7491 * gdb.base/watch_thread_num.exp
7492 * gdb.base/watchpoint-reuse-slot.exp
7493 * gdb.base/watchpoint-solib.exp
7494 * gdb.base/watchpoint.exp
7495 * gdb.btrace/dlopen.exp
7496 * gdb.cell/arch.exp
7497 * gdb.cell/break.exp
7498 * gdb.cell/bt.exp
7499 * gdb.cell/core.exp
7500 * gdb.cell/data.exp
7501 * gdb.cell/dwarfaddr.exp
7502 * gdb.cell/ea-cache.exp
7503 * gdb.cell/ea-standalone.exp
7504 * gdb.cell/ea-test.exp
7505 * gdb.cell/f-regs.exp
7506 * gdb.cell/fork.exp
7507 * gdb.cell/gcore.exp
7508 * gdb.cell/mem-access.exp
7509 * gdb.cell/ptype.exp
7510 * gdb.cell/registers.exp
7511 * gdb.cell/sizeof.exp
7512 * gdb.cell/solib-symbol.exp
7513 * gdb.cell/solib.exp
7514 * gdb.compile/compile-tls.exp
7515 * gdb.cp/exception.exp
7516 * gdb.cp/gdb2495.exp
7517 * gdb.cp/local.exp
7518 * gdb.cp/mb-inline.exp
7519 * gdb.cp/mb-templates.exp
7520 * gdb.cp/pr10687.exp
7521 * gdb.cp/pr9167.exp
7522 * gdb.cp/scope-err.exp
7523 * gdb.cp/templates.exp
7524 * gdb.cp/virtfunc.exp
7525 * gdb.dwarf2/dw2-dir-file-name.exp
7526 * gdb.dwarf2/dw2-single-line-discriminators.exp
7527 * gdb.fortran/complex.exp
7528 * gdb.fortran/library-module.exp
7529 * gdb.guile/guile.exp
7530 * gdb.guile/scm-cmd.exp
7531 * gdb.guile/scm-frame-inline.exp
7532 * gdb.guile/scm-objfile.exp
7533 * gdb.guile/scm-pretty-print.exp
7534 * gdb.guile/scm-symbol.exp
7535 * gdb.guile/scm-type.exp
7536 * gdb.guile/scm-value.exp
7537 * gdb.linespec/keywords.exp
7538 * gdb.linespec/ls-errs.exp
7539 * gdb.linespec/macro-relative.exp
7540 * gdb.linespec/thread.exp
7541 * gdb.mi/mi-breakpoint-changed.exp
7542 * gdb.mi/mi-dprintf-pending.exp
7543 * gdb.mi/mi-fullname-deleted.exp
7544 * gdb.mi/mi-logging.exp
7545 * gdb.mi/mi-pending.exp
7546 * gdb.mi/mi-solib.exp
7547 * gdb.mi/new-ui-mi-sync.exp
7548 * gdb.mi/user-selected-context-sync.exp
7549 * gdb.multi/dummy-frame-restore.exp
7550 * gdb.multi/multi-arch-exec.exp
7551 * gdb.multi/remove-inferiors.exp
7552 * gdb.multi/watchpoint-multi-exit.exp
7553 * gdb.opt/solib-intra-step.exp
7554 * gdb.perf/backtrace.exp
7555 * gdb.perf/single-step.exp
7556 * gdb.perf/skip-command.exp
7557 * gdb.perf/skip-prologue.exp
7558 * gdb.perf/solib.exp
7559 * gdb.python/lib-types.exp
7560 * gdb.python/py-as-string.exp
7561 * gdb.python/py-bad-printers.exp
7562 * gdb.python/py-block.exp
7563 * gdb.python/py-breakpoint.exp
7564 * gdb.python/py-cmd.exp
7565 * gdb.python/py-events.exp
7566 * gdb.python/py-evthreads.exp
7567 * gdb.python/py-finish-breakpoint.exp
7568 * gdb.python/py-finish-breakpoint2.exp
7569 * gdb.python/py-frame-inline.exp
7570 * gdb.python/py-frame.exp
7571 * gdb.python/py-inferior.exp
7572 * gdb.python/py-infthread.exp
7573 * gdb.python/py-mi.exp
7574 * gdb.python/py-objfile.exp
7575 * gdb.python/py-pp-maint.exp
7576 * gdb.python/py-pp-registration.exp
7577 * gdb.python/py-prettyprint.exp
7578 * gdb.python/py-recurse-unwind.exp
7579 * gdb.python/py-shared.exp
7580 * gdb.python/py-symbol.exp
7581 * gdb.python/py-symtab.exp
7582 * gdb.python/py-template.exp
7583 * gdb.python/py-type.exp
7584 * gdb.python/py-unwind-maint.exp
7585 * gdb.python/py-unwind.exp
7586 * gdb.python/py-value.exp
7587 * gdb.python/python.exp
7588 * gdb.reverse/finish-reverse-bkpt.exp
7589 * gdb.reverse/insn-reverse.exp
7590 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7591 * gdb.reverse/solib-precsave.exp
7592 * gdb.reverse/solib-reverse.exp
7593 * gdb.stabs/gdb11479.exp
7594 * gdb.stabs/weird.exp
7595 * gdb.threads/fork-child-threads.exp
7596 * gdb.threads/fork-plus-threads.exp
7597 * gdb.threads/fork-thread-pending.exp
7598 * gdb.threads/forking-threads-plus-breakpoint.exp
7599 * gdb.threads/hand-call-in-threads.exp
7600 * gdb.threads/interrupted-hand-call.exp
7601 * gdb.threads/linux-dp.exp
7602 * gdb.threads/local-watch-wrong-thread.exp
7603 * gdb.threads/next-while-other-thread-longjmps.exp
7604 * gdb.threads/non-ldr-exit.exp
7605 * gdb.threads/pending-step.exp
7606 * gdb.threads/print-threads.exp
7607 * gdb.threads/process-dies-while-detaching.exp
7608 * gdb.threads/process-dies-while-handling-bp.exp
7609 * gdb.threads/pthreads.exp
7610 * gdb.threads/queue-signal.exp
7611 * gdb.threads/reconnect-signal.exp
7612 * gdb.threads/signal-command-handle-nopass.exp
7613 * gdb.threads/signal-command-multiple-signals-pending.exp
7614 * gdb.threads/signal-delivered-right-thread.exp
7615 * gdb.threads/signal-sigtrap.exp
7616 * gdb.threads/sigthread.exp
7617 * gdb.threads/staticthreads.exp
7618 * gdb.threads/stepi-random-signal.exp
7619 * gdb.threads/thread-unwindonsignal.exp
7620 * gdb.threads/thread_check.exp
7621 * gdb.threads/thread_events.exp
7622 * gdb.threads/tid-reuse.exp
7623 * gdb.threads/tls-nodebug.exp
7624 * gdb.threads/tls-shared.exp
7625 * gdb.threads/tls-so_extern.exp
7626 * gdb.threads/tls.exp
7627 * gdb.threads/wp-replication.exp
7628 * gdb.trace/actions-changed.exp
7629 * gdb.trace/actions.exp
7630 * gdb.trace/backtrace.exp
7631 * gdb.trace/change-loc.exp
7632 * gdb.trace/collection.exp
7633 * gdb.trace/deltrace.exp
7634 * gdb.trace/disconnected-tracing.exp
7635 * gdb.trace/entry-values.exp
7636 * gdb.trace/ftrace-lock.exp
7637 * gdb.trace/ftrace.exp
7638 * gdb.trace/infotrace.exp
7639 * gdb.trace/mi-trace-frame-collected.exp
7640 * gdb.trace/mi-trace-unavailable.exp
7641 * gdb.trace/mi-traceframe-changed.exp
7642 * gdb.trace/mi-tracepoint-changed.exp
7643 * gdb.trace/mi-tsv-changed.exp
7644 * gdb.trace/no-attach-trace.exp
7645 * gdb.trace/packetlen.exp
7646 * gdb.trace/passc-dyn.exp
7647 * gdb.trace/passcount.exp
7648 * gdb.trace/pending.exp
7649 * gdb.trace/pr16508.exp
7650 * gdb.trace/qtro.exp
7651 * gdb.trace/range-stepping.exp
7652 * gdb.trace/read-memory.exp
7653 * gdb.trace/report.exp
7654 * gdb.trace/save-trace.exp
7655 * gdb.trace/signal.exp
7656 * gdb.trace/stap-trace.exp
7657 * gdb.trace/status-stop.exp
7658 * gdb.trace/strace.exp
7659 * gdb.trace/tfile.exp
7660 * gdb.trace/tfind.exp
7661 * gdb.trace/trace-break.exp
7662 * gdb.trace/trace-condition.exp
7663 * gdb.trace/trace-enable-disable.exp
7664 * gdb.trace/trace-mt.exp
7665 * gdb.trace/tracecmd.exp
7666 * gdb.trace/tracefile-pseudo-reg.exp
7667 * gdb.trace/tspeed.exp
7668 * gdb.trace/tstatus.exp
7669 * gdb.trace/tsv.exp
7670 * gdb.trace/unavailable.exp
7671 * gdb.trace/while-dyn.exp
7672 * gdb.trace/while-stepping.exp
7673 * lib/gdb-guile.exp
7674 * lib/gdb.exp
7675 * lib/mi-support.exp
7676 * lib/pascal.exp
7677 * lib/perftest.exp
7678 * lib/prelink-support.exp
7679 * lib/selftest-support.exp
7680
7681 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7682
7683 * Makefile.in: Include disable-implicit-rules.mk.
7684
7685 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7686
7687 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7688 non-byte-aligned bit fields.
7689
7690 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7691
7692 PR gdb/12616
7693 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7694 respects the DW_AT_data_bit_offset attribute.
7695
7696 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7697
7698 * gdb.base/default.exp: Fix output of "set language".
7699
7700 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7701
7702 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7703 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7704 make.
7705 * configure.ac: Remove checks for the make program.
7706 * configure: Re-generate.
7707
7708 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7709
7710 * gdb.python/py-recurse-unwind.c (main): Add loop.
7711 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7712 to read_register() and gdb.parse_and_eval(). Make each code
7713 call a separate case that can be individually tested.
7714 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7715 proc. Call cont_and_backtrace for each of the code paths that
7716 we want to test in the unwinder.
7717
7718 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7719
7720 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7721 the definition of struct S.
7722
7723 2016-11-11 Catherine Moore <clm@codesourcery.com>
7724
7725 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7726
7727 2016-11-09 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.base/commands.exp (runto_or_return): New procedure.
7730 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7731 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7732 (progvar_simple_while_test, progvar_complex_if_while_test)
7733 (if_while_breakpoint_command_test)
7734 (infrun_breakpoint_command_test, breakpoint_command_test)
7735 (user_defined_command_test, watchpoint_command_test)
7736 (test_command_prompt_position, redefine_hook_test)
7737 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7738 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7739 multi_line_input and multi_line. Remove gdb_expect and
7740 gdb_stop_suppressing_tests uses.
7741 * lib/gdb.exp (valnum_re): New global.
7742 (multi_line_input): New procedure.
7743
7744 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7745
7746 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7747 Remove.
7748 (test_setup): Define with proc_with_prefix.
7749 (test_cli_inferior): Likewise.
7750 (test_cli_thread): Likewise.
7751 (test_cli_frame): Likewise.
7752 (test_cli_select_frame): Likewise.
7753 (test_cli_up_down): Likewise.
7754 (test_mi_thread_select): Likewise.
7755 (test_mi_stack_select_frame): Likewise.
7756 (test_cli_in_mi_inferior): Likewise.
7757 (test_cli_in_mi_thread): Likewise.
7758 (test_cli_in_mi_frame): Likewise.
7759 (top level): Do not use with_test_prefix_procname.
7760
7761 2016-11-09 Pedro Alves <palves@redhat.com>
7762
7763 * gdb.base/commands.exp (gdbvar_simple_if_test)
7764 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7765 (progvar_simple_if_test, progvar_simple_while_test)
7766 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7767 (infrun_breakpoint_command_test, breakpoint_command_test)
7768 (user_defined_command_test, watchpoint_command_test)
7769 (test_command_prompt_position, deprecated_command_test)
7770 (bp_deleted_in_command, temporary_breakpoint_commands)
7771 (stray_arg0_test, source_file_with_indented_comment)
7772 (recursive_source_test, if_commands_test)
7773 (error_clears_commands_left, redefine_hook_test)
7774 (redefine_backtrace_test): Use proc_with_prefix.
7775 * lib/gdb.exp (proc_with_prefix): New proc.
7776
7777 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7778
7779 * gdb.base/tui-layout.c: New file.
7780 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7781 disassembly window contains very long lines.
7782
7783 2016-11-08 Tom Tromey <tom@tromey.com>
7784
7785 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7786 depend on Python 2.
7787
7788 2016-11-08 Tom Tromey <tom@tromey.com>
7789
7790 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7791 New method.
7792
7793 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7794
7795 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7796
7797 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7798
7799 * gdb.rust/simple.rs: Add test for univariant enums without
7800 discriminants and for encoded struct-like enums.
7801
7802 2016-10-28 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7805 gdb_test_multiple, tighten regexps and match symtabs and line
7806 tables incrementally.
7807
7808 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7809
7810 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7811 general.
7812
7813 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7814
7815 * gdb.base/exec-invalid-sysroot.exp: New file.
7816
7817 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7818
7819 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7820
7821 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7822
7823 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7824
7825 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7826
7827 * gdb.base/killed-outside.exp: Remove $options from a call to
7828 `prepare_for_testing'.
7829
7830 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7831
7832 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7833 Change test message.
7834
7835 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7836
7837 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7838 Update comment.
7839
7840 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7841
7842 * gdb.trace/mi-trace-save.exp: New file.
7843
7844 2016-10-13 Yao Qi <yao.qi@linaro.org>
7845
7846 * gdb.base/code_elim.exp (get_var_address): Remove.
7847 * gdb.base/relocate.exp: Likewise.
7848 * gdb.base/shreloc.exp: Likewise.
7849 * lib/gdb.exp (get_var_address): New.
7850
7851 2016-10-13 Yao Qi <yao.qi@linaro.org>
7852
7853 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7854 floating point tests if $skip_float_test is false.
7855
7856 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7857
7858 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7859 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7860 argc values.
7861 Add 1 to argc so we guarantee distinct initial/modified argc values.
7862
7863 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7864
7865 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7866
7867 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7868
7869 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7870 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7871 * gdb.arch/vsx-regs.exp: Likewise.
7872
7873 2016-10-07 Yao Qi <yao.qi@linaro.org>
7874
7875 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7876
7877 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7878
7879 * gdb.python/python.exp: Test decode_line("*0").
7880
7881 2016-10-06 Doug Evans <dje@google.com>
7882
7883 * gdb.python/py-value.exp (test_value_creation): Add test for large
7884 unsigned 64-bit value.
7885
7886 2016-10-06 Tom Tromey <tom@tromey.com>
7887
7888 * gdb.compile/compile.exp: Change java tests to rust.
7889 * gdb.base/setshow.exp: Change java tests to rust.
7890 * gdb.base/default.exp: Remove java from language list.
7891 * README (Examples): Update language example.
7892 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7893 test.
7894 * lib/gdb.exp (skip_java_tests): Remove.
7895 * lib/java.exp: Remove.
7896 * gdb.java: Remove.
7897
7898 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7899
7900 * gdb.arch/mips-fcr.exp: New test.
7901 * gdb.arch/mips-fcr.c: Source for the new test.
7902
7903 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7904
7905 * gdb.base/solib-disc.exp: Use `standard_output_file'
7906 throughout.
7907
7908 2016-10-06 Pedro Alves <palves@redhat.com>
7909
7910 * gdb.base/jit-simple-dl.c: New file.
7911 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7912 * gdb.base/jit-simple.c: ... this.
7913 * gdb.base/jit-simple.exp (jit_run): Delete.
7914 (build_jit): New proc.
7915 (jit_test_reread): Recompile either the main program or the shared
7916 library, depending on what is being tested. Skip changing address
7917 if caller wants to. Compare before/after addresses. If testing
7918 standalone, explicitly load the binary. Test "maint info
7919 breakpoints".
7920 (top level): Add "standalone vs shared lib" and "change address"
7921 vs "same address" axes.
7922
7923 2016-10-06 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7926 call.
7927 (jit_run): Delete.
7928 (jit_test_reread): Use with_test_prefix. Reload the main binary
7929 explicitly. Compare the before/after addresses of the JIT
7930 descriptor.
7931
7932 2016-08-15 Doug Evans <dje@google.com>
7933
7934 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7935 for single bitfields is bool.
7936 * gdb.xml/tdesc-regs.exp: Ditto.
7937
7938 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7939
7940 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7941
7942 2016-10-05 Yao Qi <yao.qi@linaro.org>
7943
7944 * lib/gdb.exp (support_complex_tests): Return zero if
7945 gdb_skip_float_test return true.
7946
7947 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7948 Simon Marchi <simon.marchi@ericsson.com>
7949
7950 PR gdb/20487
7951 * gdb.mi/user-selected-context-sync.exp: New file.
7952 * gdb.mi/user-selected-context-sync.c: New file.
7953
7954 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7955 Simon Marchi <simon.marchi@ericsson.com>
7956
7957 PR gdb/20487
7958 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7959 =thread-select-event check.
7960
7961 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7962
7963 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7964 the compulsory L operand changes.
7965 * gdb.arch/powerpc-power.s: Likewise.
7966
7967 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7968
7969 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7970 * gdb.base/jit-attach-pie.c: New file.
7971 * gdb.base/jit-attach-pie.exp: New file.
7972
7973 2016-09-28 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.base/infcall-input.c: New file.
7976 * gdb.base/infcall-input.exp: New file.
7977
7978 2016-09-22 Yao Qi <yao.qi@linaro.org>
7979
7980 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7981 (gdb_exit): Rename it to ...
7982 (gdbserver_gdb_exit): ... Close GDBserver.
7983 (gdb_exit): New proc, call gdbserver_gdb_exit.
7984 (mi_gdb_exit): Likewise.
7985
7986 2016-09-22 Yao Qi <yao.qi@linaro.org>
7987
7988 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7989 path.
7990 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7991 Remove duplication.
7992
7993 2016-09-22 Yao Qi <yao.qi@linaro.org>
7994
7995 * lib/gdbserver-support.exp: Check the existence of
7996 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7997
7998 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7999
8000 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8001
8002 2016-09-21 Tom Tromey <tom@tromey.com>
8003
8004 PR gdb/20604:
8005 * gdb.base/quit.exp: New file.
8006
8007 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8008
8009 * .gitignore: New file.
8010
8011 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8012
8013 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8014 throughout.
8015
8016 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8017
8018 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8019
8020 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8021
8022 * gdb.cp/casts.cc (decltype): Move it ...
8023 (main): ... with its call to ...
8024 * gdb.cp/casts03.cc: ... a new file.
8025 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8026
8027 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8028
8029 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8030
8031 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8032
8033 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8034 and sync up the test with tests in gas/testsuite/gas/ppc.
8035 * gdb.arch/powerpc-power.exp: Likewise.
8036
8037 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8038
8039 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8040
8041 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8042 Jan Kratochvil <jan.kratochvil@redhat.com>
8043
8044 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8045 make m1's definition to be different from m2's. Use 'dummy' as an
8046 argument for probe 'two'.
8047
8048 2016-09-10 Jon Beniston <jon@beniston.com>
8049
8050 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8051 for sim target.
8052
8053 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8054
8055 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8056 variable declaration.
8057 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8058 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8059 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8060 received HWCAP as its argument.
8061
8062 2016-09-06 Pedro Alves <palves@redhat.com>
8063
8064 * gdb.base/new-ui-pending-input.c: New file.
8065 * gdb.base/new-ui-pending-input.exp: New file.
8066 * gdb.exp (clear_gdb_spawn_id): New procedure.
8067 (with_spawn_id): Check whether gdb_spawn_id exists before
8068 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8069 on exit.
8070
8071 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8072
8073 * gdb.base/float128.c: New file.
8074 * gdb.base/float128.exp: Likewise.
8075 * gdb.base/floatn.c: Likewise.
8076 * gdb.base/floatn.exp: Likewise.
8077
8078 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8079
8080 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8081
8082 2016-09-05 Pedro Alves <palves@redhat.com>
8083
8084 PR backtrace/19927
8085 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8086 unwinders are immediately called as side effect of "source" or
8087 "disable unwinder" commands.
8088 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8089
8090 2016-09-02 Yao Qi <yao.qi@linaro.org>
8091
8092 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8093 is true and $type is "float" or "double".
8094
8095 2016-09-02 Yao Qi <yao.qi@linaro.org>
8096
8097 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8098 true.
8099 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8100 * gdb.base/call-rt-st.exp: Likewise.
8101 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8102 return value instead of gdb,skip_float_test.
8103 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8104 (do_function_calls): Use its return value instead of
8105 gdb,skip_float_test.
8106 * gdb.base/finish.exp: Likewise.
8107 * gdb.base/funcargs.exp: Likewise.
8108 * gdb.base/return.exp: Likewise.
8109 * gdb.base/return2.exp: Likewise.
8110 * gdb.base/varargs.exp: Likewise.
8111 * lib/gdb.exp (gdb_skip_float_test): Change it to
8112 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8113
8114 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8115
8116 * gdb.multi/tids.exp: Test "thread apply all".
8117
8118 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8119
8120 * gdb.base/default.exp (tty): Remove.
8121
8122 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8123
8124 * gdb.python/py-recurse-unwind.c: New file.
8125 * gdb.python/py-recurse-unwind.py: New file.
8126 * gdb.python/py-recurse-unwind.exp: New file.
8127
8128 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8129
8130 * gdb.base/set-inferior-tty.exp: New file.
8131 * gdb.base/set-inferior-tty.c: New file.
8132
8133 2016-08-23 Pedro Alves <palves@redhat.com>
8134
8135 PR gdb/20494
8136 * gdb.base/new-ui-echo.c: New file.
8137 * gdb.base/new-ui-echo.exp: New file.
8138
8139 2016-08-23 Yao Qi <yao.qi@linaro.org>
8140
8141 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8142 gdbserver_spawn.
8143 * gdb.server/connect-without-multi-process.exp (do_test):
8144 Likewise.
8145
8146 2016-08-23 Yao Qi <yao.qi@linaro.org>
8147
8148 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8149 standalone_txt. Delete gdb_txt and standalone_txt on host
8150 and target. Spawn the binary on target. Copy files from
8151 target to host.
8152
8153 2016-08-22 Pedro Alves <palves@redhat.com>
8154
8155 PR gdb/20505
8156 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8157 with_test_prefix. Factor out bits to ...
8158 (test_no_vdso): ... this new procedure.
8159
8160 2016-08-19 Carl Love <cel@us.ibm.com>
8161
8162 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8163 maintaining separate logic for constructing the output path.
8164 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8165 * gdb.arch/ppc-dfp.exp: Likewise.
8166 * gdb.arch/ppc-fp.exp: Likewise.
8167 * gdb.arch/vsx-regs.exp: Likewise.
8168 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8169 binprefix for generating the additional binary files.
8170
8171 2016-08-19 Pedro Alves <palves@redhat.com>
8172
8173 * gdb.trace/mi-trace-frame-collected.exp
8174 (test_trace_frame_collected): On x32, expect two registers.
8175
8176 2016-08-18 Carl Love <cel@us.ibm.com>
8177
8178 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8179 and sync up the test with tests in gas/testsuite/gas/ppc.
8180 * gdb.arch/powerpc-power.exp: Likewise.
8181
8182 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8183
8184 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8185 expected error message.
8186
8187 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8188
8189 * gdb.multi/remove-inferiors.exp: New file.
8190 * gdb.multi/remove-inferiors.c: New file.
8191
8192 2016-08-12 Yao Qi <yao.qi@linaro.org>
8193
8194 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8195 argument list.
8196
8197 2016-08-10 Pedro Alves <palves@redhat.com>
8198
8199 PR gdb/19187
8200 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8201 setup_kfails.
8202
8203 2016-08-09 Pedro Alves <palves@redhat.com>
8204 Simon Marchi <simon.marchi@ericsson.com>
8205
8206 PR gdb/20418
8207 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8208 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8209
8210 2016-08-09 Pedro Alves <palves@redhat.com>
8211
8212 PR mi/20431
8213 * gdb.mi/mi-cmd-error.exp: New file.
8214
8215 2016-08-09 Pedro Alves <palves@redhat.com>
8216
8217 PR gdb/18653
8218 * gdb.base/signals-state-child.c: New file.
8219 * gdb.base/signals-state-child.exp: New file.
8220 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8221
8222 2016-08-09 Pedro Alves <palves@redhat.com>
8223
8224 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8225
8226 2016-08-03 Tom Tromey <tom@tromey.com>
8227
8228 PR python/18565:
8229 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8230
8231 2016-08-01 Yao Qi <yao.qi@linaro.org>
8232
8233 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8234 variable mode to "multi-process" if $multi_process is 1, otherwise
8235 set it to "single-process".
8236
8237 2016-08-01 Yao Qi <yao.qi@linaro.org>
8238
8239 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8240 * gdb.cp/cpexprs.exp: Likewise.
8241 * gdb.cp/m-static.exp: Likewise.
8242
8243 2016-07-26 Tom Tromey <tom@tromey.com>
8244
8245 PR python/20190:
8246 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8247 test.
8248
8249 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8250
8251 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8252 selecting assembly source files.
8253 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8254 assembly source files.
8255 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8256 assembly source files.
8257 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8258 selecting assembly source files.
8259
8260 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8261
8262 * gdb.base/new-ui.exp (do_test_invalid_args): New
8263 procedure.
8264
8265 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8266
8267 * gdb.btrace/reconnect.c: New file.
8268 * gdb.btrace/reconnect.exp: New file.
8269
8270 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8271
8272 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8273 to test_catch_syscall_group.
8274 (test_catch_syscall_group): New.
8275
8276 2016-07-21 Tom Tromey <tom@tromey.com>
8277
8278 * gdb.rust/simple.rs (main): Use empty struct expression.
8279 * gdb.rust/simple.exp: Add tests for empty struct expression.
8280
8281 2016-07-21 Yao Qi <yao.qi@linaro.org>
8282
8283 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8284 if gdb_skip_xml_test is true on some targets.
8285
8286 2016-07-21 Yao Qi <yao.qi@linaro.org>
8287
8288 * gdb.server/solib-list.exp: Unset last_loaded_file.
8289
8290 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8291
8292 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8293 "step into captured_main (args)".
8294
8295 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8296
8297 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8298
8299 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8300
8301 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8302
8303 2016-07-19 Pedro Alves <palves@redhat.com>
8304
8305 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8306 * gdb.opt/inline-bt.exp: Likewise.
8307 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8308 additional_flags=-Winline.
8309 * gdb.opt/inline-locals.exp: Likewise.
8310 * gdb.opt/inline-markers.c (ATTR): Define.
8311 (inlined_fn): Use it.
8312
8313 2016-07-19 Yao Qi <yao.qi@linaro.org>
8314
8315 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8316 (test_with_self): Remove some code. Remove argument executable.
8317 (top-level): Use do_self_tests.
8318
8319 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8320 Don Breazeal <donb@codesourcery.com>
8321
8322 * gdb.base/maint.exp: Escape paths used in regular expressions.
8323 * gdb.stabs/weird.exp: Likewise.
8324
8325 2016-07-13 Tom Tromey <tom@tromey.com>
8326
8327 PR python/15620, PR python/18620:
8328 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8329 (test_bkpt_events): New procs.
8330
8331 2016-07-13 Tom Tromey <tom@tromey.com>
8332
8333 PR python/17698:
8334 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8335 test.
8336 (test_watchpoints): Likewise.
8337 (test_bkpt_pending): New proc.
8338
8339 2016-07-13 Tom Tromey <tom@tromey.com>
8340
8341 PR cli/18053:
8342 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8343 completion test.
8344
8345 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8346
8347 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8348 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8349 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8350 f_label.
8351 (g): Rename g_end_lbl to g_label.
8352 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8353 low_pc and high_pc.
8354 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8355
8356 2016-07-12 Tom Tromey <tom@tromey.com>
8357
8358 PR python/19293:
8359 * gdb.python/py-unwind-maint.exp: Update tests.
8360
8361 2016-07-12 Yao Qi <yao.qi@linaro.org>
8362
8363 * lib/selftest-support.exp (selftest_setup): Match the output
8364 when captured_main is inlined.
8365
8366 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8367
8368 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8369 New variables.
8370 (print this%a, print this%b, print this): New tests.
8371 * gdb.fortran/derived-types.f90 (this): New object and
8372 initialization.
8373
8374 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8375
8376 * gdb.ada/arraydim.exp: Remove extra directory level in build
8377 directory.
8378
8379 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8380
8381 * lib/ada.exp: Remove extra directory level in build directory.
8382 * gdb.ada/cond_lang.exp: Likewise.
8383 * gdb.ada/exec_changed.exp: Likewise.
8384 * gdb.ada/lang_switch.exp: Likewise.
8385
8386 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8387
8388 * simple.rs: Add test for raw pointer subscripting.
8389 * simple.exp: Add test expectations.
8390
8391 2016-07-05 Yao Qi <yao.qi@linaro.org>
8392
8393 * gdb.mi/mi-reverse.exp: Match =record-started output.
8394
8395 2016-07-01 Pedro Alves <palves@redhat.com>
8396
8397 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8398 procedure.
8399 (jit_reader_test): Test the jit reader's unwinder.
8400 * gdb.base/jithost.c (jit_function_00_code): New global.
8401 (main): Use memcpy to fill in the mmapped code, instead of poking
8402 bytes manually here.
8403 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8404 value.
8405 (read_debug_info): Save the function's range.
8406 (read_sp): New function.
8407 (unwind_frame): Use it. Also unwind RBP.
8408 (get_frame_id): Use read_sp.
8409 (gdb_init_reader): Use calloc instead of malloc.
8410 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8411 parameter. Use gdb_test_multiple.
8412
8413 2016-07-01 Pedro Alves <palves@redhat.com>
8414 Antoine Tremblay <antoine.tremblay@ericsson.com>
8415
8416 * gdb.threads/process-dies-while-detaching.c: New file.
8417 * gdb.threads/process-dies-while-detaching.exp: New file.
8418
8419 2016-07-01 Pedro Alves <palves@redhat.com>
8420
8421 * gdb.multi/watchpoint-multi-exit.c: New file.
8422 * gdb.multi/watchpoint-multi-exit.exp: New file.
8423
8424 2016-06-30 Pedro Alves <palves@redhat.com>
8425
8426 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8427 unset inferior_spawn_id.
8428
8429 2016-06-30 Pedro Alves <palves@redhat.com>
8430
8431 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8432 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8433
8434 2016-06-29 Yao Qi <yao.qi@linaro.org>
8435
8436 * gdb.base/return.c: Add copyright header.
8437
8438 2016-06-29 Tom Tromey <tom@tromey.com>
8439
8440 PR python/20129:
8441 * gdb.python/py-framefilter.exp: Add tests for setting priority
8442 and disabling of non-existent frame filter.
8443
8444 2016-06-29 Yao Qi <yao.qi@linaro.org>
8445
8446 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8447 0x0f07ff.
8448
8449 2016-06-28 Yao Qi <yao.qi@linaro.org>
8450
8451 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8452 triplets. Start gdb, execute catch syscall, and continue. Check
8453 gdb's output to determine catch syscall is supported.
8454
8455 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8456
8457 * gdb.rust/simple.rs: Add test for returning unit in a function.
8458 * gdb.rust/simple.exp: Add expectation for functions returning
8459 unit.
8460
8461 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8462
8463 * gdb.python/py-breakpoint-create-fail.c,
8464 gdb.python/py-breakpoint-create-fail.exp,
8465 gdb.python/py-breakpoint-create-fail.py: New testcase.
8466
8467 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8468
8469 PR gdb/20239
8470 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8471 * gdb.rust/simple.exp: Add test expectations for new NonZero
8472 tests.
8473
8474 2016-06-24 David Taylor <dtaylor@emc.com>
8475
8476 * gdb.base/offsets.exp: New file.
8477 * gdb.base/offsets.c: New file.
8478
8479 2016-06-23 Tom Tromey <tom@tromey.com>
8480
8481 PR gdb/16483:
8482 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8483 before any filters are loaded.
8484
8485 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8486
8487 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8488 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8489 structs.
8490 * gdb.fortran/derived-type-function.exp: New file.
8491 * gdb.fortran/derived-type-function.f90: New file.
8492
8493
8494 2016-06-21 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.base/new-ui.exp: New file.
8497 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8498 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8499 (with_spawn_id): New procedure.
8500
8501 2016-06-21 Pedro Alves <palves@redhat.com>
8502
8503 * gdb.mi/mi-exec-run.exp: New file.
8504
8505 2016-06-21 Pedro Alves <palves@redhat.com>
8506
8507 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8508 breakpoint command's output on the main UI.
8509 (test_break): New procedure, factored out from calls in the top
8510 level.
8511 (top level): Use foreach_with_prefix to test MI as main UI and as
8512 separate UI.
8513
8514 2016-06-21 Pedro Alves <palves@redhat.com>
8515
8516 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8517 (test_awatch_creation_and_listing)
8518 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8519 Remove 'type' parameter.
8520 (test_watchpoint_all): New parameter mi_mode. Remove
8521 with_test_prefix.
8522 (top level): Use foreach_with_prefix, and add main/separate UI MI
8523 testing axis.
8524
8525 2016-06-21 Pedro Alves <palves@redhat.com>
8526
8527 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8528 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8529 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8530 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8531 (gdb_main_spawn_id, mi_spawn_id): Declare and
8532 comment.
8533 (mi_create_inferior_pty): New procedure,
8534 factored out from default_mi_gdb_start.
8535 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8536 procedures.
8537 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8538 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8539 Use mi_create_inferior_pty.
8540 (mi_gdb_start): Use eval to pass down args list.
8541
8542 2016-06-21 Pedro Alves <palves@redhat.com>
8543
8544 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8545 * gdb.opt/inline-cmds.exp: Add MI tests.
8546
8547 2016-06-21 Pedro Alves <palves@redhat.com>
8548
8549 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8550
8551 2016-06-21 Pedro Alves <palves@redhat.com>
8552
8553 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8554 (top level): Use it instead of mi_execute_to.
8555
8556 2016-06-21 Pedro Alves <palves@redhat.com>
8557
8558 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8559 (cont_handler_str): New.
8560 (signal_stop_handler): Set stop_handler_str instead of printing to
8561 stdout.
8562 (continue_handler): Set cont_handler_str instead of printing to
8563 stdout.
8564 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8565 mi_send_resuming_command. Print stop_handler_str and
8566 cont_handler_str instead of expecting the python events print
8567 directly.
8568
8569 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8570
8571 * gdb.base/jit-reader.exp: New file.
8572 * gdb.base/jithost.c: New file.
8573 * gdb.base/jithost.h: New file.
8574 * gdb.base/jitreader.c : New file.
8575 * gdb.base/jit-protocol.h: New file.
8576
8577 2016-06-17 Yao Qi <yao.qi@linaro.org>
8578
8579 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8580 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8581 and detach-on-fork. Adjust tests.
8582 (top level): Invoke break_cond_on_syscall with combinations of
8583 syscall, follow-fork-mode and detach-on-fork.
8584
8585 2016-06-17 Yao Qi <yao.qi@linaro.org>
8586
8587 * gdb.base/step-over-exit.c: New.
8588 * gdb.base/step-over-exit.exp: New.
8589
8590 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8591
8592 * gdb.base/float.exp: Add target check for nds32*-*-*.
8593 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8594
8595 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8596
8597 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8598 for unsupported target features.
8599 * gdb.base/call-rt-st.exp: Likewise.
8600 * gdb.base/call-sc.exp: Likewise.
8601 * gdb.base/call-signal-resume.exp: Likewise.
8602 * gdb.base/call-strs.exp: Likewise.
8603 * gdb.base/callexit.exp: Likewise.
8604 * gdb.base/callfuncs.exp: Likewise.
8605 * gdb.base/nodebug.exp: Likewise.
8606 * gdb.base/printcmds.exp: Likewise.
8607 * gdb.base/ptype.exp: Likewise.
8608 * gdb.base/structs.exp: Likewise.
8609 * gdb.base/unwindonsignal.exp: Likewise.
8610 * gdb.cp/gdb2495.exp: Likewise.
8611 * gdb.cp/templates.exp: Likewise.
8612 * gdb.cp/virtfunc.exp: Likewise.
8613 * gdb.threads/hand-call-in-threads.exp: Likewise.
8614 * gdb.threads/interrupted-hand-call.exp: Likewise.
8615 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8616
8617 2016-06-10 Tom Tromey <tom@tromey.com>
8618
8619 PR rust/20110:
8620 * gdb.rust/expr.exp: Add test for integer constant larger than
8621 i32.
8622
8623 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8624
8625 * gdb.fortran/nested-funcs.exp: New.
8626 * gdb.fortran/nested-funcs.f90: New.
8627
8628 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8629
8630 * gdb.base/examine-backward.c: New file.
8631 * gdb.base/examine-backward.exp: New file.
8632
8633 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8634
8635 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8636 matching.
8637
8638 2016-06-02 Tom Tromey <tom@tromey.com>
8639
8640 PR python/18984:
8641 * gdb.python/py-shared.exp: Add solib_name test.
8642
8643 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8644
8645 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8646
8647 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8648
8649 PR c++/19893
8650 * gdb.dwarf2/implref.exp: Rename to...
8651 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8652 * gdb.dwarf2/implref-array.c: New file.
8653 * gdb.dwarf2/implref-array.exp: Likewise.
8654 * gdb.dwarf2/implref-global.c: Likewise.
8655 * gdb.dwarf2/implref-global.exp: Likewise.
8656 * gdb.dwarf2/implref-struct.c: Likewise.
8657 * gdb.dwarf2/implref-struct.exp: Likewise.
8658
8659 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8660
8661 * gdb.trace/trace-condition.exp: Add 64bit tests.
8662
8663 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8664
8665 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8666 bits types.
8667 (main): Adapt to 8 to 64 bits types.
8668 * gdb.trace/trace-condition.exp: Add new tests.
8669
8670 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8671
8672 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8673
8674 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8675
8676 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8677 Move condition tests...
8678 * gdb.trace/trace-condition.exp: Here.
8679
8680 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8681
8682 * gdb.trace/trace-condition.exp: Add counter-case tests.
8683
8684 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8685
8686 PR c++/15231
8687 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8688 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8689
8690 2016-05-27 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8693 New procedure.
8694 (top level): Call it, and bail out of DejaGnu is known to be bad.
8695
8696 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8697
8698 * gdb.base/whatis.c: Extend the test case.
8699 * gdb.base/whatis.exp: Add additional tests.
8700
8701 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8702
8703 * gdb.fortran/type.f90: Add pointer variable.
8704 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8705
8706 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8707
8708 * gdb.fortran/vla-type.exp: Fix testcase name.
8709
8710 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8711
8712 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8713
8714 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8715
8716 * gdb.fortran/type.f90: Add nested structures.
8717 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8718 * gdb.fortran/derived-type.exp: Adapt expected output.
8719 * gdb.fortran/vla-type.exp: Adapt expected output.
8720
8721 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8722
8723 * gdb.fortran/whatis_type.exp: Adapt expected output.
8724
8725 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8726
8727 * gdb.fortran/print_type.exp: Fix expected output.
8728 * gdb.fortran/whatis_type.exp: Fix expected output.
8729
8730 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8731
8732 * gdb.fortran/whatis_type.exp: Use multi_line.
8733
8734 2016-05-24 Tom Tromey <tom@tromey.com>
8735
8736 PR python/17386:
8737 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8738 use value as an index.
8739
8740 2016-05-23 Tom Tromey <tom@tromey.com>
8741
8742 PR python/17981:
8743 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8744 no-breakpoint case.
8745
8746 2016-05-24 Pedro Alves <palves@redhat.com>
8747
8748 PR gdb/19828
8749 * gdb.threads/clone-attach-detach.c: New file.
8750 * gdb.threads/clone-attach-detach.exp: New file.
8751
8752 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8753
8754 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8755
8756 2016-05-23 Tom Tromey <tom@tromey.com>
8757
8758 PR python/19438, PR python/18393:
8759 * gdb.python/py-progspace.exp: Add "dir" test.
8760 * gdb.python/py-objfile.exp: Add "dir" test.
8761
8762 2016-05-23 Yao Qi <yao.qi@linaro.org>
8763
8764 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8765 * gdb.arch/thumb2-it.exp: Likewise.
8766
8767 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8768
8769 * gdb.mi/mi-threads-interrupt.c: New file.
8770 * gdb.mi/mi-threads-interrupt.exp: New file.
8771
8772 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8773
8774 PR gdb/18077
8775 * gdb.mi/mi-async-run.exp: New file.
8776 * gdb.mi/mi-async-run.c: New file.
8777
8778 2016-05-17 Tom Tromey <tom@tromey.com>
8779 Manish Goregaokar <manishsmail@gmail.com>
8780
8781 * lib/rust-support.exp: New file.
8782 * lib/gdb.exp (skip_rust_tests): New proc.
8783 (build_executable_from_specs): Handle rust.
8784 * lib/future.exp (gdb_find_rustc): New proc.
8785 (gdb_default_target_compile): Handle rust.
8786 * gdb.rust/expr.exp: New file.
8787 * gdb.rust/generics.exp: New file.
8788 * gdb.rust/generics.rs: New file.
8789 * gdb.rust/methods.exp: New file.
8790 * gdb.rust/methods.rs: New file.
8791 * gdb.rust/modules.exp: New file.
8792 * gdb.rust/modules.rs: New file.
8793 * gdb.rust/simple.exp: New file.
8794 * gdb.rust/simple.rs: New file.
8795
8796 2016-05-17 Tom Tromey <tom@tromey.com>
8797
8798 * gdb.base/default.exp (set language): Add rust.
8799
8800 2016-05-17 Tom Tromey <tom@tromey.com>
8801
8802 * gdb.gdb/unittest.exp: New file.
8803
8804 2016-05-16 Yao Qi <yao.qi@linaro.org>
8805
8806 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8807 shell_prompt. Update shell_prompt_re.
8808
8809 2016-05-12 Doug Evans <dje@google.com>
8810
8811 PR symtab/19999
8812 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8813 $options when building executable.
8814 * gdb.dwarf2/fission-loclists-pie.S: New file.
8815 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8816
8817 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8818
8819 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8820 of [is_remote target],
8821
8822 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8823
8824 * lib/gdb.exp (use_gdb_stub): New procedure.
8825
8826 2016-05-03 Yunlian Jiang <yunlian@google.com>
8827 Doug Evans <dje@google.com>
8828
8829 PR symtab/19914
8830 * gdb.dwarf2/dwp-sepdebug.c: New file.
8831 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8832
8833 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8834
8835 * gdb.base/detach.exp: Remove is_remote check.
8836
8837 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8838
8839 * gdb.base/annota-input-while-running.exp: Don't check for
8840 [is_remote target]. Enable annotations after running to main.
8841 Remove unused "set test..." line.
8842
8843 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8844
8845 * gdb.trace/trace-enable-disable.exp: New file.
8846 * gdb.trace/trace-enable-disable.c: New file.
8847
8848 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8849
8850 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8851 use it in info sharedlibrary test.
8852 * gdb.trace/ftrace-lock.exp: Likewise.
8853 * gdb.trace/ftrace.exp: Likewise.
8854 * gdb.trace/range-stepping.exp: Likewise.
8855 * gdb.trace/trace-break.exp: Likewise.
8856 * gdb.trace/trace-condition.exp: Likewise.
8857 * gdb.trace/trace-mt.exp: Likewise.
8858
8859 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8860
8861 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8862 (gdb_load_shlib): ... this.
8863 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8864 gdb_load_shlib.
8865 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8866 * gdb.base/ctxobj.exp: Likewise.
8867 * gdb.base/dprintf-pending.exp: Likewise.
8868 * gdb.base/dso2dso.exp: Likewise.
8869 * gdb.base/fixsection.exp: Likewise.
8870 * gdb.base/gcore-relro.exp: Likewise.
8871 * gdb.base/gdb1555.exp: Likewise.
8872 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8873 * gdb.base/gnu-ifunc.exp: Likewise.
8874 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8875 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8876 * gdb.base/pending.exp: Likewise.
8877 * gdb.base/print-file-var.exp: Likewise.
8878 * gdb.base/print-symbol-loading.exp: Likewise.
8879 * gdb.base/shlib-call.exp: Likewise.
8880 * gdb.base/shreloc.exp: Likewise.
8881 * gdb.base/so-impl-ld.exp: Likewise.
8882 * gdb.base/solib-disc.exp: Likewise.
8883 * gdb.base/solib-nodir.exp: Likewise.
8884 * gdb.base/solib-overlap.exp: Likewise.
8885 * gdb.base/solib-symbol.exp: Likewise.
8886 * gdb.base/solib-weak.exp (do_test): Likewise.
8887 * gdb.base/sym-file.exp: Likewise.
8888 * gdb.base/symtab-search-order.exp: Likewise.
8889 * gdb.base/type-opaque.exp: Likewise.
8890 * gdb.base/unload.exp: Likewise.
8891 * gdb.base/watchpoint-solib.exp: Likewise.
8892 * gdb.compile/compile.exp: Likewise.
8893 * gdb.cp/gdb2384.exp: Likewise.
8894 * gdb.cp/infcall-dlopen.exp: Likewise.
8895 * gdb.cp/re-set-overloaded.exp: Likewise.
8896 * gdb.fortran/library-module.exp: Likewise.
8897 * gdb.opt/solib-intra-step.exp: Likewise.
8898 * gdb.python/py-finish-breakpoint.exp: Likewise.
8899 * gdb.python/py-shared.exp: Likewise.
8900 * gdb.reverse/solib-precsave.exp: Likewise.
8901 * gdb.reverse/solib-reverse.exp: Likewise.
8902 * gdb.server/solib-list.exp: Likewise.
8903 * gdb.threads/dlopen-libpthread.exp: Likewise.
8904 * gdb.threads/tls-shared.exp: Likewise.
8905 * gdb.threads/tls-so_extern.exp: Likewise.
8906 * gdb.trace/change-loc.exp: Likewise.
8907 * gdb.trace/ftrace-lock.exp: Likewise.
8908 * gdb.trace/ftrace.exp: Likewise.
8909 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8910 * gdb.trace/pending.exp: Likewise.
8911 * gdb.trace/range-stepping.exp: Likewise.
8912 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8913 (strace_info_marker): Likewise.
8914 (strace_probe_marker): Likewise.
8915 (strace_trace_on_same_addr): Likewise.
8916 (strace_trace_on_diff_addr): Likewise.
8917 * gdb.trace/trace-break.exp: Likewise.
8918 * gdb.trace/trace-condition.exp: Likewise.
8919 * gdb.trace/trace-mt.exp: Likewise.
8920
8921 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8922
8923 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8924 result of gdb_remote_download.
8925 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8926 * gdb.base/dso2dso.exp: Likewise.
8927 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8928 * gdb.base/print-file-var.exp: Likewise.
8929 * gdb.base/shlib-call.exp: Likewise.
8930 * gdb.base/shreloc.exp: Likewise.
8931 * gdb.base/solib-overlap.exp: Likewise.
8932 * gdb.base/solib-weak.exp (do_test): Likewise.
8933 * gdb.base/unload.exp: Likewise.
8934
8935 2016-04-27 Yao Qi <yao.qi@linaro.org>
8936
8937 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8938 exists.
8939
8940 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8941
8942 * vla-type.exp: Print structure from toplevel.
8943
8944 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8945
8946 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8947 of dynamic types.
8948 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8949 of dynamic types.
8950
8951 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8952
8953 * gdb.fortran/vla-type.f90: New file.
8954 * gdb.fortran/vla-type.exp: New file.
8955
8956 2016-04-25 Yao Qi <yao.qi@linaro.org>
8957
8958 * gdb.base/branch-to-self.c: New file.
8959 * gdb.base/branch-to-self.exp: New file.
8960
8961 2016-04-22 Yao Qi <yao.qi@linaro.org>
8962
8963 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8964 more after $hex.
8965
8966 2016-04-22 Yao Qi <yao.qi@linaro.org>
8967
8968 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8969 * gdb.base/annota3.exp: Likewise.
8970
8971 2016-04-22 Yao Qi <yao.qi@linaro.org>
8972
8973 * gdb.reverse/step-precsave.exp: Do one step and test program
8974 stops in "callee" and do multiple steps until program goes out
8975 of "callee".
8976 * gdb.reverse/step-reverse.exp: Likewise.
8977
8978 2016-04-22 Yao Qi <yao.qi@linaro.org>
8979
8980 * gdb.trace/signal.exp: Also pass if
8981 $tracepoint_hits($i) > $iterations.
8982
8983 2016-04-22 Yao Qi <yao.qi@linaro.org>
8984
8985 * gdb.trace/signal.c: New file.
8986 * gdb.trace/signal.exp: New file.
8987
8988 2016-04-19 Doug Evans <xdje42@gmail.com>
8989
8990 * gdb.base/bad-file.exp: New file.
8991
8992 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8993
8994 * gdb.dwarf2/implref.exp: New file.
8995
8996 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8997
8998 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8999 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9000 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9001 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9002 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9003 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9004 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9005 * lib/fortran.exp (fortran_int4): New procedure.
9006 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9007 (fortran_logical4): Likewise.
9008
9009 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9010
9011 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9012
9013 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9014
9015 * lib/compiler.c: Add Intel specific preprocessor macros.
9016 * lib/compiler.cc: Likewise.
9017
9018 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9019
9020 * gdb.server/connect-with-no-symbol-file.c: New file.
9021 * gdb.server/connect-with-no-symbol-file.exp: New file.
9022
9023 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9024
9025 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9026
9027 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9028
9029 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9030 standard output directory.
9031
9032 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9033
9034 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9035
9036 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9037
9038 * gdb.btrace/instruction_history.c (loop): Add declaration.
9039
9040 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9041
9042 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9043
9044 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9045
9046 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9047 parentheses to print.
9048 (continue_handler): Likewise.
9049
9050 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9051
9052 * gdb.server/solib-list.exp: Remove is_remote check.
9053 Pass shlib= to gdb_compile. Don't link shared library with
9054 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9055 Run binary filename through "readlink -f" on the target.
9056
9057 2016-04-08 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9060 interpreter filename as argument to gdbserver_spawn.
9061 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9062 Return empty if $last_loaded_file does not exist.
9063
9064 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9065
9066 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9067 * gdb.base/jit-main.c: Use exit after usage.
9068
9069 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9070
9071 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9072 GDBHISTSIZE prior to the tests.
9073 * gdb.base/gdbinit-history.exp: Likewise.
9074
9075 2016-04-07 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9078 instead of build_executable. Use gdb_load_shlibs.
9079
9080 2016-04-07 Yao Qi <yao.qi@linaro.org>
9081
9082 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9083 Execute "si" command.
9084
9085 2016-04-07 Yao Qi <yao.qi@linaro.org>
9086
9087 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9088 number instead of the comments on some line.
9089
9090 2016-04-06 Don Breazeal <donb@codesourcery.com>
9091
9092 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9093 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9094
9095 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9096
9097 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9098 standard_output_file. Remove unused binfile variable.
9099
9100 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9101
9102 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9103 * gdb.python/py-mi-objfile.exp: Match "list main" output
9104 in console format.
9105
9106 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9107
9108 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9109 absolute.
9110
9111 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9112
9113 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9114 absolute.
9115 * gdb.trace/ftrace.exp: Likewise.
9116 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9117 targets as well.
9118 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9119 (gdb_load_shlibs): Copy libraries to test directory when testing
9120 natively. Only set solib-search-path if testing remotely.
9121 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9122
9123 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9124
9125 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9126 gdb_download. Use it even if the target is not remote.
9127 * gdb.base/jit.exp (compile_jit_test): Likewise.
9128 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9129 output directory if the destination board is local, otherwise use
9130 the standard remote_download from DejaGnu.
9131 (gdb_download): Remove.
9132 (gdb_load_shlibs): Use gdb_remote_download instead of
9133 gdb_download.
9134 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9135 Use gdb_remote_download instead of gdb_download. Use it even if
9136 the target is not remote.
9137 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9138 instead of gdb_download.
9139
9140 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9141
9142 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9143 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9144 run.
9145
9146 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9147
9148 PR gdb/19820
9149 * gdb.base/printcmds.exp: Add artificial arrays tests.
9150
9151 2016-03-31 Pedro Alves <palves@redhat.com>
9152
9153 PR gdb/19858
9154 * gdb.base/jit-main.c: Include unistd.h.
9155 (ATTACH): Define to 0 if not already defined.
9156 (wait_for_gdb, mypid): New globals.
9157 (WAIT_FOR_GDB): New macro.
9158 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9159 some breakpoint locations.
9160 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9161 New procedures.
9162 (one_jit_test): Add REATTACH parameter, and handle it. Use
9163 continue_to_test_location.
9164 (top level): Test attach, and adjusts calls to one_jit_test.
9165
9166 2016-03-31 Pedro Alves <palves@redhat.com>
9167
9168 PR gdb/19858
9169 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9170 BINSUFFIX parameter, and handle it.
9171 (top level): Adjust calls compile_jit_test.
9172
9173 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9174
9175 PR python/19743
9176 * gdb.python/py-mi-events-gdb.py: New file.
9177 * gdb.python/py-mi-events.c: New file.
9178 * gdb.python/py-mi-events.exp: New file.
9179
9180 2016-03-30 Yao Qi <yao.qi@linaro.org>
9181
9182 * gdb.reverse/until-precsave.exp: Match function name only.
9183 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9184 Move malloc to a condition block.
9185 * gdb.reverse/until-reverse.exp: Match function name only.
9186
9187 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9188
9189 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9190 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9191 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9192 variable for GPR 0 instead of assuming it is register 0.
9193 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9194 * lib/trace-support.exp: Add s390 registers.
9195
9196 2016-03-29 Yao Qi <yao.qi@linaro.org>
9197
9198 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9199
9200 2016-03-24 Yao Qi <yao.qi@linaro.org>
9201
9202 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9203 test message.
9204
9205 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9206
9207 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9208 maintaining separate logic for constructing the output path.
9209
9210 2016-03-16 Don Breazeal <donb@codesourcery.com>
9211
9212 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9213 Retry fork and waitpid on interrupted system call errors.
9214 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9215 Use with_timeout_factor to increase timeout by factor of 10.
9216
9217 2016-03-15 Don Breazeal <donb@codesourcery.com>
9218
9219 * gdb.cp/scope-err.cc: New test program.
9220 * gdb.cp/scope-err.exp: New test script.
9221 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9222 lines and "set breakpoint here" comment.
9223 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9224 Fixed some whitespace and format issues.
9225 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9226 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9227
9228 2016-03-15 Doug Evans <dje@google.com>
9229
9230 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9231 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9232 All callers updated. Add tests for enums, mixed flags register.
9233
9234 2016-03-15 Doug Evans <dje@google.com>
9235
9236 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9237 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9238
9239 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9240
9241 * gdb.base/default.exp: Add $_as_string to the list of expected
9242 convenience functions.
9243
9244 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9245
9246 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9247
9248 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9249
9250 * gdb.python/py-as-string.exp: New file.
9251 * gdb.python/py-as-string.c: New file.
9252
9253 2016-03-09 Pedro Alves <palves@redhat.com>
9254
9255 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9256 signal" -> "Thread NN received signal" output change.
9257 * gdb.threads/ia64-sigill.exp: Likewise.
9258 * gdb.threads/linux-dp.exp: Likewise.
9259 * gdb.threads/manythreads.exp: Likewise.
9260 * gdb.threads/pending-step.exp: Likewise.
9261 * gdb.threads/print-threads.exp: Likewise.
9262 * gdb.threads/sigstep-threads.exp: Likewise.
9263 * gdb.threads/staticthreads.exp: Likewise.
9264 * gdb.threads/tls.exp: Likewise.
9265
9266 2016-03-09 Pedro Alves <palves@redhat.com>
9267
9268 * gdb.base/command-line-input.exp: New file.
9269
9270 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9271
9272 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9273 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9274 * gdb.trace/pending.exp: Accept leading dot before function name.
9275 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9276 * lib/trace-support.exp: Set registers for ppc.
9277
9278 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9279
9280 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9281 use it for disassembly; accept .main in addition to main in backtrace.
9282
9283 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9284 Marcin Kościelnicki <koriakin@0x04.net>
9285
9286 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9287 (gdb_recursion_test_ptr): New global variable.
9288 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9289 gdb_recursion_test.
9290 (gdb_c_test): Ditto.
9291
9292 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9293
9294 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9295 ordering.
9296
9297 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9298
9299 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9300 (bar): Add bar_start_lbl label.
9301 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9302 of foo/bar for emitting DWARF and tracing.
9303
9304 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9305
9306 * analyze-racy-logs.py: Set executable bit.
9307
9308 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9309
9310 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9311 (CHECK_TARGET_TMP): Likewise.
9312 (check-single-racy): New rule.
9313 (check-parallel-racy): Likewise.
9314 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9315 (do-check-parallel-racy): New rule.
9316 (check-racy/%.exp): Likewise.
9317 * README (Racy testcases): New section.
9318 * analyze-racy-logs.py: New file.
9319
9320 2016-03-03 Doug Evans <dje@google.com>
9321
9322 * gdb.base/skip.exp: Use with_test_prefix.
9323
9324 2016-03-03 Yao Qi <yao.qi@linaro.org>
9325
9326 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9327 Invoke step_over_syscall "clone" and break_cond_on_syscall
9328 "clone".
9329 * gdb.base/step-over-clone.c: New file.
9330
9331 2016-03-03 Yao Qi <yao.qi@linaro.org>
9332
9333 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9334 code format.
9335
9336 2016-03-03 Yao Qi <yao.qi@linaro.org>
9337
9338 * gdb.base/disp-step-fork.c: Rename to ...
9339 * gdb.base/step-over-fork.c: ... it. New file.
9340 * gdb.base/disp-step-vfork.c: Rename to ...
9341 * gdb.base/step-over-vfork.c: ... it. New file.
9342 * gdb.base/disp-step-syscall.exp: Rename to ...
9343 * gdb.base/step-over-syscall.exp: ... it. New file.
9344 (disp_step_cross_syscall): Rename to ...
9345 (step_over_syscall): ... it.
9346
9347 2016-03-03 Yao Qi <yao.qi@linaro.org>
9348
9349 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9350 If target supports condition evaluation on target, invoke
9351 break_cond_on_syscall for fork and vfork.
9352
9353 2016-03-03 Yao Qi <yao.qi@linaro.org>
9354
9355 * gdb.base/disp-step-syscall.exp: Don't invoke
9356 support_displaced_stepping.
9357 (disp_step_cross_syscall): Test with displaced stepping off and
9358 on if supported.
9359
9360 2016-03-03 Yao Qi <yao.qi@linaro.org>
9361
9362 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9363 proc.
9364 (setup): New proc.
9365 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9366 and setup.
9367
9368 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9369
9370 * gdb.fortran/vla-history.exp: Remove breakpoint.
9371
9372 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9373
9374 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9375 exceeds timeout.
9376
9377 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9378
9379 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9380 breakpoint.
9381
9382 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9383
9384 * gdb.mi/vla.f90: Nullify pointer after declaration.
9385
9386 2016-03-01 Pedro Alves <palves@redhat.com>
9387
9388 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9389
9390 2016-03-01 Pedro Alves <palves@redhat.com>
9391
9392 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9393 before anything else.
9394 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9395 _GNU_SOURCE here.
9396 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9397 before anything else.
9398 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9399
9400 2016-03-01 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9403
9404 2016-03-01 Yao Qi <yao.qi@linaro.org>
9405
9406 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9407 prepare_for_testing.
9408
9409 2016-03-01 Yao Qi <yao.qi@linaro.org>
9410
9411 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9412
9413 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9414
9415 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9416 manually constructing the output path.
9417
9418 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9419
9420 * gdb.arch/s390-stackless.S: New.
9421 * gdb.arch/s390-stackless.exp: New.
9422
9423 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9424
9425 * gdb.dlang/circular.c: New file.
9426 * gdb.dlang/circular.exp: New file.
9427
9428 2016-02-26 Yao Qi <yao.qi@linaro.org>
9429
9430 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9431 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9432 (testcases): Update.
9433
9434 2016-02-26 Yao Qi <yao.qi@linaro.org>
9435
9436 * gdb.reverse/aarch64.c: Rename to ...
9437 * gdb.reverse/insn-reverse.c: ... it.
9438 * gdb.reverse/aarch64.exp: Rename to ...
9439 * gdb.reverse/insn-reverse.exp: ... it.
9440
9441 2016-02-26 Yao Qi <yao.qi@linaro.org>
9442
9443 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9444 (testcase_ftype): New.
9445 (testcases): New array.
9446 (n_testcases): New.
9447 (main): Call each element in testcases.
9448 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9449 (read_testcase): New.
9450 Do the tests in a loop.
9451
9452 2016-02-25 Yao Qi <yao.qi@linaro.org>
9453
9454 * gdb.base/branches.c: Remove.
9455
9456 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9457
9458 PR gdb/13808
9459 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9460
9461 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9462
9463 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9464
9465 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9466
9467 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9468 change x86_64 call_insn to 'callq'.
9469
9470 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9471
9472 * gdb.trace/tfile-avx.c: Move to...
9473 * gdb.trace/tracefile-pseudo-reg.c: Here.
9474 * gdb.trace/tfile-avx.exp: Move to...
9475 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9476
9477 2016-02-24 Gary Benson <gbenson@redhat.com>
9478
9479 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9480 message on attach.
9481
9482 2016-02-23 Doug Evans <dje@google.com>
9483
9484 * gdb.base/skip.c (test_skip): New function.
9485 (end_test_skip_file_and_function): New function.
9486 (test_skip_file_and_function): New function.
9487 * gdb.base/skip1.c (test_skip): New function.
9488 (skip1_test_skip_file_and_function): New function.
9489 * gdb.base/skip.exp: Add tests for new skip options.
9490 * gdb.base/skip-solib.exp: Update expected output.
9491 * gdb.perf/skip-command.cc: New file.
9492 * gdb.perf/skip-command.exp: New file.
9493 * gdb.perf/skip-command.py: New file.
9494
9495 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9496
9497 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9498 info registers pattern.
9499
9500 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9501
9502 * lib/future.exp: Add D support.
9503 (gdb_find_gdc): New proc.
9504 (gdb_default_target_compile): Add D support.
9505
9506 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9507
9508 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9509 user+system time.
9510 (trace_speed_test): Determine the iteration count for a time
9511 between 15..30 seconds.
9512
9513 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9514
9515 * gdb.arch/i386-mpx-sigsegv.c: New file.
9516 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9517 * gdb.arch/i386-mpx-simple_segv.c: New file.
9518 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9519
9520 2016-02-18 Yao Qi <yao.qi@linaro.org>
9521
9522 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9523 Don't call setup_kfail.
9524
9525 2016-02-18 Yao Qi <yao.qi@linaro.org>
9526
9527 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9528 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9529
9530 2016-02-16 Doug Evans <dje@google.com>
9531
9532 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9533 * gdb.base/skip1.c: Ditto.
9534 * gdb.base/skip.exp: Whitespace cleanup.
9535
9536 2016-02-16 Don Breazeal <donb@codesourcery.com>
9537
9538 PR remote/19496
9539 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9540 Remove kfail for PR remote/19496.
9541
9542 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9543
9544 * lib/gdb.exp (standard_temp_file): Return a path specific to
9545 the runtest invocation.
9546
9547 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9548
9549 * gdb.trace/save-trace.exp: Change relative path to be in the
9550 standard output directory.
9551
9552 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9553
9554 * gdb.arch/i386-prologue.c: Add missing prototypes.
9555
9556 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9557
9558 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9559 * gdb.arch/i386-prologue.exp: Likewise.
9560 * gdb.arch/i386-size.exp: Likewise.
9561
9562 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9563
9564 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9565 define object file path.
9566 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9567 file path.
9568 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9569 standard_output_file to define binfile.
9570
9571 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9572
9573 Fix compatibility with recent gfortran-5.3.1.
9574 * gdb.fortran/vla-history.exp (print vla1 allocated)
9575 (print vla2 allocated, print $2, print $3): Remove
9576 (print $4): Rename to ...
9577 (print $2): ... here.
9578 (print $9): Rename to ...
9579 (print $5): ... here.
9580 (print $10): Rename to ...
9581 (print $6): ... here.
9582 * gdb.fortran/vla.f90: Add pvla initialization.
9583
9584 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9585
9586 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9587 New test.
9588 * gdb.fortran/vla-value-sub.exp: Likewise.
9589
9590 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9591
9592 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9593
9594 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9595
9596 * i386-biarch-core.exp: Define corefile using
9597 standard_output_file.
9598
9599 2016-02-12 Yao Qi <yao.qi@linaro.org>
9600
9601 * gdb.arch/arm-single-step-kernel-helper.c: New.
9602 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9603
9604 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9605
9606 * gdb.btrace/tailcall-only.exp: New.
9607 * gdb.btrace/tailcall-only.c: New.
9608 * gdb.btrace/x86_64-tailcall-only.S: New.
9609 * gdb.btrace/i686-tailcall-only.S: New.
9610
9611 2016-02-11 Pedro Alves <palves@redhat.com>
9612
9613 * README (Parallel testing): Add missing double quotes.
9614
9615 2016-02-11 Pedro Alves <palves@redhat.com>
9616
9617 * README (Parallel testing): New section.
9618 (GDB_PARALLEL): Rewrite.
9619 (FORCE_PARALLEL): Document.
9620
9621 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9622
9623 * gdb.trace/tfile-avx.c: New test.
9624 * gdb.trace/tfile-avx.exp: New test.
9625
9626 2016-02-09 Keith Seitz <keiths@redhat.com>
9627
9628 PR breakpoints/19546
9629 * gdb.base/infcall-exec.c: New file.
9630 * gdb.base/infcall-exec2.c: New file.
9631 * gdb.base/infcall-exec.exp: New file.
9632
9633 2016-02-09 Keith Seitz <keiths@redhat.com>
9634
9635 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9636 (toplevel): Call test_bkpt_address.
9637
9638 2016-02-09 Keith Seitz <keiths@redhat.com>
9639
9640 PR python/19506
9641 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9642 (toplevel): Call test_bkpt_address.
9643
9644 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9645
9646 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9647 to AC_OUTPUT.
9648 * configure: Regenerate.
9649
9650 2016-02-09 Pedro Alves <palves@redhat.com>
9651
9652 PR breakpoints/19548
9653 * gdb.base/execl-update-breakpoints.c (some_function): New
9654 function.
9655 (main): Call it.
9656 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9657 Tighten expected GDB output.
9658
9659 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9660
9661 * Makefile.in (ALL_SUBDIRS): Remove.
9662 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9663 (distclean maintainer-clean realclean): Likewise.
9664 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9665 * configure: Regenerate.
9666 * gdb.ada/Makefile.in: Delete.
9667 * gdb.arch/Makefile.in: Likewise.
9668 * gdb.asm/Makefile.in: Likewise.
9669 * gdb.base/Makefile.in: Likewise.
9670 * gdb.btrace/Makefile.in: Likewise.
9671 * gdb.cell/Makefile.in: Likewise.
9672 * gdb.compile/Makefile.in: Likewise.
9673 * gdb.cp/Makefile.in: Likewise.
9674 * gdb.disasm/Makefile.in: Likewise.
9675 * gdb.dlang/Makefile.in: Likewise.
9676 * gdb.dwarf2/Makefile.in: Likewise.
9677 * gdb.fortran/Makefile.in: Likewise.
9678 * gdb.gdb/Makefile.in: Likewise.
9679 * gdb.go/Makefile.in: Likewise.
9680 * gdb.guile/Makefile.in: Likewise.
9681 * gdb.java/Makefile.in: Likewise.
9682 * gdb.linespec/Makefile.in: Likewise.
9683 * gdb.mi/Makefile.in: Likewise.
9684 * gdb.modula2/Makefile.in: Likewise.
9685 * gdb.multi/Makefile.in: Likewise.
9686 * gdb.objc/Makefile.in: Likewise.
9687 * gdb.opencl/Makefile.in: Likewise.
9688 * gdb.opt/Makefile.in: Likewise.
9689 * gdb.pascal/Makefile.in: Likewise.
9690 * gdb.perf/Makefile.in: Likewise.
9691 * gdb.python/Makefile.in: Likewise.
9692 * gdb.reverse/Makefile.in: Likewise.
9693 * gdb.server/Makefile.in: Likewise.
9694 * gdb.stabs/Makefile.in: Likewise.
9695 * gdb.threads/Makefile.in: Likewise.
9696 * gdb.trace/Makefile.in: Likewise.
9697 * gdb.xml/Makefile.in: Likewise.
9698 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9699 GDB_PARALLEL.
9700 (standard_output_file): Remove check for GDB_PARALLEL, always
9701 return path in outputs/$subdir/$testname.
9702
9703 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9704
9705 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9706 (site.exp): Assign abs_srcdir to tcl's srcdir.
9707
9708 2016-02-04 Yao Qi <yao.qi@linaro.org>
9709
9710 * gdb.base/foll-exec-mode.c: Include limits.h.
9711 (main): Add parameters argc and argv. Get directory from
9712 argv[0].
9713 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9714 compilation.
9715 * gdb.base/foll-exec.c: Include limits.h.
9716 (main): Add parameters argc and argv.
9717 Get directory from argv[0].
9718 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9719 Adjust tests on the number of lines as source code changed.
9720 * gdb.base/foll-vfork-exit.c: Include limits.h.
9721 (main): Add one line of statement before vfork.
9722 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9723 (main): Add parameters argc and argv. Get directory from
9724 argv[0].
9725 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9726 (setup_gdb): Set tbreak to skip some source lines.
9727 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9728 (main): Add parameters argc and argv. Get directory from
9729 argv[0].
9730 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9731 compilation.
9732 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9733 (main): Add parameters argc and argv. Get directory from
9734 argv[0].
9735 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9736 compilation.
9737
9738 2016-02-01 Doug Evans <dje@google.com>
9739
9740 * gdb.base/skip.exp: Clean up multiple references to same test name.
9741
9742 2016-02-01 Pedro Alves <palves@redhat.com>
9743
9744 PR remote/19496
9745 * gdb.threads/forking-threads-plus-breakpoint.exp
9746 (displaced_stepping_supported): New global.
9747 (probe_displaced_stepping_support): New procedure.
9748 (do_test): Add 'displaced' parameter, and use it.
9749 (top level): Check for displaced stepping support. Add displaced
9750 stepping on/off testing axis.
9751
9752 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9753
9754 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9755 pointer. Don't perform further tests on the unassociated pointer
9756 if the first test fails.
9757
9758 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9759
9760 * gdb.base/max-value-size.c: New file.
9761 * gdb.base/max-value-size.exp: New file.
9762 * gdb.base/huge.exp: Disable max-value-size for this test.
9763
9764 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9765
9766 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9767
9768 2016-01-28 Yao Qi <yao.qi@linaro.org>
9769
9770 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9771
9772 2016-01-25 Pedro Alves <palves@redhat.com>
9773
9774 PR threads/19461
9775 * gdb.base/fork-running-state.c: New file.
9776 * gdb.base/fork-running-state.exp: New file.
9777
9778 2016-01-25 Pedro Alves <palves@redhat.com>
9779
9780 PR gdb/19494
9781 * gdb.base/catch-fork-kill.c: New file.
9782 * gdb.base/catch-fork-kill.exp: New file.
9783
9784 2016-01-25 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9787 Delete, moved to lib/gdb.exp.
9788 * gdb.threads/forking-threads-plus-breakpoint.exp
9789 (foreach_with_prefix): Likewise.
9790 * gdb.threads/process-dies-while-handling-bp.exp
9791 (foreach_with_prefix): Likewise.
9792 * lib/gdb.exp (foreach_with_prefix): New procedure.
9793
9794 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9795
9796 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9797 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9798
9799 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9800
9801 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9802 endian targets.
9803
9804 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9805 Pedro Alves <palves@redhat.com>
9806
9807 Fix testsuite compatibility with Guile.
9808 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9809 number.
9810
9811 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9812
9813 Fix testsuite compatibility with Guile.
9814 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9815 (thread 1): New test for backtrace through signal handler.
9816
9817 2016-01-22 Yao Qi <yao.qi@linaro.org>
9818
9819 PR testsuite/19491
9820 * gdb.base/multi-forks.c: Include
9821 ../lib/unbuffer_output.c
9822 (main): Call gdb_unbuffer_output.
9823
9824 2016-01-21 Doug Evans <dje@google.com>
9825
9826 * lib/ada.exp (gdb_compile_ada): Fix typo.
9827
9828 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9829
9830 * gdb.base/break-fun-addr.exp: New file.
9831 * gdb.base/break-fun-addr1.c: New file.
9832 * gdb.base/break-fun-addr2.c: New file.
9833
9834 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9835
9836 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9837 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9838 enum flag values.
9839
9840 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9841
9842 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9843 when GDB can not set the vector return value. Add more comments
9844 for clarification.
9845
9846 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9847
9848 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9849 command.
9850
9851 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9852
9853 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9854
9855 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9856
9857 * Makefile.in (check-single): Pass --status to runtest.
9858 (check/%.exp): Likewise.
9859
9860 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9861
9862 * Makefile.in (check-parallel): Propagate return code from make
9863 do-check-parallel.
9864
9865 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9866
9867 * gdb.trace/ftrace.exp: Fix expected message on continue.
9868 * gdb.trace/pending.exp: Fix expected message on continue.
9869 * gdb.trace/trace-break.exp: Fix expected message on continue.
9870
9871 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9872
9873 * lib/gdb.exp (gdb_test): Remove unused global references.
9874
9875 2016-01-18 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.base/async-shell.exp: Adjust expected output.
9878 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9879 * gdb.base/siginfo-thread.exp: Adjust expected output.
9880 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9881 * gdb.java/jnpe.exp: Adjust expected output.
9882 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9883 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9884 * gdb.threads/leader-exit.exp: Adjust expected output.
9885 * gdb.threads/manythreads.exp: Adjust expected output.
9886 * gdb.threads/pthreads.exp: Adjust expected output.
9887 * gdb.threads/schedlock.exp: Adjust expected output.
9888 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9889 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9890 expected output.
9891 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9892 output.
9893 * gdb.threads/sigthread.exp: Adjust expected output.
9894 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9895
9896 2016-01-18 Yao Qi <yao.qi@linaro.org>
9897
9898 * gdb.guile/scm-section-script.c: Replace @progbits with
9899 %progbits.
9900 * gdb.python/py-section-script.c: Likewise.
9901
9902 2016-01-15 Pedro Alves <palves@redhat.com>
9903
9904 * gdb.multi/tids.exp: Test star wildcard ranges.
9905
9906 2016-01-15 Pedro Alves <palves@redhat.com>
9907
9908 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9909 command from "thread apply" invocation.
9910 (thr_apply_info_thr_invalid): Default the expected output to the
9911 input tid list.
9912 (top level): Add tests that use convenience variables. Add tests
9913 for "thread apply" with a valid TID list, but missing the command.
9914
9915 2016-01-13 Pedro Alves <palves@redhat.com>
9916
9917 * gdb.base/default.exp: Expect $_gthread as well.
9918 * gdb.multi/tids.exp: Test $_gthread.
9919 * gdb.threads/thread-specific.exp: Test $_gthread.
9920
9921 2016-01-13 Pedro Alves <palves@redhat.com>
9922
9923 * gdb.multi/tids.exp: Test "info threads -gid".
9924
9925 2016-01-13 Pedro Alves <palves@redhat.com>
9926
9927 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9928 Breakpoint.thread.
9929 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9930
9931 2016-01-07 Pedro Alves <palves@redhat.com>
9932
9933 * gdb.base/break.exp: Adjust to output changes.
9934 * gdb.base/hbreak2.exp: Likewise.
9935 * gdb.base/sepdebug.exp: Likewise.
9936 * gdb.base/watch_thread_num.exp: Likewise.
9937 * gdb.linespec/keywords.exp: Likewise.
9938 * gdb.multi/info-threads.exp: Likewise.
9939 * gdb.threads/thread-find.exp: Likewise.
9940 * gdb.multi/tids.c: New file.
9941 * gdb.multi/tids.exp: New file.
9942
9943 2016-01-13 Pedro Alves <palves@redhat.com>
9944
9945 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9946
9947 2016-01-13 Pedro Alves <palves@redhat.com>
9948
9949 * gdb.base/default.exp: Expect $_inferior as well.
9950 * gdb.multi/base.exp: Test $_inferior.
9951
9952 2016-01-13 Pedro Alves <palves@redhat.com>
9953
9954 PR breakpoints/19388
9955 * gdb.base/catch-signal-siginfo-cond.c: New file.
9956 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9957
9958 2016-01-12 Josh Stone <jistone@redhat.com>
9959 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9960
9961 * gdb.base/catch-syscall.c (do_execve): New variable.
9962 (main): Conditionally trigger an execve.
9963 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9964 (test_catch_syscall_execve): New, check entry/return across execve.
9965 (do_syscall_tests): Call test_catch_syscall_execve.
9966
9967 2016-01-12 Pedro Alves <palves@redhat.com>
9968
9969 * gdb.base/random-signal.exp (do_test): New procedure, with body
9970 of testcase moved in.
9971
9972 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9973 Pedro Alves <palves@redhat.com>
9974
9975 * gdb.base/funcargs.exp (finish from indirectly called function):
9976 Reintroduce the case for 'First'.
9977
9978 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9979 Pedro Alves <palves@redhat.com>
9980
9981 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9982 (tcatch_vfork_then_child_follow_exec)
9983 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9984 identification.
9985
9986 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9987
9988 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9989 and repeats to unlimited.
9990 * gdb.python/py-value.exp: Likewise.
9991 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9992 and repeats to unlimited.
9993
9994 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9995
9996 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9997 and reordering the functions.
9998 * gdb.multi/hangout.c: Likewise.
9999 * gdb.multi/hello.c: Likewise.
10000
10001 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10002
10003 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10004 absolute.
10005 (SingleStatisticTestResult.report): Use dict.keys instead of
10006 dict.iterkeys.
10007
10008 2016-01-06 Pedro Alves <palves@redhat.com>
10009
10010 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10011
10012 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10013
10014 * gdb.btrace/dlopen.exp: New.
10015 * gdb.btrace/dlopen.c: New.
10016 * gdb.btrace/dlopen-dso.c: New.
10017
10018 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10019
10020 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10021 PATTERN argument is optional.
10022
10023 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10024
10025 * lib/ada.exp (target_compile_ada_from_dir): New function.
10026 (gdb_compile_ada): Reimplement avoiding the use of project files.
10027 * gdb.ada/gnat_ada.gpr: Delete.
10028 * gdb.ada/cond_lang.exp: Adjust test to make path before
10029 filename optional.
10030 * gdb.ada/small_reg_param.exp: Likewise.
10031
10032 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10033
10034 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10035
10036 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10037
10038 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10039 case.
10040
10041 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10042
10043 * gdb.base/break.exp: Remove dead code.
10044 * gdb.base/sepdebug.exp: Likewise.
10045
10046 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10047
10048 * gdb.asm/asm-source.exp: Remove HP-UX references.
10049 * gdb.base/annota1.exp: Likewise.
10050 * gdb.base/annota3.exp: Likewise.
10051 * gdb.base/attach.exp: Likewise.
10052 * gdb.base/bigcore.exp: Likewise.
10053 * gdb.base/break.exp: Likewise.
10054 * gdb.base/call-ar-st.exp: Likewise.
10055 * gdb.base/callfuncs.exp: Likewise.
10056 * gdb.base/catch-fork-static.exp: Likewise.
10057 * gdb.base/display.exp: Likewise.
10058 * gdb.base/foll-exec-mode.exp: Likewise.
10059 * gdb.base/foll-exec.exp: Likewise.
10060 * gdb.base/foll-fork.exp: Likewise.
10061 * gdb.base/foll-vfork.exp: Likewise.
10062 * gdb.base/funcargs.exp: Likewise.
10063 * gdb.base/hbreak2.exp: Likewise.
10064 * gdb.base/inferior-died.exp: Likewise.
10065 * gdb.base/interrupt.exp: Likewise.
10066 * gdb.base/multi-forks.exp: Likewise.
10067 * gdb.base/nodebug.exp: Likewise.
10068 * gdb.base/sepdebug.exp: Likewise.
10069 * gdb.base/solib1.c: Likewise.
10070 * gdb.base/step-test.exp: Likewise.
10071 * gdb.mi/non-stop.c: Likewise.
10072 * gdb.mi/pthreads.c: Likewise.
10073 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10074 * gdb.threads/pthreads.c: Likewise.
10075 * gdb.threads/staticthreads.exp: Likewise.
10076 * lib/future.exp: Likewise.
10077 * lib/gdb.exp: Likewise.
10078 * gdb.base/so-indr-cl.c: Remove.
10079 * gdb.base/so-indr-cl.exp: Likewise.
10080 * gdb.base/solib.c: Likewise.
10081 * gdb.base/solib.exp: Likewise.
10082 * gdb.base/solib2.c: Likewise.
10083
10084 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10085
10086 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10087 * gdb.base/call-ar-st.exp: Likewise.
10088 * gdb.base/callfuncs.exp: Likewise.
10089 * gdb.base/condbreak.exp: Likewise.
10090 * gdb.base/constvars.exp: Likewise.
10091 * gdb.base/hbreak2.exp: Likewise.
10092 * gdb.base/langs.exp: Likewise.
10093 * gdb.base/list.exp: Likewise.
10094 * gdb.base/long_long.exp: Likewise.
10095 * gdb.base/ptype.exp: Likewise.
10096 * gdb.base/scope.exp: Likewise.
10097 * gdb.base/signals.exp: Likewise.
10098 * gdb.base/so-impl-ld.exp: Likewise.
10099 * gdb.base/varargs.exp: Likewise.
10100 * gdb.base/volatile.exp: Likewise.
10101 * gdb.base/whatis.exp: Likewise.
10102 * gdb.cp/cplusfuncs.exp: Likewise.
10103 * gdb.cp/inherit.exp: Likewise.
10104 * gdb.cp/local.exp: Likewise.
10105 * gdb.cp/member-ptr.exp: Likewise.
10106 * gdb.cp/method.exp: Likewise.
10107 * gdb.cp/overload.exp: Likewise.
10108 * gdb.cp/templates.exp: Likewise.
10109 * gdb.stabs/weird.exp: Likewise.
10110 * lib/compiler.c: Likewise.
10111 * lib/compiler.cc: Likewise.
10112 * lib/cp-support.exp: Likewise.
10113 * lib/gdb.exp: Likewise.
10114
10115 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10116
10117 * configure.ac: Remove HP-UX case.
10118 * configure: Regenerate.
10119
10120 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10121
10122 * lib/gdb.exp (gdb_compile): Add function doc.
10123
10124 2015-12-17 Pedro Alves <palves@redhat.com>
10125
10126 PR threads/19354
10127 * gdb.multi/info-threads.exp: New file.
10128
10129 2015-12-15 Yao Qi <yao.qi@linaro.org>
10130
10131 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10132 is aarch64*-*-*.
10133
10134 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10135
10136 * gdb.base/history-duplicates.exp: Skip if no readline support.
10137
10138 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10139
10140 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10141
10142 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10143
10144 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10145
10146 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10147
10148 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10149 ctrl-C if nointerrupts target property is set.
10150 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10151 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10152 * gdb.base/paginate-bg-execution.exp: Likewise.
10153 * gdb.base/paginate-execution-startup.exp: Likewise.
10154 * gdb.base/random-signal.exp: Likewise.
10155 * gdb.base/range-stepping.exp: Likewise.
10156 * gdb.cp/annota2.exp: Likewise.
10157 * gdb.cp/annota3.exp: Likewise.
10158 * gdb.gdb/selftest.exp: Likewise.
10159 * gdb.threads/continue-pending-status.exp: Likewise.
10160 * gdb.threads/leader-exit.exp: Likewise.
10161 * gdb.threads/manythreads.exp: Likewise.
10162 * gdb.threads/pthreads.exp: Likewise.
10163 * gdb.threads/schedlock.exp: Likewise.
10164 * gdb.threads/sigthread.exp: Likewise.
10165
10166 2015-12-11 Don Breazeal <donb@codesourcery.com>
10167
10168 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10169 remote.
10170 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10171 * gdb.base/foll-exec.exp (main): Enable for target remote.
10172 * gdb.base/foll-fork.exp (main): Likewise.
10173 * gdb.base/foll-vfork.exp (main): Likewise.
10174 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10175 (proc continue_to_exit_bp_loc): Use clean_restart.
10176 * gdb.base/pie-execl.exp (main): Disable for target remote.
10177 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10178 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10179 * gdb.threads/execl.exp (main): Likewise.
10180 * gdb.threads/fork-child-threads.exp (main): Likewise.
10181 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10182 remote.
10183 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10184 remote.
10185 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10186 pid.tid style ptids, instead of just tid.
10187 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10188 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10189 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10190 ptids, instead of just tid.
10191
10192 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10193
10194 * gdb.base/list.exp (test_list_forward): Add end of file error
10195 test.
10196 (test_repeat_list_command): Add end of file error test.
10197 (test_list_backwards): Add beginning of file error test.
10198
10199 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10200
10201 * gdb.base/list.exp (test_list_invalid_args): New function,
10202 defined, and called.
10203
10204 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10205
10206 * gdb.base/list.exp (test_list): Make test names unique.
10207
10208 2015-12-11 Yao Qi <yao.qi@linaro.org>
10209
10210 * gdb.base/coremaker2.c: Remove.
10211
10212 2015-12-10 Pedro Alves <palves@redhat.com>
10213
10214 * gdb.multi/base.exp: Remove stale "spaces" references.
10215
10216 2015-12-10 Pedro Alves <palves@redhat.com>
10217
10218 * gdb.multi/base.exp: Don't use nowarnings.
10219 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10220 * gdb.multi/hangout.c: Include stdio.h.
10221 * gdb.multi/hello.c: Include stdlib.h.
10222 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10223 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10224 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10225
10226 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10227
10228 * gdb.dwarf2/dw2-ranges-base.c: New file.
10229 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10230 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10231 support additional line table, and debug ranges generation.
10232 (Dwarf::ranges): New function, generate .debug_ranges.
10233 (Dwarf::lines): Support generating simple line table programs.
10234 (Dwarf::assemble): Initialise new namespace variables.
10235
10236 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10237
10238 * gdb.base/async.exp (proc test_background): Add case for
10239 asynchronous execution not supported.
10240
10241 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10242
10243 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10244 format and change test names to make them unique.
10245
10246 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10247 Pedro Alves <pedro@redhat.com>
10248
10249 PR gdb/18702
10250 Add checking of floatformats setup on x86_64 hosts.
10251 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10252 (smallval, bigval): New labels/constants.
10253 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10254 float" after loading bigval and smallval.
10255
10256 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10257
10258 * gdb.ada/fun_overload_menu.exp: New testcase.
10259 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10260
10261 2015-12-04 Josh Stone <jistone@redhat.com>
10262
10263 * gdb.base/catch-fork-static.exp: New.
10264
10265 2015-12-03 Yao Qi <yao.qi@linaro.org>
10266
10267 * gdb.base/sizeof.c: Don't include stdio.h and
10268 ../lib/unbuffer_output.c.
10269 (main): New variable 'size' and 'value'. Remove printf and
10270 gdb_unbuffer_output. Assign return value to size and value.
10271 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10272 at the beginning.
10273 (check_sizeof): Check the result by printing variable 'size'.
10274 (check_valueof): Check the result by printing variable 'value'.
10275
10276 2015-12-01 Yao Qi <yao.qi@linaro.org>
10277
10278 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10279 for aarch64*-*-linux* target.
10280
10281 2015-11-30 Pedro Alves <palves@redhat.com>
10282
10283 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10284
10285 2015-11-30 Pedro Alves <palves@redhat.com>
10286
10287 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10288 Handle non-stop mode vCont replies.
10289
10290 2015-11-30 Pedro Alves <palves@redhat.com>
10291
10292 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10293 prepare_for_testing. Start gdb with "set non-stop on" appended to
10294 GDBFLAGS. Lax expected stop output.
10295
10296 2015-11-27 Yao Qi <yao.qi@linaro.org>
10297
10298 * gdb.arch/arm-neon.exp: New.
10299 * gdb.arch/arm-neon.c: New.
10300
10301 2015-11-27 Yao Qi <yao.qi@linaro.org>
10302
10303 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10304
10305 2015-11-27 Yao Qi <yao.qi@linaro.org>
10306
10307 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10308 frames-invalid annotation.
10309
10310 2015-11-27 Yao Qi <yao.qi@linaro.org>
10311
10312 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10313
10314 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10315
10316 * gdb.threads/names.exp: New file.
10317 * gdb.threads/names.c: New file.
10318 * README: Mention gdb,no_thread_names.
10319
10320 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10321
10322 PR 19297
10323 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10324 support" error.
10325
10326 2015-11-24 Pedro Alves <palves@redhat.com>
10327
10328 PR 17539
10329 * gdb.base/display.exp: Expect displays to be sorted in ascending
10330 order. Use multi_line.
10331 * gdb.base/solib-display.exp: Likewise.
10332
10333 2015-11-24 Pedro Alves <palves@redhat.com>
10334
10335 PR 17539
10336 * gdb.base/display.exp: Expect displays to be sorted in ascending
10337 order. Use multi_line.
10338 * gdb.base/solib-display.exp: Likewise.
10339
10340 2015-11-24 Pedro Alves <palves@redhat.com>
10341
10342 PR 17539
10343 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10344 threads in ascending order.
10345 * gdb.base/foll-fork.exp: Likewise.
10346 * gdb.base/foll-vfork.exp: Likewise.
10347 * gdb.base/multi-forks.exp: Likewise.
10348 * gdb.mi/mi-nonstop.exp: Likewise.
10349 * gdb.mi/mi-nsintrall.exp: Likewise.
10350 * gdb.multi/base.exp: Likewise.
10351 * gdb.multi/multi-arch.exp: Likewise.
10352 * gdb.python/py-inferior.exp: Likewise.
10353 * gdb.threads/break-while-running.exp: Likewise.
10354 * gdb.threads/execl.exp: Likewise.
10355 * gdb.threads/gcore-thread.exp: Likewise.
10356 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10357 * gdb.threads/kill.exp: Likewise.
10358 * gdb.threads/linux-dp.exp: Likewise.
10359 * gdb.threads/multiple-step-overs.exp: Likewise.
10360 * gdb.threads/next-bp-other-thread.exp: Likewise.
10361 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10362 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10363 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10364 * gdb.threads/thread-find.exp: Likewise.
10365 * gdb.threads/tls.exp: Likewise.
10366 * lib/mi-support.exp (mi_reverse_list): Delete.
10367 (mi_check_thread_states): No longer reverse list.
10368
10369 2015-11-24 Pedro Alves <palves@redhat.com>
10370
10371 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10372 use lowercase.
10373
10374 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10375
10376 * gdb.trace/actions.c: Include trace-common.h.
10377 (main): Add a location for a fast tracepoint.
10378 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10379 the normal tracepoints.
10380 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10381
10382 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10383
10384 * save-trace.exp: Factor out code to these...
10385 (gdb_save_tracepoints): New.
10386 (gdb_load_tracepoints): New.
10387 (do_save_load_test): New.
10388
10389 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10390
10391 * gdb.base/asmlabel.exp: New test.
10392 * gdb.base/asmlabel.c: New test case.
10393
10394 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10395
10396 * gdb.base/wrong_frame_bt_full-main.c: New file.
10397 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10398 * gdb.base/wrong_frame_bt_full.exp: New file.
10399
10400 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10401
10402 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10403
10404 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10405
10406 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10407 pstate register when comparing registers values in
10408 sparc64-*-linux-gnu targets to avoid spurious differences.
10409
10410 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10411
10412 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10413
10414 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10415
10416 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10417 as type argument to gdb_compile.
10418 * gdb.base/nested-subp2.exp: Likewise.
10419 * gdb.base/nested-subp3.exp: Likewise.
10420
10421 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10422
10423 * lib/dwarf.exp (_note): Fix left shift of negative value.
10424 * gdb.trace/trace-condition.exp: Likewise.
10425
10426 2015-11-13 Yao Qi <yao.qi@linaro.org>
10427
10428 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10429 comments about d10v.
10430 (test_scalar_returns): Likewise.
10431 * gdb.base/d10v.ld: Remove.
10432 * gdb.base/overlays.exp: Remove the target triplet checking for
10433 d10v-*-*.
10434 * gdb.base/structs.exp (test_struct_returns): Remove the
10435 comments about d10v.
10436 (test_struct_calls): Likewise.
10437
10438 2015-11-13 Yao Qi <yao.qi@linaro.org>
10439
10440 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10441 * gdb.base/gnu_vector.c: Don't include stdio.h.
10442 (main): Don't print res and call add_some_intvecs.
10443
10444 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10445
10446 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10447 macro.
10448 (func5): Removed.
10449 (func4): Use FAST_TRACEPOINT_LABEL.
10450 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10451 macro.
10452 (func): Removed.
10453 (thread_function): Use FAST_TRACEPOINT_LABEL.
10454 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10455 (func): Remove.
10456 (marker): Use FAST_TRACEPOINT_LABEL.
10457 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10458 (pendfunc1): Remove.
10459 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10460 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10461 (foo): Remove.
10462 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10463 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10464 macro.
10465 (func): Remove.
10466 (marker): Use FAST_TRACEPOINT_LABEL.
10467 * gdb.trace/trace-common.h: New header.
10468 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10469 macro.
10470 (func): Remove.
10471 (marker): Use FAST_TRACEPOINT_LABEL.
10472 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10473 (func): Remove.
10474 (thread_function): Use FAST_TRACEPOINT_LABEL.
10475
10476 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10477
10478 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10479 in front.
10480 * gdb.trace/change-loc.exp: Use global pcreg definition.
10481 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10482 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10483 in front.
10484 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10485 * gdb.trace/pending.exp: Likewise.
10486 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10487 * gdb.trace/trace-break.exp: Likewise.
10488 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10489 in front.
10490 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10491 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10492 in front.
10493 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10494
10495 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10496
10497 * gdb.ada/fin_fun_out: New testcase.
10498
10499 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10500
10501 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10502 value associated with DW_AT_byte_size.
10503 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10504 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10505 DW_AT_upper_bound.
10506
10507 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10508
10509 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10510 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10511 version.
10512 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10513 gdb.dwarf2/dw2-canonicalize-type.exp,
10514 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10515 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10516 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10517 provided by gdb_target_symbol_prefix_flags_asm.
10518 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10519 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10520 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10521 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10522 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10523 macros where needed). Use this macro for symbols which require
10524 the prefix provided by SYMBOL_PREFIX.
10525
10526 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10527
10528 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10529 New procs.
10530 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10531 representing expressions, of more than one list element.
10532 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10533 to prepend linker symbol prefix to f.
10534 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10535 table_1 and table_2.
10536 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10537 Likewise, for f and g.
10538 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10539 for ptr.
10540 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10541 for main.
10542 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10543 table_1_ptr and table_2_ptr.
10544
10545 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10546 Joel Brobecker <brobecker@adacore.com>
10547
10548 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10549
10550 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10551
10552 * gdb.reverse/s390-mvcle.c: New test.
10553 * gdb.reverse/s390-mvcle.exp: New file.
10554 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10555
10556 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10557
10558 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10559
10560 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10561
10562 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10563 reaching marker2.
10564 * gdb.reverse/getresuid-reverse.exp: Likewise.
10565 * gdb.reverse/pipe-reverse.exp: Likewise.
10566 * gdb.reverse/readv-reverse.exp: Likewise.
10567 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10568 * gdb.reverse/time-reverse.exp: Likewise.
10569 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10570
10571 2015-10-30 Yao Qi <yao.qi@linaro.org>
10572
10573 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10574 (empty_cycle): Remove.
10575 (main): Don't call empty_cycle. Don't use watch_count_done.
10576 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10577 empty_cycle. Rewrite the code counting HW watchpoints.
10578
10579 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10580
10581 * gdb.reverse/fstatat-reverse.c: New test.
10582 * gdb.reverse/fstatat-reverse.exp: New file.
10583 * gdb.reverse/getresuid-reverse.c: New test.
10584 * gdb.reverse/getresuid-reverse.exp: New file.
10585 * gdb.reverse/pipe-reverse.c: New test.
10586 * gdb.reverse/pipe-reverse.exp: New file.
10587 * gdb.reverse/readv-reverse.c: New test.
10588 * gdb.reverse/readv-reverse.exp: New file.
10589 * gdb.reverse/recvmsg-reverse.c: New test.
10590 * gdb.reverse/recvmsg-reverse.exp: New file.
10591 * gdb.reverse/time-reverse.c: New test.
10592 * gdb.reverse/time-reverse.exp: New file.
10593 * gdb.reverse/waitpid-reverse.c: New test.
10594 * gdb.reverse/waitpid-reverse.exp: New file.
10595
10596 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10597
10598 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10599
10600 2015-10-26 Doug Evans <dje@google.com>
10601
10602 PR symtab/17391
10603 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10604 * gdb.dwarf2/bad-regnum.c: New file.
10605 * gdb.dwarf2/bad-regnum.exp: New file.
10606
10607 2015-10-26 Doug Evans <dje@google.com>
10608
10609 PR python/18938
10610 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10611 file.
10612
10613 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10614
10615 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10616 for a change by "Mention language in compile error message".
10617
10618 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10619
10620 PR python/18073
10621 * gdb.python/py-type.c (C::a_method): New.
10622 (C::a_const_method): New.
10623 (C::a_static_method): New.
10624 (a_function): New.
10625 * gdb.python/py-type.exp (test_fields): Test getting fields
10626 from function and method.
10627
10628 2015-10-21 Keven Boell <keven.boell@intel.com>
10629
10630 * gdb.fortran/vla-alloc-assoc.exp: New file.
10631 * gdb.fortran/vla-datatypes.exp: New file.
10632 * gdb.fortran/vla-datatypes.f90: New file.
10633 * gdb.fortran/vla-history.exp: New file.
10634 * gdb.fortran/vla-ptype-sub.exp: New file.
10635 * gdb.fortran/vla-ptype.exp: New file.
10636 * gdb.fortran/vla-sizeof.exp: New file.
10637 * gdb.fortran/vla-sub.f90: New file.
10638 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10639 * gdb.fortran/vla-value-sub-finish.exp: New file.
10640 * gdb.fortran/vla-value-sub.exp: New file.
10641 * gdb.fortran/vla-value.exp: New file.
10642 * gdb.fortran/vla-ptr-info.exp: New file.
10643 * gdb.mi/mi-vla-fortran.exp: New file.
10644 * gdb.mi/vla.f90: New file.
10645
10646 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10647
10648 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10649 of hardwired timeout value.
10650
10651 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10652 Pedro Alves <palves@redhat.com>
10653
10654 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10655 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10656
10657 2015-10-19 Josh Stone <jistone@redhat.com>
10658
10659 * gdb.base/catch-syscall.c: Include <sched.h>.
10660 (unknown_syscall): New variable.
10661 (main): Trigger a vfork and an unknown syscall.
10662 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10663 (unknown_syscall_number): Likewise.
10664 (check_call_to_syscall): Accept an optional syscall pattern.
10665 (check_return_from_syscall): Likewise.
10666 (check_continue): Likewise.
10667 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10668 (test_catch_syscall_skipping_return): New test toggling off 'catch
10669 syscall' to step over the syscall return, then toggling back on.
10670 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10671 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10672 (do_syscall_tests): Call test_catch_syscall_without_args and
10673 test_catch_syscall_mid_vfork.
10674 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10675 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10676
10677 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10678
10679 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10680 print g_vE): Add new pass patterns.
10681 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10682 print various symbol names for vptr fields.
10683
10684 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10685
10686 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10687 results.
10688
10689 2015-10-12 Yao Qi <yao.qi@linaro.org>
10690
10691 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10692
10693 2015-10-12 Yao Qi <yao.qi@linaro.org>
10694
10695 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10696 is aarch64*-*-linux*.
10697
10698 2015-10-12 Yao Qi <yao.qi@linaro.org>
10699
10700 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10701 (can_relocate_bcond_true): ... it.
10702 (can_relocate_bcond_false): New function.
10703 (foo): Likewise.
10704 (can_relocate_bl): Likewise.
10705 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10706 can_relocate_bl.
10707
10708 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10709
10710 * gdb.base/nested-addr.c: New file.
10711 * gdb.base/nested-addr.exp: New testcase.
10712
10713 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10714
10715 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10716 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10717 its output. Ignore the output of "record goto begin" and instead
10718 check that GDB is replaying.
10719
10720 2015-10-09 Pedro Alves <palves@redhat.com>
10721
10722 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10723 (top level): Use it in the run with no args test.
10724
10725 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10726
10727 * gdb.dlang/properties.exp: New file.
10728
10729 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10730
10731 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10732 whether or not address 0x1000 is mapped on the target.
10733
10734 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10735
10736 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10737 build.
10738
10739 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10740
10741 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10742 instruction-history test.
10743
10744 2015-09-28 Doug Evans <dje@google.com>
10745
10746 * gdb.base/gcore.c (array_func): Add reference to static_array.
10747
10748 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10749
10750 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10751 source line.
10752
10753 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10754
10755 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10756 short or char as base type.
10757
10758 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10759
10760 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10761 to allow any size enum.
10762
10763 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10764
10765 * gdb.ada/array_ptr_renaming.exp: New testcase.
10766 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10767 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10768
10769 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10770
10771 * gdb.trace/ftrace-lock.c: New file.
10772 * gdb.trace/ftrace-lock.exp: New file.
10773
10774 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10775
10776 * gdb.arch/insn-reloc.c: New file.
10777 * gdb.arch/ftrace-insn-reloc.exp: New file.
10778
10779 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10780
10781 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10782 instruction.
10783 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10784 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10785 * gdb.trace/range-stepping.c: Likewise.
10786 * gdb.trace/trace-break.c: Likewise.
10787 * gdb.trace/trace-mt.c (thread_function): Likewise.
10788 * gdb.trace/ftrace.c (marker): Likewise.
10789 * gdb.trace/trace-condition.c (marker): Likewise.
10790 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10791 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10792 is_aarch64_target.
10793
10794 2015-09-18 Doug Evans <xdje42@gmail.com>
10795
10796 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10797 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10798
10799 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10800
10801 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10802 the breakpoint.
10803
10804 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10805
10806 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10807 the pending breakpoint. Remove timeout override for "Run till
10808 MI pending breakpoint on pendfunc3 on thread 2" test.
10809
10810 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10811
10812 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10813 filename pattern.
10814
10815 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10816
10817 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10818 in breakpoint filename pattern.
10819
10820 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10821
10822 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10823
10824 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10825
10826 * gdb.linespec/explicit.exp: Check for readline support for
10827 tab-completion tests. Fix obvious typo.
10828
10829 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10830
10831 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10832 and replay.
10833
10834 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10835
10836 * gdb.btrace/non-stop.c: New.
10837 * gdb.btrace/non-stop.exp: New.
10838
10839 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10840 Yao Qi <yao.qi@linaro.org>
10841
10842 * gdb.trace/trace-condition.c: New file.
10843 * gdb.trace/trace-condition.exp: New file.
10844
10845 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10846
10847 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10848 for testing bytecode compilation.
10849
10850 2015-09-16 Pedro Alves <palves@redhat.com>
10851 Sandra Loosemore <sandra@codesourcery.com>
10852
10853 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10854 (SECONDS): Redefine.
10855 (main): Call pthread_kill and alarm early.
10856 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10857 support.
10858 (test): If the target can't hardware step and doesn't support
10859 displaced stepping, increase the timeout.
10860
10861 2015-09-16 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10864 (enable_debug): New procedures.
10865 (test): Use them. Bail out if waiting for threads fails.
10866 (top level): Bail out if a test fails.
10867
10868 2015-09-16 Yao Qi <yao.qi@linaro.org>
10869
10870 * gdb.asm/asm-source.exp: Set asm-arch for
10871 aarch64*-*-* target.
10872 * gdb.asm/aarch64.inc: New file.
10873
10874 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10875
10876 * gdb.ada/array_of_variable_length.exp: New testcase.
10877 * gdb.ada/array_of_variable_length/foo.adb: New file.
10878 * gdb.ada/array_of_variable_length/pck.adb: New file.
10879 * gdb.ada/array_of_variable_length/pck.ads: New file.
10880
10881 2015-09-15 Doug Evans <dje@google.com>
10882
10883 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10884 of function static local variable.
10885
10886 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10887
10888 * gdb.threads/tls-so_extern.exp: New test file.
10889 * gdb.threads/tls-so_extern.c: New test file.
10890 * gdb.threads/tls-so_extern_main.c: New test file.
10891
10892 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10893
10894 * gdb.opt/solib-intra-step-lib.c: New file.
10895 * gdb.opt/solib-intra-step-main.c: New file.
10896 * gdb.opt/solib-intra-step.exp: New file.
10897
10898 2015-09-15 Pedro Alves <palves@redhat.com>
10899
10900 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10901 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10902
10903 2015-09-14 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.base/hook-stop-continue.c: Delete.
10906 * gdb.base/hook-stop-continue.exp: Delete.
10907 * gdb.base/hook-stop-frame.c: Delete.
10908 * gdb.base/hook-stop-frame.exp: Delete.
10909 * gdb.base/hook-stop.c: New file.
10910 * gdb.base/hook-stop.exp: New file.
10911
10912 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10913
10914 * gdb.ada/access_to_packed_array.exp: New testcase.
10915 * gdb.ada/access_to_packed_array/foo.adb: New file.
10916 * gdb.ada/access_to_packed_array/pack.adb: New file.
10917 * gdb.ada/access_to_packed_array/pack.ads: New file.
10918
10919 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10920
10921 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10922 buffer size test.
10923
10924 2015-09-11 Don Breazeal <donb@codesourcery.com>
10925
10926 * gdb.base/foll-exec.c: Add copyright header. Fix
10927 formatting issues.
10928 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10929 (do_exec_tests): Use clean_restart in place of zap_session,
10930 and for test initialization. Fix formatting issues. Use
10931 fail in place of perror.
10932 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10933 an expect statement to match an expression with output from
10934 the program under debug.
10935 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10936 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10937 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10938 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10939 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10940
10941 2015-09-09 Doug Evans <dje@google.com>
10942
10943 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10944
10945 2015-09-09 Doug Evans <dje@google.com>
10946
10947 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10948
10949 2015-09-09 Doug Evans <dje@google.com>
10950
10951 * gdb.base/savedregs.exp: Fix typo.
10952
10953 2015-09-09 Pedro Alves <palves@redhat.com>
10954
10955 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10956
10957 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10958
10959 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10960 command actually switches threads. Give up on remaining
10961 tests if target fails to stop at breakpoint.
10962
10963 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10964
10965 * gdb.ada/funcall_char.exp: New testcase.
10966 * gdb.ada/funcall_char/foo.adb: New file.
10967
10968 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10969
10970 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10971 expected outputs. Add two testcases for completing ambiguous
10972 functions.
10973 * gdb.ada/complete/aux_pck.adb: New file.
10974 * gdb.ada/complete/aux_pck.ads: New file.
10975 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10976 Ambiguous_Func functions.
10977 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10978 * gdb.ada/complete/pck.adb: Likewise.
10979
10980 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10981
10982 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10983 failures to run the test program under GDB.
10984
10985 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10986
10987 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10988 to C.
10989
10990 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10991
10992 * gdb.base/run-after-attach.exp: New test file.
10993 * gdb.base/run-after-attach.c: New test file.
10994
10995 2015-08-26 Don Breazeal <donb@codesourcery.com>
10996
10997 * gdb.base/foll-exec-2.c: New test program.
10998 * gdb.base/foll-exec-2.exp: New test.
10999
11000 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11001
11002 * gdb.base/nested-subp1.exp: New file.
11003 * gdb.base/nested-subp1.c: New file.
11004 * gdb.base/nested-subp2.exp: New file.
11005 * gdb.base/nested-subp2.c: New file.
11006 * gdb.base/nested-subp3.exp: New file.
11007 * gdb.base/nested-subp3.c: New file.
11008
11009 2015-08-24 Pedro Alves <palves@redhat.com>
11010
11011 * gdb.server/connect-without-multi-process.c: New file.
11012 * gdb.server/connect-without-multi-process.exp: New file.
11013
11014 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11015
11016 * gdb.opt/inline-markers.c: Make z int.
11017
11018 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11019
11020 * gdb.opt/inline-markers.c: Make z volatile.
11021
11022 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11023
11024 * gdb.opt/inline-bt.c: New volatile global z.
11025 * gdb.opt/inline-cmds.c: Likewise.
11026 * gdb.opt/inline-locals.c: Likewise.
11027 * gdb.opt/inline-markers.c: New extern global z.
11028 (marker): Use z.
11029 (inline_fn): Likewise.
11030
11031 2015-08-24 Pedro Alves <palves@redhat.com>
11032
11033 * config/m32r-stub.exp: Remove file.
11034 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11035 * gdb.base/call-rt-st.exp: Likewise.
11036 * gdb.base/call-strs.exp: Likewise.
11037 * gdb.base/default.exp: Remove references to h8300-*-hms and
11038 *-*-udi*.
11039 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11040
11041 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11042
11043 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11044 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11045 and "return" use KFAIL when GDB can not read/write the vector
11046 return value.
11047
11048 2015-08-21 Gary Benson <gbenson@redhat.com>
11049
11050 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11051
11052 2015-08-20 Pedro Alves <palves@redhat.com>
11053
11054 * gdb.server/solib-list.exp: No longer expect an interior stop in
11055 non-stop mode.
11056
11057 2015-08-20 Pedro Alves <palves@redhat.com>
11058
11059 * gdb.server/connect-stopped-target.c: New file.
11060 * gdb.server/connect-stopped-target.exp: New file.
11061
11062 2015-08-20 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.dwarf2/comp-unit-lang.exp: New file.
11065 * gdb.dwarf2/comp-unit-lang.c: New file.
11066
11067 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11068
11069 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11070 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11071
11072 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11073
11074 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11075 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11076
11077 2015-08-18 Doug Evans <dje@google.com>
11078 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11079
11080 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11081 skip_python_tests. New arg prompt_regexp.
11082 (skip_python_tests): New function.
11083 * lib/mi-support.exp (mi_skip_python_tests): New function.
11084 * gdb.python/py-mi-objfile-gdb.py: New file.
11085 * gdb.python/py-mi-objfile.c: New file.
11086 * gdb.python/py-mi-objfile.exp: New file.
11087
11088 2015-08-17 Keith Seitz <keiths@redhat.com>
11089
11090 * gdb.linespec/explicit.exp: Move strace test from here ...
11091 * gdb.trace/strace.exp: ... to here.
11092
11093 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11094
11095 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11096 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11097
11098 2015-08-14 Doug Evans <xdje42@gmail.com>
11099
11100 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11101 inferior before selecting a new file.
11102
11103 2015-08-14 Doug Evans <xdje42@gmail.com>
11104
11105 * gdb.mi/mi-disassemble.exp: Update.
11106 * gdb.base/disasm-optim.S: New file.
11107 * gdb.base/disasm-optim.c: New file.
11108 * gdb.base/disasm-optim.h: New file.
11109 * gdb.base/disasm-optim.exp: New file.
11110
11111 2015-08-14 Keith Seitz <keiths@redhat.com>
11112
11113 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11114 "evaluated-by".
11115
11116 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11117
11118 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11119
11120 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11121
11122 * gdb.ada/fun_renaming.exp: New testcase.
11123 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11124 * gdb.ada/fun_renaming/pack.adb: New file.
11125 * gdb.ada/fun_renaming/pack.ads: New file.
11126
11127 2015-08-12 Keith Seitz <keiths@redhat.com>
11128
11129 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11130 gdb_get_line_number.
11131
11132 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11133
11134 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11135 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11136 gdb.base/dso2dso.exp: New files.
11137
11138 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11139 Pedro Alves <palves@redhat.com>
11140 Keith Seitz <keiths@redhat.com>
11141
11142 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11143 GDBFLAGS.
11144
11145 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11146
11147 * gdb.base/gdbhistsize-history.exp
11148 (test_histsize_history_setting): Use save_vars.
11149 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11150 Use save_vars.
11151 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11152 * gdb.base/readline.exp: Use save_vars.
11153
11154 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11155
11156 * lib/gdb.exp (save_vars): New proc.
11157
11158 2015-08-11 Keith Seitz <keiths@redhat.com>
11159
11160 * gdb.base/help.exp: Update help_breakpoint_text.
11161
11162 2015-08-11 Keith Seitz <keiths@redhat.com>
11163
11164 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11165 (at toplevel): Call test_explicit_breakpoints.
11166 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11167 breakpoints.
11168 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11169 breakpoint conditions, "-cond".
11170
11171 2015-08-11 Keith Seitz <keiths@redhat.com>
11172
11173 * gdb.linespec/3explicit.c: New file.
11174 * gdb.linespec/cpexplicit.cc: New file.
11175 * gdb.linespec/cpexplicit.exp: New file.
11176 * gdb.linespec/explicit.c: New file.
11177 * gdb.linespec/explicit.exp: New file.
11178 * gdb.linespec/explicit2.c: New file.
11179 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11180 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11181 before using in the matching pattern.
11182 Clarify that `prefix' is a regular expression.
11183
11184 2015-08-11 Keith Seitz <keiths@redhat.com>
11185
11186 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11187 test.
11188 Add tests for missing ",FMT" and ",".
11189
11190 2015-08-10 Doug Evans <dje@google.com>
11191 Keith Seitz <keiths@redhat.com>
11192
11193 PR gdb/17960
11194 * gdb.base/completion.exp: Add location completer tests.
11195
11196 2015-08-07 Pedro Alves <palves@redhat.com>
11197
11198 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11199 tests here.
11200 (top level): Run do_test with and without displaced stepping.
11201
11202 2015-08-07 Pedro Alves <palves@redhat.com>
11203
11204 * gdb.base/valgrind-disp-step.c: New file.
11205 * gdb.base/valgrind-disp-step.exp: New file.
11206
11207 2015-08-07 Pedro Alves <palves@redhat.com>
11208
11209 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11210 Delete function.
11211 (main): Add alarm. Run an infinite loop instead of calling
11212 wait_threads.
11213 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11214 comment.
11215 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11216 Delete function.
11217 (main): Add alarm. Run an infinite loop instead of calling
11218 wait_threads.
11219 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11220 comment.
11221
11222 2015-08-07 Pedro Alves <palves@redhat.com>
11223
11224 * gdb.base/checkpoint-ns.exp: New file.
11225 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11226 standard_testfile.
11227
11228 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11229
11230 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11231 * gdb.btrace/instruction_history.exp: Update.
11232 * gdb.btrace/tsx.exp: New.
11233 * gdb.btrace/tsx.c: New.
11234
11235 2015-08-06 Pedro Alves <palves@redhat.com>
11236
11237 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11238 increase timeout.
11239 * gdb.reverse/until-precsave.exp: Bump timeouts.
11240
11241 2015-08-06 Pedro Alves <palves@redhat.com>
11242
11243 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11244
11245 2015-08-06 Pedro Alves <palves@redhat.com>
11246
11247 PR gdb/18749
11248 * gdb.threads/process-dies-while-handling-bp.c: New file.
11249 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11250
11251 2015-08-06 Pedro Alves <palves@redhat.com>
11252
11253 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11254 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11255
11256 2015-08-05 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11259 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11260
11261 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11262
11263 * gdb.base/bp-permanent.exp: Report test as unsupported if
11264 the target cannot stop at the permanent breakpoint.
11265
11266 2015-08-03 Doug Evans <dje@google.com>
11267
11268 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11269 10000.
11270
11271 2015-08-03 Doug Evans <dje@google.com>
11272
11273 * Makefile.in (workers/%.worker, build-perf): New rule.
11274 (GDB_PERFTEST_MODE): New variable.
11275 (check-perf): Use it.
11276 (clean): Clean up gdb.perf parallel build subdirs.
11277 * lib/build-piece.exp: New file.
11278 * lib/gdb.exp (make_gdb_parallel_path): New function
11279 (standard_output_file, standard_temp_file): Call it.
11280 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11281 of $GDB_PARALLEL.
11282 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11283
11284 2015-08-03 Doug Evans <dje@google.com>
11285
11286 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11287 (LOG_FILE_NAME): New global.
11288 (TextReporter.__init__): Initialize self.txt_sum.
11289 (TextReporter.report): Add support for multiple data-points.
11290 Move report to perftest.sum, put raw data in perftest.log.
11291 (TextReporter.start): Open sum and log files.
11292 (TextReporter.end): Close sum and log files.
11293 * gdb.perf/lib/perftest/testresult.py
11294 (SingleStatisticTestResult.record): Handle multiple data-points.
11295
11296 2015-07-31 Pedro Alves <palves@redhat.com>
11297
11298 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11299 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11300 kill_wait_spawned_process instead of explicit "kill -9".
11301 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11302 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11303 kill_wait_spawned_process.
11304 * gdb.base/attach-twice.exp: Likewise.
11305 * gdb.base/attach.exp: Likewise.
11306 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11307 gdb_test_multiple.
11308 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11309 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11310 kill_wait_spawned_process.
11311 * gdb.base/valgrind-infcall.exp: Likewise.
11312 * gdb.multi/multi-attach.exp: Likewise.
11313 * gdb.python/py-prompt.exp: Likewise.
11314 * gdb.python/py-sync-interp.exp: Likewise.
11315 * gdb.server/ext-attach.exp: Likewise.
11316 * gdb.threads/attach-into-signal.exp (corefunc): Use
11317 spawn_wait_for_attach, spawn_id_get_pid and
11318 kill_wait_spawned_process.
11319 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11320 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11321 spawn_id_get_pid and kill_wait_spawned_process.
11322 * gdb.threads/attach-stopped.exp (corefunc): Use
11323 spawn_wait_for_attach, spawn_id_get_pid and
11324 kill_wait_spawned_process.
11325 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11326 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11327 kill_wait_spawned_process instead of explicit "kill -9".
11328 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11329 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11330 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11331 processes. Don't map cygwin/windows pids here. Now returns a
11332 spawn id list.
11333
11334 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11335
11336 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11337 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11338 correct patch.
11339
11340 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11341
11342 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11343
11344 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11345
11346 Reapply:
11347 2014-05-21 Mark Wielaard <mjw@redhat.com>
11348
11349 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11350
11351 2015-07-30 Pedro Alves <palves@redhat.com>
11352
11353 * linux-low.c (handle_extended_wait): Set the child's last
11354 reported status to TARGET_WAITKIND_STOPPED.
11355
11356 2015-07-30 Pedro Alves <palves@redhat.com>
11357
11358 PR threads/18600
11359 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11360 only shows inferior 1.
11361
11362 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11363 Pedro Alves <palves@redhat.com>
11364
11365 PR threads/18600
11366 * gdb.threads/fork-plus-threads.c: New file.
11367 * gdb.threads/fork-plus-threads.exp: New file.
11368
11369 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11370
11371 * gdb.base/batch-preserve-term-settings.exp
11372 (test_terminal_settings_preserved_after_cli_exit): Use
11373 send_quit_command.
11374
11375 2015-07-29 Pedro Alves <palves@redhat.com>
11376 Don Breazeal <donb@codesourcery.com>
11377
11378 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11379 output from both inferior_spawn_id and gdb_spawn_id.
11380
11381 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11382
11383 * gdb.threads/attach-into-signal.exp (corefunc): Use
11384 with_test_prefix on nested loops, uniquefying the test messages.
11385
11386 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11387
11388 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11389 commit.
11390
11391 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11392
11393 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11394 New proc.
11395 (test_terminal_settings_preserved_after_sigterm): New test.
11396
11397 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11398
11399 * gdb.base/batch-preserve-term-settings.exp
11400 (test_terminal_settings_preserved_after_cli_exit): New test.
11401
11402 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11403
11404 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11405 manipulation of saved_gdbflags.
11406 (test_terminal_settings_preserved): Remove global declaration of
11407 the unused variable pagination_prompt. Remove manipulation of
11408 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11409 GDBFLAGS.
11410
11411 2015-07-29 Pedro Alves <palves@redhat.com>
11412
11413 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11414
11415 2015-07-29 Pedro Alves <palves@redhat.com>
11416
11417 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11418 at the top.
11419
11420 2015-07-29 Pedro Alves <palves@redhat.com>
11421
11422 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11423 (main): Call gdb_unbuffer_output.
11424 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11425 (main): Call gdb_unbuffer_output.
11426 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11427 (main): Call gdb_unbuffer_output.
11428 * gdb.base/call-strs.exp: Adjust to step over the
11429 gdb_unbuffer_output call.
11430 * gdb.base/catch-gdb-caused-signals.c: Include
11431 "../lib/unbuffer_output.c".
11432 (main): Call gdb_unbuffer_output.
11433 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11434 (main): Call gdb_unbuffer_output.
11435 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11436 (main): Call gdb_unbuffer_output.
11437 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11438 (main): Call gdb_unbuffer_output.
11439 * gdb.base/shlib-call.exp: Adjust to step over the
11440 gdb_unbuffer_output call.
11441 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11442 (main): Call gdb_unbuffer_output.
11443 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11444 (main): Call gdb_unbuffer_output.
11445 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11446 (main): Rename to ...
11447 (test): ... this.
11448 (main): Reimplement.
11449 * gdb.base/varargs.exp: Run to test instead of to main.
11450 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11451 (main): Call gdb_unbuffer_output.
11452
11453 2015-07-29 Pedro Alves <palves@redhat.com>
11454
11455 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11456 factore out from mi_continue_dprintf. For call-style dprintfs,
11457 expect dprintf output out of $inferior_spawn_id.
11458 (mi_continue_dprintf): Use mi_expect_dprintf.
11459 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11460 (main): Call gdb_unbuffer_output.
11461
11462 2015-07-29 Pedro Alves <palves@redhat.com>
11463
11464 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11465 (default_mi_gdb_start): Set inferior_spawn_id instead of
11466 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11467 gdb_spawn_id.
11468 (mi_gdb_test): Always expect inferior output from both
11469 $inferior_spawn_id and $gdb_spawn_id.
11470
11471 2015-07-29 Pedro Alves <palves@redhat.com>
11472
11473 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11474 send_inferior and $inferior_spawn_id.
11475
11476 2015-07-29 Pedro Alves <palves@redhat.com>
11477
11478 * gdb.gdb/complaints.exp (test_initial_complaints)
11479 (test_serial_complaints, test_short_complaints): Use
11480 gdb_test_stdio.
11481 (test_empty_complaint): Handle $inferior_spawn_id !=
11482 $gdb_spawn_id.
11483
11484 2015-07-29 Pedro Alves <palves@redhat.com>
11485
11486 * gdb.base/varargs.exp: Use gdb_test_stdio.
11487
11488 2015-07-29 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11491
11492 2015-07-29 Pedro Alves <palves@redhat.com>
11493
11494 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11495
11496 2015-07-29 Pedro Alves <palves@redhat.com>
11497
11498 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11499 parameter into two new parameters, "inf_result" and "gdb_result".
11500 Expect inferior output and gdb output from $inferior_spawn_id and
11501 $gdb_spawn_id, respectively. Adjust all callers.
11502
11503 2015-07-29 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11506 of gdb_test_sequence.
11507
11508 2015-07-29 Pedro Alves <palves@redhat.com>
11509
11510 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11511 (saw_spurious_output): Expect inferior output from
11512 $inferior_spawn_id. Use gdb_test_stdio.
11513
11514 2015-07-29 Pedro Alves <palves@redhat.com>
11515
11516 * gdb.base/dprintf.exp: Use standard_testfile. Change
11517 prepare_for_testing call.
11518 (srcfile): Don't set.
11519 (restart): New procedure.
11520 (test_dprintf): New procecure, use to continue over dprintfs.
11521 (test_call, test_agent): New procedures, tests moved here.
11522 Restart gdb and recreate dprintfs. Adjust expected output.
11523
11524 2015-07-29 Pedro Alves <palves@redhat.com>
11525
11526 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11527
11528 2015-07-29 Pedro Alves <palves@redhat.com>
11529
11530 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11531
11532 2015-07-29 Pedro Alves <palves@redhat.com>
11533
11534 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11535 gdb_test_stdio.
11536
11537 2015-07-29 Pedro Alves <palves@redhat.com>
11538
11539 * lib/gdb.exp (gdb_test_stdio): New procedure.
11540
11541 2015-07-29 Pedro Alves <palves@redhat.com>
11542
11543 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11544
11545 2015-07-29 Pedro Alves <palves@redhat.com>
11546
11547 * gdb.base/call-signal-resume.exp: Remove check for
11548 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11549 * gdb.base/unwindonsignal.exp: Likewise.
11550 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11551 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11552
11553 2015-07-29 Pedro Alves <palves@redhat.com>
11554
11555 * gdb.base/siginfo-addr.c (pass): New function.
11556 (handler): Call it iff si_addr is correct.
11557 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11558 Set a breakpoint at "pass" and continue to it.
11559
11560 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11561
11562 * gdb.python/py-objfile.exp: Make some tests have unique names.
11563 * gdb.python/py-pp-registration.exp: Likewise.
11564
11565 2015-07-28 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11568
11569 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11570
11571 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11572
11573 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11574
11575 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11576
11577 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11578
11579 * gdb.base/gdb-sigterm-2.exp: New test.
11580
11581 2015-07-25 Doug Evans <xdje42@gmail.com>
11582
11583 Revert:
11584 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11585 (workers/%.worker, build-perf): New rule.
11586 (GDB_PERFTEST_MODE): New variable.
11587 (check-perf): Use it.
11588 (clean): Clean up gdb.perf parallel build subdirs.
11589 * lib/build-piece.exp: New file.
11590 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11591 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11592 name.
11593 (standard_temp_file): Ditto.
11594 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11595 of $GDB_PARALLEL.
11596
11597 2015-07-24 Doug Evans <dje@google.com>
11598
11599 * gdb.perf/lib/perftest/utils.py: New file.
11600 * gdb.perf/gm-hello.cc: New file.
11601 * gdb.perf/gm-pervasive-typedef.cc: New file.
11602 * gdb.perf/gm-pervasive-typedef.h: New file.
11603 * gdb.perf/gm-std.cc: New file.
11604 * gdb.perf/gm-std.h: New file.
11605 * gdb.perf/gm-use-cerr.cc: New file.
11606 * gdb.perf/gm-utils.h: New file.
11607 * gdb.perf/gmonster-null-lookup.py: New file.
11608 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11609 * gdb.perf/gmonster-print-cerr.py: New file.
11610 * gdb.perf/gmonster-ptype-string.py: New file.
11611 * gdb.perf/gmonster-runto-main.py: New file.
11612 * gdb.perf/gmonster-select-file.py: New file.
11613 * gdb.perf/gmonster1-null-lookup.exp: New file.
11614 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11615 * gdb.perf/gmonster1-print-cerr.exp: New file.
11616 * gdb.perf/gmonster1-ptype-string.exp: New file.
11617 * gdb.perf/gmonster1-runto-main.exp: New file.
11618 * gdb.perf/gmonster1-select-file.exp: New file.
11619 * gdb.perf/gmonster1.cc: New file.
11620 * gdb.perf/gmonster1.exp: New file.
11621 * gdb.perf/gmonster2-null-lookup.exp: New file.
11622 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11623 * gdb.perf/gmonster2-print-cerr.exp: New file.
11624 * gdb.perf/gmonster2-ptype-string.exp: New file.
11625 * gdb.perf/gmonster2-runto-main.exp: New file.
11626 * gdb.perf/gmonster2-select-file.exp: New file.
11627 * gdb.perf/gmonster2.cc: New file.
11628 * gdb.perf/gmonster2.exp: New file.
11629
11630 2015-07-24 Doug Evans <dje@google.com>
11631
11632 * gdb.perf/README: New file.
11633 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11634 * lib/gen-perf-test.exp: New file.
11635
11636 2015-07-24 Doug Evans <dje@google.com>
11637
11638 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11639 (PerfTest::startup): New function.
11640 (PerfTest::run): Return result of calling body.
11641 (PerfTest::assemble): Rewrite.
11642 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11643 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11644 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11645 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11646 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11647
11648 2015-07-24 Doug Evans <dje@google.com>
11649
11650 * lib/gdb.exp (clean_restart): Make executable optional.
11651
11652 2015-07-24 Doug Evans <dje@google.com>
11653
11654 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11655 compiler_info references.
11656 * gdb.cp/temargs.exp: Ditto.
11657 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11658 (get_compiler_info): Early exit if already computed. Set compiler_info
11659 to "unknown" if there was a problem.
11660 (test_compiler_info): Add function comment. Call get_compiler_info.
11661
11662 2015-07-24 Doug Evans <dje@google.com>
11663
11664 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11665 (workers/%.worker, build-perf): New rule.
11666 (GDB_PERFTEST_MODE): New variable.
11667 (check-perf): Use it.
11668 (clean): Clean up gdb.perf parallel build subdirs.
11669 * lib/build-piece.exp: New file.
11670 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11671 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11672 name.
11673 (standard_temp_file): Ditto.
11674 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11675 of $GDB_PARALLEL.
11676
11677 2015-07-24 Doug Evans <dje@google.com>
11678
11679 * lib/future.exp (gdb_default_target_compile): New option
11680 "early_flags".
11681 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11682 --as-needed.
11683
11684 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11685
11686 * gdb.base/catch-syscall.exp: Call gdb_exit before
11687 gdb_skip_xml_test.
11688
11689 2015-07-24 Pedro Alves <palves@redhat.com>
11690
11691 * gdb.python/py-events.exp: Accept output between the stop event
11692 and the prompt.
11693 * gdb.python/py-evsignal.exp: Likewise.
11694 * gdb.python/py-evthreads.exp: Likewise.
11695
11696 2015-07-24 Pedro Alves <palves@redhat.com>
11697
11698 PR gdb/18717
11699 * gdb.threads/non-ldr-exit.c: New file.
11700 * gdb.threads/non-ldr-exit.exp: New file.
11701
11702 2015-07-24 Yao Qi <yao.qi@linaro.org>
11703
11704 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11705 restarting process.
11706
11707 2015-07-24 Yao Qi <yao.qi@linaro.org>
11708
11709 * gdb.server/ext-restart.exp: New file.
11710
11711 2015-07-24 Yao Qi <yao.qi@linaro.org>
11712
11713 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11714 argument options.
11715 * gdb.server/ext-wrapper.exp: New file.
11716
11717 2015-07-23 Doug Evans <dje@google.com>
11718
11719 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11720 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11721
11722 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11723
11724 * gdb.ada/var_arr_typedef.exp: New testcase.
11725 * gdb.ada/var_arr_typedef/pack.adb: New file.
11726 * gdb.ada/var_arr_typedef/pack.ads: New file.
11727 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11728
11729 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11730
11731 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11732
11733 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11734
11735 * gdb.arch/i386-biarch-core.exp: Replace istarget
11736 by "complete set gnutarget". Remove expectation for the "core-file"
11737 command.
11738
11739 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11740
11741 Revert the previous commit:
11742 Tests for validate symbol file using build-id.
11743
11744 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11745
11746 Tests for validate symbol file using build-id.
11747 * gdb.base/solib-mismatch-lib.c: New file.
11748 * gdb.base/solib-mismatch-libmod.c: New file.
11749 * gdb.base/solib-mismatch.c: New file.
11750 * gdb.base/solib-mismatch.exp: New file.
11751
11752 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11753
11754 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11755 nios2-*-linux*.
11756 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11757 * gdb.base/siginfo.exp: Likewise.
11758 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11759
11760 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11761
11762 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11763 Move it to ...
11764 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11765 ... here.
11766 * gdb.trace/range-stepping.exp: Check that the target supports
11767 range stepping.
11768
11769 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11770
11771 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11772
11773 2015-07-14 Pedro Alves <palves@redhat.com>
11774
11775 * gdb.base/killed-outside.exp: New file.
11776 * gdb.base/killed-outside.c: New file.
11777
11778 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11779
11780 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11781 (n at main): New.
11782 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11783
11784 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11785
11786 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11787 infcall tests instead of setting up for KFAIL.
11788
11789 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11790
11791 * gdb.btrace/record_goto-step.exp: New.
11792
11793 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11794
11795 PR compile/18484
11796 * gdb.compile/compile.c (struct struct_type): Add volatile to
11797 selffield's type.
11798 * gdb.compile/compile.exp
11799 (compile code struct_object.selffield = &struct_object): Skip further
11800 struct_object tests if this one xfails.
11801
11802 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11803
11804 PR exp/18617
11805 * gdb.trace/ax.exp: Add test.
11806
11807 2015-07-07 Yao Qi <yao.qi@linaro.org>
11808
11809 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11810 instead of istarget "aarch64*-*-*".
11811 * gdb.arch/aarch64-fp.exp: Likewise.
11812 * gdb.base/float.exp: Likewise.
11813 * gdb.reverse/aarch64.exp: Likewise.
11814 * lib/gdb.exp (is_aarch64_target): New proc.
11815
11816 2015-07-07 Yao Qi <yao.qi@linaro.org>
11817
11818 * lib/gdb.exp (is_aarch32_target): New proc.
11819 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11820 instead of "istarget "arm*-*-*"".
11821 * gdb.arch/arm-disp-step.exp: Likewise.
11822 * gdb.arch/thumb-bx-pc.exp: Likewise.
11823 * gdb.arch/thumb-prologue.exp: Likewise.
11824 * gdb.arch/thumb-singlestep.exp: Likewise.
11825 * gdb.base/disp-step-syscall.exp: Likewise.
11826 * gdb.base/float.exp: Likewise.
11827
11828 2015-07-07 Yao Qi <yao.qi@linaro.org>
11829
11830 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11831 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11832
11833 2015-07-07 Yao Qi <yao.qi@linaro.org>
11834
11835 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11836 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11837 if it exists.
11838 * gdb.multi/multi-arch.exp: Likewise.
11839
11840 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11841
11842 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11843 print.
11844
11845 2015-07-07 Yao Qi <yao.qi@linaro.org>
11846
11847 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11848
11849 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11850
11851 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11852 '[' and ']' characters.
11853
11854 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11855
11856 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11857
11858 2015-06-29 Pedro Alves <palves@redhat.com>
11859
11860 PR threads/18127
11861 * gdb.threads/hand-call-new-thread.c: New file.
11862 * gdb.threads/hand-call-new-thread.c: New file.
11863
11864 2015-06-26 Keith Seitz <keiths@redhat.com>
11865 Doug Evans <dje@google.com>
11866
11867 PR 16253
11868 * gdb.cp/var-tag-2.cc: New file.
11869 * gdb.cp/var-tag-3.cc: New file.
11870 * gdb.cp/var-tag-4.cc: New file.
11871 * gdb.cp/var-tag.cc: New file.
11872 * gdb.cp/var-tag.exp: New file.
11873
11874 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11875
11876 * gdb.base/history-duplicates.exp: New test.
11877
11878 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11879
11880 * gdb.base/completion.exp: Test the completion of the "focus"
11881 command.
11882
11883 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11884
11885 * gdb.arch/amd64-prologue-skip.S: New file.
11886 * gdb.arch/amd64-prologue-skip.exp: New file.
11887
11888 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11889
11890 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11891 is_address_zero_readable check.
11892
11893 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11894
11895 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11896 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11897
11898 2015-06-24 Yao Qi <yao.qi@linaro.org>
11899
11900 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11901 linux targets.
11902
11903 2015-06-24 Yao Qi <yao.qi@linaro.org>
11904
11905 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11906 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11907 * gdb.base/siginfo-thread.exp: Likewise.
11908
11909 2015-06-22 Yao Qi <yao.qi@linaro.org>
11910
11911 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11912
11913 2015-06-22 Yao Qi <yao.qi@linaro.org>
11914
11915 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11916 aarch64*-*-*.
11917 (skip_hw_watchpoint_tests): Likewise.
11918
11919 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11920
11921 * gdb.base/gdbinit-history.exp: Test the interaction between
11922 setting GDBHISTSIZE and setting the history size via .gdbinit.
11923
11924 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11925
11926 PR gdb/16999
11927 * gdb.base/gdbhistsize-history.exp: New test.
11928
11929 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11930
11931 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11932 with GDBHISTSIZE.
11933 * gdb.base/readline.exp: Likewise.
11934
11935 2015-06-17 Yao Qi <yao.qi@linaro.org>
11936
11937 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11938 line.
11939
11940 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11941
11942 * gdb.base/gdbinit-history.exp: Add test case to check that
11943 an unlimited history file does not get truncated on exit.
11944
11945 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11946
11947 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11948 (VECTOR): New macro. Use it...
11949 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11950 ...for these typedefs.
11951 (int8, char1, int1, double1): New typedefs.
11952 (struct just_int2, struct two_int2): New structures.
11953 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11954 (add_structvecs, add_singlevecs): New functions.
11955 (main): Call add_some_intvecs twice.
11956 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11957 the compile and exit upon failure. Try compiling for the "native"
11958 architecture. Test inferior function calls with vector arguments
11959 and vector return value handling with "finish" and "return".
11960
11961 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11962
11963 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11964 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11965 PE file.
11966 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11967
11968 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11969
11970 PR breakpoints/16465
11971 * gdb.mi/mi-dprintf-pending.c: New file.
11972 * gdb.mi/mi-dprintf-pending.exp: New test.
11973 * gdb.mi/mi-dprintf-pendshr.c: New file.
11974
11975 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11976 Mircea Gherzan <mircea.gherzan@intel.com>
11977
11978 * gdb.arch/i386-mpx-map.c: New file.
11979 * gdb.arch/i386-mpx-map.exp: New File.
11980
11981 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11982
11983 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11984 * gdb.arch/i386-mpx.exp: Indentation fixed.
11985
11986 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11987
11988 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11989 function and improved indentation.
11990 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11991 gdb_test_multiple. Added additional tests to skip the test.
11992
11993 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11994
11995 * gdb.arch/i386-avx512.c: Change path in include file.
11996 * gdb.arch/i386-avx512.exp: Change include dir path
11997 compilation flag.
11998 * gdb.arch/i386-mpx.c: Change path in include file.
11999 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12000 flag.
12001
12002 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12003
12004 * gdb.compile/compile-print.exp (compile print *vararray@3)
12005 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12006
12007 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12008
12009 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12010 (do not keep jit in memory): ... this.
12011 (expect 5): Change it to ...
12012 (expect no 5): ... this.
12013
12014 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12015
12016 PR gdb/15564
12017 * gdb.mi/mi-detach.exp: New file.
12018
12019 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12020
12021 PR symtab/18392
12022 * gdb.arch/amd64-tailcall-self.S: New file.
12023 * gdb.arch/amd64-tailcall-self.c: New file.
12024 * gdb.arch/amd64-tailcall-self.exp: New file.
12025
12026 2015-05-28 Don Breazeal <donb@codesourcery.com>
12027
12028 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12029 tests for remote targets by checking is_target_gdbserver.
12030
12031 2015-05-27 Doug Evans <dje@google.com>
12032
12033 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12034 * gdb.dwarf2/opaque-type-lookup.c: New file.
12035 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12036
12037 2015-05-26 Doug Evans <dje@google.com>
12038
12039 * gdb.cp/iostream.cc: New file.
12040 * gdb.cp/iostream.exp: New file.
12041
12042 2015-05-26 Doug Evans <dje@google.com>
12043
12044 * gdb.dwarf2/dw2-op-call.exp: Update.
12045 * gdb.dwarf2/dw4-sig-types.exp: Update.
12046 * gdb.dwarf2/implptr.exp: Update.
12047 * gdb.mi/mi-cmd-param-changed.exp: Update.
12048
12049 2015-05-26 Doug Evans <dje@google.com>
12050
12051 * gdb.python/py-lazy-string.c: New file.
12052 * gdb.python/py-lazy-string.exp: New file.
12053 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12054 (main): Update. Add estring3.
12055 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12056 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12057
12058 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12059 Yao Qi <yao.qi@linaro.org>
12060
12061 * gdb.reverse/aarch64.c: New.
12062 * gdb.reverse/aarch64.exp: New.
12063
12064 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12065
12066 * lib/gdb.exp (supports_process_record): Return true for
12067 aarch64*-linux*.
12068 (supports_reverse): Likewise.
12069
12070 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12071
12072 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12073 Use with_test_prefix.
12074
12075 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12076
12077 * gdb.base/completion.exp: Add test for completion of layout
12078 names.
12079
12080 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12081
12082 * lib/gdb.exp (skip_tui_tests): New proc.
12083 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12084
12085 2015-05-19 Pedro Alves <palves@redhat.com>
12086
12087 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12088 Save the whole env array instead of just HOME. Unset HISTSIZE in
12089 the environment while testing. Restore whole environment
12090 afterwards.
12091
12092 2015-05-16 Doug Evans <xdje42@gmail.com>
12093
12094 * gdb.guile/scm-ports.c: New file.
12095 * gdb.guile/scm-ports.exp: Add memory port tests.
12096
12097 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12098
12099 * gdb.compile/compile-print.c: New file.
12100 * gdb.compile/compile-print.exp: New file.
12101
12102 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12103
12104 * gdb.compile/compile-ops.exp: Cast param to void.
12105 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12106 (compile code struct_object.selffield = &struct_object): Add xfail.
12107
12108 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12109
12110 * gdb.ada/arr_enum_with_gap: New testcase.
12111
12112 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12113
12114 * gdb.ada/byte_packed_arr: New testcase.
12115
12116 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12117
12118 * gdb.ada/pckd_neg: New testcase.
12119
12120 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12121
12122 PR gdb/17820
12123 * gdb.base/gdbinit-history.exp: New test.
12124 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12125 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12126
12127 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12128
12129 * gdb.python/py-xmethods.cc: Enhance test case.
12130 * gdb.python/py-xmethods.exp: New tests.
12131 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12132 function.
12133 (B_indexoper): Likewise.
12134 (global_dm_list) : Add new xmethod worker functions.
12135
12136 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12137
12138 * gdb.base/coredump-filter.exp: Correctly unset
12139 "coredump_var_addr" array.
12140
12141 2015-05-08 Pedro Alves <palves@redhat.com>
12142
12143 * gdb.server/non-existing-program.exp: Unset spawn_id.
12144
12145 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12146
12147 PR python/18291
12148 * gdb.python/py-xmethods.exp: Add tests.
12149
12150 2015-05-08 Yao Qi <yao.qi@linaro.org>
12151
12152 PR gdb/18208
12153 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12154 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12155 function set_coredump_filter, and remove remote_exec call.
12156 Remove argument ipid. Callers update.
12157 (top level): Don't get inferior's PID.
12158
12159 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12160
12161 * gdb.base/watch_thread_num.exp: Skip test on targets without
12162 access watchpoints.
12163
12164 2015-05-06 Pedro Alves <palves@redhat.com>
12165
12166 PR server/18081
12167 * gdb.server/non-existing-program.exp: New file.
12168
12169 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12170
12171 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12172
12173 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12174
12175 * gdb.ada/out_of_line_in_inlined: New testcase.
12176
12177 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12178
12179 * gdb.ada/var_rec_arr: New testcase.
12180
12181 2015-04-30 Yao Qi <yao.qi@linaro.org>
12182
12183 * gdb.base/break-idempotent.exp: If
12184 skip_hw_watchpoint_multi_tests returns true, skip the tests
12185 on "rwatch" and "awatch".
12186
12187 2015-04-30 Yao Qi <yao.qi@linaro.org>
12188
12189 * gdb.base/relativedebug.exp: Invoke gdb command
12190 "info sharedlibrary", and if libc.so doesn't have debug info,
12191 skip the test.
12192
12193 2015-04-29 Doug Evans <dje@google.com>
12194
12195 * gdb.python/py-xmethods.exp: Add ptype tests.
12196 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12197 get_result_type method.
12198
12199 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12200
12201 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12202 the target does not support hardware watchpoints.
12203
12204 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12205
12206 * gdb.base/break-always.exp: Abort testing if writing to memory
12207 causes an error.
12208
12209 2015-04-28 Doug Evans <dje@google.com>
12210
12211 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12212 * gdb.python/py-pp-registration.exp: ... here. New file.
12213 * gdb.python/py-pp-registration.c: New file.
12214 * gdb.python/py-pp-registration.py: New file.
12215
12216 2015-04-28 Doug Evans <dje@google.com>
12217
12218 * gdb.python/py-bad-printers.c: New file.
12219 * gdb.python/py-bad-printers.py: New file.
12220 * gdb.python/py-bad-printers.exp: New file.
12221
12222 2015-04-28 Sasha Smundak <asmundak@google.com>
12223
12224 * gdb.python/py-type.exp: New test.
12225
12226 2015-04-28 Andy Wingo <wingo@igalia.com>
12227
12228 * gdb.python/py-parameter.exp:
12229 * gdb.guile/scm-parameter.exp: Escape the path that we are
12230 matching against, as it might contain characters that are special
12231 to regular expressions.
12232
12233 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12234
12235 * gdb.ada/rec_comp: New testcase.
12236
12237 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12238
12239 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12240 before using it.
12241
12242 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12243
12244 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12245 new tests for verilog output.
12246
12247 2015-04-24 Yao Qi <yao.qi@linaro.org>
12248
12249 * boards/remote-gdbserver-on-localhost.exp: New file.
12250
12251 2015-04-23 Pedro Alves <palves@redhat.com>
12252
12253 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12254 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12255 "end of file", remove $inferior_spawn_id from the indirect list.
12256
12257 2015-04-23 Pedro Alves <palves@redhat.com>
12258
12259 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12260
12261 2015-04-23 Pedro Alves <palves@redhat.com>
12262
12263 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12264 on $any_spawn_id instead of only on $gdb_spawn_id.
12265
12266 2015-04-21 Pierre Muller <muller@sourceware.org>
12267
12268 PR pascal/17815
12269 * lib/pascal.exp (gpc_compile): Add new option "class".
12270 (fpc_compile): Likewise.
12271 * gdb.pascal/case-insensitive-symbols.pas: New file.
12272 * gdb.pascal/case-insensitive-symbols.exp: New file.
12273
12274 2015-04-20 Gary Benson <gbenson@redhat.com>
12275
12276 * gdb.base/attach.exp: Fix three extended remote failures.
12277
12278 2015-04-17 Gary Benson <gbenson@redhat.com>
12279
12280 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12281 the main executable over the remote protocol.
12282
12283 2015-04-16 Pedro Alves <palves@redhat.com>
12284
12285 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12286 a new gdbserver if gdbserver_reconnect_p is set.
12287
12288 2015-04-16 Pedro Alves <palves@redhat.com>
12289
12290 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12291 is set, don't exit gdbserver.
12292
12293 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12294
12295 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12296 appropriate .insn, such that an older assembler can be used.
12297 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12298 the z/Architecture instruction set on 31-bit targets as well.
12299
12300 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12301
12302 * gdb.go/handcall.exp: Remove all logic related to the first
12303 breakpoint and rely on go_runto_main instead.
12304 * gdb.go/strings.exp: Likewise.
12305 * gdb.go/unsafe.exp: Likewise.
12306 * gdb.go/hello.exp: Likewise. Also rename the remaining
12307 breakpoint marker to "breakpoint 1".
12308 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12309 * gdb.go/strings.go: Likewise.
12310 * gdb.go/unsafe.go: Likewise.
12311 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12312 "set breakpoint 2 here" and rename the remaining breakpoint marker
12313 to "breakpoint 1".
12314
12315 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12316
12317 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12318 if itertools.imap is not present.
12319 * gdb.python/py-objfile.exp: Add parentheses.
12320 * gdb.python/py-type.exp: Same.
12321 * gdb.python/py-unwind-maint.py: Same.
12322
12323 2015-04-15 Yao Qi <yao.qi@linaro.org>
12324
12325 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12326 of ":$ptr_size" and set its form explicitly.
12327
12328 2015-04-15 Pedro Alves <palves@redhat.com>
12329 Yao Qi <yao.qi@linaro.org>
12330
12331 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12332 timeout by factor of 4.
12333 (test_regular_watch): Likewise.
12334 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12335 * gdb.reverse/sigall-reverse.exp: Likewise.
12336 * gdb.reverse/until-precsave.exp: Likewise.
12337 * lib/gdb.exp (with_timeout_factor): New proc.
12338 (gdb_expect): Move some code to ...
12339 (get_largest_timeout): ... here. New procedure.
12340
12341 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12342
12343 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12344
12345 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12346
12347 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12348 to write to the .text section.
12349
12350 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12351
12352 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12353 Handle the case of targets that do not provide PID information.
12354
12355 2015-04-13 Yao Qi <yao.qi@linaro.org>
12356
12357 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12358 and use expect instead of gdb_expect.
12359
12360 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12361
12362 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12363 "coredump_var_addr" to avoid naming conflict with other testcases.
12364
12365 2015-04-10 Pedro Alves <palves@redhat.com>
12366
12367 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12368 gdb_test_sequence and gdb_assert.
12369
12370 2015-04-10 Pedro Alves <palves@redhat.com>
12371
12372 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12373 test messages that don't include the breakpoint address.
12374
12375 2015-04-10 Yao Qi <yao.qi@linaro.org>
12376
12377 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12378 false for some offset and width combinations which aren't
12379 supported by linux kernel.
12380
12381 2015-04-10 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12384 procedure, factored out from ...
12385 (top level): ... here. Add "set displaced-stepping" testing axis.
12386 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12387 parameter "displaced". Use it.
12388 (top level): Use foreach and add "set displaced-stepping" testing
12389 axis.
12390
12391 2015-04-10 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12394 Remove comment.
12395 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12396 both the address of the instruction that triggers the watchpoint
12397 and the address of the instruction immediately after, and use
12398 those addresses for the test. Fix comment.
12399
12400 2015-04-10 Pedro Alves <palves@redhat.com>
12401
12402 * gdb.base/sigstep.exp (breakpoint_to_handler)
12403 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12404 Test "backtrace" in handler.
12405 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12406 (top level): Add new "displaced" test axis to
12407 breakpoint_to_handler, breakpoint_to_handler_entry and
12408 breakpoint_over_handler.
12409
12410 2015-04-10 Pedro Alves <palves@redhat.com>
12411
12412 PR gdb/18216
12413 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12414
12415 2015-04-10 Yao Qi <yao.qi@linaro.org>
12416
12417 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12418 (test_add_rn_pc): New function.
12419 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12420 (top level): Invoke test_add_rn_pc.
12421
12422 2015-04-10 Pedro Alves <palves@redhat.com>
12423
12424 PR gdb/13858
12425 * gdb.base/step-over-no-symbols.exp: New file.
12426
12427 2015-04-09 Andy Wingo <wingo@igalia.com>
12428
12429 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12430 after the Python tests.
12431
12432 2015-04-08 Keith Seitz <keiths@redhat.com>
12433
12434 PR python/16699
12435 * gdb.python/py-completion.exp: New tests for completion.
12436 * gdb.python/py-completion.py (CompleteLimit1): New class.
12437 (CompleteLimit2): Likewise.
12438 (CompleteLimit3): Likewise.
12439 (CompleteLimit4): Likewise.
12440 (CompleteLimit5): Likewise.
12441 (CompleteLimit6): Likewise.
12442 (CompleteLimit7): Likewise.
12443
12444 2015-04-08 Pedro Alves <palves@redhat.com>
12445
12446 PR gdb/18214
12447 PR gdb/18216
12448 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12449 function.
12450 (main): Install it as SIGUSR1 handler.
12451 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12452 parameter. Always use "setup" as prefix. Toggle "set
12453 displaced-stepping" off/on depending on global. Don't switch to
12454 thread 1 here.
12455 (top level): Add displaced stepping "off/on" test axis. Update
12456 "setup" calls. Wrap each subtest with with_test_prefix. Test
12457 continuing with a queued signal in each thread.
12458
12459 2015-04-08 Pedro Alves <palves@redhat.com>
12460
12461 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12462 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12463 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12464 Return early if running to main fails.
12465 * gdb.trace/while-stepping.exp: Likewise.
12466
12467 2015-04-07 Pedro Alves <palves@redhat.com>
12468
12469 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12470 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12471 interact with inferior program.
12472
12473 2015-04-07 Pedro Alves <palves@redhat.com>
12474
12475 * lib/gdb.exp (inferior_spawn_id): New global.
12476 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12477 spawn id after processing the user code.
12478 (default_gdb_start): Set inferior_spawn_id.
12479 (send_inferior): New procedure.
12480 * lib/gdbserver-support.exp (gdbserver_start): Set
12481 inferior_spawn_id.
12482 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12483
12484 2015-04-07 Pedro Alves <palves@redhat.com>
12485
12486 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12487 * lib/gdbserver-support.exp (gdbserver_start): Make
12488 $server_spawn_id global.
12489 (gdbserver_start): Don't wait for gdbserver's spawn id with
12490 expect_background.
12491 (close_gdbserver): New procedure.
12492 (gdb_exit): Rename the default version and reimplement.
12493
12494 2015-04-07 Pedro Alves <palves@redhat.com>
12495
12496 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12497 append the substituted item, not the original item.
12498
12499 2015-04-07 Pedro Alves <palves@redhat.com>
12500
12501 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12502 gdb_expect.
12503
12504 2015-04-07 Pedro Alves <palves@redhat.com>
12505
12506 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12507 output appearing once only.
12508
12509 2015-04-07 Pedro Alves <palves@redhat.com>
12510
12511 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12512 that doesn't expect anything. Return early if running to main
12513 fails.
12514
12515 2015-04-07 Yao Qi <yao.qi@linaro.org>
12516
12517 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12518 (child_function): Call alarm.
12519 (main): Move call to alarm into the loop.
12520 * gdb.threads/non-stop-fair-events.exp: Build program with
12521 -DTIMEOUT=$timeout.
12522
12523 2015-04-06 Doug Evans <xdje42@gmail.com>
12524
12525 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12526 Fix dest parameter to board_info.
12527 (fpc_compile): Ditto.
12528 (gdb_compile_pascal): Rename dest arg to destfile.
12529
12530 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12531
12532 * gdb.ada/funcall_ref.exp: New file.
12533 * gdb.ada/funcall_ref/foo.adb: New file.
12534
12535 2015-04-02 Yao Qi <yao.qi@linaro.org>
12536
12537 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12538 is remote.
12539
12540 2015-04-02 Gary Benson <gbenson@redhat.com>
12541
12542 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12543
12544 2015-04-01 Sasha Smundak <asmundak@google.com>
12545
12546 * gdb.python/py-unwind-maint.c: New file.
12547 * gdb.python/py-unwind-maint.exp: New test.
12548 * gdb.python/py-unwind-maint.py: New file.
12549 * gdb.python/py-unwind.c: New file.
12550 * gdb.python/py-unwind.exp: New test.
12551 * gdb.python/py-unwind.py: New test.
12552
12553 2015-04-01 Pedro Alves <palves@redhat.com>
12554
12555 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12556 to fail instead of non-existent $test.
12557
12558 2015-04-01 Pedro Alves <palves@redhat.com>
12559
12560 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12561 GDBFLAGS if not empty.
12562
12563 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12564
12565 * gdb.ada/complete.exp: Remove "multi_line".
12566 * gdb.ada/info_exc.exp: Remove "multi_line".
12567 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12568 * gdb.ada/ptype_field.exp: Remove "multi_line".
12569 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12570 * gdb.ada/tagged.exp: Remove "multi_line".
12571 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12572 [multi_line ...]
12573 * gdb.btrace/delta.exp: Likewise.
12574 * gdb.btrace/exception.exp: Likewise.
12575 * gdb.btrace/function_call_history.exp: Likewise.
12576 * gdb.btrace/instruction_history.exp: Likewise.
12577 * gdb.btrace/nohist.exp: Likewise.
12578 * gdb.btrace/record_goto.exp: Likewise.
12579 * gdb.btrace/segv.exp: Likewise.
12580 * gdb.btrace/stepi.exp: Likewise.
12581 * gdb.btrace/tailcall.exp: Likewise.
12582 * gdb.btrace/unknown_functions.exp: Likewise.
12583 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12584 * lib/gdb.exp: Add the "multi_line" helper.
12585
12586 2015-04-01 Pedro Alves <palves@redhat.com>
12587
12588 * gdb.threads/tid-reuse.c: New file.
12589 * gdb.threads/tid-reuse.exp: New file.
12590
12591 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12592
12593 PR corefiles/16092
12594 * gdb.base/coredump-filter.c: New file.
12595 * gdb.base/coredump-filter.exp: Likewise.
12596
12597 2015-03-27 Petr Machata <pmachata@redhat.com>
12598
12599 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12600 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12601 (Dwarf::assemble): Initialize them.
12602 (Dwarf::lines): New function.
12603
12604 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12605
12606 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12607 SYMBOL_PREFIX for x86_64-*-cygwin.
12608
12609 2015-03-26 Andy Wingo <wingo@igalia.com>
12610
12611 PR symtab/18148
12612 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12613 const_value but not a location.
12614 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12615 location defined in non-main CUs are visible.
12616
12617 2015-03-26 Yao Qi <yao.qi@linaro.org>
12618
12619 PR testsuite/18139
12620 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12621 Add a line number entry for the same line.
12622 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12623 Add a line number entry for the same line.
12624
12625 2015-03-26 Yao Qi <yao.qi@linaro.org>
12626
12627 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12628 .int 0.
12629 (func): Likewise. Add .Lfunc_1 label.
12630 Use .Lfunc_1 label.
12631 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12632 .int 0.
12633 (func): Likewise.
12634 Use .Lfunc_1 label.
12635
12636 2015-03-26 Yao Qi <yao.qi@linaro.org>
12637
12638 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12639 Call gdb_compile instead to compile each .s files without debug
12640 information.
12641
12642 2015-03-26 Yao Qi <yao.qi@linaro.org>
12643
12644 * gdb.base/savedregs.exp (process_saved_regs): Make
12645 "Saved registers:" optional in the pattern.
12646
12647 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12648
12649 * gdb.btrace/next.exp: Merged into step.exp.
12650 * gdb.btrace/finish.exp: Merged into step.exp.
12651 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12652 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12653 "record goto" and checking the exact replay position.
12654 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12655 check for "Recording format" in "info record" output.
12656 * gdb.btrace/record_goto.exp: Choose test file based on target.
12657 * gdb.btrace/x86-record_goto.S: Renamed into ...
12658 * gdb.btrace/x86_64-record_goto.S: ... this.
12659 * gdb.btrace/i686-record_goto.S: New.
12660 * gdb.btrace/x86-tailcall.S: Renamed into ...
12661 * gdb.btrace/x86_64-tailcall.S: ... this.
12662 * gdb.btrace/i686-tailcall.S: New.
12663 * gdb.btrace/x86-tailcall.c: Renamed into ...
12664 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12665 separate statements. Update test.
12666 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12667 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12668 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12669 * gdb.btrace/tailcall.exp: Choose test file based on target.
12670 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12671
12672 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12673
12674 * gdb.btrace/exception.exp: Increase BTS buffer size.
12675
12676 2015-03-24 Pedro Alves <palves@redhat.com>
12677
12678 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12679
12680 2015-03-24 Pedro Alves <palves@redhat.com>
12681
12682 * gdb.threads/schedlock.exp (test_step): No longer expect that
12683 "set scheduler-locking step" with "next" over a function call runs
12684 threads unlocked.
12685
12686 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12687
12688 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12689
12690 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12691
12692 PR breakpoints/16466
12693 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12694 * gdb.mi/mi-pending.c (thread_func): New function.
12695 (int main): Add threading support required.
12696 * gdb.mi/mi-pending.exp: Add tests for this issue.
12697 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12698 (pendfunc2): Remove stdio dependency.
12699 * gdb.mi/mi-pendshr2.c: New file.
12700
12701 2015-03-23 Keith Seitz <keiths@redhat.com>
12702
12703 * gdb.linespec/keywords.c: New file.
12704 * gdb.linespec/keywords.exp: New file.
12705
12706 2015-03-23 Keith Seitz <keiths@redhat.com>
12707
12708 PR gdb/18021
12709 * gdb.dwarf2/staticvirtual.exp: New test.
12710
12711 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12712
12713 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12714 * README: Remove HP-UX and gdb.hp.
12715 (configuration):
12716 * configure: Regenerate.
12717 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12718 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12719 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12720 gdb.hp/gdb.defects/Makefile.
12721 * gdb.hp/Makefile.in: File deleted.
12722 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12723 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12724 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12725 * gdb.hp/gdb.aCC/run.c: File deleted.
12726 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12727 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12728 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12729 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12730 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12731 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12732 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12733 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12734 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12735 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12736 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12737 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12738 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12739 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12740 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12741 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12742 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12743 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12744 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12745 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12746 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12747 * gdb.hp/gdb.compat/average.c: File deleted.
12748 * gdb.hp/gdb.compat/sum.c: File deleted.
12749 * gdb.hp/gdb.compat/xdb.c: File deleted.
12750 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12751 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12752 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12753 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12754 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12755 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12756 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12757 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12758 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12759 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12760 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12761 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12762 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12763 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12764 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12765 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12766 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12767 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12768 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12769 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12770 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12771 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12772 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12773 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12774 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12775 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12776 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12777 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12778 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12779 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12780 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12781 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12782 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12783 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12784 * gdb.hp/tools/odump: File deleted.
12785
12786 2015-03-19 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12789 (saw_thread_3): New globals.
12790 (top level): Increment them when an event for the corresponding
12791 thread is seen.
12792 (no thread starvation): New test.
12793
12794 2015-03-19 Pedro Alves <palves@redhat.com>
12795
12796 * gdb.threads/continue-pending-status.c: New file.
12797 * gdb.threads/continue-pending-status.exp: New file.
12798
12799 2015-03-18 Pedro Alves <palves@redhat.com>
12800
12801 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12802 Use gdb_is_target_remote instead of is_remote. Use
12803 gdb_test_multiple instead of gdb_expect. Exit early if
12804 gdb_test_multiple hits its internal matches. Tighten stepi tests
12805 expected output. Fail on exit with any signal, instead of just
12806 SIGILL.
12807
12808 2015-03-18 Yao Qi <yao.qi@linaro.org>
12809
12810 PR tdep/18107
12811 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12812 variable.
12813 * gdb.base/catch-syscall.exp: Don't skip it on
12814 aarch64*-*-linux* target. Remove elements in all_syscalls.
12815 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12816 target.
12817 (setup_all_syscalls): New proc.
12818
12819 2015-03-16 Yao Qi <yao.qi@linaro.org>
12820
12821 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12822 (top level): Skip tests if valid_addr_p returns false for
12823 $cmd1 or $cmd2.
12824
12825 2015-03-11 Andy Wingo <wingo@igalia.com>
12826
12827 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12828
12829 2015-03-11 Yao Qi <yao.qi@linaro.org>
12830
12831 * gdb.base/catch-syscall.exp: Fix typo in comments.
12832
12833 2015-03-11 Yao Qi <yao.qi@linaro.org>
12834
12835 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12836
12837 2015-03-09 Pedro Alves <palves@redhat.com>
12838
12839 * dg-extract-results.py: Delete.
12840
12841 2015-03-09 Pedro Alves <palves@redhat.com>
12842
12843 Merge dg-extract-results.sh from GCC upstream (r218843).
12844
12845 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12846 * dg-extract-results.sh: Use --text with grep to avoid issues with
12847 binary files. Fall back to cat -v, if that doesn't work.
12848
12849 2015-03-05 Pedro Alves <palves@redhat.com>
12850
12851 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12852
12853 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12854
12855 * lib/mi-support.exp (mi_expect_interrupt): Accept
12856 alternative event for when in all-stop mode.
12857
12858 2015-03-04 Pedro Alves <palves@redhat.com>
12859
12860 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12861
12862 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12863
12864 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12865
12866 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12867
12868 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12869 regexps for GDB's current line display, accept a hex address
12870 preceding the line number.
12871
12872 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12873
12874 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12875 the 'arch1' variable for "s390*-linux*" targets.
12876
12877 2015-03-04 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12880 (main): Pass missing retval argument to pthread_join call.
12881
12882 2015-03-02 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12885 (top level): Call do_test with non-stop as well.
12886
12887 2015-03-02 Pedro Alves <palves@redhat.com>
12888
12889 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12890 -1.
12891
12892 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12893
12894 * gdb.arch/s390-vregs.exp: New test.
12895 * gdb.arch/s390-vregs.S: New file.
12896
12897 2015-02-27 Pedro Alves <palves@redhat.com>
12898
12899 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12900 call to catch_command_errors.
12901 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12902 catch_command_errors.
12903
12904 2015-02-27 Pedro Alves <palves@redhat.com>
12905
12906 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12907 "true" for boolean result.
12908 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12909 prototype of main.
12910
12911 2015-02-27 Pedro Alves <palves@redhat.com>
12912
12913 * lib/unbuffer_output.c: New file.
12914 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12915 (main): Call gdb_unbuffer_output.
12916
12917 2015-02-27 Yao Qi <yao.qi@linaro.org>
12918
12919 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12920 target.
12921
12922 2015-02-26 Doug Evans <dje@google.com>
12923
12924 * gdb.cp/class2.cc (Dbase, D): New classes.
12925 (main): New local delta.
12926 * gdb.cp/class2.exp: Test printing delta.
12927 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12928 (dynbar): New global.
12929 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12930
12931 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12932
12933 * gdb.compile/compile-ifunc.c: New file.
12934 * gdb.compile/compile-ifunc.exp: New file.
12935
12936 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12937
12938 * gdb.base/structs.exp: Check for correct struct on finish.
12939
12940 2015-02-26 Yao Qi <yao.qi@linaro.org>
12941
12942 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12943 is zero.
12944
12945 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12946
12947 * gdb.arch/cordic.ko.bz2: New file.
12948 * gdb.arch/cordic.ko.debug.bz2: New file.
12949 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12950
12951 2015-02-25 Yao Qi <yao.qi@linaro.org>
12952
12953 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12954 aarch64*-*-* target.
12955
12956 2015-02-23 Pedro Alves <palves@redhat.com>
12957
12958 * lib/gdb.exp (delete_breakpoints): Rewrite using
12959 gdb_test_multiple.
12960
12961 2015-02-23 Pedro Alves <palves@redhat.com>
12962
12963 * gdb.base/info-os.c: Include stdlib.h.
12964
12965 2015-02-22 Doug Evans <xdje42@gmail.com>
12966
12967 PR symtab/17855
12968 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12969 is read after symbols have been re-read.
12970 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12971 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12972
12973 2015-02-21 Doug Evans <dje@google.com>
12974
12975 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12976
12977 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12978
12979 PR corefiles/17808
12980 * gdb.arch/i386-biarch-core.core.bz2: New file.
12981 * gdb.arch/i386-biarch-core.exp: New file.
12982
12983 2015-02-21 Pedro Alves <palves@redhat.com>
12984
12985 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12986 runto_main fails.
12987
12988 2015-02-20 Pedro Alves <palves@redhat.com>
12989
12990 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12991 info probes.
12992
12993 2015-02-20 Pedro Alves <palves@redhat.com>
12994
12995 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12996
12997 2015-02-20 Pedro Alves <palves@redhat.com>
12998
12999 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13000 clean_restart before gdb_target_supports_trace.
13001
13002 2015-02-20 Pedro Alves <palves@redhat.com>
13003
13004 PR threads/18006
13005 * gdb.threads/clone-thread_db.c: New file.
13006 * gdb.threads/clone-thread_db.exp: New file.
13007
13008 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13009
13010 PR breakpoints/16812
13011 * gdb.base/catch-gdb-caused-signals.c: New file.
13012 * gdb.base/catch-gdb-caused-signals.exp: New file.
13013
13014 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13015
13016 * configure: Regenerated.
13017 * configure.ac: Use GDB_AC_TRANSFORM.
13018 * aclocal.m4: sinclude ../transform.m4.
13019
13020 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13021
13022 * lib/dtrace.exp: New file.
13023 * gdb.base/dtrace-probe.exp: Likewise.
13024 * gdb.base/dtrace-probe.d: Likewise.
13025 * gdb.base/dtrace-probe.c: Likewise.
13026 * lib/pdtrace.in: Likewise.
13027 * configure.ac: Output variables with the transformed names of
13028 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13029 * configure: Regenerated.
13030
13031 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13032
13033 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13034 expected message when trying to access $_probe_* convenience
13035 variables while not on a probe.
13036
13037 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13038
13039 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13040
13041 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13042
13043 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13044 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13045
13046 2015-02-10 Doug Evans <xdje42@gmail.com>
13047
13048 * lib/gdb.exp (gdb_load): Always return a result.
13049
13050 2015-02-10 Pedro Alves <palves@redhat.com>
13051
13052 * gdb.threads/signal-sigtrap.c: New file.
13053 * gdb.threads/signal-sigtrap.exp: New file.
13054
13055 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13056
13057 * gdb.trace/no-attach-trace.c: New file.
13058 * gdb.trace/no-attach-trace.exp: New file.
13059
13060 2015-02-09 Mark Wielaard <mjw@redhat.com>
13061
13062 * gdb.dwarf2/atomic.c: New file.
13063 * gdb.dwarf2/atomic-type.exp: Likewise.
13064
13065 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13066
13067 * gdb.btrace/buffer-size.exp: Update "info record" output.
13068 * gdb.btrace/delta.exp: Update "info record" output.
13069 * gdb.btrace/enable.exp: Update "info record" output.
13070 * gdb.btrace/finish.exp: Update "info record" output.
13071 * gdb.btrace/instruction_history.exp: Update "info record" output.
13072 * gdb.btrace/next.exp: Update "info record" output.
13073 * gdb.btrace/nexti.exp: Update "info record" output.
13074 * gdb.btrace/step.exp: Update "info record" output.
13075 * gdb.btrace/stepi.exp: Update "info record" output.
13076 * gdb.btrace/nohist.exp: Update "info record" output.
13077
13078 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13079
13080 * gdb.btrace/buffer-size: New.
13081
13082 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13083
13084 * gdb.btrace/delta.exp: Update "info record" output.
13085 * gdb.btrace/enable.exp: Update "info record" output.
13086 * gdb.btrace/finish.exp: Update "info record" output.
13087 * gdb.btrace/instruction_history.exp: Update "info record" output.
13088 * gdb.btrace/next.exp: Update "info record" output.
13089 * gdb.btrace/nexti.exp: Update "info record" output.
13090 * gdb.btrace/step.exp: Update "info record" output.
13091 * gdb.btrace/stepi.exp: Update "info record" output.
13092 * gdb.btrace/nohist.exp: Update "info record" output.
13093
13094 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13095
13096 PR gdb/15678
13097 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13098
13099 2015-02-06 Pedro Alves <palves@redhat.com>
13100
13101 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13102 macro.
13103 (seconds_left, again): New globals.
13104 (main): Wait seconds_left in a 1-second sleep loop instead of
13105 sleeping 180 seconds. If 'again' is set, reset the seconds
13106 counter.
13107 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13108 'again' in the inferior before detaching. Print the seconds left.
13109 (options): New global.
13110 (top level): Build program with -DTIMEOUT=$timeout.
13111
13112 2015-02-06 Pedro Alves <palves@redhat.com>
13113
13114 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13115 determine how many seconds to pass to 'alarm'.
13116 * gdb.base/gdb-sigterm.exp (top level): Build program with
13117 -DTIMEOUT=$timeout.
13118 (do_test): Return success/failure indication. Add more verbose
13119 logging. Don't fail if 200 single steps are seen. Instead, fail
13120 when the test times out.
13121 (passes): New global.
13122 (top level): Break the testing loop if testing fails on any
13123 iteration. Use gdb_assert.
13124
13125 2015-02-04 Don Breazeal <donb@codesourcery.com>
13126
13127 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13128 and initialize them.
13129 (ipc_cleanup): New function.
13130 (main): Don't declare shmid, semid, and msqid. Add a call to
13131 atexit so that we call ipc_cleanup on exit.
13132
13133 2015-02-04 Pedro Alves <palves@redhat.com>
13134
13135 * boards/native-extended-gdbserver.exp: Remove any target variant
13136 specifications from the board name before clearing the isremote
13137 flag from board_info.
13138
13139 2015-01-31 Doug Evans <xdje42@gmail.com>
13140
13141 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13142
13143 2015-01-31 Gary Benson <gbenson@redhat.com>
13144
13145 * gdb.base/completion.exp: Disable completion limiting for
13146 existing tests. Add new tests to check completion limiting.
13147 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13148
13149 2015-01-31 Doug Evans <xdje42@gmail.com>
13150
13151 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13152
13153 2015-01-31 Doug Evans <xdje42@gmail.com>
13154
13155 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13156 entries. Duplicate file section script entries.
13157 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13158 inlined entries. Add test for safe-path rejection.
13159 * gdb.python/py-section-script.c: Add duplicate inlined section script
13160 entries. Duplicate file section script entries.
13161 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13162 inlined entries. Add test for safe-path rejection.
13163
13164 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13165
13166 * gdb.ada/disc_arr_bound: New testcase.
13167
13168 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13169
13170 * gdb.ada/mi_var_array: New testcase.
13171
13172 2015-01-27 Doug Evans <dje@google.com>
13173
13174 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13175 Add test for objfile.filename, objfile.username after objfile
13176 has been unloaded.
13177
13178 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13179
13180 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13181 the second test to print the name attribute of value
13182 returned by the call to gdb.lookup_type, and adjust
13183 the expected output accordingly.
13184
13185 2015-01-25 Mark Wielaard <mjw@redhat.com>
13186
13187 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13188 * gdb.base/disp-step-fork.c: Include unistd.h.
13189 * gdb.base/siginfo-obj.c: Include stdio.h.
13190 * gdb.base/siginfo-thread.c: Likewise.
13191 * gdb.mi/non-stop.c: Include unistd.h.
13192 * gdb.mi/nsthrexec.c: Include stdio.h.
13193 * gdb.mi/pthreads.c: Include unistd.h.
13194 * gdb.modula2/unbounded1.c (main): Declare returns int.
13195 * gdb.reverse/consecutive-reverse.c: Likewise.
13196 * gdb.threads/create-fail.c: Include unistd.h.
13197 * gdb.threads/killed.c: Likewise.
13198 * gdb.threads/linux-dp.c: Likewise.
13199 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13200 * gdb.threads/non-ldr-exc-2.c: Likewise.
13201 * gdb.threads/non-ldr-exc-3.c: Likewise.
13202 * gdb.threads/non-ldr-exc-4.c: Likewise.
13203 * gdb.threads/pthreads.c: Include unistd.h.
13204 (main): Declare returns int.
13205 * gdb.threads/tls-main.c (foo): New declaration.
13206 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13207
13208 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13209
13210 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13211 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13212
13213 2015-01-15 Mark Wielaard <mjw@redhat.com>
13214
13215 * gdb.base/noreturn-return.c: New file.
13216 * gdb.base/noreturn-return.exp: New file.
13217 * gdb.base/noreturn-finish.c: New file.
13218 * gdb.base/noreturn-finish.exp: New file.
13219
13220 2015-01-23 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.threads/continue-pending-after-query.c: New file.
13223 * gdb.threads/continue-pending-after-query.exp: New file.
13224
13225 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13226 Simon Marchi <simon.marchi@ericsson.com>
13227
13228 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13229 * gdb.base/valgrind-db-attach.exp: Same.
13230 * gdb.base/valgrind-infcall.exp: Same.
13231 * lib/mi-support.exp (default_mi_gdb_start): Same.
13232 * lib/prompt.exp (default_prompt_gdb_start): Same.
13233 * lib/gdb.exp (default_gdb_spawn): Same.
13234 (gdb_interact): New.
13235
13236
13237 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13238
13239 * gdb.compile/compile.exp (pointer to jit function): New test.
13240
13241 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13242
13243 * lib/gdb.exp (supports_process_record): Return true for
13244 powerpc*-*-linux*.
13245 (supports_reverse): Likewise.
13246
13247 2015-01-15 Don Breazeal <donb@codesourcery.com>
13248
13249 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13250 instead of checking whether the target board is remote and
13251 use spawn_wait_for_attach instead of exec/sleep.
13252 * gdb.base/attach-twice.exp: Likewise.
13253
13254 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13255
13256 * gdb.ada/var_arr_attrs: New testcase.
13257
13258 2015-01-14 Pedro Alves <palves@redhat.com>
13259 Joel Brobecker <brobecker@adacore.com>
13260
13261 PR gdb/17525
13262 * gdb.base/bp-cmds-execution-x-script.c: New file.
13263 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13264 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13265
13266 2015-01-14 Pedro Alves <palves@redhat.com>
13267
13268 PR cli/17828
13269 * gdb.base/batch-preserve-term-settings.c: New file.
13270 * gdb.base/batch-preserve-term-settings.exp: New file.
13271
13272 2015-01-13 Doug Evans <dje@google.com>
13273
13274 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13275 binary.
13276
13277 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13278
13279 * Makefile.in (clean mostlyclean): Do not delete *.py.
13280
13281 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13282
13283 * gdb.python/py-lookup-type.exp: New file.
13284
13285 2015-01-12 Pedro Alves <palves@redhat.com>
13286
13287 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13288 restore GDBFLAGS before returning.
13289
13290 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13291
13292 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13293 is_amd64_regs_target and is_x86_like_target.
13294
13295 2015-01-11 Doug Evans <xdje42@gmail.com>
13296
13297 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13298 is given without an explicit form.
13299 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13300 attributes.
13301 * gdb.dwarf/corrupt.exp: Ditto.
13302 * gdb.dwarf2/enum-type.exp: Ditto.
13303 * gdb.trace/entry-values.exp: Ditto.
13304 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13305
13306 2015-01-11 Doug Evans <xdje42@gmail.com>
13307
13308 PR gdb/15830
13309 * gdb.base/maint.exp: Remove references to "maint demangle".
13310 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13311 Add tests for explicitly specifying language to demangle.
13312 * gdb.dlang/demangle.exp: Ditto.
13313
13314 2015-01-09 Pedro Alves <palves@redhat.com>
13315
13316 * gdb.threads/non-stop-fair-events.c: New file.
13317 * gdb.threads/non-stop-fair-events.exp: New file.
13318
13319 2015-01-09 Pedro Alves <palves@redhat.com>
13320
13321 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13322 the global scope. Set a breakpoint after all threads are started
13323 rather than stepping over two source lines. Expect the prompt.
13324 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13325 global.
13326 (NUM): Now 15.
13327 (main): Use threads_started_barrier to wait for all threads to
13328 start. Main thread no longer calls thread_function. Exit after
13329 180 seconds.
13330 (loop): New function.
13331 (thread_function): Wait on threads_started_barrier barrier. Call
13332 'loop' at each iteration.
13333 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13334 threads have started, instead of hardcoding number of "next"
13335 steps. Use an access watchpoint instead of a write watchpoint.
13336
13337 2015-01-09 Pedro Alves <palves@redhat.com>
13338
13339 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13340 (thread_func): Wait on barrier.
13341 (main): Wait for all threads to start before stopping GDB.
13342 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13343 global.
13344 (thread1_func, thread2_func): Wait on barrier.
13345 (main): Wait for all threads to start before stopping GDB.
13346 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13347 New global.
13348 (thread1_func, thread2_func): Wait on barrier.
13349 (main): Wait for all threads to start before stopping GDB.
13350
13351 2015-01-09 Pedro Alves <palves@redhat.com>
13352
13353 * gdb.threads/attach-many-short-lived-threads.c: New file.
13354 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13355
13356 2014-01-09 Pedro Alves <palves@redhat.com>
13357
13358 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13359 instead of to thread 2.
13360 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13361 Add barrier around each pthread_create call instead of around all
13362 calls.
13363 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13364 Set a break on thread_function and have the child threads hit it
13365 one at at a time.
13366
13367 2015-01-09 Pedro Alves <palves@redhat.com>
13368
13369 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13370 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13371 false.
13372 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13373 checking whether the target board is remote.
13374 * gdb.multi/multi-attach.exp: Likewise.
13375 * gdb.python/py-sync-interp.exp: Likewise.
13376 * gdb.server/ext-attach.exp: Likewise.
13377 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13378 tests that need to attach, instead of checking whether the target
13379 board is remote at the top of the file.
13380
13381 2015-01-08 Yao Qi <yao@codesourcery.com>
13382
13383 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13384
13385 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13386
13387 Fix testcase compilation.
13388 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13389
13390 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13391
13392 * gdb.python/py-type.exp: Add a couple test about empty
13393 array creation, and negative-length array creation.
13394
13395 2015-01-02 Doug Evans <xdje42@gmail.com>
13396
13397 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13398
13399 2015-01-02 Doug Evans <dje@google.com>
13400
13401 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13402
13403 2014-12-29 Yao Qi <yao@codesourcery.com>
13404
13405 * gdb.trace/entry-values.exp: Update comments. Rename variable
13406 bar_call_foo to returned_from_foo.
13407
13408 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13409
13410 PR gdb/17394
13411 * gdb.linespec/break-asm-file.c: New file.
13412 * gdb.linespec/break-asm-file.exp: New file.
13413 * gdb.linespec/break-asm-file0.s: New file.
13414 * gdb.linespec/break-asm-file1.s: New file.
13415
13416 2014-12-18 Nigel Stephens <nigel@mips.com>
13417 Maciej W. Rozycki <macro@codesourcery.com>
13418
13419 * gdb.base/float.exp: Handle the new output from "info float" on
13420 MIPS targets.
13421
13422 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13423
13424 Fix MinGW compilation.
13425 * gdb.compile/compile-ops.exp: Update untested message if
13426 !skip_compile_feature_tests.
13427 * gdb.compile/compile-setjmp.exp: Likewise.
13428 * gdb.compile/compile-tls.exp: Likewise.
13429 * gdb.compile/compile.exp: Likewise.
13430 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13431 supported on this host".
13432
13433 2014-12-16 Doug Evans <xdje42@gmail.com>
13434
13435 * boards/stabs.exp: New file.
13436
13437 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13438
13439 * gdb.base/completion.exp: Adjust to format changes of "maint
13440 print user-registers".
13441
13442 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13443
13444 PR server/17457
13445 * gdb.arch/aarch64-fp.c: New file.
13446 * gdb.arch/aarch64-fp.exp: New file.
13447
13448 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13449
13450 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13451 r210637, r210913, r211666, r215400, r215817).
13452
13453 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13454 * dg-extract-results.py: New file.
13455 * dg-extract-results.sh: Use it if the environment seems
13456 suitable.
13457
13458 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13459
13460 * dg-extract-results.py (parse_run): Handle warnings that
13461 are printed before a test harness is run.
13462
13463 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13464
13465 * dg-extract-results.py (Named): Remove __cmp__ method.
13466 (output_variation): Use a key to sort variation.harnesses.
13467
13468 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13469
13470 * dg-extract-results.py: For Python 3, force sys.stdout to
13471 handle surrogate escape sequences.
13472 (safe_open): New function.
13473 (output_segment, main): Use it.
13474
13475 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13476
13477 * dg-extract-results.py (Prog.result_re): Include options
13478 in test name.
13479
13480 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13481
13482 * dg-extract-results.py (output_variation): Always sort if
13483 do_sum.
13484
13485 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13486
13487 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13488 as long as we get pagination notifications.
13489
13490 2014-12-15 Jason Merrill <jason@redhat.com>
13491
13492 * Makefile.in (check-gdb.%): Restore.
13493 * README: Mention it.
13494
13495 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13496
13497 * gdb.ada/str_uninit: New testcase.
13498
13499 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13500
13501 PR symtab/17642
13502 * gdb.base/vla-stub-define.c: New file.
13503 * gdb.base/vla-stub.c: New file.
13504 * gdb.base/vla-stub.exp: New file.
13505
13506 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13507 Jan Kratochvil <jan.kratochvil@redhat.com>
13508 Tom Tromey <tromey@redhat.com>
13509
13510 * configure.ac: Add gdb.compile/.
13511 * configure: Regenerate.
13512 * gdb.compile/Makefile.in: New file.
13513 * gdb.compile/compile-ops.exp: New file.
13514 * gdb.compile/compile-ops.c: New file.
13515 * gdb.compile/compile-tls.c: New file.
13516 * gdb.compile/compile-tls.exp: New file.
13517 * gdb.compile/compile-constvar.S: New file.
13518 * gdb.compile/compile-constvar.c: New file.
13519 * gdb.compile/compile-mod.c: New file.
13520 * gdb.compile/compile-nodebug.c: New file.
13521 * gdb.compile/compile-setjmp-mod.c: New file.
13522 * gdb.compile/compile-setjmp.c: New file.
13523 * gdb.compile/compile-setjmp.exp: New file.
13524 * gdb.compile/compile-shlib.c: New file.
13525 * gdb.compile/compile.c: New file.
13526 * gdb.compile/compile.exp: New file.
13527 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13528
13529 2014-12-12 Tom Tromey <tromey@redhat.com>
13530
13531 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13532 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13533
13534 2014-12-12 Doug Evans <dje@google.com>
13535
13536 * lib/gdb-python.exp (get_python_valueof): New function.
13537 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13538
13539 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13540
13541 * gdb.base/completion.exp: Add test for completion of "info
13542 registers ".
13543
13544 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13545
13546 * gdb.base/func-ptrs.c: New file.
13547 * gdb.base/func-ptrs.exp: New file.
13548
13549 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13550
13551 PR breakpoints/17012
13552 * gdb.base/dprintf-detach.c: New file.
13553 * gdb.base/dprintf-detach.exp: New file.
13554
13555 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13556
13557 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13558 * lib/gdb.exp (target_is_gdbserver): New procedure.
13559
13560 2014-12-08 Doug Evans <dje@google.com>
13561
13562 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13563
13564 2014-12-05 Yao Qi <yao@codesourcery.com>
13565
13566 * gdb.guile/scm-error.exp: Remove the third argument to
13567 gdb_remote_download.
13568 * gdb.guile/scm-frame-args.exp: Likewise.
13569 * gdb.guile/scm-section-script.exp: Likewise.
13570
13571 2014-12-05 Yao Qi <yao@codesourcery.com>
13572
13573 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13574
13575 2014-12-04 Doug Evans <dje@google.com>
13576
13577 * gdb.python/py-objfile.exp: Add tests for
13578 objfile.add_separate_debug_file.
13579
13580 2014-12-04 Doug Evans <dje@google.com>
13581
13582 * lib/gdb.exp (get_build_id): New function.
13583 (build_id_debug_filename_get): Rewrite to use it.
13584 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13585
13586 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13587
13588 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13589 `method(long)', not just 0x0.
13590 * gdb.cp/nsalias.exp: Align code labels to 4.
13591 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13592 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13593 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13594 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13595 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13596 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13597
13598 2014-12-02 Doug Evans <dje@google.com>
13599
13600 PR symtab/17602
13601 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13602 * gdb.cp/anon-ns2.cc: ... here. New file.
13603 * gdb.cp/anon-ns.exp: Update.
13604
13605 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13606
13607 * gdb.python/py-events.py (inferior_call_handler): New.
13608 (register_changed_handler, memory_changed_handler): New.
13609 (test_events.invoke): Register new handlers.
13610 * gdb.python/py-events.exp: Add tests for inferior call,
13611 memory_changed and register_changed events.
13612
13613 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13614
13615 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13616 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13617 if the linker doesn't understand this.
13618
13619 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13620
13621 * gdb.python/python.exp: Change expected reply to help().
13622
13623 2014-12-01 Yao Qi <yao@codesourcery.com>
13624
13625 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13626 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13627 * configure: Re-generated.
13628
13629 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13630
13631 * gdb.cp/chained-calls.cc: New file.
13632 * gdb.cp/chained-calls.exp: New file.
13633 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13634
13635 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13636
13637 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13638 * gdb.dwarf2/symtab-producer.exp: Same.
13639 * gdb.gdb/python-interrupts.exp: Same.
13640 * gdb.gdb/python-selftest.exp: Same.
13641 * gdb.python/py-linetable.exp: Same.
13642 * gdb.python/py-type.exp: Same.
13643 * gdb.python/py-value-cc.exp: Same.
13644 * gdb.python/py-value.exp: Same.
13645
13646 2014-11-28 Yao Qi <yao@codesourcery.com>
13647
13648 * gdb.base/break-probes.exp: Match library name prefixed with
13649 sysroot.
13650
13651 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13652
13653 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13654 test expected output. Add parentheses for the call to print.
13655 Remove L suffix from integers.
13656
13657 2014-11-26 Doug Evans <dje@google.com>
13658
13659 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13660
13661 2014-11-22 Yao Qi <yao@codesourcery.com>
13662
13663 * gdb.trace/entry-values.c: Remove asms.
13664 (foo): Add foo_label.
13665 (bar): Add bar_label.
13666 * gdb.trace/entry-values.exp: Remove code computing foo's
13667 length and bar's length.
13668 (Dwarf::assemble): Invoke function_range for bar and use
13669 MACRO_AT_func for foo.
13670
13671 2014-11-22 Yao Qi <yao@codesourcery.com>
13672
13673 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13674 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13675 Use .Lgcc43_procstart instead of gcc43.
13676
13677 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13678
13679 * gdb.ada/n_arr_bound: New testcase.
13680
13681 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13682
13683 PR breakpoints/10737
13684 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13685 test_catch_syscall_multi_arch.
13686 (test_catch_syscall_multi_arch): New function.
13687
13688 2014-11-20 Doug Evans <xdje42@gmail.com>
13689
13690 * gdb.base/maint.exp: Update expected output.
13691
13692 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13693
13694 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13695 4-byte instruction on S390.
13696
13697 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13698
13699 * gdb.ada/arr_arr: New testcase.
13700
13701 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13702
13703 * gdb.ada/pkd_arr_elem: New Testcase.
13704
13705 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13706
13707 * gdb.reverse/break-precsave: Expect completion message for
13708 core file reads.
13709 * gdb.reverse/consecutive-precsave.exp: Likewise.
13710 * gdb.reverse/finish-precsave.exp: Likewise.
13711 * gdb.reverse/i386-precsave.exp: Likewise.
13712 * gdb.reverse/machinestate-precsave.exp: Likewise.
13713 * gdb.reverse/sigall-precsave.exp: Likewise.
13714 * gdb.reverse/solib-precsave.exp: Likewise.
13715 * gdb.reverse/step-precsave.exp: Likewise.
13716 * gdb.reverse/until-precsave.exp: Likewise.
13717 * gdb.reverse/watch-precsave.exp: Likewise.
13718
13719 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13720
13721 * gdb.base/bp-permanent.c: Include unistd.h.
13722 * gdb.python/py-framefilter-mi.c (main): Add return type.
13723 * gdb.python/py-framefilter.c (main): Likewise.
13724 * gdb.trace/actions-changed.c (main): Likewise.
13725
13726 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13727
13728 * gdb.mi/until.c: Add eye-catchers.
13729 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13730 line numbers.
13731
13732 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13733
13734 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13735 function header variants in break1.c.
13736 * gdb.base/ena-dis-br.exp: Likewise.
13737 * gdb.base/hbreak2.exp: Likewise.
13738 * gdb.reverse/until-precsave.exp: Drop references to removed
13739 non-prototype function header variants in ur1.c.
13740 * gdb.reverse/until-reverse.exp: Likewise.
13741
13742 2014-11-17 Petr Machata <pmachata@redhat.com>
13743
13744 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13745 ${_cu_offset_size} bytes abbrev offset.
13746
13747 2014-11-15 Doug Evans <xdje42@gmail.com>
13748
13749 PR symtab/17559
13750 * gdb.base/line-symtabs.exp: New file.
13751 * gdb.base/line-symtabs.c: New file.
13752 * gdb.base/line-symtabs.h: New file.
13753
13754 2014-11-14 Yao Qi <yao@codesourcery.com>
13755
13756 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13757 (func): Add label func_label.
13758 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13759 Replace low_pc and high_pc with MACRO_AT_range.
13760 Replace name, low_pc and high_pc with MACRO_AT_func.
13761
13762 2014-11-14 Yao Qi <yao@codesourcery.com>
13763
13764 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13765 Replace name, low_pc and high_pc with MACRO_AT_func.
13766
13767 2014-11-14 Yao Qi <yao@codesourcery.com>
13768
13769 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13770 produce debug information.
13771 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13772
13773 2014-11-14 Yao Qi <yao@codesourcery.com>
13774
13775 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13776 object and get function length.
13777 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13778 with MACRO_AT_func.
13779 (top-level): Replace gdb_compile and clean_restart with
13780 prepare_for_testing.
13781 * gdb.dwarf2/main.c (main): Add label main_label.
13782
13783 2014-11-14 Yao Qi <yao@codesourcery.com>
13784
13785 * lib/dwarf.exp (function_range): New procedure.
13786 (Dwarf::_handle_macro_at_func): New procedure.
13787 (Dwarf::_handle_macro_at_range): New procedure.
13788 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13789
13790 2014-11-14 Yao Qi <yao@codesourcery.com>
13791
13792 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13793 (_handle_attribute): New procedure.
13794
13795 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13796
13797 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13798 * gdb.base/call-sc.c (zed): Likewise.
13799 * gdb.base/checkpoint.c (main): Likewise.
13800 * gdb.base/dump.c (main): Likewise.
13801 * gdb.base/gcore.c (main): Likewise.
13802 * gdb.base/huge.c (main): Likewise.
13803 * gdb.base/multi-forks.c (main): Likewise.
13804 * gdb.base/pr10179-a.c (main): Likewise.
13805 * gdb.base/savedregs.c (main): Likewise.
13806 * gdb.base/sigaltstack.c (main): Likewise.
13807 * gdb.base/siginfo.c (main): Likewise.
13808 * gdb.base/structs.c (zed): Likewise.
13809 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13810 * gdb.mi/mi-syn-frame.c (main): Likewise.
13811 * gdb.mi/until.c (foo, main): Likewise.
13812 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13813 * gdb.base/solib-weak.c (foo): Declare.
13814 * gdb.base/attach-twice.c: Include stdio.h.
13815 * gdb.base/weaklib1.c: Likewise.
13816 * gdb.base/weaklib2.c: Likewise.
13817 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13818 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13819 unistd.h.
13820 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13821 * gdb.mi/mi-exit-code.c: Likewise.
13822 * gdb.base/break-interp-lib.c: Include string.h.
13823 * gdb.base/coremaker.c: Likewise.
13824 * gdb.base/testenv.c: Likewise.
13825 * gdb.python/py-finish-breakpoint.c: Likewise.
13826 * gdb.base/inferior-died.c: Include sys/wait.h.
13827 * gdb.base/fileio.c: Include time.h.
13828 * gdb.base/async-shell.c: Include unistd.h.
13829 * gdb.base/dprintf-non-stop.c: Likewise.
13830 * gdb.base/info-os.c: Likewise.
13831 * gdb.mi/mi-console.c: Likewise.
13832 * gdb.mi/watch-nonstop.c: Likewise.
13833 * gdb.python/py-events.c: Likewise.
13834 * gdb.base/async.c (baz): Move up before its invocation.
13835 * gdb.base/code_elim2.c (my_global_func): Likewise.
13836 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13837 * gdb.base/advance.c (func2): Likewise.
13838
13839 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13840
13841 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13842 variant.
13843 * gdb.base/annota3.c: Likewise.
13844 * gdb.base/async.c: Likewise.
13845 * gdb.base/average.c: Likewise.
13846 * gdb.base/call-ar-st.c: Likewise.
13847 * gdb.base/call-rt-st.c: Likewise.
13848 * gdb.base/call-sc.c: Likewise.
13849 * gdb.base/call-strs.c: Likewise.
13850 * gdb.base/ending-run.c: Likewise.
13851 * gdb.base/execd-prog.c: Likewise.
13852 * gdb.base/exprs.c: Likewise.
13853 * gdb.base/foll-exec.c: Likewise.
13854 * gdb.base/foll-fork.c: Likewise.
13855 * gdb.base/foll-vfork.c: Likewise.
13856 * gdb.base/funcargs.c: Likewise.
13857 * gdb.base/gcore.c: Likewise.
13858 * gdb.base/jump.c: Likewise.
13859 * gdb.base/langs0.c: Likewise.
13860 * gdb.base/langs1.c: Likewise.
13861 * gdb.base/langs2.c: Likewise.
13862 * gdb.base/mips_pro.c: Likewise.
13863 * gdb.base/nodebug.c: Likewise.
13864 * gdb.base/opaque0.c: Likewise.
13865 * gdb.base/opaque1.c: Likewise.
13866 * gdb.base/recurse.c: Likewise.
13867 * gdb.base/run.c: Likewise.
13868 * gdb.base/scope0.c: Likewise.
13869 * gdb.base/scope1.c: Likewise.
13870 * gdb.base/setshow.c: Likewise.
13871 * gdb.base/setvar.c: Likewise.
13872 * gdb.base/shmain.c: Likewise.
13873 * gdb.base/shr1.c: Likewise.
13874 * gdb.base/shr2.c: Likewise.
13875 * gdb.base/sigall.c: Likewise.
13876 * gdb.base/signals.c: Likewise.
13877 * gdb.base/so-indr-cl.c: Likewise.
13878 * gdb.base/solib2.c: Likewise.
13879 * gdb.base/structs.c: Likewise.
13880 * gdb.base/sum.c: Likewise.
13881 * gdb.base/vforked-prog.c: Likewise.
13882 * gdb.base/watchpoint.c: Likewise.
13883 * gdb.reverse/shr2.c: Likewise.
13884 * gdb.reverse/until-reverse.c: Likewise.
13885 * gdb.reverse/ur1.c: Likewise.
13886 * gdb.reverse/watch-reverse.c: Likewise.
13887
13888 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13889
13890 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13891 variant.
13892 * gdb.base/sepdebug.exp: Drop references to removed code.
13893
13894 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13895
13896 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13897 variant. Preserve original line numbering.
13898 * gdb.base/list1.c: Likewise.
13899
13900 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13901
13902 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13903 variant.
13904 * gdb.base/break1.c: Likewise.
13905 * gdb.base/break.exp: Drop references to removed code.
13906
13907 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13908
13909 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13910 variant.
13911
13912 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13913
13914 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13915
13916 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13917
13918 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13919 logic into perform_all_tests() and invoke it with and without
13920 function header prototypes.
13921 (do_function_calls): Remove conditional XFAIL for PR 5318.
13922 (rerun_and_prepare): Remove duplicate code.
13923 (perform_all_tests): New. Main logic moved here.
13924
13925 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13926
13927 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13928 code guarded by #ifdef NO_PROTOTYPES.
13929 (t_double_many_args): Likewise.
13930 (DEF_FUNC_MANY_ARGS_1): Likewise.
13931 (DEF_FUNC_VALUES_1): Likewise.
13932 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13933 guarded by #ifdef PROTOTYPES.
13934
13935 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13936
13937 * gdb.mi/mi-console.c: Add eye-catcher.
13938 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13939 instead of literal line number.
13940
13941 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13942
13943 * gdb.base/shr2.c: Add eye-catcher.
13944 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13945 line number.
13946
13947 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13948
13949 * gdb.base/jump.c: Add eye-catchers.
13950 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13951 numbers.
13952
13953 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13954
13955 * gdb.base/execd-prog.c: Add eye-catchers.
13956 * gdb.base/foll-exec.c: Likewise.
13957 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13958 line numbers.
13959
13960 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13961
13962 * gdb.base/ending-run.c: Add eye-catchers.
13963 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13964 literal line numbers.
13965
13966 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13967
13968 * gdb.base/call-rt-st.c: Add eye-catchers.
13969 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13970 literal line numbers.
13971
13972 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13973
13974 * gdb.base/call-ar-st.c: Add eye-catchers.
13975 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13976 literal line numbers.
13977
13978 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13979
13980 * gdb.base/average.c: Add eye-catchers.
13981 * gdb.base/sum.c: Likewise.
13982 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13983 regexps dynamically.
13984
13985 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13986
13987 * gdb.base/solib1.c: Add eye-catchers.
13988 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13989 literal line numbers.
13990
13991 2014-11-12 Pedro Alves <palves@redhat.com>
13992
13993 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13994 leader has exited.
13995
13996 2014-11-12 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.arch/i386-bp_permanent.c: New file.
13999 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14000 (srcfile): Set to i386-bp_permanent.c.
14001 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14002 that stepi does not execute the 'leave' instruction, instead of
14003 testing it does execute.
14004 * gdb.base/bp-permanent.c: New file.
14005 * gdb.base/bp-permanent.exp: New file.
14006
14007 2014-11-10 Doug Evans <xdje42@gmail.com>
14008
14009 PR symtab/17564
14010 * gdb.base/symtab-search-order.exp: New file.
14011 * gdb.base/symtab-search-order.c: New file.
14012 * gdb.base/symtab-search-order-1.c: New file.
14013 * gdb.base/symtab-search-order-shlib-1.c: New file.
14014
14015 2014-11-07 Pedro Alves <palves@redhat.com>
14016
14017 PR gdb/17511
14018 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14019 i?86-*-linux*.
14020
14021 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14022
14023 PR c++/17494
14024 * gdb.cp/pr17494.cc: New file.
14025 * gdb.cp/pr17494.exp: New file.
14026
14027 2014-11-02 Yao Qi <yao@codesourcery.com>
14028
14029 * gdb.python/python.exp: Get working directory and match the
14030 output of "set extended-prompt \\w " with it.
14031
14032 2014-10-30 Doug Evans <dje@google.com>
14033
14034 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14035 in objfiles.
14036 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14037 in progspaces.
14038
14039 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14040
14041 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14042 * gdb.base/realname-expand.exp: Likewise.
14043 * gdb.linespec/macro-relative.exp: Likewise.
14044
14045 2014-10-29 Pedro Alves <palves@redhat.com>
14046
14047 PR gdb/17408
14048 * gdb.threads/schedlock.c (some_function): New function.
14049 (call_function): New global.
14050 (MAYBE_CALL_SOME_FUNCTION): New macro.
14051 (thread_function): Call it.
14052 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14053 and use it instead of a global counter. Adjust all callers.
14054 (get_current_thread): Use "find current thread" for test message
14055 here rather than having all callers pass down the same string.
14056 (goto_loop): New procedure, factored out from ...
14057 (my_continue): ... this.
14058 (step_ten_loops): Change parameter from test message to command to
14059 use. Adjust.
14060 (list_count): Delete global.
14061 (check_result): New procedure, factored out from duplicate top
14062 level code.
14063 (continue tests): Wrap in with_test_prefix.
14064 (test_step): New procedure, factored out from duplicate top level
14065 code.
14066 (top level): Test "step" in combination with all scheduler-locking
14067 modes. Test "next" in combination with all scheduler-locking
14068 modes, and in combination with stepping over a function call or
14069 not.
14070 * gdb.threads/next-bp-other-thread.c: New file.
14071 * gdb.threads/next-bp-other-thread.exp: New file.
14072
14073 2014-10-29 Pedro Alves <palves@redhat.com>
14074
14075 PR python/17372
14076 * gdb.python/python.exp: Test a multi-line command that spawns
14077 interactive Python.
14078 * gdb.base/multi-line-starts-subshell.exp: New file.
14079
14080 2014-10-29 Yao Qi <yao@codesourcery.com>
14081
14082 * gdb.base/fileio.exp: Make directories on host.
14083
14084 2014-10-29 Yao Qi <yao@codesourcery.com>
14085
14086 * gdb.base/fileio.c (test_write): Close the file.
14087
14088 2014-10-28 Pedro Alves <palves@redhat.com>
14089
14090 PR gdb/12623
14091 * gdb.base/sigstep.c (no_handler): New global.
14092 (main): If 'no_handler is true, set the signal handlers to
14093 SIG_IGN.
14094 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14095 with_sw_watch and no_handler parameters. Handle them.
14096 (top level) <stepping over handler when stopped at a breakpoint
14097 test>: Add a test axis for testing with a software watchpoint, and
14098 another for testing with the signal handler set to SIG_IGN.
14099 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14100 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14101
14102 2014-10-28 Pedro Alves <palves@redhat.com>
14103
14104 PR gdb/17511
14105 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14106 * gdb.base/sigstep.exp (other_handler_location): New global.
14107 (advance): Support stepping into the signal handler, and running
14108 commands while in the handler.
14109 (in_handler_map): New global.
14110 (top level): In the advance test, add combinations for getting
14111 into the handler with stepping commands, and for running commands
14112 in the handler. Add comment descripting the advancei tests.
14113
14114 2014-10-28 Pedro Alves <palves@redhat.com>
14115
14116 * gdb.base/sigstep.exp: Use build_executable instead of
14117 prepare_for_testing.
14118 (top level): Move code that starts GDB, runs to main and creates a
14119 display to ...
14120 (restart): ... this new procedure.
14121 (top level): Move backtrace from signal handler test to ...
14122 (validate_backtrace): ... this new procedure.
14123 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14124 with_test_prefix. Always restart GDB.
14125 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14126 with_test_prefix. Always restart GDB. No need to delete
14127 breakpoints after the test.
14128 (test_skip_handler): Remove prefix parameter.
14129 (skip_over_handler, breakpoint_to_handler)
14130 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14131 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14132 restart GDB. No need to delete breakpoints after the test.
14133 (top level): Use foreach to call the test procedures with
14134 different commands.
14135
14136 2014-10-28 Pedro Alves <palves@redhat.com>
14137
14138 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14139 instead of GNATS numbers.
14140 * gdb.base/sigbpt.exp: Likewise.
14141 * gdb.base/siginfo.exp: Likewise.
14142 * gdb.base/sigstep.exp: Likewise.
14143
14144 2014-10-27 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.base/sigstep.c (dummy): New global.
14147 (main): Issue a couple writes to the new global.
14148 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14149 procedures.
14150 (skip_over_handler): Use test_skip_handler.
14151 (top level): Call skip_over_handler for stepi and nexti too.
14152 (breakpoint_over_handler): Use test_skip_handler.
14153 (top level): Call breakpoint_over_handler for stepi and nexti too.
14154
14155 2014-10-27 Yao Qi <yao@codesourcery.com>
14156
14157 * gdb.trace/tfile.c (adjust_function_address)
14158 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14159 function descriptor.
14160
14161 2014-10-24 Don Breazeal <donb@codesourcery.com>
14162
14163 * gdb.base/foll-fork.exp (test_follow_fork,
14164 catch_fork_child_follow): Check for updated fork messages emitted
14165 from infrun.c.
14166 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14167 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14168 vfork_and_exec_child_follow_through_step): Check for updated vfork
14169 messages emitted from infrun.c.
14170
14171 2014-10-24 Pedro Alves <palves@redhat.com>
14172
14173 * gdb.base/corefile.exp: Remove references to ultrix.
14174 * gdb.base/interrupt.exp: Likewise.
14175 * gdb.base/whatis.exp: Likewise.
14176 * gdb.gdb/selftest.exp: Likewise.
14177 * gdb.threads/manythreads.exp: Likewise.
14178 * gdb.threads/print-threads.exp: Likewise.
14179 * gdb.threads/pthreads.exp:: Likewise.
14180 * gdb.threads/schedlock.exp: Likewise.
14181
14182 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14183
14184 * gdb.cp/non-trivial-retval.cc: Add a test case.
14185 * gdb.cp/non-trivial-retval.exp: Add a test.
14186
14187 2014-10-20 Yao Qi <yao@codesourcery.com>
14188
14189 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14190 * gdb.python/py-objfile-script-gdb.py: New file.
14191 * gdb.python/py-objfile-script.exp: Update reference to
14192 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14193 of remote_download. Remove the dest file.
14194
14195 2014-10-20 Yao Qi <yao@codesourcery.com>
14196
14197 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14198 * gdb.base/step-line.exp: Likewise.
14199 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14200 * gdb.dwarf2/dw2-basic.exp: Likewise.
14201 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14202 * gdb.dwarf2/dw2-filename.exp: Likewise.
14203 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14204 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14205 * gdb.dwarf2/dw2-producer.exp: Likewise.
14206 * gdb.dwarf2/mac-fileno.exp: Likewise.
14207 * gdb.python/py-frame-args.exp: Likewise.
14208 * gdb.python/py-framefilter.exp: Likewise.
14209 * gdb.python/py-mi.exp: Likewise.
14210 * gdb.python/py-objfile-script.exp: Likewise
14211 * gdb.python/py-pp-integral.exp: Likewise.
14212 * gdb.python/py-pp-re-notag.exp: Likewise.
14213 * gdb.python/py-prettyprint.exp: Likewise.
14214 * gdb.python/py-section-script.exp: Likewise.
14215 * gdb.python/py-typeprint.exp: Likewise.
14216 * gdb.python/py-xmethods.exp: Likewise.
14217 * gdb.stabs/weird.exp: Likewise.
14218 * gdb.xml/tdesc-regs.exp: Likewise.
14219
14220 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14221
14222 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14223 (out_cu): Use addr_len for the size of addresses.
14224 (out_line): Likewise. Size DW_LNE_set_address instruction
14225 according to addr_len.
14226 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14227 (FUNC): Add START_INSNS to definition.
14228
14229 2014-10-18 Yao Qi <yao@codesourcery.com>
14230
14231 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14232 gdb_has_argv0 return true.
14233 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14234 check [target_info exists noargs], check [gdb_has_argv0]
14235 instead.
14236 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14237 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14238 procedures.
14239
14240 2014-10-17 Doug Evans <dje@google.com>
14241
14242 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14243 event.
14244 * gdb.python/py-events.py: Add clear_objfiles event.
14245
14246 2014-10-17 Doug Evans <dje@google.com>
14247
14248 * gdb.python/py-objfile.exp: Test progspace attribute.
14249
14250 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14251
14252 * gdb.guile/scm-breakpoint.exp: Do not assume any
14253 directory separators when matching source file paths.
14254 * gdb.python/py-breakpoint.exp: Likewise.
14255 * gdb.reverse/break-precsave.exp: Likewise.
14256 * gdb.reverse/break-reverse.exp: Likewise.
14257 * gdb.reverse/consecutive-precsave.exp: Likewise.
14258 * gdb.reverse/finish-precsave.exp: Likewise.
14259 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14260 * gdb.reverse/finish-reverse.exp: Likewise.
14261 * gdb.reverse/i386-precsave.exp: Likewise.
14262 * gdb.reverse/i387-env-reverse.exp: Likewise.
14263 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14264 * gdb.reverse/machinestate-precsave.exp: Likewise.
14265 * gdb.reverse/machinestate.exp: Likewise.
14266 * gdb.reverse/sigall-precsave.exp: Likewise.
14267 * gdb.reverse/solib-precsave.exp: Likewise.
14268 * gdb.reverse/step-precsave.exp: Likewise.
14269 * gdb.reverse/until-precsave.exp: Likewise.
14270 * gdb.reverse/watch-precsave.exp: Likewise.
14271 * gdb.reverse/watch-reverse.exp: Likewise.
14272
14273 2014-10-17 Yao Qi <yao@codesourcery.com>
14274
14275 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14276 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14277
14278 2014-10-17 Pedro Alves <palves@redhat.com>
14279
14280 PR gdb/17471
14281 * gdb.base/bg-execution-repeat.c: New file.
14282 * gdb.base/bg-execution-repeat.exp: New file.
14283
14284 2014-10-17 Pedro Alves <palves@redhat.com>
14285
14286 PR gdb/17300
14287 * gdb.base/continue-all-already-running.c: New file.
14288 * gdb.base/continue-all-already-running.exp: New file.
14289
14290 2014-10-17 Pedro Alves <palves@redhat.com>
14291
14292 PR gdb/17472
14293 * gdb.base/annota-input-while-running.c: New file.
14294 * gdb.base/annota-input-while-running.exp: New file.
14295
14296 2014-10-17 Pedro Alves <palves@redhat.com>
14297
14298 * gdb.base/callfuncs.exp: emove references to osf.
14299 * gdb.base/sigall.exp: Likewise.
14300 * gdb.gdb/selftest.exp: Likewise.
14301 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14302 * gdb.mi/non-stop.c: Likewise.
14303 * gdb.mi/pthreads.c: Likewise.
14304 * gdb.reverse/sigall-precsave.exp: Likewise.
14305 * gdb.reverse/sigall-reverse.exp: Likewise.
14306 * gdb.threads/pthreads.c: Likewise.
14307 * gdb.threads/pthreads.exp: Likewise.
14308
14309 2014-10-17 Yao Qi <yao@codesourcery.com>
14310
14311 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14312 check 'target_info exists noargs'.
14313 (test_command_prompt_position): Likewise.
14314 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14315 Remove "set args".
14316 (progvar_simple_while_test): Likewise.
14317 (progvar_complex_if_while_test): Likewise.
14318 (if_while_breakpoint_command_test): Likewise.
14319 (infrun_breakpoint_command_test): Likewise.
14320 (breakpoint_command_test): Likewise.
14321 (watchpoint_command_test): Likewise.
14322 (bp_deleted_in_command_test): Likewise.
14323 (temporary_breakpoint_commands): Likewise.
14324
14325 2014-10-16 Yao Qi <yao@codesourcery.com>
14326
14327 * gdb.base/remotetimeout.exp: Remove noargs checking.
14328
14329 2014-10-15 Pedro Alves <palves@redhat.com>
14330
14331 PR breakpoints/9649
14332 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14333 * gdb.base/breakpoint-in-ro-region.exp
14334 (probe_target_hardware_step): New procedure.
14335 (top level): Probe hardware stepping and hardware breakpoint
14336 support. Test stepping through a read-only region, with both
14337 "breakpoint auto-hw" on and off and both "always-inserted" on and
14338 off.
14339
14340 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14341
14342 * gdb.dlang/demangle.exp: Update for demangling changes.
14343
14344 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14345
14346 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14347 * gdb.cp/non-trivial-retval.exp: Add new tests.
14348
14349 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14350
14351 PR c++/13403
14352 PR c++/15154
14353 * gdb.cp/non-trivial-retval.cc: New file.
14354 * gdb.cp/non-trivial-retval.exp: New file.
14355
14356 2014-10-15 Yao Qi <yao@codesourcery.com>
14357
14358 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14359 remote host.
14360
14361 2014-10-15 Yao Qi <yao@codesourcery.com>
14362
14363 * gdb.python/py-symbol.exp: Match file base name if host is
14364 remote, otherwise match file name with dir name.
14365 * gdb.python/py-symtab.exp: Likewise.
14366 * gdb.python/python.exp: Likewise.
14367
14368 2014-10-15 Yao Qi <yao@codesourcery.com>
14369
14370 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14371 pattern.
14372 * gdb.python/py-symtab.exp: Likewise.
14373 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14374 locationn.
14375
14376 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14377
14378 * gdb.ada/addr_arith: New testcase.
14379
14380 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14381
14382 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14383 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14384 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14385 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14386
14387 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14388
14389 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14390 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14391 * gdb.arch/stap-eval-lang-ada.exp: New file.
14392
14393 2014-10-14 Yao Qi <yao@codesourcery.com>
14394
14395 * gdb.mi/mi-var-child.c (nothing1): New function.
14396 (nothing2): New function.
14397 (do_children_tests): Set function pointers by nothing1 and
14398 nothing2.
14399 * gdb.mi/mi-var-child.exp: Step over new added statements.
14400 Update test to match the new output.
14401 * gdb.mi/var-cmd.c (nothing1): New function.
14402 (nothing2): New function.
14403 (do_children_tests): Set function pointers by nothing1 and
14404 nothing2.
14405 * gdb.mi/mi-var-display.exp: Update test to match output.
14406 Step to the line specified by $line_dct_nothing.
14407 Increase the number of lines to step.
14408
14409 2014-10-14 Yao Qi <yao@codesourcery.com>
14410
14411 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14412 tests.
14413 * gdb.mi/mi2-var-child.exp: Likewise.
14414
14415 2014-10-13 Doug Evans <dje@google.com>
14416
14417 * gdb.python/py-objfile.exp: Change name of file name test.
14418
14419 2014-10-13 Doug Evans <dje@google.com>
14420
14421 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14422 from the start of the CU.
14423
14424 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14425 Yao Qi <yao@codesourcery.com>
14426
14427 Fix "save breakpoints" for "catch" command.
14428 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14429 Remove -nonewline. Match also the added "main" line.
14430
14431 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14432
14433 Fix "save breakpoints" for "disable $bpnum" command.
14434 * gdb.base/save-bp.c (main): Add label.
14435 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14436
14437 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14438
14439 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14440
14441 2014-10-11 Yao Qi <yao@codesourcery.com>
14442
14443 * gdb.server/server-kill.exp: Execute command
14444 "set remote trace-status-packet on" before "tstatus".
14445
14446 2014-10-11 Yao Qi <yao@codesourcery.com>
14447
14448 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14449 (main): Call getppid.
14450 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14451 and continue to it. Read variable "server_pid".
14452
14453 2014-10-11 Yao Qi <yao@codesourcery.com>
14454
14455 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14456
14457 2014-10-11 Yao Qi <yao@codesourcery.com>
14458
14459 * gdb.threads/thread-find.exp: Don't execute command
14460 "info threads".
14461 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14462 * gdb.threads/linux-dp.exp: Don't check the condition
14463 $threads_created equals to zero.
14464
14465 2014-10-10 Pedro Alves <palves@redhat.com>
14466
14467 * gdb.base/bigcore.exp: Remove references to IRIX.
14468 * gdb.base/funcargs.exp: Likewise.
14469 * gdb.base/interrupt.exp: Likewise.
14470 * gdb.base/mips_pro.exp: Likewise.
14471 * gdb.base/nodebug.exp: Likewise.
14472 * gdb.base/setvar.exp: Likewise.
14473 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14474
14475 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14476 Pedro Alves <palves@redhat.com>
14477
14478 PR symtab/14466
14479 * gdb.base/vdso-warning.c: New file.
14480 * gdb.base/vdso-warning.exp: New file.
14481
14482 2014-10-02 Doug Evans <dje@google.com>
14483
14484 * gdb.base/structs.c (main): Don't run forever.
14485
14486 2014-10-02 Pedro Alves <palves@redhat.com>
14487
14488 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14489 (top level) <stop threads 1, stop threads 2>: Use it.
14490
14491 2014-10-02 Pedro Alves <palves@redhat.com>
14492
14493 * gdb.threads/break-while-running.exp (test): Add new
14494 'update_thread_list' argument. Skip "info threads" if false.
14495 (top level): Add new 'update_thread_list' axis.
14496
14497 2014-10-02 Pedro Alves <palves@redhat.com>
14498
14499 PR breakpoints/17431
14500 * gdb.base/execl-update-breakpoints.c: New file.
14501 * gdb.base/execl-update-breakpoints.exp: New file.
14502
14503 2014-10-01 Pedro Alves <palves@redhat.com>
14504
14505 * gdb.base/breakpoint-in-ro-region.c: New file.
14506 * gdb.base/breakpoint-in-ro-region.exp: New file.
14507
14508 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14509
14510 * gdb.mi/mi-exit-code.exp: New file.
14511 * gdb.mi/mi-exit-code.c: New file.
14512
14513 2014-09-30 Yao Qi <yao@codesourcery.com>
14514
14515 * lib/prelink-support.exp (build_executable_own_libs): Error if
14516 the target isn't native.
14517
14518 2014-09-30 Yao Qi <yao@codesourcery.com>
14519
14520 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14521 false.
14522
14523 2014-09-22 Pedro Alves <palves@redhat.com>
14524
14525 * gdb.threads/break-while-running.exp: New file.
14526 * gdb.threads/break-while-running.c: New file.
14527
14528 2014-09-19 Yao Qi <yao@codesourcery.com>
14529
14530 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14531 Invoke test. Restart GDB with --readnow and invoke test again.
14532
14533 2014-09-19 Yao Qi <yao@codesourcery.com>
14534
14535 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14536 proc set_breakpoint_on_gcd_function. Invoke
14537 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14538 invoke set_breakpoint_on_gcd_function again.
14539
14540 2014-09-18 Doug Evans <dje@google.com>
14541
14542 * gdb.dwarf2/symtab-producer.exp: New file.
14543
14544 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14545
14546 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14547 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14548 * gdb.base/global-var-nested-by-dso.c: Likewise.
14549 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14550
14551 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14552 Pedro Alves <palves@redhat.com>
14553
14554 * gdb.base/watch-bitfields.exp: Pass string other than test file
14555 name to prepare_for_testing.
14556 (watch): New procedure.
14557 (expect_watchpoint): Use with_test_prefix.
14558 (top level): Factor out tests to ...
14559 (test_watch_location, test_regular_watch): ... these new
14560 procedures, and use with_test_prefix and gdb_continue_to_end.
14561
14562 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14563
14564 PR breakpoints/12526
14565 * gdb.base/watch-bitfields.exp: New file.
14566 * gdb.base/watch-bitfields.c: New file.
14567
14568 2014-09-16 Pedro Alves <palves@redhat.com>
14569
14570 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14571 software and hardware addresses, not software address against
14572 itself.
14573
14574 2014-09-16 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14577 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14578
14579 2014-09-16 Pedro Alves <palves@redhat.com>
14580
14581 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14582 files.
14583 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14584 "*-*-vxworks*" throughout.
14585 * gdb.base/break.exp: Likewise.
14586 * gdb.base/default.exp: Likewise.
14587 * gdb.base/scope.exp: Likewise.
14588 * gdb.base/sepdebug.exp: Likewise.
14589 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14590 throughout.
14591 * gdb.base/run.c: Likewise.
14592 * gdb.base/sepdebug.c: Likewise.
14593 * gdb.hp/gdb.aCC/run.c: Likewise.
14594 * gdb.reverse/until-reverse.c: Likewise.
14595 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14596
14597 2014-09-16 Yao Qi <yao@codesourcery.com>
14598
14599 * boards/local-remote-host-native.exp: New file.
14600
14601 2014-09-14 Doug Evans <xdje42@gmail.com>
14602
14603 * gdb.threads/queue-signal.c (thread_count): New variable.
14604 (thread_count_mutex, thread_count_condvar): New variables.
14605 (incr_thread_count, wait_all_threads_running): New functions.
14606 (main): Wait for all threads to be in their thread functions.
14607
14608 2014-09-13 Doug Evans <xdje42@gmail.com>
14609
14610 * gdb.threads/queue-signal.c: New file.
14611 * gdb.threads/queue-signal.exp: New file.
14612
14613 2014-09-13 Doug Evans <xdje42@gmail.com>
14614
14615 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14616 be consistent with what default_gdb_init uses.
14617 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14618 the plain text of the prompt. Add some logging printfs.
14619 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14620
14621 2014-09-12 Pedro Alves <palves@redhat.com>
14622
14623 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14624 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14625 * gdb.arch/i386-size-overlap.exp: Likewise.
14626 * gdb.arch/i386-size.exp: Likewise.
14627 * gdb.arch/i386-unwind.exp: Likewise.
14628 * gdb.base/a2-run.exp: Likewise.
14629 * gdb.base/break.exp: Likewise.
14630 * gdb.base/charset.exp: Likewise.
14631 * gdb.base/chng-syms.exp: Likewise.
14632 * gdb.base/commands.exp: Likewise.
14633 * gdb.base/dbx.exp: Likewise.
14634 * gdb.base/find.exp: Likewise.
14635 * gdb.base/funcargs.exp: Likewise.
14636 * gdb.base/jit-simple.exp: Likewise.
14637 * gdb.base/reread.exp: Likewise.
14638 * gdb.base/sepdebug.exp: Likewise.
14639 * gdb.base/step-bt.exp: Likewise.
14640 * gdb.cp/mb-inline.exp: Likewise.
14641 * gdb.cp/mb-templates.exp: Likewise.
14642 * gdb.objc/basicclass.exp: Likewise.
14643 * gdb.threads/killed.exp: Likewise.
14644
14645 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14646
14647 PR tdep/17379
14648 * gdb.arch/powerpc-stackless.S: New file.
14649 * gdb.arch/powerpc-stackless.exp: New file.
14650
14651 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14652
14653 * gdb.base/attach.c: Include unistd.h.
14654 (main): Call alarm. Add label postloop.
14655 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14656 gdb_breakpoint, gdb_continue_to_breakpoint.
14657 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14658
14659 2014-09-11 Pedro Alves <palves@redhat.com>
14660
14661 PR gdb/17347
14662 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14663 * gdb.base/attach.exp (test_command_line_attach_run): New
14664 procedure.
14665 (top level): Call it.
14666
14667 2014-09-11 Pedro Alves <palves@redhat.com>
14668
14669 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14670 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14671 (do_command_attach_tests): Use spawn_wait_for_attach.
14672 * gdb.base/solib-overlap.exp: Likewise.
14673 * gdb.multi/multi-attach.exp: Likewise.
14674 * gdb.python/py-prompt.exp: Likewise.
14675 * gdb.python/py-sync-interp.exp: Likewise.
14676 * gdb.server/ext-attach.exp: Likewise.
14677
14678 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14679
14680 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14681 command in testcase. Simplify testcase.
14682
14683 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14684
14685 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14686
14687 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14688
14689 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14690
14691 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14692
14693 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14694
14695 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14696
14697 * gdb.dwarf2/dynarr-ptr.c: New file.
14698 * gdb.dwarf2/dynarr-ptr.exp: New file.
14699
14700 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14701
14702 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14703 of 30 rather than hardcoding 120 for a slow test case. Take the
14704 `gdb,timeout' target setting into account for this calculation.
14705 Don't extend the timeout for the test cases that don't need it.
14706
14707 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14708
14709 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14710 a factor of 2 for a slow test case. Take the `gdb,timeout'
14711 target setting into account for this calculation.
14712 * gdb.reverse/until-precsave.exp: Increase the timeout by
14713 a factor of 15 and 3 respectively rather than adding 120
14714 for a pair of slow test cases. Take the `gdb,timeout'
14715 target setting into account for this calculation.
14716
14717 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14718
14719 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14720 timeout, don't pass one down to gdb_expect.
14721 (gdb_expect): Rework timeout selection.
14722
14723 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14724
14725 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14726 exception on timeout.
14727 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14728 (gdbserver_start_extended): Catch any `gdbserver_start' error
14729 exceptions.
14730 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14731 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14732 `gdbserver_gdb_load' error exceptions.
14733
14734 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14735
14736 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14737 120 on waiting for the TCP socket to open.
14738
14739 2014-09-09 Doug Evans <xdje42@gmail.com>
14740
14741 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14742 _caller_matches, _any_caller_is, _any_caller_matches.
14743
14744 2014-09-09 Doug Evans <xdje42@gmail.com>
14745
14746 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14747
14748 2014-09-09 Yao Qi <yao@codesourcery.com>
14749
14750 * gdb.mi/mi-var-display.exp: Set print symbol off.
14751
14752 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14753
14754 PR gdb/17035
14755 * gdb.base/commands.exp: Add tests to verify user-defined
14756 commands with empty bodies.
14757 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14758 python commands in `show user command`.
14759 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14760 scheme commands in `show user command`.
14761
14762 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14763
14764 PR python/17355
14765 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14766 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14767 * gdb.python/py-framefilter-invalidarg.exp: New file.
14768 * gdb.python/py-framefilter-invalidarg.py: New file.
14769
14770 2014-09-06 Doug Evans <xdje42@gmail.com>
14771
14772 PR 15276
14773 * gdb.python/py-caller-is.c: New file.
14774 * gdb.python/py-caller-is.exp: New file.
14775
14776 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14777
14778 PR gdb/17235
14779 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14780 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14781
14782 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14783
14784 PR fortran/17237
14785 * gdb.fortran/print-formatted.exp: New file.
14786 * gdb.fortran/print-formatted.f90: Likewise.
14787
14788 2014-09-03 Sasha Smundak <asmundak@google.com>
14789
14790 * gdb.python/py-frame.exp: Test Frame.read_register.
14791
14792 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14793
14794 PR python/16699
14795 * gdb.python/py-completion.exp: New file.
14796 * gdb.python/py-completion.py: Likewise.
14797
14798 2014-08-28 Doug Evans <dje@google.com>
14799
14800 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14801 eax,etc. are live with values set by gdb and thus the compiler can't
14802 use them.
14803 * gdb.arch/i386-pseudo.c (main): Ditto.
14804
14805 2014-08-27 Doug Evans <dje@google.com>
14806
14807 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14808
14809 2014-08-25 Doug Evans <dje@google.com>
14810
14811 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14812 (main): Ditto.
14813
14814 2014-08-25 Doug Evans <dje@google.com>
14815
14816 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14817
14818 2014-08-24 Yao Qi <yao@codesourcery.com>
14819
14820 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14821 symbol off.
14822 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14823
14824 2014-08-22 Doug Evans <dje@google.com>
14825
14826 PR 17276
14827 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14828 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14829 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14830
14831 2014-08-22 Yao Qi <yao@codesourcery.com>
14832
14833 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14834 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14835 * gdb.python/python.exp: Likewise. Use .py file on the host
14836 instead of the build.
14837
14838 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14839
14840 * gdb.threads/gcore-stale-thread.c: New file.
14841 * gdb.threads/gcore-stale-thread.exp: New file.
14842
14843 2014-08-21 Pedro Alves <palves@redhat.com>
14844
14845 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14846 * gdb.base/gcore-relro-pie.exp: Likewise.
14847 * gdb.base/gcore-relro.exp: Likewise.
14848 * gdb.base/gcore.exp: Likewise.
14849 * gdb.base/print-symbol-loading.exp: Likewise.
14850 * gdb.threads/gcore-thread.exp: Likewise.
14851 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14852
14853 2014-08-20 Pedro Alves <palves@redhat.com>
14854 Jan Kratochvil <jan.kratochvil@redhat.com>
14855
14856 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14857 configure.
14858 (EXPECT): Handle READ1 being set.
14859 (all): Depend on EXTRA_RULES.
14860 (check-read1, expect-read1, read1.so, read1): New rules.
14861 * README (Testsuite Parameters): Document the READ1 make variable.
14862 (Race detection): New section.
14863 * configure: Regenerate.
14864 * configure.ac: If build==host==target, and running under a
14865 GNU/glibc system, add read1 to the extra Makefile rules.
14866 (EXTRA_RULES): AC_SUBST it.
14867 * lib/read1.c: New file.
14868
14869 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14870
14871 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14872 the handling of variables declared as a typedef to an array
14873 which a DW_AT_data_location attribute.
14874
14875 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14876 Pedro Alves <palves@redhat.com>
14877
14878 PR symtab/14604
14879 PR symtab/14605
14880 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14881 gdb_test.
14882
14883 2014-08-19 Pedro Alves <palves@redhat.com>
14884
14885 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14886
14887 2014-08-19 Yao Qi <yao@codesourcery.com>
14888
14889 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14890 right line.
14891
14892 2014-08-18 David Blaikie <dblaikie@gmail.com>
14893
14894 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14895
14896 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14897
14898 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14899 attribute in array range.
14900
14901 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14902
14903 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14904
14905 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14906
14907 PR c++/17132
14908 * gdb.cp/pr17132.cc: New file.
14909 * gdb.cp/pr17132.exp: New file.
14910
14911 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14912
14913 * gdb.python/py-xmethods.py (A_getarrayind)
14914 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14915 Use 'print' with function call syntax.
14916 (E_method_matcher.match): Fix tab vs space indentation mixup.
14917
14918 2014-08-15 Yao Qi <yao@codesourcery.com>
14919
14920 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14921 false.
14922
14923 2014-08-15 Yao Qi <yao@codesourcery.com>
14924
14925 * gdb.cp/casts.exp: Set print symbol off.
14926 * gdb.cp/class2.exp: Likewise.
14927 * gdb.cp/overload.exp: Likewise.
14928 * gdb.cp/templates.exp: Likewise.
14929
14930 2014-08-11 Doug Evans <dje@google.com>
14931
14932 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14933 (test_load_shlib): Update.
14934
14935 2014-08-09 Yao Qi <yao@codesourcery.com>
14936
14937 * gdb.base/display.exp: Invoke is_address_zero_readable.
14938 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14939 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14940 * gdb.base/hbreak-unmapped.exp: Return if
14941 is_address_zero_readable returns true.
14942 * gdb.base/signest.exp: Likewise.
14943 * gdb.base/signull.exp: Likewise.
14944 * gdb.base/sigbpt.exp: Likewise.
14945 * gdb.guile/scm-disasm.exp: Do the test if
14946 is_address_zero_readable returns false.
14947 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14948 * gdb.python/py-arch.exp: Likewise.
14949 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14950 * lib/gdb.exp (is_address_zero_readable): New proc.
14951
14952 2014-08-09 Yao Qi <yao@codesourcery.com>
14953
14954 PR testsuite/13443
14955 * gdb.mi/mi-var-display.exp: Make test messages unique.
14956
14957 2014-08-04 Tom Tromey <tromey@redhat.com>
14958
14959 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14960 target 0".
14961
14962 2014-08-04 Tom Tromey <tromey@redhat.com>
14963
14964 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14965 "target_resume".
14966
14967 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14968
14969 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14970 inner_vla_struct_object_size.
14971 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14972 as xfail.
14973
14974 2014-07-30 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14977 comment.
14978
14979 2014-07-29 Yao Qi <yao@codesourcery.com>
14980
14981 PR gdb/17206
14982 * gdb.base/until-nodebug.exp: New.
14983
14984 2014-07-28 Doug Evans <xdje42@gmail.com>
14985
14986 PR guile/17203
14987 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14988 previously existing parameter, and previously ambiguously spelled
14989 parameter.
14990
14991 2014-07-28 Will Newton <will.newton@linaro.org>
14992
14993 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14994
14995 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14996 Doug Evans <xdje42@gmail.com>
14997
14998 PR guile/17146
14999 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15000
15001 2014-07-25 Pedro Alves <palves@redhat.com>
15002
15003 * gdb.threads/signal-command-handle-nopass.c: New file.
15004 * gdb.threads/signal-command-handle-nopass.exp: New file.
15005 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15006 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15007 * gdb.threads/signal-delivered-right-thread.c: New file.
15008 * gdb.threads/signal-delivered-right-thread.exp: New file.
15009
15010 2014-07-25 Pedro Alves <palves@redhat.com>
15011
15012 * gdb.base/double-prompt-target-event-error.exp
15013 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15014 match.
15015 (cancel_pagination_in_target_event): Rework double prompt
15016 detection.
15017 * gdb.base/paginate-after-ctrl-c-running.exp
15018 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15019 <return>' match.
15020 * gdb.base/paginate-bg-execution.exp
15021 (test_bg_execution_pagination_return)
15022 (test_bg_execution_pagination_cancel): Remove '-notransfer
15023 <return>' matches.
15024 * gdb.base/paginate-execution-startup.exp
15025 (test_fg_execution_pagination_return)
15026 (test_fg_execution_pagination_cancel): Remove '-notransfer
15027 <return>' matches.
15028 * gdb.base/paginate-inferior-exit.exp
15029 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15030 match.
15031 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15032 * lib/gdb.exp (pagination_prompt): Run text through
15033 string_to_regexp.
15034 (gdb_test_multiple): Match $pagination_prompt instead of
15035 "<return>".
15036 (string_to_regexp): Move to lib/gdb-utils.exp.
15037
15038 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15039
15040 * gdb.arch/amd64-entry-value-paramref.S: New file.
15041 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15042 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15043 * gdb.arch/amd64-optimout-repeat.S: New file.
15044 * gdb.arch/amd64-optimout-repeat.c: New file.
15045 * gdb.arch/amd64-optimout-repeat.exp: New file.
15046
15047 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15048
15049 PR gdb/17170
15050 * gdb.base/statistics.exp: New file.
15051
15052 2014-07-17 Doug Evans <dje@google.com>
15053
15054 PR gdb/17170
15055 * gdb.base/maint.exp: Update testing of per-command stats.
15056
15057 2014-07-16 Pedro Alves <palves@redhat.com>
15058
15059 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15060 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15061 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15062 (tfile_write_buf): New functions.
15063 (add_memory_block): Rewrite using the above.
15064 (adjust_function_address): New function.
15065 (FUNCTION_ADDRESS): New macro.
15066 (write_basic_trace_file): Remove short_x local, and use
15067 tfile_write_16. Change type of func_addr local to unsigned long
15068 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15069 here. Cast argument of add_memory_block to char pointer.
15070 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15071 (main): Remove parameters.
15072 * gdb.trace/tfile.exp: Remove nowarnings.
15073
15074 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15075
15076 * gdb.base/debug-expr.exp: Test string evaluation with
15077 "debug expression" on.
15078
15079 2014-07-15 Pedro Alves <palves@redhat.com>
15080
15081 * gdb.base/reread.exp: Use clean_restart.
15082
15083 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15084
15085 * gdb.arch/avr-flash-qualifer.c: New.
15086 * gdb.arch/avr-flash-qualifer.exp: New.
15087
15088 2014-07-14 Pedro Alves <palves@redhat.com>
15089
15090 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15091 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15092
15093 2014-07-14 Pedro Alves <palves@redhat.com>
15094
15095 * gdb.base/double-prompt-target-event-error.c: New file.
15096 * gdb.base/double-prompt-target-event-error.exp: New file.
15097
15098 2014-07-14 Pedro Alves <palves@redhat.com>
15099
15100 PR gdb/17072
15101 * gdb.base/paginate-inferior-exit.c: New file.
15102 * gdb.base/paginate-inferior-exit.exp: New file.
15103
15104 2014-07-14 Pedro Alves <palves@redhat.com>
15105
15106 PR gdb/17072
15107 * gdb.base/paginate-bg-execution.c: New file.
15108 * gdb.base/paginate-bg-execution.exp: New file.
15109
15110 2014-07-14 Pedro Alves <palves@redhat.com>
15111
15112 PR gdb/17072
15113 * gdb.base/paginate-execution-startup.c: New file.
15114 * gdb.base/paginate-execution-startup.exp: New file.
15115 * lib/gdb.exp (pagination_prompt): New global.
15116 (default_gdb_spawn): New procedure, factored out from
15117 default_gdb_spawn.
15118 (default_gdb_start): Adjust to call default_gdb_spawn.
15119 (gdb_spawn): New procedure.
15120
15121 2014-07-14 Pedro Alves <palves@redhat.com>
15122
15123 * lib/gdb.exp (gdb_assert): New procedure.
15124 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15125
15126 2014-07-14 Pedro Alves <palves@redhat.com>
15127
15128 * gdb.base/execution-termios.c: New file.
15129 * gdb.base/execution-termios.exp: New file.
15130
15131 2014-07-14 Tom Tromey <tromey@redhat.com>
15132
15133 * gdb.cp/vla-cxx.cc: New file.
15134 * gdb.cp/vla-cxx.exp: New file.
15135
15136 2014-07-14 Tom Tromey <tromey@redhat.com>
15137
15138 * gdb.reverse/rerun-prec.c: New file.
15139 * gdb.reverse/rerun-prec.exp: New file.
15140
15141 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15142 Maciej W. Rozycki <macro@codesourcery.com>
15143
15144 * lib/gdb-utils.exp: New file.
15145 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15146 inline `gdb_init_command' processing.
15147 (gdb_start_cmd): Likewise.
15148 * lib/mi-support.exp (mi_run_cmd): Likewise.
15149 * README: Document `gdb_init_command' and `gdb_init_commands'.
15150
15151 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15152
15153 Fix false FAIL running under a very long directory name.
15154 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15155 and "set print elements 10000". Twice.
15156
15157 2014-07-11 Yao Qi <yao@codesourcery.com>
15158
15159 * gdb.base/exprs.exp: "set print symbol off".
15160
15161 2014-07-11 Pedro Alves <palves@redhat.com>
15162
15163 * gdb.threads/kill.c: New file.
15164 * gdb.threads/kill.exp: New file.
15165
15166 2014-07-10 Yao Qi <yao@codesourcery.com>
15167
15168 * gdb.trace/tfile.c (write_basic_trace_file)
15169 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15170 address written to trace file.
15171
15172 2014-07-09 Pedro Alves <palves@redhat.com>
15173
15174 * gdb.base/attach-wait-input.exp: New file.
15175 * gdb.base/attach-wait-input.c: New file.
15176
15177 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15178
15179 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15180 setting up test structures.
15181 (main): Call new test function.
15182 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15183 test function, continue into test function and walk test
15184 structures.
15185
15186 2014-07-02 Yao Qi <yao@codesourcery.com>
15187
15188 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15189 'bar_start' at the beginning of functions 'foo' and 'bar'
15190 respectively.
15191 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15192 instead of 'foo' and 'bar'.
15193
15194 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15195
15196 * gdb.btrace/segv.exp: New.
15197 * gdb.btrace/segv.c: New.
15198
15199 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15200
15201 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15202 instruction.
15203
15204 2014-06-30 Mark Wielaard <mjw@redhat.com>
15205
15206 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15207 vulture, vilify, villar): New volatile array constants.
15208 (vindictive, vegetation): New const volatile array constants.
15209 * gdb.base/volatile.exp: Test volatile and const volatile array
15210 types.
15211
15212 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15213
15214 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15215 target lacks support for awatch, rwatch, or hbreak.
15216
15217 2014-06-27 Yao Qi <yao@codesourcery.com>
15218
15219 * gdb.multi/dummy-frame-restore.exp: New.
15220 * gdb.multi/dummy-frame-restore.c: New.
15221
15222 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15223
15224 * gdb.btrace/gcore.exp: New.
15225
15226 2014-06-23 Pedro Alves <palves@redhat.com>
15227
15228 * gdb.base/watchpoint-reuse-slot.c: New file.
15229 * gdb.base/watchpoint-reuse-slot.exp: New file.
15230
15231 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15232
15233 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15234 progspace's filename in 'info', 'enable' and 'disable' command
15235 tests.
15236
15237 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15238
15239 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15240 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15241 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15242
15243 2014-06-20 Gary Benson <gbenson@redhat.com>
15244
15245 * gdb.arch/i386-avx.exp: Fix include file location.
15246 * gdb.arch/i386-sse.exp: Likewise.
15247
15248 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15249
15250 * gdb.dlang/expression.exp: New file.
15251
15252 2014-06-19 Pedro Alves <palves@redhat.com>
15253
15254 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15255 out from ...
15256 (top level): ... here. Iterate running tests under different
15257 scheduler-locking settings.
15258
15259 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15260
15261 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15262 to DW_FORM_addr and use non-zero addresses.
15263
15264 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15265
15266 PR gdb/17017
15267 * gdb.python/py-xmethods.cc: Add global function call counters and
15268 increment them in their respective functions. Remove "cout"
15269 statements.
15270 * gdb.python/py-xmethods.exp: Make tests check the global function
15271 call counters instead of depending on inferior IO.
15272
15273 2014-06-18 Don Breazeal <donb@codesourcery.com>
15274
15275 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15276 Deleted procedure.
15277 (explicit_fork_parent_follow): Deleted procedure.
15278 (explicit_fork_child_follow): Deleted procedure.
15279 (test_follow_fork): New procedure.
15280 (do_fork_tests): Replace calls to deleted procedures with
15281 calls to test_follow_fork and reset GDB for subsequent
15282 procedure calls.
15283
15284 2014-06-17 Yao Qi <yao@codesourcery.com>
15285
15286 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15287 CP1252.
15288
15289 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15290
15291 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15292 Initialize ptr and S explicitly.
15293 (skip_type_update_when_not_use_rtti_test): Likewise.
15294
15295 2014-06-16 Keith Seitz <keiths@redhat.com>
15296
15297 PR mi/15863
15298 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15299 the inferior is started.
15300
15301 2014-06-16 Pedro Alves <palves@redhat.com>
15302
15303 * gdb.base/break-main-file-remove-fail.c: New file.
15304 * gdb.base/break-main-file-remove-fail.exp: New file.
15305 * gdb.base/break-unload-file.exp: Use build_executable instead of
15306 prepare_for_testing.
15307 (test_break): New parameter "initial_load". Handle it.
15308 (top level): Add initial_load cmdline/file axis.
15309
15310 2014-06-12 Tom Tromey <tromey@redhat.com>
15311
15312 * gdb.base/completion.exp: Don't use directory name in test.
15313
15314 2014-06-09 Gary Benson <gbenson@redhat.com>
15315
15316 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15317 separate the always-available ANSI-standard signals from the
15318 signals that require checking.
15319 (main): Likewise.
15320 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15321 Likewise.
15322 (main): Likewise.
15323
15324 2014-06-07 Keith Seitz <keiths@redhat.com>
15325
15326 Revert:
15327 PR c++/16253
15328 * gdb.cp/var-tag.cc: New file.
15329 * gdb.cp/var-tag.exp: New file.
15330 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15331 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15332 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15333 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15334
15335 2014-06-06 Doug Evans <xdje42@gmail.com>
15336
15337 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15338
15339 2014-06-06 Pedro Alves <palves@redhat.com>
15340
15341 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15342 in target debug output instead of looking at RSP packets,
15343 disabling the test on any target that uses hardware stepping.
15344 Update comments.
15345
15346 2014-06-06 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.base/break-unload-file.exp: Fix typo.
15349
15350 2014-06-06 Yao Qi <yao@codesourcery.com>
15351
15352 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15353 from "jit_function" to "^jit_function".
15354
15355 2014-06-06 Yao Qi <yao@codesourcery.com>
15356
15357 * gdb.base/async.c (foo): Add one statement.
15358 * gdb.base/async.exp: Get the next instruction address and
15359 match the output of "nexti" by instruction address. Match
15360 the hex address in the output of "finish".
15361
15362 2014-06-06 Gary Benson <gbenson@redhat.com>
15363
15364 * gdb.base/call-signals.c: Remove preprocessor conditionals
15365 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15366 SIGSEGV and SIGTERM.
15367 * gdb.base/sigall.c: Likewise.
15368 * gdb.base/unwindonsignal.c: Likewise.
15369 * gdb.reverse/sigall-reverse.c: Likewise.
15370
15371 2014-06-06 Yao Qi <yao@codesourcery.com>
15372
15373 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15374 readable, skip the test.
15375
15376 2014-06-06 Yao Qi <yao@codesourcery.com>
15377
15378 * gdb.threads/staticthreads.c (thread_function): Move the line
15379 setting breakpoint on forward.
15380 * gdb.threads/staticthreads.exp: Update comments.
15381
15382 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15383
15384 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15385 "history-append! type error".
15386
15387 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15388
15389 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15390 erroneous dprintf expected input.
15391
15392 2014-06-04 Doug Evans <xdje42@gmail.com>
15393
15394 * gdb.guile/scm-generics.exp: Delete.
15395
15396 2014-06-04 Doug Evans <xdje42@gmail.com>
15397
15398 * gdb.guile/scm-breakpoint.exp: Update.
15399 Add tests for breakpoint registration.
15400
15401 2014-06-04 Tom Tromey <tromey@redhat.com>
15402
15403 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15404 VLA-in-union.
15405 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15406 inner_vla_struct, vla_union types. Initialize objects of those
15407 types and compute their sizes.
15408
15409 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15410 Hui Zhu <hui@codesourcery.com>
15411
15412 * gdb.base/fileio.exp: Add test for shell not available as well as
15413 available.
15414 * gdb.base/fileio.c (test_system): Check for shell twice.
15415
15416 2014-06-04 Yao Qi <yao@codesourcery.com>
15417
15418 * gdb.base/auto-connect-native-target.exp: Remove redundant
15419 space from the regexp pattern.
15420
15421 2014-06-04 Yao Qi <yao@codesourcery.com>
15422
15423 * gdb.base/default.exp: Replace "child" with "native" in
15424 regexp pattern.
15425
15426 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15427
15428 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15429 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15430 * gdb.python/py-xmethods.py: Python script supporting the
15431 new testcase and tests.
15432
15433 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15434 Pedro Alves <palves@redhat.com>
15435
15436 PR breakpoints/17000
15437 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15438 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15439
15440 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15441
15442 * gdb.base/subst.exp: Add tests to verify partial path matching
15443 output.
15444
15445 2014-06-03 Pedro Alves <palves@redhat.com>
15446
15447 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15448 target that doesn't use software single-stepping.
15449
15450 2014-06-03 Pedro Alves <palves@redhat.com>
15451
15452 PR breakpoints/17000
15453 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15454 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15455
15456 2014-06-02 Doug Evans <xdje42@gmail.com>
15457
15458 * gdb.guile/scm-parameter.exp: New file.
15459
15460 2014-06-02 Doug Evans <xdje42@gmail.com>
15461
15462 * gdb.guile/scm-cmd.c: New file.
15463 * gdb.guile/scm-cmd.exp: New file.
15464
15465 2014-06-02 Doug Evans <xdje42@gmail.com>
15466
15467 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15468 pretty-printer lookup.
15469 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15470 (make-pp_s-printer): Call it.
15471 (make-pretty-printer-from-dict): New function.
15472 (lookup-pretty-printer-maker-from-dict): New function.
15473 (*pretty-printer*): Simplify.
15474 (make-objfile-pp_s-printer): New function.
15475 (install-objfile-pretty-printers!): New function.
15476 (make-progspace-pp_s-printer): New function.
15477 (install-progspace-pretty-printers!): New function.
15478 * gdb.guile/scm-progspace.c: New file.
15479 * gdb.guile/scm-progspace.exp: New file.
15480
15481 2014-06-02 Pedro Alves <palves@redhat.com>
15482
15483 * gdb.base/dprintf-bp-same-addr.c: New file.
15484 * gdb.base/dprintf-bp-same-addr.exp: New file.
15485
15486 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15487
15488 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15489 * gdb.arch/powerpc-power.s: Likewise.
15490
15491 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15492
15493 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15494
15495 2014-06-01 Yao Qi <yao@codesourcery.com>
15496
15497 * gdb.base/watchpoint.exp (test_watch_location): Check null
15498 pointer can be dereferenced. If not, do the test, otherwise
15499 skip it.
15500
15501 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15502
15503 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15504 results.
15505 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15506
15507 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15508
15509 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15510 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15511 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15512 * gdb.arch/amd64-invalid-stack-top.c: New file.
15513 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15514
15515 2014-05-30 Pedro Alves <palves@redhat.com>
15516
15517 PR breakpoints/17000
15518 * gdb.base/sss-bp-on-user-bp.c: New file.
15519 * gdb.base/sss-bp-on-user-bp.exp: New file.
15520
15521 2014-05-30 David Blaikie <dblaikie@gmail.com>
15522
15523 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15524 gnu_inline semantics via attribute.
15525 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15526 source explicitly specifies the required semantics.
15527
15528 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15529
15530 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15531
15532 2014-05-29 Pedro Alves <palves@redhat.com>
15533 Tom Tromey <tromey@redhat.com>
15534
15535 * gdb.base/async-shell.exp: Don't enable target-async.
15536 * gdb.base/async.exp
15537 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15538 parameter. Adjust.
15539 (top level): Don't test with "target-async".
15540 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15541 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15542 * gdb.base/inferior-died.exp: Don't enable target-async.
15543 * gdb.base/interrupt-noterm.exp: Likewise.
15544 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15545 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15546 * gdb.mi/mi-nonstop.exp: Likewise.
15547 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15548 * gdb.mi/mi-nsintrall.exp: Likewise.
15549 * gdb.mi/mi-nsmoribund.exp: Likewise.
15550 * gdb.mi/mi-nsthrexec.exp: Likewise.
15551 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15552 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15553 * gdb.python/py-evsignal.exp: Don't enable target-async.
15554 * gdb.python/py-evthreads.exp: Likewise.
15555 * gdb.python/py-prompt.exp: Likewise.
15556 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15557 * gdb.server/solib-list.exp: Don't enable target-async.
15558 * gdb.threads/thread-specific-bp.exp: Likewise.
15559 * lib/mi-support.exp: Adjust to use mi-async.
15560
15561 2014-05-29 Pedro Alves <palves@redhat.com>
15562
15563 PR gdb/13860
15564 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15565 reason, even in sync mode.
15566
15567 2014-05-29 Pedro Alves <palves@redhat.com>
15568 Hui Zhu <hui@codesourcery.com>
15569
15570 PR PR15693
15571 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15572 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15573 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15574 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15575
15576 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15577
15578 * config/monitor.exp (gdb_target_monitor): Replace use of
15579 "set remotebaud" by "set serial baud".
15580
15581 2014-05-26 Andy Wingo <wingo@igalia.com>
15582
15583 * gdb.guile/scm-breakpoint.exp:
15584 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15585 properties instead of gdb-object-properties.
15586
15587 2014-05-26 Yao Qi <yao@codesourcery.com>
15588
15589 * gdb.server/no-thread-db.exp: Specify source file name
15590 explicitly when setting a breakpoint.
15591
15592 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15593
15594 * gdb.btrace/vdso.c: New.
15595 * gdb.btrace/vdso.exp: New.
15596
15597 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15598
15599 * gdb.base/gcore.exp (capture_command_output): Move ...
15600 * lib/gdb.exp (capture_command_output): ... here.
15601
15602 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15603
15604 * gdb.btrace/data.exp: Test memory access during btrace replay.
15605
15606 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15607
15608 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15609
15610 2014-05-21 Pedro Alves <palves@redhat.com>
15611
15612 PR gdb/13860
15613 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15614 (top level): Test that output related to execution commands is
15615 sent to the console with CLI commands, but not with MI commands.
15616 Test that breakpoint events are always mirrored to the console.
15617 Also expect the new source line to be output after a "next" in
15618 async mode too. Make it a pass/fail test.
15619 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15620 output.
15621 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15622
15623 2014-05-21 Pedro Alves <palves@redhat.com>
15624
15625 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15626 Use them to test variations of "list" after reaching a breakpoint.
15627 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15628 Test "list" with listsize 10 after reaching a breakpoint.
15629 * gdb.python/python.exp (decode_line current location line
15630 number): Adjust expected line number.
15631
15632 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15633
15634 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15635 behavior for $args, pass it directly to "run".
15636
15637 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15638
15639 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15640 30000 to 65536.
15641
15642 2014-05-21 Pedro Alves <palves@redhat.com>
15643
15644 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15645 auto-connect-native-target off".
15646 * gdb.base/auto-connect-native-target.c: New file.
15647 * gdb.base/auto-connect-native-target.exp: New file.
15648
15649 2014-05-21 Pedro Alves <palves@redhat.com>
15650
15651 * gdb.base/default.exp: Test "target native" instead of "target
15652 child".
15653
15654 2014-05-21 Mark Wielaard <mjw@redhat.com>
15655
15656 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15657
15658 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15659
15660 Fix TLS access for -static -pthread.
15661 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15662 <HAVE_TLS> (thread_function, main): Initialize it.
15663 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15664 Add clean_restart.
15665 <$have_tls != "">: Check TLSVAR.
15666
15667 2014-05-21 Pedro Alves <palves@redhat.com>
15668
15669 * gdb.base/dcache-line-read-error.c: New.
15670 * gdb.base/dcache-line-read-error.exp: New.
15671
15672 2014-05-20 Pedro Alves <palves@redhat.com>
15673
15674 * gdb.base/compare-sections.c: New file.
15675 * gdb.base/compare-sections.exp: New file.
15676
15677 2014-05-20 Pedro Alves <palves@redhat.com>
15678
15679 * gdb.base/break-idempotent.c: New file.
15680 * gdb.base/break-idempotent.exp: New file.
15681
15682 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15683
15684 * gdb.btrace/nohist.exp: New.
15685
15686 2014-05-20 Yao Qi <yao@codesourcery.com>
15687
15688 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15689 gdb.reverse directory and gdb_reverse_timeout exists in board
15690 setting.
15691 * README: Document gdb_reverse_timeout.
15692
15693 2014-05-20 Yao Qi <yao@codesourcery.com>
15694
15695 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15696 'test_file_name'. Treat args as a string instead of a list.
15697 (gdb_init): Rename argument 'args' by 'test_file_name'.
15698
15699 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15700
15701 * gdb.arch/powerpc-power.exp: New file.
15702 * gdb.arch/powerpc-power.s: New file.
15703
15704 2014-05-16 Doug Evans <dje@google.com>
15705
15706 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15707 * gdb.base/completion.exp: Check that all expected files exist
15708 before doing file completion.
15709
15710 2014-05-16 Doug Evans <dje@google.com>
15711
15712 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15713 Update.
15714 (do_syscall_tests_without_xml): Update.
15715
15716 2014-05-16 Pedro Alves <palves@redhat.com>
15717
15718 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15719 instead of "unknown output after running".
15720
15721 2014-05-16 Yao Qi <yao@codesourcery.com>
15722
15723 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15724 file1.txt from host at the end.
15725 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15726
15727 2014-05-15 Doug Evans <dje@google.com>
15728
15729 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15730 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15731 loading file. Add test for TU lookup.
15732
15733 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15734
15735 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15736 calling "-exec-arguments" or "set args" before running the
15737 inferior.
15738
15739 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15740
15741 * lib/mi-support.exp (mi_expect_stop): Expect message for
15742 inferiors that exit with non-zero exit code.
15743
15744 2014-05-14 Yao Qi <yao@codesourcery.com>
15745
15746 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15747 match absolute path on remote host.
15748 (test_file_list_exec_source_files): Remove "/" from the
15749 pattern.
15750
15751 2014-05-14 Yao Qi <yao@codesourcery.com>
15752
15753 * boards/local-remote-host-notty.exp (${board}_file): New
15754 proc.
15755
15756 2014-05-07 Kyle McMartin <kyle@redhat.com>
15757
15758 Pushed by Joel Brobecker <brobecker@adacore.com>.
15759 * gdb.arch/aarch64-atomic-inst.c: New file.
15760 * gdb.arch/aarch64-atomic-inst.exp: New file.
15761
15762 2014-05-07 Yao Qi <yao@codesourcery.com>
15763
15764 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15765 in current context" too.
15766
15767 2014-05-05 Keith Seitz <keiths@redhat.com>
15768
15769 * gdb.linespec/ls-dollar.exp: Add test for linespec
15770 file:convenience_variable.
15771
15772 2014-05-05 Yao Qi <yao@codesourcery.com>
15773
15774 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15775 traceframes into tfile and ctf trace files. Read data from
15776 trace file and test collected data.
15777 (gdb_collect_locals_test): Likewise.
15778 (gdb_unavailable_registers_test): Likewise.
15779 (gdb_unavailable_floats): Likewise.
15780 (gdb_collect_globals_test): Likewise.
15781 (top-level): Append "ctf" to trace_file_targets if GDB
15782 supports.
15783
15784 2014-05-05 Yao Qi <yao@codesourcery.com>
15785
15786 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15787 code to ...
15788 (gdb_collect_args_test_1): ... it. New proc.
15789 (gdb_collect_locals_test): Move some code to ...
15790 (gdb_collect_locals_test_1): ... it. New proc.
15791 (gdb_unavailable_registers_test): Move some code to ...
15792 (gdb_unavailable_registers_test_1): ... it. New proc.
15793 (gdb_unavailable_floats): Move some code to ...
15794 (gdb_unavailable_floats_1): ... it. New proc.
15795
15796 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15797
15798 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15799 probes to test for bitness recognition.
15800 * gdb.arch/amd64-stap-optional-prefix.exp
15801 (test_probe_value_without_reg): New procedure.
15802 Add code to test for different kinds of bitness.
15803
15804 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15805
15806 PR breakpoints/16889
15807 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15808 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15809
15810 2014-05-01 Pedro Alves <palves@redhat.com>
15811
15812 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15813 gdb_file_cmd if no file is specified.
15814 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15815 last_loaded_file to set the remote exec-file.
15816
15817 2014-05-01 Pedro Alves <palves@redhat.com>
15818
15819 * boards/local-remote-host.exp: New file.
15820
15821 2014-05-01 Pedro Alves <palves@redhat.com>
15822
15823 * boards/local-remote-host.exp: Rename to ...
15824 * boards/local-remote-host-notty.exp: ... this.
15825
15826 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15827
15828 * gdb.ada/dyn_arrayidx: New testcase.
15829
15830 2014-04-26 Yao Qi <yao@codesourcery.com>
15831
15832 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15833 and compute the length of function main. Save it in
15834 $main_length.
15835 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15836 (top-level): Use gdb_compile to compile objects into
15837 executable and restart GDB. Remove invocation to
15838 prepare_for_testing.
15839
15840 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15841 Pedro Alves <palves@redhat.com>
15842
15843 PR server/16255
15844 * gdb.multi/multi-attach.c: New file.
15845 * gdb.multi/multi-attach.exp: New file.
15846
15847 2014-04-25 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15850 user.
15851 (top level): Test that "set remote conditional-breakpoints-packet
15852 off" works as intended.
15853 * gdb.base/dprintf.exp: Test that "set remote
15854 breakpoint-commands-packet off" works as intended.
15855 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15856 New function.
15857 (top level): Call it.
15858 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15859 remote fast-tracepoints-packet off" works as intended.
15860 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15861 * lib/gdb.exp (gdb_is_target_remote): ... here.
15862
15863 2014-04-24 David Blaikie <dblaikie@gmail.com>
15864
15865 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15866 ensure clang would not discard them.
15867 * gdb.base/gdbvars.c: Ditto.
15868 * gdb.base/memattr.c: Ditto.
15869 * gdb.base/whatis.c: Ditto.
15870 * gdb.python/py-prettyprint.c: Ditto.
15871 * gdb.trace/actions.c: Ditto.
15872 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15873 ensure clang would not discard it.
15874
15875 2014-04-24 David Blaikie <dblaikie@gmail.com>
15876
15877 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15878 clang to emit the full definition of type required by the test
15879 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15880
15881 2014-04-24 David Blaikie <dblaikie@gmail.com>
15882
15883 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15884 coax Clang into emitting the definition of the type.
15885 * gdb.cp/pr10728-x.h (y): Ditto.
15886 * gdb.cp/pr10728-y.cc (y): Ditto.
15887
15888 2014-04-24 David Blaikie <dblaikie@gmail.com>
15889
15890 * gdb.base/label.exp: XFAIL label related tests under Clang.
15891 * gdb.cp/cplabel.exp: Ditto.
15892 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15893 under Clang those using labels.
15894
15895 2014-04-25 Yao Qi <yao@codesourcery.com>
15896
15897 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15898 double_label.
15899 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15900 partial_label and double_label.
15901
15902 2014-04-24 David Blaikie <dblaikie@gmail.com>
15903
15904 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15905
15906 2014-04-24 David Blaikie <dblaikie@gmail.com>
15907
15908 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15909 of the function to work across GCC and Clang.
15910 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15911 pointer types (const void ** const V void **).
15912
15913 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15914 Walfred Tedeschi <walfred.tedeschi@intel.com>
15915
15916 * Makefile.in (EXECUTABLES): Added i386-avx512.
15917 * gdb.arch/i386-avx512.c: New file.
15918 * gdb.arch/i386-avx512.exp: Likewise.
15919
15920 2014-04-23 Keith Seitz <keiths@redhat.com>
15921
15922 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15923 (mi_make_breakpoint_table): New procedure.
15924 (mi_create_breakpoint): Use mi_make_breakpoint
15925 and return the result.
15926 (mi_make_breakpoint): New procedure.
15927 (mi_build_kv_pairs): New procedure.
15928
15929 * gdb.mi/mi-break.exp: Remove unused globals,
15930 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15931 All callers updated.
15932 * gdb.mi/mi-dprintf.exp: Use variable to track command
15933 number.
15934 Update all callers of mi_create_breakpoint and use
15935 mi_make_breakpoint_table.
15936 Remove any unused global variables.
15937 * gdb.mi/mi-nonstop.exp: Likewise.
15938 * gdb.mi/mi-nsintrall.exp: Likewise.
15939 * gdb.mi/mi-nsmoribund.exp: Likewise.
15940 * gdb.mi/mi-nsthrexec.exp: Likewise.
15941 * gdb.mi/mi-reverse.exp: Likewise.
15942 * gdb.mi/mi-simplerun.exp: Likewise.
15943 * gdb.mi/mi-stepn.exp: Likewise.
15944 * gdb.mi/mi-syn-frame.exp: Likewise.
15945 * gdb.mi/mi-until.exp: Likewise.
15946 * gdb.mi/mi-var-cp.exp: Likewise.
15947 * gdb.mi/mi-var-display.exp: Likewise.
15948 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15949 * gdb.mi/mi2-var-child.exp: Likewise.
15950 * gdb.mi/mi-vla-c99.exp: Likewise.
15951 * lib/mi-support.exp: Likewise.
15952
15953 From Ian Lance Taylor <iant@cygnus.com>:
15954 * lib/gdb.exp (parse_args): New procedure.
15955
15956 2014-04-23 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.base/break-unload-file.c: New file.
15959 * gdb.base/break-unload-file.exp: New file.
15960 * gdb.base/sym-file-lib.c (baz): New function.
15961 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15962 field.
15963 (load): Store the segment's mapped size.
15964 (unload): New function.
15965 (unload_shlib): New function.
15966 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15967 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15968 set a breakpoint at baz, and call it.
15969 * gdb.base/sym-file.exp: New tests for stale breakpoint
15970 instructions.
15971
15972 2014-04-23 Pedro Alves <palves@redhat.com>
15973
15974 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15975 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15976 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15977 * gdb.base/hbreak-unmapped.c: New file.
15978 * gdb.base/hbreak-unmapped.exp: New file.
15979 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15980 * lib/gdb.exp (gdb_is_target_remote): ... here.
15981
15982 2014-04-22 Pedro Alves <palves@redhat.com>
15983
15984 * gdb.base/consecutive-step-over.c: New file.
15985 * gdb.base/consecutive-step-over.exp: New file.
15986
15987 2014-04-22 Pedro Alves <palves@redhat.com>
15988
15989 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15990 instead of send_gdb/gdb_expect.
15991
15992 2014-04-22 Yao Qi <yao@codesourcery.com>
15993
15994 * lib/trace-support.exp (generate_tracefile): New procedure.
15995 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15996 return 0.
15997 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15998 if generate_tracefile returns 1.
15999
16000 2014-04-18 Tom Tromey <palves@redhat.com>
16001 Pedro alves <tromey@redhat.com>
16002
16003 PR backtrace/15558
16004 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16005 with a backtrace limit.
16006 * gdb.python/py-frame-inline.exp: Test running to an inline
16007 function with a backtrace limit, and printing the newest frame.
16008 * gdb.python/py-frame-inline.c (main): Call f.
16009
16010 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16011
16012 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16013
16014 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16015
16016 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16017 Drop prefix from unsupported source file path.
16018
16019 2014-04-17 Yao Qi <yao@codesourcery.com>
16020
16021 * lib/gdb.exp (with_target_charset): New proc.
16022 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16023 with_target_charset.
16024 (test_print_strings): Likewise.
16025 (test_repeat_bytes): Likewise.
16026 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16027 for some tests.
16028
16029 2014-04-16 Keith Seitz <keiths@redhat.com>
16030
16031 PR gdb/15827
16032 * gdb.dwarf2/corrupt.c: New file.
16033 * gdb.dwarf2/corrupt.exp: New file.
16034
16035 2014-04-16 Keith Seitz <keiths@redhat.com>
16036
16037 PR c++/16597
16038 * gdb.cp/namelessclass.cc: New file.
16039 * gdb.cp/namelessclass.exp: New file.
16040 * gdb.cp/namelessclass.S: New file.
16041
16042 2014-04-16 Doug Evans <dje@google.com>
16043
16044 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16045 Add comment.
16046 (gdbserver_default_get_comm_port): New function.
16047 (gdbserver_start): Check if board file provided
16048 "gdbserver,get_comm_port" and use it if so.
16049 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16050 (gdb,socketport): Set to "stdio".
16051 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16052 (stdio_gdbserver_template): Delete.
16053 (${board}_get_remote_address): Update.
16054 (${board}_build_remote_cmd): Delete.
16055 (${board}_get_comm_port): New function.
16056 (${board}_spawn): Update.
16057 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16058 Delete.
16059 (${board}_get_remote_address): Update.
16060 (${board}_get_comm_port): New function.
16061
16062 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16063
16064 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16065 appearing in any order.
16066
16067 2014-04-15 Doug Evans <dje@google.com>
16068
16069 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16070 uninitialized value of "description".
16071
16072 2014-04-15 Keith Seitz <keiths@redhat.com>
16073
16074 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16075 Remove unused globals.
16076 (test_running_the_program): Likewise.
16077 (test_controlled_execution): Likewise.
16078 (test_controlling_breakpoints): Likewise.
16079 (test_program_termination): Likewise.
16080
16081 2014-04-15 Keith Seitz <keiths@redhat.com>
16082
16083 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16084 unused globals.
16085 (test_rbreak_creation_and_listing): Likewise.
16086 (test_ignore_count): Likewise.
16087 (test_error): Likewise.
16088
16089 2014-04-15 Pedro Alves <palves@redhat.com>
16090
16091 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16092 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16093 sym-file-loader.c.
16094 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16095 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16096 to sym-file-loader.c.
16097 (struct library): Forward declare.
16098 (load_shlib, lookup_function): Change prototypes.
16099 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16100 (translate_offset): Remove declarations.
16101 (get_text_addr): New declaration.
16102 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16103 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16104 sym-file-loader.h.
16105 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16106 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16107 here from sym-file-loader.h.
16108 (struct library): New structure.
16109 (load_shlib, lookup_function): Change prototypes and adjust to
16110 work with a struct library.
16111 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16112 (translate_offset): Make static.
16113 (get_text_addr): New function.
16114 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16115
16116 2014-04-15 Pedro Alves <palves@redhat.com>
16117
16118 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16119
16120 2014-04-15 Pedro Alves <palves@redhat.com>
16121
16122 * gdb.base/sym-file-loader.c: Include <limits.h>.
16123 (SELF_LINK): New define.
16124 (get_origin): New function.
16125 (load_shlib): Use it.
16126 * gdb.base/sym-file.exp: Don't early return if the target is
16127 remote. Use runto_main, and issue fail is that fails. Use
16128 gdb_load_shlibs.
16129 (shlib_name): Delete.
16130 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16131
16132 2014-04-15 Pedro Alves <palves@redhat.com>
16133
16134 * gdb.base/sym-file.exp: Remove regex characters from test
16135 message. Don't refer to breakpoint numbers in test messages.
16136
16137 2014-04-14 Keith Seitz <keiths@redhat.com>
16138
16139 PR c++/16253
16140 * gdb.cp/var-tag.cc: New file.
16141 * gdb.cp/var-tag.exp: New file.
16142 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16143 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16144 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16145 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16146
16147 2014-04-14 Tom Tromey <tromey@redhat.com>
16148
16149 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16150 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16151 type.
16152 * gdb.cp/enum-class.exp: New file.
16153 * gdb.cp/enum-class.cc: New file.
16154
16155 2014-04-14 Tom Tromey <tromey@redhat.com>
16156
16157 * gdb.dwarf2/enum-type.exp: New file.
16158
16159 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16160
16161 * gdb.mi/mi-vla-c99.exp: New file.
16162 * gdb.mi/vla.c: New file.
16163
16164 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16165
16166 * gdb.base/vla-datatypes.c: New file.
16167 * gdb.base/vla-datatypes.exp: New file.
16168
16169 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16170
16171 * gdb.base/vla-ptr.c: New file.
16172 * gdb.base/vla-ptr.exp: New file.
16173
16174 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16175
16176 * gdb.dwarf2/count.exp: New file.
16177
16178 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16179
16180 * gdb.base/vla-sideeffect.c: New file.
16181 * gdb.base/vla-sideeffect.exp: New file.
16182
16183 2014-04-14 David Blaikie <dblaikie@gmail.com>
16184
16185 * gdb.mi/non-stop.c: Add return value for non-void function return
16186 statement.
16187 * gdb.threads/staticthreads.c: Ditto.
16188
16189 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16190 Doug Evans <xdje42@gmail.com>
16191
16192 * gdb.guile/scm-value.c: Improve test case.
16193 * gdb.guile/scm-value.exp: Add new test.
16194
16195 2014-04-11 David Blaikie <dblaikie@gmail.com>
16196
16197 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16198 override Clang's default.
16199
16200 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16201
16202 Revert the following changes (regressions):
16203
16204 * gdb.base/vla-sideeffect.c: New file.
16205 * gdb.base/vla-sideeffect.exp: New file.
16206
16207 * gdb.dwarf2/count.exp: New file.
16208
16209 * gdb.base/vla-multi.c: New file.
16210 * gdb.base/vla-multi.exp: New file.
16211
16212 * gdb.base/vla-ptr.c: New file.
16213 * gdb.base/vla-ptr.exp: New file.
16214
16215 * gdb.base/vla-datatypes.c: New file.
16216 * gdb.base/vla-datatypes.exp: New file.
16217
16218 * gdb.mi/mi-vla-c99.exp: New file.
16219 * gdb.mi/vla.c: New file.
16220
16221 2014-04-11 Keith Seitz <keiths@redhat.com>
16222
16223 PR c++/16675
16224 * gdb.cp/cpsizeof.exp: New file.
16225 * gdb.cp/cpsizeof.cc: New file.
16226
16227 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16228
16229 * gdb.mi/mi-vla-c99.exp: New file.
16230 * gdb.mi/vla.c: New file.
16231
16232 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16233
16234 * gdb.base/vla-datatypes.c: New file.
16235 * gdb.base/vla-datatypes.exp: New file.
16236
16237 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16238
16239 * gdb.base/vla-ptr.c: New file.
16240 * gdb.base/vla-ptr.exp: New file.
16241
16242 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16243
16244 * gdb.base/vla-multi.c: New file.
16245 * gdb.base/vla-multi.exp: New file.
16246
16247 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16248
16249 * gdb.dwarf2/count.exp: New file.
16250
16251 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16252
16253 * gdb.base/vla-sideeffect.c: New file.
16254 * gdb.base/vla-sideeffect.exp: New file.
16255
16256 2014-04-11 Yao Qi <yao@codesourcery.com>
16257
16258 * gdb.base/completion.exp: Check file exists before running tests
16259 on file completion.
16260
16261 2014-04-10 Pedro Alves <palves@redhat.com>
16262
16263 * gdb.base/cond-eval-mode.c: New file.
16264 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16265 prepare_for_testing to build the new file. Check result of
16266 runto_main.
16267 (test_break, test_watch): New procedures.
16268 (top level): Use them.
16269
16270 2014-04-08 Pierre Muller <muller@sourceware.org>
16271
16272 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16273 Ctrl-V use for mingw hosts.
16274
16275 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16276
16277 * gdb.python/py-value.c: Improve test case.
16278 * gdb.python/py-value.exp: Add new test.
16279
16280 2014-04-07 David Blaikie <dblaikie@gmail.com>
16281
16282 * lib/compiler.c: Identify the clang compiler.
16283 * lib/compiler.cc: Ditto.
16284
16285 2014-04-03 Yao Qi <yao@codesourcery.com>
16286
16287 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16288
16289 2014-04-01 Anton Blanchard <anton@samba.org>
16290
16291 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16292 messages unique.
16293
16294 2014-04-01 Anton Blanchard <anton@samba.org>
16295
16296 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16297 prepare_for_testing.
16298
16299 2014-04-01 Anton Blanchard <anton@samba.org>
16300
16301 * gdb.arch/ppc64-atomic-inst.c: Remove.
16302 * gdb.arch/ppc64-atomic-inst.S: New file.
16303 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16304
16305 2014-03-31 Doug Evans <dje@google.com>
16306
16307 * gdb.base/print-symbol-loading-lib.c: New file.
16308 * gdb.base/print-symbol-loading-main.c: New file.
16309 * gdb.base/print-symbol-loading.exp: New file.
16310
16311 2014-03-31 Yao Qi <yao@codesourcery.com>
16312
16313 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16314
16315 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16316
16317 * gdb.ada/mi_dyn_arr: New testcase.
16318
16319 2014-03-27 Doug Evans <dje@google.com>
16320
16321 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16322
16323 2014-03-27 Yao Qi <yao@codesourcery.com>
16324
16325 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16326 if target is nios2-*-*.
16327
16328 2014-03-26 Yao Qi <yao@codesourcery.com>
16329
16330 * lib/gdb.exp (readline_is_used): New proc.
16331 * gdb.base/completion.exp: Move tests on command complete up.
16332 Skip the rest of tests if readline is not used.
16333 * gdb.ada/complete.exp: Skp the test if readline is not
16334 used.
16335 * gdb.base/filesym.exp: Likewise.
16336 * gdb.base/macscp.exp: Likewise.
16337 * gdb.base/readline-ask.exp: Likewise.
16338 * gdb.base/readline.exp: Likewise.
16339 * gdb.python/py-cmd.exp: Likewise.
16340 * gdb.trace/tfile.exp: Likewise.
16341
16342 2014-03-26 Yao Qi <yao@codesourcery.com>
16343
16344 * gdb.base/macscp.exp: Fix code format issues.
16345
16346 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16347
16348 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16349 * gdb.asm/powerpc64le.inc: New file.
16350
16351 2014-03-25 Pedro Alves <palves@redhat.com>
16352 Doug Evans <dje@google.com>
16353
16354 * gdb.base/source-execution.c: New file.
16355 * gdb.base/source-execution.exp: New file.
16356 * gdb.base/source-execution.gdb: New file.
16357
16358 2014-03-24 Doug Evans <dje@google.com>
16359
16360 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16361 using fission.
16362
16363 2014-03-24 Hui Zhu <hui@codesourcery.com>
16364 Pedro Alves <palves@redhat.com>
16365
16366 PR breakpoints/16101
16367 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16368 test pass/fail messages. Detect missing support for dprintf when
16369 breakpoints are actually inserted.
16370 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16371 breakpoints are actually inserted.
16372 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16373 fails.
16374
16375 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16376
16377 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16378
16379 2014-03-22 Doug Evans <xdje42@gmail.com>
16380
16381 * gdb.python/python.exp (python not supported): Verify multi-line
16382 python command issues an error.
16383 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16384 guile command issues an error.
16385
16386 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16387
16388 * gdb.threads/thread-specific.exp: Handle the lack of usable
16389 $this_breakpoint and $this_thread.
16390
16391 2014-03-21 Hui Zhu <hui@codesourcery.com>
16392
16393 * gdb.base/attach.exp (do_command_attach_tests): New.
16394
16395 2014-03-20 Tom Tromey <tromey@redhat.com>
16396 Pedro Alves <palves@redhat.com>
16397
16398 PR cli/15718
16399 * gdb.base/condbreak-call-false.c: New file.
16400 * gdb.base/condbreak-call-false.exp: New file.
16401
16402 2014-03-20 Pedro Alves <palves@redhat.com>
16403
16404 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16405 Delete.
16406 (block_signals, unblock_signals): Delete.
16407 (child_function_2, main): Remove references to deleted variable
16408 and functions.
16409
16410 2014-03-20 Pedro Alves <palves@redhat.com>
16411
16412 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16413 Use pthread_kill to signal thread 2.
16414 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16415 Adjust to make the test send itself a signal rather than using the
16416 host's "kill" command.
16417
16418 2014-03-20 Pedro Alves <palves@redhat.com>
16419
16420 * gdb.threads/multiple-step-overs.c: New file.
16421 * gdb.threads/multiple-step-overs.exp: New file.
16422 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16423 Adjust expected infrun debug output.
16424
16425 2014-03-20 Pedro Alves <palves@redhat.com>
16426
16427 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16428 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16429
16430 2014-03-20 Pedro Alves <palves@redhat.com>
16431
16432 PR breakpoints/7143
16433 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16434 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16435 of gdb_test_multiple.
16436 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16437 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16438
16439 2014-03-20 Pedro Alves <palves@redhat.com>
16440
16441 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16442 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16443
16444 2014-03-19 Pedro Alves <palves@redhat.com>
16445
16446 * gdb.base/async.exp: Remove early return.
16447
16448 2014-03-19 Pedro Alves <palves@redhat.com>
16449
16450 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16451
16452 2014-03-19 Pedro Alves <palves@redhat.com>
16453
16454 * gdb.base/async.exp (test_background): Expect \r\n after
16455 "completed." in the fail pattern.
16456
16457 2014-03-19 Pedro Alves <palves@redhat.com>
16458
16459 * gdb.base/async.exp (test_background): New procedure.
16460 Use it for all background execution command tests.
16461
16462 2014-03-19 Pedro Alves <palves@redhat.com>
16463
16464 * gdb.base/async.exp: Use prepare_for_testing.
16465
16466 2014-03-19 Pedro Alves <palves@redhat.com>
16467
16468 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16469 the same line.
16470
16471 2014-03-19 Pedro Alves <palves@redhat.com>
16472
16473 * gdb.base/async.c (main): Add "jump here" and "until here" line
16474 marker comments.
16475 * gdb.base/async.exp (jump_here): New global.
16476 (jump& test): Use it.
16477 (until_here): New global.
16478 (until& test): Use it.
16479
16480 2014-03-19 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.base/async.exp: Don't frob gdb_protocol.
16483
16484 2014-03-18 Doug Evans <xdje42@gmail.com>
16485
16486 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16487 Fix spelling of exec-done-display.
16488
16489 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16490
16491 PR gdb/15358
16492 * gdb.base/gdb-sigterm.c: New file.
16493 * gdb.base/gdb-sigterm.exp: New file.
16494
16495 2014-03-18 Pedro Alves <palves@redhat.com>
16496
16497 PR gdb/13860
16498 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16499 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16500 solib-event.
16501
16502 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16503
16504 * gdb.ada/pckd_arr_ren: New testcase.
16505
16506 2014-03-13 Doug Evans <xdje42@gmail.com>
16507
16508 PR guile/16612
16509 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16510 collect after discarding symbols.
16511
16512 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16513 Doug Evans <xdje42@gmail.com>
16514
16515 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16516 to history survives a gc.
16517
16518 2014-03-13 Pedro Alves <palves@redhat.com>
16519
16520 * gdb.base/default.exp: Don't test "target procfs".
16521
16522 2014-03-13 Pedro Alves <palves@redhat.com>
16523
16524 * gdb.base/default.exp: Update "target child" and "target procfs"
16525 tests to not expect "Unix".
16526
16527 2014-03-12 Tom Tromey <tromey@redhat.com>
16528
16529 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16530 New procs. Add target-async tests.
16531 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16532 Add target-async tests.
16533
16534 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16535
16536 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16537 'func_start' and 'func_end' for the beginning and end of the
16538 function code, respectively.
16539 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16540 'func_end' instead of 'func' and 'main'.
16541
16542 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16543
16544 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16545 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16546 generate the debug info assembler source.
16547
16548 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16549
16550 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16551 * gdb.dwarf2/arr-subrange.exp: Likewise.
16552 * gdb.dwarf2/dwz.exp: Likewise.
16553 * gdb.dwarf2/method-ptr.exp: Likewise.
16554 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16555 * gdb.dwarf2/subrange.exp: Likewise.
16556 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16557 * gdb.dwarf2/implptrpiece.exp: Likewise.
16558 * gdb.dwarf2/nostaticblock.exp: Likewise.
16559
16560 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16561
16562 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16563 directory to absolute path name arguments.
16564
16565 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16566
16567 * gdb.ada/tagged_access: New testcase.
16568
16569 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16570
16571 * gdb.btrace/data.exp: Update expected output.
16572
16573 2014-03-06 Yao Qi <yao@codesourcery.com>
16574
16575 * gdb.trace/pr16508.exp: New file.
16576
16577 2014-03-05 Pedro Alves <palves@redhat.com>
16578
16579 PR gdb/16575
16580 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16581 procedure.
16582 (top level): Adjust to use it. Add tests that exercise breakpoint
16583 interaction with the code-cache.
16584
16585 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16586
16587 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16588 test for 'history-append!'.
16589
16590 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16591
16592 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16593 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16594 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16595 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16596 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16597 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16598
16599 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16600
16601 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16602 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16603 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16604
16605 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16606
16607 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16608
16609 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16610
16611 * gdb.dwarf2/arr-stride.c: New file.
16612 * gdb.dwarf2/arr-stride.exp: New file.
16613
16614 2014-02-26 Pedro Alves <palves@redhat.com>
16615
16616 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16617 that won't ever trigger. Make sure that GDB reports the correct
16618 breakpoint that caused the stop.
16619
16620 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16621
16622 PR gdb/16626
16623 * gdb.base/auto-load-script: New file.
16624 * gdb.base/auto-load.c: New file.
16625 * gdb.base/auto-load.exp: New file.
16626
16627 PR gdb/16626
16628 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16629
16630 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16631
16632 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16633 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16634
16635 2014-02-24 Doug Evans <dje@google.com>
16636
16637 * lib/gdb.exp (run_on_host): Log error output if program fails.
16638
16639 2014-02-21 Pedro Alves <palves@redhat.com>
16640
16641 * gdb.threads/step-after-sr-lock.c: Rename to ...
16642 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16643 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16644 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16645 ... this.
16646
16647 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16648
16649 PR tdep/16397
16650 * gdb.arch/amd64-stap-special-operands.exp: New file.
16651 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16652 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16653 * gdb.arch/amd64-stap-triplet.S: Likewise.
16654 * gdb.arch/amd64-stap-triplet.c: Likewise.
16655
16656 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16657
16658 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16659 in .section pseudo-op.
16660
16661 2014-02-20 lin zuojian <manjian2006@gmail.com>
16662 Joel Brobecker <brobecker@adacore.com>
16663 Doug Evans <xdje42@gmail.com>
16664
16665 PR symtab/16581
16666 * gdb.dwarf2/dw2-icycle.S: New file.
16667 * gdb.dwarf2/dw2-icycle.c: New file.
16668 * gdb.dwarf2/dw2-icycle.exp: New file.
16669
16670 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16671
16672 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16673 operations on gdb.Value objects.
16674 * gdb.python/py-value-cc.exp: Add new test to test operations on
16675 gdb.Value objects.
16676
16677 2014-02-18 Doug Evans <dje@google.com>
16678
16679 * Makefile.in (TESTS): New variable.
16680 (expanded_tests, expanded_tests_or_none): New variables
16681 (check-single): Pass $(expanded_tests_or_none) to runtest.
16682 (check-parallel): Only run tests in $(TESTS) if non-empty.
16683 (check/no-matching-tests-found): New rule.
16684 * README: Document TESTS makefile variable.
16685
16686 2014-02-18 Doug Evans <dje@google.com>
16687
16688 * Makefile.in (check-parallel): rm -rf outputs temp.
16689
16690 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16691
16692 Fix "ERROR: no fileid for" in the testsuite.
16693 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16694
16695 2014-02-12 Doug Evans <dje@google.com>
16696
16697 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16698 (MISCELLANEOUS): New variable.
16699 (clean): rm -rf $(MISCELLANEOUS).
16700 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16701 dwp live in the same directory as symlinks, with each symlink pointed
16702 to a differently named file in a different directory.
16703
16704 2014-02-11 Doug Evans <dje@google.com>
16705
16706 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16707 of Tcl file commands.
16708
16709 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16710
16711 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16712 "kill -SIGUSR1 -1".
16713
16714 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16715
16716 * gdb.ada/tick_length_array_enum_idx: New testcase.
16717
16718 2014-02-10 Doug Evans <xdje42@gmail.com>
16719
16720 * configure.ac (AC_OUTPUT): Add gdb.guile.
16721 * configure: Regenerate.
16722 * lib/gdb-guile.exp: New file.
16723 * lib/gdb.exp (get_target_charset): New function.
16724 * gdb.base/help.exp: Update expected output from "apropos apropos".
16725 * gdb.guile/Makefile.in: New file.
16726 * gdb.guile/guile.exp: New file.
16727 * gdb.guile/scm-arch.c: New file.
16728 * gdb.guile/scm-arch.exp: New file.
16729 * gdb.guile/scm-block.c: New file.
16730 * gdb.guile/scm-block.exp: New file.
16731 * gdb.guile/scm-breakpoint.c: New file.
16732 * gdb.guile/scm-breakpoint.exp: New file.
16733 * gdb.guile/scm-disasm.c: New file.
16734 * gdb.guile/scm-disasm.exp: New file.
16735 * gdb.guile/scm-equal.c: New file.
16736 * gdb.guile/scm-equal.exp: New file.
16737 * gdb.guile/scm-error.exp: New file.
16738 * gdb.guile/scm-error.scm: New file.
16739 * gdb.guile/scm-frame-args.c: New file.
16740 * gdb.guile/scm-frame-args.exp: New file.
16741 * gdb.guile/scm-frame-args.scm: New file.
16742 * gdb.guile/scm-frame-inline.c: New file.
16743 * gdb.guile/scm-frame-inline.exp: New file.
16744 * gdb.guile/scm-frame.c: New file.
16745 * gdb.guile/scm-frame.exp: New file.
16746 * gdb.guile/scm-generics.exp: New file.
16747 * gdb.guile/scm-gsmob.exp: New file.
16748 * gdb.guile/scm-iterator.c: New file.
16749 * gdb.guile/scm-iterator.exp: New file.
16750 * gdb.guile/scm-math.c: New file.
16751 * gdb.guile/scm-math.exp: New file.
16752 * gdb.guile/scm-objfile-script-gdb.in: New file.
16753 * gdb.guile/scm-objfile-script.c: New file.
16754 * gdb.guile/scm-objfile-script.exp: New file.
16755 * gdb.guile/scm-objfile.c: New file.
16756 * gdb.guile/scm-objfile.exp: New file.
16757 * gdb.guile/scm-ports.exp: New file.
16758 * gdb.guile/scm-pretty-print.c: New file.
16759 * gdb.guile/scm-pretty-print.exp: New file.
16760 * gdb.guile/scm-pretty-print.scm: New file.
16761 * gdb.guile/scm-section-script.c: New file.
16762 * gdb.guile/scm-section-script.exp: New file.
16763 * gdb.guile/scm-section-script.scm: New file.
16764 * gdb.guile/scm-symbol.c: New file.
16765 * gdb.guile/scm-symbol.exp: New file.
16766 * gdb.guile/scm-symtab-2.c: New file.
16767 * gdb.guile/scm-symtab.c: New file.
16768 * gdb.guile/scm-symtab.exp: New file.
16769 * gdb.guile/scm-type.c: New file.
16770 * gdb.guile/scm-type.exp: New file.
16771 * gdb.guile/scm-value-cc.cc: New file.
16772 * gdb.guile/scm-value-cc.exp: New file.
16773 * gdb.guile/scm-value.c: New file.
16774 * gdb.guile/scm-value.exp: New file.
16775 * gdb.guile/source2.scm: New file.
16776 * gdb.guile/types-module.cc: New file.
16777 * gdb.guile/types-module.exp: New file.
16778
16779 2014-02-10 Yao Qi <yao@codesourcery.com>
16780
16781 PR testsuite/16543
16782 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16783 * configure: Regenerated.
16784 * Makefile.in: New file.
16785
16786 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16787
16788 * gdb.python/py-framefilter.exp: Fix typo.
16789
16790 2014-02-08 Yao Qi <yao@codesourcery.com>
16791
16792 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16793 that no =breakpoint-modified is emitted when breakpoints are
16794 modified through MI commands.
16795
16796 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16797 Pedro Alves <palves@redhat.com>
16798
16799 * gdb.threads/step-after-sr-lock.c: New file.
16800 * gdb.threads/step-after-sr-lock.exp: New file.
16801
16802 2014-02-07 Pedro Alves <palves@redhat.com>
16803
16804 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16805
16806 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16807
16808 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16809 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16810
16811 2014-02-06 Doug Evans <xdje42@gmail.com>
16812
16813 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16814 output.
16815
16816 * gdb.gdb/python-interrupts.exp: New file.
16817
16818 2014-02-05 Yao Qi <yao@codesourcery.com>
16819
16820 * gdb.trace/report.exp (use_collected_data): Test the output
16821 of "info threads" and "info inferiors".
16822
16823 2014-02-05 Yao Qi <yao@codesourcery.com>
16824
16825 Revert this patch:
16826
16827 2013-05-24 Yao Qi <yao@codesourcery.com>
16828
16829 * gdb.trace/tfile.exp: Test inferior and thread.
16830
16831 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16832
16833 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16834 on a function.
16835 * gdb.base/step-bt.c: Call hello via function pointer to make
16836 sure its first instruction is executed on powerpc64le-linux.
16837
16838 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16839
16840 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16841
16842 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16843
16844 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16845 of the test patterns for use on little-endian systems.
16846
16847 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16848
16849 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16850 (decimal_vector): Fix for little-endian.
16851
16852 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16853
16854 * gdb.arch/sparc-sysstep.exp: New file.
16855 * gdb.arch/sparc-sysstep.c: Likewise.
16856
16857 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16858
16859 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16860
16861 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16862
16863 2014-01-23 Tom Tromey <tromey@redhat.com>
16864
16865 * gdb.ada/array_char_idx: New testcase.
16866
16867 2014-01-23 Tom Tromey <tromey@redhat.com>
16868
16869 PR python/16487:
16870 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16871 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16872 classes.
16873
16874 2014-01-23 Tom Tromey <tromey@redhat.com>
16875
16876 PR python/16491:
16877 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16878 string from an inferior frame.
16879 * gdb.python/py-framefilter-mi.exp: Update.
16880
16881 2014-01-22 Doug Evans <dje@google.com>
16882
16883 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16884
16885 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16886
16887 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16888
16889 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16890
16891 * gdb.trace/entry-values.exp: Remove excess space character from
16892 regex patterns. Handle s390 call instruction.
16893
16894 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16895
16896 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16897 define "*_start" label. Make "name" static.
16898 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16899 ${name} by references to ${name}_start.
16900
16901 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16902
16903 * gdb.base/info-macros.exp: Remove "debug" from the compile
16904 options.
16905
16906 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16907
16908 * gdb.dlang/demangle.exp: New file.
16909
16910 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16911
16912 * gdb.dlang/primitive-types.exp: New file.
16913
16914 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16915
16916 * configure.ac: Create gdb.dlang/Makefile.
16917 * configure: Regenerate.
16918 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16919 * gdb.dlang/Makefile.in: New file.
16920 * lib/d-support.exp: New file.
16921 * lib/gdb.exp (skip_d_tests): New proc.
16922
16923 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16924
16925 * gdb.btrace/delta.exp: Check reverse stepi.
16926 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16927 * gdb.btrace/finish.exp: New.
16928 * gdb.btrace/next.exp: New.
16929 * gdb.btrace/nexti.exp: New.
16930 * gdb.btrace/record_goto.c: Add comments.
16931 * gdb.btrace/step.exp: New.
16932 * gdb.btrace/stepi.exp: New.
16933 * gdb.btrace/multi-thread-step.c: New.
16934 * gdb.btrace/multi-thread-step.exp: New.
16935 * gdb.btrace/rn-dl-bind.c: New.
16936 * gdb.btrace/rn-dl-bind.exp: New.
16937 * gdb.btrace/data.c: New.
16938 * gdb.btrace/data.exp: New.
16939 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16940
16941 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16942
16943 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16944 * gdb.btrace/exception.exp: Update.
16945 * gdb.btrace/instruction_history.exp: Update.
16946 * gdb.btrace/record_goto.exp: Update.
16947 * gdb.btrace/tailcall.exp: Update.
16948 * gdb.btrace/unknown_functions.exp: Update.
16949 * gdb.btrace/delta.exp: New.
16950
16951 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16952
16953 * gdb.btrace/record_goto.exp: Add backtrace test.
16954 * gdb.btrace/tailcall.exp: Add backtrace test.
16955
16956 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16957
16958 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16959 * gdb.btrace/record_goto.c: New.
16960 * gdb.btrace/record_goto.exp: New.
16961 * gdb.btrace/x86-record_goto.S: New.
16962
16963 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16964
16965 * gdb.btrace/function_call_history.exp: Update tests.
16966 * gdb.btrace/instruction_history.exp: Update tests.
16967
16968 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16969
16970 * gdb.btrace/function_call_history.exp: Fix expected field
16971 order for "record function-call-history".
16972 Add new tests for "record function-call-history /c".
16973 * gdb.btrace/exception.cc: New.
16974 * gdb.btrace/exception.exp: New.
16975 * gdb.btrace/tailcall.exp: New.
16976 * gdb.btrace/x86-tailcall.S: New.
16977 * gdb.btrace/x86-tailcall.c: New.
16978 * gdb.btrace/unknown_functions.c: New.
16979 * gdb.btrace/unknown_functions.exp: New.
16980 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16981
16982 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16983
16984 * gdb.btrace/instruction_history.exp: Update.
16985 * gdb.btrace/function_call_history.exp: Update.
16986
16987 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16988
16989 * gdb.btrace/function_call_history.exp: Fix expected function
16990 trace.
16991 * gdb.btrace/instruction_history.exp: Initialize traced.
16992 Remove traced_functions.
16993
16994 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16995
16996 * gdb.btrace/function_call_history.exp: Update
16997 * gdb.btrace/instruction_history.exp: Update.
16998
16999 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17000
17001 * gdb.btrace/enable.exp: Update expected text.
17002
17003 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17004
17005 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17006 bytes.
17007
17008 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17009
17010 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17011
17012 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17013
17014 * lib/gdb.exp (supports_process_record): Return true for
17015 arm*-linux*. (supports_reverse): Likewise.
17016
17017 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17018
17019 PR python/15464
17020 PR python/16113
17021 * gdb.python/py-type.c: Enhance test case.
17022 * gdb.python/py-value-cc.cc: Likewise
17023 * gdb.python/py-type.exp: Add new tests.
17024 * gdb.python/py-value-cc.exp: Likewise
17025
17026 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17027 Pedro Alves <palves@redhat.com>
17028
17029 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17030 Make "name" extern.
17031 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17032 references to ${name}_start by references to ${name}.
17033
17034 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17035
17036 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17037
17038 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17039
17040 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17041
17042 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17043 Pedro Alves <palves@redhat.com>
17044
17045 * gdb.mi/mi-info-os.exp: Connect to the target with
17046 mi_gdb_target_load.
17047
17048 2014-01-08 Pedro Alves <palves@redhat.com>
17049
17050 * gdb.threads/reconnect-signal.c: New file.
17051 * gdb.threads/reconnect-signal.exp: New file.
17052
17053 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17054
17055 * gdb.base/source-dir.exp: New file.
17056
17057 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17058
17059 * gdb.ada/mi_interface: New testcase.
17060
17061 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17062
17063 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17064 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17065 gdb.ada/pp-rec-component/pck.ads: New files.
17066
17067 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17068
17069 * gdb.python/py-pp-integral.c: New file.
17070 * gdb.python/py-pp-integral.py: New file.
17071 * gdb.python/py-pp-integral.exp: New file.
17072
17073 For older changes see ChangeLog-1993-2013.
17074 \f
17075 ;; Local Variables:
17076 ;; mode: change-log
17077 ;; left-margin: 8
17078 ;; fill-column: 74
17079 ;; version-control: never
17080 ;; End:
17081
17082 Copyright 2014-2019 Free Software Foundation, Inc.
17083 Copying and distribution of this file, with or without modification,
17084 are permitted provided the copyright notice and this notice are preserved.
This page took 0.479057 seconds and 4 git commands to generate.