gdb: Look for compilation directory relative to directory search path
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4 directory.
5
6 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.base/list-missing-source.exp: New file.
9
10 2019-09-14 Tom de Vries <tdevries@suse.de>
11
12 PR teststuite/24599
13 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
14 * lib/ada.exp (gnatmake_version_at_least): New proc.
15
16 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * gdb.base/maint.exp: Use exec_has_index_section.
19
20 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * gdb.base/maint.exp: Add test for 'maint info sections'.
23
24 2019-09-12 Tom de Vries <tdevries@suse.de>
25
26 * gdb.base/store.exp: Allow register variables to be optimized out at
27 -O0.
28
29 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
30
31 * gdb.ada/rdv_wait.exp: Update to new task names.
32 * gdb.base/task_switch_in_core.exp: Likewise.
33 * gdb.base/info_sources_base.c: Likewise.
34
35 2019-09-10 Tom Tromey <tromey@adacore.com>
36
37 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
38
39 2019-09-10 Tom Tromey <tromey@adacore.com>
40
41 * gdb.ada/dgopt.exp: New file.
42 * gdb.ada/dgopt/x.adb: New file.
43
44 2019-09-08 Tom Tromey <tom@tromey.com>
45
46 * gdb.tui/resize.exp: Remove setup_xfail.
47 * gdb.tui/regs.exp: Remove setup_xfail.
48 * gdb.tui/basic.exp: Remove setup_xfail.
49
50 2019-09-06 David Blaikie <dblaikie@gmail.com>
51
52 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
53 * gdb.cp/cplabel.exp: Ditto.
54 * gdb.linespec/ls-errs.exp: Ditto.
55
56 2019-09-05 Tom de Vries <tdevries@suse.de>
57
58 * lib/gdb.exp (cmp_file_string): New proc.
59 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
60 runto_main. Verify save breakpoints output.
61
62 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
63
64 * gdb.base/info-var.exp: Test info variables without running
65 to main, to avoid expect's buffer overflow.
66
67 2019-09-03 Tom Tromey <tromey@adacore.com>
68
69 * gdb.ada/bias.exp: New file.
70 * gdb.ada/bias/bias.adb: New file.
71 * gdb.ada/print_chars.exp: Add regression test.
72 * gdb.ada/print_chars/foo.adb (My_Character): New type.
73 (MC): New variable.
74
75 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
76
77 * gdb.base/argv0-symlink.exp: Run only on native target
78 and local host.
79
80 2019-08-29 Tom de Vries <tdevries@suse.de>
81
82 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
83 diverse debug info.
84 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
85
86 2019-08-28 Tom de Vries <tdevries@suse.de>
87
88 * gdb.base/info-var.exp: Allow info variables to print info for files
89 other than info-var-f1.c and info-var-f2.c.
90
91 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 * gdb.fortran/info-types.exp: Add module.
94 * gdb.fortran/info-types.f90: Update expected results.
95
96 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb.fortran/info-types.exp: New file.
99 * gdb.fortran/info-types.f90: New file.
100 * lib/fortran.exp (fortran_character1): New proc.
101
102 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
105 functions'. Reindent as needed.
106 * gdb.base/info-var-f1.c: New file.
107 * gdb.base/info-var-f2.c: New file.
108 * gdb.base/info-var.exp: New file.
109 * gdb.base/info-var.h: New file.
110
111 2019-08-26 Tom de Vries <tdevries@suse.de>
112
113 PR c++/24852
114 * gdb.cp/no-libstdcxx-probe.exp: New test.
115
116 2019-08-26 Tom de Vries <tdevries@suse.de>
117
118 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
119 * tests need to be skipped.
120 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
121 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
122 mi_skip_libstdcxx_probe_tests.
123
124 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
125
126 * gdb.python/py-xmethods.exp: Use raw strings when passing
127 arguments to SimpleXMethodMatcher.
128
129 2019-08-22 Tom de Vries <tdevries@suse.de>
130
131 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
132 more informative.
133
134 2019-08-21 Pedro Alves <palves@redhat.com>
135
136 * gdb.base/with.exp: Test "with" with no arguments.
137
138 2019-08-21 Tom de Vries <tdevries@suse.de>
139
140 * gdb.base/gdb-caching-proc.exp: Sort files.
141
142 2019-08-20 Tom de Vries <tdevries@suse.de>
143
144 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
145 compilation.
146
147 2019-08-16 Tom de Vries <tdevries@suse.de>
148
149 * gdb.base/compare-sections.exp ("after run to main"): Allow
150 mismatched read-only sections for PIE executables.
151
152 2019-08-16 Tom Tromey <tom@tromey.com>
153
154 * lib/tuiterm.exp (_csi_Z): New proc.
155 * gdb.tui/basic.exp: Update window positions.
156 * gdb.tui/empty.exp: Update window positions.
157
158 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
159
160 * gdb.base/examine-backward.exp: Correct regexp for
161 "examine 3 bytes backward from ${address_zero}".
162
163 2019-08-15 Tom Tromey <tom@tromey.com>
164
165 * gdb.tui/empty.exp: Enable resizing tests.
166
167 2019-08-15 Tom Tromey <tromey@adacore.com>
168
169 * gdb.ada/char_enum.exp: Add regression tests.
170 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
171 and '0'.
172 (Char, Gchar): Update.
173 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
174
175 2019-08-15 Christian Biesinger <cbiesinger@google.com>
176
177 * gdb.python/python.exp: Expect a leading underscore on
178 GdbOutput{,Error}File.
179
180 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
181
182 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
183 Windows host.
184
185 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
186
187 * gdb.base/batch-preserve-term-settings.exp
188 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
189
190 2019-08-15 Christian Biesinger <cbiesinger@google.com>
191
192 * lib/gdb.exp: When running on a mingw target, replace
193 /x/ with x:/.
194
195 2019-08-14 Alan Hayward <alan.hayward@arm.com>
196
197 * gdb.arch/aarch64-prologue.c: New test.
198 * gdb.arch/aarch64-prologue.exp: New file.
199
200 2019-08-13 Tom de Vries <tdevries@suse.de>
201
202 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
203 Thread.
204
205 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
206
207 * gdb.python/py-completion.exp: Download the .py file to the host
208 and use its host pathname. Conditionalize tests that use
209 tab completion and manipulate files on the build machine.
210 * gdb.python/py-events.exp: Download the .py file to the host
211 and use its host pathname.
212 * gdb.python/py-evsignal.exp: Likewise.
213 * gdb.python/py-evthreads.exp: Likewise.
214 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
215 pathname syntax.
216 * gdb.python/py-framefilter.exp: Download the .py file to the right
217 place on the host. Match Windows pathname syntax.
218 * gdb.python/py-mi-var-info-path-expression.exp: Download the
219 .py file to the host and use its host pathname.
220 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
221 * gdb.python/py-objfile.exp: Expect a host pathname, not a
222 build pathname. Skip symlink test on Windows host. Add missing
223 newline at end of file.
224 * gdb.python/py-pp-maint.exp: Download the .py file to the host
225 and use its host pathname.
226 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
227 * gdb.python/py-section-script.exp: Use host location of binfile
228 on safe-path. Use correct path separator on Windows host.
229 Reorder alternatives in gdb_test_multiple to prevent matching
230 the wrong alternative on success.
231 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
232
233 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
234
235 * gdb.gdb/selftest.exp (test_with_self): Update test to now
236 expect the GDB inferior to no longer immediately stop after
237 being resumed with "signal SIGINT".
238
239 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
240
241 * gdb.linespec/break-ask.exp: Generalize regexps to match
242 Windows pathnames too.
243
244 2019-08-08 Tom de Vries <tdevries@suse.de>
245
246 PR testsuite/24862
247 * lib/tuiterm.exp (_accept): Fix CSI regexp.
248
249 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
250
251 * gdb.base/style.exp: Update tests for help doc new invariants.
252 * gdb.base/help.exp: Likewise.
253
254 2019-08-06 Tom Tromey <tom@tromey.com>
255
256 * gdb.base/style.exp: Add disassemble test.
257 * gdb.base/style.c (some_called_function): New function.
258 (main): Use it.
259
260 2019-08-05 Christian Biesinger <cbiesinger@google.com>
261
262 * gdb.python/py-block.exp: Test dictionary access on blocks.
263
264 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
265
266 PR gdb/24863
267 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
268 -list-thread-groups --available test when running under
269 check-read1.
270
271 2019-08-05 Tom de Vries <tdevries@suse.de>
272
273 PR testsuite/24863
274 * lib/gdb.exp (with_read1_timeout_factor): New proc.
275 * gdb.base/help.exp: Use with_read1_timeout_factor.
276 * gdb.base/info-macros.exp: Same.
277 * gdb.cp/nested-types.exp: Same.
278
279 2019-08-05 Tom de Vries <tdevries@suse.de>
280
281 * lib/gdb.exp (version_at_least): Factor out of ...
282 (tcl_version_at_least): ... here.
283 (gdb_compile): Fail if pie results in non-PIE executable.
284 (readelf_version, readelf_prints_pie): New proc.
285 (exec_is_pie): Return -1 if unknown.
286
287 2019-08-05 Tom de Vries <tdevries@suse.de>
288
289 * lib/gdb.exp (tcl_version_at_least): Fix typo.
290
291 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
292
293 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
294
295 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
296
297 * lib/completion-support.exp (test_gdb_complete_none): Skip
298 tab completion tests if no readline support.
299 (test_gdb_complete_unique_re): Likewise.
300 (test_gdb_complete_multiple): Likewise.
301
302 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
303
304 * gdb.base/info_sources.exp: New file.
305 * gdb.base/info_sources.c: New file.
306 * gdb.base/info_sources_base.c: New file.
307
308 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
309
310 * gdb.base/batch-exit-status.exp: Call test_exit_status with
311 prefix argument.
312 (test_exit_status): Add prefix argument.
313
314 2019-08-01 Tom de Vries <tdevries@suse.de>
315
316 PR testsuite/24863
317 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
318 calling exp_continue for new thread and thread exited messages.
319
320 2019-08-01 Tom de Vries <tdevries@suse.de>
321
322 PR testsuite/24863
323 * gdb.base/structs.exp: Fix check-read1 timeout using
324 gdb_test_sequence.
325 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
326
327 2019-08-01 Tom de Vries <tdevries@suse.de>
328
329 PR testsuite/24863
330 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
331 line.
332
333 2019-08-01 Tom de Vries <tdevries@suse.de>
334
335 PR testsuite/24863
336 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
337
338 2019-07-30 Tom Tromey <tromey@adacore.com>
339
340 * gdb.ada/display_nested.exp: New file.
341 * gdb.ada/display_nested/foo.adb: New file.
342 * gdb.ada/display_nested/pack.adb: New file.
343 * gdb.ada/display_nested/pack.ads: New file.
344
345 2019-07-30 Christian Biesinger <cbiesinger@google.com>
346
347 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
348 namespace.
349 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
350
351 2019-07-30 Tom de Vries <tdevries@suse.de>
352
353 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
354 instead.
355
356 2019-07-30 Tom de Vries <tdevries@suse.de>
357
358 PR testsuite/24834
359 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
360 (exec_is_pie): New proc.
361
362 2019-07-29 Christian Biesinger <cbiesinger@google.com>
363
364 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
365
366 2019-07-29 Christian Biesinger <cbiesinger@google.com>
367
368 * gdb.python/py-objfile.c: Add global and static vars.
369 * gdb.python/py-objfile.exp: Test new functions Objfile.
370 lookup_global_symbol and lookup_static_symbol.
371
372 2019-07-29 Tom Tromey <tom@tromey.com>
373
374 * lib/tuiterm.exp (Term::_csi_@): New proc.
375 (Term::_csi_X): Don't move cursor.
376
377 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
378
379 * gdb.base/options.exp: Update backtrace - completion to
380 new option -frame-info.
381 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
382 Test new 'set print frame-info'. Test backtrace -frame-info
383 overriding 'set print frame-info'.
384 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
385 Test new 'set print frame-info'.
386 Verify consistency of backtrace with and without filters, with and
387 without -no-filters.
388 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
389 default.
390
391 2019-07-29 Tom de Vries <tdevries@suse.de>
392
393 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
394 no arguments".
395
396 2019-07-29 Tom de Vries <tdevries@suse.de>
397
398 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
399 is a substring of the first for "complete non-unique file name".
400
401 2019-07-29 Tom de Vries <tdevries@suse.de>
402
403 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
404 with ".*".
405
406 2019-07-29 Tom de Vries <tdevries@suse.de>
407
408 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
409 Pass prompt_regexp parameter to gdb_test_multiple calls.
410
411 2019-07-29 Tom de Vries <tdevries@suse.de>
412
413 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
414 print registers" regexps.
415
416 2019-07-29 Tom de Vries <tdevries@suse.de>
417
418 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
419
420 2019-07-29 Tom de Vries <tdevries@suse.de>
421
422 PR gdb/24855
423 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
424 (skip_python_tests_prompt): Add prompt_regexp argument to
425 gdb_test_multiple calls.
426
427 2019-07-27 Tom Tromey <tom@tromey.com>
428
429 * gdb.tui/main.exp: New file.
430
431 2019-07-27 Tom Tromey <tom@tromey.com>
432
433 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
434 optional.
435 * gdb.tui/empty.exp: New file.
436
437 2019-07-27 Tom Tromey <tom@tromey.com>
438
439 * lib/tuiterm.exp (spawn): New proc.
440 (Term::resize): New proc.
441 * gdb.tui/resize.exp: New file.
442
443 2019-07-27 Tom Tromey <tom@tromey.com>
444
445 * gdb.tui/list.exp: New file.
446
447 2019-07-27 Tom Tromey <tom@tromey.com>
448
449 * gdb.tui/regs.exp: New file.
450
451 2019-07-27 Tom Tromey <tom@tromey.com>
452
453 * gdb.tui/basic.exp: Add "layout split" test.
454
455 2019-07-27 Tom Tromey <tom@tromey.com>
456
457 * gdb.tui/basic.exp: Add "layout asm" test.
458
459 2019-07-27 Tom Tromey <tom@tromey.com>
460
461 * lib/tuiterm.exp: New file.
462 * gdb.tui/basic.exp: New file.
463
464 2019-07-27 Kevin Buettner <kevinb@redhat.com>
465
466 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
467 Enable tests associated with this flag. Adjust regex
468 referencing "foo_low" to now refer to "foo_cold" instead.
469
470 2019-07-27 Kevin Buettner <kevinb@redhat.com>
471
472 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
473 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
474 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
475 foo_cold. Revise comments to match.
476 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
477 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
478 were wrapped into this proc; Call do_test in loop from outermost
479 level.
480 (foo_low): Rename all occurrences to "foo_cold".
481 (backtrace from baz): New test.
482 (x2/i foo_cold): New test.
483 (info line *foo_cold): New test.
484
485 2019-07-26 Tom de Vries <tdevries@suse.de>
486
487 * gdb.arch/i386-pkru.exp: Fix unterminated string.
488
489 2019-07-25 Tom de Vries <tdevries@suse.de>
490
491 PR testsuite/24830
492 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
493 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
494 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
495 (skip_libstdcxx_probe_tests): ... here.
496 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
497
498 2019-07-24 Tom de Vries <tdevries@suse.de>
499
500 PR testsuite/24807
501 * gdb.objc/basicclass.m: Include stdio.h.
502 * gdb.objc/nondebug.m: Same.
503 * gdb.objc/objcdecode.m: Same.
504
505 2019-07-24 Tom de Vries <tdevries@suse.de>
506
507 PR testsuite/24612
508 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
509 additional_flags.
510
511 2019-07-24 Tom de Vries <tdevries@suse.de>
512
513 PR testsuite/24831
514 * gdb.multi/tids.exp: Update error messages for info threads.
515
516 2019-07-24 Tom de Vries <tdevries@suse.de>
517
518 * gdb.base/info-types.exp: Allow info types to print info for more than
519 one file.
520
521 2019-07-23 Tom de Vries <tdevries@suse.de>
522
523 PR testsuite/24842
524 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
525 gdb_spawn_with_cmdline_opts.
526
527 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
528
529 * gdb.arch/arm-cmse-sgstubs.c: New test.
530 * gdb.arch/arm-cmse-sgstubs.exp: New file.
531
532 2019-07-23 Tom de Vries <tdevries@suse.de>
533
534 PR testsuite/24711
535 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
536 issuing next command.
537
538 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * gdb.ada/info_auto_lang.exp: Update expected results.
541 * gdb.base/info-types.c: Add additional types to check.
542 * gdb.base/info-types.exp: Update expected results.
543
544 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
545
546 * gdb.base/info-types.c: New file.
547 * gdb.base/info-types.exp: New file.
548
549 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * gdb.arch/riscv-bp-infcall.c: New file.
552 * gdb.arch/riscv-bp-infcall.exp: New file.
553
554 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
555
556 PR breakpoints/24541
557 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
558
559 2019-07-14 Tom de Vries <tdevries@suse.de>
560
561 PR testsuite/24760
562 * gdb.objc/basicclass.exp: Fix unterminated string.
563
564 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
565 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
568 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
569 negative bounds.
570 * gdb.fortran/vla-value.exp: Print elements of an array with
571 negative bounds.
572 * gdb.fortran/vla.f90: Setup an array with negative bounds for
573 testing.
574
575 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
576
577 * gdb.base/options.exp (expect_string): Dequote strings in
578 results.
579 (test-string): Test strings with different quoting and reindent.
580
581 2019-07-10 Tom Tromey <tromey@adacore.com>
582
583 * gdb.ada/mi_ex_cond.exp: Update expected results.
584 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
585 * gdb.ada/mi_catch_ex.exp: Update expected results.
586 * gdb.ada/mi_catch_assert.exp: Update expected results.
587 * gdb.ada/catch_ex.exp (catch_exception_info)
588 (catch_exception_entry, catch_assert_entry)
589 (catch_unhandled_entry): Update.
590 * gdb.ada/catch_assert_if.exp: Update expected results.
591
592 2019-07-10 Richard Bunt <richard.bunt@arm.com>
593 Stephen Roberts <stephen.roberts@arm.com>
594
595 * gdb.base/define.exp: Restore original prompt.
596
597 2019-07-09 Pedro Alves <palves@redhat.com>
598
599 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
600 breakpoints" output.
601 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
602 * gdb.python/py-breakpoint.exp: No longer expect that "catch
603 throw" creates breakpoint.
604 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
605 'type="catchpoint"'.
606
607 2019-07-09 Pedro Alves <palves@redhat.com>
608
609 PR c++/15468
610 * gdb.cp/except-multi-location-lib.cc: New.
611 * gdb.cp/except-multi-location-main.cc: New.
612 * gdb.cp/except-multi-location.exp: New.
613
614 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
615
616 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
617 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
618 argument and update callers.
619
620 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
621
622 * gdb.arch/amd64-break-on-asm-line.S: New file.
623 * gdb.arch/amd64-break-on-asm-line.exp: New file.
624
625 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
626
627 * gdb.base/printcmds.exp: Test printing C string and
628 C wide string convenience vars without transiting via the inferior.
629 Also make test names unique.
630
631 2019-07-08 Alan Hayward <alan.hayward@arm.com>
632
633 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
634
635 2019-07-04 Pedro Alves <palves@redhat.com>
636
637 * lib/gdb.exp (foreach_with_prefix): Don't return early if
638 body returned ok(0), break(3) or continue(4).
639 * gdb.testsuite/foreach_with_prefix.exp: New file.
640
641 2019-07-04 Alan Hayward <alan.hayward@arm.com>
642
643 * gdb.server/unittest.exp: Allow 0 unit tests to run.
644
645 2019-07-03 Pedro Alves <palves@redhat.com>
646
647 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
648 "return -code".
649
650 2019-07-03 Pedro Alves <palves@redhat.com>
651
652 PR cli/24732
653 * gdb.base/shell.exp: Load completion-support.exp.
654 Adjust expected error output. Add completion tests.
655
656 2019-07-03 Pedro Alves <palves@redhat.com>
657
658 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
659 string_to_regexp.
660
661 2019-07-03 Pedro Alves <palves@redhat.com>
662
663 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
664 (expect_integer): Adjust to expect "-string".
665 (expect_string): New.
666 (all_options): Expect "-string".
667 (test-flag, test-boolean): Adjust to expect "-string".
668 (test-string): New proc.
669 (top level): Call it.
670
671 2019-07-03 Pedro Alves <palves@redhat.com>
672
673 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
674 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
675 the expected output in the success.
676
677 2019-07-03 Pedro Alves <palves@redhat.com>
678
679 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
680 Split one gdb_test_multiple call in two to avoid a race.
681
682 2019-07-03 Pedro Alves <palves@redhat.com>
683
684 * gdb.base/with.c: New file.
685 * gdb.base/with.exp: New file.
686
687 2019-07-03 Pedro Alves <palves@redhat.com>
688
689 * gdb.base/settings.exp: Replace all references to "maint
690 test-settings set" with references to "maint set test-settings",
691 and all references to "maint test-settings show" with references
692 to "maint show test-settings".
693
694 2019-07-03 Pedro Alves <palves@redhat.com>
695
696 * gdb.base/settings.exp (test-string): Adjust expected out when
697 testing "maint test-settings show filename"
698
699 2019-07-02 Pedro Alves <palves@redhat.com>
700
701 * gdb.base/options.exp (test-info-threads): New procedure.
702 (top level): Call it.
703
704 2019-06-28 Tom Tromey <tromey@adacore.com>
705
706 * gdb.dwarf2/ada-linkage-name.c: New file.
707 * gdb.dwarf2/ada-linkage-name.exp: New file.
708
709 2019-06-27 Tom Tromey <tromey@adacore.com>
710
711 * gdb.cp/constexpr-field.exp: Use setup_xfail.
712
713 2019-06-26 Tom de Vries <tdevries@suse.de>
714
715 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
716
717 2019-06-26 Tom de Vries <tdevries@suse.de>
718
719 * gdb.base/index-cache.exp: Add back missing debug option.
720
721 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
722
723 * gdb.base/alias.exp: Test non matching/non existing prefixes.
724
725 2019-06-25 Tom de Vries <tdevries@suse.de>
726
727 PR testsuite/24727
728 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
729
730 2019-06-24 Tom de Vries <tdevries@suse.de>
731
732 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
733
734 2019-06-24 Tom de Vries <tdevries@suse.de>
735
736 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
737 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
738 * gdb.trace/unavailable-dwarf-piece.exp: Same.
739
740 2019-06-24 Tom de Vries <tdevries@suse.de>
741
742 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
743
744 2019-06-21 Tom de Vries <tdevries@suse.de>
745
746 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
747
748 2019-06-21 Tom de Vries <tdevries@suse.de>
749
750 PR testsuite/24518
751 PR ada/24713
752 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
753 index.
754
755 2019-06-19 Tom Tromey <tromey@adacore.com>
756
757 * gdb.ada/length_cond.exp: Add intro comment.
758
759 2019-06-19 Tom Tromey <tromey@adacore.com>
760
761 * gdb.ada/length_cond.exp: New file.
762 * gdb.ada/length_cond/length_cond.adb: New file.
763 * gdb.ada/length_cond/pck.adb: New file.
764 * gdb.ada/length_cond/pck.ads: New file.
765
766 2019-06-18 Tom de Vries <tdevries@suse.de>
767
768 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
769
770 2019-06-18 Tom Tromey <tromey@adacore.com>
771
772 * gdb.base/list0.h: Add comment explaining control character.
773
774 2019-06-18 Tom de Vries <tdevries@suse.de>
775
776 * boards/fission.exp: Break up long debug_flags line.
777
778 2019-06-16 Tom de Vries <tdevries@suse.de>
779
780 PR gdb/24445
781 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
782 generated index.
783
784 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
785
786 PR gdb/24686
787 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
788 improve detection of bug gdb/24541.
789
790 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
791
792 PR gdb/24669
793 * gdb.base/index-cache.exp (uses_readnow,
794 expecting_index_cache_use): Define global variable.
795 (test_cache_enabled_miss, test_cache_enabled_hit): Use
796 expecting_index_cache_use.
797
798 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
799 Andrew Burgess <andrew.burgess@embecosm.com>
800
801 * gdb.fortran/pointers.f90: New file.
802 * gdb.fortran/print_type.exp: New file.
803 * gdb.fortran/vla-ptype.exp: Adapt expected results.
804 * gdb.fortran/vla-type.exp: Likewise.
805 * gdb.fortran/vla-value.exp: Likewise.
806 * gdb.mi/mi-vla-fortran.exp: Likewise.
807
808 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
809
810 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
811 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
812 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
813 as a stop reason.
814
815 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 * gdb.base/annota1.exp: Update expected results.
818 * gdb.cp/annota2.exp: Likewise.
819 * gdb.cp/annota3.exp: Likewise.
820
821 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.base/style-logging.exp: Remove path from test name.
824
825 2019-06-14 Tom Tromey <tromey@adacore.com>
826
827 PR gdb/24502:
828 * gdb.base/style-logging.exp: New file.
829
830 2019-06-14 Tom Tromey <tromey@adacore.com>
831
832 * gdb.base/symfile-warn.exp: New file.
833 * gdb.base/symfile-warn.c: New file.
834
835 2019-06-14 Tom Tromey <tromey@adacore.com>
836
837 * gdb.base/annotate-symlink.exp: New file.
838
839 2019-06-14 Tom Tromey <tromey@adacore.com>
840
841 * gdb.ada/set_wstr.exp: Add reassignment test.
842
843 2019-06-14 Tom Tromey <tromey@adacore.com>
844
845 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
846 'unchecked_access and 'unrestricted_access as well.
847
848 2019-06-14 Tom Tromey <tromey@adacore.com>
849
850 PR ada/24539:
851 * gdb.ada/vla.exp: Update tests.
852 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
853 pragma.
854
855 2019-06-13 Pedro Alves <palves@redhat.com>
856
857 * gdb.base/settings.exp (test-integer): Test junk after
858 "unlimited".
859
860 2019-06-13 Pedro Alves <palves@redhat.com>
861
862 * gdb.base/options.exp (test-thread-apply): New.
863 (top level): Call it.
864
865 2019-06-13 Pedro Alves <palves@redhat.com>
866
867 * gdb.base/options.exp (test-frame-apply): New.
868 (top level): Test print commands with different "frame apply"
869 prefixes.
870
871 2019-06-13 Pedro Alves <palves@redhat.com>
872
873 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
874 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
875 'max_completions' parameter and handle it.
876 (test_gdb_completion_offers_commands): New.
877
878 2019-06-13 Pedro Alves <palves@redhat.com>
879
880 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
881
882 2019-06-13 Pedro Alves <palves@redhat.com>
883
884 * gdb.base/options.exp (test-backtrace): New.
885 (top level): Call it.
886
887 2019-06-13 Pedro Alves <palves@redhat.com>
888
889 * gdb.guile/scm-frame-args.exp: Use "set print
890 raw-frame-arguments" instead of "set print raw frame-arguments".
891 * gdb.python/py-frame-args.exp: Likewise.
892
893 2019-06-13 Pedro Alves <palves@redhat.com>
894
895 * gdb.compile/compile.exp: Adjust expected output to option
896 processing changes.
897
898 2019-06-13 Pedro Alves <palves@redhat.com>
899
900 * gdb.base/options.exp: Build executable.
901 (test-print): New procedure.
902 (top level): Call it, once for "print" and another for "compile
903 print".
904
905 2019-06-13 Pedro Alves <palves@redhat.com>
906
907 * gdb.base/options.c: New file.
908 * gdb.base/options.exp: New file.
909
910 2019-06-13 Pedro Alves <palves@redhat.com>
911
912 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
913 that "o" is ambiguous.
914
915 2019-06-13 Pedro Alves <palves@redhat.com>
916
917 * gdb.base/settings.c: New file.
918 * gdb.base/settings.exp: New file.
919
920 2019-06-13 Pedro Alves <palves@redhat.com>
921
922 * gdb.base/completion.exp: Fix comment typo.
923
924 2019-06-13 Pedro Alves <palves@redhat.com>
925
926 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
927 foo --1" test.
928
929 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
930
931 * gdb.fortran/block-data.f: New.
932 * gdb.fortran/block-data.exp: New.
933
934 2019-06-11 Tom de Vries <tdevries@suse.de>
935
936 PR testsuite/24521
937 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
938 message.
939
940 2019-06-11 Tom de Vries <tdevries@suse.de>
941
942 PR testsuite/24521
943 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
944
945 2019-06-11 Tom de Vries <tdevries@suse.de>
946
947 * boards/readnow.exp: New file.
948
949 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
950
951 * gdb.fortran/vla-sizeof.exp: Update expected results.
952
953 2019-06-06 Amos Bird <amosbird@gmail.com>
954
955 * gdb.base/annota1.exp (thread_switch): Add test for
956 thread-exited annotation.
957
958 2019-06-06 Tom Tromey <tromey@adacore.com>
959
960 * gdb.base/maint.exp: Expect command started/finished output.
961
962 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
965 comment.
966 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
967
968 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
969
970 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
971 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
972 * gdb.arch/riscv-unwind-long-insn.c: New file.
973 * gdb.arch/riscv-unwind-long-insn.exp: New file.
974
975 2019-06-04 Christian Biesinger <cbiesinger@google.com>
976
977 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
978
979 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
980
981 * lib/gdb.exp (help_list_trailer): New regexp variable
982 factorizing the help trailer message.
983 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
984 arg to allow to better factorize various tests.
985 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
986 (test_prefix_command_help): Use help_list_trailer.
987 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
988 * gdb.guile/scm-cmd.exp: Likewise.
989 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
990 * gdb.base/help.exp: Use test_user_defined_class_help.
991 * gdb.base/style.exp: Add tests for styling of help and apropos.
992 * lib/gdb-utils.exp (style): Add title and highlight styles.
993
994 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
995
996 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
997 $_shell_exitsignal.
998 * gdb.base/default.exp: Update for new convenience variables.
999
1000 2019-05-29 Tom Tromey <tromey@adacore.com>
1001
1002 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1003 to "break complete ada" test case's regexp.
1004
1005 2019-05-29 Tom Tromey <tromey@adacore.com>
1006
1007 PR c++/20020:
1008 * gdb.cp/constexpr-field.exp: New file.
1009 * gdb.cp/constexpr-field.cc: New file.
1010
1011 2019-05-29 Tom Tromey <tromey@adacore.com>
1012
1013 * gdb.base/finish.exp (finish_no_print): New proc.
1014 (finish_tests): Call it.
1015
1016 2019-05-24 Tom de Vries <tdevries@suse.de>
1017
1018 * gdb.dwarf2/gdb-add-index.exp: New file.
1019
1020 2019-05-22 Tom Tromey <tromey@adacore.com>
1021
1022 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1023 * gdb.base/style.exp: Use "style".
1024 * lib/gdb-utils.exp (style): New proc.
1025
1026 2019-05-22 Tom de Vries <tdevries@suse.de>
1027
1028 * gdb.base/align.exp: Require c++11.
1029
1030 2019-05-22 Tom de Vries <tdevries@suse.de>
1031
1032 PR testsuite/24586
1033 * gdb.python/py-mi-var-info-path-expression.exp: Call
1034 mi_skip_python_tests to check if python is supported.
1035
1036 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1037
1038 * gdb.arch/aarch64-pauth.c: New test.
1039 * gdb.arch/aarch64-pauth.exp: New file.
1040
1041 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1042
1043 * README (Re-running Tests Outside The Testsuite): New section.
1044
1045 2019-05-21 Tom de Vries <tdevries@suse.de>
1046
1047 * gdb.arch/amd64-eval.exp: Require c++11.
1048 * gdb.base/max-depth.exp: Same.
1049 * gdb.compile/compile-cplus-array-decay.exp: Same.
1050 * gdb.cp/meth-typedefs.exp: Same.
1051 * gdb.cp/subtypes.exp: Same.
1052 * gdb.cp/temargs.exp: Same.
1053
1054 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1055
1056 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1057
1058 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1059
1060 PR gdb/18644
1061 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1062 * gdb.fortran/printing-types.exp: Add new test.
1063 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1064 testing.
1065 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1066 setup_kfail call.
1067
1068 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1069
1070 * README (Running the Testsuite): Change example.
1071 (Testsuite Parameters): Remove TRANSCRIPT.
1072 * lib/gdb.exp: Remove TRANSCRIPT check.
1073
1074 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1075
1076 * README (Testsuite Parameters): Add replay logging to
1077 GDBSERVER_DEBUG.
1078 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1079 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1080 as a comma separated list.
1081 (gdb_debug_init): Override procedure.
1082
1083 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1084
1085 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1086 (gdb_write_cmd_file): New procedure.
1087 * lib/gdbserver-support.exp (gdbserver_start): Call
1088 gdbserver_write_cmd_file.
1089 (gdbserver_write_cmd_file): New procedure.
1090
1091 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1092
1093 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1094 (delete_breakpoints): Likewise.
1095 (gdb_run_cmd): Likewise.
1096 (gdb_start_cmd): Likewise.
1097 (gdb_starti_cmd): Likewise.
1098 (gdb_internal_error_resync): Likewise.
1099 (gdb_test_multiple): Likewise.
1100 (gdb_reinitialize_dir): Likewise.
1101 (default_gdb_exit): Likewise.
1102 (gdb_file_cmd): Mark kill as optional.
1103 (default_gdb_start): Call gdb_stdin_log_init.
1104 (send_gdb): Call gdb_stdin_log_write.
1105 (rerun_to_main): Mark Y as an answer.
1106 (gdb_stdin_log_init): New function.
1107 (gdb_stdin_log_write): Likewise.
1108
1109 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1110
1111 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1112 * gdb.base/debug-expr.exp: Likewise.
1113 * gdb.base/foll-fork.exp: Likewise.
1114 * gdb.base/foll-vfork.exp: Likewise.
1115 * gdb.base/fork-print-inferior-events.exp: Likewise.
1116 * gdb.base/gdb-sigterm.exp: Likewise.
1117 * gdb.base/gdbinit-history.exp: Likewise.
1118 * gdb.base/osabi.exp: Likewise.
1119 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1120 * gdb.base/ui-redirect.exp: Likewise.
1121 * gdb.gdb/unittest.exp: Likewise.
1122 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1123 * gdb.mi/mi-watch.exp: Likewise.
1124 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1125 * gdb.mi/user-selected-context-sync.exp: Likewise.
1126 * gdb.python/python.exp: Disable debug test when debugging.
1127 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1128 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1129 Likewise.
1130 * gdb.threads/stepi-random-signal.exp: Likewise.
1131
1132 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1133
1134 * Makefile.in: Pass through GDB_DEBUG.
1135 * README (Testsuite Parameters): Add GDB_DEBUG.
1136 (gdb,debug): Add board setting.
1137 * lib/gdb.exp (default_gdb_start): Start debugging.
1138 (gdb_debug_enabled): New procedure.
1139 (gdb_debug_init): Likewise.
1140
1141 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1142
1143 * Makefile.in: Pass through GDB_DEBUG.
1144 * README (Testsuite Parameters): Add GDB_DEBUG.
1145 (gdb,debug): Add board setting.
1146 * lib/gdb.exp (default_gdb_start): Start debugging.
1147 (gdb_debug_enabled): New procedure.
1148 (gdb_debug_init): Likewise.
1149
1150 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1151
1152 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1153
1154 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1155
1156 * gdb.base/ui-redirect.exp: Test redirection.
1157
1158 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1159
1160 * gdb.mi/mi-complete.exp: New file.
1161 * gdb.mi/mi-complete.cc: Likewise.
1162
1163 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1164
1165 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1166 indexed and sliced arrays, and pointers to arrays.
1167
1168 2019-05-14 Tom Tromey <tromey@adacore.com>
1169
1170 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1171 styling test.
1172
1173 2019-05-14 Tom de Vries <tdevries@suse.de>
1174
1175 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1176 selection entry encoding.
1177
1178 2019-05-10 Tom Tromey <tromey@adacore.com>
1179
1180 * gdb.ada/info_exc.exp: Add "complete" test.
1181
1182 2019-05-09 Tom de Vries <tdevries@suse.de>
1183
1184 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1185 CU-relative.
1186
1187 2019-05-09 Tom de Vries <tdevries@suse.de>
1188
1189 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1190 CU-relative.
1191
1192 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1193
1194 * gdb.ada/frame_arg_lang.exp: New testcase.
1195 * gdb.ada/frame_arg_lang/bla.adb: New file.
1196 * gdb.ada/frame_arg_lang/pck.ads: New file.
1197 * gdb.ada/frame_arg_lang/pck.adb: New file.
1198 * gdb.ada/frame_arg_lang/foo.c: New file.
1199
1200 2019-05-08 Tom Tromey <tromey@adacore.com>
1201
1202 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1203
1204 2019-05-08 Tom Tromey <tromey@adacore.com>
1205
1206 * gdb.base/ptype-offsets.exp: Update tests.
1207
1208 2019-05-08 Tom Tromey <tromey@adacore.com>
1209
1210 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1211 cases.
1212 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1213 "short".
1214
1215 2019-05-08 Tom Tromey <tromey@adacore.com>
1216
1217 * gdb.ada/vla.exp: New file.
1218 * gdb.ada/vla/vla.adb: New file.
1219
1220 2019-05-07 Tom de Vries <tdevries@suse.de>
1221
1222 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1223
1224 2019-05-07 Tom de Vries <tdevries@suse.de>
1225
1226 PR testsuite/24522
1227 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1228 section.
1229
1230 2019-05-07 Tom de Vries <tdevries@suse.de>
1231
1232 PR testsuite/24522
1233 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1234 .debug_aranges section.
1235
1236 2019-05-07 Tom de Vries <tdevries@suse.de>
1237
1238 PR testsuite/24159
1239 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1240
1241 2019-05-06 Tom de Vries <tdevries@suse.de>
1242
1243 * lib/gdb.exp (exec_has_index_section): New proc.
1244 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1245 section.
1246
1247 2019-05-04 Tom de Vries <tdevries@suse.de>
1248
1249 * boards/cc-with-debug-names.exp: New file.
1250
1251 2019-05-03 Tom Tromey <tromey@adacore.com>
1252
1253 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1254 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1255 * gdb.ada/char_enum.exp: Add test.
1256
1257 2019-05-03 Tom de Vries <tdevries@suse.de>
1258
1259 * boards/cc-with-gdb-index.exp: New file.
1260
1261 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * gdb.rust/simple.exp: Add new test case.
1264 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1265 (main): Initialise an instance of the new struct.
1266
1267 2019-05-01 Tom Tromey <tromey@adacore.com>
1268
1269 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1270 record.
1271 (NPR): New variable.
1272 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1273 test.
1274
1275 2019-05-01 Tom Tromey <tromey@adacore.com>
1276
1277 * gdb.ada/packed_array_assign.exp: Add packed assignment
1278 regression test.
1279
1280 2019-05-01 Tom de Vries <tdevries@suse.de>
1281
1282 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1283
1284 2019-05-01 Tom de Vries <tdevries@suse.de>
1285
1286 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1287
1288 2019-04-30 Ali Tamur <tamur@google.com>
1289
1290 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1291
1292 2019-04-30 Tom Tromey <tromey@adacore.com>
1293
1294 * lib/ada.exp (find_ada_tool): New proc.
1295 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1296 * gdb.ada/catch_ex_std.exp: New file.
1297 * gdb.ada/catch_ex_std/foo.adb: New file.
1298 * gdb.ada/catch_ex_std/some_package.adb: New file.
1299 * gdb.ada/catch_ex_std/some_package.ads: New file.
1300
1301 2019-04-30 Tom Tromey <tromey@adacore.com>
1302
1303 PR c++/24470:
1304 * gdb.cp/temargs.cc: Add test code from PR.
1305
1306 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1307
1308 * gdb.fortran/vla-datatypes.exp: Update expected results.
1309 * gdb.fortran/vla-ptype.exp: Likewise.
1310 * gdb.fortran/vla-type.exp: Likewise.
1311 * gdb.fortran/vla-value.exp: Likewise.
1312
1313 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1314
1315 * gdb.fortran/ptr-indentation.exp: Update expected results.
1316 * gdb.fortran/ptype-on-functions.exp: Likewise.
1317 * gdb.fortran/vla-ptr-info.exp: Likewise.
1318 * gdb.fortran/vla-value.exp: Likewise.
1319
1320 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1321
1322 * gdb.fortran/ptype-on-functions.exp: New file.
1323 * gdb.fortran/ptype-on-functions.f90: New file.
1324
1325 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1326
1327 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1328 case void string.
1329
1330 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1331
1332 * gdb.fortran/complex.exp: Expand.
1333 * gdb.fortran/complex.f: Renamed to...
1334 * gdb.fortran/complex.f90: ...this, and extended to add more
1335 complex values.
1336
1337 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1340 MODULO, CMPLX.
1341
1342 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1343 Richard Bunt <richard.bunt@arm.com>
1344
1345 * gdb.base/max-depth.c: New file.
1346 * gdb.base/max-depth.exp: New file.
1347 * gdb.python/py-nested-maps.c: New file.
1348 * gdb.python/py-nested-maps.exp: New file.
1349 * gdb.python/py-nested-maps.py: New file.
1350 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1351 (test_all_common): Call test_max_depth.
1352 * gdb.fortran/max-depth.exp: New file.
1353 * gdb.fortran/max-depth.f90: New file.
1354 * gdb.go/max-depth.exp: New file.
1355 * gdb.go/max-depth.go: New file.
1356 * gdb.modula2/max-depth.exp: New file.
1357 * gdb.modula2/max-depth.c: New file.
1358 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1359
1360 2019-04-29 Tom de Vries <tdevries@suse.de>
1361
1362 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1363
1364 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1365
1366 * gdb.base/callexit.exp: Test may-call-functions off.
1367
1368 2019-04-25 Keith Seitz <keiths@redhat.com>
1369
1370 PR c++/24367
1371 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1372 (another_incomplete_struct, test_incomplete): New definitions.
1373 (main): Use new definitions.
1374 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1375 functions.
1376
1377 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1378
1379 PR corefiles/11608
1380 PR corefiles/18187
1381 * gdb.base/coredump-filter-build-id.exp: New file.
1382
1383 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1384
1385 * Makefile.in: Pass through GDBSERVER_DEBUG.
1386 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1387 (gdbserver,debug): Add board setting.
1388 * gdb.trace/tspeed.exp: Skip when debugging.
1389 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1390 * lib/gdbserver-support.exp: Likewise
1391
1392 2019-04-24 Tom Tromey <tromey@adacore.com>
1393
1394 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1395 Rust.
1396
1397 2019-04-24 Tom Tromey <tromey@adacore.com>
1398
1399 * gdb.arch/amd64-eval.exp: Test bitfield return.
1400 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1401 (class Foo) <return_bitfields>: New method.
1402 (main): Call it.
1403
1404 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1405
1406 * gdb.cp/many-args.cc: New file.
1407 * gdb.cp/many-args.exp: New file.
1408
1409 2019-04-23 Tom de Vries <tdevries@suse.de>
1410
1411 PR gdb/24433
1412 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1413
1414 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1415
1416 * gdb.trace/backtrace.exp: Use nopie flag.
1417 * gdb.trace/circ.exp: Likewise.
1418 * gdb.trace/collection.exp: Likewise.
1419 * gdb.trace/ftrace.exp: Likewise.
1420 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1421 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1422 * gdb.trace/qtro.exp: Likewise.
1423 * gdb.trace/read-memory.exp: Likewise.
1424 * gdb.trace/report.exp: Likewise.
1425 * gdb.trace/tfile.exp: Likewise.
1426 * gdb.trace/tfind.exp: Likewise.
1427 * gdb.trace/unavailable.exp: Likewise.
1428
1429 2019-04-22 Pedro Alves <palves@redhat.com>
1430
1431 * gdb.base/solib-probes-nosharedlibrary.c,
1432 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1433
1434 2019-04-19 Tom Tromey <tromey@adacore.com>
1435
1436 * gdb.ada/ptype_union.c: New file.
1437 * gdb.ada/ptype_union.exp: New file.
1438
1439 2019-04-19 Tom Tromey <tromey@adacore.com>
1440
1441 PR symtab/24423:
1442 * gdb.base/list0.h (foo): Add a control-l character.
1443
1444 2019-04-18 Tom de Vries <tdevries@suse.de>
1445
1446 PR gdb/24433
1447 * boards/local-board.exp: Set sysroot to "".
1448
1449 2019-04-18 Tom de Vries <tdevries@suse.de>
1450 Pedro Alves <palves@redhat.com>
1451
1452 PR gdb/24454
1453 * gdb.threads/vfork-follow-child-exec.c: New file.
1454 * gdb.threads/vfork-follow-child-exec.exp: New file.
1455 * gdb.threads/vfork-follow-child-exit.c: New file.
1456 * gdb.threads/vfork-follow-child-exit.exp: New file.
1457
1458 2019-04-15 Leszek Swirski <leszeks@google.com>
1459
1460 * gdb.arch/amd64-eval.cc: New file.
1461 * gdb.arch/amd64-eval.exp: New file.
1462
1463 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1464
1465 * gdb.server/sysroot.c: New test.
1466 * gdb.server/sysroot.exp: New file.
1467 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1468 matching param.
1469
1470 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1471
1472 * gdb.base/align.exp: Extend test to cover structures containing
1473 only static fields.
1474
1475 2019-04-11 Tom de Vries <tdevries@suse.de>
1476
1477 * boards/cc-with-dwz-m.exp: New file.
1478 * boards/cc-with-dwz.exp: New file.
1479 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1480
1481 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1482
1483 * gdb.base/start-cpp.exp: New file.
1484 * gdb.base/start-cpp.cc: New file.
1485
1486 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1487
1488 * gdb.python/py-thrhandle.exp: Adjust tests to call
1489 thread_from_handle instead of thread_from_thread_handle.
1490
1491 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1492
1493 * gdb.python/py-thrhandle.exp: Add tests for
1494 gdb.InferiorThread.handle.
1495
1496 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.python/py-function.exp: Check calling helper function from
1499 all languages.
1500 * lib/gdb.exp (gdb_supported_languages): New proc.
1501
1502 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.base/complex-parts.c: New file.
1505 * gdb.base/complex-parts.exp: New file.
1506
1507 2019-04-01 Tom Tromey <tromey@adacore.com>
1508
1509 PR symtab/23331:
1510 * gdb.dwarf2/dw2-ranges-main.c: New file.
1511 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1512 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1513
1514 2019-03-30 Simon Marchi <simark@simark.ca>
1515
1516 * gdb.base/default.exp: Add values for $_gdb_major and
1517 $_gdb_minor.
1518
1519 2019-03-29 Tom Tromey <tromey@adacore.com>
1520
1521 * gdb.base/help.exp: Tighten apropos regexp.
1522
1523 2019-03-29 Keith Seitz <keiths@redhat.com>
1524
1525 * gdb.fortran/array-bounds.exp: New file.
1526 * gdb.fortran/array-bounds.f90: New file.
1527
1528 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1529
1530 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1531
1532 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1533
1534 * gdb.multi/hello.c (main): Increase alarm timer.
1535
1536 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1537
1538 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1539 factor when no hardware watchpoint support.
1540
1541 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1542 Pedro Alves <palves@redhat.com>
1543
1544 * boards/local-board.exp: set sysroot to /.
1545
1546 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1547
1548 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1549 in child.
1550
1551 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1552
1553 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1554 field.
1555 (make_container): Initialise new field.
1556 * gdb.python/py-prettyprint.exp: Add new tests.
1557 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1558 <display_hint>: New method.
1559
1560 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1561
1562 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1563 gdb_continue_to_breakpoint more throughout this test.
1564 (run_lang_tests) Supply unique test names, and use
1565 gdb_test_no_output.
1566
1567 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1568
1569 * gdb.base/finish-pretty.exp: Update expected results.
1570 * gdb.base/pretty-print.c: New file.
1571 * gdb.base/pretty-print.exp: New file.
1572
1573 2019-03-25 Pedro Alves <palves@redhat.com>
1574
1575 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1576 move comments outside list. Append '-i "" eof' section.
1577
1578 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1579
1580 * README: Add pie options.
1581 * gdb.base/break-interp.exp: Ensure pie is disabled.
1582 * gdb.base/dump.exp: Likewise.
1583 * lib/gdb.exp (gdb_compile): Add pie option.
1584
1585 2019-03-19 Tom Tromey <tromey@adacore.com>
1586
1587 * gdb.mi/mi2-cli-display.c: New file.
1588 * gdb.mi/mi2-cli-display.exp: New file.
1589
1590 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1591 Tom Tromey <tromey@adacore.com>
1592
1593 * gdb.ada/ptype_array/pck.adb: New file.
1594 * gdb.ada/ptype_array/pck.ads: New file.
1595 * gdb.ada/ptype_array/foo.adb: New file.
1596 * gdb.ada/ptype_array.exp: New file.
1597
1598 2019-03-14 Tom Tromey <tromey@adacore.com>
1599
1600 * gdb.base/style.exp: Add "set style sources" test.
1601
1602 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1603
1604 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1605 * mi-breakpoint-multiple-locations.exp: ... this.
1606 (make_breakpoints_pattern): New proc.
1607 (do_test): Add mi_version parameter, test -break-insert,
1608 -break-info and =breakpoint-created.
1609
1610 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1611
1612 * config/default.exp: Remove 'load_lib gdb.exp'.
1613 * config/monitor.exp: Likewise.
1614 * config/sid.exp: Likewise.
1615 * config/sim.exp: Likewise.
1616 * config/slite.exp: Likewise.
1617 * config/unix.exp: Likewise.
1618 * gdb.base/default.exp: Remove unhelpful comment.
1619
1620 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1621
1622 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1623
1624 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1625
1626 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1627
1628 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * gdb.fortran/type-kinds.exp: Update expected results.
1631
1632 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1633
1634 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1635
1636 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1637
1638 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1639 function.
1640 (test_basic_parsing_of_type_kinds): Expand types tested.
1641 (test_parsing_invalid_type_kinds): New function.
1642
1643 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * gdb.fortran/intrinsics.exp: New file.
1646 * gdb.fortran/intrinsics.f90: New file.
1647 * gdb.fortran/type-kinds.exp: New file.
1648
1649 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * gdb.fortran/dot-ops.exp: New file.
1652
1653 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1654
1655 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1656 Check upper and lower case logical literals.
1657
1658 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1659
1660 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1661 Remove duplicate tests.
1662
1663 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1664
1665 * lib/gdb.exp (builtin_cd): rename of cd.
1666 (cd): Override builtin.
1667
1668 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1669
1670 * gdb.fortran/function-calls.exp: New file.
1671 * gdb.fortran/function-calls.f90: New test.
1672
1673 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1674
1675 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1676 on user program standard output.
1677 * gdb.fortran/short-circuit-argument-list.f90: Record function
1678 calls.
1679
1680 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1681
1682 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1683 failure.
1684
1685 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1686
1687 PR gdb/8527
1688 * gdb.base/interrupt-daemon-attach.c,
1689 gdb.base/interrupt-daemon-attach.exp: New test.
1690
1691 2019-02-27 Pedro Alves <palves@redhat.com>
1692
1693 * gdb.base/page.exp: Add tests for "set width/height -1".
1694
1695 2019-02-27 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.base/page.exp: Add tests for "set/show width/height" with
1698 "infinite" values.
1699
1700 2019-02-27 Tom Tromey <tromey@adacore.com>
1701
1702 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1703 2.4.
1704 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1705 workaround.
1706
1707 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1708
1709 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1710 tests for structs with static members.
1711
1712 2019-02-26 Tom Tromey <tromey@adacore.com>
1713
1714 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1715 ValueError, not TypeError.
1716
1717 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1718
1719 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1720 call from main program.
1721
1722 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1723
1724 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1725 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1726 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1727 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1728 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1729
1730 2019-02-22 Keith Seitz <keiths@redhat.com>
1731
1732 PR symtab/23853
1733 * gdb.base/symlink-sourcefile.c: New file.
1734 * gdb.base/symlink-sourcefile.exp: New file.
1735
1736 2019-02-20 Tom Tromey <tom@tromey.com>
1737
1738 * gdb.base/info_qt.exp: Update.
1739
1740 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1741
1742 * gdb.base/source.exp: Move "error in sourced script" code to
1743 the end.
1744 * gdb.base/source-error.gdb: Move contents to
1745 source-error-1.gdb. Add new code to source source-error-1.gdb.
1746 * gdb.base/source-error-1.gdb: New file, from previous
1747 source-error.gdb.
1748
1749 2019-02-17 Tom Tromey <tom@tromey.com>
1750
1751 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1752 for macro styling.
1753 * gdb.base/style.c (SOME_MACRO): New macro.
1754
1755 2019-02-17 Tom Tromey <tom@tromey.com>
1756
1757 * gdb.base/style.exp: Add line-wrapping tests.
1758 * gdb.base/page.exp: Add test for quitting during pagination.
1759
1760 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1761
1762 * gdb.ada/big_packed_array: New testcase.
1763 * gdb.ada/homonym.exp: Fix incorrect expected output for
1764 "break <homonym__get_value>" test.
1765
1766 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1767
1768 PR breakpoints/21870
1769 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1770 and prepare_for_testing. Add comment.
1771 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1772 redundant cleanup call. Clean up comment.
1773
1774 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1775
1776 PR breakpoints/21870
1777 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1778 * gdb.arch/aarch64-dbreg-contents.c: New file.
1779
1780 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1781
1782 * gdb.ada/mi_ref_changeable: New testcase.
1783
1784 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1785
1786 * gdb.base/attach.exp: Add double attach test.
1787
1788 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1789
1790 * lib/gdb.exp (default_gdb_start): Don't match pagination
1791 prompt.
1792 (gdb_init): Set stty_init.
1793
1794 2019-01-27 Tom Tromey <tom@tromey.com>
1795
1796 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1797 skip_python_tests.
1798
1799 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1800
1801 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1802 New structure.
1803 (struct struct_static_02_02): Likewise.
1804 (struct struct_static_02_03): Likewise.
1805 (struct struct_static_02_04): Likewise.
1806 (struct struct_static_04_01): Likewise.
1807 (struct struct_static_04_02): Likewise.
1808 (struct struct_static_04_03): Likewise.
1809 (struct struct_static_04_04): Likewise.
1810 (struct struct_static_06_01): Likewise.
1811 (struct struct_static_06_02): Likewise.
1812 (struct struct_static_06_03): Likewise.
1813 (struct struct_static_06_04): Likewise.
1814 (cmp_struct_static_02_01): Likewise.
1815 (cmp_struct_static_02_02): Likewise.
1816 (cmp_struct_static_02_03): Likewise.
1817 (cmp_struct_static_02_04): Likewise.
1818 (cmp_struct_static_04_01): Likewise.
1819 (cmp_struct_static_04_02): Likewise.
1820 (cmp_struct_static_04_03): Likewise.
1821 (cmp_struct_static_04_04): Likewise.
1822 (cmp_struct_static_06_01): Likewise.
1823 (cmp_struct_static_06_02): Likewise.
1824 (cmp_struct_static_06_03): Likewise.
1825 (cmp_struct_static_06_04): Likewise.
1826 (call_all): Test new structs.
1827 * gdb.base/infcall-nested-structs.exp: Likewise.
1828
1829 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1830 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1831
1832 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1833 * gdb.base/stack-protector.c: New test.
1834 * gdb.base/stack-protector.exp: New file.
1835 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1836 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1837 option.
1838 (gdb_compile): Remove stack protector for GCC and prevent
1839 recursion.
1840
1841 2019-01-16 Keith Seitz <keiths@redhat.com>
1842
1843 PR gdb/23773
1844 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1845
1846 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1847
1848 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1849 aliases.
1850 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1851 tests.
1852 * gdb.arch/powerpc-vector-regs.c: New file.
1853 * gdb.arch/powerpc-vector-regs.exp: New file.
1854
1855 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1856
1857 * gdb.arch/altivec-regs.exp: Fix the list passed to
1858 gdb_expect_list when testing "info vector".
1859
1860 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1861
1862 * gdb.base/style.exp: Don't include path in testname.
1863
1864 2019-01-10 Keith Seitz <keiths@redhat.com>
1865
1866 PR gdb/23712
1867 PR symtab/23010
1868 * gdb.dwarf2/multidictionary.exp: New file.
1869
1870 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1871
1872 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1873 (test_gnuv3_style_demangling): ... this.
1874 (test_lucid_style_demangling): Remove.
1875 (test_arm_style_demangling): Remove.
1876 (test_hp_style_demangling): Remove.
1877 (do_tests): Remove calls to the above.
1878
1879 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1880
1881 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1882 case.
1883
1884 2019-01-06 Tom Tromey <tom@tromey.com>
1885
1886 PR gdb/28155:
1887 * gdb.dwarf2/typedef-void-finish.exp: New file.
1888
1889 2018-12-28 Tom Tromey <tom@tromey.com>
1890 Simon Marchi <simark@simark.ca>
1891
1892 * gdb.base/jit-exec.exp: New file.
1893 * gdb.base/jit-exec.c: New file.
1894 * gdb.base/jit-execd.c: New file.
1895
1896 2018-12-28 Tom Tromey <tom@tromey.com>
1897
1898 * gdb.base/style.exp: Update test to check for address styling.
1899
1900 2018-12-28 Tom Tromey <tom@tromey.com>
1901
1902 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1903 message.
1904
1905 2018-12-28 Tom Tromey <tom@tromey.com>
1906
1907 * gdb.base/style.exp: Add test for version number styling.
1908
1909 2018-12-28 Tom Tromey <tom@tromey.com>
1910
1911 * gdb.base/style.exp: Add test for print_address_symbolic.
1912
1913 2018-12-28 Tom Tromey <tom@tromey.com>
1914
1915 * gdb.base/style.exp: Add test for breakpoint setting.
1916
1917 2018-12-28 Tom Tromey <tom@tromey.com>
1918
1919 * gdb.base/style.exp: Add test for variable names.
1920
1921 2018-12-28 Tom Tromey <tom@tromey.com>
1922
1923 * gdb.base/style.exp: New file.
1924 * gdb.base/style.c: New file.
1925
1926 2018-12-28 Tom Tromey <tom@tromey.com>
1927
1928 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1929 "dumb".
1930 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1931 the TERM environment variable.
1932
1933 2018-12-27 Tom Tromey <tom@tromey.com>
1934
1935 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1936 pagination test.
1937
1938 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1941 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1942
1943 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1944
1945 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1946 Filename a.adb changed to bp_fun_addr.adb.
1947 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1948
1949 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1950
1951 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1952 non-PIE executables.
1953 * README: Mention the gdb,nopie_flag board setting.
1954 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1955 non-PIE executable.
1956 * gdb.arch/amd64-entry-value.exp: Likewise.
1957 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1958 * gdb.arch/i386-float.exp: Likewise.
1959 * gdb.arch/i386-signal.exp: Likewise.
1960 * gdb.mi/mi-reg-undefined.exp: Likewise.
1961
1962 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1963
1964 PR gdb/23974
1965 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1966
1967 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1968
1969 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1970 Update order of results accordingly.
1971
1972 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1973
1974 * gdb.base/annota1.exp: Update a test regexp.
1975
1976 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1977
1978 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1979
1980 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1981
1982 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1983 (reuse_time): Initialize to REUSE_TIME_CAP.
1984 (check_rc): New function.
1985 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1986 Check pthread_create rc.
1987 (spawner_thread_func): Check pthread_create and pthread_join rc.
1988
1989 2018-12-08 Pedro Alves <palves@redhat.com>
1990
1991 * gdb.base/list.exp (test_forward_search): Rename to ...
1992 (test_forward_reverse_search): ... this. Also test reverse-search
1993 and the forward-search alias.
1994
1995 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1996
1997 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1998 local timeout variable before return, and remove all local timeout
1999 variable entirely.
2000 (gdb_load): Likewise.
2001
2002 2018-12-01 Tom de Vries <tdevries@suse.de>
2003
2004 * gdb.base/gdb-caching-proc.exp: New file.
2005
2006 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2007
2008 * Makefile.in (TIMESTAMP): New variable.
2009 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2010 command.
2011 (check-single-racy): Likewise.
2012 (check/%.exp): Likewise.
2013 (check-racy/%.exp): Likewise.
2014 (workers/%.worker): Likewise.
2015 (build-perf): Likewise.
2016 (check-perf): Likewise.
2017 * README: Describe new "TS" and "TS_FORMAT" variables.
2018 * print-ts.py: New file.
2019
2020 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2021
2022 PR python/23714
2023 * gdb.python/python.exp: Test command repetition after
2024 gdb.execute.
2025
2026 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2027
2028 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2029 is correctly aligned.
2030
2031 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2032
2033 * gdb.ada/info_auto_lang.exp: New testcase.
2034 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2035 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2036 * gdb.ada/info_auto_lang/some_c.c: New file.
2037
2038 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2039
2040 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2041 FUNC_lang language syntax.
2042
2043 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2044
2045 * gdb.base/info_minsym.c: New file.
2046 * gdb.base/info_minsym.exp: New file.
2047
2048 2018-11-19 Tom Tromey <tom@tromey.com>
2049
2050 PR rust/23625:
2051 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2052 * gdb.rust/expr.exp: Update expected output. Change one test.
2053
2054 2018-11-19 Tom Tromey <tom@tromey.com>
2055
2056 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2057
2058 2018-11-19 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2061 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2062 see the expected warning.
2063
2064 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2065
2066 PR gdb/22736:
2067 * gdb.cp/infcall-nodebug-lib.c: New test.
2068 * gdb.cp/infcall-nodebug-main.c: New test.
2069 * gdb.cp/infcall-nodebug.exp: New file.
2070
2071 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2072
2073 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2074 completer tests.
2075
2076 2018-11-09 Tom de Vries <tdevries@suse.de>
2077
2078 * gdb.base/msym-lang.c: New test.
2079 * gdb.base/msym-lang.exp: New file.
2080 * gdb.base/msym-lang-main.c: New test.
2081
2082 2018-11-08 Tom Tromey <tom@tromey.com>
2083
2084 PR gdb/23555:
2085 PR gdb/23838:
2086 * gdb.base/warning.exp: New file.
2087
2088 2018-11-08 Jan Beulich <jbeulich@suse.com>
2089
2090 * testsuite/gdb.arch/i386-avx512.c,
2091 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2092
2093 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2094
2095 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2096 point hardware.
2097
2098 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2101 * gdb.dwarf2/missing-type-name.exp: New file.
2102
2103 2018-11-06 Tom de Vries <tdevries@suse.de>
2104
2105 * gdb.base/many-headers.c: New test.
2106 * gdb.base/many-headers.exp: New file.
2107
2108 2018-11-06 Jim Wilson <jimw@sifive.com>
2109
2110 * gdb.base/code_elim.exp: For riscv, set additional_flags
2111 to include -msmall-data-limit=0.
2112
2113 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2114
2115 * gdb.ada/watch_minus_l: New testcase.
2116
2117 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2118
2119 * gdb.arch/aix-sighandle.c: New file.
2120 * gdb.arch/aix-sighandle.exp: New file.
2121
2122 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2125 registers being unions.
2126
2127 2018-10-31 Tom de Vries <tdevries@suse.de>
2128
2129 * lib/valgrind.exp: New file.
2130 (vgdb_start, vgdb_stop): New procs, factored out of ...
2131 * gdb.base/valgrind-bt.exp: ... here, ...
2132 * gdb.base/valgrind-disp-step.exp: ... here and ...
2133 * gdb.base/valgrind-infcall.exp: ... here.
2134
2135 2018-10-31 Tom de Vries <tdevries@suse.de>
2136
2137 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2138
2139 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * gdb.dwarf2/void-type.c: New file.
2142 * gdb.dwarf2/void-type.exp: New file.
2143
2144 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2145
2146 * gdb.base/info_qt.c: New file.
2147 * gdb.base/info_qt.exp: New file.
2148
2149 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2150
2151 * gdb.arch/powerpc-htm-regs.c: New file.
2152 * gdb.arch/powerpc-htm-regs.exp: New file.
2153
2154 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2155
2156 * gdb.arch/powerpc-tar.c: New file.
2157 * gdb.arch/powerpc-tar.exp: New file.
2158
2159 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2160
2161 * gdb.arch/powerpc-ppr-dscr.c: New file.
2162 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2163
2164 2018-10-25 Tom de Vries <tdevries@suse.de>
2165
2166 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2167
2168 2018-10-24 Tom de Vries <tdevries@suse.de>
2169
2170 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2171 longer exists error.
2172
2173 2018-10-24 Tom de Vries <tdevries@suse.de>
2174
2175 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2176
2177 2018-10-24 Tom de Vries <tdevries@suse.de>
2178
2179 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2180 --db-attach in valgrind.
2181
2182 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2183
2184 * gdb.arch/riscv-reg-aliases.c: New file.
2185 * gdb.arch/riscv-reg-aliases.exp: New file.
2186
2187 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2188
2189 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2190
2191 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2192
2193 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2194
2195 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2196
2197 * gdb.cp/ovldbreak.exp: Fix regexps.
2198
2199 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2200
2201 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2202
2203 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2204
2205 PR cli/23785
2206 * gdb.base/restore.exp: New test to check if "restore" with an
2207 invalid file doesn't segfault.
2208
2209 2018-10-18 Tom de Vries <tdevries@suse.de>
2210
2211 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2212 * gdb.ada/excep_handle.exp: Same.
2213 * gdb.ada/mi_string_access.exp: Same.
2214 * gdb.ada/mi_var_union.exp: Same.
2215 * gdb.arch/arc-analyze-prologue.exp: Same.
2216 * gdb.arch/arc-decode-insn.exp: Same.
2217 * gdb.base/readnever.exp: Same.
2218 * gdb.fortran/printing-types.exp: Same.
2219 * gdb.guile/scm-lazy-string.exp: Same.
2220
2221 2018-10-16 Tom de Vries <tdevries@suse.de>
2222
2223 PR gdb/23730
2224 * gdb.base/catch-follow-exec.c: Add copyright notice.
2225 * gdb.base/catch-follow-exec.exp: Rewrite to use
2226 gdb_spawn_with_cmdline_opts. Require gdb-native.
2227
2228 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2229
2230 * gdb.trace/actions-changed.exp: Check for arch support.
2231 * gdb.trace/actions.exp: Likewise.
2232 * gdb.trace/ax.exp: Likewise.
2233 * gdb.trace/backtrace.exp: Likewise.
2234 * gdb.trace/change-loc.exp: Likewise.
2235 * gdb.trace/deltrace.exp: Likewise.
2236 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2237 * gdb.trace/ftrace.exp: Likewise.
2238 * gdb.trace/infotrace.exp: Check for arch support.
2239 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2240 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2241 * gdb.trace/mi-tsv-changed.exp: Likewise.
2242 * gdb.trace/packetlen.exp: Likewise.
2243 * gdb.trace/passc-dyn.exp: Likewise.
2244 * gdb.trace/passcount.exp: Likewise.
2245 * gdb.trace/pending.exp: Likewise.
2246 * gdb.trace/range-stepping.exp: Check for shlib support.
2247 * gdb.trace/report.exp: Check for arch support.
2248 * gdb.trace/save-trace.exp: Likewise.
2249 * gdb.trace/signal.exp: Check for signal support.
2250 * gdb.trace/tfind.exp: Check for arch support.
2251 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2252 * gdb.trace/trace-common.h: Add comment.
2253 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2254 * gdb.trace/trace-enable-disable.exp: Likewise.
2255 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2256 * gdb.trace/tracecmd.exp: Check for arch support.
2257 * gdb.trace/tspeed.exp: Check for shlib and target support.
2258 * gdb.trace/tstatus.exp: Check for arch support.
2259 * gdb.trace/tsv.exp: Likewise.
2260 * gdb.trace/while-dyn.exp: Likewise.
2261 * gdb.trace/while-stepping.exp: Likewise.
2262 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2263
2264 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2265
2266 * gdb.trace/tspeed.exp: Remove nowarnings.
2267 (prepare_for_trace_test): Declare "global ipalib".
2268 * gdb.trace/tspeed.c: Include unistd.h.
2269 (main): Remove superfluous printf argument.
2270
2271 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2272
2273 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2274 directory prefix on the filename.
2275
2276 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2277
2278 * gdb.gdb/unittest.exp: Update expected message informing that
2279 selftests have been disabled.
2280 * gdb.server/unittest.exp: Likewise.
2281
2282 2018-10-09 Tom de Vries <tdevries@suse.de>
2283
2284 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2285 with runto_main.
2286
2287 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2288
2289 PR c++/16841
2290 * gdb.cp/virtbase2.cc: New file.
2291 * gdb.cp/virtbase2.exp: New file.
2292
2293 2018-10-06 Tom Tromey <tom@tromey.com>
2294
2295 PR python/19399:
2296 * gdb.python/py-inferior.exp: Add architecture test.
2297
2298 2018-10-06 Tom Tromey <tom@tromey.com>
2299
2300 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2301 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2302
2303 2018-10-06 Tom Tromey <tom@tromey.com>
2304
2305 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2306 of a "throw" catchpoint.
2307
2308 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2309
2310 * gdb.base/info-proc.exp: Update string expected from "help info
2311 proc".
2312
2313 2018-10-04 Tom Tromey <tom@tromey.com>
2314
2315 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2316 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2317 (test_initial_complaints, test_empty_complaints): Update.
2318 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2319
2320 2018-10-04 Tom Tromey <tom@tromey.com>
2321
2322 PR cli/19551:
2323 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2324 * lib/gdb.exp (gdb_file_cmd): Update.
2325 * gdb.stabs/weird.exp (print_weird_var): Update.
2326 * gdb.server/solib-list.exp: Update.
2327 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2328 * gdb.mi/mi-cli.exp: Update.
2329 * gdb.linespec/linespec.exp: Update.
2330 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2331 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2332 * gdb.cp/cp-relocate.exp: Update.
2333 * gdb.base/sym-file.exp: Update.
2334 * gdb.base/relocate.exp: Update.
2335 * gdb.base/readnever.exp: Update.
2336 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2337 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2338 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2339 * gdb.base/code_elim.exp: Update.
2340 * gdb.base/break-unload-file.exp (test_break): Update.
2341 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2342 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2343 Update.
2344 * gdb.base/attach.exp (do_attach_tests): Update.
2345 * gdb.base/sepdebug.exp: Update.
2346 * gdb.python/py-section-script.exp: Update.
2347
2348 2018-10-04 Tom Tromey <tom@tromey.com>
2349
2350 PR cli/22234:
2351 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2352 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2353 output.
2354
2355 2018-10-04 Tom Tromey <tom@tromey.com>
2356
2357 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2358 set width and height to 0.
2359 (test_command_line_attach_run): Use -quiet.
2360
2361 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2362
2363 * lib/gdb.exp (skip_ifunc_tests): New.
2364 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2365 other compile failures.
2366 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2367
2368 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2369
2370 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2371 is_amd64_regs_target.
2372
2373 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2374
2375 * gdb.arch/aarch64-sighandler-regs.c: New test.
2376 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2377 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2378
2379 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2380
2381 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2382 assembly.
2383
2384 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * gdb.base/frame-selection.exp: New file.
2387 * gdb.base/frame-selection.c: New file.
2388
2389 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2390
2391 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2392 pthread barrier.
2393 (main): Likewise.
2394
2395 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.base/large-frame-1.c: New file.
2398 * gdb.base/large-frame-2.c: New file.
2399 * gdb.base/large-frame.exp: New file.
2400 * gdb.base/large-frame.h: New file.
2401
2402 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2403
2404 PR gdb/20948
2405 * gdb.base/write_mem.exp: New test.
2406 * gdb.base/write_mem.c: Likewise.
2407
2408 2018-09-23 Tom Tromey <tom@tromey.com>
2409
2410 PR python/18852:
2411 * gdb.python/py-parameter.exp: Add test for parameter that throws
2412 on "set".
2413
2414 2018-09-23 Tom Tromey <tom@tromey.com>
2415
2416 PR python/17284:
2417 * gdb.python/py-template.exp (test_template_arg): Add test for
2418 negative template argument number.
2419
2420 2018-09-23 Tom Tromey <tom@tromey.com>
2421
2422 PR python/14062:
2423 * gdb.python/python.exp: Add test for post_event error.
2424
2425 2018-09-23 Tom Tromey <tom@tromey.com>
2426
2427 PR python/18170:
2428 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2429 convert pointers to int and long.
2430
2431 2018-09-23 Tom Tromey <tom@tromey.com>
2432
2433 PR python/20126:
2434 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2435 signed-ness conversion tests.
2436
2437 2018-09-23 Tom Tromey <tom@tromey.com>
2438
2439 PR python/18352;
2440 * gdb.python/py-value.exp (test_float_conversion): New proc.
2441 Use it.
2442
2443 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2444
2445 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2446
2447 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2448
2449 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2450 no readline.
2451 * gdb.base/utf8-identifiers.exp: Likewise.
2452 * gdb.cp/cpcompletion.exp: Likewise.
2453 * gdb.linespec/cpcompletion.exp: Likewise.
2454 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2455 * gdb.linespec/cpls-ops.exp: Likewise.
2456
2457 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2458 Chris January <chris.january@arm.com>
2459
2460 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2461 * gdb.fortran/short-circuit-argument-list.exp: New file.
2462 * gdb.fortran/short-circuit-argument-list.f90: New test.
2463
2464 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2465
2466 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2467 "arch=" keyword when executing "-stack-list-frames".
2468
2469 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2470
2471 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2472 "arch=" keyword when executing "-stack-list-frames".
2473
2474 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2475
2476 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2477 break ada".
2478
2479 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2480
2481 PR python/23669
2482 * gdb.python/python.exp: Test gdb.execute("show commands").
2483
2484 2018-09-16 Tom Tromey <tom@tromey.com>
2485
2486 * gdb.base/new-ui.exp (do_execution_tests): Update.
2487 * gdb.base/dbx.exp (test_breakpoints): Update.
2488
2489 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2490
2491 * lib/gdb.exp (gdb_simple_compile): Add proc.
2492 (is_elf_target): Use gdb_simple_compile.
2493 (skip_altivec_tests): Likewise.
2494 (skip_vsx_tests): Likewise.
2495 (skip_tsx_tests): Likewise.
2496 (skip_btrace_tests): Likewise.
2497 (skip_btrace_pt_tests): Likewise.
2498 (gdb_can_simple_compile): Likewise.
2499 (gdb_has_argv0): Likewise.
2500 (gdb_target_symbol_prefix): Likewise.
2501 (target_supports_scheduler_locking): Likewise.
2502
2503 2018-09-13 Tom Tromey <tom@tromey.com>
2504
2505 * Makefile.in (TAGS): Recognize proc_with_prefix and
2506 gdb_caching_proc.
2507
2508 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2509
2510 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2511 method.
2512
2513 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2514
2515 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2516 and a few other Inferior properties when the Inferior is no
2517 longer valid.
2518
2519 2018-09-13 Tom Tromey <tom@tromey.com>
2520
2521 PR rust/23650:
2522 * gdb.rust/simple.exp: Add test for enum field access error.
2523
2524 2018-09-13 Tom Tromey <tom@tromey.com>
2525
2526 PR rust/23626:
2527 * gdb.rust/simple.rs (EmptyEnum): New type.
2528 (main): Use it.
2529 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2530
2531 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2532
2533 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2534 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2535 * gdb.python/py-symtab.exp: Update test printing an objfile.
2536
2537 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2538
2539 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2540 object.
2541
2542 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2543
2544 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2545 (support_complex_tests): Use gdb_can_simple_compile.
2546 (is_ilp32_target): Likewise.
2547 (is_lp64_target): Likewise.
2548 (is_64_target): Likewise.
2549 (is_amd64_regs_target): Likewise.
2550 (is_aarch32_target): Likewise.
2551 (gdb_int128_helper): Likewise.
2552
2553 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2554
2555 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2556
2557 2018-09-10 Jerome Guitton <guitton@adacore.com>
2558
2559 * gdb.ada/same_component_name: Add test for case of tagged record
2560 with variable-length fields.
2561
2562 2018-09-10 Xavier Roirand <roirand@adacore.com>
2563
2564 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2565 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2566 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2567 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2568
2569 2018-09-10 Xavier Roirand <roirand@adacore.com>
2570
2571 * gdb.ada/mi_string_access.exp: New testcase.
2572 * gdb.ada/mi_string_access/bar.adb: New file.
2573 * gdb.ada/mi_string_access/pck.adb: New file.
2574 * gdb.ada/mi_string_access/pck.asd: New file.
2575
2576 2018-09-10 Xavier Roirand <roirand@adacore.com>
2577
2578 * gdb.ada/mi_var_union.exp: New testcase.
2579 * gdb.ada/mi_var_union/bar.adb: New file.
2580 * gdb.ada/mi_var_union/pck.adb: New file.
2581 * gdb.ada/mi_var_union/pck.asd: New file.
2582
2583 2018-09-08 Tom Tromey <tom@tromey.com>
2584
2585 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2586
2587 2018-09-08 Tom Tromey <tom@tromey.com>
2588
2589 PR python/16047:
2590 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2591 (register_pretty_printers): Register new printer.
2592 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2593 test.
2594 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2595 (an_int_type3): New global.
2596
2597 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2598
2599 * gdb.ada/expr_with_funcall: New testcase.
2600
2601 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2602
2603 * gdb.ada/packed_array_assign: New testcase.
2604
2605 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2606
2607 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2608 names, and add test prefixes to make test names unique.
2609
2610 2018-09-05 Tom de Vries <tdevries@suse.de>
2611
2612 * gdb.dwarf2/varval.exp: Add test.
2613
2614 2018-09-04 Gary Benson <gbenson@redhat.com>
2615
2616 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2617 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2618
2619 2018-08-31 Tom Tromey <tom@tromey.com>
2620
2621 * gdb.rust/simple.rs: Rename second variable "v".
2622
2623 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2624
2625 * gdb.base/funcargs.c (use_a): New function.
2626 (recurse): Call use_a.
2627
2628 2018-08-29 Keith Seitz <keiths@redhat.com>
2629
2630 * gdb.compile/compile-cplus-anonymous.cc: New file.
2631 * gdb.compile/compile-cplus-anonymous.exp: New file.
2632 * gdb.compile/compile-cplus-array-decay.cc: New file.
2633 * gdb.compile/compile-cplus-array-decay.exp: New file.
2634 * gdb.compile/compile-cplus-inherit.cc: New file.
2635 * gdb.compile/compile-cplus-inherit.exp: New file.
2636 * gdb.compile/compile-cplus-member.cc: New file.
2637 * gdb.compile/compile-cplus-member.exp: New file.
2638 * gdb.compile/compile-cplus-method.cc: New file.
2639 * gdb.compile/compile-cplus-method.exp: New file.
2640 * gdb.compile/compile-cplus-mod.c: "New" file.
2641 * gdb.compile/compile-cplus-namespace.cc: New file.
2642 * gdb.compile/compile-cplus-namespace.exp: New file.
2643 * gdb.compile/compile-cplus-nested.cc: New file.
2644 * gdb.compile/compile-cplus-nested.exp: New file.
2645 * gdb.compile/compile-cplus-print.c: "New" file.
2646 * gdb.compile/compile-cplus-print.exp: "New" file.
2647 * gdb.compile/compile-cplus-virtual.cc: New file.
2648 * gdb.compile/compile-cplus-virtual.exp: New file.
2649 * gdb.compile/compile-cplus.c: "New" file.
2650 * gdb.compile/compile-cplus.exp: "New" file.
2651 * lib/compile-support.exp: New file.
2652
2653 2018-08-16 Gary Benson <gbenson@redhat.com>
2654
2655 PR gdb/13000:
2656 * gdb.base/batch-exit-status.exp: New file.
2657 * gdb.base/batch-exit-status.good-commands: Likewise.
2658 * gdb.base/batch-exit-status.bad-commands: Likewise.
2659
2660 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2661
2662 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2663 (struct struct02): Likewise.
2664 (struct struct03): Likewise.
2665 (struct struct04): Likewise.
2666 (struct struct_01_01): New struct.
2667 (struct struct_01_02): Likewise.
2668 (struct struct_01_03): Likewise.
2669 (struct struct_01_04): Likewise.
2670 (struct struct_02_01): Likewise.
2671 (struct struct_02_02): Likewise.
2672 (struct struct_02_03): Likewise.
2673 (struct struct_02_04): Likewise.
2674 (struct struct_04_01): Likewise.
2675 (struct struct_04_02): Likewise.
2676 (struct struct_04_03): Likewise.
2677 (struct struct_04_04): Likewise.
2678 (struct struct_05_01): Likewise.
2679 (struct struct_05_02): Likewise.
2680 (struct struct_05_03): Likewise.
2681 (struct struct_05_04): Likewise.
2682 (cmp_struct01): Remove function.
2683 (cmp_struct02): Likewise.
2684 (cmp_struct03): Likewise.
2685 (cmp_struct04): Likewise.
2686 (cmp_struct_01_01): Add Function.
2687 (cmp_struct_01_02): Likewise.
2688 (cmp_struct_01_03): Likewise.
2689 (cmp_struct_01_04): Likewise.
2690 (cmp_struct_02_01): Likewise.
2691 (cmp_struct_02_02): Likewise.
2692 (cmp_struct_02_03): Likewise.
2693 (cmp_struct_02_04): Likewise.
2694 (cmp_struct_04_01): Likewise.
2695 (cmp_struct_04_02): Likewise.
2696 (cmp_struct_04_03): Likewise.
2697 (cmp_struct_04_04): Likewise.
2698 (cmp_struct_05_01): Likewise.
2699 (cmp_struct_05_02): Likewise.
2700 (cmp_struct_05_03): Likewise.
2701 (cmp_struct_05_04): Likewise.
2702 (call_all): Add new structs.
2703 * gdb.base/infcall-nested-structs.exp: Likewise.
2704
2705 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2706
2707 * gdb.python/py-framefilter-mi.exp: Update regexp to
2708 check for "arch" field in frame output.
2709
2710 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2711
2712 * gdb.dwarf2/dw2-ranges-func.c: New file.
2713 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2714
2715 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2716
2717 * gdb.base/term.exp: Compare terminal settings with values from
2718 the inferior.
2719 * gdb.base/term.c: Get and set terminal settings.
2720
2721 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2722
2723 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2724 accommodate new "arch" field in frame output.
2725 * gdb.mi/mi-return.exp: Likewise.
2726 * gdb.mi/mi-stack.exp: Likewise.
2727 * gdb.mi/mi-syn-frame.exp: Likewise.
2728 * gdb.mi/user-selected-context-sync.exp: Likewise.
2729
2730 2018-08-19 Michael Spang <spang@google.com>
2731
2732 PR gdb/11786
2733 * gdb.base/gcore-tls-pie.c: New file.
2734 * gdb.base/gcore-tls-pie.exp: New file.
2735
2736 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2737
2738 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2739 * gdb.dwarf2/varval.c: New file.
2740 * gdb.dwarf2/varval.exp: New file.
2741
2742 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2743
2744 PR gdb/18931
2745 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2746
2747 2018-08-16 Keith Seitz <keiths@redhat.com>
2748
2749 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2750 tests expected to pass.
2751
2752 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2753
2754 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2755 -data-disassemble -a.
2756 (test_disassembly_bogus_args): Likewise.
2757
2758 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2759
2760 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2761
2762 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2763
2764 * gdb.base/vla-optimized-out.exp: Add new test.
2765
2766 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2767
2768 * gdb.base/vla-optimized-out-o3.exp: Delete.
2769 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2770 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2771 deleted tests.
2772
2773 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 PR gdb/18050:
2776 * gdb.server/extended-remote-restart.c: New file.
2777 * gdb.server/extended-remote-restart.exp: New file.
2778
2779 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2780
2781 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2782 "set variable index = 42".
2783
2784 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2785
2786 * boards/index-cache-gdb.exp: New file.
2787 * gdb.dwarf2/index-cache.exp: New file.
2788 * gdb.dwarf2/index-cache.c: New file.
2789 * gdb.base/maint.exp: Check if we are using the index cache.
2790
2791 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2792
2793 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2794 MAKEFLAGS.
2795
2796 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2797
2798 * dg-extract-results.sh: Move to toplevel contrib.
2799 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2800 * Makefile.in (check-parallel-racy): Likewise.
2801
2802 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2803
2804 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2805 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2806 tests if the target supports scheduler locking.
2807
2808 2018-08-04 Tom de Vries <tdevries@suse.de>
2809
2810 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2811
2812 2018-08-02 Tom Tromey <tom@tromey.com>
2813
2814 PR symtab/16842.
2815 * gdb.cp/temargs.exp: Test "info address" of a template
2816 parameter.
2817
2818 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2819
2820 * gdb.python/py-mi-var-info-path-expression.c: New file.
2821 * gdb.python/py-mi-var-info-path-expression.py: New file.
2822 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2823
2824 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2825
2826 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2827 error after "cannot resolve name" string.
2828
2829 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2830
2831 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2832 started.
2833 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2834
2835 2018-07-28 Tom de Vries <tdevries@suse.de>
2836
2837 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2838
2839 2018-07-26 Tom de Vries <tdevries@suse.de>
2840
2841 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2842
2843 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2846 is visible.
2847
2848 2018-07-26 Tom de Vries <tdevries@suse.de>
2849
2850 PR breakpoints/23366
2851 * gdb.base/catch-follow-exec.c: New test.
2852 * gdb.base/catch-follow-exec.exp: New file.
2853
2854 2018-07-25 Tom de Vries <tdevries@suse.de>
2855
2856 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2857 vla-optimized-out.c.
2858
2859 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2860
2861 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2862 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2863
2864 2018-07-20 Tom de Vries <tdevries@suse.de>
2865
2866 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2867 NOCLONE macro.
2868 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2869
2870 2018-07-19 Tom de Vries <tdevries@suse.de>
2871
2872 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2873 regular expression.
2874
2875 2018-07-18 Tom de Vries <tdevries@suse.de>
2876
2877 * gdb.base/vla-optimized-out.c: New test.
2878 * gdb.base/vla-optimized-out.exp: New file.
2879
2880 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2881
2882 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2883 message "No address associated with hostname" when gdbserver
2884 cannot resolve the hostname.
2885
2886 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2887
2888 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2889 Add some test prefixes to make tests unique.
2890
2891 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2892
2893 * gdb.base/frameapply.c: New file.
2894 * gdb.base/frameapply.exp: New file.
2895
2896 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2897
2898 * gdb.base/skip.exp: Update expected error message.
2899
2900 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2901 Jan Kratochvil <jan.kratochvil@redhat.com>
2902 Paul Fertser <fercerpav@gmail.com>
2903 Tsutomu Seki <sekiriki@gmail.com>
2904
2905 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2906 parameter.
2907 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2908 by default.
2909 * boards/native-gdbserver.exp: Likewise.
2910 * gdb.server/run-without-local-binary.exp: Improve regexp used
2911 for detecting when a remote debugging connection succeeds.
2912 * gdb.server/server-connect.exp: New file.
2913 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2914 Do not prefix the port number with ":".
2915 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2916 support for detecting and using it. Add '$debughost_gdbserver'
2917 to the list of arguments used to start gdbserver. Handle case
2918 when gdbserver cannot resolve a network name.
2919
2920 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2921
2922 PR c++/23373
2923 * gdb.base/ptype-offsets.cc (struct static_member): New
2924 struct.
2925 (main) <stmember>: New variable.
2926 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2927 with a static member in it.
2928
2929 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2930
2931 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2932 watchpoints enabled and disabled.
2933
2934 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2935
2936 * gdb.base/examine-backward.exp: Still run tests around address
2937 0x0, even if address 0x0 is not readable. Update the pattern for
2938 matching address 0x0 in expected output.
2939
2940 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2941
2942 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2943 malloc/free.
2944
2945 2018-07-04 Tom de Vries <tdevries@suse.de>
2946
2947 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2948
2949 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2950
2951 PR tdep/8282
2952 * gdb.arch/mips-disassembler-options.exp: New test.
2953 * gdb.arch/mips-disassembler-options.s: New test source.
2954
2955 2018-06-29 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.threads/names.exp: Adjust expected "info threads" output.
2958
2959 2018-06-29 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.opt/inline-break.exp (line number, address): Add "info
2962 break" tests.
2963
2964 2018-06-29 Pedro Alves <palves@redhat.com>
2965
2966 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2967 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2968 number and address and running to them.
2969
2970 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2971
2972 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2973
2974 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2975
2976 * lib/compiler.c: Remove executable permission flag.
2977
2978 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2979
2980 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2981 code.
2982 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2983
2984 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2985
2986 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2987
2988 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2989
2990 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2991 address argument is omitted.
2992
2993 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2994
2995 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2996
2997 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2998
2999 PR gdb/21695
3000 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3001 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3002
3003 2018-06-26 Tom Tromey <tom@tromey.com>
3004
3005 PR rust/22574:
3006 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3007 * gdb.rust/simple.rs (struct SimpleLayout): New.
3008
3009 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3010
3011 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3012 "info registers" output.
3013
3014 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3015
3016 * gdb.base/watchpoint-hw-attach.c: New test.
3017 * gdb.base/watchpoint-hw-attach.exp: New file.
3018
3019 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3020
3021 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3022 through /bin/sh.
3023 * boards/dwarf4-gdb-index.exp: Likewise.
3024 * boards/fission-dwp.exp: Likewise.
3025
3026 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3027
3028 * gdb.base/float128.exp: Add comment and improved fail message
3029 to the failure case of "print large128" test.
3030
3031 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3032
3033 * configure.ac: Remove AC_PREREQ.
3034 * configure: Re-generate.
3035
3036 2018-06-19 Pedro Alves <palves@redhat.com>
3037
3038 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3039 (func_extern_caller): New.
3040 (main): Call func_extern_caller.
3041 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3042 logic change.
3043
3044 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3045
3046 PR gdb/16841
3047 * gdb.cp/typedef-base.cc: New file.
3048 * gdb.cp/typedef-base.exp: New file.
3049
3050 2018-06-18 Tom de Vries <tdevries@suse.de>
3051
3052 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3053
3054 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3055 Richard Bunt <Richard.Bunt@arm.com>
3056
3057 * gdb.threads/attach-slow-waitpid.c: New file.
3058 * gdb.threads/attach-slow-waitpid.exp: New file.
3059 * gdb.threads/slow-waitpid.c: New file.
3060
3061 2018-06-14 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.base/fork-running-state.c: Include <errno.h>.
3064 (exit_if_relative_exits): New.
3065 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3066 exits.
3067 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3068 child exits.
3069
3070 2018-06-14 Tom de Vries <tdevries@suse.de>
3071
3072 PR cli/22573
3073 * gdb.base/finish-pretty.c: New test.
3074 * gdb.base/finish-pretty.exp: New file.
3075
3076 2018-06-14 Pedro Alves <palves@redhat.com>
3077
3078 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3079 gdb's expected startup output.
3080
3081 2018-06-14 Pedro Alves <palves@redhat.com>
3082
3083 * lib/selftest-support.exp (selftest_setup): Remove inlined
3084 function handling.
3085
3086 2018-06-14 Tom de Vries <tdevries@suse.de>
3087
3088 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3089 matching of breakpoint printing.
3090
3091 2018-06-13 Tom de Vries <tdevries@suse.de>
3092
3093 PR testsuite/23269
3094 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3095 (fork_child): ... here, and ...
3096 (fork_parent): ... here.
3097
3098 2018-06-12 Tom de Vries <tdevries@suse.de>
3099
3100 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3101
3102 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3103 Stephen Roberts <stephen.roberts@arm.com>
3104
3105 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3106 rewrite test to describe action performed, rather than possible
3107 failure.
3108
3109 2018-06-08 Gary Benson <gbenson@redhat.com>
3110
3111 * gdb.threads/check-libthread-db.exp: New file.
3112 * gdb.threads/check-libthread-db.c: Likewise.
3113
3114 2018-06-05 Tom Tromey <tom@tromey.com>
3115
3116 * gdb.base/default.exp: Update expected "show version" output.
3117
3118 2018-06-05 Tom Tromey <tom@tromey.com>
3119
3120 PR cli/12326:
3121 * gdb.cp/static-print-quit.exp: Update.
3122 * lib/gdb.exp (pagination_prompt): Update.
3123 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3124 * gdb.python/python.exp: Update.
3125
3126 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3127
3128 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3129
3130 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3131
3132 * gdb.ada/bp_fun_addr: New testcase.
3133
3134 2018-06-01 Tom Tromey <tom@tromey.com>
3135
3136 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3137 results.
3138 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3139 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3140 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3141 * gdb.base/maint.exp (maint_pass_if): Update.
3142
3143 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3144
3145 * gdb.base/endian.exp: New test.
3146 * gdb.base/endian.c: New test source.
3147
3148 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3149
3150 PR gdb/23203
3151 * gdb.base/bt-selected-frame.c: New file.
3152 * gdb.base/bt-selected-frame.exp: New file.
3153 * lib/gdb.exp (get_current_frame_number): New function.
3154
3155 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3156 Pedro Alves <palves@redhat.com>
3157
3158 * gdb.threads/tls-core.c: Include <stdlib.h>
3159 (thread_proc): Call `abort'.
3160 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3161 (tls_core_test): New procedure, bits factored out from ...
3162 (top level): ... here. Test both native cores and gcore cores.
3163
3164 2018-05-23 Tom Tromey <tom@tromey.com>
3165
3166 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3167
3168 2018-05-23 Tom Tromey <tom@tromey.com>
3169
3170 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3171 symfile_complaints.
3172 (test_short_complaints): Likewise.
3173 (test_empty_complaints): Likewise.
3174 (test_initial_complaints): Update.
3175
3176 2018-05-23 Tom Tromey <tom@tromey.com>
3177
3178 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3179
3180 2018-05-23 Tom Tromey <tom@tromey.com>
3181
3182 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3183 (test_short_complaints): Update.
3184
3185 2018-05-22 Pedro Alves <palves@redhat.com>
3186
3187 * gdb.base/remote.exp: Only gdb_start after compiling the
3188 testcase. Issue "disconnect" before testing "set remote" command
3189 defaults. Issue clean_restart before running to main.
3190
3191 2018-05-22 Pedro Alves <palves@redhat.com>
3192
3193 * gdb.base/remote.exp: Adjust expected output of "show remote
3194 memory-write-packet-size". Add tests for "set remote
3195 memory-write-packet-size 0" and "set remote
3196 memory-write-packet-size fixed/limit".
3197
3198 2018-05-22 Pedro Alves <palves@redhat.com>
3199
3200 PR gdb/22973
3201 * gdb.base/utf8-identifiers.c: New file.
3202 * gdb.base/utf8-identifiers.exp: New file.
3203
3204 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3205
3206 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3207
3208 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3209
3210 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3211
3212 2018-05-18 Tom Tromey <tom@tromey.com>
3213
3214 * gdb.base/ptype-offsets.exp: Update.
3215
3216 2018-05-17 Keith Seitz <keiths@redhat.com>
3217
3218 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3219 in expected breakpoint stop locations.
3220 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3221 move to proper scope to test variable values.
3222 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3223 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3224 New functions.
3225 (main): Call not_inline_func3.
3226 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3227 inline_func1, inline_func2, and inline_func3. Test that when each
3228 breakpoint is hit, GDB properly reports both the stop location
3229 and the backtrace. Repeat tests for temporary breakpoints.
3230
3231 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3232
3233 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3234 rather then trying to access it in determining whether the PID
3235 of `gdbserver' could have been retrieved.
3236
3237 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * gdb.arch/amd64-init-x87-values.S: New file.
3240 * gdb.arch/amd64-init-x87-values.exp: New file.
3241
3242 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3243
3244 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3245
3246 2018-05-04 Tom Tromey <tom@tromey.com>
3247
3248 PR python/22730:
3249 * gdb.python/python.exp: Test multi-line execute.
3250
3251 2018-05-04 Tom Tromey <tom@tromey.com>
3252
3253 PR python/22731:
3254 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3255
3256 2018-05-04 Tom Tromey <tom@tromey.com>
3257
3258 PR gdb/11750:
3259 * gdb.base/define.exp: Test defining a user command inside a user
3260 command.
3261 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3262
3263 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3264 Pedro Alves <palves@redhat.com>
3265
3266 PR breakpoints/19806 and support for PR external/20207.
3267 * gdb.base/watchpoint-unaligned.c: New file.
3268 * gdb.base/watchpoint-unaligned.exp: New file.
3269
3270 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3271
3272 * gdb.base/maint.exp: Make test names unique, use
3273 test_prefix_command_help to test 'help maint info', and remove
3274 repeated test of 'help maint'.
3275
3276 2018-05-04 Tom Tromey <tom@tromey.com>
3277
3278 PR gdb/22619:
3279 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3280 behavior.
3281
3282 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3283
3284 * gdb.base/maint.exp: Process output from 'maint print registers'
3285 line at a time.
3286
3287 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3288
3289 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3290 timeout.
3291
3292 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3293
3294 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3295 filter pattern.
3296
3297 2018-05-02 Pedro Alves <palves@redhat.com>
3298
3299 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3300 to_log_command renames.
3301 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3302
3303 2018-05-02 Tom Tromey <tom@tromey.com>
3304
3305 * gdb.python/py-parameter.exp: Set test message.
3306
3307 2018-05-02 Tom Tromey <tom@tromey.com>
3308
3309 PR python/20084:
3310 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3311 PARAM_ZUINTEGER_UNLIMITED tests.
3312
3313 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3314
3315 PR rust/23124
3316 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3317 when casting.
3318
3319 2018-04-30 Tom Tromey <tom@tromey.com>
3320
3321 * gdb.python/py-type.exp: Check align attribute.
3322 * gdb.python/py-type.c: New "aligncheck" global.
3323
3324 2018-04-30 Tom Tromey <tom@tromey.com>
3325
3326 PR exp/17095:
3327 * gdb.dwarf2/dw2-align.exp: New file.
3328 * gdb.cp/align.exp: New file.
3329 * gdb.base/align.exp: New file.
3330 * lib/gdb.exp (gdb_int128_helper): New proc.
3331 (has_int128_c, has_int128_cxx): New caching procs.
3332
3333 2018-04-27 Tom Tromey <tom@tromey.com>
3334
3335 PR rust/22545:
3336 * gdb.rust/simple.exp: Add inclusive range tests.
3337
3338 2018-04-26 Pedro Alves <palves@redhat.com>
3339
3340 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3341 ifunc breakpoint locations correctly of ifunc breakpoints set
3342 while the program resolves the ifunc.
3343
3344 2018-04-26 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.base/gnu-ifunc-final.c: New file.
3347 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3348 * gdb.base/gnu-ifunc.exp (executable): Delete.
3349 (staticexecutable): Adjust.
3350 (lib_opts, exec_opts): Delete.
3351 (make_binsuffix, build, set-break): New procedures.
3352 (misc_tests): New, with tests factored out from the top level.
3353 (top level): Test different combinations of ifunc resolver name,
3354 resolver with and with debug info, and ifunc target with and
3355 without debug info. Wrap static tests with with_target_prefix.
3356
3357 2018-04-26 Pedro Alves <palves@redhat.com>
3358
3359 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3360 return type" warnings.
3361
3362 2018-04-25 Pedro Alves <palves@redhat.com>
3363
3364 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3365 killed".
3366 * gdb.base/kill-after-signal.exp: Likewise.
3367 * gdb.threads/kill.exp: Likewise.
3368
3369 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3370 Sergio Durigan Junior <sergiodj@redhat.com>
3371 Pedro Alves <palves@redhat.com>
3372
3373 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3374 regexps to expect for '[Inferior ... detached]' as well.
3375 * gdb.base/attach.exp: Likewise.
3376 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3377 "gdb_continue_to_end".
3378 (test_catch_syscall_with_wrong_args): Likewise.
3379 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3380 ']'. Don't set 'verbose' on.
3381 * gdb.base/foll-vfork.exp: Likewise.
3382 * gdb.base/fork-print-inferior-events.c: New file.
3383 * gdb.base/fork-print-inferior-events.exp: New file.
3384 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3385 '[Inferior ... has been killed]' message.
3386 * gdb.base/kill-after-signal.exp: Likewise.
3387 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3388 detach message.
3389 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3390 message.
3391 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3392 regexps to expect for '[Inferior ... detached]' as well.
3393 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3394
3395 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3396
3397 PR gdb/23104
3398 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3399
3400 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3401
3402 * gdb.threads/multiple-successive-infcall.c: New test.
3403 * gdb.threads/multiple-successive-infcall.exp: New file.
3404
3405 2018-04-17 Tom Tromey <tom@tromey.com>
3406
3407 * gdb.rust/simple.rs (Union): New type.
3408 (main): New local "u".
3409 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3410
3411 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3412
3413 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3414 number information in output of "whereis" command.
3415 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3416
3417 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3418
3419 * gdb.ada/info_types.exp: Adjust expected output to the line
3420 numbers now printed by "info var/func/type".
3421 * gdb.base/completion.exp: Likewise.
3422 * gdb.base/included.exp: Likewise.
3423 * gdb.cp/cp-relocate.exp: Likewise.
3424 * gdb.cp/cplusfuncs.exp: Likewise.
3425 * gdb.cp/namespace.exp: Likewise.
3426 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3427
3428 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3429
3430 * gdb.btrace/cpu.exp: New.
3431
3432 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3433
3434 * gdb.base/step-indirect-call-thunk.exp: New.
3435 * gdb.base/step-indirect-call-thunk.c: New.
3436 * gdb.reverse/step-indirect-call-thunk.exp: New.
3437 * gdb.reverse/step-indirect-call-thunk.c: New.
3438
3439 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3440
3441 * gdb.base/pie-fork.c: New file.
3442 * gdb.base/pie-fork.exp: New file.
3443
3444 2018-04-11 Tom Tromey <tom@tromey.com>
3445
3446 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3447
3448 2018-04-10 Pedro Alves <palves@redhat.com>
3449
3450 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3451 exits. Instead loop running forever.
3452 (fork_parent): Run forever too.
3453
3454 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3455
3456 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3457 mi_continue_to_line.
3458 * gdb.mi/mi-stack.c (callee4): Add comment.
3459
3460 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3461
3462 * gdb.mi/mi-stack.exp: Fix indentation.
3463
3464 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3465
3466 PR gdb/22979
3467 * gdb.arch/amd64-osabi.exp: New file.
3468
3469 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3470
3471 PR gdb/22980
3472 * gdb.base/osabi.exp: New file.
3473
3474 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3475
3476 * gdb.cp/static-typedef-print.exp: New file.
3477 * gdb.cp/static-typedef-print.cc: New file.
3478
3479 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3480
3481 * gdb.ada/varsize_limit: New testcase.
3482
3483 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3484
3485 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3486
3487 * gdb.ada/notcplusplus: New testcase.
3488
3489 * gdb.base/c-linkage-name.c: New file.
3490 * gdb.base/c-linkage-name.exp: New testcase.
3491
3492 2018-03-26 Tom Tromey <tom@tromey.com>
3493
3494 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3495 * gdb.python/py-framefilter.py (name_error): New global.
3496 (ErrorInName.function): Use name_error.
3497
3498 2018-03-26 Tom Tromey <tom@tromey.com>
3499
3500 PR backtrace/15582:
3501 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3502
3503 2018-03-23 Keith Seitz <keiths@redhat.com>
3504
3505 PR c++/22968
3506 * gdb.cp/subtypes.exp: New file.
3507 * gdb.cp/subtypes.h: New file.
3508 * gdb.cp/subtypes.cc: New file.
3509 * gdb.cp/subtypes-2.cc: New file.
3510
3511 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3512
3513 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3514 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3515 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3516 -nostartfiles when compiling the test. Confirm that all registers
3517 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3518
3519 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3520
3521 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3522 option, syntax was wrong anyway.
3523 * gdb.arch/arm-disp-step.exp: Likewise.
3524 * gdb.arch/sparc64-regs.exp: Likewise.
3525 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3526 option, syntax was wrong anyway, switch to use
3527 prepare_for_testing.
3528 * gdb.arch/i386-disp-step.exp: Likewise.
3529
3530 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3531
3532 * gdb.ada/exec_changed.exp: Replace "target_info exists
3533 use_gdb_stub" by "use_gdb_stub".
3534 * gdb.ada/start.exp: Likewise.
3535 * gdb.base/async-shell.exp: Likewise.
3536 * gdb.base/attach-pie-misread.exp: Likewise.
3537 * gdb.base/attach-wait-input.exp: Likewise.
3538 * gdb.base/break-entry.exp: Likewise.
3539 * gdb.base/break-interp.exp: Likewise.
3540 * gdb.base/dprintf-detach.exp: Likewise.
3541 * gdb.base/nostdlib.exp: Likewise.
3542 * gdb.base/solib-nodir.exp: Likewise.
3543 * gdb.base/statistics.exp: Likewise.
3544 * gdb.base/testenv.exp: Likewise.
3545 * gdb.mi/mi-exec-run.exp: Likewise.
3546 * gdb.mi/mi-start.exp: Likewise.
3547 * gdb.multi/dummy-frame-restore.exp: Likewise.
3548 * gdb.multi/multi-arch-exec.exp: Likewise.
3549 * gdb.multi/multi-arch.exp: Likewise.
3550 * gdb.multi/tids.exp: Likewise.
3551 * gdb.multi/watchpoint-multi.exp: Likewise.
3552 * gdb.python/py-events.exp: Likewise.
3553 * gdb.threads/attach-into-signal.exp: Likewise.
3554 * gdb.threads/attach-stopped.exp: Likewise.
3555 * gdb.threads/threadapply.exp: Likewise.
3556 * lib/selftest-support.exp: Likewise.
3557
3558 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3559
3560 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3561
3562 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3563
3564 * gdb.perf/template-breakpoints.cc: New file.
3565 * gdb.perf/template-breakpoints.exp: New file.
3566 * gdb.perf/template-breakpoints.py: New file.
3567
3568 2018-03-19 Tom Tromey <tom@tromey.com>
3569
3570 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3571 y0.
3572 * gdb.rust/simple.exp: Test bare identifier form of struct
3573 initializer.
3574
3575 2018-03-19 Tom Tromey <tom@tromey.com>
3576
3577 * gdb.gdb/observer.exp: Remove.
3578
3579 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3580
3581 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3582 "qualified" option when setting breakpoints.
3583 * gdb.trace/backtrace.exp: Likewise.
3584 * gdb.trace/circ.exp: Likewise.
3585 * gdb.trace/collection.exp: Likewise.
3586 * gdb.trace/disconnected-tracing.exp: Likewise.
3587 * gdb.trace/ftrace-lock.exp: Likewise.
3588 * gdb.trace/ftrace.exp: Likewise.
3589 * gdb.trace/infotrace.exp: Likewise.
3590 * gdb.trace/packetlen.exp: Likewise.
3591 * gdb.trace/passc-dyn.exp: Likewise.
3592 * gdb.trace/qtro.exp: Likewise.
3593 * gdb.trace/read-memory.exp: Likewise.
3594 * gdb.trace/report.exp: Likewise.
3595 * gdb.trace/signal.exp: Likewise.
3596 * gdb.trace/status-stop.exp: Likewise.
3597 * gdb.trace/strace.exp: Likewise.
3598 * gdb.trace/tfind.exp: Likewise.
3599 * gdb.trace/trace-break.exp: Likewise.
3600 * gdb.trace/trace-condition.exp: Likewise.
3601 * gdb.trace/trace-mt.exp: Likewise.
3602 * gdb.trace/tstatus.exp: Likewise.
3603 * gdb.trace/tsv.exp: Likewise.
3604 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3605 * gdb.trace/unavailable.exp: Likewise.
3606 * gdb.trace/while-dyn.exp: Likewise.
3607
3608 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3609
3610 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3611 that libinproctrace is copied to the target.
3612
3613 2018-03-14 Tom Tromey <tom@tromey.com>
3614
3615 PR cli/14977:
3616 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3617 a null pointer.
3618 * gdb.base/wchar.exp: Likewise.
3619
3620 2018-03-14 Tom Tromey <tom@tromey.com>
3621
3622 PR cli/19918:
3623 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3624 flag.
3625
3626 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3627
3628 PR gdb/22841
3629 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3630 "target" to remote_exec.
3631
3632 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3633
3634 PR gdb/22841
3635 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3636 ${board}_upload): Remove.
3637
3638 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3639
3640 * gdb.cp/watch-cp.cc: New test.
3641 * gdb.cp/watch-cp.exp: New file.
3642
3643 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3644
3645 * gdb.base/infcall-nested-structs.exp: New file.
3646 * gdb.base/infcall-nested-structs.c: New file.
3647 * gdb.base/float.exp: Add riscv support.
3648
3649 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3650
3651 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3652 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3653
3654 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3655
3656 * gdb.server/abspath.exp: New file.
3657 * lib/gdb.exp (with_cwd): New procedure.
3658
3659 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3660
3661 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3662 use it.
3663 (gdb_is_target_remote_prompt): New proc.
3664 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3665 (gdb_is_target_native): Pass prompt parameter to
3666 gdb_is_target_1.
3667
3668 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3669
3670 * gdb.base/load-command.c: New file.
3671 * gdb.base/load-command.exp: New file.
3672 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3673 (gdb_is_target_1): ...this, and generalize for other targets
3674 than just remote.
3675 (gdb_is_target_remote): Use gdb_is_target_1.
3676 (gdb_is_target_native): use gdb_is_target_1.
3677
3678 2018-02-26 Tom Tromey <tom@tromey.com>
3679
3680 PR python/16497:
3681 * gdb.python/py-framefilter.exp: Update test.
3682
3683 2018-02-26 Tom Tromey <tom@tromey.com>
3684
3685 * gdb.dwarf2/variant.c: New file.
3686 * gdb.dwarf2/variant.exp: New file.
3687
3688 2018-02-26 Tom Tromey <tom@tromey.com>
3689
3690 * gdb.rust/simple.exp: Accept more possible results in enum test.
3691
3692 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3693
3694 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3695 parentheses.
3696
3697 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3698
3699 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3700 name of a variable: $actual_linejj -> $actual_line.
3701
3702 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3703
3704 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3705
3706 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3707
3708 * gdb.btrace/buffer-size.exp: Do not force BTS.
3709
3710 2018-02-14 Pedro Alves <palves@redhat.com>
3711
3712 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3713 getting a "Quit".
3714
3715 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3716
3717 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3718 Fix test name.
3719
3720 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3721
3722 * gdb.cp/m-static.exp: Check type of optimized out static
3723 member.
3724
3725 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3726
3727 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3728 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3729
3730 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3731 Leszek Swirski <leszeks@google.com>
3732
3733 * gdb.python/py-prettyprint.c
3734 (struct to_string_returns_value_inner,
3735 struct to_string_returns_value_wrapper): New.
3736 (main): Add tsrvw variable.
3737 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3738 ToStringReturnsValueWrapper): New classes.
3739 (register_pretty_printers): Register new pretty-printers.
3740 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3741 recursive pretty printer.
3742 * gdb.python/py-mi.exp: Likewise.
3743
3744 2018-02-01 Leszek Swirski <leszeks@google.com>
3745
3746 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3747 functions with the same name as an include file are parsed
3748 correctly.
3749
3750 2018-02-01 Yao Qi <yao.qi@linaro.org>
3751
3752 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3753 "\[^\r\n\]*".
3754
3755 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3756
3757 * gdb.arch/powerpc-prologue-frame.s: New file.
3758 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3759 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3760
3761 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3762
3763 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3764
3765 2018-01-30 Pedro Alves <palves@redhat.com>
3766
3767 PR gdb/13211
3768 * gdb.base/interrupt-daemon.c: New.
3769 * gdb.base/interrupt-daemon.exp: New.
3770 * gdb.multi/multi-term-settings.c: New.
3771 * gdb.multi/multi-term-settings.exp: New.
3772
3773 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3774
3775 * gdb.base/break.exp: Save the location where the breakpoint
3776 on break.c:47 was actually inserted when debugging the version
3777 compiled at -O2 and use it in the expected output of the "info
3778 break" test performed soon after.
3779
3780 2018-01-22 Pedro Alves <palves@redhat.com>
3781 Sergio Durigan Junior <sergiodj@redhat.com>
3782
3783 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3784 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3785
3786 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3787
3788 * gdb.base/break-include.c, gdb.base/break-include.inc,
3789 gdb.base/break-include.exp: New files.
3790 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3791 line number now being the actual line number where the breakpoint
3792 was inserted.
3793 * gdb.mi/mi-break.exp: Likewise.
3794 * gdb.mi/mi-reverse.exp: Likewise.
3795 * gdb.mi/mi-simplerun.exp: Ditto.
3796
3797 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3798
3799 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3800 varobj.
3801 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3802
3803 2018-01-21 Don Breazeal <donb@codesourcery.com>
3804 Andrew Burgess <andrew.burgess@embecosm.com>
3805
3806 * gdb.mi/basics.c: Add new global.
3807 * gdb.mi/mi-frame-regs.exp: New file.
3808 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3809 case.
3810
3811 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3812
3813 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3814 non-parameter, and on an unknown symbol.
3815
3816 2018-01-19 Tom Tromey <tom@tromey.com>
3817
3818 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3819 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3820
3821 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3822
3823 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3824 setrlimit and chdir to int.
3825
3826 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3827
3828 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3829 function.
3830 (my_tend): Likewise.
3831 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3832 rationale of avoiding FP- and vector instructions.
3833
3834 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3835
3836 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3837 "info reg" with "\[ \t\]*".
3838 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3839 "\[ \t\]+".
3840 * gdb.arch/s390-multiarch.exp: Ditto.
3841 * gdb.base/pc-fp.exp: Ditto.
3842 * gdb.reverse/i386-precsave.exp: Ditto.
3843 * gdb.reverse/i386-reverse.exp: Ditto.
3844 * gdb.reverse/i387-env-reverse.exp: Ditto.
3845 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3846
3847 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3848
3849 * lib/gdb.exp (gdb_compile): Re-enable use of
3850 universal_compile_options for languages other than Rust.
3851
3852 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3853
3854 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3855
3856 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3857
3858 PR gdb/16577
3859 * gdb.base/solib-vanish.exp: New.
3860 * gdb.base/solib-vanish-main.c: New.
3861 * gdb.base/solib-vanish-lib1.c: New.
3862 * gdb.base/solib-vanish-lib2.c: New.
3863
3864 2018-01-17 Yao Qi <yao.qi@linaro.org>
3865
3866 * gdb.compile/compile.exp: Match the address printed for
3867 frame in the output of command "bt".
3868
3869 2018-01-15 Tom Tromey <tom@tromey.com>
3870
3871 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3872 compute sp_reg.
3873
3874 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3875
3876 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3877 to prepare.
3878 (prepare): Return 0 on error, 1 on success.
3879
3880 2018-01-12 Pedro Alves <palves@redhat.com>
3881
3882 * gdb.base/continue-after-aborted-step-over.c: New.
3883 * gdb.base/continue-after-aborted-step-over.exp: New.
3884
3885 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3886
3887 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3888 options when not creating an executable.
3889
3890 2018-01-11 Pedro Alves <palves@redhat.com>
3891
3892 PR remote/22597
3893 * gdb.server/stop-reply-no-thread.c: New file.
3894 * gdb.server/stop-reply-no-thread.exp: New file.
3895
3896 2018-01-10 Pedro Alves <palves@redhat.com>
3897
3898 PR gdb/22670
3899 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3900 functions too. Test setting breakpoints and printing C functions
3901 with no debug info too.
3902 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3903
3904 2018-01-10 Pedro Alves <palves@redhat.com>
3905
3906 PR gdb/22670
3907 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3908 a fail.
3909
3910 2018-01-10 Pedro Alves <palves@redhat.com>
3911
3912 PR gdb/22670
3913 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3914
3915 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3916
3917 * gdb.server/unittest.exp: Match the output in non-development
3918 mode.
3919
3920 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3921
3922 * gdb.gdb/unittest.exp: Match output in non-development mode.
3923
3924 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3925
3926 * gdb.ada/access_tagged_param.exp: Relax expected output
3927 for value of "ObjL" in "continue" to pck.inspect breakpoint
3928 test.
3929
3930 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3931
3932 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3933 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3934
3935 2018-01-05 Pedro Alves <palves@redhat.com>
3936
3937 PR gdb/18653
3938 * gdb.base/libsegfault.exp: New.
3939
3940 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3941
3942 PR gdb/22670
3943 * gdb.ada/access_tagged_param.exp: New file.
3944 * gdb.ada/access_tagged_param/foo.adb: New file.
3945
3946 2018-01-05 Pedro Alves <palves@redhat.com>
3947
3948 PR gdb/22670
3949 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3950 exercise lower case too, and to exercise both full matching and
3951 wild matching.
3952
3953 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3954
3955 * gdb.ada/rename_subscript_param: New testcase.
3956
3957 2018-01-05 Jerome Guitton <guitton@adacore.com>
3958
3959 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3960
3961 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3962
3963 * gdb.ada/convvar_comp: New testcase.
3964
3965 2018-01-05 Xavier Roirand <roirand@adacore.com>
3966
3967 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3968 (My_Table): New global variable.
3969 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3970
3971 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3972
3973 PR gdb/22670
3974 * gdb.ada/maint_with_ada: New testcase.
3975
3976 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3977
3978 PR gdb/22670
3979 * gdb.ada/bp_c_mixed_case: New testcase.
3980
3981 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3982
3983 PR gdb/22670
3984 * gdb.ada/complete.exp: Add "complete break ada" test.
3985
3986 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3987
3988 PR gdb/22670
3989 * gdb.ada/info_addr_mixed_case: New testcase.
3990
3991 2018-01-03 Xavier Roirand <roirand@adacore.com>
3992
3993 * gdb.ada/excep_handle.exp: New testcase.
3994 * gdb.ada/excep_handle/foo.adb: New file.
3995 * gdb.ada/excep_handle/pck.ads: New file.
3996
3997 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3998
3999 * gdb.base/step-line.c: Add extra empty line in copyright header.
4000 * gdb.base/step-line.inp: Likewise.
4001
4002 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4003
4004 * gdb.ada/dyn_stride.exp: Add slice test.
4005
4006 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4007
4008 * gdb.ada/dyn_stride: New testcase.
4009
4010 2017-12-27 Stafford Horne <shorne@gmail.com>
4011
4012 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4013 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4014
4015 2017-12-27 Stafford Horne <shorne@gmail.com>
4016
4017 * gdb.base/reggroups.c: New file.
4018 * gdb.base/reggroups.exp: New file.
4019
4020 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4021
4022 * gdb.dwarf2/ada-valprint-error.c: New file.
4023 * gdb.dwarf2/ada-valprint-error.exp: New file.
4024
4025 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4026
4027 * gdb.ada/assign_arr: New testcase.
4028
4029 2017-12-18 Xavier Roirand <roirand@adacore.com>
4030
4031 * gdb.ada/funcall_ptr: New testcase.
4032
4033 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4034
4035 PR cli/16224
4036 * gdb.base/ptype-offsets.cc: New file.
4037 * gdb.base/ptype-offsets.exp: New file.
4038
4039 2017-12-15 Yao Qi <yao.qi@linaro.org>
4040
4041 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4042 if XML is disabled.
4043
4044 2017-12-15 Xavier Roirand <roirand@adacore.com>
4045
4046 * gdb.ada/same_component_name: New testcase.
4047
4048 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4049
4050 * gdb.ada/str_binop_equal: New testcase.
4051
4052 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4053
4054 * gdb.ada/task_switch_in_core: New testcase.
4055
4056 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4057
4058 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4059 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4060 call test_bkpt_qualified.
4061 (test_bkpt_qualified): New proc.
4062
4063 2017-12-13 Pedro Alves <palves@redhat.com>
4064
4065 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4066 Tighten regexp by matching with an anchor.
4067
4068 2017-12-13 Pedro Alves <palves@redhat.com>
4069
4070 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4071 ("expression with namespace"): New set of tests.
4072 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4073 (Nested::Test_NS::qux): New.
4074 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4075 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4076
4077 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4078
4079 * gdb.base/server-del-break.c: New file.
4080 * gdb.base/server-del-break.exp: New file.
4081
4082 2017-12-12 Stafford Horne <shorne@gmail.com>
4083
4084 * gdb.xml/tdesc-regs.exp: Add or1k support.
4085
4086 2017-12-12 Stafford Horne <shorne@gmail.com>
4087
4088 * gdb.base/bp-permanent.c: Define nop of or1k.
4089
4090 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4091
4092 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4093 output with components being reordered.
4094
4095 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4096
4097 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4098 output with components being reordered.
4099
4100 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4101 Pedro Alves <palves@redhat.com>
4102
4103 * gdb.base/maint.exp (check for .gdb_index): Check also for
4104 .debug_names.
4105 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4106 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4107 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4108 (.gdb_index used after symbol reloading): Support also .debug_names.
4109 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4110
4111 2017-12-08 Yao Qi <yao.qi@linaro.org>
4112
4113 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4114 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4115
4116 2017-12-08 Yao Qi <yao.qi@linaro.org>
4117
4118 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4119 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4120
4121 2017-12-08 Yao Qi <yao.qi@linaro.org>
4122
4123 * gdb.arch/aarch64-tagged-pointer.c: New file.
4124 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4125
4126 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4127
4128 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4129 "int".
4130
4131 2017-12-07 Keith Seitz <keiths@redhat.com>
4132
4133 PR breakpoints/22569
4134 * gdb.linespec/ls-errs.exp: Change expected result of "break
4135 -source this file has spaces.c -line 3".
4136 Check that an explicit source file followed by whitespace is
4137 identified as an invalid explicit location.
4138
4139 2017-12-07 Keith Seitz <keiths@redhat.com>
4140
4141 * gdb.cp/nested-types.cc: New file.
4142 * gdb.cp/nested-types.exp: New file.
4143 * lib/cp-support.exp: Load data-structures.exp library.
4144 (debug_cp_test_ptype_class): New global.
4145 (cp_ptype_class_verbose, next_line): New procedures.
4146 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4147 Add and document new return value.
4148 Switch the list of lines to a queue.
4149 Add support for new `type' key for nested type definitions.
4150 Add debugging/troubleshooting messages.
4151 * lib/data-structures.exp: New file.
4152
4153 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4154
4155 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4156 with proc_with_prefix, don't use with_test_prefix.
4157
4158 2017-12-07 Tom Tromey <tom@tromey.com>
4159
4160 * gdb.base/break.exp: Add test for empty "commands".
4161
4162 2017-12-07 Yao Qi <yao.qi@linaro.org>
4163
4164 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4165 malloc and catch syscall.
4166
4167 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4168
4169 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4170 tests for explicit locations.
4171
4172 2017-12-06 Pedro Alves <palves@redhat.com>
4173
4174 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4175 force-disabling XML descriptions.
4176
4177 2017-12-04 Pedro Alves <palves@redhat.com>
4178
4179 PR gdb/22499
4180 * gdb.arch/amd64-disp-step-avx.S: New file.
4181 * gdb.arch/amd64-disp-step-avx.exp: New file.
4182
4183 2017-12-03 Pedro Alves <palves@redhat.com>
4184
4185 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4186 and <string.h>.
4187 (parent_function): Print distinct messages when waitpid fails, or
4188 the child exits with a signal, or the child exits for an unhandled
4189 reason.
4190 * gdb.threads/process-dies-while-detaching.exp
4191 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4192 it. Wait for both inferior output and GDB's prompt. Use an
4193 indirect spawn id list.
4194 (do_detach): New parameter 'child_exit'. Use it to compute
4195 expected inferior output.
4196 (test_detach, test_detach_watch, test_detach_killed_outside):
4197 Adjust to pass down the expected child exit kind.
4198
4199 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4200 Sergio Durigan Junior <sergiodj@redhat.com>
4201 Pedro Alves <palves@redhat.com>
4202
4203 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4204
4205 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4206
4207 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4208 to 'symbol-file' and 'add-symbol-file' can be
4209 position-independent.
4210
4211 2017-12-01 Yao Qi <yao.qi@linaro.org>
4212
4213 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4214 the URL in copyright header.
4215 * gdb.arch/aarch64-fp.exp: Likewise.
4216 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4217 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4218 * gdb.base/expand-psymtabs.exp: Likewise.
4219 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4220 * gdb.fortran/common-block.exp: Likewise.
4221 * gdb.fortran/common-block.f90: Likewise.
4222 * gdb.fortran/logical.exp: Likewise.
4223 * gdb.fortran/vla-datatypes.f90: Likewise.
4224 * gdb.fortran/vla-sub.f90: Likewise.
4225
4226 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4227
4228 * gdb.ada/repeat_dyn: New testcase.
4229
4230 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4231
4232 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4233 Update for changed thread numbering.
4234 * gdb.cell/bt.exp: Update for changed GDB output.
4235
4236 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4237
4238 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4239 setting isremote by hand.
4240 * boards/dwarf4-gdb-index.exp: Likewise.
4241 * boards/fission.exp: Likewise.
4242 * boards/stabs.exp: Likewise.
4243
4244 2017-11-30 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.linespec/cpls-ops.exp
4247 (check_explicit_skips_function_argument): Extract the underlying
4248 type of size_t instead of hardcoding it.
4249
4250 2017-11-29 Pedro Alves <palves@redhat.com>
4251
4252 PR c++/19436
4253 * gdb.linespec/cpls-abi-tag.cc: New file.
4254 * gdb.linespec/cpls-abi-tag.exp: New file.
4255
4256 2017-11-29 Pedro Alves <palves@redhat.com>
4257
4258 * gdb.base/langs.exp: Use -qualified.
4259 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4260 it.
4261 * gdb.cp/namespace.exp: Use -qualified.
4262 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4263 (overload-3, template-overload, template-ret-type, const-overload)
4264 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4265 procedures.
4266 (test_driver): Call them.
4267 * gdb.cp/save-bp-qualified.cc: New.
4268 * gdb.cp/save-bp-qualified.exp: New.
4269 * gdb.linespec/explicit.exp: Test -qualified.
4270 * lib/completion-support.exp (completion::explicit_opts_list): Add
4271 "-qualified".
4272 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4273
4274 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4275
4276 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4277
4278 2017-11-29 Tom Tromey <tom@tromey.com>
4279
4280 * gdb.base/relocate.exp: Update invalid argument test.
4281 Add new tests for invalid arguments.
4282
4283 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4284
4285 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4286 Return 0 as a long.
4287 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4288
4289 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4290
4291 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4292 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4293 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4294 func ().
4295 * gdb.cp/shadow.cc (B.func): Return 0.
4296
4297 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4298
4299 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4300 expected output in gdb_expect call to allow the exception
4301 message to be present as well. Fix syntax confusion to avoid
4302 TCL thinking that exception_name is an array.
4303
4304 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4305
4306 * gdb.arch/spu-info.c: Include <unistd.h>.
4307 (do_signal_test): Fix broken calls to write.
4308 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4309 Fix checks for empty mailboxes. Update signal tests for corrected
4310 do_signal_test routine. Allow nonzero event status.
4311 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4312 * gdb.cell/arch.exp: Use standard_output_file.
4313 * gdb.cell/break.exp: Likewise.
4314 * gdb.cell/bt.exp: Likewise.
4315 * gdb.cell/core.exp: Likewise.
4316 * gdb.cell/dwarfaddr.exp: Likewise.
4317 * gdb.cell/ea-cache.exp: Likewise.
4318 * gdb.cell/ea-standalone.exp: Likewise.
4319 * gdb.cell/f-regs.exp: Likewise.
4320 * gdb.cell/fork.exp: Likewise.
4321 * gdb.cell/gcore.exp: Likewise.
4322 * gdb.cell/mem-access.exp: Likewise.
4323 * gdb.cell/ptype.exp: Likewise.
4324 * gdb.cell/registers.exp: Likewise.
4325 * gdb.cell/sizeof.exp: Likewise.
4326 * gdb.cell/solib-symbol.exp: Likewise.
4327 * gdb.cell/solib.exp: Likewise.
4328
4329 2017-11-25 Pedro Alves <palves@redhat.com>
4330
4331 * gdb.base/complete-empty.exp: New file.
4332 * gdb.base/completion.exp: Adjust.
4333
4334 2017-11-25 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.linespec/cpls-ops.cc: New file.
4337 * gdb.linespec/cpls-ops.exp: New file.
4338 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4339 factored out from ...
4340 (test_complete_prefix_range): ... this.
4341
4342 2017-11-24 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.linespec/cpcompletion.exp: New file.
4345 * gdb.linespec/cpls-hyphen.cc: New file.
4346 * gdb.linespec/cpls.cc: New file.
4347 * gdb.linespec/cpls2.cc: New file.
4348 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4349 test to use test_gdb_complete_unique. Add label completion,
4350 keyword completion and explicit location completion tests.
4351 * lib/completion-support.exp: New file.
4352
4353 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4354
4355 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4356 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4357 when hitting an exception catchpoint.
4358
4359 2017-11-22 Yao Qi <yao.qi@linaro.org>
4360
4361 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4362
4363 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4364
4365 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4366 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4367 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4368
4369 2017-11-22 Yao Qi <yao.qi@linaro.org>
4370
4371 * gdb.base/info-os.exp: Pass pthreads.
4372 * gdb.multi/multi-attach.exp: Likewise.
4373
4374 2017-11-22 Yao Qi <yao.qi@linaro.org>
4375
4376 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4377 compiler.
4378
4379 2017-11-22 Yao Qi <yao.qi@linaro.org>
4380
4381 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4382 * gdb.base/break-interp.exp: Likewise.
4383 * gdb.base/jit-attach-pie.exp: Likewise.
4384
4385 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4386
4387 * gdb.base/float128.c (large128): New variable.
4388 * gdb.base/float128.exp: Add test to print largest __float128 value.
4389
4390 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4391
4392 * gdb.arch/vsx-regs.exp: Update register content checks.
4393
4394 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4395
4396 * gdb.arch/ppc-longdouble.exp: New file.
4397 * gdb.arch/ppc-longdouble.c: Likewise.
4398
4399 2017-11-21 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4402
4403 2017-11-20 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4406 (long_double_typedef): New typedefs.
4407 Use DEF on double and long double.
4408 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4409 cases.
4410 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4411 and 'long_double_ptr_same_size' locals. Use them to decide
4412 whether cast from array/function to float is valid/invalid.
4413
4414 2017-11-17 Tom Tromey <tom@tromey.com>
4415
4416 * gdb.rust/traits.rs: New file.
4417 * gdb.rust/traits.exp: New file.
4418
4419 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4420
4421 * gdb.ada/minsyms: New testcase.
4422
4423 2017-11-16 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4426 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4427
4428 2017-11-16 Pedro Alves <palves@redhat.com>
4429
4430 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4431 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4432
4433 2017-11-16 Pedro Alves <palves@redhat.com>
4434
4435 * gdb.server/reconnect-ctrl-c.c: New file.
4436 * gdb.server/reconnect-ctrl-c.exp: New file.
4437
4438 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4439
4440 * gdb.python/py-rbreak.exp: New file.
4441 * gdb.python/py-rbreak.c: New file.
4442 * gdb.python/py-rbreak-func2.c: New file.
4443
4444 2017-11-16 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4447 pattern.
4448 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4449 GDB.
4450
4451 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4452
4453 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4454 regex.
4455
4456 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4457
4458 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4459 test names.
4460
4461 2017-11-09 Pedro Alves <palves@redhat.com>
4462
4463 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4464 factored out from ...
4465 (top level): ... here, and adjusted to avoid expecting beyond the
4466 prompt in a single gdb_test_multiple.
4467
4468 2017-11-09 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4471 output.
4472 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4473 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4474 * gdb.server/ext-run.exp ("kill" test): Likewise.
4475 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4476
4477 2017-11-09 Pedro Alves <palves@redhat.com>
4478
4479 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4480 match till end of line.
4481
4482 2017-11-09 Pedro Alves <palves@redhat.com>
4483
4484 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4485
4486 2017-11-09 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4489 New procedures, factored out from ...
4490 (top level): ... here, and adjusted to avoid expecting beyond the
4491 prompt in one go.
4492
4493 2017-11-09 Pedro Alves <palves@redhat.com>
4494
4495 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4496 output. Fix '?' match.
4497
4498 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4499
4500 * gdb.ada/scoped_watch: New testcase.
4501 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4502 which is actually correct.
4503 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4504 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4505
4506 2017-11-08 Pedro Alves <palves@redhat.com>
4507
4508 * gdb.gdb/complaints.exp (test_initial_complaints)
4509 (test_serial_complaints, test_short_complaints): Call
4510 complaint_internal instead of complaint.
4511
4512 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4513
4514 * gdb.threads/tls-core.c: New file.
4515 * gdb.threads/tls-core.exp: Likewise.
4516
4517 2017-11-08 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4520 (p Exported_Capitalized): New test.
4521 (p exported_capitalized): New test.
4522
4523 2017-11-07 Pedro Alves <palves@redhat.com>
4524
4525 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4526
4527 2017-11-07 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4530 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4531 (disable_invalid, disable_inverted, disable_negative): New
4532 procedures.
4533 ("bad numbers"): New set of tests.
4534
4535 2017-11-07 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.cp/ena-dis-br-range.exp: Add tests.
4538
4539 2017-11-07 Pedro Alves <palves@redhat.com>
4540
4541 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4542
4543 2017-11-07 Xavier Roirand <roirand@adacore.com>
4544 Pedro Alves <palves@redhat.com>
4545
4546 * gdb.base/ena-dis-br.exp: Add reference to
4547 gdb.cp/ena-dis-br-range.exp.
4548 * gdb.cp/ena-dis-br-range.exp: New file.
4549 * gdb.cp/ena-dis-br-range.cc: New file.
4550
4551 2017-11-06 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.base/attach-non-pgrp-leader.c: New.
4554 * gdb.base/attach-non-pgrp-leader.exp: New.
4555
4556 2017-11-06 Pedro Alves <palves@redhat.com>
4557
4558 * configure.ac: No longer check for termio.h and sgtty.h.
4559 * configure: Regenerate.
4560 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4561 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4562 Remove termio and sgtty code.
4563
4564 2017-11-03 Yao Qi <yao.qi@linaro.org>
4565
4566 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4567 in GDB is disabled.
4568
4569 2017-11-03 Yao Qi <yao.qi@linaro.org>
4570
4571 * gdb.python/py-thrhandle.exp: Skip it if python is not
4572 enabled.
4573
4574 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4575
4576 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4577 as a breakpoint command.
4578
4579 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4580
4581 PR python/21213
4582 * gdb.python/py-infthread.exp: Test calling
4583 InferiorThread.inferior () multiple times in a row.
4584
4585 2017-10-27 Keith Seitz <keiths@redhat.com>
4586
4587 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4588 Test "info break" for every inlined function breakpoint.
4589
4590 2017-10-27 Yao Qi <yao.qi@linaro.org>
4591
4592 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4593
4594 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4595
4596 * gdb.cp/classes.exp (test_static_members): Test printing
4597 Outer::instance.
4598 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4599 (Inner::instance, Outer::instance): New.
4600
4601 2017-10-24 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4604 extra console" test in two stages.
4605
4606 2017-10-24 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4609
4610 2017-10-24 Pedro Alves <palves@redhat.com>
4611
4612 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4613 loop.
4614
4615 2017-10-24 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4618 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4619
4620 2017-10-24 Pedro Alves <palves@redhat.com>
4621
4622 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4623 parameter and handle it. Don't output read value in test name.
4624
4625 2017-10-24 Pedro Alves <palves@redhat.com>
4626
4627 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4628 custom test name.
4629
4630 2017-10-24 Pedro Alves <palves@redhat.com>
4631
4632 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4633 include the unstable output directory name in the test's name.
4634 (initial_setup_simple) <'set args'>: Use custom test name.
4635
4636 2017-10-24 Pedro Alves <palves@redhat.com>
4637
4638 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4639 with explicit test name.
4640
4641 2017-10-20 Pedro Alves <palves@redhat.com>
4642
4643 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4644 'wait -i'. Use gdb_assert and remote_close.
4645
4646 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4647
4648 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4649 number from variable rather than hard-coded.
4650
4651 2017-10-19 Pedro Alves <palves@redhat.com>
4652
4653 * gdb.base/long-inferior-output.c: New file.
4654 * gdb.base/long-inferior-output.exp: New file.
4655
4656 2017-11-18 Keith Seitz <keiths@redhat.com>
4657
4658 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4659 method.
4660 (main): Call it.
4661 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4662 Add additional user-defined conversion operator tests.
4663
4664 2017-10-17 Pedro Alves <palves@redhat.com>
4665
4666 * boards/native-stdio-gdbserver.exp: Load "local-board".
4667
4668 2017-10-17 Pedro Alves <palves@redhat.com>
4669
4670 * gdb.base/quit-live.c: New file.
4671 * gdb.base/quit-live.exp: New file.
4672
4673 2017-10-16 Keith Seitz <keiths@redhat.com>
4674
4675 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4676 (class_with_protected_typedef, class_with_private_typedef)
4677 (struct_with_public_typedef, struct_with_protected_typedef)
4678 (struct_with_private_typedef): New classes/structs.
4679 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4680 typedefs and access specifiers.
4681
4682 2017-10-16 Pedro Alves <palves@redhat.com>
4683 Simon Marchi <simon.marchi@polymtl.ca>
4684
4685 * README (Local vs Remote vs Native): New section.
4686 * boards/local-board.exp: New file, with bits factored out from
4687 ...
4688 * boards/native-extended-gdbserver.exp: ... here. Load
4689 "local-board".
4690 * boards/native-gdbserver.exp: Load "local-board".
4691 (${board}_spawn, ${board}_exec): Delete.
4692 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4693 ...
4694 * boards/stdio-gdbserver-base.exp: ... this new file.
4695 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4696 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4697 procedure.
4698 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4699 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4700 stdio_gdbserver_command.
4701 (${board}_get_remote_address, ${board}_get_comm_port)
4702 (${board}_download, ${board}_upload): Delete.
4703 (get_target_remote_pipe_cmd): New.
4704
4705 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4706
4707 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4708 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4709 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4710 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4711 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4712 remove with_test_prefix.
4713
4714 2017-10-13 Pedro Alves <palves@redhat.com>
4715
4716 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4717 * gdb.base/annota1.exp: Use it instead of is_remote.
4718 * gdb.base/annota3.exp: Use it instead of is_remote.
4719 * gdb.cp/annota2.exp: Use it instead of is_remote.
4720 * gdb.cp/annota3.exp: Use it instead of is_remote.
4721 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4722
4723 2017-10-13 Pedro Alves <palves@redhat.com>
4724
4725 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4726 (test_num_test_vars, run_and_count_vars, find_env)
4727 (test_set_unset_env, test_inherit_env_var): New procedures.
4728 (top level): Use them.
4729
4730 2017-10-13 Pedro Alves <palves@redhat.com>
4731
4732 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4733 also skip on stub-like targets.
4734
4735 2017-10-13 Pedro Alves <palves@redhat.com>
4736
4737 PR gdb/22293
4738 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4739 (top level): Move some tests to ...
4740 (test_not_found): ... this new procedure.
4741 (top level): Call it.
4742
4743 2017-10-13 Pedro Alves <palves@redhat.com>
4744
4745 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4746 expect different "info terminal" output if testing with a
4747 non-native target.
4748
4749 2017-10-13 Pedro Alves <palves@redhat.com>
4750 Simon Marchi <simon.marchi@polymtl.ca>
4751
4752 PR python/12966
4753 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4754
4755 2017-10-13 Pedro Alves <palves@redhat.com>
4756
4757 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4758 already.
4759
4760 2017-10-13 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4763 is_remote.
4764
4765 2017-10-13 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4768 is_remote.
4769
4770 2017-10-13 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4773 is set.
4774 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4775 instead of is_remote.
4776
4777 2017-10-13 Pedro Alves <palves@redhat.com>
4778
4779 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4780 (top level): Add comment.
4781
4782 2017-10-13 Pedro Alves <palves@redhat.com>
4783
4784 * gdb.base/remote.exp (top level): Fix comment typo and add
4785 missing return.
4786
4787 2017-10-13 Pedro Alves <palves@redhat.com>
4788 Simon Marchi <simon.marchi@polymtl.ca>
4789
4790 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4791 calls and add comments. Skip test if use_gdb_stub is set.
4792 (top level): Use "set cwd" command instead of "cd" command.
4793
4794 2017-10-13 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4797 is_remote target check.
4798
4799 2017-10-13 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.base/scope.exp: Use build_executable + clean_restart +
4802 gdb_file_cmd instead of prepare_for_testing and no longer skip
4803 "before run" tests on is_remote target boards. Update comments.
4804 * boards/native-extended-gdbserver.exp
4805 (extended_gdbserver_load_last_file): New, factored out from ...
4806 (gdb_load): ... this. Move further below and add comment.
4807 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4808
4809 2017-10-12 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.base/attach.exp: Remove references to gdb64.
4812 * gdb.base/dbx.exp: Remove references to gdb64.
4813
4814 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4815 Pedro Alves <palves@redhat.com>
4816
4817 * gdb.base/label.exp: Remove is_remote target check.
4818
4819 2017-10-12 Pedro Alves <palves@redhat.com>
4820
4821 * gdb.base/auvx.exp (coredir): Update comment.
4822 (top level) <core_works>: Use "set cwd" command instead of "cd"
4823 command.
4824
4825 2017-10-12 Pedro Alves <palves@redhat.com>
4826 Simon Marchi <simon.marchi@polymtl.ca>
4827
4828 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4829 target boards.
4830
4831 2017-10-12 Pedro Alves <palves@redhat.com>
4832 Simon Marchi <simon.marchi@polymtl.ca>
4833
4834 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4835 Instead skip if there's any gdb_protocol set.
4836
4837 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4838 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4841
4842 2017-10-12 Pedro Alves <palves@redhat.com>
4843 Simon Marchi <simon.marchi@polymtl.ca>
4844
4845 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4846 instead of on dejagnu remote boards.
4847
4848 2017-10-12 Pedro Alves <palves@redhat.com>
4849 Simon Marchi <simon.marchi@polymtl.ca>
4850
4851 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4852 checks. Use build_executable + clean_restart instead of
4853 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4854 of enabling non-stop after starting gdb.
4855
4856 2017-10-12 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4859 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4860 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4861 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4862
4863 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4864
4865 * gdb.arch/arc-tdesc-cpu.exp: New file.
4866 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4867
4868 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4869
4870 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4871
4872 2017-10-10 Pedro Alves <palves@redhat.com>
4873
4874 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4875 expect CLI output.
4876
4877 2017-10-10 Pedro Alves <palves@redhat.com>
4878
4879 * lib/selftest-support.exp (selftest_setup): Update for
4880 captured_command_loop's prototype change.
4881
4882 2017-10-09 Pedro Alves <palves@redhat.com>
4883
4884 Test both arch1=>arch2 and arch2=>arch1.
4885
4886 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4887 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4888 factored out to...
4889 (append_arch1_options, append_arch2_options, append_arch_options)
4890 (build_executables): New procedures.
4891 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4892 local.
4893 (top level): Add new 'first_arch' testing axis.
4894
4895 2017-10-09 Pedro Alves <palves@redhat.com>
4896
4897 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4898 (barrier): New.
4899 (thread_start, all_started): New functions.
4900 (main): Spawn new thread and wait until it is scheduled.
4901 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4902 option.
4903 (do_test): Add 'selected_thread' parameter. Run to all_started
4904 instead of main. Explicitly set the breakpoint at main. Switch
4905 to the SELECTED_THREAD thread.
4906 (top level): Test handling the exec event with either the main
4907 thread or the second thread selected.
4908
4909 2017-10-09 Pedro Alves <palves@redhat.com>
4910
4911 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4912 logic. Move STOP marker after the value checks.
4913 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4914 regexp.
4915
4916 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4917
4918 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4919
4920 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4921
4922 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4923 integer-to-dfp conversion.
4924 * gdb.base/dfp-test.exp: Likewise.
4925
4926 2017-10-04 Pedro Alves <palves@redhat.com>
4927
4928 * gdb.multi/hangout.c: Include <unistd.h>.
4929 (hangout_loop): New function.
4930 (main): Call alarm. Call hangout_loop in a loop.
4931 * gdb.multi/hello.c: Include <unistd.h>.
4932 (hello_loop): New function.
4933 (main): Call alarm. Call hangout_loop in a loop.
4934 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4935 inferior with the other selected.
4936
4937 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4938
4939 * gdb.mi/list-thread-groups-available.exp: New file.
4940 * gdb.mi/list-thread-groups-available.c: New file.
4941
4942 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4943
4944 * gdb.base/set-cwd.exp: Make it available on
4945 native-extended-gdbserver.
4946
4947 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4948
4949 * gdb.base/set-cwd.c: New file.
4950 * gdb.base/set-cwd.exp: Likewise.
4951
4952 2017-10-02 Tom Tromey <tom@tromey.com>
4953
4954 PR rust/22236:
4955 * gdb.rust/simple.rs (main): New variable "fslice".
4956 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4957
4958 2017-10-02 Tom Tromey <tom@tromey.com>
4959
4960 * gdb.rust/simple.exp: Test ptype of a slice.
4961
4962 2017-10-02 Tom Tromey <tom@tromey.com>
4963
4964 * gdb.rust/simple.exp: Test index of slice.
4965
4966 2017-09-27 Tom Tromey <tom@tromey.com>
4967
4968 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4969
4970 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4971 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.base/compare-sections.exp (get value of read-only section): Read
4974 as unsigned value.
4975 (corrupt read-only section): Likewise and don't set written if patching
4976 failed.
4977
4978 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4979
4980 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4981 files.
4982
4983 2017-09-20 Pedro Alves <palves@redhat.com>
4984
4985 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4986 symbol names in gdb's output.
4987 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4988
4989 2017-09-20 Pedro Alves <palves@redhat.com>
4990
4991 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4992 Rename to ...
4993 (test_list_ambiguous_symbol): ... this and add a symbol name
4994 parameter. Adjust.
4995 (test_list_ambiguous_function): Reimplement on top of
4996 test_list_ambiguous_symbol and also test listing ambiguous
4997 variables.
4998 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4999 (ambiguous_fun): ... this.
5000 (ambiguous_var): New.
5001 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5002 (ambiguous_fun): ... this.
5003 (ambiguous_var): New.
5004
5005 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5006
5007 * gdb.base/starti.c: New file.
5008 * gdb.base/starti.exp: New file.
5009 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5010
5011 2017-09-14 Pedro Alves <palves@redhat.com>
5012
5013 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5014 (top level): Use it instead of runto.
5015
5016 2017-09-11 Tom Tromey <tom@tromey.com>
5017
5018 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5019
5020 2017-09-11 Tom Tromey <tom@tromey.com>
5021
5022 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5023 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5024
5025 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5026
5027 * gdb.fortran/printing-types.exp: New file.
5028 * gdb.fortran/printing-types.exp: New file.
5029
5030 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5031
5032 * gdb.fortran/vla-ptype.exp: Fix typos.
5033 * gdb.fortran/vla-value.exp: Same.
5034
5035 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5036
5037 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5038 * gdb.mi/mi-var-child-f.exp: Likewise.
5039 * gdb.mi/mi-vla-fortran.exp: Likewise.
5040
5041 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5042 Christoph Weinmann <christoph.t.weinmann@intel.com>
5043 Bernhard Heckel <bernhard.heckel@intel.com>
5044
5045 * gdb.fortran/ptr-indentation.f90: New file.
5046 * gdb.fortran/ptr-indentation.exp: New file.
5047
5048 2017-09-05 Tom Tromey <tom@tromey.com>
5049
5050 PR gdb/22010:
5051 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5052
5053 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5054
5055 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5056
5057 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5058
5059 * gdb.threads/tls-nodebug-pie.c: New file.
5060 * gdb.threads/tls-nodebug-pie.exp: New file.
5061
5062 2017-09-05 Tom Tromey <tom@tromey.com>
5063
5064 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5065 for rust.
5066
5067 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5068
5069 * gdb.multi/multi-arch-exec.exp: Test with different
5070 "follow-exec-mode" settings.
5071 (do_test): New procedure.
5072
5073 2017-09-04 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.base/func-static.c (S::method const, S::method volatile)
5076 (S::method volatile const): New methods.
5077 (c_s, v_s, cv_s): New instances.
5078 (main): Call method() on them.
5079 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5080 (cannot_resolve): New procedure.
5081 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5082 print-quote-unquoted columns.
5083 (do_test): Test printing each scope too.
5084
5085 2017-09-04 Pedro Alves <palves@redhat.com>
5086
5087 * gdb.base/local-static.exp: Also test with
5088 class::method::variable wholly quoted.
5089 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5090
5091 2017-09-04 Pedro Alves <palves@redhat.com>
5092
5093 * gdb.base/local-static.c: New.
5094 * gdb.base/local-static.cc: New.
5095 * gdb.base/local-static.exp: New.
5096
5097 2017-09-04 Pedro Alves <palves@redhat.com>
5098
5099 * gdb.asm/asm-source.exp: Add casts to int.
5100 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5101 (dataglobal64_1, dataglobal64_2): New globals.
5102 * gdb.base/nodebug.exp: Test different expressions involving the
5103 new globals, with print, whatis and ptype. Add casts to int.
5104 * gdb.base/solib-display.exp: Add casts to int.
5105 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5106 * gdb.cp/m-static.exp: Add cast to int.
5107 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5108 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5109 tls variable with no debug info without a cast. Test with a cast
5110 to int too.
5111 * gdb.trace/entry-values.exp: Add casts.
5112
5113 2017-09-04 Pedro Alves <palves@redhat.com>
5114
5115 * gdb.base/nodebug.exp: Test that ptype's error about functions
5116 with unknown return type includes the function name too.
5117
5118 2017-09-04 Pedro Alves <palves@redhat.com>
5119
5120 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5121 return type of munmap in infcall.
5122 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5123 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5124 type of ftell in infcall.
5125 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5126 type of getpid in infcall.
5127 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5128 infcall.
5129 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5130 Bail on failure to extract the pid.
5131 * gdb.base/nodebug.c: #include <stdint.h>.
5132 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5133 New functions.
5134 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5135 Change expected output of print/whatis/ptype with functions with
5136 no debug info. Test all supported languages. Call
5137 test_call_promotion.
5138 * gdb.compile/compile.exp: Adjust expected output to expect
5139 warning.
5140 * gdb.threads/siginfo-threads.exp: Likewise.
5141
5142 2017-09-04 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5145 "prototypes". Test calling float functions via prototyped and
5146 unprototyped function pointers.
5147 (perform_all_tests): New parameter "prototypes". Pass it down.
5148 (top level): Pass down "prototypes" parameter to
5149 perform_all_tests.
5150
5151 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5152
5153 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5154 Test with nested loops.
5155
5156 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5157
5158 * gdb.base/commands.exp: Call the new procedures.
5159 (loop_break_test, loop_continue_test): New procedures.
5160
5161 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5162
5163 * gdb.base/commands.exp: Call new procedure.
5164 (define_if_without_arg_test): New procedure.
5165
5166 2017-09-04 Pedro Alves <palves@redhat.com>
5167
5168 * gdb.base/list-ambiguous.exp: New file.
5169 * gdb.base/list-ambiguous0.c: New file.
5170 * gdb.base/list-ambiguous1.c: New file.
5171 * gdb.base/list.exp (test_list_range): Adjust expected output.
5172
5173 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5174
5175 * gdb.base/share-env-with-gdbserver.c: New file.
5176 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5177
5178 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5179
5180 * gdb.base/commands.exp (gdbvar_simple_if_test,
5181 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5182 progvar_simple_if_test, progvar_simple_while_test,
5183 progvar_complex_if_while_test, user_defined_command_test,
5184 user_defined_command_args_eval,
5185 user_defined_command_args_stack_test,
5186 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5187 temporary_breakpoint_commands,
5188 gdb_test_no_prompt, redefine_hook_test,
5189 redefine_backtrace_test): Remove "global gdb_prompt".
5190
5191 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5192
5193 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5194 New proc, call it from toplevel.
5195
5196 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5197
5198 PR remote/21852
5199 * gdb.server/normal.c: New file, copied from gdb.base.
5200 * gdb.server/run-without-local-binary.exp: New file.
5201
5202 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5203
5204 * gdb.arch/sparc64-adi.exp: New file.
5205 * gdb.arch/sparc64-adi.c: New file.
5206
5207 2017-08-22 Pedro Alves <palves@redhat.com>
5208
5209 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5210 (top level): Add "list all overloads" tests.
5211
5212 2017-08-22 Tom Tromey <tom@tromey.com>
5213
5214 * gdb.gdb/xfullpath.exp: Remove.
5215
5216 2017-08-21 Pedro Alves <palves@redhat.com>
5217
5218 PR gdb/19487
5219 * gdb.base/symbol-alias.c: New.
5220 * gdb.base/symbol-alias2.c: New.
5221 * gdb.base/symbol-alias.exp: New.
5222
5223 2017-08-21 Pedro Alves <palves@redhat.com>
5224
5225 * gdb.base/dfp-test.c
5226 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5227 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5228 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5229 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5230 * gdb.base/whatis-ptype-typedefs.c: New.
5231 * gdb.base/whatis-ptype-typedefs.exp: New.
5232 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5233 (an_int, an_int_type, an_int_type2): New globals.
5234 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5235 involving typedefs and cast expressions.
5236 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5237 (lookup_typedefs_function): New.
5238 (typedefs_pretty_printers_dict): New.
5239 (top level): Register lookup_typedefs_function in
5240 gdb.pretty_printers.
5241
5242 2017-08-18 Yao Qi <yao.qi@linaro.org>
5243
5244 * gdb.server/unittest.exp: New.
5245
5246 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5247
5248 PR gdb/21954
5249 * gdb.base/environ.exp: Add test to check if 'unset environment'
5250 works.
5251
5252 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5253
5254 * lib/gdb.exp (universal_compile_options): New caching proc.
5255 (gdb_compile): Suppress GCC's coloring of messages.
5256
5257 2017-08-14 Tom Tromey <tom@tromey.com>
5258
5259 PR gdb/21675:
5260 * gdb.base/printcmds.exp (test_radices): New function.
5261 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5262 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5263 * lib/gdb.exp (get_integer_valueof): Use p/d.
5264
5265 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5266
5267 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5268 characters.
5269
5270 2017-08-05 Tom Tromey <tom@tromey.com>
5271
5272 * gdb.rust/simple.exp: Allow String to appear in a different
5273 namespace.
5274
5275 2017-07-26 Yao Qi <yao.qi@linaro.org>
5276
5277 * gdb.gdb/unittest.exp: Invoke command
5278 "maintenance check xml-descriptions".
5279
5280 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5281
5282 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5283 calling context.
5284 (hex128): Drop erroneous calculation of parameters.
5285
5286 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5287
5288 * gdb.python/py-unwind.exp: Disable stack protection when
5289 building test file.
5290
5291 2017-07-20 Pedro Alves <palves@redhat.com>
5292
5293 * gdb.base/default.exp (set language): Adjust expected output.
5294
5295 2017-07-20 Pedro Alves <palves@redhat.com>
5296
5297 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5298 (test_minsym): ... this, and make static.
5299 (get_pck__foo__bar__minsym): Rename to ...
5300 (get_test_minsym): ... this.
5301 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5302 symbol names and comments.
5303 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5304 (get_test_minsym): ... this.
5305 (pck__foo__bar__minsym__2): Rename to ...
5306 (test_minsym): ... this.
5307 (main): Adjust.
5308
5309 2017-07-17 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.base/completion.exp: Adjust expected output.
5312 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5313 the completer works.
5314
5315 2017-07-17 Pedro Alves <palves@redhat.com>
5316
5317 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5318
5319 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5320
5321 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5322
5323 2017-07-14 Tom Tromey <tom@tromey.com>
5324
5325 PR rust/21764:
5326 * gdb.rust/simple.exp: Add tests.
5327
5328 2017-07-14 Tom Tromey <tom@tromey.com>
5329
5330 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5331
5332 2017-07-14 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.linespec/base/one/thefile.cc (z1): New function.
5335 * gdb.linespec/base/two/thefile.cc (z2): New function.
5336 * gdb.linespec/linespec.exp: Add tests.
5337
5338 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5339
5340 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5341 to mi_create_breakpoint.
5342
5343 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5344
5345 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5346 mi_create_breakpoint.
5347
5348 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5349
5350 * gdb.dlang/demangle.exp: Update for demangling changes.
5351
5352 2017-07-09 Tom Tromey <tom@tromey.com>
5353
5354 * gdb.dwarf2/shortpiece.exp: New file.
5355
5356 2017-07-06 David Blaikie <dblaikie@gmail.com>
5357
5358 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5359 built from fissiont-multi-cu{1,2}.c.
5360 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5361 except putting 'main' and 'func' in separate CUs in the same DWO file.
5362 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5363 test.
5364 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5365 test.
5366
5367 2017-07-06 Pedro Alves <palves@redhat.com>
5368
5369 * gdb.python/py-unwind.exp: Test flushregs.
5370
5371 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5372
5373 PR cli/21688
5374 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5375 tests for alias commands and trailing whitespace.
5376
5377 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5378
5379 PR cli/21688
5380 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5381 procedure. Call it.
5382
5383 2017-06-29 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.base/printcmds.exp: Add tests.
5386
5387 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5388
5389 PR gdb/21337
5390 * gdb.base/reread-readsym.exp: New file.
5391 * gdb.base/reread-readsym.c: New file.
5392
5393 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5394
5395 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5396 subpattern.
5397
5398 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5399
5400 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5401 extended mnemonic.
5402 * gdb.arch/powerpc-power9.s: Likewise.
5403
5404 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5405
5406 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5407 on 32-bit x86 targets. Exploit is_*_target macros where
5408 appropriate.
5409
5410 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5411
5412 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5413 register pieces.
5414
5415 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5416
5417 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5418 located in one or more DWARF pieces.
5419
5420 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5421
5422 * lib/gdb.exp (get_endianness): New proc.
5423 * gdb.arch/aarch64-fp.exp: Use it.
5424 * gdb.arch/altivec-regs.exp: Likewise.
5425 * gdb.arch/e500-regs.exp: Likewise.
5426 * gdb.arch/vsx-regs.exp: Likewise.
5427 * gdb.base/dump.exp: Likewise.
5428 * gdb.base/funcargs.exp: Likewise.
5429 * gdb.base/gnu_vector.exp: Likewise.
5430 * gdb.dwarf2/formdata16.exp: Likewise.
5431 * gdb.dwarf2/implptrpiece.exp: Likewise.
5432 * gdb.dwarf2/nonvar-access.exp: Likewise.
5433 * gdb.python/py-inferior.exp: Likewise.
5434 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5435
5436 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5437
5438 PR gdb/21226
5439 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5440 stack value pieces are taken from the LSB end.
5441
5442 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5443
5444 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5445 variable at nonzero offset.
5446
5447 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5448
5449 * gdb.dwarf2/var-access.c: New file.
5450 * gdb.dwarf2/var-access.exp: New test.
5451 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5452
5453 2017-06-12 Tom Tromey <tom@tromey.com>
5454
5455 * gdb.dwarf2/formdata16.exp: Add tests.
5456
5457 2017-06-12 Tom Tromey <tom@tromey.com>
5458
5459 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5460
5461 2017-06-12 Tom Tromey <tom@tromey.com>
5462
5463 PR exp/16225:
5464 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5465 * gdb.arch/vsx-regs.exp: Update tests.
5466 * gdb.arch/s390-vregs.exp (hex128): New proc.
5467 Update test.
5468 * gdb.arch/altivec-regs.exp: Update tests.
5469
5470 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5471
5472 * gdb.base/startup-with-shell.c: New file.
5473 * gdb.base/startup-with-shell.exp: Likewise.
5474
5475 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5476
5477 * gdb.server/non-existing-program.exp: Update regex in order to
5478 reflect the fact that gdbserver is now using fork_inferior (with a
5479 shell) to startup the inferior.
5480
5481 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5482
5483 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5484 support function calls from GDB.
5485
5486 2017-05-21 Tom Tromey <tom@tromey.com>
5487
5488 PR rust/21466:
5489 * gdb.rust/unsized.exp: New file.
5490 * gdb.rust/unsized.rs: New file.
5491
5492 2017-05-19 Tom Tromey <tom@tromey.com>
5493
5494 PR rust/21484:
5495 * gdb.rust/watch.exp: New file.
5496 * gdb.rust/watch.rs: New file.
5497
5498 2017-05-18 Tom Tromey <tom@tromey.com>
5499
5500 * gdb.rust/simple.exp: Allow Box to be qualified.
5501
5502 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5503
5504 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5505
5506 2017-05-18 Pedro Alves <palves@redhat.com>
5507
5508 * gdb.base/fileio.c (test_write, test_read, test_close)
5509 (test_fstat): Don't print 'ret' in the fail path.
5510
5511 2017-05-18 Pedro Alves <palves@redhat.com>
5512
5513 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5514 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5515 (test_system, test_rename, test_unlink, test_time): Change
5516 prototypes.
5517 * gdb.base/fileio.exp (stop_msg): Adjust.
5518
5519 2017-05-18 Pedro Alves <palves@redhat.com>
5520
5521 * gdb.base/fileio.c (null_str): New global.
5522 (test_stat): Use it.
5523 * gdb.base/fileio.exp: Remove nowarnings.
5524
5525 2017-05-17 Yao Qi <yao.qi@linaro.org>
5526
5527 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5528
5529 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5530
5531 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5532 argument command.
5533 (top-level): Invoke test_set_inferior_tty.
5534
5535 2017-05-04 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5538 Add parens to print call for Python 3.
5539
5540 2017-05-03 Keith Seitz <keiths@redhat.com>
5541
5542 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5543 (main): Call it.
5544
5545 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5546
5547 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5548 to prev and next.
5549
5550 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5551
5552 * gdb.python/py-record-btrace.exp: Remove test for
5553 gdb.BtraceInstruction.error.
5554
5555 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5556
5557 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5558
5559 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5560
5561 * gdb.python/py-record-btrace-threads.c: New file.
5562 * gdb.python/py-record-btrace-threads.exp: New file.
5563
5564 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5565
5566 PR testsuite/8595
5567 * gdb.base/environ.exp: Make test available in all architectures.
5568 Move bits related to "info program" testing to
5569 gdb.base/info-program.exp. Rewrite tests to use the two new
5570 procedures mentione below.
5571 (test_set_show_env_var) New procedure.
5572 (test_set_show_env_var_equal): Likewise.
5573 * gdb.base/info-program.exp: New file.
5574
5575 2017-04-27 Keith Seitz <keiths@redhat.com>
5576
5577 * gdb.cp/oranking.cc (test15): New function.
5578 (main): Call test15 and declare additional variables for testing.
5579 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5580 "p foo101('abc')" tests.
5581 Add tests for cv qualifier overloads.
5582 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5583 "lvalue reference overload" test.
5584 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5585 "print value of f1 on Child&& in f2" test.
5586
5587 2017-04-19 Pedro Alves <palves@redhat.com>
5588
5589 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5590 procedure.
5591 (top level): Call it.
5592 * lib/gdb.exp (gdb_define_cmd): New procedure.
5593
5594 2017-04-12 Pedro Alves <palves@redhat.com>
5595
5596 PR gdb/21323
5597 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5598 (wchar): New global.
5599 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5600 (do_test_wide_char, wide_char_types_no_program, top level): Add
5601 wchar_t testing.
5602
5603 2017-04-12 Pedro Alves <palves@redhat.com>
5604
5605 PR c++/21323
5606 * gdb.cp/wide_char_types.c: New file.
5607 * gdb.cp/wide_char_types.exp: New file.
5608
5609 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5610
5611 PR gdb/21352
5612 * gdb.trace/tsv.exp: Add test for "tsave -r".
5613
5614 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5615
5616 * gdb.dlang/watch-loc.c: New file.
5617 * gdb.dlang/watch-loc.exp: New file.
5618
5619 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5620
5621 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5622
5623 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5624
5625 * gdb.arch/arc-analyze-prologue.S: New file.
5626 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5627
5628 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5629
5630 * gdb.arch/arc-decode-insn.S: New file.
5631 * gdb.arch/arc-decode-insn.exp: Likewise.
5632
5633 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5634
5635 PR tdep/20928
5636 * gdb.arch/sparc64-regs.exp: New file.
5637 * gdb.arch/sparc64-regs.S: Likewise.
5638
5639 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5640
5641 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5642 and memory view on Python 3.
5643
5644 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5645 Keith Seitz <keiths@redhat.com>
5646
5647 PR gdb/14441
5648 * gdb.cp/demangle.exp: Add rvalue reference tests.
5649 * gdb.cp/rvalue-ref-casts.cc: New file.
5650 * gdb.cp/rvalue-ref-casts.exp: New file.
5651 * gdb.cp/rvalue-ref-overload.cc: New file.
5652 * gdb.cp/rvalue-ref-overload.exp: New file.
5653 * gdb.cp/rvalue-ref-params.cc: New file.
5654 * gdb.cp/rvalue-ref-params.exp: New file.
5655 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5656 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5657 * gdb.cp/rvalue-ref-types.cc: New file.
5658 * gdb.cp/rvalue-ref-types.exp: New file.
5659 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5660 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5661
5662 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5663
5664 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5665 New procedure.
5666
5667 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5668
5669 * lib/mi-support.exp (mi_gdb_test): Add additional message
5670 for unexpected output.
5671
5672 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5673
5674 * gdb.base/examine-backward.c (Barrier): New character array
5675 constant, to ensure that TestStrings is preceded by a string
5676 terminator.
5677
5678 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5679
5680 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5681 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5682 and implicit pointer into such a location.
5683
5684 2017-03-16 Doug Evans <dje@google.com>
5685
5686 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5687
5688 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5689
5690 * gdb.cp/m-static.exp: Fix expectation for prototype of
5691 test5.single_constructor and single_constructor::single_constructor.
5692
5693 2017-03-16 Doug Evans <dje@google.com>
5694
5695 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5696 * gdb.guile/scm-lazy-string.c: New file.
5697 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5698 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5699 for pointer, array, typedef lazy strings.
5700
5701 2017-03-16 Doug Evans <dje@google.com>
5702
5703 PR python/17728, python/18439, python/18779
5704 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5705 * gdb.python/py-lazy-string.c (pointer): New typedef.
5706 (main): New locals ptr, array, typedef_ptr.
5707 * gdb.python/py-value.exp: Move lazy string tests to ...
5708 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5709 array, typedef lazy strings.
5710
5711 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5712
5713 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5714 Add optional 'test' parameter.
5715
5716 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5717
5718 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5719 Skip for versions of DejaGnu < 1.5.
5720
5721 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5722
5723 * lib/gdb.exp (dejagnu_version): New proc.
5724 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5725 Use dejagnu_version.
5726
5727 2017-03-10 Keith Seitz <keiths@redhat.com>
5728
5729 PR c++/8128
5730 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5731 type from destructor regexps.
5732 Add a branch which actually passes the test.
5733 Adjust "ptype t5i" test names.
5734
5735 2017-03-08 Pedro Alves <palves@redhat.com>
5736
5737 * gdb.base/step-over-exit.exp: Add explicit test message.
5738
5739 2017-03-08 Pedro Alves <palves@redhat.com>
5740
5741 PR gdb/18360
5742 * gdb.threads/interrupt-while-step-over.c: New file.
5743 * gdb.threads/interrupt-while-step-over.exp: New file.
5744
5745 2017-03-08 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5748 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5749
5750 2017-03-08 Pedro Alves <palves@redhat.com>
5751
5752 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5753 PKRU as not supported as a PASS.
5754
5755 2017-03-08 Pedro Alves <palves@redhat.com>
5756
5757 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5758 prefix instead of $binfile1/$binfile2.
5759 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5760 in test message.
5761 * gdb.python/py-completion.exp: Use "load python file" as test
5762 messages instead of unstable path names.
5763
5764 2017-03-08 Pedro Alves <palves@redhat.com>
5765 Jan Kratochvil <jan.kratochvil@redhat.com>
5766
5767 PR cli/21218
5768 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5769 New proc.
5770 (top level): Call it.
5771
5772 2017-03-08 Pedro Alves <palves@redhat.com>
5773
5774 PR tui/21216
5775 * gdb.tui/tui-nl-filtered-output.exp: New file.
5776
5777 2017-03-08 Pedro Alves <palves@redhat.com>
5778
5779 * gdb.base/completion.exp: Move TUI completion tests to ...
5780 * gdb.tui/completion.exp: ... this new file.
5781
5782 2017-03-08 Pedro Alves <palves@redhat.com>
5783
5784 * gdb.base/tui-disasm-long-lines.c,
5785 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5786 gdb.base/tui-layout.exp: Move to ...
5787 * gdb.tui/: ... this new directory.
5788
5789 2017-03-07 Pedro Alves <palves@redhat.com>
5790
5791 * gdb.base/tui-layout.c: New file.
5792 * gdb.base/tui-layout.exp: New file.
5793
5794 2017-03-07 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.base/tui-layout.c: Rename to ...
5797 * gdb.base/tui-disasm-long-lines.c: ... this.
5798 * gdb.base/tui-layout.exp: Rename to ...
5799 * gdb.base/tui-disasm-long-lines.exp: ... this.
5800
5801 2017-03-07 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5804
5805 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5806
5807 * i386-mpx-call.c: New file.
5808 * i386-mpx-call.exp: New file.
5809
5810 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5811
5812 * gdb.arch/powerpc-power.exp: Delete test.
5813 * gdb.arch/powerpc-power.s: Likewise.
5814 * gdb.disasm/disassembler-options.exp: New test.
5815 * gdb.arch/powerpc-altivec.exp: Likewise.
5816 * gdb.arch/powerpc-altivec.s: Likewise.
5817 * gdb.arch/powerpc-altivec2.exp: Likewise.
5818 * gdb.arch/powerpc-altivec2.s: Likewise.
5819 * gdb.arch/powerpc-altivec3.exp: Likewise.
5820 * gdb.arch/powerpc-altivec3.s: Likewise.
5821 * gdb.arch/powerpc-power7.exp: Likewise.
5822 * gdb.arch/powerpc-power7.s: Likewise.
5823 * gdb.arch/powerpc-power8.exp: Likewise.
5824 * gdb.arch/powerpc-power8.s: Likewise.
5825 * gdb.arch/powerpc-power9.exp: Likewise.
5826 * gdb.arch/powerpc-power9.s: Likewise.
5827 * gdb.arch/powerpc-vsx.exp: Likewise.
5828 * gdb.arch/powerpc-vsx.s: Likewise.
5829 * gdb.arch/powerpc-vsx2.exp: Likewise.
5830 * gdb.arch/powerpc-vsx2.s: Likewise.
5831 * gdb.arch/powerpc-vsx3.exp: Likewise.
5832 * gdb.arch/powerpc-vsx3.s: Likewise.
5833 * gdb.arch/arm-disassembler-options.exp: Likewise.
5834 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5835 * gdb.arch/s390-disassembler-options.exp: Likewise.
5836
5837 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5838
5839 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5840 (check_supported_features): ... this. Changed return type to void.
5841 (supports_rdseed): New static global.
5842 (rdseed): Check supports_rdseed.
5843 (initialize): Call check_supported_features.
5844
5845 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5846
5847 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5848 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5849 and lqarx/stqcx.
5850 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5851 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5852
5853 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5854
5855 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5856 uppercase.
5857
5858 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5859
5860 * gdb.dwarf2/formdata16.c: New file.
5861 * gdb.dwarf2/formdata16.exp: New file.
5862 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5863
5864 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5865
5866 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5867 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5868 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5869 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5870 DW_AT_GNU_*.
5871
5872 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5873
5874 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5875
5876 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5877
5878 PR gdb/21164
5879 * gdb.base/maint.exp: Add testcases for when the commands do
5880 not have arguments.
5881
5882 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5883
5884 * gdb.cp/chained-calls.exp: Use p instead of P.
5885
5886 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5887
5888 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5889 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5890
5891 2017-02-14 Tom Tromey <tom@tromey.com>
5892
5893 PR python/13598:
5894 * gdb.python/py-events.exp: Add before_prompt event tests.
5895
5896 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5897
5898 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5899
5900 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5901
5902 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5903 (main): Call my_unique_function_name.
5904 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5905 completion of patterns with a single match.
5906 Add missing -re switches to gdb_test_multiple calls.
5907
5908 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5909
5910 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5911 return if core file is not recognized.
5912
5913 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5914
5915 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5916 and extra UIs.
5917
5918 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5919
5920 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5921 proc_with_prefix.
5922
5923 2017-02-10 Tom Tromey <tom@tromey.com>
5924
5925 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5926
5927 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5928
5929 PR gdb/21122
5930 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5931
5932 2017-02-08 Jerome Guitton <guitton@adacore.com>
5933
5934 * gdb.base/define.exp: Add test for command abbreviations
5935 in define.
5936
5937 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5938
5939 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5940 * gdb.reverse/insn-reverse-x86.c: New file.
5941
5942 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5943
5944 PR tdep/20936
5945 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5946
5947 2017-02-03 Tom Tromey <tom@tromey.com>
5948
5949 PR rust/21097:
5950 * gdb.rust/simple.exp: Add new tests.
5951
5952 2017-02-02 Pedro Alves <palves@redhat.com>
5953
5954 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5955 tests.
5956
5957 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5958
5959 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5960 taking a 2-byte value out of a 4-byte DWARF implicit value on
5961 big-endian targets.
5962 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5963 logic. Add test cases for DW_OP_implicit.
5964
5965 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5966
5967 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5968
5969 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5970
5971 * gdb.btrace/enable.exp: Call gdb_exit before
5972 skip_gdbserver_tests.
5973
5974 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5975
5976 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5977 GDBFLAGS.
5978
5979 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5980
5981 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5982 the test is skipped.
5983 * gdb.btrace/data.exp: Likewise.
5984 * gdb.btrace/delta.exp: Likewise.
5985 * gdb.btrace/dlopen.exp: Likewise.
5986 * gdb.btrace/enable-running.exp: Likewise.
5987 * gdb.btrace/enable.exp: Likewise.
5988 * gdb.btrace/exception.exp: Likewise.
5989 * gdb.btrace/function_call_history.exp: Likewise.
5990 * gdb.btrace/gcore.exp: Likewise.
5991 * gdb.btrace/instruction_history.exp: Likewise.
5992 * gdb.btrace/multi-thread-step.exp: Likewise.
5993 * gdb.btrace/nohist.exp: Likewise.
5994 * gdb.btrace/non-stop.exp: Likewise.
5995 * gdb.btrace/reconnect.exp: Likewise.
5996 * gdb.btrace/record_goto-step.exp: Likewise.
5997 * gdb.btrace/record_goto.exp: Likewise.
5998 * gdb.btrace/rn-dl-bind.exp: Likewise.
5999 * gdb.btrace/segv.exp: Likewise.
6000 * gdb.btrace/step.exp: Likewise.
6001 * gdb.btrace/stepi.exp: Likewise.
6002 * gdb.btrace/tailcall-only.exp: Likewise.
6003 * gdb.btrace/tailcall.exp: Likewise.
6004 * gdb.btrace/tsx.exp: Likewise.
6005 * gdb.btrace/unknown_functions.exp: Likewise.
6006 * gdb.btrace/vdso.exp: Likewise.
6007
6008 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6009
6010 * gdb.btrace/enable-running.c: New.
6011 * gdb.btrace/enable-running.exp: New.
6012
6013 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6014
6015 * gdb.arch/amd64-gs_base.c: New file.
6016 * gdb.arch/amd64-gs_base.exp: New file.
6017
6018 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6019
6020 * lib/memory.exp: Remove spurious empty newlines.
6021
6022 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6023
6024 * gdb.python/py-bad-printers.exp: Load python file using "source".
6025 * gdb.python/py-events.exp: Likewise.
6026 * gdb.python/py-evsignal.exp: Likewise.
6027 * gdb.python/py-evthreads.exp: Likewise.
6028 * gdb.python/py-frame-args.exp: Likewise.
6029 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6030 * gdb.python/py-framefilter-mi.exp: Likewise.
6031 * gdb.python/py-framefilter.exp: Likewise.
6032 * gdb.python/py-mi.exp: Likewise.
6033 * gdb.python/py-pp-maint.exp: Likewise.
6034 * gdb.python/py-pp-registration.exp: Likewise.
6035 * gdb.python/py-prettyprint.exp: Likewise.
6036 (run_lang_tests): Likewise.
6037 * gdb.python/py-typeprint.exp: Likewise.
6038
6039 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6040
6041 * lib/memory.exp: New file.
6042 * lib/gdb.exp: Load memory.exp.
6043 * gdb.base/memattr.exp (delete_memory): Move proc to
6044 lib/memory.exp and rename to delete_memory_regions.
6045 Replace delete_memory with delete_memory_regions.
6046 Cleanup memory regions before tests.
6047 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6048 before tests.
6049
6050 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6051
6052 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6053 files.
6054 (initialize): New function conditionally defined.
6055 (testcases): Move within conditional block.
6056 (main): Call initialize.
6057 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6058 of gdb.reverse/insn-reverse.c.
6059 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6060 gdb.reverse/insn-reverse.c.
6061
6062 2017-01-26 Yao Qi <yao.qi@linaro.org>
6063
6064 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6065 disassemble on address 0.
6066
6067 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6068 Yao Qi <yao.qi@linaro.org>
6069
6070 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6071 * gdb.dwarf2/implptr-64bit.S: Remove.
6072 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6073 variables in caller's context. Add DW_OP_implicit_value.
6074
6075 2017-01-25 Yao Qi <yao.qi@linaro.org>
6076
6077 * lib/dwarf.exp (Dwarf::_location): Handle
6078 DW_OP_GNU_implicit_pointer with proper size.
6079
6080 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6081
6082 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6083 and add untested calls.
6084
6085 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6086
6087 * gdb.python/python.exp: Check line number against what GDB thinks
6088 the line number is for func1.
6089
6090 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6091
6092 * gdb.dlang/debug-expr.exp: New file.
6093
6094 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6095
6096 Fix test names for the following files:
6097
6098 * gdb.ada/exec_changed.exp
6099 * gdb.ada/info_types.exp
6100 * gdb.arch/aarch64-atomic-inst.exp
6101 * gdb.arch/aarch64-fp.exp
6102 * gdb.arch/altivec-abi.exp
6103 * gdb.arch/altivec-regs.exp
6104 * gdb.arch/amd64-byte.exp
6105 * gdb.arch/amd64-disp-step.exp
6106 * gdb.arch/amd64-dword.exp
6107 * gdb.arch/amd64-entry-value-inline.exp
6108 * gdb.arch/amd64-entry-value-param.exp
6109 * gdb.arch/amd64-entry-value-paramref.exp
6110 * gdb.arch/amd64-entry-value.exp
6111 * gdb.arch/amd64-i386-address.exp
6112 * gdb.arch/amd64-invalid-stack-middle.exp
6113 * gdb.arch/amd64-invalid-stack-top.exp
6114 * gdb.arch/amd64-optimout-repeat.exp
6115 * gdb.arch/amd64-prologue-skip.exp
6116 * gdb.arch/amd64-prologue-xmm.exp
6117 * gdb.arch/amd64-stap-special-operands.exp
6118 * gdb.arch/amd64-stap-wrong-subexp.exp
6119 * gdb.arch/amd64-tailcall-cxx.exp
6120 * gdb.arch/amd64-tailcall-noret.exp
6121 * gdb.arch/amd64-tailcall-ret.exp
6122 * gdb.arch/amd64-tailcall-self.exp
6123 * gdb.arch/amd64-word.exp
6124 * gdb.arch/arm-bl-branch-dest.exp
6125 * gdb.arch/arm-disp-step.exp
6126 * gdb.arch/arm-neon.exp
6127 * gdb.arch/arm-single-step-kernel-helper.exp
6128 * gdb.arch/avr-flash-qualifier.exp
6129 * gdb.arch/disp-step-insn-reloc.exp
6130 * gdb.arch/e500-abi.exp
6131 * gdb.arch/e500-regs.exp
6132 * gdb.arch/ftrace-insn-reloc.exp
6133 * gdb.arch/i386-avx512.exp
6134 * gdb.arch/i386-bp_permanent.exp
6135 * gdb.arch/i386-byte.exp
6136 * gdb.arch/i386-cfi-notcurrent.exp
6137 * gdb.arch/i386-disp-step.exp
6138 * gdb.arch/i386-dr3-watch.exp
6139 * gdb.arch/i386-float.exp
6140 * gdb.arch/i386-gnu-cfi.exp
6141 * gdb.arch/i386-mpx-map.exp
6142 * gdb.arch/i386-mpx-sigsegv.exp
6143 * gdb.arch/i386-mpx-simple_segv.exp
6144 * gdb.arch/i386-mpx.exp
6145 * gdb.arch/i386-permbkpt.exp
6146 * gdb.arch/i386-prologue.exp
6147 * gdb.arch/i386-signal.exp
6148 * gdb.arch/i386-size-overlap.exp
6149 * gdb.arch/i386-unwind.exp
6150 * gdb.arch/i386-word.exp
6151 * gdb.arch/mips-fcr.exp
6152 * gdb.arch/powerpc-d128-regs.exp
6153 * gdb.arch/powerpc-stackless.exp
6154 * gdb.arch/ppc64-atomic-inst.exp
6155 * gdb.arch/s390-stackless.exp
6156 * gdb.arch/s390-tdbregs.exp
6157 * gdb.arch/s390-vregs.exp
6158 * gdb.arch/sparc-sysstep.exp
6159 * gdb.arch/thumb-bx-pc.exp
6160 * gdb.arch/thumb-singlestep.exp
6161 * gdb.arch/thumb2-it.exp
6162 * gdb.arch/vsx-regs.exp
6163 * gdb.asm/asm-source.exp
6164 * gdb.base/a2-run.exp
6165 * gdb.base/advance.exp
6166 * gdb.base/all-bin.exp
6167 * gdb.base/anon.exp
6168 * gdb.base/args.exp
6169 * gdb.base/arithmet.exp
6170 * gdb.base/async-shell.exp
6171 * gdb.base/async.exp
6172 * gdb.base/attach-pie-noexec.exp
6173 * gdb.base/attach-twice.exp
6174 * gdb.base/auto-load.exp
6175 * gdb.base/bang.exp
6176 * gdb.base/bitfields.exp
6177 * gdb.base/break-always.exp
6178 * gdb.base/break-caller-line.exp
6179 * gdb.base/break-entry.exp
6180 * gdb.base/break-inline.exp
6181 * gdb.base/break-on-linker-gcd-function.exp
6182 * gdb.base/break-probes.exp
6183 * gdb.base/break.exp
6184 * gdb.base/breakpoint-shadow.exp
6185 * gdb.base/call-ar-st.exp
6186 * gdb.base/call-sc.exp
6187 * gdb.base/call-signal-resume.exp
6188 * gdb.base/call-strs.exp
6189 * gdb.base/callfuncs.exp
6190 * gdb.base/catch-fork-static.exp
6191 * gdb.base/catch-gdb-caused-signals.exp
6192 * gdb.base/catch-load.exp
6193 * gdb.base/catch-signal-fork.exp
6194 * gdb.base/catch-signal.exp
6195 * gdb.base/catch-syscall.exp
6196 * gdb.base/charset.exp
6197 * gdb.base/checkpoint.exp
6198 * gdb.base/chng-syms.exp
6199 * gdb.base/code-expr.exp
6200 * gdb.base/code_elim.exp
6201 * gdb.base/commands.exp
6202 * gdb.base/completion.exp
6203 * gdb.base/complex.exp
6204 * gdb.base/cond-expr.exp
6205 * gdb.base/condbreak.exp
6206 * gdb.base/consecutive.exp
6207 * gdb.base/continue-all-already-running.exp
6208 * gdb.base/coredump-filter.exp
6209 * gdb.base/corefile.exp
6210 * gdb.base/dbx.exp
6211 * gdb.base/debug-expr.exp
6212 * gdb.base/define.exp
6213 * gdb.base/del.exp
6214 * gdb.base/disabled-location.exp
6215 * gdb.base/disasm-end-cu.exp
6216 * gdb.base/disasm-optim.exp
6217 * gdb.base/display.exp
6218 * gdb.base/duplicate-bp.exp
6219 * gdb.base/ena-dis-br.exp
6220 * gdb.base/ending-run.exp
6221 * gdb.base/enumval.exp
6222 * gdb.base/environ.exp
6223 * gdb.base/eu-strip-infcall.exp
6224 * gdb.base/eval-avoid-side-effects.exp
6225 * gdb.base/eval-skip.exp
6226 * gdb.base/exitsignal.exp
6227 * gdb.base/expand-psymtabs.exp
6228 * gdb.base/filesym.exp
6229 * gdb.base/find-unmapped.exp
6230 * gdb.base/finish.exp
6231 * gdb.base/float.exp
6232 * gdb.base/foll-exec-mode.exp
6233 * gdb.base/foll-exec.exp
6234 * gdb.base/foll-fork.exp
6235 * gdb.base/fortran-sym-case.exp
6236 * gdb.base/freebpcmd.exp
6237 * gdb.base/func-ptr.exp
6238 * gdb.base/func-ptrs.exp
6239 * gdb.base/funcargs.exp
6240 * gdb.base/gcore-buffer-overflow.exp
6241 * gdb.base/gcore-relro-pie.exp
6242 * gdb.base/gcore-relro.exp
6243 * gdb.base/gcore.exp
6244 * gdb.base/gdb1090.exp
6245 * gdb.base/gdb11530.exp
6246 * gdb.base/gdb11531.exp
6247 * gdb.base/gdb1821.exp
6248 * gdb.base/gdbindex-stabs.exp
6249 * gdb.base/gdbvars.exp
6250 * gdb.base/hbreak.exp
6251 * gdb.base/hbreak2.exp
6252 * gdb.base/included.exp
6253 * gdb.base/infcall-input.exp
6254 * gdb.base/inferior-died.exp
6255 * gdb.base/infnan.exp
6256 * gdb.base/info-macros.exp
6257 * gdb.base/info-os.exp
6258 * gdb.base/info-proc.exp
6259 * gdb.base/info-shared.exp
6260 * gdb.base/info-target.exp
6261 * gdb.base/infoline.exp
6262 * gdb.base/interp.exp
6263 * gdb.base/interrupt.exp
6264 * gdb.base/jit-reader.exp
6265 * gdb.base/jit-simple.exp
6266 * gdb.base/kill-after-signal.exp
6267 * gdb.base/kill-detach-inferiors-cmd.exp
6268 * gdb.base/label.exp
6269 * gdb.base/langs.exp
6270 * gdb.base/ldbl_e308.exp
6271 * gdb.base/line-symtabs.exp
6272 * gdb.base/linespecs.exp
6273 * gdb.base/list.exp
6274 * gdb.base/long_long.exp
6275 * gdb.base/longest-types.exp
6276 * gdb.base/maint.exp
6277 * gdb.base/max-value-size.exp
6278 * gdb.base/memattr.exp
6279 * gdb.base/mips_pro.exp
6280 * gdb.base/morestack.exp
6281 * gdb.base/moribund-step.exp
6282 * gdb.base/multi-forks.exp
6283 * gdb.base/nested-addr.exp
6284 * gdb.base/nextoverexit.exp
6285 * gdb.base/noreturn-finish.exp
6286 * gdb.base/noreturn-return.exp
6287 * gdb.base/nostdlib.exp
6288 * gdb.base/offsets.exp
6289 * gdb.base/opaque.exp
6290 * gdb.base/pc-fp.exp
6291 * gdb.base/permissions.exp
6292 * gdb.base/print-symbol-loading.exp
6293 * gdb.base/prologue-include.exp
6294 * gdb.base/psymtab.exp
6295 * gdb.base/ptype.exp
6296 * gdb.base/random-signal.exp
6297 * gdb.base/randomize.exp
6298 * gdb.base/range-stepping.exp
6299 * gdb.base/readline-ask.exp
6300 * gdb.base/recpar.exp
6301 * gdb.base/recurse.exp
6302 * gdb.base/relational.exp
6303 * gdb.base/restore.exp
6304 * gdb.base/return-nodebug.exp
6305 * gdb.base/return.exp
6306 * gdb.base/run-after-attach.exp
6307 * gdb.base/save-bp.exp
6308 * gdb.base/scope.exp
6309 * gdb.base/sect-cmd.exp
6310 * gdb.base/set-lang-auto.exp
6311 * gdb.base/set-noassign.exp
6312 * gdb.base/setvar.exp
6313 * gdb.base/sigall.exp
6314 * gdb.base/sigbpt.exp
6315 * gdb.base/siginfo-addr.exp
6316 * gdb.base/siginfo-infcall.exp
6317 * gdb.base/siginfo-obj.exp
6318 * gdb.base/siginfo.exp
6319 * gdb.base/signals-state-child.exp
6320 * gdb.base/signest.exp
6321 * gdb.base/sigstep.exp
6322 * gdb.base/sizeof.exp
6323 * gdb.base/skip.exp
6324 * gdb.base/solib-corrupted.exp
6325 * gdb.base/solib-nodir.exp
6326 * gdb.base/solib-search.exp
6327 * gdb.base/stack-checking.exp
6328 * gdb.base/stale-infcall.exp
6329 * gdb.base/stap-probe.exp
6330 * gdb.base/start.exp
6331 * gdb.base/step-break.exp
6332 * gdb.base/step-bt.exp
6333 * gdb.base/step-line.exp
6334 * gdb.base/step-over-exit.exp
6335 * gdb.base/step-over-syscall.exp
6336 * gdb.base/step-resume-infcall.exp
6337 * gdb.base/step-test.exp
6338 * gdb.base/store.exp
6339 * gdb.base/structs3.exp
6340 * gdb.base/sym-file.exp
6341 * gdb.base/symbol-without-target_section.exp
6342 * gdb.base/term.exp
6343 * gdb.base/testenv.exp
6344 * gdb.base/ui-redirect.exp
6345 * gdb.base/until.exp
6346 * gdb.base/unwindonsignal.exp
6347 * gdb.base/value-double-free.exp
6348 * gdb.base/vla-datatypes.exp
6349 * gdb.base/vla-ptr.exp
6350 * gdb.base/vla-sideeffect.exp
6351 * gdb.base/volatile.exp
6352 * gdb.base/watch-cond-infcall.exp
6353 * gdb.base/watch-cond.exp
6354 * gdb.base/watch-non-mem.exp
6355 * gdb.base/watch-read.exp
6356 * gdb.base/watch-vfork.exp
6357 * gdb.base/watchpoint-cond-gone.exp
6358 * gdb.base/watchpoint-delete.exp
6359 * gdb.base/watchpoint-hw-hit-once.exp
6360 * gdb.base/watchpoint-hw.exp
6361 * gdb.base/watchpoint-stops-at-right-insn.exp
6362 * gdb.base/watchpoints.exp
6363 * gdb.base/wchar.exp
6364 * gdb.base/whatis-exp.exp
6365 * gdb.btrace/buffer-size.exp
6366 * gdb.btrace/data.exp
6367 * gdb.btrace/delta.exp
6368 * gdb.btrace/dlopen.exp
6369 * gdb.btrace/enable.exp
6370 * gdb.btrace/exception.exp
6371 * gdb.btrace/function_call_history.exp
6372 * gdb.btrace/gcore.exp
6373 * gdb.btrace/instruction_history.exp
6374 * gdb.btrace/nohist.exp
6375 * gdb.btrace/reconnect.exp
6376 * gdb.btrace/record_goto-step.exp
6377 * gdb.btrace/record_goto.exp
6378 * gdb.btrace/rn-dl-bind.exp
6379 * gdb.btrace/segv.exp
6380 * gdb.btrace/step.exp
6381 * gdb.btrace/stepi.exp
6382 * gdb.btrace/tailcall-only.exp
6383 * gdb.btrace/tailcall.exp
6384 * gdb.btrace/tsx.exp
6385 * gdb.btrace/unknown_functions.exp
6386 * gdb.btrace/vdso.exp
6387 * gdb.compile/compile-ifunc.exp
6388 * gdb.compile/compile-ops.exp
6389 * gdb.compile/compile-print.exp
6390 * gdb.compile/compile-setjmp.exp
6391 * gdb.cp/abstract-origin.exp
6392 * gdb.cp/ambiguous.exp
6393 * gdb.cp/annota2.exp
6394 * gdb.cp/annota3.exp
6395 * gdb.cp/anon-ns.exp
6396 * gdb.cp/anon-struct.exp
6397 * gdb.cp/anon-union.exp
6398 * gdb.cp/arg-reference.exp
6399 * gdb.cp/baseenum.exp
6400 * gdb.cp/bool.exp
6401 * gdb.cp/breakpoint.exp
6402 * gdb.cp/bs15503.exp
6403 * gdb.cp/call-c.exp
6404 * gdb.cp/casts.exp
6405 * gdb.cp/chained-calls.exp
6406 * gdb.cp/class2.exp
6407 * gdb.cp/classes.exp
6408 * gdb.cp/cmpd-minsyms.exp
6409 * gdb.cp/converts.exp
6410 * gdb.cp/cp-relocate.exp
6411 * gdb.cp/cpcompletion.exp
6412 * gdb.cp/cpexprs.exp
6413 * gdb.cp/cplabel.exp
6414 * gdb.cp/cplusfuncs.exp
6415 * gdb.cp/cpsizeof.exp
6416 * gdb.cp/ctti.exp
6417 * gdb.cp/derivation.exp
6418 * gdb.cp/destrprint.exp
6419 * gdb.cp/dispcxx.exp
6420 * gdb.cp/enum-class.exp
6421 * gdb.cp/exception.exp
6422 * gdb.cp/exceptprint.exp
6423 * gdb.cp/expand-psymtabs-cxx.exp
6424 * gdb.cp/expand-sals.exp
6425 * gdb.cp/extern-c.exp
6426 * gdb.cp/filename.exp
6427 * gdb.cp/formatted-ref.exp
6428 * gdb.cp/fpointer.exp
6429 * gdb.cp/gdb1355.exp
6430 * gdb.cp/gdb2495.exp
6431 * gdb.cp/hang.exp
6432 * gdb.cp/impl-this.exp
6433 * gdb.cp/infcall-dlopen.exp
6434 * gdb.cp/inherit.exp
6435 * gdb.cp/iostream.exp
6436 * gdb.cp/koenig.exp
6437 * gdb.cp/local.exp
6438 * gdb.cp/m-data.exp
6439 * gdb.cp/m-static.exp
6440 * gdb.cp/mb-ctor.exp
6441 * gdb.cp/mb-inline.exp
6442 * gdb.cp/mb-templates.exp
6443 * gdb.cp/member-name.exp
6444 * gdb.cp/member-ptr.exp
6445 * gdb.cp/meth-typedefs.exp
6446 * gdb.cp/method.exp
6447 * gdb.cp/method2.exp
6448 * gdb.cp/minsym-fallback.exp
6449 * gdb.cp/misc.exp
6450 * gdb.cp/namelessclass.exp
6451 * gdb.cp/namespace-enum.exp
6452 * gdb.cp/namespace-nested-import.exp
6453 * gdb.cp/namespace.exp
6454 * gdb.cp/nextoverthrow.exp
6455 * gdb.cp/no-dmgl-verbose.exp
6456 * gdb.cp/non-trivial-retval.exp
6457 * gdb.cp/noparam.exp
6458 * gdb.cp/nsdecl.exp
6459 * gdb.cp/nsimport.exp
6460 * gdb.cp/nsnested.exp
6461 * gdb.cp/nsnoimports.exp
6462 * gdb.cp/nsrecurs.exp
6463 * gdb.cp/nsstress.exp
6464 * gdb.cp/nsusing.exp
6465 * gdb.cp/operator.exp
6466 * gdb.cp/oranking.exp
6467 * gdb.cp/overload-const.exp
6468 * gdb.cp/overload.exp
6469 * gdb.cp/ovldbreak.exp
6470 * gdb.cp/ovsrch.exp
6471 * gdb.cp/paren-type.exp
6472 * gdb.cp/parse-lang.exp
6473 * gdb.cp/pass-by-ref.exp
6474 * gdb.cp/pr-1023.exp
6475 * gdb.cp/pr-1210.exp
6476 * gdb.cp/pr-574.exp
6477 * gdb.cp/pr10687.exp
6478 * gdb.cp/pr12028.exp
6479 * gdb.cp/pr17132.exp
6480 * gdb.cp/pr17494.exp
6481 * gdb.cp/pr9067.exp
6482 * gdb.cp/pr9167.exp
6483 * gdb.cp/pr9631.exp
6484 * gdb.cp/printmethod.exp
6485 * gdb.cp/psmang.exp
6486 * gdb.cp/psymtab-parameter.exp
6487 * gdb.cp/ptype-cv-cp.exp
6488 * gdb.cp/ptype-flags.exp
6489 * gdb.cp/re-set-overloaded.exp
6490 * gdb.cp/ref-types.exp
6491 * gdb.cp/rtti.exp
6492 * gdb.cp/scope-err.exp
6493 * gdb.cp/shadow.exp
6494 * gdb.cp/smartp.exp
6495 * gdb.cp/static-method.exp
6496 * gdb.cp/static-print-quit.exp
6497 * gdb.cp/temargs.exp
6498 * gdb.cp/templates.exp
6499 * gdb.cp/try_catch.exp
6500 * gdb.cp/typedef-operator.exp
6501 * gdb.cp/typeid.exp
6502 * gdb.cp/userdef.exp
6503 * gdb.cp/using-crash.exp
6504 * gdb.cp/var-tag.exp
6505 * gdb.cp/virtbase.exp
6506 * gdb.cp/virtfunc.exp
6507 * gdb.cp/virtfunc2.exp
6508 * gdb.cp/vla-cxx.exp
6509 * gdb.disasm/t01_mov.exp
6510 * gdb.disasm/t02_mova.exp
6511 * gdb.disasm/t03_add.exp
6512 * gdb.disasm/t04_sub.exp
6513 * gdb.disasm/t05_cmp.exp
6514 * gdb.disasm/t06_ari2.exp
6515 * gdb.disasm/t07_ari3.exp
6516 * gdb.disasm/t08_or.exp
6517 * gdb.disasm/t09_xor.exp
6518 * gdb.disasm/t10_and.exp
6519 * gdb.disasm/t11_logs.exp
6520 * gdb.disasm/t12_bit.exp
6521 * gdb.disasm/t13_otr.exp
6522 * gdb.dlang/circular.exp
6523 * gdb.dwarf2/arr-stride.exp
6524 * gdb.dwarf2/arr-subrange.exp
6525 * gdb.dwarf2/atomic-type.exp
6526 * gdb.dwarf2/bad-regnum.exp
6527 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6528 * gdb.dwarf2/callframecfa.exp
6529 * gdb.dwarf2/clztest.exp
6530 * gdb.dwarf2/corrupt.exp
6531 * gdb.dwarf2/data-loc.exp
6532 * gdb.dwarf2/dup-psym.exp
6533 * gdb.dwarf2/dw2-anon-mptr.exp
6534 * gdb.dwarf2/dw2-anonymous-func.exp
6535 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6536 * gdb.dwarf2/dw2-bad-unresolved.exp
6537 * gdb.dwarf2/dw2-basic.exp
6538 * gdb.dwarf2/dw2-canonicalize-type.exp
6539 * gdb.dwarf2/dw2-case-insensitive.exp
6540 * gdb.dwarf2/dw2-common-block.exp
6541 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6542 * gdb.dwarf2/dw2-compressed.exp
6543 * gdb.dwarf2/dw2-const.exp
6544 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6545 * gdb.dwarf2/dw2-cu-size.exp
6546 * gdb.dwarf2/dw2-dup-frame.exp
6547 * gdb.dwarf2/dw2-entry-value.exp
6548 * gdb.dwarf2/dw2-icycle.exp
6549 * gdb.dwarf2/dw2-ifort-parameter.exp
6550 * gdb.dwarf2/dw2-inline-break.exp
6551 * gdb.dwarf2/dw2-inline-param.exp
6552 * gdb.dwarf2/dw2-intercu.exp
6553 * gdb.dwarf2/dw2-intermix.exp
6554 * gdb.dwarf2/dw2-lexical-block-bare.exp
6555 * gdb.dwarf2/dw2-linkage-name-trust.exp
6556 * gdb.dwarf2/dw2-minsym-in-cu.exp
6557 * gdb.dwarf2/dw2-noloc.exp
6558 * gdb.dwarf2/dw2-op-call.exp
6559 * gdb.dwarf2/dw2-op-out-param.exp
6560 * gdb.dwarf2/dw2-opt-structptr.exp
6561 * gdb.dwarf2/dw2-param-error.exp
6562 * gdb.dwarf2/dw2-producer.exp
6563 * gdb.dwarf2/dw2-ranges-base.exp
6564 * gdb.dwarf2/dw2-ref-missing-frame.exp
6565 * gdb.dwarf2/dw2-reg-undefined.exp
6566 * gdb.dwarf2/dw2-regno-invalid.exp
6567 * gdb.dwarf2/dw2-restore.exp
6568 * gdb.dwarf2/dw2-restrict.exp
6569 * gdb.dwarf2/dw2-single-line-discriminators.exp
6570 * gdb.dwarf2/dw2-strp.exp
6571 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6572 * gdb.dwarf2/dw2-unresolved.exp
6573 * gdb.dwarf2/dw2-var-zero-addr.exp
6574 * gdb.dwarf2/dw4-sig-types.exp
6575 * gdb.dwarf2/dwz.exp
6576 * gdb.dwarf2/dynarr-ptr.exp
6577 * gdb.dwarf2/enum-type.exp
6578 * gdb.dwarf2/gdb-index.exp
6579 * gdb.dwarf2/implptr-64bit.exp
6580 * gdb.dwarf2/implptr-optimized-out.exp
6581 * gdb.dwarf2/implptr.exp
6582 * gdb.dwarf2/implref-array.exp
6583 * gdb.dwarf2/implref-const.exp
6584 * gdb.dwarf2/implref-global.exp
6585 * gdb.dwarf2/implref-struct.exp
6586 * gdb.dwarf2/mac-fileno.exp
6587 * gdb.dwarf2/main-subprogram.exp
6588 * gdb.dwarf2/member-ptr-forwardref.exp
6589 * gdb.dwarf2/method-ptr.exp
6590 * gdb.dwarf2/missing-sig-type.exp
6591 * gdb.dwarf2/nonvar-access.exp
6592 * gdb.dwarf2/opaque-type-lookup.exp
6593 * gdb.dwarf2/pieces-optimized-out.exp
6594 * gdb.dwarf2/pieces.exp
6595 * gdb.dwarf2/pr10770.exp
6596 * gdb.dwarf2/pr13961.exp
6597 * gdb.dwarf2/staticvirtual.exp
6598 * gdb.dwarf2/subrange.exp
6599 * gdb.dwarf2/symtab-producer.exp
6600 * gdb.dwarf2/trace-crash.exp
6601 * gdb.dwarf2/typeddwarf.exp
6602 * gdb.dwarf2/valop.exp
6603 * gdb.dwarf2/watch-notconst.exp
6604 * gdb.fortran/array-element.exp
6605 * gdb.fortran/charset.exp
6606 * gdb.fortran/common-block.exp
6607 * gdb.fortran/complex.exp
6608 * gdb.fortran/derived-type-function.exp
6609 * gdb.fortran/derived-type.exp
6610 * gdb.fortran/logical.exp
6611 * gdb.fortran/module.exp
6612 * gdb.fortran/multi-dim.exp
6613 * gdb.fortran/nested-funcs.exp
6614 * gdb.fortran/print-formatted.exp
6615 * gdb.fortran/subarray.exp
6616 * gdb.fortran/vla-alloc-assoc.exp
6617 * gdb.fortran/vla-datatypes.exp
6618 * gdb.fortran/vla-history.exp
6619 * gdb.fortran/vla-ptr-info.exp
6620 * gdb.fortran/vla-ptype-sub.exp
6621 * gdb.fortran/vla-ptype.exp
6622 * gdb.fortran/vla-sizeof.exp
6623 * gdb.fortran/vla-type.exp
6624 * gdb.fortran/vla-value-sub-arbitrary.exp
6625 * gdb.fortran/vla-value-sub-finish.exp
6626 * gdb.fortran/vla-value-sub.exp
6627 * gdb.fortran/vla-value.exp
6628 * gdb.fortran/whatis_type.exp
6629 * gdb.go/chan.exp
6630 * gdb.go/handcall.exp
6631 * gdb.go/hello.exp
6632 * gdb.go/integers.exp
6633 * gdb.go/methods.exp
6634 * gdb.go/package.exp
6635 * gdb.go/strings.exp
6636 * gdb.go/types.exp
6637 * gdb.go/unsafe.exp
6638 * gdb.guile/scm-arch.exp
6639 * gdb.guile/scm-block.exp
6640 * gdb.guile/scm-breakpoint.exp
6641 * gdb.guile/scm-cmd.exp
6642 * gdb.guile/scm-disasm.exp
6643 * gdb.guile/scm-equal.exp
6644 * gdb.guile/scm-frame-args.exp
6645 * gdb.guile/scm-frame-inline.exp
6646 * gdb.guile/scm-frame.exp
6647 * gdb.guile/scm-iterator.exp
6648 * gdb.guile/scm-math.exp
6649 * gdb.guile/scm-objfile.exp
6650 * gdb.guile/scm-ports.exp
6651 * gdb.guile/scm-symbol.exp
6652 * gdb.guile/scm-symtab.exp
6653 * gdb.guile/scm-value-cc.exp
6654 * gdb.guile/types-module.exp
6655 * gdb.linespec/break-ask.exp
6656 * gdb.linespec/cpexplicit.exp
6657 * gdb.linespec/explicit.exp
6658 * gdb.linespec/keywords.exp
6659 * gdb.linespec/linespec.exp
6660 * gdb.linespec/ls-dollar.exp
6661 * gdb.linespec/ls-errs.exp
6662 * gdb.linespec/skip-two.exp
6663 * gdb.linespec/thread.exp
6664 * gdb.mi/mi-async.exp
6665 * gdb.mi/mi-basics.exp
6666 * gdb.mi/mi-break.exp
6667 * gdb.mi/mi-catch-load.exp
6668 * gdb.mi/mi-cli.exp
6669 * gdb.mi/mi-cmd-param-changed.exp
6670 * gdb.mi/mi-console.exp
6671 * gdb.mi/mi-detach.exp
6672 * gdb.mi/mi-disassemble.exp
6673 * gdb.mi/mi-eval.exp
6674 * gdb.mi/mi-file-transfer.exp
6675 * gdb.mi/mi-file.exp
6676 * gdb.mi/mi-fill-memory.exp
6677 * gdb.mi/mi-inheritance-syntax-error.exp
6678 * gdb.mi/mi-linespec-err-cp.exp
6679 * gdb.mi/mi-logging.exp
6680 * gdb.mi/mi-memory-changed.exp
6681 * gdb.mi/mi-read-memory.exp
6682 * gdb.mi/mi-record-changed.exp
6683 * gdb.mi/mi-reg-undefined.exp
6684 * gdb.mi/mi-regs.exp
6685 * gdb.mi/mi-return.exp
6686 * gdb.mi/mi-reverse.exp
6687 * gdb.mi/mi-simplerun.exp
6688 * gdb.mi/mi-solib.exp
6689 * gdb.mi/mi-stack.exp
6690 * gdb.mi/mi-stepi.exp
6691 * gdb.mi/mi-syn-frame.exp
6692 * gdb.mi/mi-until.exp
6693 * gdb.mi/mi-var-block.exp
6694 * gdb.mi/mi-var-child.exp
6695 * gdb.mi/mi-var-cmd.exp
6696 * gdb.mi/mi-var-cp.exp
6697 * gdb.mi/mi-var-display.exp
6698 * gdb.mi/mi-var-invalidate.exp
6699 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6700 * gdb.mi/mi-vla-fortran.exp
6701 * gdb.mi/mi-watch.exp
6702 * gdb.mi/mi2-var-child.exp
6703 * gdb.mi/user-selected-context-sync.exp
6704 * gdb.modula2/unbounded-array.exp
6705 * gdb.multi/dummy-frame-restore.exp
6706 * gdb.multi/multi-arch-exec.exp
6707 * gdb.multi/multi-arch.exp
6708 * gdb.multi/tids.exp
6709 * gdb.multi/watchpoint-multi.exp
6710 * gdb.opencl/callfuncs.exp
6711 * gdb.opencl/convs_casts.exp
6712 * gdb.opencl/datatypes.exp
6713 * gdb.opencl/operators.exp
6714 * gdb.opencl/vec_comps.exp
6715 * gdb.opt/clobbered-registers-O2.exp
6716 * gdb.opt/inline-break.exp
6717 * gdb.opt/inline-bt.exp
6718 * gdb.opt/inline-cmds.exp
6719 * gdb.opt/inline-locals.exp
6720 * gdb.pascal/case-insensitive-symbols.exp
6721 * gdb.pascal/floats.exp
6722 * gdb.pascal/gdb11492.exp
6723 * gdb.python/lib-types.exp
6724 * gdb.python/py-arch.exp
6725 * gdb.python/py-as-string.exp
6726 * gdb.python/py-bad-printers.exp
6727 * gdb.python/py-block.exp
6728 * gdb.python/py-breakpoint-create-fail.exp
6729 * gdb.python/py-breakpoint.exp
6730 * gdb.python/py-caller-is.exp
6731 * gdb.python/py-cmd.exp
6732 * gdb.python/py-explore-cc.exp
6733 * gdb.python/py-explore.exp
6734 * gdb.python/py-finish-breakpoint.exp
6735 * gdb.python/py-finish-breakpoint2.exp
6736 * gdb.python/py-frame-args.exp
6737 * gdb.python/py-frame-inline.exp
6738 * gdb.python/py-frame.exp
6739 * gdb.python/py-framefilter-mi.exp
6740 * gdb.python/py-infthread.exp
6741 * gdb.python/py-lazy-string.exp
6742 * gdb.python/py-linetable.exp
6743 * gdb.python/py-mi-events.exp
6744 * gdb.python/py-mi-objfile.exp
6745 * gdb.python/py-mi.exp
6746 * gdb.python/py-objfile.exp
6747 * gdb.python/py-pp-integral.exp
6748 * gdb.python/py-pp-maint.exp
6749 * gdb.python/py-pp-re-notag.exp
6750 * gdb.python/py-pp-registration.exp
6751 * gdb.python/py-recurse-unwind.exp
6752 * gdb.python/py-strfns.exp
6753 * gdb.python/py-symbol.exp
6754 * gdb.python/py-symtab.exp
6755 * gdb.python/py-sync-interp.exp
6756 * gdb.python/py-typeprint.exp
6757 * gdb.python/py-unwind-maint.exp
6758 * gdb.python/py-unwind.exp
6759 * gdb.python/py-value-cc.exp
6760 * gdb.python/py-xmethods.exp
6761 * gdb.reverse/amd64-tailcall-reverse.exp
6762 * gdb.reverse/break-precsave.exp
6763 * gdb.reverse/break-reverse.exp
6764 * gdb.reverse/consecutive-precsave.exp
6765 * gdb.reverse/consecutive-reverse.exp
6766 * gdb.reverse/finish-precsave.exp
6767 * gdb.reverse/finish-reverse-bkpt.exp
6768 * gdb.reverse/finish-reverse.exp
6769 * gdb.reverse/fstatat-reverse.exp
6770 * gdb.reverse/getresuid-reverse.exp
6771 * gdb.reverse/i386-precsave.exp
6772 * gdb.reverse/i386-reverse.exp
6773 * gdb.reverse/i386-sse-reverse.exp
6774 * gdb.reverse/i387-env-reverse.exp
6775 * gdb.reverse/i387-stack-reverse.exp
6776 * gdb.reverse/insn-reverse.exp
6777 * gdb.reverse/machinestate-precsave.exp
6778 * gdb.reverse/machinestate.exp
6779 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6780 * gdb.reverse/pipe-reverse.exp
6781 * gdb.reverse/readv-reverse.exp
6782 * gdb.reverse/recvmsg-reverse.exp
6783 * gdb.reverse/rerun-prec.exp
6784 * gdb.reverse/s390-mvcle.exp
6785 * gdb.reverse/step-precsave.exp
6786 * gdb.reverse/step-reverse.exp
6787 * gdb.reverse/time-reverse.exp
6788 * gdb.reverse/until-precsave.exp
6789 * gdb.reverse/until-reverse.exp
6790 * gdb.reverse/waitpid-reverse.exp
6791 * gdb.reverse/watch-precsave.exp
6792 * gdb.reverse/watch-reverse.exp
6793 * gdb.rust/generics.exp
6794 * gdb.rust/methods.exp
6795 * gdb.rust/modules.exp
6796 * gdb.rust/simple.exp
6797 * gdb.server/connect-with-no-symbol-file.exp
6798 * gdb.server/ext-attach.exp
6799 * gdb.server/ext-restart.exp
6800 * gdb.server/ext-wrapper.exp
6801 * gdb.server/file-transfer.exp
6802 * gdb.server/server-exec-info.exp
6803 * gdb.server/server-kill.exp
6804 * gdb.server/server-mon.exp
6805 * gdb.server/wrapper.exp
6806 * gdb.stabs/exclfwd.exp
6807 * gdb.stabs/gdb11479.exp
6808 * gdb.threads/clone-new-thread-event.exp
6809 * gdb.threads/corethreads.exp
6810 * gdb.threads/current-lwp-dead.exp
6811 * gdb.threads/dlopen-libpthread.exp
6812 * gdb.threads/gcore-thread.exp
6813 * gdb.threads/sigstep-threads.exp
6814 * gdb.threads/watchpoint-fork.exp
6815 * gdb.trace/actions-changed.exp
6816 * gdb.trace/backtrace.exp
6817 * gdb.trace/change-loc.exp
6818 * gdb.trace/circ.exp
6819 * gdb.trace/collection.exp
6820 * gdb.trace/disconnected-tracing.exp
6821 * gdb.trace/ftrace.exp
6822 * gdb.trace/mi-trace-frame-collected.exp
6823 * gdb.trace/mi-trace-unavailable.exp
6824 * gdb.trace/mi-traceframe-changed.exp
6825 * gdb.trace/mi-tsv-changed.exp
6826 * gdb.trace/no-attach-trace.exp
6827 * gdb.trace/passc-dyn.exp
6828 * gdb.trace/qtro.exp
6829 * gdb.trace/range-stepping.exp
6830 * gdb.trace/read-memory.exp
6831 * gdb.trace/save-trace.exp
6832 * gdb.trace/signal.exp
6833 * gdb.trace/status-stop.exp
6834 * gdb.trace/tfile.exp
6835 * gdb.trace/trace-break.exp
6836 * gdb.trace/trace-buffer-size.exp
6837 * gdb.trace/trace-condition.exp
6838 * gdb.trace/tracefile-pseudo-reg.exp
6839 * gdb.trace/tstatus.exp
6840 * gdb.trace/unavailable.exp
6841 * gdb.trace/while-dyn.exp
6842 * gdb.trace/while-stepping.exp
6843
6844 2016-12-22 Doug Evans <xdje42@gmail.com>
6845
6846 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6847 and msymbols.
6848
6849 2016-12-19 Yao Qi <yao.qi@linaro.org>
6850
6851 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6852 (test_with_self): Don't call do_steps_and_nexts, and remove
6853 code about stepping into xmalloc.
6854
6855 2016-12-09 Yao Qi <yao.qi@linaro.org>
6856
6857 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6858
6859 2016-12-09 Yao Qi <yao.qi@linaro.org>
6860
6861 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6862
6863 2016-12-09 Pedro Alves <palves@redhat.com>
6864
6865 * gdb.base/all-architectures-0.exp: New file.
6866 * gdb.base/all-architectures-1.exp: New file.
6867 * gdb.base/all-architectures-2.exp: New file.
6868 * gdb.base/all-architectures-3.exp: New file.
6869 * gdb.base/all-architectures-4.exp: New file.
6870 * gdb.base/all-architectures-5.exp: New file.
6871 * gdb.base/all-architectures-6.exp: New file.
6872 * gdb.base/all-architectures-7.exp: New file.
6873 * gdb.base/all-architectures.exp.in: New file.
6874
6875 2016-12-09 Yao Qi <yao.qi@linaro.org>
6876
6877 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6878
6879 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6880
6881 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6882 possible.
6883 Remove useless pattern-matching code.
6884
6885 2016-12-02 Pedro Alves <palves@redhat.com>
6886
6887 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6888 procedure.
6889 (top level): Call it.
6890
6891 2016-12-02 Pedro Alves <palves@redhat.com>
6892
6893 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6894 New procedure.
6895 (top level): Call it.
6896
6897 2016-12-02 Pedro Alves <palves@redhat.com>
6898
6899 PR cli/20559
6900 * gdb.base/commands.exp (user_defined_command_args_eval): New
6901 procedure.
6902 (top level): Call it.
6903
6904 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6905
6906 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6907 timeout handling.
6908
6909 2016-12-02 Tom Tromey <tom@tromey.com>
6910
6911 * gdb.dwarf2/main-subprogram.c: New file.
6912 * gdb.dwarf2/main-subprogram.exp: New file.
6913
6914 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6915
6916 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6917 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6918 gdb_test_no_output for a couple of cases.
6919 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6920
6921 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6922
6923 Fix test names and standardize compilation error messages throughout
6924 the following files:
6925
6926 * gdb.ada/start.exp
6927 * gdb.arch/alpha-step.exp
6928 * gdb.arch/e500-prologue.exp
6929 * gdb.arch/ftrace-insn-reloc.exp
6930 * gdb.arch/gdb1291.exp
6931 * gdb.arch/gdb1431.exp
6932 * gdb.arch/gdb1558.exp
6933 * gdb.arch/i386-dr3-watch.exp
6934 * gdb.arch/i386-sse-stack-align.exp
6935 * gdb.arch/ia64-breakpoint-shadow.exp
6936 * gdb.arch/pa-nullify.exp
6937 * gdb.arch/powerpc-aix-prologue.exp
6938 * gdb.arch/thumb-bx-pc.exp
6939 * gdb.base/annota1.exp
6940 * gdb.base/annota3.exp
6941 * gdb.base/arrayidx.exp
6942 * gdb.base/assign.exp
6943 * gdb.base/attach.exp
6944 * gdb.base/auxv.exp
6945 * gdb.base/bang.exp
6946 * gdb.base/bfp-test.exp
6947 * gdb.base/bigcore.exp
6948 * gdb.base/bitfields2.exp
6949 * gdb.base/break-fun-addr.exp
6950 * gdb.base/break-probes.exp
6951 * gdb.base/call-rt-st.exp
6952 * gdb.base/callexit.exp
6953 * gdb.base/catch-fork-kill.exp
6954 * gdb.base/charset.exp
6955 * gdb.base/checkpoint.exp
6956 * gdb.base/comprdebug.exp
6957 * gdb.base/constvars.exp
6958 * gdb.base/coredump-filter.exp
6959 * gdb.base/cursal.exp
6960 * gdb.base/cvexpr.exp
6961 * gdb.base/detach.exp
6962 * gdb.base/display.exp
6963 * gdb.base/dmsym.exp
6964 * gdb.base/dprintf-pending.exp
6965 * gdb.base/dso2dso.exp
6966 * gdb.base/dtrace-probe.exp
6967 * gdb.base/dump.exp
6968 * gdb.base/enum_cond.exp
6969 * gdb.base/exe-lock.exp
6970 * gdb.base/exec-invalid-sysroot.exp
6971 * gdb.base/execl-update-breakpoints.exp
6972 * gdb.base/exprs.exp
6973 * gdb.base/fileio.exp
6974 * gdb.base/find.exp
6975 * gdb.base/finish.exp
6976 * gdb.base/fixsection.exp
6977 * gdb.base/foll-vfork.exp
6978 * gdb.base/frame-args.exp
6979 * gdb.base/gcore.exp
6980 * gdb.base/gdb1250.exp
6981 * gdb.base/global-var-nested-by-dso.exp
6982 * gdb.base/gnu-ifunc.exp
6983 * gdb.base/hashline1.exp
6984 * gdb.base/hashline2.exp
6985 * gdb.base/hashline3.exp
6986 * gdb.base/hbreak-in-shr-unsupported.exp
6987 * gdb.base/huge.exp
6988 * gdb.base/infcall-input.exp
6989 * gdb.base/info-fun.exp
6990 * gdb.base/info-shared.exp
6991 * gdb.base/jit-simple.exp
6992 * gdb.base/jit-so.exp
6993 * gdb.base/jit.exp
6994 * gdb.base/jump.exp
6995 * gdb.base/label.exp
6996 * gdb.base/lineinc.exp
6997 * gdb.base/logical.exp
6998 * gdb.base/longjmp.exp
6999 * gdb.base/macscp.exp
7000 * gdb.base/miscexprs.exp
7001 * gdb.base/new-ui-echo.exp
7002 * gdb.base/new-ui-pending-input.exp
7003 * gdb.base/new-ui.exp
7004 * gdb.base/nodebug.exp
7005 * gdb.base/nofield.exp
7006 * gdb.base/offsets.exp
7007 * gdb.base/overlays.exp
7008 * gdb.base/pending.exp
7009 * gdb.base/pointers.exp
7010 * gdb.base/pr11022.exp
7011 * gdb.base/printcmds.exp
7012 * gdb.base/prologue.exp
7013 * gdb.base/ptr-typedef.exp
7014 * gdb.base/realname-expand.exp
7015 * gdb.base/relativedebug.exp
7016 * gdb.base/relocate.exp
7017 * gdb.base/remote.exp
7018 * gdb.base/reread.exp
7019 * gdb.base/return2.exp
7020 * gdb.base/savedregs.exp
7021 * gdb.base/sep.exp
7022 * gdb.base/sepdebug.exp
7023 * gdb.base/sepsymtab.exp
7024 * gdb.base/set-inferior-tty.exp
7025 * gdb.base/setshow.exp
7026 * gdb.base/shlib-call.exp
7027 * gdb.base/sigaltstack.exp
7028 * gdb.base/siginfo-addr.exp
7029 * gdb.base/signals.exp
7030 * gdb.base/signull.exp
7031 * gdb.base/sigrepeat.exp
7032 * gdb.base/so-impl-ld.exp
7033 * gdb.base/solib-display.exp
7034 * gdb.base/solib-overlap.exp
7035 * gdb.base/solib-search.exp
7036 * gdb.base/solib-symbol.exp
7037 * gdb.base/structs.exp
7038 * gdb.base/structs2.exp
7039 * gdb.base/symtab-search-order.exp
7040 * gdb.base/twice.exp
7041 * gdb.base/unload.exp
7042 * gdb.base/varargs.exp
7043 * gdb.base/watchpoint-solib.exp
7044 * gdb.base/watchpoint.exp
7045 * gdb.base/whatis.exp
7046 * gdb.base/wrong_frame_bt_full.exp
7047 * gdb.btrace/dlopen.exp
7048 * gdb.cell/ea-standalone.exp
7049 * gdb.cell/ea-test.exp
7050 * gdb.cp/dispcxx.exp
7051 * gdb.cp/gdb2384.exp
7052 * gdb.cp/method2.exp
7053 * gdb.cp/nextoverthrow.exp
7054 * gdb.cp/pr10728.exp
7055 * gdb.disasm/am33.exp
7056 * gdb.disasm/h8300s.exp
7057 * gdb.disasm/mn10300.exp
7058 * gdb.disasm/sh3.exp
7059 * gdb.dwarf2/dw2-dir-file-name.exp
7060 * gdb.fortran/complex.exp
7061 * gdb.fortran/library-module.exp
7062 * gdb.guile/scm-pretty-print.exp
7063 * gdb.guile/scm-symbol.exp
7064 * gdb.guile/scm-type.exp
7065 * gdb.guile/scm-value.exp
7066 * gdb.linespec/linespec.exp
7067 * gdb.mi/gdb701.exp
7068 * gdb.mi/gdb792.exp
7069 * gdb.mi/mi-breakpoint-changed.exp
7070 * gdb.mi/mi-dprintf-pending.exp
7071 * gdb.mi/mi-dprintf.exp
7072 * gdb.mi/mi-exit-code.exp
7073 * gdb.mi/mi-pending.exp
7074 * gdb.mi/mi-solib.exp
7075 * gdb.mi/new-ui-mi-sync.exp
7076 * gdb.mi/pr11022.exp
7077 * gdb.mi/user-selected-context-sync.exp
7078 * gdb.opt/solib-intra-step.exp
7079 * gdb.python/py-events.exp
7080 * gdb.python/py-finish-breakpoint.exp
7081 * gdb.python/py-mi.exp
7082 * gdb.python/py-prettyprint.exp
7083 * gdb.python/py-shared.exp
7084 * gdb.python/py-symbol.exp
7085 * gdb.python/py-template.exp
7086 * gdb.python/py-type.exp
7087 * gdb.python/py-value.exp
7088 * gdb.reverse/solib-precsave.exp
7089 * gdb.reverse/solib-reverse.exp
7090 * gdb.server/solib-list.exp
7091 * gdb.stabs/weird.exp
7092 * gdb.threads/reconnect-signal.exp
7093 * gdb.threads/stepi-random-signal.exp
7094 * gdb.trace/actions.exp
7095 * gdb.trace/ax.exp
7096 * gdb.trace/backtrace.exp
7097 * gdb.trace/change-loc.exp
7098 * gdb.trace/deltrace.exp
7099 * gdb.trace/ftrace-lock.exp
7100 * gdb.trace/ftrace.exp
7101 * gdb.trace/infotrace.exp
7102 * gdb.trace/mi-tracepoint-changed.exp
7103 * gdb.trace/packetlen.exp
7104 * gdb.trace/passcount.exp
7105 * gdb.trace/pending.exp
7106 * gdb.trace/range-stepping.exp
7107 * gdb.trace/report.exp
7108 * gdb.trace/stap-trace.exp
7109 * gdb.trace/tfind.exp
7110 * gdb.trace/trace-break.exp
7111 * gdb.trace/trace-condition.exp
7112 * gdb.trace/trace-enable-disable.exp
7113 * gdb.trace/trace-mt.exp
7114 * gdb.trace/tracecmd.exp
7115 * gdb.trace/tspeed.exp
7116 * gdb.trace/tsv.exp
7117 * lib/perftest.exp
7118
7119 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7120
7121 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7122 with gdb_test_no_output.
7123 Use command as test name.
7124
7125 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7126
7127 Fix test names starting with uppercase throughout the files.
7128
7129 * gdb.ada/assign_1.exp
7130 * gdb.ada/boolean_expr.exp
7131 * gdb.base/arrayidx.exp
7132 * gdb.base/del.exp
7133 * gdb.base/gcore-buffer-overflow.exp
7134 * gdb.base/testenv.exp
7135 * gdb.compile/compile.exp
7136 * gdb.python/py-framefilter-invalidarg.exp
7137 * gdb.python/py-framefilter.exp
7138
7139 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7140
7141 Fix test names starting with uppercase throughout the files.
7142
7143 * gdb.ada/array_return.exp
7144 * gdb.ada/expr_delims.exp
7145 * gdb.ada/mi_dyn_arr.exp
7146 * gdb.ada/mi_interface.exp
7147 * gdb.ada/mi_var_array.exp
7148 * gdb.ada/watch_arg.exp
7149 * gdb.arch/alpha-step.exp
7150 * gdb.arch/altivec-regs.exp
7151 * gdb.arch/e500-regs.exp
7152 * gdb.arch/powerpc-d128-regs.exp
7153 * gdb.base/arrayidx.exp
7154 * gdb.base/break.exp
7155 * gdb.base/checkpoint.exp
7156 * gdb.base/debug-expr.exp
7157 * gdb.base/dmsym.exp
7158 * gdb.base/radix.exp
7159 * gdb.base/sepdebug.exp
7160 * gdb.base/testenv.exp
7161 * gdb.base/watch_thread_num.exp
7162 * gdb.base/watchpoint-cond-gone.exp
7163 * gdb.cell/break.exp
7164 * gdb.cell/ea-cache.exp
7165 * gdb.compile/compile.exp
7166 * gdb.cp/gdb2495.exp
7167 * gdb.gdb/selftest.exp
7168 * gdb.gdb/xfullpath.exp
7169 * gdb.go/hello.exp
7170 * gdb.go/integers.exp
7171 * gdb.objc/basicclass.exp
7172 * gdb.pascal/hello.exp
7173 * gdb.pascal/integers.exp
7174 * gdb.python/py-breakpoint.exp
7175 * gdb.python/py-cmd.exp
7176 * gdb.python/py-linetable.exp
7177 * gdb.python/py-xmethods.exp
7178 * gdb.python/python.exp
7179 * gdb.reverse/consecutive-precsave.exp
7180 * gdb.reverse/finish-precsave.exp
7181 * gdb.reverse/i386-precsave.exp
7182 * gdb.reverse/machinestate-precsave.exp
7183 * gdb.reverse/sigall-precsave.exp
7184 * gdb.reverse/solib-precsave.exp
7185 * gdb.reverse/step-precsave.exp
7186 * gdb.reverse/until-precsave.exp
7187 * gdb.reverse/watch-precsave.exp
7188 * gdb.threads/leader-exit.exp
7189 * gdb.threads/pthreads.exp
7190 * gdb.threads/wp-replication.exp
7191 * gdb.trace/actions.exp
7192 * gdb.trace/mi-tsv-changed.exp
7193 * gdb.trace/tsv.exp
7194
7195 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7196
7197 Fix test names starting with uppercase throughout the files.
7198
7199 * gdb.arch/i386-bp_permanent.exp
7200 * gdb.arch/i386-gnu-cfi.exp
7201 * gdb.base/disasm-end-cu.exp
7202 * gdb.base/macscp.exp
7203 * gdb.base/pending.exp
7204 * gdb.base/watch_thread_num.exp
7205 * gdb.cp/exception.exp
7206 * gdb.cp/gdb2495.exp
7207 * gdb.cp/local.exp
7208 * gdb.python/py-evsignal.exp
7209 * gdb.python/python.exp
7210 * gdb.trace/tracecmd.exp
7211
7212 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7213
7214 Fix test names starting with uppercase throughout the files.
7215
7216 * gdb.base/charset.exp
7217 * gdb.base/eval.exp
7218 * gdb.base/multi-forks.exp
7219 * gdb.guile/scm-progspace.exp
7220 * gdb.opencl/datatypes.exp
7221 * gdb.python/py-block.exp
7222 * gdb.python/py-function.exp
7223 * gdb.python/py-symbol.exp
7224 * gdb.python/py-symtab.exp
7225 * gdb.python/py-xmethods.exp
7226 * gdb.reverse/break-precsave.exp
7227 * gdb.reverse/break-reverse.exp
7228 * gdb.reverse/consecutive-precsave.exp
7229 * gdb.reverse/consecutive-reverse.exp
7230 * gdb.reverse/finish-precsave.exp
7231 * gdb.reverse/finish-reverse-bkpt.exp
7232 * gdb.reverse/finish-reverse.exp
7233 * gdb.reverse/fstatat-reverse.exp
7234 * gdb.reverse/getresuid-reverse.exp
7235 * gdb.reverse/i386-precsave.exp
7236 * gdb.reverse/i386-reverse.exp
7237 * gdb.reverse/i386-sse-reverse.exp
7238 * gdb.reverse/i387-stack-reverse.exp
7239 * gdb.reverse/insn-reverse.exp
7240 * gdb.reverse/machinestate-precsave.exp
7241 * gdb.reverse/machinestate.exp
7242 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7243 * gdb.reverse/pipe-reverse.exp
7244 * gdb.reverse/readv-reverse.exp
7245 * gdb.reverse/recvmsg-reverse.exp
7246 * gdb.reverse/rerun-prec.exp
7247 * gdb.reverse/s390-mvcle.exp
7248 * gdb.reverse/sigall-precsave.exp
7249 * gdb.reverse/sigall-reverse.exp
7250 * gdb.reverse/solib-precsave.exp
7251 * gdb.reverse/solib-reverse.exp
7252 * gdb.reverse/step-precsave.exp
7253 * gdb.reverse/step-reverse.exp
7254 * gdb.reverse/time-reverse.exp
7255 * gdb.reverse/until-precsave.exp
7256 * gdb.reverse/until-reverse.exp
7257 * gdb.reverse/waitpid-reverse.exp
7258 * gdb.reverse/watch-precsave.exp
7259 * gdb.reverse/watch-reverse.exp
7260
7261 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7262
7263 Fix test names starting with uppercase throughout the files.
7264
7265 * gdb.arch/i386-mpx-simple_segv.exp
7266 * gdb.arch/i386-mpx.exp
7267 * gdb.arch/i386-permbkpt.exp
7268 * gdb.arch/pa-nullify.exp
7269 * gdb.arch/powerpc-d128-regs.exp
7270 * gdb.arch/vsx-regs.exp
7271 * gdb.base/bfp-test.exp
7272 * gdb.base/break.exp
7273 * gdb.base/breakpoint-shadow.exp
7274 * gdb.base/callfuncs.exp
7275 * gdb.base/charset.exp
7276 * gdb.base/commands.exp
7277 * gdb.base/completion.exp
7278 * gdb.base/dfp-test.exp
7279 * gdb.base/echo.exp
7280 * gdb.base/ending-run.exp
7281 * gdb.base/eval.exp
7282 * gdb.base/expand-psymtabs.exp
7283 * gdb.base/float128.exp
7284 * gdb.base/floatn.exp
7285 * gdb.base/foll-exec-mode.exp
7286 * gdb.base/gdb1056.exp
7287 * gdb.base/gdb11531.exp
7288 * gdb.base/kill-after-signal.exp
7289 * gdb.base/multi-forks.exp
7290 * gdb.base/overlays.exp
7291 * gdb.base/pending.exp
7292 * gdb.base/sepdebug.exp
7293 * gdb.base/testenv.exp
7294 * gdb.base/valgrind-db-attach.exp
7295 * gdb.base/watch_thread_num.exp
7296 * gdb.base/watchpoint-cond-gone.exp
7297 * gdb.base/watchpoint.exp
7298 * gdb.base/watchpoints.exp
7299 * gdb.cp/arg-reference.exp
7300 * gdb.cp/baseenum.exp
7301 * gdb.cp/operator.exp
7302 * gdb.cp/shadow.exp
7303 * gdb.dwarf2/dw2-op-out-param.exp
7304 * gdb.dwarf2/dw2-reg-undefined.exp
7305 * gdb.go/chan.exp
7306 * gdb.go/hello.exp
7307 * gdb.go/integers.exp
7308 * gdb.go/methods.exp
7309 * gdb.go/package.exp
7310 * gdb.guile/scm-parameter.exp
7311 * gdb.guile/scm-progspace.exp
7312 * gdb.guile/scm-value.exp
7313 * gdb.mi/mi-pending.exp
7314 * gdb.mi/user-selected-context-sync.exp
7315 * gdb.multi/multi-attach.exp
7316 * gdb.multi/tids.exp
7317 * gdb.opt/clobbered-registers-O2.exp
7318 * gdb.pascal/floats.exp
7319 * gdb.pascal/integers.exp
7320 * gdb.python/py-block.exp
7321 * gdb.python/py-events.exp
7322 * gdb.python/py-parameter.exp
7323 * gdb.python/py-symbol.exp
7324 * gdb.python/py-symtab.exp
7325 * gdb.python/py-type.exp
7326 * gdb.python/py-value.exp
7327 * gdb.python/py-xmethods.exp
7328 * gdb.python/python.exp
7329 * gdb.reverse/break-precsave.exp
7330 * gdb.reverse/consecutive-precsave.exp
7331 * gdb.reverse/finish-precsave.exp
7332 * gdb.reverse/i386-precsave.exp
7333 * gdb.reverse/machinestate-precsave.exp
7334 * gdb.reverse/sigall-precsave.exp
7335 * gdb.reverse/solib-precsave.exp
7336 * gdb.reverse/step-precsave.exp
7337 * gdb.reverse/until-precsave.exp
7338 * gdb.reverse/watch-precsave.exp
7339 * gdb.server/ext-attach.exp
7340 * gdb.server/ext-restart.exp
7341 * gdb.server/ext-run.exp
7342 * gdb.server/ext-wrapper.exp
7343 * gdb.stabs/gdb11479.exp
7344 * gdb.stabs/weird.exp
7345 * gdb.threads/attach-many-short-lived-threads.exp
7346 * gdb.threads/kill.exp
7347 * gdb.threads/watchpoint-fork.exp
7348
7349 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7350
7351 Fix test names starting with uppercase throughout all the files below.
7352
7353 * gdb.ada/array_return.exp
7354 * gdb.ada/catch_ex.exp
7355 * gdb.ada/info_exc.exp
7356 * gdb.ada/mi_catch_ex.exp
7357 * gdb.ada/mi_dyn_arr.exp
7358 * gdb.ada/mi_ex_cond.exp
7359 * gdb.ada/mi_exc_info.exp
7360 * gdb.ada/mi_interface.exp
7361 * gdb.ada/mi_task_arg.exp
7362 * gdb.ada/mi_task_info.exp
7363 * gdb.ada/mi_var_array.exp
7364 * gdb.arch/alpha-step.exp
7365 * gdb.arch/amd64-disp-step.exp
7366 * gdb.arch/arm-disp-step.exp
7367 * gdb.arch/disp-step-insn-reloc.exp
7368 * gdb.arch/e500-prologue.exp
7369 * gdb.arch/ftrace-insn-reloc.exp
7370 * gdb.arch/gdb1558.exp
7371 * gdb.arch/i386-bp_permanent.exp
7372 * gdb.arch/i386-disp-step.exp
7373 * gdb.arch/i386-float.exp
7374 * gdb.arch/i386-gnu-cfi.exp
7375 * gdb.arch/ia64-breakpoint-shadow.exp
7376 * gdb.arch/mips16-thunks.exp
7377 * gdb.arch/pa-nullify.exp
7378 * gdb.arch/powerpc-aix-prologue.exp
7379 * gdb.arch/powerpc-power.exp
7380 * gdb.arch/ppc-dfp.exp
7381 * gdb.arch/s390-tdbregs.exp
7382 * gdb.arch/spu-info.exp
7383 * gdb.arch/spu-ls.exp
7384 * gdb.arch/thumb-bx-pc.exp
7385 * gdb.base/advance.exp
7386 * gdb.base/annota-input-while-running.exp
7387 * gdb.base/arrayidx.exp
7388 * gdb.base/asmlabel.exp
7389 * gdb.base/async.exp
7390 * gdb.base/attach-wait-input.exp
7391 * gdb.base/auto-connect-native-target.exp
7392 * gdb.base/batch-preserve-term-settings.exp
7393 * gdb.base/bfp-test.exp
7394 * gdb.base/bigcore.exp
7395 * gdb.base/bp-permanent.exp
7396 * gdb.base/break-always.exp
7397 * gdb.base/break-fun-addr.exp
7398 * gdb.base/break-idempotent.exp
7399 * gdb.base/break-main-file-remove-fail.exp
7400 * gdb.base/break-probes.exp
7401 * gdb.base/break-unload-file.exp
7402 * gdb.base/break.exp
7403 * gdb.base/call-ar-st.exp
7404 * gdb.base/call-rt-st.exp
7405 * gdb.base/call-sc.exp
7406 * gdb.base/call-signal-resume.exp
7407 * gdb.base/call-strs.exp
7408 * gdb.base/callexit.exp
7409 * gdb.base/callfuncs.exp
7410 * gdb.base/catch-gdb-caused-signals.exp
7411 * gdb.base/catch-signal-siginfo-cond.exp
7412 * gdb.base/catch-syscall.exp
7413 * gdb.base/compare-sections.exp
7414 * gdb.base/cond-eval-mode.exp
7415 * gdb.base/condbreak-call-false.exp
7416 * gdb.base/consecutive-step-over.exp
7417 * gdb.base/cursal.exp
7418 * gdb.base/disabled-location.exp
7419 * gdb.base/disasm-end-cu.exp
7420 * gdb.base/display.exp
7421 * gdb.base/double-prompt-target-event-error.exp
7422 * gdb.base/dprintf-bp-same-addr.exp
7423 * gdb.base/dprintf-detach.exp
7424 * gdb.base/dprintf-next.exp
7425 * gdb.base/dprintf-non-stop.exp
7426 * gdb.base/dprintf-pending.exp
7427 * gdb.base/dso2dso.exp
7428 * gdb.base/ending-run.exp
7429 * gdb.base/enum_cond.exp
7430 * gdb.base/examine-backward.exp
7431 * gdb.base/exe-lock.exp
7432 * gdb.base/exec-invalid-sysroot.exp
7433 * gdb.base/execl-update-breakpoints.exp
7434 * gdb.base/execution-termios.exp
7435 * gdb.base/fileio.exp
7436 * gdb.base/fixsection.exp
7437 * gdb.base/foll-exec-mode.exp
7438 * gdb.base/foll-exec.exp
7439 * gdb.base/fork-running-state.exp
7440 * gdb.base/frame-args.exp
7441 * gdb.base/fullpath-expand.exp
7442 * gdb.base/func-ptr.exp
7443 * gdb.base/gcore-relro-pie.exp
7444 * gdb.base/gdb1090.exp
7445 * gdb.base/gdb1555.exp
7446 * gdb.base/global-var-nested-by-dso.exp
7447 * gdb.base/gnu-ifunc.exp
7448 * gdb.base/hbreak-in-shr-unsupported.exp
7449 * gdb.base/hbreak-unmapped.exp
7450 * gdb.base/hook-stop.exp
7451 * gdb.base/infcall-input.exp
7452 * gdb.base/info-fun.exp
7453 * gdb.base/info-shared.exp
7454 * gdb.base/interrupt-noterm.exp
7455 * gdb.base/jit-so.exp
7456 * gdb.base/jit.exp
7457 * gdb.base/line-symtabs.exp
7458 * gdb.base/list.exp
7459 * gdb.base/longjmp.exp
7460 * gdb.base/macscp.exp
7461 * gdb.base/max-value-size.exp
7462 * gdb.base/nodebug.exp
7463 * gdb.base/nofield.exp
7464 * gdb.base/overlays.exp
7465 * gdb.base/paginate-after-ctrl-c-running.exp
7466 * gdb.base/paginate-bg-execution.exp
7467 * gdb.base/paginate-inferior-exit.exp
7468 * gdb.base/pending.exp
7469 * gdb.base/pr11022.exp
7470 * gdb.base/printcmds.exp
7471 * gdb.base/ptr-typedef.exp
7472 * gdb.base/ptype.exp
7473 * gdb.base/randomize.exp
7474 * gdb.base/range-stepping.exp
7475 * gdb.base/realname-expand.exp
7476 * gdb.base/relativedebug.exp
7477 * gdb.base/remote.exp
7478 * gdb.base/savedregs.exp
7479 * gdb.base/sepdebug.exp
7480 * gdb.base/set-noassign.exp
7481 * gdb.base/shlib-call.exp
7482 * gdb.base/shreloc.exp
7483 * gdb.base/sigaltstack.exp
7484 * gdb.base/sigbpt.exp
7485 * gdb.base/siginfo-addr.exp
7486 * gdb.base/siginfo-obj.exp
7487 * gdb.base/siginfo-thread.exp
7488 * gdb.base/signest.exp
7489 * gdb.base/signull.exp
7490 * gdb.base/sigrepeat.exp
7491 * gdb.base/skip.exp
7492 * gdb.base/so-impl-ld.exp
7493 * gdb.base/solib-corrupted.exp
7494 * gdb.base/solib-disc.exp
7495 * gdb.base/solib-display.exp
7496 * gdb.base/solib-overlap.exp
7497 * gdb.base/solib-search.exp
7498 * gdb.base/solib-symbol.exp
7499 * gdb.base/source-execution.exp
7500 * gdb.base/sss-bp-on-user-bp-2.exp
7501 * gdb.base/sss-bp-on-user-bp.exp
7502 * gdb.base/stack-checking.exp
7503 * gdb.base/stale-infcall.exp
7504 * gdb.base/step-break.exp
7505 * gdb.base/step-line.exp
7506 * gdb.base/step-over-exit.exp
7507 * gdb.base/step-test.exp
7508 * gdb.base/structs.exp
7509 * gdb.base/sym-file.exp
7510 * gdb.base/symtab-search-order.exp
7511 * gdb.base/term.exp
7512 * gdb.base/type-opaque.exp
7513 * gdb.base/unload.exp
7514 * gdb.base/until-nodebug.exp
7515 * gdb.base/until.exp
7516 * gdb.base/unwindonsignal.exp
7517 * gdb.base/watch-cond.exp
7518 * gdb.base/watch-non-mem.exp
7519 * gdb.base/watch_thread_num.exp
7520 * gdb.base/watchpoint-reuse-slot.exp
7521 * gdb.base/watchpoint-solib.exp
7522 * gdb.base/watchpoint.exp
7523 * gdb.btrace/dlopen.exp
7524 * gdb.cell/arch.exp
7525 * gdb.cell/break.exp
7526 * gdb.cell/bt.exp
7527 * gdb.cell/core.exp
7528 * gdb.cell/data.exp
7529 * gdb.cell/dwarfaddr.exp
7530 * gdb.cell/ea-cache.exp
7531 * gdb.cell/ea-standalone.exp
7532 * gdb.cell/ea-test.exp
7533 * gdb.cell/f-regs.exp
7534 * gdb.cell/fork.exp
7535 * gdb.cell/gcore.exp
7536 * gdb.cell/mem-access.exp
7537 * gdb.cell/ptype.exp
7538 * gdb.cell/registers.exp
7539 * gdb.cell/sizeof.exp
7540 * gdb.cell/solib-symbol.exp
7541 * gdb.cell/solib.exp
7542 * gdb.compile/compile-tls.exp
7543 * gdb.cp/exception.exp
7544 * gdb.cp/gdb2495.exp
7545 * gdb.cp/local.exp
7546 * gdb.cp/mb-inline.exp
7547 * gdb.cp/mb-templates.exp
7548 * gdb.cp/pr10687.exp
7549 * gdb.cp/pr9167.exp
7550 * gdb.cp/scope-err.exp
7551 * gdb.cp/templates.exp
7552 * gdb.cp/virtfunc.exp
7553 * gdb.dwarf2/dw2-dir-file-name.exp
7554 * gdb.dwarf2/dw2-single-line-discriminators.exp
7555 * gdb.fortran/complex.exp
7556 * gdb.fortran/library-module.exp
7557 * gdb.guile/guile.exp
7558 * gdb.guile/scm-cmd.exp
7559 * gdb.guile/scm-frame-inline.exp
7560 * gdb.guile/scm-objfile.exp
7561 * gdb.guile/scm-pretty-print.exp
7562 * gdb.guile/scm-symbol.exp
7563 * gdb.guile/scm-type.exp
7564 * gdb.guile/scm-value.exp
7565 * gdb.linespec/keywords.exp
7566 * gdb.linespec/ls-errs.exp
7567 * gdb.linespec/macro-relative.exp
7568 * gdb.linespec/thread.exp
7569 * gdb.mi/mi-breakpoint-changed.exp
7570 * gdb.mi/mi-dprintf-pending.exp
7571 * gdb.mi/mi-fullname-deleted.exp
7572 * gdb.mi/mi-logging.exp
7573 * gdb.mi/mi-pending.exp
7574 * gdb.mi/mi-solib.exp
7575 * gdb.mi/new-ui-mi-sync.exp
7576 * gdb.mi/user-selected-context-sync.exp
7577 * gdb.multi/dummy-frame-restore.exp
7578 * gdb.multi/multi-arch-exec.exp
7579 * gdb.multi/remove-inferiors.exp
7580 * gdb.multi/watchpoint-multi-exit.exp
7581 * gdb.opt/solib-intra-step.exp
7582 * gdb.perf/backtrace.exp
7583 * gdb.perf/single-step.exp
7584 * gdb.perf/skip-command.exp
7585 * gdb.perf/skip-prologue.exp
7586 * gdb.perf/solib.exp
7587 * gdb.python/lib-types.exp
7588 * gdb.python/py-as-string.exp
7589 * gdb.python/py-bad-printers.exp
7590 * gdb.python/py-block.exp
7591 * gdb.python/py-breakpoint.exp
7592 * gdb.python/py-cmd.exp
7593 * gdb.python/py-events.exp
7594 * gdb.python/py-evthreads.exp
7595 * gdb.python/py-finish-breakpoint.exp
7596 * gdb.python/py-finish-breakpoint2.exp
7597 * gdb.python/py-frame-inline.exp
7598 * gdb.python/py-frame.exp
7599 * gdb.python/py-inferior.exp
7600 * gdb.python/py-infthread.exp
7601 * gdb.python/py-mi.exp
7602 * gdb.python/py-objfile.exp
7603 * gdb.python/py-pp-maint.exp
7604 * gdb.python/py-pp-registration.exp
7605 * gdb.python/py-prettyprint.exp
7606 * gdb.python/py-recurse-unwind.exp
7607 * gdb.python/py-shared.exp
7608 * gdb.python/py-symbol.exp
7609 * gdb.python/py-symtab.exp
7610 * gdb.python/py-template.exp
7611 * gdb.python/py-type.exp
7612 * gdb.python/py-unwind-maint.exp
7613 * gdb.python/py-unwind.exp
7614 * gdb.python/py-value.exp
7615 * gdb.python/python.exp
7616 * gdb.reverse/finish-reverse-bkpt.exp
7617 * gdb.reverse/insn-reverse.exp
7618 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7619 * gdb.reverse/solib-precsave.exp
7620 * gdb.reverse/solib-reverse.exp
7621 * gdb.stabs/gdb11479.exp
7622 * gdb.stabs/weird.exp
7623 * gdb.threads/fork-child-threads.exp
7624 * gdb.threads/fork-plus-threads.exp
7625 * gdb.threads/fork-thread-pending.exp
7626 * gdb.threads/forking-threads-plus-breakpoint.exp
7627 * gdb.threads/hand-call-in-threads.exp
7628 * gdb.threads/interrupted-hand-call.exp
7629 * gdb.threads/linux-dp.exp
7630 * gdb.threads/local-watch-wrong-thread.exp
7631 * gdb.threads/next-while-other-thread-longjmps.exp
7632 * gdb.threads/non-ldr-exit.exp
7633 * gdb.threads/pending-step.exp
7634 * gdb.threads/print-threads.exp
7635 * gdb.threads/process-dies-while-detaching.exp
7636 * gdb.threads/process-dies-while-handling-bp.exp
7637 * gdb.threads/pthreads.exp
7638 * gdb.threads/queue-signal.exp
7639 * gdb.threads/reconnect-signal.exp
7640 * gdb.threads/signal-command-handle-nopass.exp
7641 * gdb.threads/signal-command-multiple-signals-pending.exp
7642 * gdb.threads/signal-delivered-right-thread.exp
7643 * gdb.threads/signal-sigtrap.exp
7644 * gdb.threads/sigthread.exp
7645 * gdb.threads/staticthreads.exp
7646 * gdb.threads/stepi-random-signal.exp
7647 * gdb.threads/thread-unwindonsignal.exp
7648 * gdb.threads/thread_check.exp
7649 * gdb.threads/thread_events.exp
7650 * gdb.threads/tid-reuse.exp
7651 * gdb.threads/tls-nodebug.exp
7652 * gdb.threads/tls-shared.exp
7653 * gdb.threads/tls-so_extern.exp
7654 * gdb.threads/tls.exp
7655 * gdb.threads/wp-replication.exp
7656 * gdb.trace/actions-changed.exp
7657 * gdb.trace/actions.exp
7658 * gdb.trace/backtrace.exp
7659 * gdb.trace/change-loc.exp
7660 * gdb.trace/collection.exp
7661 * gdb.trace/deltrace.exp
7662 * gdb.trace/disconnected-tracing.exp
7663 * gdb.trace/entry-values.exp
7664 * gdb.trace/ftrace-lock.exp
7665 * gdb.trace/ftrace.exp
7666 * gdb.trace/infotrace.exp
7667 * gdb.trace/mi-trace-frame-collected.exp
7668 * gdb.trace/mi-trace-unavailable.exp
7669 * gdb.trace/mi-traceframe-changed.exp
7670 * gdb.trace/mi-tracepoint-changed.exp
7671 * gdb.trace/mi-tsv-changed.exp
7672 * gdb.trace/no-attach-trace.exp
7673 * gdb.trace/packetlen.exp
7674 * gdb.trace/passc-dyn.exp
7675 * gdb.trace/passcount.exp
7676 * gdb.trace/pending.exp
7677 * gdb.trace/pr16508.exp
7678 * gdb.trace/qtro.exp
7679 * gdb.trace/range-stepping.exp
7680 * gdb.trace/read-memory.exp
7681 * gdb.trace/report.exp
7682 * gdb.trace/save-trace.exp
7683 * gdb.trace/signal.exp
7684 * gdb.trace/stap-trace.exp
7685 * gdb.trace/status-stop.exp
7686 * gdb.trace/strace.exp
7687 * gdb.trace/tfile.exp
7688 * gdb.trace/tfind.exp
7689 * gdb.trace/trace-break.exp
7690 * gdb.trace/trace-condition.exp
7691 * gdb.trace/trace-enable-disable.exp
7692 * gdb.trace/trace-mt.exp
7693 * gdb.trace/tracecmd.exp
7694 * gdb.trace/tracefile-pseudo-reg.exp
7695 * gdb.trace/tspeed.exp
7696 * gdb.trace/tstatus.exp
7697 * gdb.trace/tsv.exp
7698 * gdb.trace/unavailable.exp
7699 * gdb.trace/while-dyn.exp
7700 * gdb.trace/while-stepping.exp
7701 * lib/gdb-guile.exp
7702 * lib/gdb.exp
7703 * lib/mi-support.exp
7704 * lib/pascal.exp
7705 * lib/perftest.exp
7706 * lib/prelink-support.exp
7707 * lib/selftest-support.exp
7708
7709 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7710
7711 * Makefile.in: Include disable-implicit-rules.mk.
7712
7713 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7714
7715 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7716 non-byte-aligned bit fields.
7717
7718 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7719
7720 PR gdb/12616
7721 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7722 respects the DW_AT_data_bit_offset attribute.
7723
7724 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7725
7726 * gdb.base/default.exp: Fix output of "set language".
7727
7728 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7729
7730 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7731 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7732 make.
7733 * configure.ac: Remove checks for the make program.
7734 * configure: Re-generate.
7735
7736 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7737
7738 * gdb.python/py-recurse-unwind.c (main): Add loop.
7739 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7740 to read_register() and gdb.parse_and_eval(). Make each code
7741 call a separate case that can be individually tested.
7742 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7743 proc. Call cont_and_backtrace for each of the code paths that
7744 we want to test in the unwinder.
7745
7746 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7747
7748 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7749 the definition of struct S.
7750
7751 2016-11-11 Catherine Moore <clm@codesourcery.com>
7752
7753 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7754
7755 2016-11-09 Pedro Alves <palves@redhat.com>
7756
7757 * gdb.base/commands.exp (runto_or_return): New procedure.
7758 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7759 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7760 (progvar_simple_while_test, progvar_complex_if_while_test)
7761 (if_while_breakpoint_command_test)
7762 (infrun_breakpoint_command_test, breakpoint_command_test)
7763 (user_defined_command_test, watchpoint_command_test)
7764 (test_command_prompt_position, redefine_hook_test)
7765 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7766 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7767 multi_line_input and multi_line. Remove gdb_expect and
7768 gdb_stop_suppressing_tests uses.
7769 * lib/gdb.exp (valnum_re): New global.
7770 (multi_line_input): New procedure.
7771
7772 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7773
7774 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7775 Remove.
7776 (test_setup): Define with proc_with_prefix.
7777 (test_cli_inferior): Likewise.
7778 (test_cli_thread): Likewise.
7779 (test_cli_frame): Likewise.
7780 (test_cli_select_frame): Likewise.
7781 (test_cli_up_down): Likewise.
7782 (test_mi_thread_select): Likewise.
7783 (test_mi_stack_select_frame): Likewise.
7784 (test_cli_in_mi_inferior): Likewise.
7785 (test_cli_in_mi_thread): Likewise.
7786 (test_cli_in_mi_frame): Likewise.
7787 (top level): Do not use with_test_prefix_procname.
7788
7789 2016-11-09 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.base/commands.exp (gdbvar_simple_if_test)
7792 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7793 (progvar_simple_if_test, progvar_simple_while_test)
7794 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7795 (infrun_breakpoint_command_test, breakpoint_command_test)
7796 (user_defined_command_test, watchpoint_command_test)
7797 (test_command_prompt_position, deprecated_command_test)
7798 (bp_deleted_in_command, temporary_breakpoint_commands)
7799 (stray_arg0_test, source_file_with_indented_comment)
7800 (recursive_source_test, if_commands_test)
7801 (error_clears_commands_left, redefine_hook_test)
7802 (redefine_backtrace_test): Use proc_with_prefix.
7803 * lib/gdb.exp (proc_with_prefix): New proc.
7804
7805 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7806
7807 * gdb.base/tui-layout.c: New file.
7808 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7809 disassembly window contains very long lines.
7810
7811 2016-11-08 Tom Tromey <tom@tromey.com>
7812
7813 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7814 depend on Python 2.
7815
7816 2016-11-08 Tom Tromey <tom@tromey.com>
7817
7818 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7819 New method.
7820
7821 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7822
7823 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7824
7825 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7826
7827 * gdb.rust/simple.rs: Add test for univariant enums without
7828 discriminants and for encoded struct-like enums.
7829
7830 2016-10-28 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7833 gdb_test_multiple, tighten regexps and match symtabs and line
7834 tables incrementally.
7835
7836 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7837
7838 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7839 general.
7840
7841 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7842
7843 * gdb.base/exec-invalid-sysroot.exp: New file.
7844
7845 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7846
7847 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7848
7849 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7850
7851 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7852
7853 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7854
7855 * gdb.base/killed-outside.exp: Remove $options from a call to
7856 `prepare_for_testing'.
7857
7858 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7859
7860 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7861 Change test message.
7862
7863 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7864
7865 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7866 Update comment.
7867
7868 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7869
7870 * gdb.trace/mi-trace-save.exp: New file.
7871
7872 2016-10-13 Yao Qi <yao.qi@linaro.org>
7873
7874 * gdb.base/code_elim.exp (get_var_address): Remove.
7875 * gdb.base/relocate.exp: Likewise.
7876 * gdb.base/shreloc.exp: Likewise.
7877 * lib/gdb.exp (get_var_address): New.
7878
7879 2016-10-13 Yao Qi <yao.qi@linaro.org>
7880
7881 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7882 floating point tests if $skip_float_test is false.
7883
7884 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7885
7886 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7887 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7888 argc values.
7889 Add 1 to argc so we guarantee distinct initial/modified argc values.
7890
7891 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7892
7893 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7894
7895 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7898 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7899 * gdb.arch/vsx-regs.exp: Likewise.
7900
7901 2016-10-07 Yao Qi <yao.qi@linaro.org>
7902
7903 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7904
7905 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7906
7907 * gdb.python/python.exp: Test decode_line("*0").
7908
7909 2016-10-06 Doug Evans <dje@google.com>
7910
7911 * gdb.python/py-value.exp (test_value_creation): Add test for large
7912 unsigned 64-bit value.
7913
7914 2016-10-06 Tom Tromey <tom@tromey.com>
7915
7916 * gdb.compile/compile.exp: Change java tests to rust.
7917 * gdb.base/setshow.exp: Change java tests to rust.
7918 * gdb.base/default.exp: Remove java from language list.
7919 * README (Examples): Update language example.
7920 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7921 test.
7922 * lib/gdb.exp (skip_java_tests): Remove.
7923 * lib/java.exp: Remove.
7924 * gdb.java: Remove.
7925
7926 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7927
7928 * gdb.arch/mips-fcr.exp: New test.
7929 * gdb.arch/mips-fcr.c: Source for the new test.
7930
7931 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7932
7933 * gdb.base/solib-disc.exp: Use `standard_output_file'
7934 throughout.
7935
7936 2016-10-06 Pedro Alves <palves@redhat.com>
7937
7938 * gdb.base/jit-simple-dl.c: New file.
7939 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7940 * gdb.base/jit-simple.c: ... this.
7941 * gdb.base/jit-simple.exp (jit_run): Delete.
7942 (build_jit): New proc.
7943 (jit_test_reread): Recompile either the main program or the shared
7944 library, depending on what is being tested. Skip changing address
7945 if caller wants to. Compare before/after addresses. If testing
7946 standalone, explicitly load the binary. Test "maint info
7947 breakpoints".
7948 (top level): Add "standalone vs shared lib" and "change address"
7949 vs "same address" axes.
7950
7951 2016-10-06 Pedro Alves <palves@redhat.com>
7952
7953 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7954 call.
7955 (jit_run): Delete.
7956 (jit_test_reread): Use with_test_prefix. Reload the main binary
7957 explicitly. Compare the before/after addresses of the JIT
7958 descriptor.
7959
7960 2016-08-15 Doug Evans <dje@google.com>
7961
7962 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7963 for single bitfields is bool.
7964 * gdb.xml/tdesc-regs.exp: Ditto.
7965
7966 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7967
7968 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7969
7970 2016-10-05 Yao Qi <yao.qi@linaro.org>
7971
7972 * lib/gdb.exp (support_complex_tests): Return zero if
7973 gdb_skip_float_test return true.
7974
7975 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7976 Simon Marchi <simon.marchi@ericsson.com>
7977
7978 PR gdb/20487
7979 * gdb.mi/user-selected-context-sync.exp: New file.
7980 * gdb.mi/user-selected-context-sync.c: New file.
7981
7982 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7983 Simon Marchi <simon.marchi@ericsson.com>
7984
7985 PR gdb/20487
7986 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7987 =thread-select-event check.
7988
7989 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7990
7991 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7992 the compulsory L operand changes.
7993 * gdb.arch/powerpc-power.s: Likewise.
7994
7995 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7996
7997 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7998 * gdb.base/jit-attach-pie.c: New file.
7999 * gdb.base/jit-attach-pie.exp: New file.
8000
8001 2016-09-28 Pedro Alves <palves@redhat.com>
8002
8003 * gdb.base/infcall-input.c: New file.
8004 * gdb.base/infcall-input.exp: New file.
8005
8006 2016-09-22 Yao Qi <yao.qi@linaro.org>
8007
8008 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8009 (gdb_exit): Rename it to ...
8010 (gdbserver_gdb_exit): ... Close GDBserver.
8011 (gdb_exit): New proc, call gdbserver_gdb_exit.
8012 (mi_gdb_exit): Likewise.
8013
8014 2016-09-22 Yao Qi <yao.qi@linaro.org>
8015
8016 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8017 path.
8018 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8019 Remove duplication.
8020
8021 2016-09-22 Yao Qi <yao.qi@linaro.org>
8022
8023 * lib/gdbserver-support.exp: Check the existence of
8024 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8025
8026 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8027
8028 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8029
8030 2016-09-21 Tom Tromey <tom@tromey.com>
8031
8032 PR gdb/20604:
8033 * gdb.base/quit.exp: New file.
8034
8035 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8036
8037 * .gitignore: New file.
8038
8039 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8040
8041 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8042 throughout.
8043
8044 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8045
8046 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8047
8048 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8049
8050 * gdb.cp/casts.cc (decltype): Move it ...
8051 (main): ... with its call to ...
8052 * gdb.cp/casts03.cc: ... a new file.
8053 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8054
8055 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8056
8057 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8058
8059 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8060
8061 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8062 and sync up the test with tests in gas/testsuite/gas/ppc.
8063 * gdb.arch/powerpc-power.exp: Likewise.
8064
8065 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8066
8067 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8068
8069 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8070 Jan Kratochvil <jan.kratochvil@redhat.com>
8071
8072 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8073 make m1's definition to be different from m2's. Use 'dummy' as an
8074 argument for probe 'two'.
8075
8076 2016-09-10 Jon Beniston <jon@beniston.com>
8077
8078 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8079 for sim target.
8080
8081 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8082
8083 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8084 variable declaration.
8085 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8086 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8087 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8088 received HWCAP as its argument.
8089
8090 2016-09-06 Pedro Alves <palves@redhat.com>
8091
8092 * gdb.base/new-ui-pending-input.c: New file.
8093 * gdb.base/new-ui-pending-input.exp: New file.
8094 * gdb.exp (clear_gdb_spawn_id): New procedure.
8095 (with_spawn_id): Check whether gdb_spawn_id exists before
8096 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8097 on exit.
8098
8099 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8100
8101 * gdb.base/float128.c: New file.
8102 * gdb.base/float128.exp: Likewise.
8103 * gdb.base/floatn.c: Likewise.
8104 * gdb.base/floatn.exp: Likewise.
8105
8106 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8107
8108 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8109
8110 2016-09-05 Pedro Alves <palves@redhat.com>
8111
8112 PR backtrace/19927
8113 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8114 unwinders are immediately called as side effect of "source" or
8115 "disable unwinder" commands.
8116 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8117
8118 2016-09-02 Yao Qi <yao.qi@linaro.org>
8119
8120 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8121 is true and $type is "float" or "double".
8122
8123 2016-09-02 Yao Qi <yao.qi@linaro.org>
8124
8125 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8126 true.
8127 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8128 * gdb.base/call-rt-st.exp: Likewise.
8129 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8130 return value instead of gdb,skip_float_test.
8131 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8132 (do_function_calls): Use its return value instead of
8133 gdb,skip_float_test.
8134 * gdb.base/finish.exp: Likewise.
8135 * gdb.base/funcargs.exp: Likewise.
8136 * gdb.base/return.exp: Likewise.
8137 * gdb.base/return2.exp: Likewise.
8138 * gdb.base/varargs.exp: Likewise.
8139 * lib/gdb.exp (gdb_skip_float_test): Change it to
8140 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8141
8142 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8143
8144 * gdb.multi/tids.exp: Test "thread apply all".
8145
8146 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8147
8148 * gdb.base/default.exp (tty): Remove.
8149
8150 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8151
8152 * gdb.python/py-recurse-unwind.c: New file.
8153 * gdb.python/py-recurse-unwind.py: New file.
8154 * gdb.python/py-recurse-unwind.exp: New file.
8155
8156 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8157
8158 * gdb.base/set-inferior-tty.exp: New file.
8159 * gdb.base/set-inferior-tty.c: New file.
8160
8161 2016-08-23 Pedro Alves <palves@redhat.com>
8162
8163 PR gdb/20494
8164 * gdb.base/new-ui-echo.c: New file.
8165 * gdb.base/new-ui-echo.exp: New file.
8166
8167 2016-08-23 Yao Qi <yao.qi@linaro.org>
8168
8169 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8170 gdbserver_spawn.
8171 * gdb.server/connect-without-multi-process.exp (do_test):
8172 Likewise.
8173
8174 2016-08-23 Yao Qi <yao.qi@linaro.org>
8175
8176 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8177 standalone_txt. Delete gdb_txt and standalone_txt on host
8178 and target. Spawn the binary on target. Copy files from
8179 target to host.
8180
8181 2016-08-22 Pedro Alves <palves@redhat.com>
8182
8183 PR gdb/20505
8184 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8185 with_test_prefix. Factor out bits to ...
8186 (test_no_vdso): ... this new procedure.
8187
8188 2016-08-19 Carl Love <cel@us.ibm.com>
8189
8190 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8191 maintaining separate logic for constructing the output path.
8192 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8193 * gdb.arch/ppc-dfp.exp: Likewise.
8194 * gdb.arch/ppc-fp.exp: Likewise.
8195 * gdb.arch/vsx-regs.exp: Likewise.
8196 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8197 binprefix for generating the additional binary files.
8198
8199 2016-08-19 Pedro Alves <palves@redhat.com>
8200
8201 * gdb.trace/mi-trace-frame-collected.exp
8202 (test_trace_frame_collected): On x32, expect two registers.
8203
8204 2016-08-18 Carl Love <cel@us.ibm.com>
8205
8206 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8207 and sync up the test with tests in gas/testsuite/gas/ppc.
8208 * gdb.arch/powerpc-power.exp: Likewise.
8209
8210 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8211
8212 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8213 expected error message.
8214
8215 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8216
8217 * gdb.multi/remove-inferiors.exp: New file.
8218 * gdb.multi/remove-inferiors.c: New file.
8219
8220 2016-08-12 Yao Qi <yao.qi@linaro.org>
8221
8222 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8223 argument list.
8224
8225 2016-08-10 Pedro Alves <palves@redhat.com>
8226
8227 PR gdb/19187
8228 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8229 setup_kfails.
8230
8231 2016-08-09 Pedro Alves <palves@redhat.com>
8232 Simon Marchi <simon.marchi@ericsson.com>
8233
8234 PR gdb/20418
8235 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8236 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8237
8238 2016-08-09 Pedro Alves <palves@redhat.com>
8239
8240 PR mi/20431
8241 * gdb.mi/mi-cmd-error.exp: New file.
8242
8243 2016-08-09 Pedro Alves <palves@redhat.com>
8244
8245 PR gdb/18653
8246 * gdb.base/signals-state-child.c: New file.
8247 * gdb.base/signals-state-child.exp: New file.
8248 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8249
8250 2016-08-09 Pedro Alves <palves@redhat.com>
8251
8252 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8253
8254 2016-08-03 Tom Tromey <tom@tromey.com>
8255
8256 PR python/18565:
8257 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8258
8259 2016-08-01 Yao Qi <yao.qi@linaro.org>
8260
8261 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8262 variable mode to "multi-process" if $multi_process is 1, otherwise
8263 set it to "single-process".
8264
8265 2016-08-01 Yao Qi <yao.qi@linaro.org>
8266
8267 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8268 * gdb.cp/cpexprs.exp: Likewise.
8269 * gdb.cp/m-static.exp: Likewise.
8270
8271 2016-07-26 Tom Tromey <tom@tromey.com>
8272
8273 PR python/20190:
8274 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8275 test.
8276
8277 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8278
8279 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8280 selecting assembly source files.
8281 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8282 assembly source files.
8283 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8284 assembly source files.
8285 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8286 selecting assembly source files.
8287
8288 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8289
8290 * gdb.base/new-ui.exp (do_test_invalid_args): New
8291 procedure.
8292
8293 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8294
8295 * gdb.btrace/reconnect.c: New file.
8296 * gdb.btrace/reconnect.exp: New file.
8297
8298 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8299
8300 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8301 to test_catch_syscall_group.
8302 (test_catch_syscall_group): New.
8303
8304 2016-07-21 Tom Tromey <tom@tromey.com>
8305
8306 * gdb.rust/simple.rs (main): Use empty struct expression.
8307 * gdb.rust/simple.exp: Add tests for empty struct expression.
8308
8309 2016-07-21 Yao Qi <yao.qi@linaro.org>
8310
8311 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8312 if gdb_skip_xml_test is true on some targets.
8313
8314 2016-07-21 Yao Qi <yao.qi@linaro.org>
8315
8316 * gdb.server/solib-list.exp: Unset last_loaded_file.
8317
8318 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8319
8320 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8321 "step into captured_main (args)".
8322
8323 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8324
8325 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8326
8327 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8328
8329 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8330
8331 2016-07-19 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8334 * gdb.opt/inline-bt.exp: Likewise.
8335 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8336 additional_flags=-Winline.
8337 * gdb.opt/inline-locals.exp: Likewise.
8338 * gdb.opt/inline-markers.c (ATTR): Define.
8339 (inlined_fn): Use it.
8340
8341 2016-07-19 Yao Qi <yao.qi@linaro.org>
8342
8343 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8344 (test_with_self): Remove some code. Remove argument executable.
8345 (top-level): Use do_self_tests.
8346
8347 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8348 Don Breazeal <donb@codesourcery.com>
8349
8350 * gdb.base/maint.exp: Escape paths used in regular expressions.
8351 * gdb.stabs/weird.exp: Likewise.
8352
8353 2016-07-13 Tom Tromey <tom@tromey.com>
8354
8355 PR python/15620, PR python/18620:
8356 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8357 (test_bkpt_events): New procs.
8358
8359 2016-07-13 Tom Tromey <tom@tromey.com>
8360
8361 PR python/17698:
8362 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8363 test.
8364 (test_watchpoints): Likewise.
8365 (test_bkpt_pending): New proc.
8366
8367 2016-07-13 Tom Tromey <tom@tromey.com>
8368
8369 PR cli/18053:
8370 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8371 completion test.
8372
8373 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8374
8375 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8376 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8377 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8378 f_label.
8379 (g): Rename g_end_lbl to g_label.
8380 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8381 low_pc and high_pc.
8382 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8383
8384 2016-07-12 Tom Tromey <tom@tromey.com>
8385
8386 PR python/19293:
8387 * gdb.python/py-unwind-maint.exp: Update tests.
8388
8389 2016-07-12 Yao Qi <yao.qi@linaro.org>
8390
8391 * lib/selftest-support.exp (selftest_setup): Match the output
8392 when captured_main is inlined.
8393
8394 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8395
8396 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8397 New variables.
8398 (print this%a, print this%b, print this): New tests.
8399 * gdb.fortran/derived-types.f90 (this): New object and
8400 initialization.
8401
8402 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8403
8404 * gdb.ada/arraydim.exp: Remove extra directory level in build
8405 directory.
8406
8407 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8408
8409 * lib/ada.exp: Remove extra directory level in build directory.
8410 * gdb.ada/cond_lang.exp: Likewise.
8411 * gdb.ada/exec_changed.exp: Likewise.
8412 * gdb.ada/lang_switch.exp: Likewise.
8413
8414 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8415
8416 * simple.rs: Add test for raw pointer subscripting.
8417 * simple.exp: Add test expectations.
8418
8419 2016-07-05 Yao Qi <yao.qi@linaro.org>
8420
8421 * gdb.mi/mi-reverse.exp: Match =record-started output.
8422
8423 2016-07-01 Pedro Alves <palves@redhat.com>
8424
8425 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8426 procedure.
8427 (jit_reader_test): Test the jit reader's unwinder.
8428 * gdb.base/jithost.c (jit_function_00_code): New global.
8429 (main): Use memcpy to fill in the mmapped code, instead of poking
8430 bytes manually here.
8431 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8432 value.
8433 (read_debug_info): Save the function's range.
8434 (read_sp): New function.
8435 (unwind_frame): Use it. Also unwind RBP.
8436 (get_frame_id): Use read_sp.
8437 (gdb_init_reader): Use calloc instead of malloc.
8438 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8439 parameter. Use gdb_test_multiple.
8440
8441 2016-07-01 Pedro Alves <palves@redhat.com>
8442 Antoine Tremblay <antoine.tremblay@ericsson.com>
8443
8444 * gdb.threads/process-dies-while-detaching.c: New file.
8445 * gdb.threads/process-dies-while-detaching.exp: New file.
8446
8447 2016-07-01 Pedro Alves <palves@redhat.com>
8448
8449 * gdb.multi/watchpoint-multi-exit.c: New file.
8450 * gdb.multi/watchpoint-multi-exit.exp: New file.
8451
8452 2016-06-30 Pedro Alves <palves@redhat.com>
8453
8454 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8455 unset inferior_spawn_id.
8456
8457 2016-06-30 Pedro Alves <palves@redhat.com>
8458
8459 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8460 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8461
8462 2016-06-29 Yao Qi <yao.qi@linaro.org>
8463
8464 * gdb.base/return.c: Add copyright header.
8465
8466 2016-06-29 Tom Tromey <tom@tromey.com>
8467
8468 PR python/20129:
8469 * gdb.python/py-framefilter.exp: Add tests for setting priority
8470 and disabling of non-existent frame filter.
8471
8472 2016-06-29 Yao Qi <yao.qi@linaro.org>
8473
8474 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8475 0x0f07ff.
8476
8477 2016-06-28 Yao Qi <yao.qi@linaro.org>
8478
8479 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8480 triplets. Start gdb, execute catch syscall, and continue. Check
8481 gdb's output to determine catch syscall is supported.
8482
8483 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8484
8485 * gdb.rust/simple.rs: Add test for returning unit in a function.
8486 * gdb.rust/simple.exp: Add expectation for functions returning
8487 unit.
8488
8489 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8490
8491 * gdb.python/py-breakpoint-create-fail.c,
8492 gdb.python/py-breakpoint-create-fail.exp,
8493 gdb.python/py-breakpoint-create-fail.py: New testcase.
8494
8495 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8496
8497 PR gdb/20239
8498 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8499 * gdb.rust/simple.exp: Add test expectations for new NonZero
8500 tests.
8501
8502 2016-06-24 David Taylor <dtaylor@emc.com>
8503
8504 * gdb.base/offsets.exp: New file.
8505 * gdb.base/offsets.c: New file.
8506
8507 2016-06-23 Tom Tromey <tom@tromey.com>
8508
8509 PR gdb/16483:
8510 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8511 before any filters are loaded.
8512
8513 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8514
8515 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8516 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8517 structs.
8518 * gdb.fortran/derived-type-function.exp: New file.
8519 * gdb.fortran/derived-type-function.f90: New file.
8520
8521
8522 2016-06-21 Pedro Alves <palves@redhat.com>
8523
8524 * gdb.base/new-ui.exp: New file.
8525 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8526 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8527 (with_spawn_id): New procedure.
8528
8529 2016-06-21 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.mi/mi-exec-run.exp: New file.
8532
8533 2016-06-21 Pedro Alves <palves@redhat.com>
8534
8535 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8536 breakpoint command's output on the main UI.
8537 (test_break): New procedure, factored out from calls in the top
8538 level.
8539 (top level): Use foreach_with_prefix to test MI as main UI and as
8540 separate UI.
8541
8542 2016-06-21 Pedro Alves <palves@redhat.com>
8543
8544 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8545 (test_awatch_creation_and_listing)
8546 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8547 Remove 'type' parameter.
8548 (test_watchpoint_all): New parameter mi_mode. Remove
8549 with_test_prefix.
8550 (top level): Use foreach_with_prefix, and add main/separate UI MI
8551 testing axis.
8552
8553 2016-06-21 Pedro Alves <palves@redhat.com>
8554
8555 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8556 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8557 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8558 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8559 (gdb_main_spawn_id, mi_spawn_id): Declare and
8560 comment.
8561 (mi_create_inferior_pty): New procedure,
8562 factored out from default_mi_gdb_start.
8563 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8564 procedures.
8565 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8566 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8567 Use mi_create_inferior_pty.
8568 (mi_gdb_start): Use eval to pass down args list.
8569
8570 2016-06-21 Pedro Alves <palves@redhat.com>
8571
8572 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8573 * gdb.opt/inline-cmds.exp: Add MI tests.
8574
8575 2016-06-21 Pedro Alves <palves@redhat.com>
8576
8577 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8578
8579 2016-06-21 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8582 (top level): Use it instead of mi_execute_to.
8583
8584 2016-06-21 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8587 (cont_handler_str): New.
8588 (signal_stop_handler): Set stop_handler_str instead of printing to
8589 stdout.
8590 (continue_handler): Set cont_handler_str instead of printing to
8591 stdout.
8592 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8593 mi_send_resuming_command. Print stop_handler_str and
8594 cont_handler_str instead of expecting the python events print
8595 directly.
8596
8597 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8598
8599 * gdb.base/jit-reader.exp: New file.
8600 * gdb.base/jithost.c: New file.
8601 * gdb.base/jithost.h: New file.
8602 * gdb.base/jitreader.c : New file.
8603 * gdb.base/jit-protocol.h: New file.
8604
8605 2016-06-17 Yao Qi <yao.qi@linaro.org>
8606
8607 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8608 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8609 and detach-on-fork. Adjust tests.
8610 (top level): Invoke break_cond_on_syscall with combinations of
8611 syscall, follow-fork-mode and detach-on-fork.
8612
8613 2016-06-17 Yao Qi <yao.qi@linaro.org>
8614
8615 * gdb.base/step-over-exit.c: New.
8616 * gdb.base/step-over-exit.exp: New.
8617
8618 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8619
8620 * gdb.base/float.exp: Add target check for nds32*-*-*.
8621 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8622
8623 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8624
8625 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8626 for unsupported target features.
8627 * gdb.base/call-rt-st.exp: Likewise.
8628 * gdb.base/call-sc.exp: Likewise.
8629 * gdb.base/call-signal-resume.exp: Likewise.
8630 * gdb.base/call-strs.exp: Likewise.
8631 * gdb.base/callexit.exp: Likewise.
8632 * gdb.base/callfuncs.exp: Likewise.
8633 * gdb.base/nodebug.exp: Likewise.
8634 * gdb.base/printcmds.exp: Likewise.
8635 * gdb.base/ptype.exp: Likewise.
8636 * gdb.base/structs.exp: Likewise.
8637 * gdb.base/unwindonsignal.exp: Likewise.
8638 * gdb.cp/gdb2495.exp: Likewise.
8639 * gdb.cp/templates.exp: Likewise.
8640 * gdb.cp/virtfunc.exp: Likewise.
8641 * gdb.threads/hand-call-in-threads.exp: Likewise.
8642 * gdb.threads/interrupted-hand-call.exp: Likewise.
8643 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8644
8645 2016-06-10 Tom Tromey <tom@tromey.com>
8646
8647 PR rust/20110:
8648 * gdb.rust/expr.exp: Add test for integer constant larger than
8649 i32.
8650
8651 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8652
8653 * gdb.fortran/nested-funcs.exp: New.
8654 * gdb.fortran/nested-funcs.f90: New.
8655
8656 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8657
8658 * gdb.base/examine-backward.c: New file.
8659 * gdb.base/examine-backward.exp: New file.
8660
8661 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8662
8663 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8664 matching.
8665
8666 2016-06-02 Tom Tromey <tom@tromey.com>
8667
8668 PR python/18984:
8669 * gdb.python/py-shared.exp: Add solib_name test.
8670
8671 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8672
8673 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8674
8675 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8676
8677 PR c++/19893
8678 * gdb.dwarf2/implref.exp: Rename to...
8679 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8680 * gdb.dwarf2/implref-array.c: New file.
8681 * gdb.dwarf2/implref-array.exp: Likewise.
8682 * gdb.dwarf2/implref-global.c: Likewise.
8683 * gdb.dwarf2/implref-global.exp: Likewise.
8684 * gdb.dwarf2/implref-struct.c: Likewise.
8685 * gdb.dwarf2/implref-struct.exp: Likewise.
8686
8687 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8688
8689 * gdb.trace/trace-condition.exp: Add 64bit tests.
8690
8691 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8692
8693 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8694 bits types.
8695 (main): Adapt to 8 to 64 bits types.
8696 * gdb.trace/trace-condition.exp: Add new tests.
8697
8698 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8699
8700 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8701
8702 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8703
8704 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8705 Move condition tests...
8706 * gdb.trace/trace-condition.exp: Here.
8707
8708 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8709
8710 * gdb.trace/trace-condition.exp: Add counter-case tests.
8711
8712 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8713
8714 PR c++/15231
8715 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8716 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8717
8718 2016-05-27 Pedro Alves <palves@redhat.com>
8719
8720 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8721 New procedure.
8722 (top level): Call it, and bail out of DejaGnu is known to be bad.
8723
8724 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8725
8726 * gdb.base/whatis.c: Extend the test case.
8727 * gdb.base/whatis.exp: Add additional tests.
8728
8729 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8730
8731 * gdb.fortran/type.f90: Add pointer variable.
8732 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8733
8734 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8735
8736 * gdb.fortran/vla-type.exp: Fix testcase name.
8737
8738 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8739
8740 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8741
8742 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8743
8744 * gdb.fortran/type.f90: Add nested structures.
8745 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8746 * gdb.fortran/derived-type.exp: Adapt expected output.
8747 * gdb.fortran/vla-type.exp: Adapt expected output.
8748
8749 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8750
8751 * gdb.fortran/whatis_type.exp: Adapt expected output.
8752
8753 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8754
8755 * gdb.fortran/print_type.exp: Fix expected output.
8756 * gdb.fortran/whatis_type.exp: Fix expected output.
8757
8758 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8759
8760 * gdb.fortran/whatis_type.exp: Use multi_line.
8761
8762 2016-05-24 Tom Tromey <tom@tromey.com>
8763
8764 PR python/17386:
8765 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8766 use value as an index.
8767
8768 2016-05-23 Tom Tromey <tom@tromey.com>
8769
8770 PR python/17981:
8771 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8772 no-breakpoint case.
8773
8774 2016-05-24 Pedro Alves <palves@redhat.com>
8775
8776 PR gdb/19828
8777 * gdb.threads/clone-attach-detach.c: New file.
8778 * gdb.threads/clone-attach-detach.exp: New file.
8779
8780 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8781
8782 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8783
8784 2016-05-23 Tom Tromey <tom@tromey.com>
8785
8786 PR python/19438, PR python/18393:
8787 * gdb.python/py-progspace.exp: Add "dir" test.
8788 * gdb.python/py-objfile.exp: Add "dir" test.
8789
8790 2016-05-23 Yao Qi <yao.qi@linaro.org>
8791
8792 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8793 * gdb.arch/thumb2-it.exp: Likewise.
8794
8795 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8796
8797 * gdb.mi/mi-threads-interrupt.c: New file.
8798 * gdb.mi/mi-threads-interrupt.exp: New file.
8799
8800 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8801
8802 PR gdb/18077
8803 * gdb.mi/mi-async-run.exp: New file.
8804 * gdb.mi/mi-async-run.c: New file.
8805
8806 2016-05-17 Tom Tromey <tom@tromey.com>
8807 Manish Goregaokar <manishsmail@gmail.com>
8808
8809 * lib/rust-support.exp: New file.
8810 * lib/gdb.exp (skip_rust_tests): New proc.
8811 (build_executable_from_specs): Handle rust.
8812 * lib/future.exp (gdb_find_rustc): New proc.
8813 (gdb_default_target_compile): Handle rust.
8814 * gdb.rust/expr.exp: New file.
8815 * gdb.rust/generics.exp: New file.
8816 * gdb.rust/generics.rs: New file.
8817 * gdb.rust/methods.exp: New file.
8818 * gdb.rust/methods.rs: New file.
8819 * gdb.rust/modules.exp: New file.
8820 * gdb.rust/modules.rs: New file.
8821 * gdb.rust/simple.exp: New file.
8822 * gdb.rust/simple.rs: New file.
8823
8824 2016-05-17 Tom Tromey <tom@tromey.com>
8825
8826 * gdb.base/default.exp (set language): Add rust.
8827
8828 2016-05-17 Tom Tromey <tom@tromey.com>
8829
8830 * gdb.gdb/unittest.exp: New file.
8831
8832 2016-05-16 Yao Qi <yao.qi@linaro.org>
8833
8834 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8835 shell_prompt. Update shell_prompt_re.
8836
8837 2016-05-12 Doug Evans <dje@google.com>
8838
8839 PR symtab/19999
8840 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8841 $options when building executable.
8842 * gdb.dwarf2/fission-loclists-pie.S: New file.
8843 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8844
8845 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8846
8847 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8848 of [is_remote target],
8849
8850 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8851
8852 * lib/gdb.exp (use_gdb_stub): New procedure.
8853
8854 2016-05-03 Yunlian Jiang <yunlian@google.com>
8855 Doug Evans <dje@google.com>
8856
8857 PR symtab/19914
8858 * gdb.dwarf2/dwp-sepdebug.c: New file.
8859 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8860
8861 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8862
8863 * gdb.base/detach.exp: Remove is_remote check.
8864
8865 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8866
8867 * gdb.base/annota-input-while-running.exp: Don't check for
8868 [is_remote target]. Enable annotations after running to main.
8869 Remove unused "set test..." line.
8870
8871 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8872
8873 * gdb.trace/trace-enable-disable.exp: New file.
8874 * gdb.trace/trace-enable-disable.c: New file.
8875
8876 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8877
8878 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8879 use it in info sharedlibrary test.
8880 * gdb.trace/ftrace-lock.exp: Likewise.
8881 * gdb.trace/ftrace.exp: Likewise.
8882 * gdb.trace/range-stepping.exp: Likewise.
8883 * gdb.trace/trace-break.exp: Likewise.
8884 * gdb.trace/trace-condition.exp: Likewise.
8885 * gdb.trace/trace-mt.exp: Likewise.
8886
8887 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8888
8889 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8890 (gdb_load_shlib): ... this.
8891 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8892 gdb_load_shlib.
8893 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8894 * gdb.base/ctxobj.exp: Likewise.
8895 * gdb.base/dprintf-pending.exp: Likewise.
8896 * gdb.base/dso2dso.exp: Likewise.
8897 * gdb.base/fixsection.exp: Likewise.
8898 * gdb.base/gcore-relro.exp: Likewise.
8899 * gdb.base/gdb1555.exp: Likewise.
8900 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8901 * gdb.base/gnu-ifunc.exp: Likewise.
8902 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8903 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8904 * gdb.base/pending.exp: Likewise.
8905 * gdb.base/print-file-var.exp: Likewise.
8906 * gdb.base/print-symbol-loading.exp: Likewise.
8907 * gdb.base/shlib-call.exp: Likewise.
8908 * gdb.base/shreloc.exp: Likewise.
8909 * gdb.base/so-impl-ld.exp: Likewise.
8910 * gdb.base/solib-disc.exp: Likewise.
8911 * gdb.base/solib-nodir.exp: Likewise.
8912 * gdb.base/solib-overlap.exp: Likewise.
8913 * gdb.base/solib-symbol.exp: Likewise.
8914 * gdb.base/solib-weak.exp (do_test): Likewise.
8915 * gdb.base/sym-file.exp: Likewise.
8916 * gdb.base/symtab-search-order.exp: Likewise.
8917 * gdb.base/type-opaque.exp: Likewise.
8918 * gdb.base/unload.exp: Likewise.
8919 * gdb.base/watchpoint-solib.exp: Likewise.
8920 * gdb.compile/compile.exp: Likewise.
8921 * gdb.cp/gdb2384.exp: Likewise.
8922 * gdb.cp/infcall-dlopen.exp: Likewise.
8923 * gdb.cp/re-set-overloaded.exp: Likewise.
8924 * gdb.fortran/library-module.exp: Likewise.
8925 * gdb.opt/solib-intra-step.exp: Likewise.
8926 * gdb.python/py-finish-breakpoint.exp: Likewise.
8927 * gdb.python/py-shared.exp: Likewise.
8928 * gdb.reverse/solib-precsave.exp: Likewise.
8929 * gdb.reverse/solib-reverse.exp: Likewise.
8930 * gdb.server/solib-list.exp: Likewise.
8931 * gdb.threads/dlopen-libpthread.exp: Likewise.
8932 * gdb.threads/tls-shared.exp: Likewise.
8933 * gdb.threads/tls-so_extern.exp: Likewise.
8934 * gdb.trace/change-loc.exp: Likewise.
8935 * gdb.trace/ftrace-lock.exp: Likewise.
8936 * gdb.trace/ftrace.exp: Likewise.
8937 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8938 * gdb.trace/pending.exp: Likewise.
8939 * gdb.trace/range-stepping.exp: Likewise.
8940 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8941 (strace_info_marker): Likewise.
8942 (strace_probe_marker): Likewise.
8943 (strace_trace_on_same_addr): Likewise.
8944 (strace_trace_on_diff_addr): Likewise.
8945 * gdb.trace/trace-break.exp: Likewise.
8946 * gdb.trace/trace-condition.exp: Likewise.
8947 * gdb.trace/trace-mt.exp: Likewise.
8948
8949 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8950
8951 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8952 result of gdb_remote_download.
8953 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8954 * gdb.base/dso2dso.exp: Likewise.
8955 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8956 * gdb.base/print-file-var.exp: Likewise.
8957 * gdb.base/shlib-call.exp: Likewise.
8958 * gdb.base/shreloc.exp: Likewise.
8959 * gdb.base/solib-overlap.exp: Likewise.
8960 * gdb.base/solib-weak.exp (do_test): Likewise.
8961 * gdb.base/unload.exp: Likewise.
8962
8963 2016-04-27 Yao Qi <yao.qi@linaro.org>
8964
8965 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8966 exists.
8967
8968 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8969
8970 * vla-type.exp: Print structure from toplevel.
8971
8972 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8973
8974 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8975 of dynamic types.
8976 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8977 of dynamic types.
8978
8979 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8980
8981 * gdb.fortran/vla-type.f90: New file.
8982 * gdb.fortran/vla-type.exp: New file.
8983
8984 2016-04-25 Yao Qi <yao.qi@linaro.org>
8985
8986 * gdb.base/branch-to-self.c: New file.
8987 * gdb.base/branch-to-self.exp: New file.
8988
8989 2016-04-22 Yao Qi <yao.qi@linaro.org>
8990
8991 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8992 more after $hex.
8993
8994 2016-04-22 Yao Qi <yao.qi@linaro.org>
8995
8996 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8997 * gdb.base/annota3.exp: Likewise.
8998
8999 2016-04-22 Yao Qi <yao.qi@linaro.org>
9000
9001 * gdb.reverse/step-precsave.exp: Do one step and test program
9002 stops in "callee" and do multiple steps until program goes out
9003 of "callee".
9004 * gdb.reverse/step-reverse.exp: Likewise.
9005
9006 2016-04-22 Yao Qi <yao.qi@linaro.org>
9007
9008 * gdb.trace/signal.exp: Also pass if
9009 $tracepoint_hits($i) > $iterations.
9010
9011 2016-04-22 Yao Qi <yao.qi@linaro.org>
9012
9013 * gdb.trace/signal.c: New file.
9014 * gdb.trace/signal.exp: New file.
9015
9016 2016-04-19 Doug Evans <xdje42@gmail.com>
9017
9018 * gdb.base/bad-file.exp: New file.
9019
9020 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9021
9022 * gdb.dwarf2/implref.exp: New file.
9023
9024 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9025
9026 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9027 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9028 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9029 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9030 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9031 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9032 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9033 * lib/fortran.exp (fortran_int4): New procedure.
9034 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9035 (fortran_logical4): Likewise.
9036
9037 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9038
9039 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9040
9041 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9042
9043 * lib/compiler.c: Add Intel specific preprocessor macros.
9044 * lib/compiler.cc: Likewise.
9045
9046 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9047
9048 * gdb.server/connect-with-no-symbol-file.c: New file.
9049 * gdb.server/connect-with-no-symbol-file.exp: New file.
9050
9051 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9052
9053 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9054
9055 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9056
9057 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9058 standard output directory.
9059
9060 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9061
9062 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9063
9064 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9065
9066 * gdb.btrace/instruction_history.c (loop): Add declaration.
9067
9068 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9069
9070 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9071
9072 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9073
9074 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9075 parentheses to print.
9076 (continue_handler): Likewise.
9077
9078 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9079
9080 * gdb.server/solib-list.exp: Remove is_remote check.
9081 Pass shlib= to gdb_compile. Don't link shared library with
9082 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9083 Run binary filename through "readlink -f" on the target.
9084
9085 2016-04-08 Pedro Alves <palves@redhat.com>
9086
9087 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9088 interpreter filename as argument to gdbserver_spawn.
9089 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9090 Return empty if $last_loaded_file does not exist.
9091
9092 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9093
9094 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9095 * gdb.base/jit-main.c: Use exit after usage.
9096
9097 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9098
9099 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9100 GDBHISTSIZE prior to the tests.
9101 * gdb.base/gdbinit-history.exp: Likewise.
9102
9103 2016-04-07 Pedro Alves <palves@redhat.com>
9104
9105 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9106 instead of build_executable. Use gdb_load_shlibs.
9107
9108 2016-04-07 Yao Qi <yao.qi@linaro.org>
9109
9110 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9111 Execute "si" command.
9112
9113 2016-04-07 Yao Qi <yao.qi@linaro.org>
9114
9115 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9116 number instead of the comments on some line.
9117
9118 2016-04-06 Don Breazeal <donb@codesourcery.com>
9119
9120 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9121 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9122
9123 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9124
9125 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9126 standard_output_file. Remove unused binfile variable.
9127
9128 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9129
9130 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9131 * gdb.python/py-mi-objfile.exp: Match "list main" output
9132 in console format.
9133
9134 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9135
9136 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9137 absolute.
9138
9139 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9140
9141 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9142 absolute.
9143 * gdb.trace/ftrace.exp: Likewise.
9144 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9145 targets as well.
9146 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9147 (gdb_load_shlibs): Copy libraries to test directory when testing
9148 natively. Only set solib-search-path if testing remotely.
9149 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9150
9151 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9152
9153 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9154 gdb_download. Use it even if the target is not remote.
9155 * gdb.base/jit.exp (compile_jit_test): Likewise.
9156 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9157 output directory if the destination board is local, otherwise use
9158 the standard remote_download from DejaGnu.
9159 (gdb_download): Remove.
9160 (gdb_load_shlibs): Use gdb_remote_download instead of
9161 gdb_download.
9162 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9163 Use gdb_remote_download instead of gdb_download. Use it even if
9164 the target is not remote.
9165 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9166 instead of gdb_download.
9167
9168 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9169
9170 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9171 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9172 run.
9173
9174 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9175
9176 PR gdb/19820
9177 * gdb.base/printcmds.exp: Add artificial arrays tests.
9178
9179 2016-03-31 Pedro Alves <palves@redhat.com>
9180
9181 PR gdb/19858
9182 * gdb.base/jit-main.c: Include unistd.h.
9183 (ATTACH): Define to 0 if not already defined.
9184 (wait_for_gdb, mypid): New globals.
9185 (WAIT_FOR_GDB): New macro.
9186 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9187 some breakpoint locations.
9188 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9189 New procedures.
9190 (one_jit_test): Add REATTACH parameter, and handle it. Use
9191 continue_to_test_location.
9192 (top level): Test attach, and adjusts calls to one_jit_test.
9193
9194 2016-03-31 Pedro Alves <palves@redhat.com>
9195
9196 PR gdb/19858
9197 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9198 BINSUFFIX parameter, and handle it.
9199 (top level): Adjust calls compile_jit_test.
9200
9201 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9202
9203 PR python/19743
9204 * gdb.python/py-mi-events-gdb.py: New file.
9205 * gdb.python/py-mi-events.c: New file.
9206 * gdb.python/py-mi-events.exp: New file.
9207
9208 2016-03-30 Yao Qi <yao.qi@linaro.org>
9209
9210 * gdb.reverse/until-precsave.exp: Match function name only.
9211 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9212 Move malloc to a condition block.
9213 * gdb.reverse/until-reverse.exp: Match function name only.
9214
9215 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9216
9217 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9218 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9219 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9220 variable for GPR 0 instead of assuming it is register 0.
9221 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9222 * lib/trace-support.exp: Add s390 registers.
9223
9224 2016-03-29 Yao Qi <yao.qi@linaro.org>
9225
9226 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9227
9228 2016-03-24 Yao Qi <yao.qi@linaro.org>
9229
9230 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9231 test message.
9232
9233 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9234
9235 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9236 maintaining separate logic for constructing the output path.
9237
9238 2016-03-16 Don Breazeal <donb@codesourcery.com>
9239
9240 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9241 Retry fork and waitpid on interrupted system call errors.
9242 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9243 Use with_timeout_factor to increase timeout by factor of 10.
9244
9245 2016-03-15 Don Breazeal <donb@codesourcery.com>
9246
9247 * gdb.cp/scope-err.cc: New test program.
9248 * gdb.cp/scope-err.exp: New test script.
9249 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9250 lines and "set breakpoint here" comment.
9251 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9252 Fixed some whitespace and format issues.
9253 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9254 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9255
9256 2016-03-15 Doug Evans <dje@google.com>
9257
9258 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9259 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9260 All callers updated. Add tests for enums, mixed flags register.
9261
9262 2016-03-15 Doug Evans <dje@google.com>
9263
9264 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9265 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9266
9267 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9268
9269 * gdb.base/default.exp: Add $_as_string to the list of expected
9270 convenience functions.
9271
9272 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9273
9274 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9275
9276 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9277
9278 * gdb.python/py-as-string.exp: New file.
9279 * gdb.python/py-as-string.c: New file.
9280
9281 2016-03-09 Pedro Alves <palves@redhat.com>
9282
9283 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9284 signal" -> "Thread NN received signal" output change.
9285 * gdb.threads/ia64-sigill.exp: Likewise.
9286 * gdb.threads/linux-dp.exp: Likewise.
9287 * gdb.threads/manythreads.exp: Likewise.
9288 * gdb.threads/pending-step.exp: Likewise.
9289 * gdb.threads/print-threads.exp: Likewise.
9290 * gdb.threads/sigstep-threads.exp: Likewise.
9291 * gdb.threads/staticthreads.exp: Likewise.
9292 * gdb.threads/tls.exp: Likewise.
9293
9294 2016-03-09 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.base/command-line-input.exp: New file.
9297
9298 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9299
9300 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9301 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9302 * gdb.trace/pending.exp: Accept leading dot before function name.
9303 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9304 * lib/trace-support.exp: Set registers for ppc.
9305
9306 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9307
9308 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9309 use it for disassembly; accept .main in addition to main in backtrace.
9310
9311 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9312 Marcin Kościelnicki <koriakin@0x04.net>
9313
9314 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9315 (gdb_recursion_test_ptr): New global variable.
9316 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9317 gdb_recursion_test.
9318 (gdb_c_test): Ditto.
9319
9320 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9321
9322 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9323 ordering.
9324
9325 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9326
9327 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9328 (bar): Add bar_start_lbl label.
9329 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9330 of foo/bar for emitting DWARF and tracing.
9331
9332 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9333
9334 * analyze-racy-logs.py: Set executable bit.
9335
9336 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9337
9338 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9339 (CHECK_TARGET_TMP): Likewise.
9340 (check-single-racy): New rule.
9341 (check-parallel-racy): Likewise.
9342 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9343 (do-check-parallel-racy): New rule.
9344 (check-racy/%.exp): Likewise.
9345 * README (Racy testcases): New section.
9346 * analyze-racy-logs.py: New file.
9347
9348 2016-03-03 Doug Evans <dje@google.com>
9349
9350 * gdb.base/skip.exp: Use with_test_prefix.
9351
9352 2016-03-03 Yao Qi <yao.qi@linaro.org>
9353
9354 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9355 Invoke step_over_syscall "clone" and break_cond_on_syscall
9356 "clone".
9357 * gdb.base/step-over-clone.c: New file.
9358
9359 2016-03-03 Yao Qi <yao.qi@linaro.org>
9360
9361 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9362 code format.
9363
9364 2016-03-03 Yao Qi <yao.qi@linaro.org>
9365
9366 * gdb.base/disp-step-fork.c: Rename to ...
9367 * gdb.base/step-over-fork.c: ... it. New file.
9368 * gdb.base/disp-step-vfork.c: Rename to ...
9369 * gdb.base/step-over-vfork.c: ... it. New file.
9370 * gdb.base/disp-step-syscall.exp: Rename to ...
9371 * gdb.base/step-over-syscall.exp: ... it. New file.
9372 (disp_step_cross_syscall): Rename to ...
9373 (step_over_syscall): ... it.
9374
9375 2016-03-03 Yao Qi <yao.qi@linaro.org>
9376
9377 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9378 If target supports condition evaluation on target, invoke
9379 break_cond_on_syscall for fork and vfork.
9380
9381 2016-03-03 Yao Qi <yao.qi@linaro.org>
9382
9383 * gdb.base/disp-step-syscall.exp: Don't invoke
9384 support_displaced_stepping.
9385 (disp_step_cross_syscall): Test with displaced stepping off and
9386 on if supported.
9387
9388 2016-03-03 Yao Qi <yao.qi@linaro.org>
9389
9390 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9391 proc.
9392 (setup): New proc.
9393 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9394 and setup.
9395
9396 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9397
9398 * gdb.fortran/vla-history.exp: Remove breakpoint.
9399
9400 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9401
9402 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9403 exceeds timeout.
9404
9405 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9406
9407 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9408 breakpoint.
9409
9410 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9411
9412 * gdb.mi/vla.f90: Nullify pointer after declaration.
9413
9414 2016-03-01 Pedro Alves <palves@redhat.com>
9415
9416 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9417
9418 2016-03-01 Pedro Alves <palves@redhat.com>
9419
9420 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9421 before anything else.
9422 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9423 _GNU_SOURCE here.
9424 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9425 before anything else.
9426 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9427
9428 2016-03-01 Pedro Alves <palves@redhat.com>
9429
9430 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9431
9432 2016-03-01 Yao Qi <yao.qi@linaro.org>
9433
9434 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9435 prepare_for_testing.
9436
9437 2016-03-01 Yao Qi <yao.qi@linaro.org>
9438
9439 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9440
9441 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9442
9443 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9444 manually constructing the output path.
9445
9446 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9447
9448 * gdb.arch/s390-stackless.S: New.
9449 * gdb.arch/s390-stackless.exp: New.
9450
9451 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9452
9453 * gdb.dlang/circular.c: New file.
9454 * gdb.dlang/circular.exp: New file.
9455
9456 2016-02-26 Yao Qi <yao.qi@linaro.org>
9457
9458 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9459 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9460 (testcases): Update.
9461
9462 2016-02-26 Yao Qi <yao.qi@linaro.org>
9463
9464 * gdb.reverse/aarch64.c: Rename to ...
9465 * gdb.reverse/insn-reverse.c: ... it.
9466 * gdb.reverse/aarch64.exp: Rename to ...
9467 * gdb.reverse/insn-reverse.exp: ... it.
9468
9469 2016-02-26 Yao Qi <yao.qi@linaro.org>
9470
9471 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9472 (testcase_ftype): New.
9473 (testcases): New array.
9474 (n_testcases): New.
9475 (main): Call each element in testcases.
9476 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9477 (read_testcase): New.
9478 Do the tests in a loop.
9479
9480 2016-02-25 Yao Qi <yao.qi@linaro.org>
9481
9482 * gdb.base/branches.c: Remove.
9483
9484 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9485
9486 PR gdb/13808
9487 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9488
9489 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9490
9491 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9492
9493 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9494
9495 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9496 change x86_64 call_insn to 'callq'.
9497
9498 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9499
9500 * gdb.trace/tfile-avx.c: Move to...
9501 * gdb.trace/tracefile-pseudo-reg.c: Here.
9502 * gdb.trace/tfile-avx.exp: Move to...
9503 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9504
9505 2016-02-24 Gary Benson <gbenson@redhat.com>
9506
9507 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9508 message on attach.
9509
9510 2016-02-23 Doug Evans <dje@google.com>
9511
9512 * gdb.base/skip.c (test_skip): New function.
9513 (end_test_skip_file_and_function): New function.
9514 (test_skip_file_and_function): New function.
9515 * gdb.base/skip1.c (test_skip): New function.
9516 (skip1_test_skip_file_and_function): New function.
9517 * gdb.base/skip.exp: Add tests for new skip options.
9518 * gdb.base/skip-solib.exp: Update expected output.
9519 * gdb.perf/skip-command.cc: New file.
9520 * gdb.perf/skip-command.exp: New file.
9521 * gdb.perf/skip-command.py: New file.
9522
9523 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9524
9525 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9526 info registers pattern.
9527
9528 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9529
9530 * lib/future.exp: Add D support.
9531 (gdb_find_gdc): New proc.
9532 (gdb_default_target_compile): Add D support.
9533
9534 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9535
9536 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9537 user+system time.
9538 (trace_speed_test): Determine the iteration count for a time
9539 between 15..30 seconds.
9540
9541 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9542
9543 * gdb.arch/i386-mpx-sigsegv.c: New file.
9544 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9545 * gdb.arch/i386-mpx-simple_segv.c: New file.
9546 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9547
9548 2016-02-18 Yao Qi <yao.qi@linaro.org>
9549
9550 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9551 Don't call setup_kfail.
9552
9553 2016-02-18 Yao Qi <yao.qi@linaro.org>
9554
9555 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9556 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9557
9558 2016-02-16 Doug Evans <dje@google.com>
9559
9560 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9561 * gdb.base/skip1.c: Ditto.
9562 * gdb.base/skip.exp: Whitespace cleanup.
9563
9564 2016-02-16 Don Breazeal <donb@codesourcery.com>
9565
9566 PR remote/19496
9567 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9568 Remove kfail for PR remote/19496.
9569
9570 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9571
9572 * lib/gdb.exp (standard_temp_file): Return a path specific to
9573 the runtest invocation.
9574
9575 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9576
9577 * gdb.trace/save-trace.exp: Change relative path to be in the
9578 standard output directory.
9579
9580 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9581
9582 * gdb.arch/i386-prologue.c: Add missing prototypes.
9583
9584 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9585
9586 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9587 * gdb.arch/i386-prologue.exp: Likewise.
9588 * gdb.arch/i386-size.exp: Likewise.
9589
9590 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9591
9592 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9593 define object file path.
9594 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9595 file path.
9596 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9597 standard_output_file to define binfile.
9598
9599 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9600
9601 Fix compatibility with recent gfortran-5.3.1.
9602 * gdb.fortran/vla-history.exp (print vla1 allocated)
9603 (print vla2 allocated, print $2, print $3): Remove
9604 (print $4): Rename to ...
9605 (print $2): ... here.
9606 (print $9): Rename to ...
9607 (print $5): ... here.
9608 (print $10): Rename to ...
9609 (print $6): ... here.
9610 * gdb.fortran/vla.f90: Add pvla initialization.
9611
9612 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9613
9614 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9615 New test.
9616 * gdb.fortran/vla-value-sub.exp: Likewise.
9617
9618 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9619
9620 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9621
9622 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9623
9624 * i386-biarch-core.exp: Define corefile using
9625 standard_output_file.
9626
9627 2016-02-12 Yao Qi <yao.qi@linaro.org>
9628
9629 * gdb.arch/arm-single-step-kernel-helper.c: New.
9630 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9631
9632 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9633
9634 * gdb.btrace/tailcall-only.exp: New.
9635 * gdb.btrace/tailcall-only.c: New.
9636 * gdb.btrace/x86_64-tailcall-only.S: New.
9637 * gdb.btrace/i686-tailcall-only.S: New.
9638
9639 2016-02-11 Pedro Alves <palves@redhat.com>
9640
9641 * README (Parallel testing): Add missing double quotes.
9642
9643 2016-02-11 Pedro Alves <palves@redhat.com>
9644
9645 * README (Parallel testing): New section.
9646 (GDB_PARALLEL): Rewrite.
9647 (FORCE_PARALLEL): Document.
9648
9649 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9650
9651 * gdb.trace/tfile-avx.c: New test.
9652 * gdb.trace/tfile-avx.exp: New test.
9653
9654 2016-02-09 Keith Seitz <keiths@redhat.com>
9655
9656 PR breakpoints/19546
9657 * gdb.base/infcall-exec.c: New file.
9658 * gdb.base/infcall-exec2.c: New file.
9659 * gdb.base/infcall-exec.exp: New file.
9660
9661 2016-02-09 Keith Seitz <keiths@redhat.com>
9662
9663 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9664 (toplevel): Call test_bkpt_address.
9665
9666 2016-02-09 Keith Seitz <keiths@redhat.com>
9667
9668 PR python/19506
9669 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9670 (toplevel): Call test_bkpt_address.
9671
9672 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9673
9674 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9675 to AC_OUTPUT.
9676 * configure: Regenerate.
9677
9678 2016-02-09 Pedro Alves <palves@redhat.com>
9679
9680 PR breakpoints/19548
9681 * gdb.base/execl-update-breakpoints.c (some_function): New
9682 function.
9683 (main): Call it.
9684 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9685 Tighten expected GDB output.
9686
9687 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9688
9689 * Makefile.in (ALL_SUBDIRS): Remove.
9690 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9691 (distclean maintainer-clean realclean): Likewise.
9692 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9693 * configure: Regenerate.
9694 * gdb.ada/Makefile.in: Delete.
9695 * gdb.arch/Makefile.in: Likewise.
9696 * gdb.asm/Makefile.in: Likewise.
9697 * gdb.base/Makefile.in: Likewise.
9698 * gdb.btrace/Makefile.in: Likewise.
9699 * gdb.cell/Makefile.in: Likewise.
9700 * gdb.compile/Makefile.in: Likewise.
9701 * gdb.cp/Makefile.in: Likewise.
9702 * gdb.disasm/Makefile.in: Likewise.
9703 * gdb.dlang/Makefile.in: Likewise.
9704 * gdb.dwarf2/Makefile.in: Likewise.
9705 * gdb.fortran/Makefile.in: Likewise.
9706 * gdb.gdb/Makefile.in: Likewise.
9707 * gdb.go/Makefile.in: Likewise.
9708 * gdb.guile/Makefile.in: Likewise.
9709 * gdb.java/Makefile.in: Likewise.
9710 * gdb.linespec/Makefile.in: Likewise.
9711 * gdb.mi/Makefile.in: Likewise.
9712 * gdb.modula2/Makefile.in: Likewise.
9713 * gdb.multi/Makefile.in: Likewise.
9714 * gdb.objc/Makefile.in: Likewise.
9715 * gdb.opencl/Makefile.in: Likewise.
9716 * gdb.opt/Makefile.in: Likewise.
9717 * gdb.pascal/Makefile.in: Likewise.
9718 * gdb.perf/Makefile.in: Likewise.
9719 * gdb.python/Makefile.in: Likewise.
9720 * gdb.reverse/Makefile.in: Likewise.
9721 * gdb.server/Makefile.in: Likewise.
9722 * gdb.stabs/Makefile.in: Likewise.
9723 * gdb.threads/Makefile.in: Likewise.
9724 * gdb.trace/Makefile.in: Likewise.
9725 * gdb.xml/Makefile.in: Likewise.
9726 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9727 GDB_PARALLEL.
9728 (standard_output_file): Remove check for GDB_PARALLEL, always
9729 return path in outputs/$subdir/$testname.
9730
9731 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9732
9733 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9734 (site.exp): Assign abs_srcdir to tcl's srcdir.
9735
9736 2016-02-04 Yao Qi <yao.qi@linaro.org>
9737
9738 * gdb.base/foll-exec-mode.c: Include limits.h.
9739 (main): Add parameters argc and argv. Get directory from
9740 argv[0].
9741 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9742 compilation.
9743 * gdb.base/foll-exec.c: Include limits.h.
9744 (main): Add parameters argc and argv.
9745 Get directory from argv[0].
9746 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9747 Adjust tests on the number of lines as source code changed.
9748 * gdb.base/foll-vfork-exit.c: Include limits.h.
9749 (main): Add one line of statement before vfork.
9750 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9751 (main): Add parameters argc and argv. Get directory from
9752 argv[0].
9753 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9754 (setup_gdb): Set tbreak to skip some source lines.
9755 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9756 (main): Add parameters argc and argv. Get directory from
9757 argv[0].
9758 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9759 compilation.
9760 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9761 (main): Add parameters argc and argv. Get directory from
9762 argv[0].
9763 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9764 compilation.
9765
9766 2016-02-01 Doug Evans <dje@google.com>
9767
9768 * gdb.base/skip.exp: Clean up multiple references to same test name.
9769
9770 2016-02-01 Pedro Alves <palves@redhat.com>
9771
9772 PR remote/19496
9773 * gdb.threads/forking-threads-plus-breakpoint.exp
9774 (displaced_stepping_supported): New global.
9775 (probe_displaced_stepping_support): New procedure.
9776 (do_test): Add 'displaced' parameter, and use it.
9777 (top level): Check for displaced stepping support. Add displaced
9778 stepping on/off testing axis.
9779
9780 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9781
9782 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9783 pointer. Don't perform further tests on the unassociated pointer
9784 if the first test fails.
9785
9786 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9787
9788 * gdb.base/max-value-size.c: New file.
9789 * gdb.base/max-value-size.exp: New file.
9790 * gdb.base/huge.exp: Disable max-value-size for this test.
9791
9792 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9793
9794 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9795
9796 2016-01-28 Yao Qi <yao.qi@linaro.org>
9797
9798 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9799
9800 2016-01-25 Pedro Alves <palves@redhat.com>
9801
9802 PR threads/19461
9803 * gdb.base/fork-running-state.c: New file.
9804 * gdb.base/fork-running-state.exp: New file.
9805
9806 2016-01-25 Pedro Alves <palves@redhat.com>
9807
9808 PR gdb/19494
9809 * gdb.base/catch-fork-kill.c: New file.
9810 * gdb.base/catch-fork-kill.exp: New file.
9811
9812 2016-01-25 Pedro Alves <palves@redhat.com>
9813
9814 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9815 Delete, moved to lib/gdb.exp.
9816 * gdb.threads/forking-threads-plus-breakpoint.exp
9817 (foreach_with_prefix): Likewise.
9818 * gdb.threads/process-dies-while-handling-bp.exp
9819 (foreach_with_prefix): Likewise.
9820 * lib/gdb.exp (foreach_with_prefix): New procedure.
9821
9822 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9823
9824 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9825 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9826
9827 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9828
9829 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9830 endian targets.
9831
9832 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9833 Pedro Alves <palves@redhat.com>
9834
9835 Fix testsuite compatibility with Guile.
9836 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9837 number.
9838
9839 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9840
9841 Fix testsuite compatibility with Guile.
9842 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9843 (thread 1): New test for backtrace through signal handler.
9844
9845 2016-01-22 Yao Qi <yao.qi@linaro.org>
9846
9847 PR testsuite/19491
9848 * gdb.base/multi-forks.c: Include
9849 ../lib/unbuffer_output.c
9850 (main): Call gdb_unbuffer_output.
9851
9852 2016-01-21 Doug Evans <dje@google.com>
9853
9854 * lib/ada.exp (gdb_compile_ada): Fix typo.
9855
9856 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9857
9858 * gdb.base/break-fun-addr.exp: New file.
9859 * gdb.base/break-fun-addr1.c: New file.
9860 * gdb.base/break-fun-addr2.c: New file.
9861
9862 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9863
9864 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9865 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9866 enum flag values.
9867
9868 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9869
9870 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9871 when GDB can not set the vector return value. Add more comments
9872 for clarification.
9873
9874 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9875
9876 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9877 command.
9878
9879 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9880
9881 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9882
9883 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9884
9885 * Makefile.in (check-single): Pass --status to runtest.
9886 (check/%.exp): Likewise.
9887
9888 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9889
9890 * Makefile.in (check-parallel): Propagate return code from make
9891 do-check-parallel.
9892
9893 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9894
9895 * gdb.trace/ftrace.exp: Fix expected message on continue.
9896 * gdb.trace/pending.exp: Fix expected message on continue.
9897 * gdb.trace/trace-break.exp: Fix expected message on continue.
9898
9899 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9900
9901 * lib/gdb.exp (gdb_test): Remove unused global references.
9902
9903 2016-01-18 Pedro Alves <palves@redhat.com>
9904
9905 * gdb.base/async-shell.exp: Adjust expected output.
9906 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9907 * gdb.base/siginfo-thread.exp: Adjust expected output.
9908 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9909 * gdb.java/jnpe.exp: Adjust expected output.
9910 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9911 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9912 * gdb.threads/leader-exit.exp: Adjust expected output.
9913 * gdb.threads/manythreads.exp: Adjust expected output.
9914 * gdb.threads/pthreads.exp: Adjust expected output.
9915 * gdb.threads/schedlock.exp: Adjust expected output.
9916 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9917 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9918 expected output.
9919 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9920 output.
9921 * gdb.threads/sigthread.exp: Adjust expected output.
9922 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9923
9924 2016-01-18 Yao Qi <yao.qi@linaro.org>
9925
9926 * gdb.guile/scm-section-script.c: Replace @progbits with
9927 %progbits.
9928 * gdb.python/py-section-script.c: Likewise.
9929
9930 2016-01-15 Pedro Alves <palves@redhat.com>
9931
9932 * gdb.multi/tids.exp: Test star wildcard ranges.
9933
9934 2016-01-15 Pedro Alves <palves@redhat.com>
9935
9936 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9937 command from "thread apply" invocation.
9938 (thr_apply_info_thr_invalid): Default the expected output to the
9939 input tid list.
9940 (top level): Add tests that use convenience variables. Add tests
9941 for "thread apply" with a valid TID list, but missing the command.
9942
9943 2016-01-13 Pedro Alves <palves@redhat.com>
9944
9945 * gdb.base/default.exp: Expect $_gthread as well.
9946 * gdb.multi/tids.exp: Test $_gthread.
9947 * gdb.threads/thread-specific.exp: Test $_gthread.
9948
9949 2016-01-13 Pedro Alves <palves@redhat.com>
9950
9951 * gdb.multi/tids.exp: Test "info threads -gid".
9952
9953 2016-01-13 Pedro Alves <palves@redhat.com>
9954
9955 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9956 Breakpoint.thread.
9957 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9958
9959 2016-01-07 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.base/break.exp: Adjust to output changes.
9962 * gdb.base/hbreak2.exp: Likewise.
9963 * gdb.base/sepdebug.exp: Likewise.
9964 * gdb.base/watch_thread_num.exp: Likewise.
9965 * gdb.linespec/keywords.exp: Likewise.
9966 * gdb.multi/info-threads.exp: Likewise.
9967 * gdb.threads/thread-find.exp: Likewise.
9968 * gdb.multi/tids.c: New file.
9969 * gdb.multi/tids.exp: New file.
9970
9971 2016-01-13 Pedro Alves <palves@redhat.com>
9972
9973 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9974
9975 2016-01-13 Pedro Alves <palves@redhat.com>
9976
9977 * gdb.base/default.exp: Expect $_inferior as well.
9978 * gdb.multi/base.exp: Test $_inferior.
9979
9980 2016-01-13 Pedro Alves <palves@redhat.com>
9981
9982 PR breakpoints/19388
9983 * gdb.base/catch-signal-siginfo-cond.c: New file.
9984 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9985
9986 2016-01-12 Josh Stone <jistone@redhat.com>
9987 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9988
9989 * gdb.base/catch-syscall.c (do_execve): New variable.
9990 (main): Conditionally trigger an execve.
9991 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9992 (test_catch_syscall_execve): New, check entry/return across execve.
9993 (do_syscall_tests): Call test_catch_syscall_execve.
9994
9995 2016-01-12 Pedro Alves <palves@redhat.com>
9996
9997 * gdb.base/random-signal.exp (do_test): New procedure, with body
9998 of testcase moved in.
9999
10000 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10001 Pedro Alves <palves@redhat.com>
10002
10003 * gdb.base/funcargs.exp (finish from indirectly called function):
10004 Reintroduce the case for 'First'.
10005
10006 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10007 Pedro Alves <palves@redhat.com>
10008
10009 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10010 (tcatch_vfork_then_child_follow_exec)
10011 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10012 identification.
10013
10014 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10015
10016 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10017 and repeats to unlimited.
10018 * gdb.python/py-value.exp: Likewise.
10019 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10020 and repeats to unlimited.
10021
10022 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10023
10024 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10025 and reordering the functions.
10026 * gdb.multi/hangout.c: Likewise.
10027 * gdb.multi/hello.c: Likewise.
10028
10029 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10030
10031 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10032 absolute.
10033 (SingleStatisticTestResult.report): Use dict.keys instead of
10034 dict.iterkeys.
10035
10036 2016-01-06 Pedro Alves <palves@redhat.com>
10037
10038 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10039
10040 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10041
10042 * gdb.btrace/dlopen.exp: New.
10043 * gdb.btrace/dlopen.c: New.
10044 * gdb.btrace/dlopen-dso.c: New.
10045
10046 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10047
10048 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10049 PATTERN argument is optional.
10050
10051 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10052
10053 * lib/ada.exp (target_compile_ada_from_dir): New function.
10054 (gdb_compile_ada): Reimplement avoiding the use of project files.
10055 * gdb.ada/gnat_ada.gpr: Delete.
10056 * gdb.ada/cond_lang.exp: Adjust test to make path before
10057 filename optional.
10058 * gdb.ada/small_reg_param.exp: Likewise.
10059
10060 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10061
10062 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10063
10064 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10065
10066 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10067 case.
10068
10069 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10070
10071 * gdb.base/break.exp: Remove dead code.
10072 * gdb.base/sepdebug.exp: Likewise.
10073
10074 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10075
10076 * gdb.asm/asm-source.exp: Remove HP-UX references.
10077 * gdb.base/annota1.exp: Likewise.
10078 * gdb.base/annota3.exp: Likewise.
10079 * gdb.base/attach.exp: Likewise.
10080 * gdb.base/bigcore.exp: Likewise.
10081 * gdb.base/break.exp: Likewise.
10082 * gdb.base/call-ar-st.exp: Likewise.
10083 * gdb.base/callfuncs.exp: Likewise.
10084 * gdb.base/catch-fork-static.exp: Likewise.
10085 * gdb.base/display.exp: Likewise.
10086 * gdb.base/foll-exec-mode.exp: Likewise.
10087 * gdb.base/foll-exec.exp: Likewise.
10088 * gdb.base/foll-fork.exp: Likewise.
10089 * gdb.base/foll-vfork.exp: Likewise.
10090 * gdb.base/funcargs.exp: Likewise.
10091 * gdb.base/hbreak2.exp: Likewise.
10092 * gdb.base/inferior-died.exp: Likewise.
10093 * gdb.base/interrupt.exp: Likewise.
10094 * gdb.base/multi-forks.exp: Likewise.
10095 * gdb.base/nodebug.exp: Likewise.
10096 * gdb.base/sepdebug.exp: Likewise.
10097 * gdb.base/solib1.c: Likewise.
10098 * gdb.base/step-test.exp: Likewise.
10099 * gdb.mi/non-stop.c: Likewise.
10100 * gdb.mi/pthreads.c: Likewise.
10101 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10102 * gdb.threads/pthreads.c: Likewise.
10103 * gdb.threads/staticthreads.exp: Likewise.
10104 * lib/future.exp: Likewise.
10105 * lib/gdb.exp: Likewise.
10106 * gdb.base/so-indr-cl.c: Remove.
10107 * gdb.base/so-indr-cl.exp: Likewise.
10108 * gdb.base/solib.c: Likewise.
10109 * gdb.base/solib.exp: Likewise.
10110 * gdb.base/solib2.c: Likewise.
10111
10112 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10113
10114 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10115 * gdb.base/call-ar-st.exp: Likewise.
10116 * gdb.base/callfuncs.exp: Likewise.
10117 * gdb.base/condbreak.exp: Likewise.
10118 * gdb.base/constvars.exp: Likewise.
10119 * gdb.base/hbreak2.exp: Likewise.
10120 * gdb.base/langs.exp: Likewise.
10121 * gdb.base/list.exp: Likewise.
10122 * gdb.base/long_long.exp: Likewise.
10123 * gdb.base/ptype.exp: Likewise.
10124 * gdb.base/scope.exp: Likewise.
10125 * gdb.base/signals.exp: Likewise.
10126 * gdb.base/so-impl-ld.exp: Likewise.
10127 * gdb.base/varargs.exp: Likewise.
10128 * gdb.base/volatile.exp: Likewise.
10129 * gdb.base/whatis.exp: Likewise.
10130 * gdb.cp/cplusfuncs.exp: Likewise.
10131 * gdb.cp/inherit.exp: Likewise.
10132 * gdb.cp/local.exp: Likewise.
10133 * gdb.cp/member-ptr.exp: Likewise.
10134 * gdb.cp/method.exp: Likewise.
10135 * gdb.cp/overload.exp: Likewise.
10136 * gdb.cp/templates.exp: Likewise.
10137 * gdb.stabs/weird.exp: Likewise.
10138 * lib/compiler.c: Likewise.
10139 * lib/compiler.cc: Likewise.
10140 * lib/cp-support.exp: Likewise.
10141 * lib/gdb.exp: Likewise.
10142
10143 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10144
10145 * configure.ac: Remove HP-UX case.
10146 * configure: Regenerate.
10147
10148 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10149
10150 * lib/gdb.exp (gdb_compile): Add function doc.
10151
10152 2015-12-17 Pedro Alves <palves@redhat.com>
10153
10154 PR threads/19354
10155 * gdb.multi/info-threads.exp: New file.
10156
10157 2015-12-15 Yao Qi <yao.qi@linaro.org>
10158
10159 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10160 is aarch64*-*-*.
10161
10162 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10163
10164 * gdb.base/history-duplicates.exp: Skip if no readline support.
10165
10166 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10167
10168 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10169
10170 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10171
10172 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10173
10174 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10175
10176 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10177 ctrl-C if nointerrupts target property is set.
10178 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10179 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10180 * gdb.base/paginate-bg-execution.exp: Likewise.
10181 * gdb.base/paginate-execution-startup.exp: Likewise.
10182 * gdb.base/random-signal.exp: Likewise.
10183 * gdb.base/range-stepping.exp: Likewise.
10184 * gdb.cp/annota2.exp: Likewise.
10185 * gdb.cp/annota3.exp: Likewise.
10186 * gdb.gdb/selftest.exp: Likewise.
10187 * gdb.threads/continue-pending-status.exp: Likewise.
10188 * gdb.threads/leader-exit.exp: Likewise.
10189 * gdb.threads/manythreads.exp: Likewise.
10190 * gdb.threads/pthreads.exp: Likewise.
10191 * gdb.threads/schedlock.exp: Likewise.
10192 * gdb.threads/sigthread.exp: Likewise.
10193
10194 2015-12-11 Don Breazeal <donb@codesourcery.com>
10195
10196 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10197 remote.
10198 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10199 * gdb.base/foll-exec.exp (main): Enable for target remote.
10200 * gdb.base/foll-fork.exp (main): Likewise.
10201 * gdb.base/foll-vfork.exp (main): Likewise.
10202 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10203 (proc continue_to_exit_bp_loc): Use clean_restart.
10204 * gdb.base/pie-execl.exp (main): Disable for target remote.
10205 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10206 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10207 * gdb.threads/execl.exp (main): Likewise.
10208 * gdb.threads/fork-child-threads.exp (main): Likewise.
10209 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10210 remote.
10211 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10212 remote.
10213 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10214 pid.tid style ptids, instead of just tid.
10215 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10216 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10217 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10218 ptids, instead of just tid.
10219
10220 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10221
10222 * gdb.base/list.exp (test_list_forward): Add end of file error
10223 test.
10224 (test_repeat_list_command): Add end of file error test.
10225 (test_list_backwards): Add beginning of file error test.
10226
10227 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10228
10229 * gdb.base/list.exp (test_list_invalid_args): New function,
10230 defined, and called.
10231
10232 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10233
10234 * gdb.base/list.exp (test_list): Make test names unique.
10235
10236 2015-12-11 Yao Qi <yao.qi@linaro.org>
10237
10238 * gdb.base/coremaker2.c: Remove.
10239
10240 2015-12-10 Pedro Alves <palves@redhat.com>
10241
10242 * gdb.multi/base.exp: Remove stale "spaces" references.
10243
10244 2015-12-10 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.multi/base.exp: Don't use nowarnings.
10247 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10248 * gdb.multi/hangout.c: Include stdio.h.
10249 * gdb.multi/hello.c: Include stdlib.h.
10250 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10251 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10252 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10253
10254 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10255
10256 * gdb.dwarf2/dw2-ranges-base.c: New file.
10257 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10258 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10259 support additional line table, and debug ranges generation.
10260 (Dwarf::ranges): New function, generate .debug_ranges.
10261 (Dwarf::lines): Support generating simple line table programs.
10262 (Dwarf::assemble): Initialise new namespace variables.
10263
10264 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10265
10266 * gdb.base/async.exp (proc test_background): Add case for
10267 asynchronous execution not supported.
10268
10269 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10270
10271 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10272 format and change test names to make them unique.
10273
10274 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10275 Pedro Alves <pedro@redhat.com>
10276
10277 PR gdb/18702
10278 Add checking of floatformats setup on x86_64 hosts.
10279 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10280 (smallval, bigval): New labels/constants.
10281 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10282 float" after loading bigval and smallval.
10283
10284 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10285
10286 * gdb.ada/fun_overload_menu.exp: New testcase.
10287 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10288
10289 2015-12-04 Josh Stone <jistone@redhat.com>
10290
10291 * gdb.base/catch-fork-static.exp: New.
10292
10293 2015-12-03 Yao Qi <yao.qi@linaro.org>
10294
10295 * gdb.base/sizeof.c: Don't include stdio.h and
10296 ../lib/unbuffer_output.c.
10297 (main): New variable 'size' and 'value'. Remove printf and
10298 gdb_unbuffer_output. Assign return value to size and value.
10299 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10300 at the beginning.
10301 (check_sizeof): Check the result by printing variable 'size'.
10302 (check_valueof): Check the result by printing variable 'value'.
10303
10304 2015-12-01 Yao Qi <yao.qi@linaro.org>
10305
10306 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10307 for aarch64*-*-linux* target.
10308
10309 2015-11-30 Pedro Alves <palves@redhat.com>
10310
10311 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10312
10313 2015-11-30 Pedro Alves <palves@redhat.com>
10314
10315 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10316 Handle non-stop mode vCont replies.
10317
10318 2015-11-30 Pedro Alves <palves@redhat.com>
10319
10320 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10321 prepare_for_testing. Start gdb with "set non-stop on" appended to
10322 GDBFLAGS. Lax expected stop output.
10323
10324 2015-11-27 Yao Qi <yao.qi@linaro.org>
10325
10326 * gdb.arch/arm-neon.exp: New.
10327 * gdb.arch/arm-neon.c: New.
10328
10329 2015-11-27 Yao Qi <yao.qi@linaro.org>
10330
10331 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10332
10333 2015-11-27 Yao Qi <yao.qi@linaro.org>
10334
10335 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10336 frames-invalid annotation.
10337
10338 2015-11-27 Yao Qi <yao.qi@linaro.org>
10339
10340 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10341
10342 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10343
10344 * gdb.threads/names.exp: New file.
10345 * gdb.threads/names.c: New file.
10346 * README: Mention gdb,no_thread_names.
10347
10348 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10349
10350 PR 19297
10351 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10352 support" error.
10353
10354 2015-11-24 Pedro Alves <palves@redhat.com>
10355
10356 PR 17539
10357 * gdb.base/display.exp: Expect displays to be sorted in ascending
10358 order. Use multi_line.
10359 * gdb.base/solib-display.exp: Likewise.
10360
10361 2015-11-24 Pedro Alves <palves@redhat.com>
10362
10363 PR 17539
10364 * gdb.base/display.exp: Expect displays to be sorted in ascending
10365 order. Use multi_line.
10366 * gdb.base/solib-display.exp: Likewise.
10367
10368 2015-11-24 Pedro Alves <palves@redhat.com>
10369
10370 PR 17539
10371 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10372 threads in ascending order.
10373 * gdb.base/foll-fork.exp: Likewise.
10374 * gdb.base/foll-vfork.exp: Likewise.
10375 * gdb.base/multi-forks.exp: Likewise.
10376 * gdb.mi/mi-nonstop.exp: Likewise.
10377 * gdb.mi/mi-nsintrall.exp: Likewise.
10378 * gdb.multi/base.exp: Likewise.
10379 * gdb.multi/multi-arch.exp: Likewise.
10380 * gdb.python/py-inferior.exp: Likewise.
10381 * gdb.threads/break-while-running.exp: Likewise.
10382 * gdb.threads/execl.exp: Likewise.
10383 * gdb.threads/gcore-thread.exp: Likewise.
10384 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10385 * gdb.threads/kill.exp: Likewise.
10386 * gdb.threads/linux-dp.exp: Likewise.
10387 * gdb.threads/multiple-step-overs.exp: Likewise.
10388 * gdb.threads/next-bp-other-thread.exp: Likewise.
10389 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10390 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10391 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10392 * gdb.threads/thread-find.exp: Likewise.
10393 * gdb.threads/tls.exp: Likewise.
10394 * lib/mi-support.exp (mi_reverse_list): Delete.
10395 (mi_check_thread_states): No longer reverse list.
10396
10397 2015-11-24 Pedro Alves <palves@redhat.com>
10398
10399 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10400 use lowercase.
10401
10402 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10403
10404 * gdb.trace/actions.c: Include trace-common.h.
10405 (main): Add a location for a fast tracepoint.
10406 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10407 the normal tracepoints.
10408 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10409
10410 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10411
10412 * save-trace.exp: Factor out code to these...
10413 (gdb_save_tracepoints): New.
10414 (gdb_load_tracepoints): New.
10415 (do_save_load_test): New.
10416
10417 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10418
10419 * gdb.base/asmlabel.exp: New test.
10420 * gdb.base/asmlabel.c: New test case.
10421
10422 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10423
10424 * gdb.base/wrong_frame_bt_full-main.c: New file.
10425 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10426 * gdb.base/wrong_frame_bt_full.exp: New file.
10427
10428 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10429
10430 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10431
10432 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10433
10434 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10435 pstate register when comparing registers values in
10436 sparc64-*-linux-gnu targets to avoid spurious differences.
10437
10438 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10439
10440 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10441
10442 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10443
10444 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10445 as type argument to gdb_compile.
10446 * gdb.base/nested-subp2.exp: Likewise.
10447 * gdb.base/nested-subp3.exp: Likewise.
10448
10449 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10450
10451 * lib/dwarf.exp (_note): Fix left shift of negative value.
10452 * gdb.trace/trace-condition.exp: Likewise.
10453
10454 2015-11-13 Yao Qi <yao.qi@linaro.org>
10455
10456 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10457 comments about d10v.
10458 (test_scalar_returns): Likewise.
10459 * gdb.base/d10v.ld: Remove.
10460 * gdb.base/overlays.exp: Remove the target triplet checking for
10461 d10v-*-*.
10462 * gdb.base/structs.exp (test_struct_returns): Remove the
10463 comments about d10v.
10464 (test_struct_calls): Likewise.
10465
10466 2015-11-13 Yao Qi <yao.qi@linaro.org>
10467
10468 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10469 * gdb.base/gnu_vector.c: Don't include stdio.h.
10470 (main): Don't print res and call add_some_intvecs.
10471
10472 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10473
10474 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10475 macro.
10476 (func5): Removed.
10477 (func4): Use FAST_TRACEPOINT_LABEL.
10478 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10479 macro.
10480 (func): Removed.
10481 (thread_function): Use FAST_TRACEPOINT_LABEL.
10482 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10483 (func): Remove.
10484 (marker): Use FAST_TRACEPOINT_LABEL.
10485 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10486 (pendfunc1): Remove.
10487 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10488 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10489 (foo): Remove.
10490 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10491 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10492 macro.
10493 (func): Remove.
10494 (marker): Use FAST_TRACEPOINT_LABEL.
10495 * gdb.trace/trace-common.h: New header.
10496 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10497 macro.
10498 (func): Remove.
10499 (marker): Use FAST_TRACEPOINT_LABEL.
10500 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10501 (func): Remove.
10502 (thread_function): Use FAST_TRACEPOINT_LABEL.
10503
10504 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10505
10506 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10507 in front.
10508 * gdb.trace/change-loc.exp: Use global pcreg definition.
10509 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10510 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10511 in front.
10512 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10513 * gdb.trace/pending.exp: Likewise.
10514 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10515 * gdb.trace/trace-break.exp: Likewise.
10516 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10517 in front.
10518 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10519 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10520 in front.
10521 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10522
10523 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10524
10525 * gdb.ada/fin_fun_out: New testcase.
10526
10527 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10528
10529 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10530 value associated with DW_AT_byte_size.
10531 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10532 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10533 DW_AT_upper_bound.
10534
10535 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10536
10537 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10538 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10539 version.
10540 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10541 gdb.dwarf2/dw2-canonicalize-type.exp,
10542 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10543 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10544 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10545 provided by gdb_target_symbol_prefix_flags_asm.
10546 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10547 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10548 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10549 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10550 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10551 macros where needed). Use this macro for symbols which require
10552 the prefix provided by SYMBOL_PREFIX.
10553
10554 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10555
10556 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10557 New procs.
10558 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10559 representing expressions, of more than one list element.
10560 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10561 to prepend linker symbol prefix to f.
10562 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10563 table_1 and table_2.
10564 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10565 Likewise, for f and g.
10566 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10567 for ptr.
10568 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10569 for main.
10570 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10571 table_1_ptr and table_2_ptr.
10572
10573 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10574 Joel Brobecker <brobecker@adacore.com>
10575
10576 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10577
10578 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10579
10580 * gdb.reverse/s390-mvcle.c: New test.
10581 * gdb.reverse/s390-mvcle.exp: New file.
10582 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10583
10584 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10585
10586 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10587
10588 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10589
10590 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10591 reaching marker2.
10592 * gdb.reverse/getresuid-reverse.exp: Likewise.
10593 * gdb.reverse/pipe-reverse.exp: Likewise.
10594 * gdb.reverse/readv-reverse.exp: Likewise.
10595 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10596 * gdb.reverse/time-reverse.exp: Likewise.
10597 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10598
10599 2015-10-30 Yao Qi <yao.qi@linaro.org>
10600
10601 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10602 (empty_cycle): Remove.
10603 (main): Don't call empty_cycle. Don't use watch_count_done.
10604 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10605 empty_cycle. Rewrite the code counting HW watchpoints.
10606
10607 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10608
10609 * gdb.reverse/fstatat-reverse.c: New test.
10610 * gdb.reverse/fstatat-reverse.exp: New file.
10611 * gdb.reverse/getresuid-reverse.c: New test.
10612 * gdb.reverse/getresuid-reverse.exp: New file.
10613 * gdb.reverse/pipe-reverse.c: New test.
10614 * gdb.reverse/pipe-reverse.exp: New file.
10615 * gdb.reverse/readv-reverse.c: New test.
10616 * gdb.reverse/readv-reverse.exp: New file.
10617 * gdb.reverse/recvmsg-reverse.c: New test.
10618 * gdb.reverse/recvmsg-reverse.exp: New file.
10619 * gdb.reverse/time-reverse.c: New test.
10620 * gdb.reverse/time-reverse.exp: New file.
10621 * gdb.reverse/waitpid-reverse.c: New test.
10622 * gdb.reverse/waitpid-reverse.exp: New file.
10623
10624 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10625
10626 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10627
10628 2015-10-26 Doug Evans <dje@google.com>
10629
10630 PR symtab/17391
10631 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10632 * gdb.dwarf2/bad-regnum.c: New file.
10633 * gdb.dwarf2/bad-regnum.exp: New file.
10634
10635 2015-10-26 Doug Evans <dje@google.com>
10636
10637 PR python/18938
10638 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10639 file.
10640
10641 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10642
10643 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10644 for a change by "Mention language in compile error message".
10645
10646 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10647
10648 PR python/18073
10649 * gdb.python/py-type.c (C::a_method): New.
10650 (C::a_const_method): New.
10651 (C::a_static_method): New.
10652 (a_function): New.
10653 * gdb.python/py-type.exp (test_fields): Test getting fields
10654 from function and method.
10655
10656 2015-10-21 Keven Boell <keven.boell@intel.com>
10657
10658 * gdb.fortran/vla-alloc-assoc.exp: New file.
10659 * gdb.fortran/vla-datatypes.exp: New file.
10660 * gdb.fortran/vla-datatypes.f90: New file.
10661 * gdb.fortran/vla-history.exp: New file.
10662 * gdb.fortran/vla-ptype-sub.exp: New file.
10663 * gdb.fortran/vla-ptype.exp: New file.
10664 * gdb.fortran/vla-sizeof.exp: New file.
10665 * gdb.fortran/vla-sub.f90: New file.
10666 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10667 * gdb.fortran/vla-value-sub-finish.exp: New file.
10668 * gdb.fortran/vla-value-sub.exp: New file.
10669 * gdb.fortran/vla-value.exp: New file.
10670 * gdb.fortran/vla-ptr-info.exp: New file.
10671 * gdb.mi/mi-vla-fortran.exp: New file.
10672 * gdb.mi/vla.f90: New file.
10673
10674 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10675
10676 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10677 of hardwired timeout value.
10678
10679 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10680 Pedro Alves <palves@redhat.com>
10681
10682 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10683 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10684
10685 2015-10-19 Josh Stone <jistone@redhat.com>
10686
10687 * gdb.base/catch-syscall.c: Include <sched.h>.
10688 (unknown_syscall): New variable.
10689 (main): Trigger a vfork and an unknown syscall.
10690 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10691 (unknown_syscall_number): Likewise.
10692 (check_call_to_syscall): Accept an optional syscall pattern.
10693 (check_return_from_syscall): Likewise.
10694 (check_continue): Likewise.
10695 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10696 (test_catch_syscall_skipping_return): New test toggling off 'catch
10697 syscall' to step over the syscall return, then toggling back on.
10698 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10699 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10700 (do_syscall_tests): Call test_catch_syscall_without_args and
10701 test_catch_syscall_mid_vfork.
10702 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10703 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10704
10705 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10706
10707 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10708 print g_vE): Add new pass patterns.
10709 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10710 print various symbol names for vptr fields.
10711
10712 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10713
10714 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10715 results.
10716
10717 2015-10-12 Yao Qi <yao.qi@linaro.org>
10718
10719 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10720
10721 2015-10-12 Yao Qi <yao.qi@linaro.org>
10722
10723 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10724 is aarch64*-*-linux*.
10725
10726 2015-10-12 Yao Qi <yao.qi@linaro.org>
10727
10728 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10729 (can_relocate_bcond_true): ... it.
10730 (can_relocate_bcond_false): New function.
10731 (foo): Likewise.
10732 (can_relocate_bl): Likewise.
10733 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10734 can_relocate_bl.
10735
10736 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10737
10738 * gdb.base/nested-addr.c: New file.
10739 * gdb.base/nested-addr.exp: New testcase.
10740
10741 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10742
10743 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10744 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10745 its output. Ignore the output of "record goto begin" and instead
10746 check that GDB is replaying.
10747
10748 2015-10-09 Pedro Alves <palves@redhat.com>
10749
10750 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10751 (top level): Use it in the run with no args test.
10752
10753 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10754
10755 * gdb.dlang/properties.exp: New file.
10756
10757 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10758
10759 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10760 whether or not address 0x1000 is mapped on the target.
10761
10762 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10763
10764 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10765 build.
10766
10767 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10768
10769 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10770 instruction-history test.
10771
10772 2015-09-28 Doug Evans <dje@google.com>
10773
10774 * gdb.base/gcore.c (array_func): Add reference to static_array.
10775
10776 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10777
10778 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10779 source line.
10780
10781 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10782
10783 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10784 short or char as base type.
10785
10786 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10787
10788 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10789 to allow any size enum.
10790
10791 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10792
10793 * gdb.ada/array_ptr_renaming.exp: New testcase.
10794 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10795 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10796
10797 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10798
10799 * gdb.trace/ftrace-lock.c: New file.
10800 * gdb.trace/ftrace-lock.exp: New file.
10801
10802 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10803
10804 * gdb.arch/insn-reloc.c: New file.
10805 * gdb.arch/ftrace-insn-reloc.exp: New file.
10806
10807 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10808
10809 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10810 instruction.
10811 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10812 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10813 * gdb.trace/range-stepping.c: Likewise.
10814 * gdb.trace/trace-break.c: Likewise.
10815 * gdb.trace/trace-mt.c (thread_function): Likewise.
10816 * gdb.trace/ftrace.c (marker): Likewise.
10817 * gdb.trace/trace-condition.c (marker): Likewise.
10818 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10819 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10820 is_aarch64_target.
10821
10822 2015-09-18 Doug Evans <xdje42@gmail.com>
10823
10824 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10825 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10826
10827 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10828
10829 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10830 the breakpoint.
10831
10832 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10833
10834 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10835 the pending breakpoint. Remove timeout override for "Run till
10836 MI pending breakpoint on pendfunc3 on thread 2" test.
10837
10838 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10839
10840 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10841 filename pattern.
10842
10843 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10844
10845 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10846 in breakpoint filename pattern.
10847
10848 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10849
10850 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10851
10852 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10853
10854 * gdb.linespec/explicit.exp: Check for readline support for
10855 tab-completion tests. Fix obvious typo.
10856
10857 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10858
10859 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10860 and replay.
10861
10862 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10863
10864 * gdb.btrace/non-stop.c: New.
10865 * gdb.btrace/non-stop.exp: New.
10866
10867 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10868 Yao Qi <yao.qi@linaro.org>
10869
10870 * gdb.trace/trace-condition.c: New file.
10871 * gdb.trace/trace-condition.exp: New file.
10872
10873 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10874
10875 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10876 for testing bytecode compilation.
10877
10878 2015-09-16 Pedro Alves <palves@redhat.com>
10879 Sandra Loosemore <sandra@codesourcery.com>
10880
10881 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10882 (SECONDS): Redefine.
10883 (main): Call pthread_kill and alarm early.
10884 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10885 support.
10886 (test): If the target can't hardware step and doesn't support
10887 displaced stepping, increase the timeout.
10888
10889 2015-09-16 Pedro Alves <palves@redhat.com>
10890
10891 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10892 (enable_debug): New procedures.
10893 (test): Use them. Bail out if waiting for threads fails.
10894 (top level): Bail out if a test fails.
10895
10896 2015-09-16 Yao Qi <yao.qi@linaro.org>
10897
10898 * gdb.asm/asm-source.exp: Set asm-arch for
10899 aarch64*-*-* target.
10900 * gdb.asm/aarch64.inc: New file.
10901
10902 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10903
10904 * gdb.ada/array_of_variable_length.exp: New testcase.
10905 * gdb.ada/array_of_variable_length/foo.adb: New file.
10906 * gdb.ada/array_of_variable_length/pck.adb: New file.
10907 * gdb.ada/array_of_variable_length/pck.ads: New file.
10908
10909 2015-09-15 Doug Evans <dje@google.com>
10910
10911 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10912 of function static local variable.
10913
10914 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10915
10916 * gdb.threads/tls-so_extern.exp: New test file.
10917 * gdb.threads/tls-so_extern.c: New test file.
10918 * gdb.threads/tls-so_extern_main.c: New test file.
10919
10920 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10921
10922 * gdb.opt/solib-intra-step-lib.c: New file.
10923 * gdb.opt/solib-intra-step-main.c: New file.
10924 * gdb.opt/solib-intra-step.exp: New file.
10925
10926 2015-09-15 Pedro Alves <palves@redhat.com>
10927
10928 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10929 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10930
10931 2015-09-14 Pedro Alves <palves@redhat.com>
10932
10933 * gdb.base/hook-stop-continue.c: Delete.
10934 * gdb.base/hook-stop-continue.exp: Delete.
10935 * gdb.base/hook-stop-frame.c: Delete.
10936 * gdb.base/hook-stop-frame.exp: Delete.
10937 * gdb.base/hook-stop.c: New file.
10938 * gdb.base/hook-stop.exp: New file.
10939
10940 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10941
10942 * gdb.ada/access_to_packed_array.exp: New testcase.
10943 * gdb.ada/access_to_packed_array/foo.adb: New file.
10944 * gdb.ada/access_to_packed_array/pack.adb: New file.
10945 * gdb.ada/access_to_packed_array/pack.ads: New file.
10946
10947 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10948
10949 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10950 buffer size test.
10951
10952 2015-09-11 Don Breazeal <donb@codesourcery.com>
10953
10954 * gdb.base/foll-exec.c: Add copyright header. Fix
10955 formatting issues.
10956 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10957 (do_exec_tests): Use clean_restart in place of zap_session,
10958 and for test initialization. Fix formatting issues. Use
10959 fail in place of perror.
10960 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10961 an expect statement to match an expression with output from
10962 the program under debug.
10963 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10964 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10965 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10966 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10967 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10968
10969 2015-09-09 Doug Evans <dje@google.com>
10970
10971 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10972
10973 2015-09-09 Doug Evans <dje@google.com>
10974
10975 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10976
10977 2015-09-09 Doug Evans <dje@google.com>
10978
10979 * gdb.base/savedregs.exp: Fix typo.
10980
10981 2015-09-09 Pedro Alves <palves@redhat.com>
10982
10983 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10984
10985 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10986
10987 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10988 command actually switches threads. Give up on remaining
10989 tests if target fails to stop at breakpoint.
10990
10991 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10992
10993 * gdb.ada/funcall_char.exp: New testcase.
10994 * gdb.ada/funcall_char/foo.adb: New file.
10995
10996 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10997
10998 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10999 expected outputs. Add two testcases for completing ambiguous
11000 functions.
11001 * gdb.ada/complete/aux_pck.adb: New file.
11002 * gdb.ada/complete/aux_pck.ads: New file.
11003 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11004 Ambiguous_Func functions.
11005 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11006 * gdb.ada/complete/pck.adb: Likewise.
11007
11008 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11009
11010 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11011 failures to run the test program under GDB.
11012
11013 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11014
11015 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11016 to C.
11017
11018 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11019
11020 * gdb.base/run-after-attach.exp: New test file.
11021 * gdb.base/run-after-attach.c: New test file.
11022
11023 2015-08-26 Don Breazeal <donb@codesourcery.com>
11024
11025 * gdb.base/foll-exec-2.c: New test program.
11026 * gdb.base/foll-exec-2.exp: New test.
11027
11028 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11029
11030 * gdb.base/nested-subp1.exp: New file.
11031 * gdb.base/nested-subp1.c: New file.
11032 * gdb.base/nested-subp2.exp: New file.
11033 * gdb.base/nested-subp2.c: New file.
11034 * gdb.base/nested-subp3.exp: New file.
11035 * gdb.base/nested-subp3.c: New file.
11036
11037 2015-08-24 Pedro Alves <palves@redhat.com>
11038
11039 * gdb.server/connect-without-multi-process.c: New file.
11040 * gdb.server/connect-without-multi-process.exp: New file.
11041
11042 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11043
11044 * gdb.opt/inline-markers.c: Make z int.
11045
11046 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11047
11048 * gdb.opt/inline-markers.c: Make z volatile.
11049
11050 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11051
11052 * gdb.opt/inline-bt.c: New volatile global z.
11053 * gdb.opt/inline-cmds.c: Likewise.
11054 * gdb.opt/inline-locals.c: Likewise.
11055 * gdb.opt/inline-markers.c: New extern global z.
11056 (marker): Use z.
11057 (inline_fn): Likewise.
11058
11059 2015-08-24 Pedro Alves <palves@redhat.com>
11060
11061 * config/m32r-stub.exp: Remove file.
11062 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11063 * gdb.base/call-rt-st.exp: Likewise.
11064 * gdb.base/call-strs.exp: Likewise.
11065 * gdb.base/default.exp: Remove references to h8300-*-hms and
11066 *-*-udi*.
11067 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11068
11069 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11070
11071 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11072 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11073 and "return" use KFAIL when GDB can not read/write the vector
11074 return value.
11075
11076 2015-08-21 Gary Benson <gbenson@redhat.com>
11077
11078 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11079
11080 2015-08-20 Pedro Alves <palves@redhat.com>
11081
11082 * gdb.server/solib-list.exp: No longer expect an interior stop in
11083 non-stop mode.
11084
11085 2015-08-20 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.server/connect-stopped-target.c: New file.
11088 * gdb.server/connect-stopped-target.exp: New file.
11089
11090 2015-08-20 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.dwarf2/comp-unit-lang.exp: New file.
11093 * gdb.dwarf2/comp-unit-lang.c: New file.
11094
11095 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11096
11097 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11098 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11099
11100 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11101
11102 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11103 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11104
11105 2015-08-18 Doug Evans <dje@google.com>
11106 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11107
11108 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11109 skip_python_tests. New arg prompt_regexp.
11110 (skip_python_tests): New function.
11111 * lib/mi-support.exp (mi_skip_python_tests): New function.
11112 * gdb.python/py-mi-objfile-gdb.py: New file.
11113 * gdb.python/py-mi-objfile.c: New file.
11114 * gdb.python/py-mi-objfile.exp: New file.
11115
11116 2015-08-17 Keith Seitz <keiths@redhat.com>
11117
11118 * gdb.linespec/explicit.exp: Move strace test from here ...
11119 * gdb.trace/strace.exp: ... to here.
11120
11121 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11122
11123 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11124 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11125
11126 2015-08-14 Doug Evans <xdje42@gmail.com>
11127
11128 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11129 inferior before selecting a new file.
11130
11131 2015-08-14 Doug Evans <xdje42@gmail.com>
11132
11133 * gdb.mi/mi-disassemble.exp: Update.
11134 * gdb.base/disasm-optim.S: New file.
11135 * gdb.base/disasm-optim.c: New file.
11136 * gdb.base/disasm-optim.h: New file.
11137 * gdb.base/disasm-optim.exp: New file.
11138
11139 2015-08-14 Keith Seitz <keiths@redhat.com>
11140
11141 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11142 "evaluated-by".
11143
11144 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11145
11146 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11147
11148 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11149
11150 * gdb.ada/fun_renaming.exp: New testcase.
11151 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11152 * gdb.ada/fun_renaming/pack.adb: New file.
11153 * gdb.ada/fun_renaming/pack.ads: New file.
11154
11155 2015-08-12 Keith Seitz <keiths@redhat.com>
11156
11157 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11158 gdb_get_line_number.
11159
11160 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11161
11162 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11163 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11164 gdb.base/dso2dso.exp: New files.
11165
11166 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11167 Pedro Alves <palves@redhat.com>
11168 Keith Seitz <keiths@redhat.com>
11169
11170 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11171 GDBFLAGS.
11172
11173 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11174
11175 * gdb.base/gdbhistsize-history.exp
11176 (test_histsize_history_setting): Use save_vars.
11177 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11178 Use save_vars.
11179 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11180 * gdb.base/readline.exp: Use save_vars.
11181
11182 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11183
11184 * lib/gdb.exp (save_vars): New proc.
11185
11186 2015-08-11 Keith Seitz <keiths@redhat.com>
11187
11188 * gdb.base/help.exp: Update help_breakpoint_text.
11189
11190 2015-08-11 Keith Seitz <keiths@redhat.com>
11191
11192 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11193 (at toplevel): Call test_explicit_breakpoints.
11194 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11195 breakpoints.
11196 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11197 breakpoint conditions, "-cond".
11198
11199 2015-08-11 Keith Seitz <keiths@redhat.com>
11200
11201 * gdb.linespec/3explicit.c: New file.
11202 * gdb.linespec/cpexplicit.cc: New file.
11203 * gdb.linespec/cpexplicit.exp: New file.
11204 * gdb.linespec/explicit.c: New file.
11205 * gdb.linespec/explicit.exp: New file.
11206 * gdb.linespec/explicit2.c: New file.
11207 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11208 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11209 before using in the matching pattern.
11210 Clarify that `prefix' is a regular expression.
11211
11212 2015-08-11 Keith Seitz <keiths@redhat.com>
11213
11214 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11215 test.
11216 Add tests for missing ",FMT" and ",".
11217
11218 2015-08-10 Doug Evans <dje@google.com>
11219 Keith Seitz <keiths@redhat.com>
11220
11221 PR gdb/17960
11222 * gdb.base/completion.exp: Add location completer tests.
11223
11224 2015-08-07 Pedro Alves <palves@redhat.com>
11225
11226 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11227 tests here.
11228 (top level): Run do_test with and without displaced stepping.
11229
11230 2015-08-07 Pedro Alves <palves@redhat.com>
11231
11232 * gdb.base/valgrind-disp-step.c: New file.
11233 * gdb.base/valgrind-disp-step.exp: New file.
11234
11235 2015-08-07 Pedro Alves <palves@redhat.com>
11236
11237 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11238 Delete function.
11239 (main): Add alarm. Run an infinite loop instead of calling
11240 wait_threads.
11241 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11242 comment.
11243 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11244 Delete function.
11245 (main): Add alarm. Run an infinite loop instead of calling
11246 wait_threads.
11247 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11248 comment.
11249
11250 2015-08-07 Pedro Alves <palves@redhat.com>
11251
11252 * gdb.base/checkpoint-ns.exp: New file.
11253 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11254 standard_testfile.
11255
11256 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11257
11258 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11259 * gdb.btrace/instruction_history.exp: Update.
11260 * gdb.btrace/tsx.exp: New.
11261 * gdb.btrace/tsx.c: New.
11262
11263 2015-08-06 Pedro Alves <palves@redhat.com>
11264
11265 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11266 increase timeout.
11267 * gdb.reverse/until-precsave.exp: Bump timeouts.
11268
11269 2015-08-06 Pedro Alves <palves@redhat.com>
11270
11271 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11272
11273 2015-08-06 Pedro Alves <palves@redhat.com>
11274
11275 PR gdb/18749
11276 * gdb.threads/process-dies-while-handling-bp.c: New file.
11277 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11278
11279 2015-08-06 Pedro Alves <palves@redhat.com>
11280
11281 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11282 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11283
11284 2015-08-05 Pedro Alves <palves@redhat.com>
11285
11286 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11287 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11288
11289 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11290
11291 * gdb.base/bp-permanent.exp: Report test as unsupported if
11292 the target cannot stop at the permanent breakpoint.
11293
11294 2015-08-03 Doug Evans <dje@google.com>
11295
11296 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11297 10000.
11298
11299 2015-08-03 Doug Evans <dje@google.com>
11300
11301 * Makefile.in (workers/%.worker, build-perf): New rule.
11302 (GDB_PERFTEST_MODE): New variable.
11303 (check-perf): Use it.
11304 (clean): Clean up gdb.perf parallel build subdirs.
11305 * lib/build-piece.exp: New file.
11306 * lib/gdb.exp (make_gdb_parallel_path): New function
11307 (standard_output_file, standard_temp_file): Call it.
11308 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11309 of $GDB_PARALLEL.
11310 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11311
11312 2015-08-03 Doug Evans <dje@google.com>
11313
11314 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11315 (LOG_FILE_NAME): New global.
11316 (TextReporter.__init__): Initialize self.txt_sum.
11317 (TextReporter.report): Add support for multiple data-points.
11318 Move report to perftest.sum, put raw data in perftest.log.
11319 (TextReporter.start): Open sum and log files.
11320 (TextReporter.end): Close sum and log files.
11321 * gdb.perf/lib/perftest/testresult.py
11322 (SingleStatisticTestResult.record): Handle multiple data-points.
11323
11324 2015-07-31 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11327 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11328 kill_wait_spawned_process instead of explicit "kill -9".
11329 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11330 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11331 kill_wait_spawned_process.
11332 * gdb.base/attach-twice.exp: Likewise.
11333 * gdb.base/attach.exp: Likewise.
11334 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11335 gdb_test_multiple.
11336 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11337 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11338 kill_wait_spawned_process.
11339 * gdb.base/valgrind-infcall.exp: Likewise.
11340 * gdb.multi/multi-attach.exp: Likewise.
11341 * gdb.python/py-prompt.exp: Likewise.
11342 * gdb.python/py-sync-interp.exp: Likewise.
11343 * gdb.server/ext-attach.exp: Likewise.
11344 * gdb.threads/attach-into-signal.exp (corefunc): Use
11345 spawn_wait_for_attach, spawn_id_get_pid and
11346 kill_wait_spawned_process.
11347 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11348 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11349 spawn_id_get_pid and kill_wait_spawned_process.
11350 * gdb.threads/attach-stopped.exp (corefunc): Use
11351 spawn_wait_for_attach, spawn_id_get_pid and
11352 kill_wait_spawned_process.
11353 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11354 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11355 kill_wait_spawned_process instead of explicit "kill -9".
11356 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11357 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11358 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11359 processes. Don't map cygwin/windows pids here. Now returns a
11360 spawn id list.
11361
11362 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11363
11364 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11365 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11366 correct patch.
11367
11368 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11369
11370 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11371
11372 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11373
11374 Reapply:
11375 2014-05-21 Mark Wielaard <mjw@redhat.com>
11376
11377 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11378
11379 2015-07-30 Pedro Alves <palves@redhat.com>
11380
11381 * linux-low.c (handle_extended_wait): Set the child's last
11382 reported status to TARGET_WAITKIND_STOPPED.
11383
11384 2015-07-30 Pedro Alves <palves@redhat.com>
11385
11386 PR threads/18600
11387 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11388 only shows inferior 1.
11389
11390 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11391 Pedro Alves <palves@redhat.com>
11392
11393 PR threads/18600
11394 * gdb.threads/fork-plus-threads.c: New file.
11395 * gdb.threads/fork-plus-threads.exp: New file.
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): Use
11401 send_quit_command.
11402
11403 2015-07-29 Pedro Alves <palves@redhat.com>
11404 Don Breazeal <donb@codesourcery.com>
11405
11406 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11407 output from both inferior_spawn_id and gdb_spawn_id.
11408
11409 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11410
11411 * gdb.threads/attach-into-signal.exp (corefunc): Use
11412 with_test_prefix on nested loops, uniquefying the test messages.
11413
11414 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11415
11416 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11417 commit.
11418
11419 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11420
11421 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11422 New proc.
11423 (test_terminal_settings_preserved_after_sigterm): New test.
11424
11425 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11426
11427 * gdb.base/batch-preserve-term-settings.exp
11428 (test_terminal_settings_preserved_after_cli_exit): New test.
11429
11430 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11431
11432 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11433 manipulation of saved_gdbflags.
11434 (test_terminal_settings_preserved): Remove global declaration of
11435 the unused variable pagination_prompt. Remove manipulation of
11436 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11437 GDBFLAGS.
11438
11439 2015-07-29 Pedro Alves <palves@redhat.com>
11440
11441 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11442
11443 2015-07-29 Pedro Alves <palves@redhat.com>
11444
11445 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11446 at the top.
11447
11448 2015-07-29 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11451 (main): Call gdb_unbuffer_output.
11452 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11453 (main): Call gdb_unbuffer_output.
11454 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11455 (main): Call gdb_unbuffer_output.
11456 * gdb.base/call-strs.exp: Adjust to step over the
11457 gdb_unbuffer_output call.
11458 * gdb.base/catch-gdb-caused-signals.c: Include
11459 "../lib/unbuffer_output.c".
11460 (main): Call gdb_unbuffer_output.
11461 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11462 (main): Call gdb_unbuffer_output.
11463 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11464 (main): Call gdb_unbuffer_output.
11465 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11466 (main): Call gdb_unbuffer_output.
11467 * gdb.base/shlib-call.exp: Adjust to step over the
11468 gdb_unbuffer_output call.
11469 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11470 (main): Call gdb_unbuffer_output.
11471 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11472 (main): Call gdb_unbuffer_output.
11473 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11474 (main): Rename to ...
11475 (test): ... this.
11476 (main): Reimplement.
11477 * gdb.base/varargs.exp: Run to test instead of to main.
11478 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11479 (main): Call gdb_unbuffer_output.
11480
11481 2015-07-29 Pedro Alves <palves@redhat.com>
11482
11483 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11484 factore out from mi_continue_dprintf. For call-style dprintfs,
11485 expect dprintf output out of $inferior_spawn_id.
11486 (mi_continue_dprintf): Use mi_expect_dprintf.
11487 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11488 (main): Call gdb_unbuffer_output.
11489
11490 2015-07-29 Pedro Alves <palves@redhat.com>
11491
11492 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11493 (default_mi_gdb_start): Set inferior_spawn_id instead of
11494 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11495 gdb_spawn_id.
11496 (mi_gdb_test): Always expect inferior output from both
11497 $inferior_spawn_id and $gdb_spawn_id.
11498
11499 2015-07-29 Pedro Alves <palves@redhat.com>
11500
11501 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11502 send_inferior and $inferior_spawn_id.
11503
11504 2015-07-29 Pedro Alves <palves@redhat.com>
11505
11506 * gdb.gdb/complaints.exp (test_initial_complaints)
11507 (test_serial_complaints, test_short_complaints): Use
11508 gdb_test_stdio.
11509 (test_empty_complaint): Handle $inferior_spawn_id !=
11510 $gdb_spawn_id.
11511
11512 2015-07-29 Pedro Alves <palves@redhat.com>
11513
11514 * gdb.base/varargs.exp: Use gdb_test_stdio.
11515
11516 2015-07-29 Pedro Alves <palves@redhat.com>
11517
11518 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11519
11520 2015-07-29 Pedro Alves <palves@redhat.com>
11521
11522 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11523
11524 2015-07-29 Pedro Alves <palves@redhat.com>
11525
11526 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11527 parameter into two new parameters, "inf_result" and "gdb_result".
11528 Expect inferior output and gdb output from $inferior_spawn_id and
11529 $gdb_spawn_id, respectively. Adjust all callers.
11530
11531 2015-07-29 Pedro Alves <palves@redhat.com>
11532
11533 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11534 of gdb_test_sequence.
11535
11536 2015-07-29 Pedro Alves <palves@redhat.com>
11537
11538 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11539 (saw_spurious_output): Expect inferior output from
11540 $inferior_spawn_id. Use gdb_test_stdio.
11541
11542 2015-07-29 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.base/dprintf.exp: Use standard_testfile. Change
11545 prepare_for_testing call.
11546 (srcfile): Don't set.
11547 (restart): New procedure.
11548 (test_dprintf): New procecure, use to continue over dprintfs.
11549 (test_call, test_agent): New procedures, tests moved here.
11550 Restart gdb and recreate dprintfs. Adjust expected output.
11551
11552 2015-07-29 Pedro Alves <palves@redhat.com>
11553
11554 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11555
11556 2015-07-29 Pedro Alves <palves@redhat.com>
11557
11558 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11559
11560 2015-07-29 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11563 gdb_test_stdio.
11564
11565 2015-07-29 Pedro Alves <palves@redhat.com>
11566
11567 * lib/gdb.exp (gdb_test_stdio): New procedure.
11568
11569 2015-07-29 Pedro Alves <palves@redhat.com>
11570
11571 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11572
11573 2015-07-29 Pedro Alves <palves@redhat.com>
11574
11575 * gdb.base/call-signal-resume.exp: Remove check for
11576 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11577 * gdb.base/unwindonsignal.exp: Likewise.
11578 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11579 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11580
11581 2015-07-29 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.base/siginfo-addr.c (pass): New function.
11584 (handler): Call it iff si_addr is correct.
11585 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11586 Set a breakpoint at "pass" and continue to it.
11587
11588 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11589
11590 * gdb.python/py-objfile.exp: Make some tests have unique names.
11591 * gdb.python/py-pp-registration.exp: Likewise.
11592
11593 2015-07-28 Pedro Alves <palves@redhat.com>
11594
11595 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11596
11597 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11598
11599 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11600
11601 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11602
11603 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11604
11605 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11606
11607 * gdb.base/gdb-sigterm-2.exp: New test.
11608
11609 2015-07-25 Doug Evans <xdje42@gmail.com>
11610
11611 Revert:
11612 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11613 (workers/%.worker, build-perf): New rule.
11614 (GDB_PERFTEST_MODE): New variable.
11615 (check-perf): Use it.
11616 (clean): Clean up gdb.perf parallel build subdirs.
11617 * lib/build-piece.exp: New file.
11618 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11619 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11620 name.
11621 (standard_temp_file): Ditto.
11622 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11623 of $GDB_PARALLEL.
11624
11625 2015-07-24 Doug Evans <dje@google.com>
11626
11627 * gdb.perf/lib/perftest/utils.py: New file.
11628 * gdb.perf/gm-hello.cc: New file.
11629 * gdb.perf/gm-pervasive-typedef.cc: New file.
11630 * gdb.perf/gm-pervasive-typedef.h: New file.
11631 * gdb.perf/gm-std.cc: New file.
11632 * gdb.perf/gm-std.h: New file.
11633 * gdb.perf/gm-use-cerr.cc: New file.
11634 * gdb.perf/gm-utils.h: New file.
11635 * gdb.perf/gmonster-null-lookup.py: New file.
11636 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11637 * gdb.perf/gmonster-print-cerr.py: New file.
11638 * gdb.perf/gmonster-ptype-string.py: New file.
11639 * gdb.perf/gmonster-runto-main.py: New file.
11640 * gdb.perf/gmonster-select-file.py: New file.
11641 * gdb.perf/gmonster1-null-lookup.exp: New file.
11642 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11643 * gdb.perf/gmonster1-print-cerr.exp: New file.
11644 * gdb.perf/gmonster1-ptype-string.exp: New file.
11645 * gdb.perf/gmonster1-runto-main.exp: New file.
11646 * gdb.perf/gmonster1-select-file.exp: New file.
11647 * gdb.perf/gmonster1.cc: New file.
11648 * gdb.perf/gmonster1.exp: New file.
11649 * gdb.perf/gmonster2-null-lookup.exp: New file.
11650 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11651 * gdb.perf/gmonster2-print-cerr.exp: New file.
11652 * gdb.perf/gmonster2-ptype-string.exp: New file.
11653 * gdb.perf/gmonster2-runto-main.exp: New file.
11654 * gdb.perf/gmonster2-select-file.exp: New file.
11655 * gdb.perf/gmonster2.cc: New file.
11656 * gdb.perf/gmonster2.exp: New file.
11657
11658 2015-07-24 Doug Evans <dje@google.com>
11659
11660 * gdb.perf/README: New file.
11661 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11662 * lib/gen-perf-test.exp: New file.
11663
11664 2015-07-24 Doug Evans <dje@google.com>
11665
11666 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11667 (PerfTest::startup): New function.
11668 (PerfTest::run): Return result of calling body.
11669 (PerfTest::assemble): Rewrite.
11670 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11671 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11672 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11673 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11674 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11675
11676 2015-07-24 Doug Evans <dje@google.com>
11677
11678 * lib/gdb.exp (clean_restart): Make executable optional.
11679
11680 2015-07-24 Doug Evans <dje@google.com>
11681
11682 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11683 compiler_info references.
11684 * gdb.cp/temargs.exp: Ditto.
11685 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11686 (get_compiler_info): Early exit if already computed. Set compiler_info
11687 to "unknown" if there was a problem.
11688 (test_compiler_info): Add function comment. Call get_compiler_info.
11689
11690 2015-07-24 Doug Evans <dje@google.com>
11691
11692 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11693 (workers/%.worker, build-perf): New rule.
11694 (GDB_PERFTEST_MODE): New variable.
11695 (check-perf): Use it.
11696 (clean): Clean up gdb.perf parallel build subdirs.
11697 * lib/build-piece.exp: New file.
11698 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11699 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11700 name.
11701 (standard_temp_file): Ditto.
11702 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11703 of $GDB_PARALLEL.
11704
11705 2015-07-24 Doug Evans <dje@google.com>
11706
11707 * lib/future.exp (gdb_default_target_compile): New option
11708 "early_flags".
11709 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11710 --as-needed.
11711
11712 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11713
11714 * gdb.base/catch-syscall.exp: Call gdb_exit before
11715 gdb_skip_xml_test.
11716
11717 2015-07-24 Pedro Alves <palves@redhat.com>
11718
11719 * gdb.python/py-events.exp: Accept output between the stop event
11720 and the prompt.
11721 * gdb.python/py-evsignal.exp: Likewise.
11722 * gdb.python/py-evthreads.exp: Likewise.
11723
11724 2015-07-24 Pedro Alves <palves@redhat.com>
11725
11726 PR gdb/18717
11727 * gdb.threads/non-ldr-exit.c: New file.
11728 * gdb.threads/non-ldr-exit.exp: New file.
11729
11730 2015-07-24 Yao Qi <yao.qi@linaro.org>
11731
11732 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11733 restarting process.
11734
11735 2015-07-24 Yao Qi <yao.qi@linaro.org>
11736
11737 * gdb.server/ext-restart.exp: New file.
11738
11739 2015-07-24 Yao Qi <yao.qi@linaro.org>
11740
11741 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11742 argument options.
11743 * gdb.server/ext-wrapper.exp: New file.
11744
11745 2015-07-23 Doug Evans <dje@google.com>
11746
11747 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11748 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11749
11750 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11751
11752 * gdb.ada/var_arr_typedef.exp: New testcase.
11753 * gdb.ada/var_arr_typedef/pack.adb: New file.
11754 * gdb.ada/var_arr_typedef/pack.ads: New file.
11755 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11756
11757 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11758
11759 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11760
11761 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11762
11763 * gdb.arch/i386-biarch-core.exp: Replace istarget
11764 by "complete set gnutarget". Remove expectation for the "core-file"
11765 command.
11766
11767 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11768
11769 Revert the previous commit:
11770 Tests for validate symbol file using build-id.
11771
11772 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11773
11774 Tests for validate symbol file using build-id.
11775 * gdb.base/solib-mismatch-lib.c: New file.
11776 * gdb.base/solib-mismatch-libmod.c: New file.
11777 * gdb.base/solib-mismatch.c: New file.
11778 * gdb.base/solib-mismatch.exp: New file.
11779
11780 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11781
11782 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11783 nios2-*-linux*.
11784 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11785 * gdb.base/siginfo.exp: Likewise.
11786 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11787
11788 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11789
11790 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11791 Move it to ...
11792 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11793 ... here.
11794 * gdb.trace/range-stepping.exp: Check that the target supports
11795 range stepping.
11796
11797 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11798
11799 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11800
11801 2015-07-14 Pedro Alves <palves@redhat.com>
11802
11803 * gdb.base/killed-outside.exp: New file.
11804 * gdb.base/killed-outside.c: New file.
11805
11806 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11807
11808 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11809 (n at main): New.
11810 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11811
11812 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11813
11814 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11815 infcall tests instead of setting up for KFAIL.
11816
11817 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11818
11819 * gdb.btrace/record_goto-step.exp: New.
11820
11821 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11822
11823 PR compile/18484
11824 * gdb.compile/compile.c (struct struct_type): Add volatile to
11825 selffield's type.
11826 * gdb.compile/compile.exp
11827 (compile code struct_object.selffield = &struct_object): Skip further
11828 struct_object tests if this one xfails.
11829
11830 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11831
11832 PR exp/18617
11833 * gdb.trace/ax.exp: Add test.
11834
11835 2015-07-07 Yao Qi <yao.qi@linaro.org>
11836
11837 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11838 instead of istarget "aarch64*-*-*".
11839 * gdb.arch/aarch64-fp.exp: Likewise.
11840 * gdb.base/float.exp: Likewise.
11841 * gdb.reverse/aarch64.exp: Likewise.
11842 * lib/gdb.exp (is_aarch64_target): New proc.
11843
11844 2015-07-07 Yao Qi <yao.qi@linaro.org>
11845
11846 * lib/gdb.exp (is_aarch32_target): New proc.
11847 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11848 instead of "istarget "arm*-*-*"".
11849 * gdb.arch/arm-disp-step.exp: Likewise.
11850 * gdb.arch/thumb-bx-pc.exp: Likewise.
11851 * gdb.arch/thumb-prologue.exp: Likewise.
11852 * gdb.arch/thumb-singlestep.exp: Likewise.
11853 * gdb.base/disp-step-syscall.exp: Likewise.
11854 * gdb.base/float.exp: Likewise.
11855
11856 2015-07-07 Yao Qi <yao.qi@linaro.org>
11857
11858 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11859 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11860
11861 2015-07-07 Yao Qi <yao.qi@linaro.org>
11862
11863 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11864 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11865 if it exists.
11866 * gdb.multi/multi-arch.exp: Likewise.
11867
11868 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11869
11870 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11871 print.
11872
11873 2015-07-07 Yao Qi <yao.qi@linaro.org>
11874
11875 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11876
11877 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11878
11879 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11880 '[' and ']' characters.
11881
11882 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11883
11884 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11885
11886 2015-06-29 Pedro Alves <palves@redhat.com>
11887
11888 PR threads/18127
11889 * gdb.threads/hand-call-new-thread.c: New file.
11890 * gdb.threads/hand-call-new-thread.c: New file.
11891
11892 2015-06-26 Keith Seitz <keiths@redhat.com>
11893 Doug Evans <dje@google.com>
11894
11895 PR 16253
11896 * gdb.cp/var-tag-2.cc: New file.
11897 * gdb.cp/var-tag-3.cc: New file.
11898 * gdb.cp/var-tag-4.cc: New file.
11899 * gdb.cp/var-tag.cc: New file.
11900 * gdb.cp/var-tag.exp: New file.
11901
11902 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11903
11904 * gdb.base/history-duplicates.exp: New test.
11905
11906 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11907
11908 * gdb.base/completion.exp: Test the completion of the "focus"
11909 command.
11910
11911 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11912
11913 * gdb.arch/amd64-prologue-skip.S: New file.
11914 * gdb.arch/amd64-prologue-skip.exp: New file.
11915
11916 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11917
11918 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11919 is_address_zero_readable check.
11920
11921 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11922
11923 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11924 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11925
11926 2015-06-24 Yao Qi <yao.qi@linaro.org>
11927
11928 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11929 linux targets.
11930
11931 2015-06-24 Yao Qi <yao.qi@linaro.org>
11932
11933 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11934 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11935 * gdb.base/siginfo-thread.exp: Likewise.
11936
11937 2015-06-22 Yao Qi <yao.qi@linaro.org>
11938
11939 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11940
11941 2015-06-22 Yao Qi <yao.qi@linaro.org>
11942
11943 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11944 aarch64*-*-*.
11945 (skip_hw_watchpoint_tests): Likewise.
11946
11947 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11948
11949 * gdb.base/gdbinit-history.exp: Test the interaction between
11950 setting GDBHISTSIZE and setting the history size via .gdbinit.
11951
11952 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11953
11954 PR gdb/16999
11955 * gdb.base/gdbhistsize-history.exp: New test.
11956
11957 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11958
11959 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11960 with GDBHISTSIZE.
11961 * gdb.base/readline.exp: Likewise.
11962
11963 2015-06-17 Yao Qi <yao.qi@linaro.org>
11964
11965 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11966 line.
11967
11968 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11969
11970 * gdb.base/gdbinit-history.exp: Add test case to check that
11971 an unlimited history file does not get truncated on exit.
11972
11973 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11974
11975 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11976 (VECTOR): New macro. Use it...
11977 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11978 ...for these typedefs.
11979 (int8, char1, int1, double1): New typedefs.
11980 (struct just_int2, struct two_int2): New structures.
11981 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11982 (add_structvecs, add_singlevecs): New functions.
11983 (main): Call add_some_intvecs twice.
11984 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11985 the compile and exit upon failure. Try compiling for the "native"
11986 architecture. Test inferior function calls with vector arguments
11987 and vector return value handling with "finish" and "return".
11988
11989 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11990
11991 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11992 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11993 PE file.
11994 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11995
11996 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11997
11998 PR breakpoints/16465
11999 * gdb.mi/mi-dprintf-pending.c: New file.
12000 * gdb.mi/mi-dprintf-pending.exp: New test.
12001 * gdb.mi/mi-dprintf-pendshr.c: New file.
12002
12003 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12004 Mircea Gherzan <mircea.gherzan@intel.com>
12005
12006 * gdb.arch/i386-mpx-map.c: New file.
12007 * gdb.arch/i386-mpx-map.exp: New File.
12008
12009 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12010
12011 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12012 * gdb.arch/i386-mpx.exp: Indentation fixed.
12013
12014 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12015
12016 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12017 function and improved indentation.
12018 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12019 gdb_test_multiple. Added additional tests to skip the test.
12020
12021 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12022
12023 * gdb.arch/i386-avx512.c: Change path in include file.
12024 * gdb.arch/i386-avx512.exp: Change include dir path
12025 compilation flag.
12026 * gdb.arch/i386-mpx.c: Change path in include file.
12027 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12028 flag.
12029
12030 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12031
12032 * gdb.compile/compile-print.exp (compile print *vararray@3)
12033 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12034
12035 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12036
12037 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12038 (do not keep jit in memory): ... this.
12039 (expect 5): Change it to ...
12040 (expect no 5): ... this.
12041
12042 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12043
12044 PR gdb/15564
12045 * gdb.mi/mi-detach.exp: New file.
12046
12047 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12048
12049 PR symtab/18392
12050 * gdb.arch/amd64-tailcall-self.S: New file.
12051 * gdb.arch/amd64-tailcall-self.c: New file.
12052 * gdb.arch/amd64-tailcall-self.exp: New file.
12053
12054 2015-05-28 Don Breazeal <donb@codesourcery.com>
12055
12056 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12057 tests for remote targets by checking is_target_gdbserver.
12058
12059 2015-05-27 Doug Evans <dje@google.com>
12060
12061 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12062 * gdb.dwarf2/opaque-type-lookup.c: New file.
12063 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12064
12065 2015-05-26 Doug Evans <dje@google.com>
12066
12067 * gdb.cp/iostream.cc: New file.
12068 * gdb.cp/iostream.exp: New file.
12069
12070 2015-05-26 Doug Evans <dje@google.com>
12071
12072 * gdb.dwarf2/dw2-op-call.exp: Update.
12073 * gdb.dwarf2/dw4-sig-types.exp: Update.
12074 * gdb.dwarf2/implptr.exp: Update.
12075 * gdb.mi/mi-cmd-param-changed.exp: Update.
12076
12077 2015-05-26 Doug Evans <dje@google.com>
12078
12079 * gdb.python/py-lazy-string.c: New file.
12080 * gdb.python/py-lazy-string.exp: New file.
12081 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12082 (main): Update. Add estring3.
12083 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12084 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12085
12086 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12087 Yao Qi <yao.qi@linaro.org>
12088
12089 * gdb.reverse/aarch64.c: New.
12090 * gdb.reverse/aarch64.exp: New.
12091
12092 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12093
12094 * lib/gdb.exp (supports_process_record): Return true for
12095 aarch64*-linux*.
12096 (supports_reverse): Likewise.
12097
12098 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12099
12100 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12101 Use with_test_prefix.
12102
12103 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12104
12105 * gdb.base/completion.exp: Add test for completion of layout
12106 names.
12107
12108 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12109
12110 * lib/gdb.exp (skip_tui_tests): New proc.
12111 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12112
12113 2015-05-19 Pedro Alves <palves@redhat.com>
12114
12115 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12116 Save the whole env array instead of just HOME. Unset HISTSIZE in
12117 the environment while testing. Restore whole environment
12118 afterwards.
12119
12120 2015-05-16 Doug Evans <xdje42@gmail.com>
12121
12122 * gdb.guile/scm-ports.c: New file.
12123 * gdb.guile/scm-ports.exp: Add memory port tests.
12124
12125 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12126
12127 * gdb.compile/compile-print.c: New file.
12128 * gdb.compile/compile-print.exp: New file.
12129
12130 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12131
12132 * gdb.compile/compile-ops.exp: Cast param to void.
12133 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12134 (compile code struct_object.selffield = &struct_object): Add xfail.
12135
12136 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12137
12138 * gdb.ada/arr_enum_with_gap: New testcase.
12139
12140 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12141
12142 * gdb.ada/byte_packed_arr: New testcase.
12143
12144 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12145
12146 * gdb.ada/pckd_neg: New testcase.
12147
12148 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12149
12150 PR gdb/17820
12151 * gdb.base/gdbinit-history.exp: New test.
12152 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12153 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12154
12155 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12156
12157 * gdb.python/py-xmethods.cc: Enhance test case.
12158 * gdb.python/py-xmethods.exp: New tests.
12159 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12160 function.
12161 (B_indexoper): Likewise.
12162 (global_dm_list) : Add new xmethod worker functions.
12163
12164 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12165
12166 * gdb.base/coredump-filter.exp: Correctly unset
12167 "coredump_var_addr" array.
12168
12169 2015-05-08 Pedro Alves <palves@redhat.com>
12170
12171 * gdb.server/non-existing-program.exp: Unset spawn_id.
12172
12173 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12174
12175 PR python/18291
12176 * gdb.python/py-xmethods.exp: Add tests.
12177
12178 2015-05-08 Yao Qi <yao.qi@linaro.org>
12179
12180 PR gdb/18208
12181 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12182 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12183 function set_coredump_filter, and remove remote_exec call.
12184 Remove argument ipid. Callers update.
12185 (top level): Don't get inferior's PID.
12186
12187 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12188
12189 * gdb.base/watch_thread_num.exp: Skip test on targets without
12190 access watchpoints.
12191
12192 2015-05-06 Pedro Alves <palves@redhat.com>
12193
12194 PR server/18081
12195 * gdb.server/non-existing-program.exp: New file.
12196
12197 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12198
12199 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12200
12201 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12202
12203 * gdb.ada/out_of_line_in_inlined: New testcase.
12204
12205 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12206
12207 * gdb.ada/var_rec_arr: New testcase.
12208
12209 2015-04-30 Yao Qi <yao.qi@linaro.org>
12210
12211 * gdb.base/break-idempotent.exp: If
12212 skip_hw_watchpoint_multi_tests returns true, skip the tests
12213 on "rwatch" and "awatch".
12214
12215 2015-04-30 Yao Qi <yao.qi@linaro.org>
12216
12217 * gdb.base/relativedebug.exp: Invoke gdb command
12218 "info sharedlibrary", and if libc.so doesn't have debug info,
12219 skip the test.
12220
12221 2015-04-29 Doug Evans <dje@google.com>
12222
12223 * gdb.python/py-xmethods.exp: Add ptype tests.
12224 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12225 get_result_type method.
12226
12227 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12228
12229 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12230 the target does not support hardware watchpoints.
12231
12232 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12233
12234 * gdb.base/break-always.exp: Abort testing if writing to memory
12235 causes an error.
12236
12237 2015-04-28 Doug Evans <dje@google.com>
12238
12239 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12240 * gdb.python/py-pp-registration.exp: ... here. New file.
12241 * gdb.python/py-pp-registration.c: New file.
12242 * gdb.python/py-pp-registration.py: New file.
12243
12244 2015-04-28 Doug Evans <dje@google.com>
12245
12246 * gdb.python/py-bad-printers.c: New file.
12247 * gdb.python/py-bad-printers.py: New file.
12248 * gdb.python/py-bad-printers.exp: New file.
12249
12250 2015-04-28 Sasha Smundak <asmundak@google.com>
12251
12252 * gdb.python/py-type.exp: New test.
12253
12254 2015-04-28 Andy Wingo <wingo@igalia.com>
12255
12256 * gdb.python/py-parameter.exp:
12257 * gdb.guile/scm-parameter.exp: Escape the path that we are
12258 matching against, as it might contain characters that are special
12259 to regular expressions.
12260
12261 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12262
12263 * gdb.ada/rec_comp: New testcase.
12264
12265 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12266
12267 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12268 before using it.
12269
12270 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12271
12272 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12273 new tests for verilog output.
12274
12275 2015-04-24 Yao Qi <yao.qi@linaro.org>
12276
12277 * boards/remote-gdbserver-on-localhost.exp: New file.
12278
12279 2015-04-23 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12282 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12283 "end of file", remove $inferior_spawn_id from the indirect list.
12284
12285 2015-04-23 Pedro Alves <palves@redhat.com>
12286
12287 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12288
12289 2015-04-23 Pedro Alves <palves@redhat.com>
12290
12291 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12292 on $any_spawn_id instead of only on $gdb_spawn_id.
12293
12294 2015-04-21 Pierre Muller <muller@sourceware.org>
12295
12296 PR pascal/17815
12297 * lib/pascal.exp (gpc_compile): Add new option "class".
12298 (fpc_compile): Likewise.
12299 * gdb.pascal/case-insensitive-symbols.pas: New file.
12300 * gdb.pascal/case-insensitive-symbols.exp: New file.
12301
12302 2015-04-20 Gary Benson <gbenson@redhat.com>
12303
12304 * gdb.base/attach.exp: Fix three extended remote failures.
12305
12306 2015-04-17 Gary Benson <gbenson@redhat.com>
12307
12308 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12309 the main executable over the remote protocol.
12310
12311 2015-04-16 Pedro Alves <palves@redhat.com>
12312
12313 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12314 a new gdbserver if gdbserver_reconnect_p is set.
12315
12316 2015-04-16 Pedro Alves <palves@redhat.com>
12317
12318 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12319 is set, don't exit gdbserver.
12320
12321 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12322
12323 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12324 appropriate .insn, such that an older assembler can be used.
12325 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12326 the z/Architecture instruction set on 31-bit targets as well.
12327
12328 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12329
12330 * gdb.go/handcall.exp: Remove all logic related to the first
12331 breakpoint and rely on go_runto_main instead.
12332 * gdb.go/strings.exp: Likewise.
12333 * gdb.go/unsafe.exp: Likewise.
12334 * gdb.go/hello.exp: Likewise. Also rename the remaining
12335 breakpoint marker to "breakpoint 1".
12336 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12337 * gdb.go/strings.go: Likewise.
12338 * gdb.go/unsafe.go: Likewise.
12339 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12340 "set breakpoint 2 here" and rename the remaining breakpoint marker
12341 to "breakpoint 1".
12342
12343 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12344
12345 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12346 if itertools.imap is not present.
12347 * gdb.python/py-objfile.exp: Add parentheses.
12348 * gdb.python/py-type.exp: Same.
12349 * gdb.python/py-unwind-maint.py: Same.
12350
12351 2015-04-15 Yao Qi <yao.qi@linaro.org>
12352
12353 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12354 of ":$ptr_size" and set its form explicitly.
12355
12356 2015-04-15 Pedro Alves <palves@redhat.com>
12357 Yao Qi <yao.qi@linaro.org>
12358
12359 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12360 timeout by factor of 4.
12361 (test_regular_watch): Likewise.
12362 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12363 * gdb.reverse/sigall-reverse.exp: Likewise.
12364 * gdb.reverse/until-precsave.exp: Likewise.
12365 * lib/gdb.exp (with_timeout_factor): New proc.
12366 (gdb_expect): Move some code to ...
12367 (get_largest_timeout): ... here. New procedure.
12368
12369 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12370
12371 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12372
12373 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12374
12375 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12376 to write to the .text section.
12377
12378 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12379
12380 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12381 Handle the case of targets that do not provide PID information.
12382
12383 2015-04-13 Yao Qi <yao.qi@linaro.org>
12384
12385 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12386 and use expect instead of gdb_expect.
12387
12388 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12389
12390 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12391 "coredump_var_addr" to avoid naming conflict with other testcases.
12392
12393 2015-04-10 Pedro Alves <palves@redhat.com>
12394
12395 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12396 gdb_test_sequence and gdb_assert.
12397
12398 2015-04-10 Pedro Alves <palves@redhat.com>
12399
12400 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12401 test messages that don't include the breakpoint address.
12402
12403 2015-04-10 Yao Qi <yao.qi@linaro.org>
12404
12405 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12406 false for some offset and width combinations which aren't
12407 supported by linux kernel.
12408
12409 2015-04-10 Pedro Alves <palves@redhat.com>
12410
12411 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12412 procedure, factored out from ...
12413 (top level): ... here. Add "set displaced-stepping" testing axis.
12414 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12415 parameter "displaced". Use it.
12416 (top level): Use foreach and add "set displaced-stepping" testing
12417 axis.
12418
12419 2015-04-10 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12422 Remove comment.
12423 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12424 both the address of the instruction that triggers the watchpoint
12425 and the address of the instruction immediately after, and use
12426 those addresses for the test. Fix comment.
12427
12428 2015-04-10 Pedro Alves <palves@redhat.com>
12429
12430 * gdb.base/sigstep.exp (breakpoint_to_handler)
12431 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12432 Test "backtrace" in handler.
12433 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12434 (top level): Add new "displaced" test axis to
12435 breakpoint_to_handler, breakpoint_to_handler_entry and
12436 breakpoint_over_handler.
12437
12438 2015-04-10 Pedro Alves <palves@redhat.com>
12439
12440 PR gdb/18216
12441 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12442
12443 2015-04-10 Yao Qi <yao.qi@linaro.org>
12444
12445 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12446 (test_add_rn_pc): New function.
12447 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12448 (top level): Invoke test_add_rn_pc.
12449
12450 2015-04-10 Pedro Alves <palves@redhat.com>
12451
12452 PR gdb/13858
12453 * gdb.base/step-over-no-symbols.exp: New file.
12454
12455 2015-04-09 Andy Wingo <wingo@igalia.com>
12456
12457 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12458 after the Python tests.
12459
12460 2015-04-08 Keith Seitz <keiths@redhat.com>
12461
12462 PR python/16699
12463 * gdb.python/py-completion.exp: New tests for completion.
12464 * gdb.python/py-completion.py (CompleteLimit1): New class.
12465 (CompleteLimit2): Likewise.
12466 (CompleteLimit3): Likewise.
12467 (CompleteLimit4): Likewise.
12468 (CompleteLimit5): Likewise.
12469 (CompleteLimit6): Likewise.
12470 (CompleteLimit7): Likewise.
12471
12472 2015-04-08 Pedro Alves <palves@redhat.com>
12473
12474 PR gdb/18214
12475 PR gdb/18216
12476 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12477 function.
12478 (main): Install it as SIGUSR1 handler.
12479 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12480 parameter. Always use "setup" as prefix. Toggle "set
12481 displaced-stepping" off/on depending on global. Don't switch to
12482 thread 1 here.
12483 (top level): Add displaced stepping "off/on" test axis. Update
12484 "setup" calls. Wrap each subtest with with_test_prefix. Test
12485 continuing with a queued signal in each thread.
12486
12487 2015-04-08 Pedro Alves <palves@redhat.com>
12488
12489 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12490 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12491 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12492 Return early if running to main fails.
12493 * gdb.trace/while-stepping.exp: Likewise.
12494
12495 2015-04-07 Pedro Alves <palves@redhat.com>
12496
12497 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12498 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12499 interact with inferior program.
12500
12501 2015-04-07 Pedro Alves <palves@redhat.com>
12502
12503 * lib/gdb.exp (inferior_spawn_id): New global.
12504 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12505 spawn id after processing the user code.
12506 (default_gdb_start): Set inferior_spawn_id.
12507 (send_inferior): New procedure.
12508 * lib/gdbserver-support.exp (gdbserver_start): Set
12509 inferior_spawn_id.
12510 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12511
12512 2015-04-07 Pedro Alves <palves@redhat.com>
12513
12514 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12515 * lib/gdbserver-support.exp (gdbserver_start): Make
12516 $server_spawn_id global.
12517 (gdbserver_start): Don't wait for gdbserver's spawn id with
12518 expect_background.
12519 (close_gdbserver): New procedure.
12520 (gdb_exit): Rename the default version and reimplement.
12521
12522 2015-04-07 Pedro Alves <palves@redhat.com>
12523
12524 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12525 append the substituted item, not the original item.
12526
12527 2015-04-07 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12530 gdb_expect.
12531
12532 2015-04-07 Pedro Alves <palves@redhat.com>
12533
12534 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12535 output appearing once only.
12536
12537 2015-04-07 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12540 that doesn't expect anything. Return early if running to main
12541 fails.
12542
12543 2015-04-07 Yao Qi <yao.qi@linaro.org>
12544
12545 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12546 (child_function): Call alarm.
12547 (main): Move call to alarm into the loop.
12548 * gdb.threads/non-stop-fair-events.exp: Build program with
12549 -DTIMEOUT=$timeout.
12550
12551 2015-04-06 Doug Evans <xdje42@gmail.com>
12552
12553 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12554 Fix dest parameter to board_info.
12555 (fpc_compile): Ditto.
12556 (gdb_compile_pascal): Rename dest arg to destfile.
12557
12558 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12559
12560 * gdb.ada/funcall_ref.exp: New file.
12561 * gdb.ada/funcall_ref/foo.adb: New file.
12562
12563 2015-04-02 Yao Qi <yao.qi@linaro.org>
12564
12565 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12566 is remote.
12567
12568 2015-04-02 Gary Benson <gbenson@redhat.com>
12569
12570 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12571
12572 2015-04-01 Sasha Smundak <asmundak@google.com>
12573
12574 * gdb.python/py-unwind-maint.c: New file.
12575 * gdb.python/py-unwind-maint.exp: New test.
12576 * gdb.python/py-unwind-maint.py: New file.
12577 * gdb.python/py-unwind.c: New file.
12578 * gdb.python/py-unwind.exp: New test.
12579 * gdb.python/py-unwind.py: New test.
12580
12581 2015-04-01 Pedro Alves <palves@redhat.com>
12582
12583 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12584 to fail instead of non-existent $test.
12585
12586 2015-04-01 Pedro Alves <palves@redhat.com>
12587
12588 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12589 GDBFLAGS if not empty.
12590
12591 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12592
12593 * gdb.ada/complete.exp: Remove "multi_line".
12594 * gdb.ada/info_exc.exp: Remove "multi_line".
12595 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12596 * gdb.ada/ptype_field.exp: Remove "multi_line".
12597 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12598 * gdb.ada/tagged.exp: Remove "multi_line".
12599 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12600 [multi_line ...]
12601 * gdb.btrace/delta.exp: Likewise.
12602 * gdb.btrace/exception.exp: Likewise.
12603 * gdb.btrace/function_call_history.exp: Likewise.
12604 * gdb.btrace/instruction_history.exp: Likewise.
12605 * gdb.btrace/nohist.exp: Likewise.
12606 * gdb.btrace/record_goto.exp: Likewise.
12607 * gdb.btrace/segv.exp: Likewise.
12608 * gdb.btrace/stepi.exp: Likewise.
12609 * gdb.btrace/tailcall.exp: Likewise.
12610 * gdb.btrace/unknown_functions.exp: Likewise.
12611 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12612 * lib/gdb.exp: Add the "multi_line" helper.
12613
12614 2015-04-01 Pedro Alves <palves@redhat.com>
12615
12616 * gdb.threads/tid-reuse.c: New file.
12617 * gdb.threads/tid-reuse.exp: New file.
12618
12619 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12620
12621 PR corefiles/16092
12622 * gdb.base/coredump-filter.c: New file.
12623 * gdb.base/coredump-filter.exp: Likewise.
12624
12625 2015-03-27 Petr Machata <pmachata@redhat.com>
12626
12627 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12628 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12629 (Dwarf::assemble): Initialize them.
12630 (Dwarf::lines): New function.
12631
12632 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12633
12634 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12635 SYMBOL_PREFIX for x86_64-*-cygwin.
12636
12637 2015-03-26 Andy Wingo <wingo@igalia.com>
12638
12639 PR symtab/18148
12640 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12641 const_value but not a location.
12642 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12643 location defined in non-main CUs are visible.
12644
12645 2015-03-26 Yao Qi <yao.qi@linaro.org>
12646
12647 PR testsuite/18139
12648 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12649 Add a line number entry for the same line.
12650 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12651 Add a line number entry for the same line.
12652
12653 2015-03-26 Yao Qi <yao.qi@linaro.org>
12654
12655 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12656 .int 0.
12657 (func): Likewise. Add .Lfunc_1 label.
12658 Use .Lfunc_1 label.
12659 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12660 .int 0.
12661 (func): Likewise.
12662 Use .Lfunc_1 label.
12663
12664 2015-03-26 Yao Qi <yao.qi@linaro.org>
12665
12666 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12667 Call gdb_compile instead to compile each .s files without debug
12668 information.
12669
12670 2015-03-26 Yao Qi <yao.qi@linaro.org>
12671
12672 * gdb.base/savedregs.exp (process_saved_regs): Make
12673 "Saved registers:" optional in the pattern.
12674
12675 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12676
12677 * gdb.btrace/next.exp: Merged into step.exp.
12678 * gdb.btrace/finish.exp: Merged into step.exp.
12679 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12680 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12681 "record goto" and checking the exact replay position.
12682 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12683 check for "Recording format" in "info record" output.
12684 * gdb.btrace/record_goto.exp: Choose test file based on target.
12685 * gdb.btrace/x86-record_goto.S: Renamed into ...
12686 * gdb.btrace/x86_64-record_goto.S: ... this.
12687 * gdb.btrace/i686-record_goto.S: New.
12688 * gdb.btrace/x86-tailcall.S: Renamed into ...
12689 * gdb.btrace/x86_64-tailcall.S: ... this.
12690 * gdb.btrace/i686-tailcall.S: New.
12691 * gdb.btrace/x86-tailcall.c: Renamed into ...
12692 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12693 separate statements. Update test.
12694 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12695 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12696 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12697 * gdb.btrace/tailcall.exp: Choose test file based on target.
12698 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12699
12700 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12701
12702 * gdb.btrace/exception.exp: Increase BTS buffer size.
12703
12704 2015-03-24 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12707
12708 2015-03-24 Pedro Alves <palves@redhat.com>
12709
12710 * gdb.threads/schedlock.exp (test_step): No longer expect that
12711 "set scheduler-locking step" with "next" over a function call runs
12712 threads unlocked.
12713
12714 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12715
12716 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12717
12718 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12719
12720 PR breakpoints/16466
12721 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12722 * gdb.mi/mi-pending.c (thread_func): New function.
12723 (int main): Add threading support required.
12724 * gdb.mi/mi-pending.exp: Add tests for this issue.
12725 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12726 (pendfunc2): Remove stdio dependency.
12727 * gdb.mi/mi-pendshr2.c: New file.
12728
12729 2015-03-23 Keith Seitz <keiths@redhat.com>
12730
12731 * gdb.linespec/keywords.c: New file.
12732 * gdb.linespec/keywords.exp: New file.
12733
12734 2015-03-23 Keith Seitz <keiths@redhat.com>
12735
12736 PR gdb/18021
12737 * gdb.dwarf2/staticvirtual.exp: New test.
12738
12739 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12740
12741 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12742 * README: Remove HP-UX and gdb.hp.
12743 (configuration):
12744 * configure: Regenerate.
12745 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12746 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12747 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12748 gdb.hp/gdb.defects/Makefile.
12749 * gdb.hp/Makefile.in: File deleted.
12750 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12751 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12752 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12753 * gdb.hp/gdb.aCC/run.c: File deleted.
12754 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12755 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12756 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12757 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12758 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12759 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12760 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12761 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12762 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12763 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12764 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12765 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12766 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12767 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12768 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12769 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12770 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12771 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12772 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12773 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12774 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12775 * gdb.hp/gdb.compat/average.c: File deleted.
12776 * gdb.hp/gdb.compat/sum.c: File deleted.
12777 * gdb.hp/gdb.compat/xdb.c: File deleted.
12778 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12779 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12780 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12781 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12782 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12783 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12784 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12785 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12786 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12787 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12788 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12789 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12790 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12791 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12792 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12793 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12794 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12795 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12796 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12797 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12798 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12799 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12800 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12801 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12802 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12803 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12804 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12805 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12806 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12807 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12808 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12809 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12810 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12811 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12812 * gdb.hp/tools/odump: File deleted.
12813
12814 2015-03-19 Pedro Alves <palves@redhat.com>
12815
12816 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12817 (saw_thread_3): New globals.
12818 (top level): Increment them when an event for the corresponding
12819 thread is seen.
12820 (no thread starvation): New test.
12821
12822 2015-03-19 Pedro Alves <palves@redhat.com>
12823
12824 * gdb.threads/continue-pending-status.c: New file.
12825 * gdb.threads/continue-pending-status.exp: New file.
12826
12827 2015-03-18 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12830 Use gdb_is_target_remote instead of is_remote. Use
12831 gdb_test_multiple instead of gdb_expect. Exit early if
12832 gdb_test_multiple hits its internal matches. Tighten stepi tests
12833 expected output. Fail on exit with any signal, instead of just
12834 SIGILL.
12835
12836 2015-03-18 Yao Qi <yao.qi@linaro.org>
12837
12838 PR tdep/18107
12839 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12840 variable.
12841 * gdb.base/catch-syscall.exp: Don't skip it on
12842 aarch64*-*-linux* target. Remove elements in all_syscalls.
12843 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12844 target.
12845 (setup_all_syscalls): New proc.
12846
12847 2015-03-16 Yao Qi <yao.qi@linaro.org>
12848
12849 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12850 (top level): Skip tests if valid_addr_p returns false for
12851 $cmd1 or $cmd2.
12852
12853 2015-03-11 Andy Wingo <wingo@igalia.com>
12854
12855 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12856
12857 2015-03-11 Yao Qi <yao.qi@linaro.org>
12858
12859 * gdb.base/catch-syscall.exp: Fix typo in comments.
12860
12861 2015-03-11 Yao Qi <yao.qi@linaro.org>
12862
12863 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12864
12865 2015-03-09 Pedro Alves <palves@redhat.com>
12866
12867 * dg-extract-results.py: Delete.
12868
12869 2015-03-09 Pedro Alves <palves@redhat.com>
12870
12871 Merge dg-extract-results.sh from GCC upstream (r218843).
12872
12873 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12874 * dg-extract-results.sh: Use --text with grep to avoid issues with
12875 binary files. Fall back to cat -v, if that doesn't work.
12876
12877 2015-03-05 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12880
12881 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12882
12883 * lib/mi-support.exp (mi_expect_interrupt): Accept
12884 alternative event for when in all-stop mode.
12885
12886 2015-03-04 Pedro Alves <palves@redhat.com>
12887
12888 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12889
12890 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12891
12892 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12893
12894 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12895
12896 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12897 regexps for GDB's current line display, accept a hex address
12898 preceding the line number.
12899
12900 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12901
12902 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12903 the 'arch1' variable for "s390*-linux*" targets.
12904
12905 2015-03-04 Pedro Alves <palves@redhat.com>
12906
12907 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12908 (main): Pass missing retval argument to pthread_join call.
12909
12910 2015-03-02 Pedro Alves <palves@redhat.com>
12911
12912 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12913 (top level): Call do_test with non-stop as well.
12914
12915 2015-03-02 Pedro Alves <palves@redhat.com>
12916
12917 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12918 -1.
12919
12920 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12921
12922 * gdb.arch/s390-vregs.exp: New test.
12923 * gdb.arch/s390-vregs.S: New file.
12924
12925 2015-02-27 Pedro Alves <palves@redhat.com>
12926
12927 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12928 call to catch_command_errors.
12929 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12930 catch_command_errors.
12931
12932 2015-02-27 Pedro Alves <palves@redhat.com>
12933
12934 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12935 "true" for boolean result.
12936 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12937 prototype of main.
12938
12939 2015-02-27 Pedro Alves <palves@redhat.com>
12940
12941 * lib/unbuffer_output.c: New file.
12942 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12943 (main): Call gdb_unbuffer_output.
12944
12945 2015-02-27 Yao Qi <yao.qi@linaro.org>
12946
12947 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12948 target.
12949
12950 2015-02-26 Doug Evans <dje@google.com>
12951
12952 * gdb.cp/class2.cc (Dbase, D): New classes.
12953 (main): New local delta.
12954 * gdb.cp/class2.exp: Test printing delta.
12955 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12956 (dynbar): New global.
12957 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12958
12959 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12960
12961 * gdb.compile/compile-ifunc.c: New file.
12962 * gdb.compile/compile-ifunc.exp: New file.
12963
12964 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12965
12966 * gdb.base/structs.exp: Check for correct struct on finish.
12967
12968 2015-02-26 Yao Qi <yao.qi@linaro.org>
12969
12970 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12971 is zero.
12972
12973 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12974
12975 * gdb.arch/cordic.ko.bz2: New file.
12976 * gdb.arch/cordic.ko.debug.bz2: New file.
12977 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12978
12979 2015-02-25 Yao Qi <yao.qi@linaro.org>
12980
12981 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12982 aarch64*-*-* target.
12983
12984 2015-02-23 Pedro Alves <palves@redhat.com>
12985
12986 * lib/gdb.exp (delete_breakpoints): Rewrite using
12987 gdb_test_multiple.
12988
12989 2015-02-23 Pedro Alves <palves@redhat.com>
12990
12991 * gdb.base/info-os.c: Include stdlib.h.
12992
12993 2015-02-22 Doug Evans <xdje42@gmail.com>
12994
12995 PR symtab/17855
12996 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12997 is read after symbols have been re-read.
12998 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12999 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13000
13001 2015-02-21 Doug Evans <dje@google.com>
13002
13003 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13004
13005 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13006
13007 PR corefiles/17808
13008 * gdb.arch/i386-biarch-core.core.bz2: New file.
13009 * gdb.arch/i386-biarch-core.exp: New file.
13010
13011 2015-02-21 Pedro Alves <palves@redhat.com>
13012
13013 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13014 runto_main fails.
13015
13016 2015-02-20 Pedro Alves <palves@redhat.com>
13017
13018 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13019 info probes.
13020
13021 2015-02-20 Pedro Alves <palves@redhat.com>
13022
13023 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13024
13025 2015-02-20 Pedro Alves <palves@redhat.com>
13026
13027 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13028 clean_restart before gdb_target_supports_trace.
13029
13030 2015-02-20 Pedro Alves <palves@redhat.com>
13031
13032 PR threads/18006
13033 * gdb.threads/clone-thread_db.c: New file.
13034 * gdb.threads/clone-thread_db.exp: New file.
13035
13036 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13037
13038 PR breakpoints/16812
13039 * gdb.base/catch-gdb-caused-signals.c: New file.
13040 * gdb.base/catch-gdb-caused-signals.exp: New file.
13041
13042 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13043
13044 * configure: Regenerated.
13045 * configure.ac: Use GDB_AC_TRANSFORM.
13046 * aclocal.m4: sinclude ../transform.m4.
13047
13048 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13049
13050 * lib/dtrace.exp: New file.
13051 * gdb.base/dtrace-probe.exp: Likewise.
13052 * gdb.base/dtrace-probe.d: Likewise.
13053 * gdb.base/dtrace-probe.c: Likewise.
13054 * lib/pdtrace.in: Likewise.
13055 * configure.ac: Output variables with the transformed names of
13056 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13057 * configure: Regenerated.
13058
13059 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13060
13061 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13062 expected message when trying to access $_probe_* convenience
13063 variables while not on a probe.
13064
13065 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13066
13067 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13068
13069 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13070
13071 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13072 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13073
13074 2015-02-10 Doug Evans <xdje42@gmail.com>
13075
13076 * lib/gdb.exp (gdb_load): Always return a result.
13077
13078 2015-02-10 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.threads/signal-sigtrap.c: New file.
13081 * gdb.threads/signal-sigtrap.exp: New file.
13082
13083 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13084
13085 * gdb.trace/no-attach-trace.c: New file.
13086 * gdb.trace/no-attach-trace.exp: New file.
13087
13088 2015-02-09 Mark Wielaard <mjw@redhat.com>
13089
13090 * gdb.dwarf2/atomic.c: New file.
13091 * gdb.dwarf2/atomic-type.exp: Likewise.
13092
13093 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13094
13095 * gdb.btrace/buffer-size.exp: Update "info record" output.
13096 * gdb.btrace/delta.exp: Update "info record" output.
13097 * gdb.btrace/enable.exp: Update "info record" output.
13098 * gdb.btrace/finish.exp: Update "info record" output.
13099 * gdb.btrace/instruction_history.exp: Update "info record" output.
13100 * gdb.btrace/next.exp: Update "info record" output.
13101 * gdb.btrace/nexti.exp: Update "info record" output.
13102 * gdb.btrace/step.exp: Update "info record" output.
13103 * gdb.btrace/stepi.exp: Update "info record" output.
13104 * gdb.btrace/nohist.exp: Update "info record" output.
13105
13106 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13107
13108 * gdb.btrace/buffer-size: New.
13109
13110 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13111
13112 * gdb.btrace/delta.exp: Update "info record" output.
13113 * gdb.btrace/enable.exp: Update "info record" output.
13114 * gdb.btrace/finish.exp: Update "info record" output.
13115 * gdb.btrace/instruction_history.exp: Update "info record" output.
13116 * gdb.btrace/next.exp: Update "info record" output.
13117 * gdb.btrace/nexti.exp: Update "info record" output.
13118 * gdb.btrace/step.exp: Update "info record" output.
13119 * gdb.btrace/stepi.exp: Update "info record" output.
13120 * gdb.btrace/nohist.exp: Update "info record" output.
13121
13122 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13123
13124 PR gdb/15678
13125 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13126
13127 2015-02-06 Pedro Alves <palves@redhat.com>
13128
13129 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13130 macro.
13131 (seconds_left, again): New globals.
13132 (main): Wait seconds_left in a 1-second sleep loop instead of
13133 sleeping 180 seconds. If 'again' is set, reset the seconds
13134 counter.
13135 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13136 'again' in the inferior before detaching. Print the seconds left.
13137 (options): New global.
13138 (top level): Build program with -DTIMEOUT=$timeout.
13139
13140 2015-02-06 Pedro Alves <palves@redhat.com>
13141
13142 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13143 determine how many seconds to pass to 'alarm'.
13144 * gdb.base/gdb-sigterm.exp (top level): Build program with
13145 -DTIMEOUT=$timeout.
13146 (do_test): Return success/failure indication. Add more verbose
13147 logging. Don't fail if 200 single steps are seen. Instead, fail
13148 when the test times out.
13149 (passes): New global.
13150 (top level): Break the testing loop if testing fails on any
13151 iteration. Use gdb_assert.
13152
13153 2015-02-04 Don Breazeal <donb@codesourcery.com>
13154
13155 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13156 and initialize them.
13157 (ipc_cleanup): New function.
13158 (main): Don't declare shmid, semid, and msqid. Add a call to
13159 atexit so that we call ipc_cleanup on exit.
13160
13161 2015-02-04 Pedro Alves <palves@redhat.com>
13162
13163 * boards/native-extended-gdbserver.exp: Remove any target variant
13164 specifications from the board name before clearing the isremote
13165 flag from board_info.
13166
13167 2015-01-31 Doug Evans <xdje42@gmail.com>
13168
13169 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13170
13171 2015-01-31 Gary Benson <gbenson@redhat.com>
13172
13173 * gdb.base/completion.exp: Disable completion limiting for
13174 existing tests. Add new tests to check completion limiting.
13175 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13176
13177 2015-01-31 Doug Evans <xdje42@gmail.com>
13178
13179 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13180
13181 2015-01-31 Doug Evans <xdje42@gmail.com>
13182
13183 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13184 entries. Duplicate file section script entries.
13185 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13186 inlined entries. Add test for safe-path rejection.
13187 * gdb.python/py-section-script.c: Add duplicate inlined section script
13188 entries. Duplicate file section script entries.
13189 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13190 inlined entries. Add test for safe-path rejection.
13191
13192 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13193
13194 * gdb.ada/disc_arr_bound: New testcase.
13195
13196 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13197
13198 * gdb.ada/mi_var_array: New testcase.
13199
13200 2015-01-27 Doug Evans <dje@google.com>
13201
13202 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13203 Add test for objfile.filename, objfile.username after objfile
13204 has been unloaded.
13205
13206 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13207
13208 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13209 the second test to print the name attribute of value
13210 returned by the call to gdb.lookup_type, and adjust
13211 the expected output accordingly.
13212
13213 2015-01-25 Mark Wielaard <mjw@redhat.com>
13214
13215 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13216 * gdb.base/disp-step-fork.c: Include unistd.h.
13217 * gdb.base/siginfo-obj.c: Include stdio.h.
13218 * gdb.base/siginfo-thread.c: Likewise.
13219 * gdb.mi/non-stop.c: Include unistd.h.
13220 * gdb.mi/nsthrexec.c: Include stdio.h.
13221 * gdb.mi/pthreads.c: Include unistd.h.
13222 * gdb.modula2/unbounded1.c (main): Declare returns int.
13223 * gdb.reverse/consecutive-reverse.c: Likewise.
13224 * gdb.threads/create-fail.c: Include unistd.h.
13225 * gdb.threads/killed.c: Likewise.
13226 * gdb.threads/linux-dp.c: Likewise.
13227 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13228 * gdb.threads/non-ldr-exc-2.c: Likewise.
13229 * gdb.threads/non-ldr-exc-3.c: Likewise.
13230 * gdb.threads/non-ldr-exc-4.c: Likewise.
13231 * gdb.threads/pthreads.c: Include unistd.h.
13232 (main): Declare returns int.
13233 * gdb.threads/tls-main.c (foo): New declaration.
13234 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13235
13236 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13237
13238 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13239 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13240
13241 2015-01-15 Mark Wielaard <mjw@redhat.com>
13242
13243 * gdb.base/noreturn-return.c: New file.
13244 * gdb.base/noreturn-return.exp: New file.
13245 * gdb.base/noreturn-finish.c: New file.
13246 * gdb.base/noreturn-finish.exp: New file.
13247
13248 2015-01-23 Pedro Alves <palves@redhat.com>
13249
13250 * gdb.threads/continue-pending-after-query.c: New file.
13251 * gdb.threads/continue-pending-after-query.exp: New file.
13252
13253 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13254 Simon Marchi <simon.marchi@ericsson.com>
13255
13256 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13257 * gdb.base/valgrind-db-attach.exp: Same.
13258 * gdb.base/valgrind-infcall.exp: Same.
13259 * lib/mi-support.exp (default_mi_gdb_start): Same.
13260 * lib/prompt.exp (default_prompt_gdb_start): Same.
13261 * lib/gdb.exp (default_gdb_spawn): Same.
13262 (gdb_interact): New.
13263
13264
13265 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13266
13267 * gdb.compile/compile.exp (pointer to jit function): New test.
13268
13269 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13270
13271 * lib/gdb.exp (supports_process_record): Return true for
13272 powerpc*-*-linux*.
13273 (supports_reverse): Likewise.
13274
13275 2015-01-15 Don Breazeal <donb@codesourcery.com>
13276
13277 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13278 instead of checking whether the target board is remote and
13279 use spawn_wait_for_attach instead of exec/sleep.
13280 * gdb.base/attach-twice.exp: Likewise.
13281
13282 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13283
13284 * gdb.ada/var_arr_attrs: New testcase.
13285
13286 2015-01-14 Pedro Alves <palves@redhat.com>
13287 Joel Brobecker <brobecker@adacore.com>
13288
13289 PR gdb/17525
13290 * gdb.base/bp-cmds-execution-x-script.c: New file.
13291 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13292 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13293
13294 2015-01-14 Pedro Alves <palves@redhat.com>
13295
13296 PR cli/17828
13297 * gdb.base/batch-preserve-term-settings.c: New file.
13298 * gdb.base/batch-preserve-term-settings.exp: New file.
13299
13300 2015-01-13 Doug Evans <dje@google.com>
13301
13302 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13303 binary.
13304
13305 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13306
13307 * Makefile.in (clean mostlyclean): Do not delete *.py.
13308
13309 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13310
13311 * gdb.python/py-lookup-type.exp: New file.
13312
13313 2015-01-12 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13316 restore GDBFLAGS before returning.
13317
13318 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13319
13320 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13321 is_amd64_regs_target and is_x86_like_target.
13322
13323 2015-01-11 Doug Evans <xdje42@gmail.com>
13324
13325 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13326 is given without an explicit form.
13327 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13328 attributes.
13329 * gdb.dwarf/corrupt.exp: Ditto.
13330 * gdb.dwarf2/enum-type.exp: Ditto.
13331 * gdb.trace/entry-values.exp: Ditto.
13332 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13333
13334 2015-01-11 Doug Evans <xdje42@gmail.com>
13335
13336 PR gdb/15830
13337 * gdb.base/maint.exp: Remove references to "maint demangle".
13338 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13339 Add tests for explicitly specifying language to demangle.
13340 * gdb.dlang/demangle.exp: Ditto.
13341
13342 2015-01-09 Pedro Alves <palves@redhat.com>
13343
13344 * gdb.threads/non-stop-fair-events.c: New file.
13345 * gdb.threads/non-stop-fair-events.exp: New file.
13346
13347 2015-01-09 Pedro Alves <palves@redhat.com>
13348
13349 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13350 the global scope. Set a breakpoint after all threads are started
13351 rather than stepping over two source lines. Expect the prompt.
13352 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13353 global.
13354 (NUM): Now 15.
13355 (main): Use threads_started_barrier to wait for all threads to
13356 start. Main thread no longer calls thread_function. Exit after
13357 180 seconds.
13358 (loop): New function.
13359 (thread_function): Wait on threads_started_barrier barrier. Call
13360 'loop' at each iteration.
13361 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13362 threads have started, instead of hardcoding number of "next"
13363 steps. Use an access watchpoint instead of a write watchpoint.
13364
13365 2015-01-09 Pedro Alves <palves@redhat.com>
13366
13367 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13368 (thread_func): Wait on barrier.
13369 (main): Wait for all threads to start before stopping GDB.
13370 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13371 global.
13372 (thread1_func, thread2_func): Wait on barrier.
13373 (main): Wait for all threads to start before stopping GDB.
13374 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13375 New global.
13376 (thread1_func, thread2_func): Wait on barrier.
13377 (main): Wait for all threads to start before stopping GDB.
13378
13379 2015-01-09 Pedro Alves <palves@redhat.com>
13380
13381 * gdb.threads/attach-many-short-lived-threads.c: New file.
13382 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13383
13384 2014-01-09 Pedro Alves <palves@redhat.com>
13385
13386 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13387 instead of to thread 2.
13388 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13389 Add barrier around each pthread_create call instead of around all
13390 calls.
13391 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13392 Set a break on thread_function and have the child threads hit it
13393 one at at a time.
13394
13395 2015-01-09 Pedro Alves <palves@redhat.com>
13396
13397 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13398 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13399 false.
13400 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13401 checking whether the target board is remote.
13402 * gdb.multi/multi-attach.exp: Likewise.
13403 * gdb.python/py-sync-interp.exp: Likewise.
13404 * gdb.server/ext-attach.exp: Likewise.
13405 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13406 tests that need to attach, instead of checking whether the target
13407 board is remote at the top of the file.
13408
13409 2015-01-08 Yao Qi <yao@codesourcery.com>
13410
13411 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13412
13413 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13414
13415 Fix testcase compilation.
13416 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13417
13418 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13419
13420 * gdb.python/py-type.exp: Add a couple test about empty
13421 array creation, and negative-length array creation.
13422
13423 2015-01-02 Doug Evans <xdje42@gmail.com>
13424
13425 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13426
13427 2015-01-02 Doug Evans <dje@google.com>
13428
13429 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13430
13431 2014-12-29 Yao Qi <yao@codesourcery.com>
13432
13433 * gdb.trace/entry-values.exp: Update comments. Rename variable
13434 bar_call_foo to returned_from_foo.
13435
13436 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13437
13438 PR gdb/17394
13439 * gdb.linespec/break-asm-file.c: New file.
13440 * gdb.linespec/break-asm-file.exp: New file.
13441 * gdb.linespec/break-asm-file0.s: New file.
13442 * gdb.linespec/break-asm-file1.s: New file.
13443
13444 2014-12-18 Nigel Stephens <nigel@mips.com>
13445 Maciej W. Rozycki <macro@codesourcery.com>
13446
13447 * gdb.base/float.exp: Handle the new output from "info float" on
13448 MIPS targets.
13449
13450 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13451
13452 Fix MinGW compilation.
13453 * gdb.compile/compile-ops.exp: Update untested message if
13454 !skip_compile_feature_tests.
13455 * gdb.compile/compile-setjmp.exp: Likewise.
13456 * gdb.compile/compile-tls.exp: Likewise.
13457 * gdb.compile/compile.exp: Likewise.
13458 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13459 supported on this host".
13460
13461 2014-12-16 Doug Evans <xdje42@gmail.com>
13462
13463 * boards/stabs.exp: New file.
13464
13465 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13466
13467 * gdb.base/completion.exp: Adjust to format changes of "maint
13468 print user-registers".
13469
13470 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13471
13472 PR server/17457
13473 * gdb.arch/aarch64-fp.c: New file.
13474 * gdb.arch/aarch64-fp.exp: New file.
13475
13476 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13477
13478 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13479 r210637, r210913, r211666, r215400, r215817).
13480
13481 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13482 * dg-extract-results.py: New file.
13483 * dg-extract-results.sh: Use it if the environment seems
13484 suitable.
13485
13486 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13487
13488 * dg-extract-results.py (parse_run): Handle warnings that
13489 are printed before a test harness is run.
13490
13491 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13492
13493 * dg-extract-results.py (Named): Remove __cmp__ method.
13494 (output_variation): Use a key to sort variation.harnesses.
13495
13496 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13497
13498 * dg-extract-results.py: For Python 3, force sys.stdout to
13499 handle surrogate escape sequences.
13500 (safe_open): New function.
13501 (output_segment, main): Use it.
13502
13503 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13504
13505 * dg-extract-results.py (Prog.result_re): Include options
13506 in test name.
13507
13508 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13509
13510 * dg-extract-results.py (output_variation): Always sort if
13511 do_sum.
13512
13513 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13514
13515 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13516 as long as we get pagination notifications.
13517
13518 2014-12-15 Jason Merrill <jason@redhat.com>
13519
13520 * Makefile.in (check-gdb.%): Restore.
13521 * README: Mention it.
13522
13523 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13524
13525 * gdb.ada/str_uninit: New testcase.
13526
13527 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13528
13529 PR symtab/17642
13530 * gdb.base/vla-stub-define.c: New file.
13531 * gdb.base/vla-stub.c: New file.
13532 * gdb.base/vla-stub.exp: New file.
13533
13534 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13535 Jan Kratochvil <jan.kratochvil@redhat.com>
13536 Tom Tromey <tromey@redhat.com>
13537
13538 * configure.ac: Add gdb.compile/.
13539 * configure: Regenerate.
13540 * gdb.compile/Makefile.in: New file.
13541 * gdb.compile/compile-ops.exp: New file.
13542 * gdb.compile/compile-ops.c: New file.
13543 * gdb.compile/compile-tls.c: New file.
13544 * gdb.compile/compile-tls.exp: New file.
13545 * gdb.compile/compile-constvar.S: New file.
13546 * gdb.compile/compile-constvar.c: New file.
13547 * gdb.compile/compile-mod.c: New file.
13548 * gdb.compile/compile-nodebug.c: New file.
13549 * gdb.compile/compile-setjmp-mod.c: New file.
13550 * gdb.compile/compile-setjmp.c: New file.
13551 * gdb.compile/compile-setjmp.exp: New file.
13552 * gdb.compile/compile-shlib.c: New file.
13553 * gdb.compile/compile.c: New file.
13554 * gdb.compile/compile.exp: New file.
13555 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13556
13557 2014-12-12 Tom Tromey <tromey@redhat.com>
13558
13559 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13560 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13561
13562 2014-12-12 Doug Evans <dje@google.com>
13563
13564 * lib/gdb-python.exp (get_python_valueof): New function.
13565 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13566
13567 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13568
13569 * gdb.base/completion.exp: Add test for completion of "info
13570 registers ".
13571
13572 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13573
13574 * gdb.base/func-ptrs.c: New file.
13575 * gdb.base/func-ptrs.exp: New file.
13576
13577 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13578
13579 PR breakpoints/17012
13580 * gdb.base/dprintf-detach.c: New file.
13581 * gdb.base/dprintf-detach.exp: New file.
13582
13583 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13584
13585 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13586 * lib/gdb.exp (target_is_gdbserver): New procedure.
13587
13588 2014-12-08 Doug Evans <dje@google.com>
13589
13590 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13591
13592 2014-12-05 Yao Qi <yao@codesourcery.com>
13593
13594 * gdb.guile/scm-error.exp: Remove the third argument to
13595 gdb_remote_download.
13596 * gdb.guile/scm-frame-args.exp: Likewise.
13597 * gdb.guile/scm-section-script.exp: Likewise.
13598
13599 2014-12-05 Yao Qi <yao@codesourcery.com>
13600
13601 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13602
13603 2014-12-04 Doug Evans <dje@google.com>
13604
13605 * gdb.python/py-objfile.exp: Add tests for
13606 objfile.add_separate_debug_file.
13607
13608 2014-12-04 Doug Evans <dje@google.com>
13609
13610 * lib/gdb.exp (get_build_id): New function.
13611 (build_id_debug_filename_get): Rewrite to use it.
13612 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13613
13614 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13615
13616 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13617 `method(long)', not just 0x0.
13618 * gdb.cp/nsalias.exp: Align code labels to 4.
13619 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13620 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13621 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13622 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13623 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13624 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13625
13626 2014-12-02 Doug Evans <dje@google.com>
13627
13628 PR symtab/17602
13629 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13630 * gdb.cp/anon-ns2.cc: ... here. New file.
13631 * gdb.cp/anon-ns.exp: Update.
13632
13633 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13634
13635 * gdb.python/py-events.py (inferior_call_handler): New.
13636 (register_changed_handler, memory_changed_handler): New.
13637 (test_events.invoke): Register new handlers.
13638 * gdb.python/py-events.exp: Add tests for inferior call,
13639 memory_changed and register_changed events.
13640
13641 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13642
13643 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13644 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13645 if the linker doesn't understand this.
13646
13647 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13648
13649 * gdb.python/python.exp: Change expected reply to help().
13650
13651 2014-12-01 Yao Qi <yao@codesourcery.com>
13652
13653 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13654 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13655 * configure: Re-generated.
13656
13657 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13658
13659 * gdb.cp/chained-calls.cc: New file.
13660 * gdb.cp/chained-calls.exp: New file.
13661 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13662
13663 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13664
13665 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13666 * gdb.dwarf2/symtab-producer.exp: Same.
13667 * gdb.gdb/python-interrupts.exp: Same.
13668 * gdb.gdb/python-selftest.exp: Same.
13669 * gdb.python/py-linetable.exp: Same.
13670 * gdb.python/py-type.exp: Same.
13671 * gdb.python/py-value-cc.exp: Same.
13672 * gdb.python/py-value.exp: Same.
13673
13674 2014-11-28 Yao Qi <yao@codesourcery.com>
13675
13676 * gdb.base/break-probes.exp: Match library name prefixed with
13677 sysroot.
13678
13679 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13680
13681 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13682 test expected output. Add parentheses for the call to print.
13683 Remove L suffix from integers.
13684
13685 2014-11-26 Doug Evans <dje@google.com>
13686
13687 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13688
13689 2014-11-22 Yao Qi <yao@codesourcery.com>
13690
13691 * gdb.trace/entry-values.c: Remove asms.
13692 (foo): Add foo_label.
13693 (bar): Add bar_label.
13694 * gdb.trace/entry-values.exp: Remove code computing foo's
13695 length and bar's length.
13696 (Dwarf::assemble): Invoke function_range for bar and use
13697 MACRO_AT_func for foo.
13698
13699 2014-11-22 Yao Qi <yao@codesourcery.com>
13700
13701 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13702 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13703 Use .Lgcc43_procstart instead of gcc43.
13704
13705 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13706
13707 * gdb.ada/n_arr_bound: New testcase.
13708
13709 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13710
13711 PR breakpoints/10737
13712 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13713 test_catch_syscall_multi_arch.
13714 (test_catch_syscall_multi_arch): New function.
13715
13716 2014-11-20 Doug Evans <xdje42@gmail.com>
13717
13718 * gdb.base/maint.exp: Update expected output.
13719
13720 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13721
13722 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13723 4-byte instruction on S390.
13724
13725 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13726
13727 * gdb.ada/arr_arr: New testcase.
13728
13729 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13730
13731 * gdb.ada/pkd_arr_elem: New Testcase.
13732
13733 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13734
13735 * gdb.reverse/break-precsave: Expect completion message for
13736 core file reads.
13737 * gdb.reverse/consecutive-precsave.exp: Likewise.
13738 * gdb.reverse/finish-precsave.exp: Likewise.
13739 * gdb.reverse/i386-precsave.exp: Likewise.
13740 * gdb.reverse/machinestate-precsave.exp: Likewise.
13741 * gdb.reverse/sigall-precsave.exp: Likewise.
13742 * gdb.reverse/solib-precsave.exp: Likewise.
13743 * gdb.reverse/step-precsave.exp: Likewise.
13744 * gdb.reverse/until-precsave.exp: Likewise.
13745 * gdb.reverse/watch-precsave.exp: Likewise.
13746
13747 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13748
13749 * gdb.base/bp-permanent.c: Include unistd.h.
13750 * gdb.python/py-framefilter-mi.c (main): Add return type.
13751 * gdb.python/py-framefilter.c (main): Likewise.
13752 * gdb.trace/actions-changed.c (main): Likewise.
13753
13754 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13755
13756 * gdb.mi/until.c: Add eye-catchers.
13757 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13758 line numbers.
13759
13760 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13761
13762 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13763 function header variants in break1.c.
13764 * gdb.base/ena-dis-br.exp: Likewise.
13765 * gdb.base/hbreak2.exp: Likewise.
13766 * gdb.reverse/until-precsave.exp: Drop references to removed
13767 non-prototype function header variants in ur1.c.
13768 * gdb.reverse/until-reverse.exp: Likewise.
13769
13770 2014-11-17 Petr Machata <pmachata@redhat.com>
13771
13772 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13773 ${_cu_offset_size} bytes abbrev offset.
13774
13775 2014-11-15 Doug Evans <xdje42@gmail.com>
13776
13777 PR symtab/17559
13778 * gdb.base/line-symtabs.exp: New file.
13779 * gdb.base/line-symtabs.c: New file.
13780 * gdb.base/line-symtabs.h: New file.
13781
13782 2014-11-14 Yao Qi <yao@codesourcery.com>
13783
13784 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13785 (func): Add label func_label.
13786 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13787 Replace low_pc and high_pc with MACRO_AT_range.
13788 Replace name, low_pc and high_pc with MACRO_AT_func.
13789
13790 2014-11-14 Yao Qi <yao@codesourcery.com>
13791
13792 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13793 Replace name, low_pc and high_pc with MACRO_AT_func.
13794
13795 2014-11-14 Yao Qi <yao@codesourcery.com>
13796
13797 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13798 produce debug information.
13799 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13800
13801 2014-11-14 Yao Qi <yao@codesourcery.com>
13802
13803 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13804 object and get function length.
13805 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13806 with MACRO_AT_func.
13807 (top-level): Replace gdb_compile and clean_restart with
13808 prepare_for_testing.
13809 * gdb.dwarf2/main.c (main): Add label main_label.
13810
13811 2014-11-14 Yao Qi <yao@codesourcery.com>
13812
13813 * lib/dwarf.exp (function_range): New procedure.
13814 (Dwarf::_handle_macro_at_func): New procedure.
13815 (Dwarf::_handle_macro_at_range): New procedure.
13816 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13817
13818 2014-11-14 Yao Qi <yao@codesourcery.com>
13819
13820 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13821 (_handle_attribute): New procedure.
13822
13823 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13824
13825 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13826 * gdb.base/call-sc.c (zed): Likewise.
13827 * gdb.base/checkpoint.c (main): Likewise.
13828 * gdb.base/dump.c (main): Likewise.
13829 * gdb.base/gcore.c (main): Likewise.
13830 * gdb.base/huge.c (main): Likewise.
13831 * gdb.base/multi-forks.c (main): Likewise.
13832 * gdb.base/pr10179-a.c (main): Likewise.
13833 * gdb.base/savedregs.c (main): Likewise.
13834 * gdb.base/sigaltstack.c (main): Likewise.
13835 * gdb.base/siginfo.c (main): Likewise.
13836 * gdb.base/structs.c (zed): Likewise.
13837 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13838 * gdb.mi/mi-syn-frame.c (main): Likewise.
13839 * gdb.mi/until.c (foo, main): Likewise.
13840 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13841 * gdb.base/solib-weak.c (foo): Declare.
13842 * gdb.base/attach-twice.c: Include stdio.h.
13843 * gdb.base/weaklib1.c: Likewise.
13844 * gdb.base/weaklib2.c: Likewise.
13845 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13846 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13847 unistd.h.
13848 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13849 * gdb.mi/mi-exit-code.c: Likewise.
13850 * gdb.base/break-interp-lib.c: Include string.h.
13851 * gdb.base/coremaker.c: Likewise.
13852 * gdb.base/testenv.c: Likewise.
13853 * gdb.python/py-finish-breakpoint.c: Likewise.
13854 * gdb.base/inferior-died.c: Include sys/wait.h.
13855 * gdb.base/fileio.c: Include time.h.
13856 * gdb.base/async-shell.c: Include unistd.h.
13857 * gdb.base/dprintf-non-stop.c: Likewise.
13858 * gdb.base/info-os.c: Likewise.
13859 * gdb.mi/mi-console.c: Likewise.
13860 * gdb.mi/watch-nonstop.c: Likewise.
13861 * gdb.python/py-events.c: Likewise.
13862 * gdb.base/async.c (baz): Move up before its invocation.
13863 * gdb.base/code_elim2.c (my_global_func): Likewise.
13864 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13865 * gdb.base/advance.c (func2): Likewise.
13866
13867 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13868
13869 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13870 variant.
13871 * gdb.base/annota3.c: Likewise.
13872 * gdb.base/async.c: Likewise.
13873 * gdb.base/average.c: Likewise.
13874 * gdb.base/call-ar-st.c: Likewise.
13875 * gdb.base/call-rt-st.c: Likewise.
13876 * gdb.base/call-sc.c: Likewise.
13877 * gdb.base/call-strs.c: Likewise.
13878 * gdb.base/ending-run.c: Likewise.
13879 * gdb.base/execd-prog.c: Likewise.
13880 * gdb.base/exprs.c: Likewise.
13881 * gdb.base/foll-exec.c: Likewise.
13882 * gdb.base/foll-fork.c: Likewise.
13883 * gdb.base/foll-vfork.c: Likewise.
13884 * gdb.base/funcargs.c: Likewise.
13885 * gdb.base/gcore.c: Likewise.
13886 * gdb.base/jump.c: Likewise.
13887 * gdb.base/langs0.c: Likewise.
13888 * gdb.base/langs1.c: Likewise.
13889 * gdb.base/langs2.c: Likewise.
13890 * gdb.base/mips_pro.c: Likewise.
13891 * gdb.base/nodebug.c: Likewise.
13892 * gdb.base/opaque0.c: Likewise.
13893 * gdb.base/opaque1.c: Likewise.
13894 * gdb.base/recurse.c: Likewise.
13895 * gdb.base/run.c: Likewise.
13896 * gdb.base/scope0.c: Likewise.
13897 * gdb.base/scope1.c: Likewise.
13898 * gdb.base/setshow.c: Likewise.
13899 * gdb.base/setvar.c: Likewise.
13900 * gdb.base/shmain.c: Likewise.
13901 * gdb.base/shr1.c: Likewise.
13902 * gdb.base/shr2.c: Likewise.
13903 * gdb.base/sigall.c: Likewise.
13904 * gdb.base/signals.c: Likewise.
13905 * gdb.base/so-indr-cl.c: Likewise.
13906 * gdb.base/solib2.c: Likewise.
13907 * gdb.base/structs.c: Likewise.
13908 * gdb.base/sum.c: Likewise.
13909 * gdb.base/vforked-prog.c: Likewise.
13910 * gdb.base/watchpoint.c: Likewise.
13911 * gdb.reverse/shr2.c: Likewise.
13912 * gdb.reverse/until-reverse.c: Likewise.
13913 * gdb.reverse/ur1.c: Likewise.
13914 * gdb.reverse/watch-reverse.c: Likewise.
13915
13916 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13917
13918 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13919 variant.
13920 * gdb.base/sepdebug.exp: Drop references to removed code.
13921
13922 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13923
13924 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13925 variant. Preserve original line numbering.
13926 * gdb.base/list1.c: Likewise.
13927
13928 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13929
13930 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13931 variant.
13932 * gdb.base/break1.c: Likewise.
13933 * gdb.base/break.exp: Drop references to removed code.
13934
13935 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13936
13937 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13938 variant.
13939
13940 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13941
13942 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13943
13944 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13945
13946 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13947 logic into perform_all_tests() and invoke it with and without
13948 function header prototypes.
13949 (do_function_calls): Remove conditional XFAIL for PR 5318.
13950 (rerun_and_prepare): Remove duplicate code.
13951 (perform_all_tests): New. Main logic moved here.
13952
13953 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13954
13955 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13956 code guarded by #ifdef NO_PROTOTYPES.
13957 (t_double_many_args): Likewise.
13958 (DEF_FUNC_MANY_ARGS_1): Likewise.
13959 (DEF_FUNC_VALUES_1): Likewise.
13960 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13961 guarded by #ifdef PROTOTYPES.
13962
13963 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13964
13965 * gdb.mi/mi-console.c: Add eye-catcher.
13966 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13967 instead of literal line number.
13968
13969 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13970
13971 * gdb.base/shr2.c: Add eye-catcher.
13972 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13973 line number.
13974
13975 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13976
13977 * gdb.base/jump.c: Add eye-catchers.
13978 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13979 numbers.
13980
13981 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13982
13983 * gdb.base/execd-prog.c: Add eye-catchers.
13984 * gdb.base/foll-exec.c: Likewise.
13985 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13986 line numbers.
13987
13988 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13989
13990 * gdb.base/ending-run.c: Add eye-catchers.
13991 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13992 literal line numbers.
13993
13994 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13995
13996 * gdb.base/call-rt-st.c: Add eye-catchers.
13997 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13998 literal line numbers.
13999
14000 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14001
14002 * gdb.base/call-ar-st.c: Add eye-catchers.
14003 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14004 literal line numbers.
14005
14006 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14007
14008 * gdb.base/average.c: Add eye-catchers.
14009 * gdb.base/sum.c: Likewise.
14010 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14011 regexps dynamically.
14012
14013 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14014
14015 * gdb.base/solib1.c: Add eye-catchers.
14016 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14017 literal line numbers.
14018
14019 2014-11-12 Pedro Alves <palves@redhat.com>
14020
14021 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14022 leader has exited.
14023
14024 2014-11-12 Pedro Alves <palves@redhat.com>
14025
14026 * gdb.arch/i386-bp_permanent.c: New file.
14027 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14028 (srcfile): Set to i386-bp_permanent.c.
14029 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14030 that stepi does not execute the 'leave' instruction, instead of
14031 testing it does execute.
14032 * gdb.base/bp-permanent.c: New file.
14033 * gdb.base/bp-permanent.exp: New file.
14034
14035 2014-11-10 Doug Evans <xdje42@gmail.com>
14036
14037 PR symtab/17564
14038 * gdb.base/symtab-search-order.exp: New file.
14039 * gdb.base/symtab-search-order.c: New file.
14040 * gdb.base/symtab-search-order-1.c: New file.
14041 * gdb.base/symtab-search-order-shlib-1.c: New file.
14042
14043 2014-11-07 Pedro Alves <palves@redhat.com>
14044
14045 PR gdb/17511
14046 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14047 i?86-*-linux*.
14048
14049 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14050
14051 PR c++/17494
14052 * gdb.cp/pr17494.cc: New file.
14053 * gdb.cp/pr17494.exp: New file.
14054
14055 2014-11-02 Yao Qi <yao@codesourcery.com>
14056
14057 * gdb.python/python.exp: Get working directory and match the
14058 output of "set extended-prompt \\w " with it.
14059
14060 2014-10-30 Doug Evans <dje@google.com>
14061
14062 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14063 in objfiles.
14064 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14065 in progspaces.
14066
14067 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14068
14069 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14070 * gdb.base/realname-expand.exp: Likewise.
14071 * gdb.linespec/macro-relative.exp: Likewise.
14072
14073 2014-10-29 Pedro Alves <palves@redhat.com>
14074
14075 PR gdb/17408
14076 * gdb.threads/schedlock.c (some_function): New function.
14077 (call_function): New global.
14078 (MAYBE_CALL_SOME_FUNCTION): New macro.
14079 (thread_function): Call it.
14080 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14081 and use it instead of a global counter. Adjust all callers.
14082 (get_current_thread): Use "find current thread" for test message
14083 here rather than having all callers pass down the same string.
14084 (goto_loop): New procedure, factored out from ...
14085 (my_continue): ... this.
14086 (step_ten_loops): Change parameter from test message to command to
14087 use. Adjust.
14088 (list_count): Delete global.
14089 (check_result): New procedure, factored out from duplicate top
14090 level code.
14091 (continue tests): Wrap in with_test_prefix.
14092 (test_step): New procedure, factored out from duplicate top level
14093 code.
14094 (top level): Test "step" in combination with all scheduler-locking
14095 modes. Test "next" in combination with all scheduler-locking
14096 modes, and in combination with stepping over a function call or
14097 not.
14098 * gdb.threads/next-bp-other-thread.c: New file.
14099 * gdb.threads/next-bp-other-thread.exp: New file.
14100
14101 2014-10-29 Pedro Alves <palves@redhat.com>
14102
14103 PR python/17372
14104 * gdb.python/python.exp: Test a multi-line command that spawns
14105 interactive Python.
14106 * gdb.base/multi-line-starts-subshell.exp: New file.
14107
14108 2014-10-29 Yao Qi <yao@codesourcery.com>
14109
14110 * gdb.base/fileio.exp: Make directories on host.
14111
14112 2014-10-29 Yao Qi <yao@codesourcery.com>
14113
14114 * gdb.base/fileio.c (test_write): Close the file.
14115
14116 2014-10-28 Pedro Alves <palves@redhat.com>
14117
14118 PR gdb/12623
14119 * gdb.base/sigstep.c (no_handler): New global.
14120 (main): If 'no_handler is true, set the signal handlers to
14121 SIG_IGN.
14122 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14123 with_sw_watch and no_handler parameters. Handle them.
14124 (top level) <stepping over handler when stopped at a breakpoint
14125 test>: Add a test axis for testing with a software watchpoint, and
14126 another for testing with the signal handler set to SIG_IGN.
14127 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14128 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14129
14130 2014-10-28 Pedro Alves <palves@redhat.com>
14131
14132 PR gdb/17511
14133 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14134 * gdb.base/sigstep.exp (other_handler_location): New global.
14135 (advance): Support stepping into the signal handler, and running
14136 commands while in the handler.
14137 (in_handler_map): New global.
14138 (top level): In the advance test, add combinations for getting
14139 into the handler with stepping commands, and for running commands
14140 in the handler. Add comment descripting the advancei tests.
14141
14142 2014-10-28 Pedro Alves <palves@redhat.com>
14143
14144 * gdb.base/sigstep.exp: Use build_executable instead of
14145 prepare_for_testing.
14146 (top level): Move code that starts GDB, runs to main and creates a
14147 display to ...
14148 (restart): ... this new procedure.
14149 (top level): Move backtrace from signal handler test to ...
14150 (validate_backtrace): ... this new procedure.
14151 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14152 with_test_prefix. Always restart GDB.
14153 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14154 with_test_prefix. Always restart GDB. No need to delete
14155 breakpoints after the test.
14156 (test_skip_handler): Remove prefix parameter.
14157 (skip_over_handler, breakpoint_to_handler)
14158 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14159 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14160 restart GDB. No need to delete breakpoints after the test.
14161 (top level): Use foreach to call the test procedures with
14162 different commands.
14163
14164 2014-10-28 Pedro Alves <palves@redhat.com>
14165
14166 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14167 instead of GNATS numbers.
14168 * gdb.base/sigbpt.exp: Likewise.
14169 * gdb.base/siginfo.exp: Likewise.
14170 * gdb.base/sigstep.exp: Likewise.
14171
14172 2014-10-27 Pedro Alves <palves@redhat.com>
14173
14174 * gdb.base/sigstep.c (dummy): New global.
14175 (main): Issue a couple writes to the new global.
14176 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14177 procedures.
14178 (skip_over_handler): Use test_skip_handler.
14179 (top level): Call skip_over_handler for stepi and nexti too.
14180 (breakpoint_over_handler): Use test_skip_handler.
14181 (top level): Call breakpoint_over_handler for stepi and nexti too.
14182
14183 2014-10-27 Yao Qi <yao@codesourcery.com>
14184
14185 * gdb.trace/tfile.c (adjust_function_address)
14186 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14187 function descriptor.
14188
14189 2014-10-24 Don Breazeal <donb@codesourcery.com>
14190
14191 * gdb.base/foll-fork.exp (test_follow_fork,
14192 catch_fork_child_follow): Check for updated fork messages emitted
14193 from infrun.c.
14194 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14195 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14196 vfork_and_exec_child_follow_through_step): Check for updated vfork
14197 messages emitted from infrun.c.
14198
14199 2014-10-24 Pedro Alves <palves@redhat.com>
14200
14201 * gdb.base/corefile.exp: Remove references to ultrix.
14202 * gdb.base/interrupt.exp: Likewise.
14203 * gdb.base/whatis.exp: Likewise.
14204 * gdb.gdb/selftest.exp: Likewise.
14205 * gdb.threads/manythreads.exp: Likewise.
14206 * gdb.threads/print-threads.exp: Likewise.
14207 * gdb.threads/pthreads.exp:: Likewise.
14208 * gdb.threads/schedlock.exp: Likewise.
14209
14210 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14211
14212 * gdb.cp/non-trivial-retval.cc: Add a test case.
14213 * gdb.cp/non-trivial-retval.exp: Add a test.
14214
14215 2014-10-20 Yao Qi <yao@codesourcery.com>
14216
14217 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14218 * gdb.python/py-objfile-script-gdb.py: New file.
14219 * gdb.python/py-objfile-script.exp: Update reference to
14220 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14221 of remote_download. Remove the dest file.
14222
14223 2014-10-20 Yao Qi <yao@codesourcery.com>
14224
14225 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14226 * gdb.base/step-line.exp: Likewise.
14227 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14228 * gdb.dwarf2/dw2-basic.exp: Likewise.
14229 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14230 * gdb.dwarf2/dw2-filename.exp: Likewise.
14231 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14232 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14233 * gdb.dwarf2/dw2-producer.exp: Likewise.
14234 * gdb.dwarf2/mac-fileno.exp: Likewise.
14235 * gdb.python/py-frame-args.exp: Likewise.
14236 * gdb.python/py-framefilter.exp: Likewise.
14237 * gdb.python/py-mi.exp: Likewise.
14238 * gdb.python/py-objfile-script.exp: Likewise
14239 * gdb.python/py-pp-integral.exp: Likewise.
14240 * gdb.python/py-pp-re-notag.exp: Likewise.
14241 * gdb.python/py-prettyprint.exp: Likewise.
14242 * gdb.python/py-section-script.exp: Likewise.
14243 * gdb.python/py-typeprint.exp: Likewise.
14244 * gdb.python/py-xmethods.exp: Likewise.
14245 * gdb.stabs/weird.exp: Likewise.
14246 * gdb.xml/tdesc-regs.exp: Likewise.
14247
14248 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14249
14250 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14251 (out_cu): Use addr_len for the size of addresses.
14252 (out_line): Likewise. Size DW_LNE_set_address instruction
14253 according to addr_len.
14254 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14255 (FUNC): Add START_INSNS to definition.
14256
14257 2014-10-18 Yao Qi <yao@codesourcery.com>
14258
14259 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14260 gdb_has_argv0 return true.
14261 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14262 check [target_info exists noargs], check [gdb_has_argv0]
14263 instead.
14264 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14265 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14266 procedures.
14267
14268 2014-10-17 Doug Evans <dje@google.com>
14269
14270 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14271 event.
14272 * gdb.python/py-events.py: Add clear_objfiles event.
14273
14274 2014-10-17 Doug Evans <dje@google.com>
14275
14276 * gdb.python/py-objfile.exp: Test progspace attribute.
14277
14278 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14279
14280 * gdb.guile/scm-breakpoint.exp: Do not assume any
14281 directory separators when matching source file paths.
14282 * gdb.python/py-breakpoint.exp: Likewise.
14283 * gdb.reverse/break-precsave.exp: Likewise.
14284 * gdb.reverse/break-reverse.exp: Likewise.
14285 * gdb.reverse/consecutive-precsave.exp: Likewise.
14286 * gdb.reverse/finish-precsave.exp: Likewise.
14287 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14288 * gdb.reverse/finish-reverse.exp: Likewise.
14289 * gdb.reverse/i386-precsave.exp: Likewise.
14290 * gdb.reverse/i387-env-reverse.exp: Likewise.
14291 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14292 * gdb.reverse/machinestate-precsave.exp: Likewise.
14293 * gdb.reverse/machinestate.exp: Likewise.
14294 * gdb.reverse/sigall-precsave.exp: Likewise.
14295 * gdb.reverse/solib-precsave.exp: Likewise.
14296 * gdb.reverse/step-precsave.exp: Likewise.
14297 * gdb.reverse/until-precsave.exp: Likewise.
14298 * gdb.reverse/watch-precsave.exp: Likewise.
14299 * gdb.reverse/watch-reverse.exp: Likewise.
14300
14301 2014-10-17 Yao Qi <yao@codesourcery.com>
14302
14303 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14304 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14305
14306 2014-10-17 Pedro Alves <palves@redhat.com>
14307
14308 PR gdb/17471
14309 * gdb.base/bg-execution-repeat.c: New file.
14310 * gdb.base/bg-execution-repeat.exp: New file.
14311
14312 2014-10-17 Pedro Alves <palves@redhat.com>
14313
14314 PR gdb/17300
14315 * gdb.base/continue-all-already-running.c: New file.
14316 * gdb.base/continue-all-already-running.exp: New file.
14317
14318 2014-10-17 Pedro Alves <palves@redhat.com>
14319
14320 PR gdb/17472
14321 * gdb.base/annota-input-while-running.c: New file.
14322 * gdb.base/annota-input-while-running.exp: New file.
14323
14324 2014-10-17 Pedro Alves <palves@redhat.com>
14325
14326 * gdb.base/callfuncs.exp: emove references to osf.
14327 * gdb.base/sigall.exp: Likewise.
14328 * gdb.gdb/selftest.exp: Likewise.
14329 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14330 * gdb.mi/non-stop.c: Likewise.
14331 * gdb.mi/pthreads.c: Likewise.
14332 * gdb.reverse/sigall-precsave.exp: Likewise.
14333 * gdb.reverse/sigall-reverse.exp: Likewise.
14334 * gdb.threads/pthreads.c: Likewise.
14335 * gdb.threads/pthreads.exp: Likewise.
14336
14337 2014-10-17 Yao Qi <yao@codesourcery.com>
14338
14339 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14340 check 'target_info exists noargs'.
14341 (test_command_prompt_position): Likewise.
14342 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14343 Remove "set args".
14344 (progvar_simple_while_test): Likewise.
14345 (progvar_complex_if_while_test): Likewise.
14346 (if_while_breakpoint_command_test): Likewise.
14347 (infrun_breakpoint_command_test): Likewise.
14348 (breakpoint_command_test): Likewise.
14349 (watchpoint_command_test): Likewise.
14350 (bp_deleted_in_command_test): Likewise.
14351 (temporary_breakpoint_commands): Likewise.
14352
14353 2014-10-16 Yao Qi <yao@codesourcery.com>
14354
14355 * gdb.base/remotetimeout.exp: Remove noargs checking.
14356
14357 2014-10-15 Pedro Alves <palves@redhat.com>
14358
14359 PR breakpoints/9649
14360 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14361 * gdb.base/breakpoint-in-ro-region.exp
14362 (probe_target_hardware_step): New procedure.
14363 (top level): Probe hardware stepping and hardware breakpoint
14364 support. Test stepping through a read-only region, with both
14365 "breakpoint auto-hw" on and off and both "always-inserted" on and
14366 off.
14367
14368 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14369
14370 * gdb.dlang/demangle.exp: Update for demangling changes.
14371
14372 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14373
14374 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14375 * gdb.cp/non-trivial-retval.exp: Add new tests.
14376
14377 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14378
14379 PR c++/13403
14380 PR c++/15154
14381 * gdb.cp/non-trivial-retval.cc: New file.
14382 * gdb.cp/non-trivial-retval.exp: New file.
14383
14384 2014-10-15 Yao Qi <yao@codesourcery.com>
14385
14386 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14387 remote host.
14388
14389 2014-10-15 Yao Qi <yao@codesourcery.com>
14390
14391 * gdb.python/py-symbol.exp: Match file base name if host is
14392 remote, otherwise match file name with dir name.
14393 * gdb.python/py-symtab.exp: Likewise.
14394 * gdb.python/python.exp: Likewise.
14395
14396 2014-10-15 Yao Qi <yao@codesourcery.com>
14397
14398 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14399 pattern.
14400 * gdb.python/py-symtab.exp: Likewise.
14401 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14402 locationn.
14403
14404 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14405
14406 * gdb.ada/addr_arith: New testcase.
14407
14408 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14409
14410 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14411 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14412 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14413 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14414
14415 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14416
14417 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14418 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14419 * gdb.arch/stap-eval-lang-ada.exp: New file.
14420
14421 2014-10-14 Yao Qi <yao@codesourcery.com>
14422
14423 * gdb.mi/mi-var-child.c (nothing1): New function.
14424 (nothing2): New function.
14425 (do_children_tests): Set function pointers by nothing1 and
14426 nothing2.
14427 * gdb.mi/mi-var-child.exp: Step over new added statements.
14428 Update test to match the new output.
14429 * gdb.mi/var-cmd.c (nothing1): New function.
14430 (nothing2): New function.
14431 (do_children_tests): Set function pointers by nothing1 and
14432 nothing2.
14433 * gdb.mi/mi-var-display.exp: Update test to match output.
14434 Step to the line specified by $line_dct_nothing.
14435 Increase the number of lines to step.
14436
14437 2014-10-14 Yao Qi <yao@codesourcery.com>
14438
14439 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14440 tests.
14441 * gdb.mi/mi2-var-child.exp: Likewise.
14442
14443 2014-10-13 Doug Evans <dje@google.com>
14444
14445 * gdb.python/py-objfile.exp: Change name of file name test.
14446
14447 2014-10-13 Doug Evans <dje@google.com>
14448
14449 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14450 from the start of the CU.
14451
14452 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14453 Yao Qi <yao@codesourcery.com>
14454
14455 Fix "save breakpoints" for "catch" command.
14456 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14457 Remove -nonewline. Match also the added "main" line.
14458
14459 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14460
14461 Fix "save breakpoints" for "disable $bpnum" command.
14462 * gdb.base/save-bp.c (main): Add label.
14463 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14464
14465 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14466
14467 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14468
14469 2014-10-11 Yao Qi <yao@codesourcery.com>
14470
14471 * gdb.server/server-kill.exp: Execute command
14472 "set remote trace-status-packet on" before "tstatus".
14473
14474 2014-10-11 Yao Qi <yao@codesourcery.com>
14475
14476 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14477 (main): Call getppid.
14478 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14479 and continue to it. Read variable "server_pid".
14480
14481 2014-10-11 Yao Qi <yao@codesourcery.com>
14482
14483 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14484
14485 2014-10-11 Yao Qi <yao@codesourcery.com>
14486
14487 * gdb.threads/thread-find.exp: Don't execute command
14488 "info threads".
14489 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14490 * gdb.threads/linux-dp.exp: Don't check the condition
14491 $threads_created equals to zero.
14492
14493 2014-10-10 Pedro Alves <palves@redhat.com>
14494
14495 * gdb.base/bigcore.exp: Remove references to IRIX.
14496 * gdb.base/funcargs.exp: Likewise.
14497 * gdb.base/interrupt.exp: Likewise.
14498 * gdb.base/mips_pro.exp: Likewise.
14499 * gdb.base/nodebug.exp: Likewise.
14500 * gdb.base/setvar.exp: Likewise.
14501 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14502
14503 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14504 Pedro Alves <palves@redhat.com>
14505
14506 PR symtab/14466
14507 * gdb.base/vdso-warning.c: New file.
14508 * gdb.base/vdso-warning.exp: New file.
14509
14510 2014-10-02 Doug Evans <dje@google.com>
14511
14512 * gdb.base/structs.c (main): Don't run forever.
14513
14514 2014-10-02 Pedro Alves <palves@redhat.com>
14515
14516 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14517 (top level) <stop threads 1, stop threads 2>: Use it.
14518
14519 2014-10-02 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.threads/break-while-running.exp (test): Add new
14522 'update_thread_list' argument. Skip "info threads" if false.
14523 (top level): Add new 'update_thread_list' axis.
14524
14525 2014-10-02 Pedro Alves <palves@redhat.com>
14526
14527 PR breakpoints/17431
14528 * gdb.base/execl-update-breakpoints.c: New file.
14529 * gdb.base/execl-update-breakpoints.exp: New file.
14530
14531 2014-10-01 Pedro Alves <palves@redhat.com>
14532
14533 * gdb.base/breakpoint-in-ro-region.c: New file.
14534 * gdb.base/breakpoint-in-ro-region.exp: New file.
14535
14536 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14537
14538 * gdb.mi/mi-exit-code.exp: New file.
14539 * gdb.mi/mi-exit-code.c: New file.
14540
14541 2014-09-30 Yao Qi <yao@codesourcery.com>
14542
14543 * lib/prelink-support.exp (build_executable_own_libs): Error if
14544 the target isn't native.
14545
14546 2014-09-30 Yao Qi <yao@codesourcery.com>
14547
14548 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14549 false.
14550
14551 2014-09-22 Pedro Alves <palves@redhat.com>
14552
14553 * gdb.threads/break-while-running.exp: New file.
14554 * gdb.threads/break-while-running.c: New file.
14555
14556 2014-09-19 Yao Qi <yao@codesourcery.com>
14557
14558 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14559 Invoke test. Restart GDB with --readnow and invoke test again.
14560
14561 2014-09-19 Yao Qi <yao@codesourcery.com>
14562
14563 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14564 proc set_breakpoint_on_gcd_function. Invoke
14565 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14566 invoke set_breakpoint_on_gcd_function again.
14567
14568 2014-09-18 Doug Evans <dje@google.com>
14569
14570 * gdb.dwarf2/symtab-producer.exp: New file.
14571
14572 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14573
14574 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14575 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14576 * gdb.base/global-var-nested-by-dso.c: Likewise.
14577 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14578
14579 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14580 Pedro Alves <palves@redhat.com>
14581
14582 * gdb.base/watch-bitfields.exp: Pass string other than test file
14583 name to prepare_for_testing.
14584 (watch): New procedure.
14585 (expect_watchpoint): Use with_test_prefix.
14586 (top level): Factor out tests to ...
14587 (test_watch_location, test_regular_watch): ... these new
14588 procedures, and use with_test_prefix and gdb_continue_to_end.
14589
14590 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14591
14592 PR breakpoints/12526
14593 * gdb.base/watch-bitfields.exp: New file.
14594 * gdb.base/watch-bitfields.c: New file.
14595
14596 2014-09-16 Pedro Alves <palves@redhat.com>
14597
14598 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14599 software and hardware addresses, not software address against
14600 itself.
14601
14602 2014-09-16 Pedro Alves <palves@redhat.com>
14603
14604 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14605 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14606
14607 2014-09-16 Pedro Alves <palves@redhat.com>
14608
14609 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14610 files.
14611 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14612 "*-*-vxworks*" throughout.
14613 * gdb.base/break.exp: Likewise.
14614 * gdb.base/default.exp: Likewise.
14615 * gdb.base/scope.exp: Likewise.
14616 * gdb.base/sepdebug.exp: Likewise.
14617 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14618 throughout.
14619 * gdb.base/run.c: Likewise.
14620 * gdb.base/sepdebug.c: Likewise.
14621 * gdb.hp/gdb.aCC/run.c: Likewise.
14622 * gdb.reverse/until-reverse.c: Likewise.
14623 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14624
14625 2014-09-16 Yao Qi <yao@codesourcery.com>
14626
14627 * boards/local-remote-host-native.exp: New file.
14628
14629 2014-09-14 Doug Evans <xdje42@gmail.com>
14630
14631 * gdb.threads/queue-signal.c (thread_count): New variable.
14632 (thread_count_mutex, thread_count_condvar): New variables.
14633 (incr_thread_count, wait_all_threads_running): New functions.
14634 (main): Wait for all threads to be in their thread functions.
14635
14636 2014-09-13 Doug Evans <xdje42@gmail.com>
14637
14638 * gdb.threads/queue-signal.c: New file.
14639 * gdb.threads/queue-signal.exp: New file.
14640
14641 2014-09-13 Doug Evans <xdje42@gmail.com>
14642
14643 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14644 be consistent with what default_gdb_init uses.
14645 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14646 the plain text of the prompt. Add some logging printfs.
14647 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14648
14649 2014-09-12 Pedro Alves <palves@redhat.com>
14650
14651 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14652 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14653 * gdb.arch/i386-size-overlap.exp: Likewise.
14654 * gdb.arch/i386-size.exp: Likewise.
14655 * gdb.arch/i386-unwind.exp: Likewise.
14656 * gdb.base/a2-run.exp: Likewise.
14657 * gdb.base/break.exp: Likewise.
14658 * gdb.base/charset.exp: Likewise.
14659 * gdb.base/chng-syms.exp: Likewise.
14660 * gdb.base/commands.exp: Likewise.
14661 * gdb.base/dbx.exp: Likewise.
14662 * gdb.base/find.exp: Likewise.
14663 * gdb.base/funcargs.exp: Likewise.
14664 * gdb.base/jit-simple.exp: Likewise.
14665 * gdb.base/reread.exp: Likewise.
14666 * gdb.base/sepdebug.exp: Likewise.
14667 * gdb.base/step-bt.exp: Likewise.
14668 * gdb.cp/mb-inline.exp: Likewise.
14669 * gdb.cp/mb-templates.exp: Likewise.
14670 * gdb.objc/basicclass.exp: Likewise.
14671 * gdb.threads/killed.exp: Likewise.
14672
14673 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14674
14675 PR tdep/17379
14676 * gdb.arch/powerpc-stackless.S: New file.
14677 * gdb.arch/powerpc-stackless.exp: New file.
14678
14679 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14680
14681 * gdb.base/attach.c: Include unistd.h.
14682 (main): Call alarm. Add label postloop.
14683 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14684 gdb_breakpoint, gdb_continue_to_breakpoint.
14685 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14686
14687 2014-09-11 Pedro Alves <palves@redhat.com>
14688
14689 PR gdb/17347
14690 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14691 * gdb.base/attach.exp (test_command_line_attach_run): New
14692 procedure.
14693 (top level): Call it.
14694
14695 2014-09-11 Pedro Alves <palves@redhat.com>
14696
14697 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14698 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14699 (do_command_attach_tests): Use spawn_wait_for_attach.
14700 * gdb.base/solib-overlap.exp: Likewise.
14701 * gdb.multi/multi-attach.exp: Likewise.
14702 * gdb.python/py-prompt.exp: Likewise.
14703 * gdb.python/py-sync-interp.exp: Likewise.
14704 * gdb.server/ext-attach.exp: Likewise.
14705
14706 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14707
14708 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14709 command in testcase. Simplify testcase.
14710
14711 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14712
14713 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14714
14715 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14716
14717 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14718
14719 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14720
14721 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14722
14723 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14724
14725 * gdb.dwarf2/dynarr-ptr.c: New file.
14726 * gdb.dwarf2/dynarr-ptr.exp: New file.
14727
14728 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14729
14730 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14731 of 30 rather than hardcoding 120 for a slow test case. Take the
14732 `gdb,timeout' target setting into account for this calculation.
14733 Don't extend the timeout for the test cases that don't need it.
14734
14735 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14736
14737 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14738 a factor of 2 for a slow test case. Take the `gdb,timeout'
14739 target setting into account for this calculation.
14740 * gdb.reverse/until-precsave.exp: Increase the timeout by
14741 a factor of 15 and 3 respectively rather than adding 120
14742 for a pair of slow test cases. Take the `gdb,timeout'
14743 target setting into account for this calculation.
14744
14745 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14746
14747 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14748 timeout, don't pass one down to gdb_expect.
14749 (gdb_expect): Rework timeout selection.
14750
14751 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14752
14753 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14754 exception on timeout.
14755 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14756 (gdbserver_start_extended): Catch any `gdbserver_start' error
14757 exceptions.
14758 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14759 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14760 `gdbserver_gdb_load' error exceptions.
14761
14762 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14763
14764 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14765 120 on waiting for the TCP socket to open.
14766
14767 2014-09-09 Doug Evans <xdje42@gmail.com>
14768
14769 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14770 _caller_matches, _any_caller_is, _any_caller_matches.
14771
14772 2014-09-09 Doug Evans <xdje42@gmail.com>
14773
14774 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14775
14776 2014-09-09 Yao Qi <yao@codesourcery.com>
14777
14778 * gdb.mi/mi-var-display.exp: Set print symbol off.
14779
14780 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14781
14782 PR gdb/17035
14783 * gdb.base/commands.exp: Add tests to verify user-defined
14784 commands with empty bodies.
14785 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14786 python commands in `show user command`.
14787 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14788 scheme commands in `show user command`.
14789
14790 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14791
14792 PR python/17355
14793 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14794 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14795 * gdb.python/py-framefilter-invalidarg.exp: New file.
14796 * gdb.python/py-framefilter-invalidarg.py: New file.
14797
14798 2014-09-06 Doug Evans <xdje42@gmail.com>
14799
14800 PR 15276
14801 * gdb.python/py-caller-is.c: New file.
14802 * gdb.python/py-caller-is.exp: New file.
14803
14804 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14805
14806 PR gdb/17235
14807 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14808 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14809
14810 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14811
14812 PR fortran/17237
14813 * gdb.fortran/print-formatted.exp: New file.
14814 * gdb.fortran/print-formatted.f90: Likewise.
14815
14816 2014-09-03 Sasha Smundak <asmundak@google.com>
14817
14818 * gdb.python/py-frame.exp: Test Frame.read_register.
14819
14820 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14821
14822 PR python/16699
14823 * gdb.python/py-completion.exp: New file.
14824 * gdb.python/py-completion.py: Likewise.
14825
14826 2014-08-28 Doug Evans <dje@google.com>
14827
14828 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14829 eax,etc. are live with values set by gdb and thus the compiler can't
14830 use them.
14831 * gdb.arch/i386-pseudo.c (main): Ditto.
14832
14833 2014-08-27 Doug Evans <dje@google.com>
14834
14835 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14836
14837 2014-08-25 Doug Evans <dje@google.com>
14838
14839 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14840 (main): Ditto.
14841
14842 2014-08-25 Doug Evans <dje@google.com>
14843
14844 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14845
14846 2014-08-24 Yao Qi <yao@codesourcery.com>
14847
14848 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14849 symbol off.
14850 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14851
14852 2014-08-22 Doug Evans <dje@google.com>
14853
14854 PR 17276
14855 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14856 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14857 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14858
14859 2014-08-22 Yao Qi <yao@codesourcery.com>
14860
14861 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14862 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14863 * gdb.python/python.exp: Likewise. Use .py file on the host
14864 instead of the build.
14865
14866 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14867
14868 * gdb.threads/gcore-stale-thread.c: New file.
14869 * gdb.threads/gcore-stale-thread.exp: New file.
14870
14871 2014-08-21 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14874 * gdb.base/gcore-relro-pie.exp: Likewise.
14875 * gdb.base/gcore-relro.exp: Likewise.
14876 * gdb.base/gcore.exp: Likewise.
14877 * gdb.base/print-symbol-loading.exp: Likewise.
14878 * gdb.threads/gcore-thread.exp: Likewise.
14879 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14880
14881 2014-08-20 Pedro Alves <palves@redhat.com>
14882 Jan Kratochvil <jan.kratochvil@redhat.com>
14883
14884 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14885 configure.
14886 (EXPECT): Handle READ1 being set.
14887 (all): Depend on EXTRA_RULES.
14888 (check-read1, expect-read1, read1.so, read1): New rules.
14889 * README (Testsuite Parameters): Document the READ1 make variable.
14890 (Race detection): New section.
14891 * configure: Regenerate.
14892 * configure.ac: If build==host==target, and running under a
14893 GNU/glibc system, add read1 to the extra Makefile rules.
14894 (EXTRA_RULES): AC_SUBST it.
14895 * lib/read1.c: New file.
14896
14897 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14898
14899 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14900 the handling of variables declared as a typedef to an array
14901 which a DW_AT_data_location attribute.
14902
14903 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14904 Pedro Alves <palves@redhat.com>
14905
14906 PR symtab/14604
14907 PR symtab/14605
14908 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14909 gdb_test.
14910
14911 2014-08-19 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14914
14915 2014-08-19 Yao Qi <yao@codesourcery.com>
14916
14917 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14918 right line.
14919
14920 2014-08-18 David Blaikie <dblaikie@gmail.com>
14921
14922 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14923
14924 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14925
14926 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14927 attribute in array range.
14928
14929 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14930
14931 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14932
14933 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14934
14935 PR c++/17132
14936 * gdb.cp/pr17132.cc: New file.
14937 * gdb.cp/pr17132.exp: New file.
14938
14939 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14940
14941 * gdb.python/py-xmethods.py (A_getarrayind)
14942 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14943 Use 'print' with function call syntax.
14944 (E_method_matcher.match): Fix tab vs space indentation mixup.
14945
14946 2014-08-15 Yao Qi <yao@codesourcery.com>
14947
14948 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14949 false.
14950
14951 2014-08-15 Yao Qi <yao@codesourcery.com>
14952
14953 * gdb.cp/casts.exp: Set print symbol off.
14954 * gdb.cp/class2.exp: Likewise.
14955 * gdb.cp/overload.exp: Likewise.
14956 * gdb.cp/templates.exp: Likewise.
14957
14958 2014-08-11 Doug Evans <dje@google.com>
14959
14960 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14961 (test_load_shlib): Update.
14962
14963 2014-08-09 Yao Qi <yao@codesourcery.com>
14964
14965 * gdb.base/display.exp: Invoke is_address_zero_readable.
14966 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14967 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14968 * gdb.base/hbreak-unmapped.exp: Return if
14969 is_address_zero_readable returns true.
14970 * gdb.base/signest.exp: Likewise.
14971 * gdb.base/signull.exp: Likewise.
14972 * gdb.base/sigbpt.exp: Likewise.
14973 * gdb.guile/scm-disasm.exp: Do the test if
14974 is_address_zero_readable returns false.
14975 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14976 * gdb.python/py-arch.exp: Likewise.
14977 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14978 * lib/gdb.exp (is_address_zero_readable): New proc.
14979
14980 2014-08-09 Yao Qi <yao@codesourcery.com>
14981
14982 PR testsuite/13443
14983 * gdb.mi/mi-var-display.exp: Make test messages unique.
14984
14985 2014-08-04 Tom Tromey <tromey@redhat.com>
14986
14987 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14988 target 0".
14989
14990 2014-08-04 Tom Tromey <tromey@redhat.com>
14991
14992 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14993 "target_resume".
14994
14995 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14996
14997 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14998 inner_vla_struct_object_size.
14999 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15000 as xfail.
15001
15002 2014-07-30 Pedro Alves <palves@redhat.com>
15003
15004 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15005 comment.
15006
15007 2014-07-29 Yao Qi <yao@codesourcery.com>
15008
15009 PR gdb/17206
15010 * gdb.base/until-nodebug.exp: New.
15011
15012 2014-07-28 Doug Evans <xdje42@gmail.com>
15013
15014 PR guile/17203
15015 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15016 previously existing parameter, and previously ambiguously spelled
15017 parameter.
15018
15019 2014-07-28 Will Newton <will.newton@linaro.org>
15020
15021 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15022
15023 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15024 Doug Evans <xdje42@gmail.com>
15025
15026 PR guile/17146
15027 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15028
15029 2014-07-25 Pedro Alves <palves@redhat.com>
15030
15031 * gdb.threads/signal-command-handle-nopass.c: New file.
15032 * gdb.threads/signal-command-handle-nopass.exp: New file.
15033 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15034 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15035 * gdb.threads/signal-delivered-right-thread.c: New file.
15036 * gdb.threads/signal-delivered-right-thread.exp: New file.
15037
15038 2014-07-25 Pedro Alves <palves@redhat.com>
15039
15040 * gdb.base/double-prompt-target-event-error.exp
15041 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15042 match.
15043 (cancel_pagination_in_target_event): Rework double prompt
15044 detection.
15045 * gdb.base/paginate-after-ctrl-c-running.exp
15046 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15047 <return>' match.
15048 * gdb.base/paginate-bg-execution.exp
15049 (test_bg_execution_pagination_return)
15050 (test_bg_execution_pagination_cancel): Remove '-notransfer
15051 <return>' matches.
15052 * gdb.base/paginate-execution-startup.exp
15053 (test_fg_execution_pagination_return)
15054 (test_fg_execution_pagination_cancel): Remove '-notransfer
15055 <return>' matches.
15056 * gdb.base/paginate-inferior-exit.exp
15057 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15058 match.
15059 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15060 * lib/gdb.exp (pagination_prompt): Run text through
15061 string_to_regexp.
15062 (gdb_test_multiple): Match $pagination_prompt instead of
15063 "<return>".
15064 (string_to_regexp): Move to lib/gdb-utils.exp.
15065
15066 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15067
15068 * gdb.arch/amd64-entry-value-paramref.S: New file.
15069 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15070 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15071 * gdb.arch/amd64-optimout-repeat.S: New file.
15072 * gdb.arch/amd64-optimout-repeat.c: New file.
15073 * gdb.arch/amd64-optimout-repeat.exp: New file.
15074
15075 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15076
15077 PR gdb/17170
15078 * gdb.base/statistics.exp: New file.
15079
15080 2014-07-17 Doug Evans <dje@google.com>
15081
15082 PR gdb/17170
15083 * gdb.base/maint.exp: Update testing of per-command stats.
15084
15085 2014-07-16 Pedro Alves <palves@redhat.com>
15086
15087 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15088 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15089 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15090 (tfile_write_buf): New functions.
15091 (add_memory_block): Rewrite using the above.
15092 (adjust_function_address): New function.
15093 (FUNCTION_ADDRESS): New macro.
15094 (write_basic_trace_file): Remove short_x local, and use
15095 tfile_write_16. Change type of func_addr local to unsigned long
15096 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15097 here. Cast argument of add_memory_block to char pointer.
15098 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15099 (main): Remove parameters.
15100 * gdb.trace/tfile.exp: Remove nowarnings.
15101
15102 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15103
15104 * gdb.base/debug-expr.exp: Test string evaluation with
15105 "debug expression" on.
15106
15107 2014-07-15 Pedro Alves <palves@redhat.com>
15108
15109 * gdb.base/reread.exp: Use clean_restart.
15110
15111 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15112
15113 * gdb.arch/avr-flash-qualifer.c: New.
15114 * gdb.arch/avr-flash-qualifer.exp: New.
15115
15116 2014-07-14 Pedro Alves <palves@redhat.com>
15117
15118 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15119 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15120
15121 2014-07-14 Pedro Alves <palves@redhat.com>
15122
15123 * gdb.base/double-prompt-target-event-error.c: New file.
15124 * gdb.base/double-prompt-target-event-error.exp: New file.
15125
15126 2014-07-14 Pedro Alves <palves@redhat.com>
15127
15128 PR gdb/17072
15129 * gdb.base/paginate-inferior-exit.c: New file.
15130 * gdb.base/paginate-inferior-exit.exp: New file.
15131
15132 2014-07-14 Pedro Alves <palves@redhat.com>
15133
15134 PR gdb/17072
15135 * gdb.base/paginate-bg-execution.c: New file.
15136 * gdb.base/paginate-bg-execution.exp: New file.
15137
15138 2014-07-14 Pedro Alves <palves@redhat.com>
15139
15140 PR gdb/17072
15141 * gdb.base/paginate-execution-startup.c: New file.
15142 * gdb.base/paginate-execution-startup.exp: New file.
15143 * lib/gdb.exp (pagination_prompt): New global.
15144 (default_gdb_spawn): New procedure, factored out from
15145 default_gdb_spawn.
15146 (default_gdb_start): Adjust to call default_gdb_spawn.
15147 (gdb_spawn): New procedure.
15148
15149 2014-07-14 Pedro Alves <palves@redhat.com>
15150
15151 * lib/gdb.exp (gdb_assert): New procedure.
15152 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15153
15154 2014-07-14 Pedro Alves <palves@redhat.com>
15155
15156 * gdb.base/execution-termios.c: New file.
15157 * gdb.base/execution-termios.exp: New file.
15158
15159 2014-07-14 Tom Tromey <tromey@redhat.com>
15160
15161 * gdb.cp/vla-cxx.cc: New file.
15162 * gdb.cp/vla-cxx.exp: New file.
15163
15164 2014-07-14 Tom Tromey <tromey@redhat.com>
15165
15166 * gdb.reverse/rerun-prec.c: New file.
15167 * gdb.reverse/rerun-prec.exp: New file.
15168
15169 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15170 Maciej W. Rozycki <macro@codesourcery.com>
15171
15172 * lib/gdb-utils.exp: New file.
15173 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15174 inline `gdb_init_command' processing.
15175 (gdb_start_cmd): Likewise.
15176 * lib/mi-support.exp (mi_run_cmd): Likewise.
15177 * README: Document `gdb_init_command' and `gdb_init_commands'.
15178
15179 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15180
15181 Fix false FAIL running under a very long directory name.
15182 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15183 and "set print elements 10000". Twice.
15184
15185 2014-07-11 Yao Qi <yao@codesourcery.com>
15186
15187 * gdb.base/exprs.exp: "set print symbol off".
15188
15189 2014-07-11 Pedro Alves <palves@redhat.com>
15190
15191 * gdb.threads/kill.c: New file.
15192 * gdb.threads/kill.exp: New file.
15193
15194 2014-07-10 Yao Qi <yao@codesourcery.com>
15195
15196 * gdb.trace/tfile.c (write_basic_trace_file)
15197 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15198 address written to trace file.
15199
15200 2014-07-09 Pedro Alves <palves@redhat.com>
15201
15202 * gdb.base/attach-wait-input.exp: New file.
15203 * gdb.base/attach-wait-input.c: New file.
15204
15205 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15206
15207 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15208 setting up test structures.
15209 (main): Call new test function.
15210 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15211 test function, continue into test function and walk test
15212 structures.
15213
15214 2014-07-02 Yao Qi <yao@codesourcery.com>
15215
15216 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15217 'bar_start' at the beginning of functions 'foo' and 'bar'
15218 respectively.
15219 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15220 instead of 'foo' and 'bar'.
15221
15222 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15223
15224 * gdb.btrace/segv.exp: New.
15225 * gdb.btrace/segv.c: New.
15226
15227 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15228
15229 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15230 instruction.
15231
15232 2014-06-30 Mark Wielaard <mjw@redhat.com>
15233
15234 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15235 vulture, vilify, villar): New volatile array constants.
15236 (vindictive, vegetation): New const volatile array constants.
15237 * gdb.base/volatile.exp: Test volatile and const volatile array
15238 types.
15239
15240 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15241
15242 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15243 target lacks support for awatch, rwatch, or hbreak.
15244
15245 2014-06-27 Yao Qi <yao@codesourcery.com>
15246
15247 * gdb.multi/dummy-frame-restore.exp: New.
15248 * gdb.multi/dummy-frame-restore.c: New.
15249
15250 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15251
15252 * gdb.btrace/gcore.exp: New.
15253
15254 2014-06-23 Pedro Alves <palves@redhat.com>
15255
15256 * gdb.base/watchpoint-reuse-slot.c: New file.
15257 * gdb.base/watchpoint-reuse-slot.exp: New file.
15258
15259 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15260
15261 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15262 progspace's filename in 'info', 'enable' and 'disable' command
15263 tests.
15264
15265 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15266
15267 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15268 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15269 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15270
15271 2014-06-20 Gary Benson <gbenson@redhat.com>
15272
15273 * gdb.arch/i386-avx.exp: Fix include file location.
15274 * gdb.arch/i386-sse.exp: Likewise.
15275
15276 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15277
15278 * gdb.dlang/expression.exp: New file.
15279
15280 2014-06-19 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15283 out from ...
15284 (top level): ... here. Iterate running tests under different
15285 scheduler-locking settings.
15286
15287 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15288
15289 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15290 to DW_FORM_addr and use non-zero addresses.
15291
15292 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15293
15294 PR gdb/17017
15295 * gdb.python/py-xmethods.cc: Add global function call counters and
15296 increment them in their respective functions. Remove "cout"
15297 statements.
15298 * gdb.python/py-xmethods.exp: Make tests check the global function
15299 call counters instead of depending on inferior IO.
15300
15301 2014-06-18 Don Breazeal <donb@codesourcery.com>
15302
15303 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15304 Deleted procedure.
15305 (explicit_fork_parent_follow): Deleted procedure.
15306 (explicit_fork_child_follow): Deleted procedure.
15307 (test_follow_fork): New procedure.
15308 (do_fork_tests): Replace calls to deleted procedures with
15309 calls to test_follow_fork and reset GDB for subsequent
15310 procedure calls.
15311
15312 2014-06-17 Yao Qi <yao@codesourcery.com>
15313
15314 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15315 CP1252.
15316
15317 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15318
15319 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15320 Initialize ptr and S explicitly.
15321 (skip_type_update_when_not_use_rtti_test): Likewise.
15322
15323 2014-06-16 Keith Seitz <keiths@redhat.com>
15324
15325 PR mi/15863
15326 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15327 the inferior is started.
15328
15329 2014-06-16 Pedro Alves <palves@redhat.com>
15330
15331 * gdb.base/break-main-file-remove-fail.c: New file.
15332 * gdb.base/break-main-file-remove-fail.exp: New file.
15333 * gdb.base/break-unload-file.exp: Use build_executable instead of
15334 prepare_for_testing.
15335 (test_break): New parameter "initial_load". Handle it.
15336 (top level): Add initial_load cmdline/file axis.
15337
15338 2014-06-12 Tom Tromey <tromey@redhat.com>
15339
15340 * gdb.base/completion.exp: Don't use directory name in test.
15341
15342 2014-06-09 Gary Benson <gbenson@redhat.com>
15343
15344 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15345 separate the always-available ANSI-standard signals from the
15346 signals that require checking.
15347 (main): Likewise.
15348 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15349 Likewise.
15350 (main): Likewise.
15351
15352 2014-06-07 Keith Seitz <keiths@redhat.com>
15353
15354 Revert:
15355 PR c++/16253
15356 * gdb.cp/var-tag.cc: New file.
15357 * gdb.cp/var-tag.exp: New file.
15358 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15359 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15360 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15361 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15362
15363 2014-06-06 Doug Evans <xdje42@gmail.com>
15364
15365 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15366
15367 2014-06-06 Pedro Alves <palves@redhat.com>
15368
15369 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15370 in target debug output instead of looking at RSP packets,
15371 disabling the test on any target that uses hardware stepping.
15372 Update comments.
15373
15374 2014-06-06 Pedro Alves <palves@redhat.com>
15375
15376 * gdb.base/break-unload-file.exp: Fix typo.
15377
15378 2014-06-06 Yao Qi <yao@codesourcery.com>
15379
15380 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15381 from "jit_function" to "^jit_function".
15382
15383 2014-06-06 Yao Qi <yao@codesourcery.com>
15384
15385 * gdb.base/async.c (foo): Add one statement.
15386 * gdb.base/async.exp: Get the next instruction address and
15387 match the output of "nexti" by instruction address. Match
15388 the hex address in the output of "finish".
15389
15390 2014-06-06 Gary Benson <gbenson@redhat.com>
15391
15392 * gdb.base/call-signals.c: Remove preprocessor conditionals
15393 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15394 SIGSEGV and SIGTERM.
15395 * gdb.base/sigall.c: Likewise.
15396 * gdb.base/unwindonsignal.c: Likewise.
15397 * gdb.reverse/sigall-reverse.c: Likewise.
15398
15399 2014-06-06 Yao Qi <yao@codesourcery.com>
15400
15401 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15402 readable, skip the test.
15403
15404 2014-06-06 Yao Qi <yao@codesourcery.com>
15405
15406 * gdb.threads/staticthreads.c (thread_function): Move the line
15407 setting breakpoint on forward.
15408 * gdb.threads/staticthreads.exp: Update comments.
15409
15410 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15411
15412 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15413 "history-append! type error".
15414
15415 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15416
15417 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15418 erroneous dprintf expected input.
15419
15420 2014-06-04 Doug Evans <xdje42@gmail.com>
15421
15422 * gdb.guile/scm-generics.exp: Delete.
15423
15424 2014-06-04 Doug Evans <xdje42@gmail.com>
15425
15426 * gdb.guile/scm-breakpoint.exp: Update.
15427 Add tests for breakpoint registration.
15428
15429 2014-06-04 Tom Tromey <tromey@redhat.com>
15430
15431 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15432 VLA-in-union.
15433 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15434 inner_vla_struct, vla_union types. Initialize objects of those
15435 types and compute their sizes.
15436
15437 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15438 Hui Zhu <hui@codesourcery.com>
15439
15440 * gdb.base/fileio.exp: Add test for shell not available as well as
15441 available.
15442 * gdb.base/fileio.c (test_system): Check for shell twice.
15443
15444 2014-06-04 Yao Qi <yao@codesourcery.com>
15445
15446 * gdb.base/auto-connect-native-target.exp: Remove redundant
15447 space from the regexp pattern.
15448
15449 2014-06-04 Yao Qi <yao@codesourcery.com>
15450
15451 * gdb.base/default.exp: Replace "child" with "native" in
15452 regexp pattern.
15453
15454 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15455
15456 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15457 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15458 * gdb.python/py-xmethods.py: Python script supporting the
15459 new testcase and tests.
15460
15461 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15462 Pedro Alves <palves@redhat.com>
15463
15464 PR breakpoints/17000
15465 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15466 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15467
15468 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15469
15470 * gdb.base/subst.exp: Add tests to verify partial path matching
15471 output.
15472
15473 2014-06-03 Pedro Alves <palves@redhat.com>
15474
15475 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15476 target that doesn't use software single-stepping.
15477
15478 2014-06-03 Pedro Alves <palves@redhat.com>
15479
15480 PR breakpoints/17000
15481 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15482 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15483
15484 2014-06-02 Doug Evans <xdje42@gmail.com>
15485
15486 * gdb.guile/scm-parameter.exp: New file.
15487
15488 2014-06-02 Doug Evans <xdje42@gmail.com>
15489
15490 * gdb.guile/scm-cmd.c: New file.
15491 * gdb.guile/scm-cmd.exp: New file.
15492
15493 2014-06-02 Doug Evans <xdje42@gmail.com>
15494
15495 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15496 pretty-printer lookup.
15497 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15498 (make-pp_s-printer): Call it.
15499 (make-pretty-printer-from-dict): New function.
15500 (lookup-pretty-printer-maker-from-dict): New function.
15501 (*pretty-printer*): Simplify.
15502 (make-objfile-pp_s-printer): New function.
15503 (install-objfile-pretty-printers!): New function.
15504 (make-progspace-pp_s-printer): New function.
15505 (install-progspace-pretty-printers!): New function.
15506 * gdb.guile/scm-progspace.c: New file.
15507 * gdb.guile/scm-progspace.exp: New file.
15508
15509 2014-06-02 Pedro Alves <palves@redhat.com>
15510
15511 * gdb.base/dprintf-bp-same-addr.c: New file.
15512 * gdb.base/dprintf-bp-same-addr.exp: New file.
15513
15514 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15515
15516 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15517 * gdb.arch/powerpc-power.s: Likewise.
15518
15519 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15520
15521 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15522
15523 2014-06-01 Yao Qi <yao@codesourcery.com>
15524
15525 * gdb.base/watchpoint.exp (test_watch_location): Check null
15526 pointer can be dereferenced. If not, do the test, otherwise
15527 skip it.
15528
15529 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15530
15531 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15532 results.
15533 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15534
15535 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15536
15537 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15538 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15539 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15540 * gdb.arch/amd64-invalid-stack-top.c: New file.
15541 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15542
15543 2014-05-30 Pedro Alves <palves@redhat.com>
15544
15545 PR breakpoints/17000
15546 * gdb.base/sss-bp-on-user-bp.c: New file.
15547 * gdb.base/sss-bp-on-user-bp.exp: New file.
15548
15549 2014-05-30 David Blaikie <dblaikie@gmail.com>
15550
15551 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15552 gnu_inline semantics via attribute.
15553 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15554 source explicitly specifies the required semantics.
15555
15556 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15557
15558 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15559
15560 2014-05-29 Pedro Alves <palves@redhat.com>
15561 Tom Tromey <tromey@redhat.com>
15562
15563 * gdb.base/async-shell.exp: Don't enable target-async.
15564 * gdb.base/async.exp
15565 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15566 parameter. Adjust.
15567 (top level): Don't test with "target-async".
15568 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15569 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15570 * gdb.base/inferior-died.exp: Don't enable target-async.
15571 * gdb.base/interrupt-noterm.exp: Likewise.
15572 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15573 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15574 * gdb.mi/mi-nonstop.exp: Likewise.
15575 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15576 * gdb.mi/mi-nsintrall.exp: Likewise.
15577 * gdb.mi/mi-nsmoribund.exp: Likewise.
15578 * gdb.mi/mi-nsthrexec.exp: Likewise.
15579 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15580 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15581 * gdb.python/py-evsignal.exp: Don't enable target-async.
15582 * gdb.python/py-evthreads.exp: Likewise.
15583 * gdb.python/py-prompt.exp: Likewise.
15584 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15585 * gdb.server/solib-list.exp: Don't enable target-async.
15586 * gdb.threads/thread-specific-bp.exp: Likewise.
15587 * lib/mi-support.exp: Adjust to use mi-async.
15588
15589 2014-05-29 Pedro Alves <palves@redhat.com>
15590
15591 PR gdb/13860
15592 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15593 reason, even in sync mode.
15594
15595 2014-05-29 Pedro Alves <palves@redhat.com>
15596 Hui Zhu <hui@codesourcery.com>
15597
15598 PR PR15693
15599 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15600 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15601 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15602 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15603
15604 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15605
15606 * config/monitor.exp (gdb_target_monitor): Replace use of
15607 "set remotebaud" by "set serial baud".
15608
15609 2014-05-26 Andy Wingo <wingo@igalia.com>
15610
15611 * gdb.guile/scm-breakpoint.exp:
15612 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15613 properties instead of gdb-object-properties.
15614
15615 2014-05-26 Yao Qi <yao@codesourcery.com>
15616
15617 * gdb.server/no-thread-db.exp: Specify source file name
15618 explicitly when setting a breakpoint.
15619
15620 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15621
15622 * gdb.btrace/vdso.c: New.
15623 * gdb.btrace/vdso.exp: New.
15624
15625 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15626
15627 * gdb.base/gcore.exp (capture_command_output): Move ...
15628 * lib/gdb.exp (capture_command_output): ... here.
15629
15630 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15631
15632 * gdb.btrace/data.exp: Test memory access during btrace replay.
15633
15634 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15635
15636 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15637
15638 2014-05-21 Pedro Alves <palves@redhat.com>
15639
15640 PR gdb/13860
15641 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15642 (top level): Test that output related to execution commands is
15643 sent to the console with CLI commands, but not with MI commands.
15644 Test that breakpoint events are always mirrored to the console.
15645 Also expect the new source line to be output after a "next" in
15646 async mode too. Make it a pass/fail test.
15647 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15648 output.
15649 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15650
15651 2014-05-21 Pedro Alves <palves@redhat.com>
15652
15653 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15654 Use them to test variations of "list" after reaching a breakpoint.
15655 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15656 Test "list" with listsize 10 after reaching a breakpoint.
15657 * gdb.python/python.exp (decode_line current location line
15658 number): Adjust expected line number.
15659
15660 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15661
15662 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15663 behavior for $args, pass it directly to "run".
15664
15665 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15666
15667 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15668 30000 to 65536.
15669
15670 2014-05-21 Pedro Alves <palves@redhat.com>
15671
15672 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15673 auto-connect-native-target off".
15674 * gdb.base/auto-connect-native-target.c: New file.
15675 * gdb.base/auto-connect-native-target.exp: New file.
15676
15677 2014-05-21 Pedro Alves <palves@redhat.com>
15678
15679 * gdb.base/default.exp: Test "target native" instead of "target
15680 child".
15681
15682 2014-05-21 Mark Wielaard <mjw@redhat.com>
15683
15684 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15685
15686 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15687
15688 Fix TLS access for -static -pthread.
15689 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15690 <HAVE_TLS> (thread_function, main): Initialize it.
15691 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15692 Add clean_restart.
15693 <$have_tls != "">: Check TLSVAR.
15694
15695 2014-05-21 Pedro Alves <palves@redhat.com>
15696
15697 * gdb.base/dcache-line-read-error.c: New.
15698 * gdb.base/dcache-line-read-error.exp: New.
15699
15700 2014-05-20 Pedro Alves <palves@redhat.com>
15701
15702 * gdb.base/compare-sections.c: New file.
15703 * gdb.base/compare-sections.exp: New file.
15704
15705 2014-05-20 Pedro Alves <palves@redhat.com>
15706
15707 * gdb.base/break-idempotent.c: New file.
15708 * gdb.base/break-idempotent.exp: New file.
15709
15710 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15711
15712 * gdb.btrace/nohist.exp: New.
15713
15714 2014-05-20 Yao Qi <yao@codesourcery.com>
15715
15716 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15717 gdb.reverse directory and gdb_reverse_timeout exists in board
15718 setting.
15719 * README: Document gdb_reverse_timeout.
15720
15721 2014-05-20 Yao Qi <yao@codesourcery.com>
15722
15723 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15724 'test_file_name'. Treat args as a string instead of a list.
15725 (gdb_init): Rename argument 'args' by 'test_file_name'.
15726
15727 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15728
15729 * gdb.arch/powerpc-power.exp: New file.
15730 * gdb.arch/powerpc-power.s: New file.
15731
15732 2014-05-16 Doug Evans <dje@google.com>
15733
15734 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15735 * gdb.base/completion.exp: Check that all expected files exist
15736 before doing file completion.
15737
15738 2014-05-16 Doug Evans <dje@google.com>
15739
15740 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15741 Update.
15742 (do_syscall_tests_without_xml): Update.
15743
15744 2014-05-16 Pedro Alves <palves@redhat.com>
15745
15746 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15747 instead of "unknown output after running".
15748
15749 2014-05-16 Yao Qi <yao@codesourcery.com>
15750
15751 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15752 file1.txt from host at the end.
15753 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15754
15755 2014-05-15 Doug Evans <dje@google.com>
15756
15757 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15758 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15759 loading file. Add test for TU lookup.
15760
15761 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15762
15763 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15764 calling "-exec-arguments" or "set args" before running the
15765 inferior.
15766
15767 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15768
15769 * lib/mi-support.exp (mi_expect_stop): Expect message for
15770 inferiors that exit with non-zero exit code.
15771
15772 2014-05-14 Yao Qi <yao@codesourcery.com>
15773
15774 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15775 match absolute path on remote host.
15776 (test_file_list_exec_source_files): Remove "/" from the
15777 pattern.
15778
15779 2014-05-14 Yao Qi <yao@codesourcery.com>
15780
15781 * boards/local-remote-host-notty.exp (${board}_file): New
15782 proc.
15783
15784 2014-05-07 Kyle McMartin <kyle@redhat.com>
15785
15786 Pushed by Joel Brobecker <brobecker@adacore.com>.
15787 * gdb.arch/aarch64-atomic-inst.c: New file.
15788 * gdb.arch/aarch64-atomic-inst.exp: New file.
15789
15790 2014-05-07 Yao Qi <yao@codesourcery.com>
15791
15792 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15793 in current context" too.
15794
15795 2014-05-05 Keith Seitz <keiths@redhat.com>
15796
15797 * gdb.linespec/ls-dollar.exp: Add test for linespec
15798 file:convenience_variable.
15799
15800 2014-05-05 Yao Qi <yao@codesourcery.com>
15801
15802 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15803 traceframes into tfile and ctf trace files. Read data from
15804 trace file and test collected data.
15805 (gdb_collect_locals_test): Likewise.
15806 (gdb_unavailable_registers_test): Likewise.
15807 (gdb_unavailable_floats): Likewise.
15808 (gdb_collect_globals_test): Likewise.
15809 (top-level): Append "ctf" to trace_file_targets if GDB
15810 supports.
15811
15812 2014-05-05 Yao Qi <yao@codesourcery.com>
15813
15814 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15815 code to ...
15816 (gdb_collect_args_test_1): ... it. New proc.
15817 (gdb_collect_locals_test): Move some code to ...
15818 (gdb_collect_locals_test_1): ... it. New proc.
15819 (gdb_unavailable_registers_test): Move some code to ...
15820 (gdb_unavailable_registers_test_1): ... it. New proc.
15821 (gdb_unavailable_floats): Move some code to ...
15822 (gdb_unavailable_floats_1): ... it. New proc.
15823
15824 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15825
15826 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15827 probes to test for bitness recognition.
15828 * gdb.arch/amd64-stap-optional-prefix.exp
15829 (test_probe_value_without_reg): New procedure.
15830 Add code to test for different kinds of bitness.
15831
15832 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15833
15834 PR breakpoints/16889
15835 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15836 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15837
15838 2014-05-01 Pedro Alves <palves@redhat.com>
15839
15840 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15841 gdb_file_cmd if no file is specified.
15842 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15843 last_loaded_file to set the remote exec-file.
15844
15845 2014-05-01 Pedro Alves <palves@redhat.com>
15846
15847 * boards/local-remote-host.exp: New file.
15848
15849 2014-05-01 Pedro Alves <palves@redhat.com>
15850
15851 * boards/local-remote-host.exp: Rename to ...
15852 * boards/local-remote-host-notty.exp: ... this.
15853
15854 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15855
15856 * gdb.ada/dyn_arrayidx: New testcase.
15857
15858 2014-04-26 Yao Qi <yao@codesourcery.com>
15859
15860 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15861 and compute the length of function main. Save it in
15862 $main_length.
15863 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15864 (top-level): Use gdb_compile to compile objects into
15865 executable and restart GDB. Remove invocation to
15866 prepare_for_testing.
15867
15868 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15869 Pedro Alves <palves@redhat.com>
15870
15871 PR server/16255
15872 * gdb.multi/multi-attach.c: New file.
15873 * gdb.multi/multi-attach.exp: New file.
15874
15875 2014-04-25 Pedro Alves <palves@redhat.com>
15876
15877 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15878 user.
15879 (top level): Test that "set remote conditional-breakpoints-packet
15880 off" works as intended.
15881 * gdb.base/dprintf.exp: Test that "set remote
15882 breakpoint-commands-packet off" works as intended.
15883 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15884 New function.
15885 (top level): Call it.
15886 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15887 remote fast-tracepoints-packet off" works as intended.
15888 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15889 * lib/gdb.exp (gdb_is_target_remote): ... here.
15890
15891 2014-04-24 David Blaikie <dblaikie@gmail.com>
15892
15893 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15894 ensure clang would not discard them.
15895 * gdb.base/gdbvars.c: Ditto.
15896 * gdb.base/memattr.c: Ditto.
15897 * gdb.base/whatis.c: Ditto.
15898 * gdb.python/py-prettyprint.c: Ditto.
15899 * gdb.trace/actions.c: Ditto.
15900 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15901 ensure clang would not discard it.
15902
15903 2014-04-24 David Blaikie <dblaikie@gmail.com>
15904
15905 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15906 clang to emit the full definition of type required by the test
15907 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15908
15909 2014-04-24 David Blaikie <dblaikie@gmail.com>
15910
15911 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15912 coax Clang into emitting the definition of the type.
15913 * gdb.cp/pr10728-x.h (y): Ditto.
15914 * gdb.cp/pr10728-y.cc (y): Ditto.
15915
15916 2014-04-24 David Blaikie <dblaikie@gmail.com>
15917
15918 * gdb.base/label.exp: XFAIL label related tests under Clang.
15919 * gdb.cp/cplabel.exp: Ditto.
15920 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15921 under Clang those using labels.
15922
15923 2014-04-25 Yao Qi <yao@codesourcery.com>
15924
15925 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15926 double_label.
15927 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15928 partial_label and double_label.
15929
15930 2014-04-24 David Blaikie <dblaikie@gmail.com>
15931
15932 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15933
15934 2014-04-24 David Blaikie <dblaikie@gmail.com>
15935
15936 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15937 of the function to work across GCC and Clang.
15938 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15939 pointer types (const void ** const V void **).
15940
15941 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15942 Walfred Tedeschi <walfred.tedeschi@intel.com>
15943
15944 * Makefile.in (EXECUTABLES): Added i386-avx512.
15945 * gdb.arch/i386-avx512.c: New file.
15946 * gdb.arch/i386-avx512.exp: Likewise.
15947
15948 2014-04-23 Keith Seitz <keiths@redhat.com>
15949
15950 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15951 (mi_make_breakpoint_table): New procedure.
15952 (mi_create_breakpoint): Use mi_make_breakpoint
15953 and return the result.
15954 (mi_make_breakpoint): New procedure.
15955 (mi_build_kv_pairs): New procedure.
15956
15957 * gdb.mi/mi-break.exp: Remove unused globals,
15958 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15959 All callers updated.
15960 * gdb.mi/mi-dprintf.exp: Use variable to track command
15961 number.
15962 Update all callers of mi_create_breakpoint and use
15963 mi_make_breakpoint_table.
15964 Remove any unused global variables.
15965 * gdb.mi/mi-nonstop.exp: Likewise.
15966 * gdb.mi/mi-nsintrall.exp: Likewise.
15967 * gdb.mi/mi-nsmoribund.exp: Likewise.
15968 * gdb.mi/mi-nsthrexec.exp: Likewise.
15969 * gdb.mi/mi-reverse.exp: Likewise.
15970 * gdb.mi/mi-simplerun.exp: Likewise.
15971 * gdb.mi/mi-stepn.exp: Likewise.
15972 * gdb.mi/mi-syn-frame.exp: Likewise.
15973 * gdb.mi/mi-until.exp: Likewise.
15974 * gdb.mi/mi-var-cp.exp: Likewise.
15975 * gdb.mi/mi-var-display.exp: Likewise.
15976 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15977 * gdb.mi/mi2-var-child.exp: Likewise.
15978 * gdb.mi/mi-vla-c99.exp: Likewise.
15979 * lib/mi-support.exp: Likewise.
15980
15981 From Ian Lance Taylor <iant@cygnus.com>:
15982 * lib/gdb.exp (parse_args): New procedure.
15983
15984 2014-04-23 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.base/break-unload-file.c: New file.
15987 * gdb.base/break-unload-file.exp: New file.
15988 * gdb.base/sym-file-lib.c (baz): New function.
15989 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15990 field.
15991 (load): Store the segment's mapped size.
15992 (unload): New function.
15993 (unload_shlib): New function.
15994 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15995 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15996 set a breakpoint at baz, and call it.
15997 * gdb.base/sym-file.exp: New tests for stale breakpoint
15998 instructions.
15999
16000 2014-04-23 Pedro Alves <palves@redhat.com>
16001
16002 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16003 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16004 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16005 * gdb.base/hbreak-unmapped.c: New file.
16006 * gdb.base/hbreak-unmapped.exp: New file.
16007 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16008 * lib/gdb.exp (gdb_is_target_remote): ... here.
16009
16010 2014-04-22 Pedro Alves <palves@redhat.com>
16011
16012 * gdb.base/consecutive-step-over.c: New file.
16013 * gdb.base/consecutive-step-over.exp: New file.
16014
16015 2014-04-22 Pedro Alves <palves@redhat.com>
16016
16017 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16018 instead of send_gdb/gdb_expect.
16019
16020 2014-04-22 Yao Qi <yao@codesourcery.com>
16021
16022 * lib/trace-support.exp (generate_tracefile): New procedure.
16023 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16024 return 0.
16025 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16026 if generate_tracefile returns 1.
16027
16028 2014-04-18 Tom Tromey <palves@redhat.com>
16029 Pedro alves <tromey@redhat.com>
16030
16031 PR backtrace/15558
16032 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16033 with a backtrace limit.
16034 * gdb.python/py-frame-inline.exp: Test running to an inline
16035 function with a backtrace limit, and printing the newest frame.
16036 * gdb.python/py-frame-inline.c (main): Call f.
16037
16038 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16039
16040 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16041
16042 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16043
16044 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16045 Drop prefix from unsupported source file path.
16046
16047 2014-04-17 Yao Qi <yao@codesourcery.com>
16048
16049 * lib/gdb.exp (with_target_charset): New proc.
16050 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16051 with_target_charset.
16052 (test_print_strings): Likewise.
16053 (test_repeat_bytes): Likewise.
16054 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16055 for some tests.
16056
16057 2014-04-16 Keith Seitz <keiths@redhat.com>
16058
16059 PR gdb/15827
16060 * gdb.dwarf2/corrupt.c: New file.
16061 * gdb.dwarf2/corrupt.exp: New file.
16062
16063 2014-04-16 Keith Seitz <keiths@redhat.com>
16064
16065 PR c++/16597
16066 * gdb.cp/namelessclass.cc: New file.
16067 * gdb.cp/namelessclass.exp: New file.
16068 * gdb.cp/namelessclass.S: New file.
16069
16070 2014-04-16 Doug Evans <dje@google.com>
16071
16072 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16073 Add comment.
16074 (gdbserver_default_get_comm_port): New function.
16075 (gdbserver_start): Check if board file provided
16076 "gdbserver,get_comm_port" and use it if so.
16077 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16078 (gdb,socketport): Set to "stdio".
16079 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16080 (stdio_gdbserver_template): Delete.
16081 (${board}_get_remote_address): Update.
16082 (${board}_build_remote_cmd): Delete.
16083 (${board}_get_comm_port): New function.
16084 (${board}_spawn): Update.
16085 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16086 Delete.
16087 (${board}_get_remote_address): Update.
16088 (${board}_get_comm_port): New function.
16089
16090 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16091
16092 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16093 appearing in any order.
16094
16095 2014-04-15 Doug Evans <dje@google.com>
16096
16097 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16098 uninitialized value of "description".
16099
16100 2014-04-15 Keith Seitz <keiths@redhat.com>
16101
16102 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16103 Remove unused globals.
16104 (test_running_the_program): Likewise.
16105 (test_controlled_execution): Likewise.
16106 (test_controlling_breakpoints): Likewise.
16107 (test_program_termination): Likewise.
16108
16109 2014-04-15 Keith Seitz <keiths@redhat.com>
16110
16111 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16112 unused globals.
16113 (test_rbreak_creation_and_listing): Likewise.
16114 (test_ignore_count): Likewise.
16115 (test_error): Likewise.
16116
16117 2014-04-15 Pedro Alves <palves@redhat.com>
16118
16119 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16120 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16121 sym-file-loader.c.
16122 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16123 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16124 to sym-file-loader.c.
16125 (struct library): Forward declare.
16126 (load_shlib, lookup_function): Change prototypes.
16127 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16128 (translate_offset): Remove declarations.
16129 (get_text_addr): New declaration.
16130 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16131 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16132 sym-file-loader.h.
16133 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16134 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16135 here from sym-file-loader.h.
16136 (struct library): New structure.
16137 (load_shlib, lookup_function): Change prototypes and adjust to
16138 work with a struct library.
16139 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16140 (translate_offset): Make static.
16141 (get_text_addr): New function.
16142 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16143
16144 2014-04-15 Pedro Alves <palves@redhat.com>
16145
16146 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16147
16148 2014-04-15 Pedro Alves <palves@redhat.com>
16149
16150 * gdb.base/sym-file-loader.c: Include <limits.h>.
16151 (SELF_LINK): New define.
16152 (get_origin): New function.
16153 (load_shlib): Use it.
16154 * gdb.base/sym-file.exp: Don't early return if the target is
16155 remote. Use runto_main, and issue fail is that fails. Use
16156 gdb_load_shlibs.
16157 (shlib_name): Delete.
16158 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16159
16160 2014-04-15 Pedro Alves <palves@redhat.com>
16161
16162 * gdb.base/sym-file.exp: Remove regex characters from test
16163 message. Don't refer to breakpoint numbers in test messages.
16164
16165 2014-04-14 Keith Seitz <keiths@redhat.com>
16166
16167 PR c++/16253
16168 * gdb.cp/var-tag.cc: New file.
16169 * gdb.cp/var-tag.exp: New file.
16170 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16171 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16172 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16173 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16174
16175 2014-04-14 Tom Tromey <tromey@redhat.com>
16176
16177 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16178 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16179 type.
16180 * gdb.cp/enum-class.exp: New file.
16181 * gdb.cp/enum-class.cc: New file.
16182
16183 2014-04-14 Tom Tromey <tromey@redhat.com>
16184
16185 * gdb.dwarf2/enum-type.exp: New file.
16186
16187 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16188
16189 * gdb.mi/mi-vla-c99.exp: New file.
16190 * gdb.mi/vla.c: New file.
16191
16192 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16193
16194 * gdb.base/vla-datatypes.c: New file.
16195 * gdb.base/vla-datatypes.exp: New file.
16196
16197 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16198
16199 * gdb.base/vla-ptr.c: New file.
16200 * gdb.base/vla-ptr.exp: New file.
16201
16202 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16203
16204 * gdb.dwarf2/count.exp: New file.
16205
16206 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16207
16208 * gdb.base/vla-sideeffect.c: New file.
16209 * gdb.base/vla-sideeffect.exp: New file.
16210
16211 2014-04-14 David Blaikie <dblaikie@gmail.com>
16212
16213 * gdb.mi/non-stop.c: Add return value for non-void function return
16214 statement.
16215 * gdb.threads/staticthreads.c: Ditto.
16216
16217 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16218 Doug Evans <xdje42@gmail.com>
16219
16220 * gdb.guile/scm-value.c: Improve test case.
16221 * gdb.guile/scm-value.exp: Add new test.
16222
16223 2014-04-11 David Blaikie <dblaikie@gmail.com>
16224
16225 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16226 override Clang's default.
16227
16228 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16229
16230 Revert the following changes (regressions):
16231
16232 * gdb.base/vla-sideeffect.c: New file.
16233 * gdb.base/vla-sideeffect.exp: New file.
16234
16235 * gdb.dwarf2/count.exp: New file.
16236
16237 * gdb.base/vla-multi.c: New file.
16238 * gdb.base/vla-multi.exp: New file.
16239
16240 * gdb.base/vla-ptr.c: New file.
16241 * gdb.base/vla-ptr.exp: New file.
16242
16243 * gdb.base/vla-datatypes.c: New file.
16244 * gdb.base/vla-datatypes.exp: New file.
16245
16246 * gdb.mi/mi-vla-c99.exp: New file.
16247 * gdb.mi/vla.c: New file.
16248
16249 2014-04-11 Keith Seitz <keiths@redhat.com>
16250
16251 PR c++/16675
16252 * gdb.cp/cpsizeof.exp: New file.
16253 * gdb.cp/cpsizeof.cc: New file.
16254
16255 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16256
16257 * gdb.mi/mi-vla-c99.exp: New file.
16258 * gdb.mi/vla.c: New file.
16259
16260 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16261
16262 * gdb.base/vla-datatypes.c: New file.
16263 * gdb.base/vla-datatypes.exp: New file.
16264
16265 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16266
16267 * gdb.base/vla-ptr.c: New file.
16268 * gdb.base/vla-ptr.exp: New file.
16269
16270 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16271
16272 * gdb.base/vla-multi.c: New file.
16273 * gdb.base/vla-multi.exp: New file.
16274
16275 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16276
16277 * gdb.dwarf2/count.exp: New file.
16278
16279 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16280
16281 * gdb.base/vla-sideeffect.c: New file.
16282 * gdb.base/vla-sideeffect.exp: New file.
16283
16284 2014-04-11 Yao Qi <yao@codesourcery.com>
16285
16286 * gdb.base/completion.exp: Check file exists before running tests
16287 on file completion.
16288
16289 2014-04-10 Pedro Alves <palves@redhat.com>
16290
16291 * gdb.base/cond-eval-mode.c: New file.
16292 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16293 prepare_for_testing to build the new file. Check result of
16294 runto_main.
16295 (test_break, test_watch): New procedures.
16296 (top level): Use them.
16297
16298 2014-04-08 Pierre Muller <muller@sourceware.org>
16299
16300 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16301 Ctrl-V use for mingw hosts.
16302
16303 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16304
16305 * gdb.python/py-value.c: Improve test case.
16306 * gdb.python/py-value.exp: Add new test.
16307
16308 2014-04-07 David Blaikie <dblaikie@gmail.com>
16309
16310 * lib/compiler.c: Identify the clang compiler.
16311 * lib/compiler.cc: Ditto.
16312
16313 2014-04-03 Yao Qi <yao@codesourcery.com>
16314
16315 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16316
16317 2014-04-01 Anton Blanchard <anton@samba.org>
16318
16319 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16320 messages unique.
16321
16322 2014-04-01 Anton Blanchard <anton@samba.org>
16323
16324 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16325 prepare_for_testing.
16326
16327 2014-04-01 Anton Blanchard <anton@samba.org>
16328
16329 * gdb.arch/ppc64-atomic-inst.c: Remove.
16330 * gdb.arch/ppc64-atomic-inst.S: New file.
16331 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16332
16333 2014-03-31 Doug Evans <dje@google.com>
16334
16335 * gdb.base/print-symbol-loading-lib.c: New file.
16336 * gdb.base/print-symbol-loading-main.c: New file.
16337 * gdb.base/print-symbol-loading.exp: New file.
16338
16339 2014-03-31 Yao Qi <yao@codesourcery.com>
16340
16341 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16342
16343 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16344
16345 * gdb.ada/mi_dyn_arr: New testcase.
16346
16347 2014-03-27 Doug Evans <dje@google.com>
16348
16349 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16350
16351 2014-03-27 Yao Qi <yao@codesourcery.com>
16352
16353 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16354 if target is nios2-*-*.
16355
16356 2014-03-26 Yao Qi <yao@codesourcery.com>
16357
16358 * lib/gdb.exp (readline_is_used): New proc.
16359 * gdb.base/completion.exp: Move tests on command complete up.
16360 Skip the rest of tests if readline is not used.
16361 * gdb.ada/complete.exp: Skp the test if readline is not
16362 used.
16363 * gdb.base/filesym.exp: Likewise.
16364 * gdb.base/macscp.exp: Likewise.
16365 * gdb.base/readline-ask.exp: Likewise.
16366 * gdb.base/readline.exp: Likewise.
16367 * gdb.python/py-cmd.exp: Likewise.
16368 * gdb.trace/tfile.exp: Likewise.
16369
16370 2014-03-26 Yao Qi <yao@codesourcery.com>
16371
16372 * gdb.base/macscp.exp: Fix code format issues.
16373
16374 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16375
16376 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16377 * gdb.asm/powerpc64le.inc: New file.
16378
16379 2014-03-25 Pedro Alves <palves@redhat.com>
16380 Doug Evans <dje@google.com>
16381
16382 * gdb.base/source-execution.c: New file.
16383 * gdb.base/source-execution.exp: New file.
16384 * gdb.base/source-execution.gdb: New file.
16385
16386 2014-03-24 Doug Evans <dje@google.com>
16387
16388 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16389 using fission.
16390
16391 2014-03-24 Hui Zhu <hui@codesourcery.com>
16392 Pedro Alves <palves@redhat.com>
16393
16394 PR breakpoints/16101
16395 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16396 test pass/fail messages. Detect missing support for dprintf when
16397 breakpoints are actually inserted.
16398 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16399 breakpoints are actually inserted.
16400 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16401 fails.
16402
16403 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16404
16405 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16406
16407 2014-03-22 Doug Evans <xdje42@gmail.com>
16408
16409 * gdb.python/python.exp (python not supported): Verify multi-line
16410 python command issues an error.
16411 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16412 guile command issues an error.
16413
16414 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16415
16416 * gdb.threads/thread-specific.exp: Handle the lack of usable
16417 $this_breakpoint and $this_thread.
16418
16419 2014-03-21 Hui Zhu <hui@codesourcery.com>
16420
16421 * gdb.base/attach.exp (do_command_attach_tests): New.
16422
16423 2014-03-20 Tom Tromey <tromey@redhat.com>
16424 Pedro Alves <palves@redhat.com>
16425
16426 PR cli/15718
16427 * gdb.base/condbreak-call-false.c: New file.
16428 * gdb.base/condbreak-call-false.exp: New file.
16429
16430 2014-03-20 Pedro Alves <palves@redhat.com>
16431
16432 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16433 Delete.
16434 (block_signals, unblock_signals): Delete.
16435 (child_function_2, main): Remove references to deleted variable
16436 and functions.
16437
16438 2014-03-20 Pedro Alves <palves@redhat.com>
16439
16440 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16441 Use pthread_kill to signal thread 2.
16442 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16443 Adjust to make the test send itself a signal rather than using the
16444 host's "kill" command.
16445
16446 2014-03-20 Pedro Alves <palves@redhat.com>
16447
16448 * gdb.threads/multiple-step-overs.c: New file.
16449 * gdb.threads/multiple-step-overs.exp: New file.
16450 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16451 Adjust expected infrun debug output.
16452
16453 2014-03-20 Pedro Alves <palves@redhat.com>
16454
16455 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16456 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16457
16458 2014-03-20 Pedro Alves <palves@redhat.com>
16459
16460 PR breakpoints/7143
16461 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16462 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16463 of gdb_test_multiple.
16464 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16465 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16466
16467 2014-03-20 Pedro Alves <palves@redhat.com>
16468
16469 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16470 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16471
16472 2014-03-19 Pedro Alves <palves@redhat.com>
16473
16474 * gdb.base/async.exp: Remove early return.
16475
16476 2014-03-19 Pedro Alves <palves@redhat.com>
16477
16478 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16479
16480 2014-03-19 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.base/async.exp (test_background): Expect \r\n after
16483 "completed." in the fail pattern.
16484
16485 2014-03-19 Pedro Alves <palves@redhat.com>
16486
16487 * gdb.base/async.exp (test_background): New procedure.
16488 Use it for all background execution command tests.
16489
16490 2014-03-19 Pedro Alves <palves@redhat.com>
16491
16492 * gdb.base/async.exp: Use prepare_for_testing.
16493
16494 2014-03-19 Pedro Alves <palves@redhat.com>
16495
16496 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16497 the same line.
16498
16499 2014-03-19 Pedro Alves <palves@redhat.com>
16500
16501 * gdb.base/async.c (main): Add "jump here" and "until here" line
16502 marker comments.
16503 * gdb.base/async.exp (jump_here): New global.
16504 (jump& test): Use it.
16505 (until_here): New global.
16506 (until& test): Use it.
16507
16508 2014-03-19 Pedro Alves <palves@redhat.com>
16509
16510 * gdb.base/async.exp: Don't frob gdb_protocol.
16511
16512 2014-03-18 Doug Evans <xdje42@gmail.com>
16513
16514 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16515 Fix spelling of exec-done-display.
16516
16517 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16518
16519 PR gdb/15358
16520 * gdb.base/gdb-sigterm.c: New file.
16521 * gdb.base/gdb-sigterm.exp: New file.
16522
16523 2014-03-18 Pedro Alves <palves@redhat.com>
16524
16525 PR gdb/13860
16526 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16527 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16528 solib-event.
16529
16530 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16531
16532 * gdb.ada/pckd_arr_ren: New testcase.
16533
16534 2014-03-13 Doug Evans <xdje42@gmail.com>
16535
16536 PR guile/16612
16537 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16538 collect after discarding symbols.
16539
16540 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16541 Doug Evans <xdje42@gmail.com>
16542
16543 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16544 to history survives a gc.
16545
16546 2014-03-13 Pedro Alves <palves@redhat.com>
16547
16548 * gdb.base/default.exp: Don't test "target procfs".
16549
16550 2014-03-13 Pedro Alves <palves@redhat.com>
16551
16552 * gdb.base/default.exp: Update "target child" and "target procfs"
16553 tests to not expect "Unix".
16554
16555 2014-03-12 Tom Tromey <tromey@redhat.com>
16556
16557 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16558 New procs. Add target-async tests.
16559 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16560 Add target-async tests.
16561
16562 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16563
16564 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16565 'func_start' and 'func_end' for the beginning and end of the
16566 function code, respectively.
16567 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16568 'func_end' instead of 'func' and 'main'.
16569
16570 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16571
16572 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16573 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16574 generate the debug info assembler source.
16575
16576 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16577
16578 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16579 * gdb.dwarf2/arr-subrange.exp: Likewise.
16580 * gdb.dwarf2/dwz.exp: Likewise.
16581 * gdb.dwarf2/method-ptr.exp: Likewise.
16582 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16583 * gdb.dwarf2/subrange.exp: Likewise.
16584 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16585 * gdb.dwarf2/implptrpiece.exp: Likewise.
16586 * gdb.dwarf2/nostaticblock.exp: Likewise.
16587
16588 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16589
16590 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16591 directory to absolute path name arguments.
16592
16593 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16594
16595 * gdb.ada/tagged_access: New testcase.
16596
16597 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16598
16599 * gdb.btrace/data.exp: Update expected output.
16600
16601 2014-03-06 Yao Qi <yao@codesourcery.com>
16602
16603 * gdb.trace/pr16508.exp: New file.
16604
16605 2014-03-05 Pedro Alves <palves@redhat.com>
16606
16607 PR gdb/16575
16608 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16609 procedure.
16610 (top level): Adjust to use it. Add tests that exercise breakpoint
16611 interaction with the code-cache.
16612
16613 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16614
16615 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16616 test for 'history-append!'.
16617
16618 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16619
16620 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16621 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16622 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16623 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16624 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16625 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16626
16627 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16628
16629 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16630 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16631 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16632
16633 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16634
16635 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16636
16637 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16638
16639 * gdb.dwarf2/arr-stride.c: New file.
16640 * gdb.dwarf2/arr-stride.exp: New file.
16641
16642 2014-02-26 Pedro Alves <palves@redhat.com>
16643
16644 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16645 that won't ever trigger. Make sure that GDB reports the correct
16646 breakpoint that caused the stop.
16647
16648 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16649
16650 PR gdb/16626
16651 * gdb.base/auto-load-script: New file.
16652 * gdb.base/auto-load.c: New file.
16653 * gdb.base/auto-load.exp: New file.
16654
16655 PR gdb/16626
16656 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16657
16658 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16659
16660 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16661 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16662
16663 2014-02-24 Doug Evans <dje@google.com>
16664
16665 * lib/gdb.exp (run_on_host): Log error output if program fails.
16666
16667 2014-02-21 Pedro Alves <palves@redhat.com>
16668
16669 * gdb.threads/step-after-sr-lock.c: Rename to ...
16670 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16671 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16672 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16673 ... this.
16674
16675 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16676
16677 PR tdep/16397
16678 * gdb.arch/amd64-stap-special-operands.exp: New file.
16679 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16680 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16681 * gdb.arch/amd64-stap-triplet.S: Likewise.
16682 * gdb.arch/amd64-stap-triplet.c: Likewise.
16683
16684 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16685
16686 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16687 in .section pseudo-op.
16688
16689 2014-02-20 lin zuojian <manjian2006@gmail.com>
16690 Joel Brobecker <brobecker@adacore.com>
16691 Doug Evans <xdje42@gmail.com>
16692
16693 PR symtab/16581
16694 * gdb.dwarf2/dw2-icycle.S: New file.
16695 * gdb.dwarf2/dw2-icycle.c: New file.
16696 * gdb.dwarf2/dw2-icycle.exp: New file.
16697
16698 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16699
16700 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16701 operations on gdb.Value objects.
16702 * gdb.python/py-value-cc.exp: Add new test to test operations on
16703 gdb.Value objects.
16704
16705 2014-02-18 Doug Evans <dje@google.com>
16706
16707 * Makefile.in (TESTS): New variable.
16708 (expanded_tests, expanded_tests_or_none): New variables
16709 (check-single): Pass $(expanded_tests_or_none) to runtest.
16710 (check-parallel): Only run tests in $(TESTS) if non-empty.
16711 (check/no-matching-tests-found): New rule.
16712 * README: Document TESTS makefile variable.
16713
16714 2014-02-18 Doug Evans <dje@google.com>
16715
16716 * Makefile.in (check-parallel): rm -rf outputs temp.
16717
16718 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16719
16720 Fix "ERROR: no fileid for" in the testsuite.
16721 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16722
16723 2014-02-12 Doug Evans <dje@google.com>
16724
16725 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16726 (MISCELLANEOUS): New variable.
16727 (clean): rm -rf $(MISCELLANEOUS).
16728 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16729 dwp live in the same directory as symlinks, with each symlink pointed
16730 to a differently named file in a different directory.
16731
16732 2014-02-11 Doug Evans <dje@google.com>
16733
16734 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16735 of Tcl file commands.
16736
16737 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16738
16739 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16740 "kill -SIGUSR1 -1".
16741
16742 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16743
16744 * gdb.ada/tick_length_array_enum_idx: New testcase.
16745
16746 2014-02-10 Doug Evans <xdje42@gmail.com>
16747
16748 * configure.ac (AC_OUTPUT): Add gdb.guile.
16749 * configure: Regenerate.
16750 * lib/gdb-guile.exp: New file.
16751 * lib/gdb.exp (get_target_charset): New function.
16752 * gdb.base/help.exp: Update expected output from "apropos apropos".
16753 * gdb.guile/Makefile.in: New file.
16754 * gdb.guile/guile.exp: New file.
16755 * gdb.guile/scm-arch.c: New file.
16756 * gdb.guile/scm-arch.exp: New file.
16757 * gdb.guile/scm-block.c: New file.
16758 * gdb.guile/scm-block.exp: New file.
16759 * gdb.guile/scm-breakpoint.c: New file.
16760 * gdb.guile/scm-breakpoint.exp: New file.
16761 * gdb.guile/scm-disasm.c: New file.
16762 * gdb.guile/scm-disasm.exp: New file.
16763 * gdb.guile/scm-equal.c: New file.
16764 * gdb.guile/scm-equal.exp: New file.
16765 * gdb.guile/scm-error.exp: New file.
16766 * gdb.guile/scm-error.scm: New file.
16767 * gdb.guile/scm-frame-args.c: New file.
16768 * gdb.guile/scm-frame-args.exp: New file.
16769 * gdb.guile/scm-frame-args.scm: New file.
16770 * gdb.guile/scm-frame-inline.c: New file.
16771 * gdb.guile/scm-frame-inline.exp: New file.
16772 * gdb.guile/scm-frame.c: New file.
16773 * gdb.guile/scm-frame.exp: New file.
16774 * gdb.guile/scm-generics.exp: New file.
16775 * gdb.guile/scm-gsmob.exp: New file.
16776 * gdb.guile/scm-iterator.c: New file.
16777 * gdb.guile/scm-iterator.exp: New file.
16778 * gdb.guile/scm-math.c: New file.
16779 * gdb.guile/scm-math.exp: New file.
16780 * gdb.guile/scm-objfile-script-gdb.in: New file.
16781 * gdb.guile/scm-objfile-script.c: New file.
16782 * gdb.guile/scm-objfile-script.exp: New file.
16783 * gdb.guile/scm-objfile.c: New file.
16784 * gdb.guile/scm-objfile.exp: New file.
16785 * gdb.guile/scm-ports.exp: New file.
16786 * gdb.guile/scm-pretty-print.c: New file.
16787 * gdb.guile/scm-pretty-print.exp: New file.
16788 * gdb.guile/scm-pretty-print.scm: New file.
16789 * gdb.guile/scm-section-script.c: New file.
16790 * gdb.guile/scm-section-script.exp: New file.
16791 * gdb.guile/scm-section-script.scm: New file.
16792 * gdb.guile/scm-symbol.c: New file.
16793 * gdb.guile/scm-symbol.exp: New file.
16794 * gdb.guile/scm-symtab-2.c: New file.
16795 * gdb.guile/scm-symtab.c: New file.
16796 * gdb.guile/scm-symtab.exp: New file.
16797 * gdb.guile/scm-type.c: New file.
16798 * gdb.guile/scm-type.exp: New file.
16799 * gdb.guile/scm-value-cc.cc: New file.
16800 * gdb.guile/scm-value-cc.exp: New file.
16801 * gdb.guile/scm-value.c: New file.
16802 * gdb.guile/scm-value.exp: New file.
16803 * gdb.guile/source2.scm: New file.
16804 * gdb.guile/types-module.cc: New file.
16805 * gdb.guile/types-module.exp: New file.
16806
16807 2014-02-10 Yao Qi <yao@codesourcery.com>
16808
16809 PR testsuite/16543
16810 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16811 * configure: Regenerated.
16812 * Makefile.in: New file.
16813
16814 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16815
16816 * gdb.python/py-framefilter.exp: Fix typo.
16817
16818 2014-02-08 Yao Qi <yao@codesourcery.com>
16819
16820 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16821 that no =breakpoint-modified is emitted when breakpoints are
16822 modified through MI commands.
16823
16824 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16825 Pedro Alves <palves@redhat.com>
16826
16827 * gdb.threads/step-after-sr-lock.c: New file.
16828 * gdb.threads/step-after-sr-lock.exp: New file.
16829
16830 2014-02-07 Pedro Alves <palves@redhat.com>
16831
16832 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16833
16834 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16835
16836 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16837 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16838
16839 2014-02-06 Doug Evans <xdje42@gmail.com>
16840
16841 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16842 output.
16843
16844 * gdb.gdb/python-interrupts.exp: New file.
16845
16846 2014-02-05 Yao Qi <yao@codesourcery.com>
16847
16848 * gdb.trace/report.exp (use_collected_data): Test the output
16849 of "info threads" and "info inferiors".
16850
16851 2014-02-05 Yao Qi <yao@codesourcery.com>
16852
16853 Revert this patch:
16854
16855 2013-05-24 Yao Qi <yao@codesourcery.com>
16856
16857 * gdb.trace/tfile.exp: Test inferior and thread.
16858
16859 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16860
16861 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16862 on a function.
16863 * gdb.base/step-bt.c: Call hello via function pointer to make
16864 sure its first instruction is executed on powerpc64le-linux.
16865
16866 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16867
16868 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16869
16870 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16871
16872 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16873 of the test patterns for use on little-endian systems.
16874
16875 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16876
16877 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16878 (decimal_vector): Fix for little-endian.
16879
16880 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16881
16882 * gdb.arch/sparc-sysstep.exp: New file.
16883 * gdb.arch/sparc-sysstep.c: Likewise.
16884
16885 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16886
16887 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16888
16889 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16890
16891 2014-01-23 Tom Tromey <tromey@redhat.com>
16892
16893 * gdb.ada/array_char_idx: New testcase.
16894
16895 2014-01-23 Tom Tromey <tromey@redhat.com>
16896
16897 PR python/16487:
16898 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16899 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16900 classes.
16901
16902 2014-01-23 Tom Tromey <tromey@redhat.com>
16903
16904 PR python/16491:
16905 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16906 string from an inferior frame.
16907 * gdb.python/py-framefilter-mi.exp: Update.
16908
16909 2014-01-22 Doug Evans <dje@google.com>
16910
16911 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16912
16913 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16914
16915 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16916
16917 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16918
16919 * gdb.trace/entry-values.exp: Remove excess space character from
16920 regex patterns. Handle s390 call instruction.
16921
16922 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16923
16924 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16925 define "*_start" label. Make "name" static.
16926 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16927 ${name} by references to ${name}_start.
16928
16929 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16930
16931 * gdb.base/info-macros.exp: Remove "debug" from the compile
16932 options.
16933
16934 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16935
16936 * gdb.dlang/demangle.exp: New file.
16937
16938 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16939
16940 * gdb.dlang/primitive-types.exp: New file.
16941
16942 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16943
16944 * configure.ac: Create gdb.dlang/Makefile.
16945 * configure: Regenerate.
16946 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16947 * gdb.dlang/Makefile.in: New file.
16948 * lib/d-support.exp: New file.
16949 * lib/gdb.exp (skip_d_tests): New proc.
16950
16951 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16952
16953 * gdb.btrace/delta.exp: Check reverse stepi.
16954 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16955 * gdb.btrace/finish.exp: New.
16956 * gdb.btrace/next.exp: New.
16957 * gdb.btrace/nexti.exp: New.
16958 * gdb.btrace/record_goto.c: Add comments.
16959 * gdb.btrace/step.exp: New.
16960 * gdb.btrace/stepi.exp: New.
16961 * gdb.btrace/multi-thread-step.c: New.
16962 * gdb.btrace/multi-thread-step.exp: New.
16963 * gdb.btrace/rn-dl-bind.c: New.
16964 * gdb.btrace/rn-dl-bind.exp: New.
16965 * gdb.btrace/data.c: New.
16966 * gdb.btrace/data.exp: New.
16967 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16968
16969 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16970
16971 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16972 * gdb.btrace/exception.exp: Update.
16973 * gdb.btrace/instruction_history.exp: Update.
16974 * gdb.btrace/record_goto.exp: Update.
16975 * gdb.btrace/tailcall.exp: Update.
16976 * gdb.btrace/unknown_functions.exp: Update.
16977 * gdb.btrace/delta.exp: New.
16978
16979 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16980
16981 * gdb.btrace/record_goto.exp: Add backtrace test.
16982 * gdb.btrace/tailcall.exp: Add backtrace test.
16983
16984 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16985
16986 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16987 * gdb.btrace/record_goto.c: New.
16988 * gdb.btrace/record_goto.exp: New.
16989 * gdb.btrace/x86-record_goto.S: New.
16990
16991 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16992
16993 * gdb.btrace/function_call_history.exp: Update tests.
16994 * gdb.btrace/instruction_history.exp: Update tests.
16995
16996 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16997
16998 * gdb.btrace/function_call_history.exp: Fix expected field
16999 order for "record function-call-history".
17000 Add new tests for "record function-call-history /c".
17001 * gdb.btrace/exception.cc: New.
17002 * gdb.btrace/exception.exp: New.
17003 * gdb.btrace/tailcall.exp: New.
17004 * gdb.btrace/x86-tailcall.S: New.
17005 * gdb.btrace/x86-tailcall.c: New.
17006 * gdb.btrace/unknown_functions.c: New.
17007 * gdb.btrace/unknown_functions.exp: New.
17008 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17009
17010 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17011
17012 * gdb.btrace/instruction_history.exp: Update.
17013 * gdb.btrace/function_call_history.exp: Update.
17014
17015 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17016
17017 * gdb.btrace/function_call_history.exp: Fix expected function
17018 trace.
17019 * gdb.btrace/instruction_history.exp: Initialize traced.
17020 Remove traced_functions.
17021
17022 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17023
17024 * gdb.btrace/function_call_history.exp: Update
17025 * gdb.btrace/instruction_history.exp: Update.
17026
17027 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17028
17029 * gdb.btrace/enable.exp: Update expected text.
17030
17031 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17032
17033 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17034 bytes.
17035
17036 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17037
17038 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17039
17040 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17041
17042 * lib/gdb.exp (supports_process_record): Return true for
17043 arm*-linux*. (supports_reverse): Likewise.
17044
17045 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17046
17047 PR python/15464
17048 PR python/16113
17049 * gdb.python/py-type.c: Enhance test case.
17050 * gdb.python/py-value-cc.cc: Likewise
17051 * gdb.python/py-type.exp: Add new tests.
17052 * gdb.python/py-value-cc.exp: Likewise
17053
17054 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17055 Pedro Alves <palves@redhat.com>
17056
17057 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17058 Make "name" extern.
17059 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17060 references to ${name}_start by references to ${name}.
17061
17062 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17063
17064 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17065
17066 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17067
17068 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17069
17070 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17071 Pedro Alves <palves@redhat.com>
17072
17073 * gdb.mi/mi-info-os.exp: Connect to the target with
17074 mi_gdb_target_load.
17075
17076 2014-01-08 Pedro Alves <palves@redhat.com>
17077
17078 * gdb.threads/reconnect-signal.c: New file.
17079 * gdb.threads/reconnect-signal.exp: New file.
17080
17081 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17082
17083 * gdb.base/source-dir.exp: New file.
17084
17085 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17086
17087 * gdb.ada/mi_interface: New testcase.
17088
17089 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17090
17091 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17092 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17093 gdb.ada/pp-rec-component/pck.ads: New files.
17094
17095 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17096
17097 * gdb.python/py-pp-integral.c: New file.
17098 * gdb.python/py-pp-integral.py: New file.
17099 * gdb.python/py-pp-integral.exp: New file.
17100
17101 For older changes see ChangeLog-1993-2013.
17102 \f
17103 ;; Local Variables:
17104 ;; mode: change-log
17105 ;; left-margin: 8
17106 ;; fill-column: 74
17107 ;; version-control: never
17108 ;; End:
17109
17110 Copyright 2014-2019 Free Software Foundation, Inc.
17111 Copying and distribution of this file, with or without modification,
17112 are permitted provided the copyright notice and this notice are preserved.
This page took 0.642137 seconds and 4 git commands to generate.