[gdb/testsuite] Stabilize gdb-caching-proc.exp test order
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-08-21 Tom de Vries <tdevries@suse.de>
2
3 * gdb.base/gdb-caching-proc.exp: Sort files.
4
5 2019-08-20 Tom de Vries <tdevries@suse.de>
6
7 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
8 compilation.
9
10 2019-08-16 Tom de Vries <tdevries@suse.de>
11
12 * gdb.base/compare-sections.exp ("after run to main"): Allow
13 mismatched read-only sections for PIE executables.
14
15 2019-08-16 Tom Tromey <tom@tromey.com>
16
17 * lib/tuiterm.exp (_csi_Z): New proc.
18 * gdb.tui/basic.exp: Update window positions.
19 * gdb.tui/empty.exp: Update window positions.
20
21 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
22
23 * gdb.base/examine-backward.exp: Correct regexp for
24 "examine 3 bytes backward from ${address_zero}".
25
26 2019-08-15 Tom Tromey <tom@tromey.com>
27
28 * gdb.tui/empty.exp: Enable resizing tests.
29
30 2019-08-15 Tom Tromey <tromey@adacore.com>
31
32 * gdb.ada/char_enum.exp: Add regression tests.
33 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
34 and '0'.
35 (Char, Gchar): Update.
36 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
37
38 2019-08-15 Christian Biesinger <cbiesinger@google.com>
39
40 * gdb.python/python.exp: Expect a leading underscore on
41 GdbOutput{,Error}File.
42
43 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
44
45 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
46 Windows host.
47
48 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
49
50 * gdb.base/batch-preserve-term-settings.exp
51 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
52
53 2019-08-15 Christian Biesinger <cbiesinger@google.com>
54
55 * lib/gdb.exp: When running on a mingw target, replace
56 /x/ with x:/.
57
58 2019-08-14 Alan Hayward <alan.hayward@arm.com>
59
60 * gdb.arch/aarch64-prologue.c: New test.
61 * gdb.arch/aarch64-prologue.exp: New file.
62
63 2019-08-13 Tom de Vries <tdevries@suse.de>
64
65 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
66 Thread.
67
68 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
69
70 * gdb.python/py-completion.exp: Download the .py file to the host
71 and use its host pathname. Conditionalize tests that use
72 tab completion and manipulate files on the build machine.
73 * gdb.python/py-events.exp: Download the .py file to the host
74 and use its host pathname.
75 * gdb.python/py-evsignal.exp: Likewise.
76 * gdb.python/py-evthreads.exp: Likewise.
77 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
78 pathname syntax.
79 * gdb.python/py-framefilter.exp: Download the .py file to the right
80 place on the host. Match Windows pathname syntax.
81 * gdb.python/py-mi-var-info-path-expression.exp: Download the
82 .py file to the host and use its host pathname.
83 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
84 * gdb.python/py-objfile.exp: Expect a host pathname, not a
85 build pathname. Skip symlink test on Windows host. Add missing
86 newline at end of file.
87 * gdb.python/py-pp-maint.exp: Download the .py file to the host
88 and use its host pathname.
89 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
90 * gdb.python/py-section-script.exp: Use host location of binfile
91 on safe-path. Use correct path separator on Windows host.
92 Reorder alternatives in gdb_test_multiple to prevent matching
93 the wrong alternative on success.
94 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
95
96 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
97
98 * gdb.gdb/selftest.exp (test_with_self): Update test to now
99 expect the GDB inferior to no longer immediately stop after
100 being resumed with "signal SIGINT".
101
102 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
103
104 * gdb.linespec/break-ask.exp: Generalize regexps to match
105 Windows pathnames too.
106
107 2019-08-08 Tom de Vries <tdevries@suse.de>
108
109 PR testsuite/24862
110 * lib/tuiterm.exp (_accept): Fix CSI regexp.
111
112 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
113
114 * gdb.base/style.exp: Update tests for help doc new invariants.
115 * gdb.base/help.exp: Likewise.
116
117 2019-08-06 Tom Tromey <tom@tromey.com>
118
119 * gdb.base/style.exp: Add disassemble test.
120 * gdb.base/style.c (some_called_function): New function.
121 (main): Use it.
122
123 2019-08-05 Christian Biesinger <cbiesinger@google.com>
124
125 * gdb.python/py-block.exp: Test dictionary access on blocks.
126
127 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
128
129 PR gdb/24863
130 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
131 -list-thread-groups --available test when running under
132 check-read1.
133
134 2019-08-05 Tom de Vries <tdevries@suse.de>
135
136 PR testsuite/24863
137 * lib/gdb.exp (with_read1_timeout_factor): New proc.
138 * gdb.base/help.exp: Use with_read1_timeout_factor.
139 * gdb.base/info-macros.exp: Same.
140 * gdb.cp/nested-types.exp: Same.
141
142 2019-08-05 Tom de Vries <tdevries@suse.de>
143
144 * lib/gdb.exp (version_at_least): Factor out of ...
145 (tcl_version_at_least): ... here.
146 (gdb_compile): Fail if pie results in non-PIE executable.
147 (readelf_version, readelf_prints_pie): New proc.
148 (exec_is_pie): Return -1 if unknown.
149
150 2019-08-05 Tom de Vries <tdevries@suse.de>
151
152 * lib/gdb.exp (tcl_version_at_least): Fix typo.
153
154 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
155
156 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
157
158 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
159
160 * lib/completion-support.exp (test_gdb_complete_none): Skip
161 tab completion tests if no readline support.
162 (test_gdb_complete_unique_re): Likewise.
163 (test_gdb_complete_multiple): Likewise.
164
165 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
166
167 * gdb.base/info_sources.exp: New file.
168 * gdb.base/info_sources.c: New file.
169 * gdb.base/info_sources_base.c: New file.
170
171 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
172
173 * gdb.base/batch-exit-status.exp: Call test_exit_status with
174 prefix argument.
175 (test_exit_status): Add prefix argument.
176
177 2019-08-01 Tom de Vries <tdevries@suse.de>
178
179 PR testsuite/24863
180 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
181 calling exp_continue for new thread and thread exited messages.
182
183 2019-08-01 Tom de Vries <tdevries@suse.de>
184
185 PR testsuite/24863
186 * gdb.base/structs.exp: Fix check-read1 timeout using
187 gdb_test_sequence.
188 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
189
190 2019-08-01 Tom de Vries <tdevries@suse.de>
191
192 PR testsuite/24863
193 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
194 line.
195
196 2019-08-01 Tom de Vries <tdevries@suse.de>
197
198 PR testsuite/24863
199 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
200
201 2019-07-30 Tom Tromey <tromey@adacore.com>
202
203 * gdb.ada/display_nested.exp: New file.
204 * gdb.ada/display_nested/foo.adb: New file.
205 * gdb.ada/display_nested/pack.adb: New file.
206 * gdb.ada/display_nested/pack.ads: New file.
207
208 2019-07-30 Christian Biesinger <cbiesinger@google.com>
209
210 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
211 namespace.
212 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
213
214 2019-07-30 Tom de Vries <tdevries@suse.de>
215
216 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
217 instead.
218
219 2019-07-30 Tom de Vries <tdevries@suse.de>
220
221 PR testsuite/24834
222 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
223 (exec_is_pie): New proc.
224
225 2019-07-29 Christian Biesinger <cbiesinger@google.com>
226
227 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
228
229 2019-07-29 Christian Biesinger <cbiesinger@google.com>
230
231 * gdb.python/py-objfile.c: Add global and static vars.
232 * gdb.python/py-objfile.exp: Test new functions Objfile.
233 lookup_global_symbol and lookup_static_symbol.
234
235 2019-07-29 Tom Tromey <tom@tromey.com>
236
237 * lib/tuiterm.exp (Term::_csi_@): New proc.
238 (Term::_csi_X): Don't move cursor.
239
240 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
241
242 * gdb.base/options.exp: Update backtrace - completion to
243 new option -frame-info.
244 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
245 Test new 'set print frame-info'. Test backtrace -frame-info
246 overriding 'set print frame-info'.
247 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
248 Test new 'set print frame-info'.
249 Verify consistency of backtrace with and without filters, with and
250 without -no-filters.
251 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
252 default.
253
254 2019-07-29 Tom de Vries <tdevries@suse.de>
255
256 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
257 no arguments".
258
259 2019-07-29 Tom de Vries <tdevries@suse.de>
260
261 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
262 is a substring of the first for "complete non-unique file name".
263
264 2019-07-29 Tom de Vries <tdevries@suse.de>
265
266 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
267 with ".*".
268
269 2019-07-29 Tom de Vries <tdevries@suse.de>
270
271 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
272 Pass prompt_regexp parameter to gdb_test_multiple calls.
273
274 2019-07-29 Tom de Vries <tdevries@suse.de>
275
276 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
277 print registers" regexps.
278
279 2019-07-29 Tom de Vries <tdevries@suse.de>
280
281 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
282
283 2019-07-29 Tom de Vries <tdevries@suse.de>
284
285 PR gdb/24855
286 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
287 (skip_python_tests_prompt): Add prompt_regexp argument to
288 gdb_test_multiple calls.
289
290 2019-07-27 Tom Tromey <tom@tromey.com>
291
292 * gdb.tui/main.exp: New file.
293
294 2019-07-27 Tom Tromey <tom@tromey.com>
295
296 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
297 optional.
298 * gdb.tui/empty.exp: New file.
299
300 2019-07-27 Tom Tromey <tom@tromey.com>
301
302 * lib/tuiterm.exp (spawn): New proc.
303 (Term::resize): New proc.
304 * gdb.tui/resize.exp: New file.
305
306 2019-07-27 Tom Tromey <tom@tromey.com>
307
308 * gdb.tui/list.exp: New file.
309
310 2019-07-27 Tom Tromey <tom@tromey.com>
311
312 * gdb.tui/regs.exp: New file.
313
314 2019-07-27 Tom Tromey <tom@tromey.com>
315
316 * gdb.tui/basic.exp: Add "layout split" test.
317
318 2019-07-27 Tom Tromey <tom@tromey.com>
319
320 * gdb.tui/basic.exp: Add "layout asm" test.
321
322 2019-07-27 Tom Tromey <tom@tromey.com>
323
324 * lib/tuiterm.exp: New file.
325 * gdb.tui/basic.exp: New file.
326
327 2019-07-27 Kevin Buettner <kevinb@redhat.com>
328
329 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
330 Enable tests associated with this flag. Adjust regex
331 referencing "foo_low" to now refer to "foo_cold" instead.
332
333 2019-07-27 Kevin Buettner <kevinb@redhat.com>
334
335 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
336 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
337 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
338 foo_cold. Revise comments to match.
339 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
340 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
341 were wrapped into this proc; Call do_test in loop from outermost
342 level.
343 (foo_low): Rename all occurrences to "foo_cold".
344 (backtrace from baz): New test.
345 (x2/i foo_cold): New test.
346 (info line *foo_cold): New test.
347
348 2019-07-26 Tom de Vries <tdevries@suse.de>
349
350 * gdb.arch/i386-pkru.exp: Fix unterminated string.
351
352 2019-07-25 Tom de Vries <tdevries@suse.de>
353
354 PR testsuite/24830
355 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
356 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
357 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
358 (skip_libstdcxx_probe_tests): ... here.
359 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
360
361 2019-07-24 Tom de Vries <tdevries@suse.de>
362
363 PR testsuite/24807
364 * gdb.objc/basicclass.m: Include stdio.h.
365 * gdb.objc/nondebug.m: Same.
366 * gdb.objc/objcdecode.m: Same.
367
368 2019-07-24 Tom de Vries <tdevries@suse.de>
369
370 PR testsuite/24612
371 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
372 additional_flags.
373
374 2019-07-24 Tom de Vries <tdevries@suse.de>
375
376 PR testsuite/24831
377 * gdb.multi/tids.exp: Update error messages for info threads.
378
379 2019-07-24 Tom de Vries <tdevries@suse.de>
380
381 * gdb.base/info-types.exp: Allow info types to print info for more than
382 one file.
383
384 2019-07-23 Tom de Vries <tdevries@suse.de>
385
386 PR testsuite/24842
387 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
388 gdb_spawn_with_cmdline_opts.
389
390 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
391
392 * gdb.arch/arm-cmse-sgstubs.c: New test.
393 * gdb.arch/arm-cmse-sgstubs.exp: New file.
394
395 2019-07-23 Tom de Vries <tdevries@suse.de>
396
397 PR testsuite/24711
398 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
399 issuing next command.
400
401 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * gdb.ada/info_auto_lang.exp: Update expected results.
404 * gdb.base/info-types.c: Add additional types to check.
405 * gdb.base/info-types.exp: Update expected results.
406
407 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * gdb.base/info-types.c: New file.
410 * gdb.base/info-types.exp: New file.
411
412 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * gdb.arch/riscv-bp-infcall.c: New file.
415 * gdb.arch/riscv-bp-infcall.exp: New file.
416
417 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
418
419 PR breakpoints/24541
420 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
421
422 2019-07-14 Tom de Vries <tdevries@suse.de>
423
424 PR testsuite/24760
425 * gdb.objc/basicclass.exp: Fix unterminated string.
426
427 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
428 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
431 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
432 negative bounds.
433 * gdb.fortran/vla-value.exp: Print elements of an array with
434 negative bounds.
435 * gdb.fortran/vla.f90: Setup an array with negative bounds for
436 testing.
437
438 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * gdb.base/options.exp (expect_string): Dequote strings in
441 results.
442 (test-string): Test strings with different quoting and reindent.
443
444 2019-07-10 Tom Tromey <tromey@adacore.com>
445
446 * gdb.ada/mi_ex_cond.exp: Update expected results.
447 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
448 * gdb.ada/mi_catch_ex.exp: Update expected results.
449 * gdb.ada/mi_catch_assert.exp: Update expected results.
450 * gdb.ada/catch_ex.exp (catch_exception_info)
451 (catch_exception_entry, catch_assert_entry)
452 (catch_unhandled_entry): Update.
453 * gdb.ada/catch_assert_if.exp: Update expected results.
454
455 2019-07-10 Richard Bunt <richard.bunt@arm.com>
456 Stephen Roberts <stephen.roberts@arm.com>
457
458 * gdb.base/define.exp: Restore original prompt.
459
460 2019-07-09 Pedro Alves <palves@redhat.com>
461
462 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
463 breakpoints" output.
464 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
465 * gdb.python/py-breakpoint.exp: No longer expect that "catch
466 throw" creates breakpoint.
467 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
468 'type="catchpoint"'.
469
470 2019-07-09 Pedro Alves <palves@redhat.com>
471
472 PR c++/15468
473 * gdb.cp/except-multi-location-lib.cc: New.
474 * gdb.cp/except-multi-location-main.cc: New.
475 * gdb.cp/except-multi-location.exp: New.
476
477 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
478
479 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
480 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
481 argument and update callers.
482
483 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
484
485 * gdb.arch/amd64-break-on-asm-line.S: New file.
486 * gdb.arch/amd64-break-on-asm-line.exp: New file.
487
488 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
489
490 * gdb.base/printcmds.exp: Test printing C string and
491 C wide string convenience vars without transiting via the inferior.
492 Also make test names unique.
493
494 2019-07-08 Alan Hayward <alan.hayward@arm.com>
495
496 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
497
498 2019-07-04 Pedro Alves <palves@redhat.com>
499
500 * lib/gdb.exp (foreach_with_prefix): Don't return early if
501 body returned ok(0), break(3) or continue(4).
502 * gdb.testsuite/foreach_with_prefix.exp: New file.
503
504 2019-07-04 Alan Hayward <alan.hayward@arm.com>
505
506 * gdb.server/unittest.exp: Allow 0 unit tests to run.
507
508 2019-07-03 Pedro Alves <palves@redhat.com>
509
510 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
511 "return -code".
512
513 2019-07-03 Pedro Alves <palves@redhat.com>
514
515 PR cli/24732
516 * gdb.base/shell.exp: Load completion-support.exp.
517 Adjust expected error output. Add completion tests.
518
519 2019-07-03 Pedro Alves <palves@redhat.com>
520
521 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
522 string_to_regexp.
523
524 2019-07-03 Pedro Alves <palves@redhat.com>
525
526 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
527 (expect_integer): Adjust to expect "-string".
528 (expect_string): New.
529 (all_options): Expect "-string".
530 (test-flag, test-boolean): Adjust to expect "-string".
531 (test-string): New proc.
532 (top level): Call it.
533
534 2019-07-03 Pedro Alves <palves@redhat.com>
535
536 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
537 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
538 the expected output in the success.
539
540 2019-07-03 Pedro Alves <palves@redhat.com>
541
542 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
543 Split one gdb_test_multiple call in two to avoid a race.
544
545 2019-07-03 Pedro Alves <palves@redhat.com>
546
547 * gdb.base/with.c: New file.
548 * gdb.base/with.exp: New file.
549
550 2019-07-03 Pedro Alves <palves@redhat.com>
551
552 * gdb.base/settings.exp: Replace all references to "maint
553 test-settings set" with references to "maint set test-settings",
554 and all references to "maint test-settings show" with references
555 to "maint show test-settings".
556
557 2019-07-03 Pedro Alves <palves@redhat.com>
558
559 * gdb.base/settings.exp (test-string): Adjust expected out when
560 testing "maint test-settings show filename"
561
562 2019-07-02 Pedro Alves <palves@redhat.com>
563
564 * gdb.base/options.exp (test-info-threads): New procedure.
565 (top level): Call it.
566
567 2019-06-28 Tom Tromey <tromey@adacore.com>
568
569 * gdb.dwarf2/ada-linkage-name.c: New file.
570 * gdb.dwarf2/ada-linkage-name.exp: New file.
571
572 2019-06-27 Tom Tromey <tromey@adacore.com>
573
574 * gdb.cp/constexpr-field.exp: Use setup_xfail.
575
576 2019-06-26 Tom de Vries <tdevries@suse.de>
577
578 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
579
580 2019-06-26 Tom de Vries <tdevries@suse.de>
581
582 * gdb.base/index-cache.exp: Add back missing debug option.
583
584 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
585
586 * gdb.base/alias.exp: Test non matching/non existing prefixes.
587
588 2019-06-25 Tom de Vries <tdevries@suse.de>
589
590 PR testsuite/24727
591 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
592
593 2019-06-24 Tom de Vries <tdevries@suse.de>
594
595 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
596
597 2019-06-24 Tom de Vries <tdevries@suse.de>
598
599 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
600 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
601 * gdb.trace/unavailable-dwarf-piece.exp: Same.
602
603 2019-06-24 Tom de Vries <tdevries@suse.de>
604
605 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
606
607 2019-06-21 Tom de Vries <tdevries@suse.de>
608
609 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
610
611 2019-06-21 Tom de Vries <tdevries@suse.de>
612
613 PR testsuite/24518
614 PR ada/24713
615 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
616 index.
617
618 2019-06-19 Tom Tromey <tromey@adacore.com>
619
620 * gdb.ada/length_cond.exp: Add intro comment.
621
622 2019-06-19 Tom Tromey <tromey@adacore.com>
623
624 * gdb.ada/length_cond.exp: New file.
625 * gdb.ada/length_cond/length_cond.adb: New file.
626 * gdb.ada/length_cond/pck.adb: New file.
627 * gdb.ada/length_cond/pck.ads: New file.
628
629 2019-06-18 Tom de Vries <tdevries@suse.de>
630
631 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
632
633 2019-06-18 Tom Tromey <tromey@adacore.com>
634
635 * gdb.base/list0.h: Add comment explaining control character.
636
637 2019-06-18 Tom de Vries <tdevries@suse.de>
638
639 * boards/fission.exp: Break up long debug_flags line.
640
641 2019-06-16 Tom de Vries <tdevries@suse.de>
642
643 PR gdb/24445
644 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
645 generated index.
646
647 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 PR gdb/24686
650 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
651 improve detection of bug gdb/24541.
652
653 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
654
655 PR gdb/24669
656 * gdb.base/index-cache.exp (uses_readnow,
657 expecting_index_cache_use): Define global variable.
658 (test_cache_enabled_miss, test_cache_enabled_hit): Use
659 expecting_index_cache_use.
660
661 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
662 Andrew Burgess <andrew.burgess@embecosm.com>
663
664 * gdb.fortran/pointers.f90: New file.
665 * gdb.fortran/print_type.exp: New file.
666 * gdb.fortran/vla-ptype.exp: Adapt expected results.
667 * gdb.fortran/vla-type.exp: Likewise.
668 * gdb.fortran/vla-value.exp: Likewise.
669 * gdb.mi/mi-vla-fortran.exp: Likewise.
670
671 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
674 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
675 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
676 as a stop reason.
677
678 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.base/annota1.exp: Update expected results.
681 * gdb.cp/annota2.exp: Likewise.
682 * gdb.cp/annota3.exp: Likewise.
683
684 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
685
686 * gdb.base/style-logging.exp: Remove path from test name.
687
688 2019-06-14 Tom Tromey <tromey@adacore.com>
689
690 PR gdb/24502:
691 * gdb.base/style-logging.exp: New file.
692
693 2019-06-14 Tom Tromey <tromey@adacore.com>
694
695 * gdb.base/symfile-warn.exp: New file.
696 * gdb.base/symfile-warn.c: New file.
697
698 2019-06-14 Tom Tromey <tromey@adacore.com>
699
700 * gdb.base/annotate-symlink.exp: New file.
701
702 2019-06-14 Tom Tromey <tromey@adacore.com>
703
704 * gdb.ada/set_wstr.exp: Add reassignment test.
705
706 2019-06-14 Tom Tromey <tromey@adacore.com>
707
708 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
709 'unchecked_access and 'unrestricted_access as well.
710
711 2019-06-14 Tom Tromey <tromey@adacore.com>
712
713 PR ada/24539:
714 * gdb.ada/vla.exp: Update tests.
715 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
716 pragma.
717
718 2019-06-13 Pedro Alves <palves@redhat.com>
719
720 * gdb.base/settings.exp (test-integer): Test junk after
721 "unlimited".
722
723 2019-06-13 Pedro Alves <palves@redhat.com>
724
725 * gdb.base/options.exp (test-thread-apply): New.
726 (top level): Call it.
727
728 2019-06-13 Pedro Alves <palves@redhat.com>
729
730 * gdb.base/options.exp (test-frame-apply): New.
731 (top level): Test print commands with different "frame apply"
732 prefixes.
733
734 2019-06-13 Pedro Alves <palves@redhat.com>
735
736 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
737 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
738 'max_completions' parameter and handle it.
739 (test_gdb_completion_offers_commands): New.
740
741 2019-06-13 Pedro Alves <palves@redhat.com>
742
743 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
744
745 2019-06-13 Pedro Alves <palves@redhat.com>
746
747 * gdb.base/options.exp (test-backtrace): New.
748 (top level): Call it.
749
750 2019-06-13 Pedro Alves <palves@redhat.com>
751
752 * gdb.guile/scm-frame-args.exp: Use "set print
753 raw-frame-arguments" instead of "set print raw frame-arguments".
754 * gdb.python/py-frame-args.exp: Likewise.
755
756 2019-06-13 Pedro Alves <palves@redhat.com>
757
758 * gdb.compile/compile.exp: Adjust expected output to option
759 processing changes.
760
761 2019-06-13 Pedro Alves <palves@redhat.com>
762
763 * gdb.base/options.exp: Build executable.
764 (test-print): New procedure.
765 (top level): Call it, once for "print" and another for "compile
766 print".
767
768 2019-06-13 Pedro Alves <palves@redhat.com>
769
770 * gdb.base/options.c: New file.
771 * gdb.base/options.exp: New file.
772
773 2019-06-13 Pedro Alves <palves@redhat.com>
774
775 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
776 that "o" is ambiguous.
777
778 2019-06-13 Pedro Alves <palves@redhat.com>
779
780 * gdb.base/settings.c: New file.
781 * gdb.base/settings.exp: New file.
782
783 2019-06-13 Pedro Alves <palves@redhat.com>
784
785 * gdb.base/completion.exp: Fix comment typo.
786
787 2019-06-13 Pedro Alves <palves@redhat.com>
788
789 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
790 foo --1" test.
791
792 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
793
794 * gdb.fortran/block-data.f: New.
795 * gdb.fortran/block-data.exp: New.
796
797 2019-06-11 Tom de Vries <tdevries@suse.de>
798
799 PR testsuite/24521
800 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
801 message.
802
803 2019-06-11 Tom de Vries <tdevries@suse.de>
804
805 PR testsuite/24521
806 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
807
808 2019-06-11 Tom de Vries <tdevries@suse.de>
809
810 * boards/readnow.exp: New file.
811
812 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
813
814 * gdb.fortran/vla-sizeof.exp: Update expected results.
815
816 2019-06-06 Amos Bird <amosbird@gmail.com>
817
818 * gdb.base/annota1.exp (thread_switch): Add test for
819 thread-exited annotation.
820
821 2019-06-06 Tom Tromey <tromey@adacore.com>
822
823 * gdb.base/maint.exp: Expect command started/finished output.
824
825 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
826
827 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
828 comment.
829 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
830
831 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
834 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
835 * gdb.arch/riscv-unwind-long-insn.c: New file.
836 * gdb.arch/riscv-unwind-long-insn.exp: New file.
837
838 2019-06-04 Christian Biesinger <cbiesinger@google.com>
839
840 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
841
842 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
843
844 * lib/gdb.exp (help_list_trailer): New regexp variable
845 factorizing the help trailer message.
846 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
847 arg to allow to better factorize various tests.
848 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
849 (test_prefix_command_help): Use help_list_trailer.
850 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
851 * gdb.guile/scm-cmd.exp: Likewise.
852 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
853 * gdb.base/help.exp: Use test_user_defined_class_help.
854 * gdb.base/style.exp: Add tests for styling of help and apropos.
855 * lib/gdb-utils.exp (style): Add title and highlight styles.
856
857 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
858
859 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
860 $_shell_exitsignal.
861 * gdb.base/default.exp: Update for new convenience variables.
862
863 2019-05-29 Tom Tromey <tromey@adacore.com>
864
865 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
866 to "break complete ada" test case's regexp.
867
868 2019-05-29 Tom Tromey <tromey@adacore.com>
869
870 PR c++/20020:
871 * gdb.cp/constexpr-field.exp: New file.
872 * gdb.cp/constexpr-field.cc: New file.
873
874 2019-05-29 Tom Tromey <tromey@adacore.com>
875
876 * gdb.base/finish.exp (finish_no_print): New proc.
877 (finish_tests): Call it.
878
879 2019-05-24 Tom de Vries <tdevries@suse.de>
880
881 * gdb.dwarf2/gdb-add-index.exp: New file.
882
883 2019-05-22 Tom Tromey <tromey@adacore.com>
884
885 * gdb.base/info-shared.exp (check_info_shared): Use "style".
886 * gdb.base/style.exp: Use "style".
887 * lib/gdb-utils.exp (style): New proc.
888
889 2019-05-22 Tom de Vries <tdevries@suse.de>
890
891 * gdb.base/align.exp: Require c++11.
892
893 2019-05-22 Tom de Vries <tdevries@suse.de>
894
895 PR testsuite/24586
896 * gdb.python/py-mi-var-info-path-expression.exp: Call
897 mi_skip_python_tests to check if python is supported.
898
899 2019-05-22 Alan Hayward <alan.hayward@arm.com>
900
901 * gdb.arch/aarch64-pauth.c: New test.
902 * gdb.arch/aarch64-pauth.exp: New file.
903
904 2019-05-22 Alan Hayward <alan.hayward@arm.com>
905
906 * README (Re-running Tests Outside The Testsuite): New section.
907
908 2019-05-21 Tom de Vries <tdevries@suse.de>
909
910 * gdb.arch/amd64-eval.exp: Require c++11.
911 * gdb.base/max-depth.exp: Same.
912 * gdb.compile/compile-cplus-array-decay.exp: Same.
913 * gdb.cp/meth-typedefs.exp: Same.
914 * gdb.cp/subtypes.exp: Same.
915 * gdb.cp/temargs.exp: Same.
916
917 2019-05-21 Alan Hayward <alan.hayward@arm.com>
918
919 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
920
921 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
922
923 PR gdb/18644
924 * gdb.fortran/complex.exp: Remove setup_kfail calls.
925 * gdb.fortran/printing-types.exp: Add new test.
926 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
927 testing.
928 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
929 setup_kfail call.
930
931 2019-05-17 Alan Hayward <alan.hayward@arm.com>
932
933 * README (Running the Testsuite): Change example.
934 (Testsuite Parameters): Remove TRANSCRIPT.
935 * lib/gdb.exp: Remove TRANSCRIPT check.
936
937 2019-05-17 Alan Hayward <alan.hayward@arm.com>
938
939 * README (Testsuite Parameters): Add replay logging to
940 GDBSERVER_DEBUG.
941 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
942 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
943 as a comma separated list.
944 (gdb_debug_init): Override procedure.
945
946 2019-05-17 Alan Hayward <alan.hayward@arm.com>
947
948 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
949 (gdb_write_cmd_file): New procedure.
950 * lib/gdbserver-support.exp (gdbserver_start): Call
951 gdbserver_write_cmd_file.
952 (gdbserver_write_cmd_file): New procedure.
953
954 2019-05-17 Alan Hayward <alan.hayward@arm.com>
955
956 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
957 (delete_breakpoints): Likewise.
958 (gdb_run_cmd): Likewise.
959 (gdb_start_cmd): Likewise.
960 (gdb_starti_cmd): Likewise.
961 (gdb_internal_error_resync): Likewise.
962 (gdb_test_multiple): Likewise.
963 (gdb_reinitialize_dir): Likewise.
964 (default_gdb_exit): Likewise.
965 (gdb_file_cmd): Mark kill as optional.
966 (default_gdb_start): Call gdb_stdin_log_init.
967 (send_gdb): Call gdb_stdin_log_write.
968 (rerun_to_main): Mark Y as an answer.
969 (gdb_stdin_log_init): New function.
970 (gdb_stdin_log_write): Likewise.
971
972 2019-05-17 Alan Hayward <alan.hayward@arm.com>
973
974 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
975 * gdb.base/debug-expr.exp: Likewise.
976 * gdb.base/foll-fork.exp: Likewise.
977 * gdb.base/foll-vfork.exp: Likewise.
978 * gdb.base/fork-print-inferior-events.exp: Likewise.
979 * gdb.base/gdb-sigterm.exp: Likewise.
980 * gdb.base/gdbinit-history.exp: Likewise.
981 * gdb.base/osabi.exp: Likewise.
982 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
983 * gdb.base/ui-redirect.exp: Likewise.
984 * gdb.gdb/unittest.exp: Likewise.
985 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
986 * gdb.mi/mi-watch.exp: Likewise.
987 * gdb.mi/new-ui-mi-sync.exp: Likewise.
988 * gdb.mi/user-selected-context-sync.exp: Likewise.
989 * gdb.python/python.exp: Disable debug test when debugging.
990 * gdb.threads/check-libthread-db.exp: Disable when debugging.
991 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
992 Likewise.
993 * gdb.threads/stepi-random-signal.exp: Likewise.
994
995 2019-05-17 Alan Hayward <alan.hayward@arm.com>
996
997 * Makefile.in: Pass through GDB_DEBUG.
998 * README (Testsuite Parameters): Add GDB_DEBUG.
999 (gdb,debug): Add board setting.
1000 * lib/gdb.exp (default_gdb_start): Start debugging.
1001 (gdb_debug_enabled): New procedure.
1002 (gdb_debug_init): Likewise.
1003
1004 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1005
1006 * Makefile.in: Pass through GDB_DEBUG.
1007 * README (Testsuite Parameters): Add GDB_DEBUG.
1008 (gdb,debug): Add board setting.
1009 * lib/gdb.exp (default_gdb_start): Start debugging.
1010 (gdb_debug_enabled): New procedure.
1011 (gdb_debug_init): Likewise.
1012
1013 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1014
1015 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1016
1017 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1018
1019 * gdb.base/ui-redirect.exp: Test redirection.
1020
1021 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1022
1023 * gdb.mi/mi-complete.exp: New file.
1024 * gdb.mi/mi-complete.cc: Likewise.
1025
1026 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1027
1028 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1029 indexed and sliced arrays, and pointers to arrays.
1030
1031 2019-05-14 Tom Tromey <tromey@adacore.com>
1032
1033 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1034 styling test.
1035
1036 2019-05-14 Tom de Vries <tdevries@suse.de>
1037
1038 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1039 selection entry encoding.
1040
1041 2019-05-10 Tom Tromey <tromey@adacore.com>
1042
1043 * gdb.ada/info_exc.exp: Add "complete" test.
1044
1045 2019-05-09 Tom de Vries <tdevries@suse.de>
1046
1047 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1048 CU-relative.
1049
1050 2019-05-09 Tom de Vries <tdevries@suse.de>
1051
1052 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1053 CU-relative.
1054
1055 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1056
1057 * gdb.ada/frame_arg_lang.exp: New testcase.
1058 * gdb.ada/frame_arg_lang/bla.adb: New file.
1059 * gdb.ada/frame_arg_lang/pck.ads: New file.
1060 * gdb.ada/frame_arg_lang/pck.adb: New file.
1061 * gdb.ada/frame_arg_lang/foo.c: New file.
1062
1063 2019-05-08 Tom Tromey <tromey@adacore.com>
1064
1065 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1066
1067 2019-05-08 Tom Tromey <tromey@adacore.com>
1068
1069 * gdb.base/ptype-offsets.exp: Update tests.
1070
1071 2019-05-08 Tom Tromey <tromey@adacore.com>
1072
1073 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1074 cases.
1075 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1076 "short".
1077
1078 2019-05-08 Tom Tromey <tromey@adacore.com>
1079
1080 * gdb.ada/vla.exp: New file.
1081 * gdb.ada/vla/vla.adb: New file.
1082
1083 2019-05-07 Tom de Vries <tdevries@suse.de>
1084
1085 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1086
1087 2019-05-07 Tom de Vries <tdevries@suse.de>
1088
1089 PR testsuite/24522
1090 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1091 section.
1092
1093 2019-05-07 Tom de Vries <tdevries@suse.de>
1094
1095 PR testsuite/24522
1096 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1097 .debug_aranges section.
1098
1099 2019-05-07 Tom de Vries <tdevries@suse.de>
1100
1101 PR testsuite/24159
1102 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1103
1104 2019-05-06 Tom de Vries <tdevries@suse.de>
1105
1106 * lib/gdb.exp (exec_has_index_section): New proc.
1107 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1108 section.
1109
1110 2019-05-04 Tom de Vries <tdevries@suse.de>
1111
1112 * boards/cc-with-debug-names.exp: New file.
1113
1114 2019-05-03 Tom Tromey <tromey@adacore.com>
1115
1116 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1117 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1118 * gdb.ada/char_enum.exp: Add test.
1119
1120 2019-05-03 Tom de Vries <tdevries@suse.de>
1121
1122 * boards/cc-with-gdb-index.exp: New file.
1123
1124 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * gdb.rust/simple.exp: Add new test case.
1127 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1128 (main): Initialise an instance of the new struct.
1129
1130 2019-05-01 Tom Tromey <tromey@adacore.com>
1131
1132 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1133 record.
1134 (NPR): New variable.
1135 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1136 test.
1137
1138 2019-05-01 Tom Tromey <tromey@adacore.com>
1139
1140 * gdb.ada/packed_array_assign.exp: Add packed assignment
1141 regression test.
1142
1143 2019-05-01 Tom de Vries <tdevries@suse.de>
1144
1145 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1146
1147 2019-05-01 Tom de Vries <tdevries@suse.de>
1148
1149 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1150
1151 2019-04-30 Ali Tamur <tamur@google.com>
1152
1153 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1154
1155 2019-04-30 Tom Tromey <tromey@adacore.com>
1156
1157 * lib/ada.exp (find_ada_tool): New proc.
1158 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1159 * gdb.ada/catch_ex_std.exp: New file.
1160 * gdb.ada/catch_ex_std/foo.adb: New file.
1161 * gdb.ada/catch_ex_std/some_package.adb: New file.
1162 * gdb.ada/catch_ex_std/some_package.ads: New file.
1163
1164 2019-04-30 Tom Tromey <tromey@adacore.com>
1165
1166 PR c++/24470:
1167 * gdb.cp/temargs.cc: Add test code from PR.
1168
1169 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1170
1171 * gdb.fortran/vla-datatypes.exp: Update expected results.
1172 * gdb.fortran/vla-ptype.exp: Likewise.
1173 * gdb.fortran/vla-type.exp: Likewise.
1174 * gdb.fortran/vla-value.exp: Likewise.
1175
1176 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1177
1178 * gdb.fortran/ptr-indentation.exp: Update expected results.
1179 * gdb.fortran/ptype-on-functions.exp: Likewise.
1180 * gdb.fortran/vla-ptr-info.exp: Likewise.
1181 * gdb.fortran/vla-value.exp: Likewise.
1182
1183 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1184
1185 * gdb.fortran/ptype-on-functions.exp: New file.
1186 * gdb.fortran/ptype-on-functions.f90: New file.
1187
1188 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1189
1190 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1191 case void string.
1192
1193 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1194
1195 * gdb.fortran/complex.exp: Expand.
1196 * gdb.fortran/complex.f: Renamed to...
1197 * gdb.fortran/complex.f90: ...this, and extended to add more
1198 complex values.
1199
1200 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1201
1202 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1203 MODULO, CMPLX.
1204
1205 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1206 Richard Bunt <richard.bunt@arm.com>
1207
1208 * gdb.base/max-depth.c: New file.
1209 * gdb.base/max-depth.exp: New file.
1210 * gdb.python/py-nested-maps.c: New file.
1211 * gdb.python/py-nested-maps.exp: New file.
1212 * gdb.python/py-nested-maps.py: New file.
1213 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1214 (test_all_common): Call test_max_depth.
1215 * gdb.fortran/max-depth.exp: New file.
1216 * gdb.fortran/max-depth.f90: New file.
1217 * gdb.go/max-depth.exp: New file.
1218 * gdb.go/max-depth.go: New file.
1219 * gdb.modula2/max-depth.exp: New file.
1220 * gdb.modula2/max-depth.c: New file.
1221 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1222
1223 2019-04-29 Tom de Vries <tdevries@suse.de>
1224
1225 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1226
1227 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1228
1229 * gdb.base/callexit.exp: Test may-call-functions off.
1230
1231 2019-04-25 Keith Seitz <keiths@redhat.com>
1232
1233 PR c++/24367
1234 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1235 (another_incomplete_struct, test_incomplete): New definitions.
1236 (main): Use new definitions.
1237 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1238 functions.
1239
1240 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1241
1242 PR corefiles/11608
1243 PR corefiles/18187
1244 * gdb.base/coredump-filter-build-id.exp: New file.
1245
1246 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1247
1248 * Makefile.in: Pass through GDBSERVER_DEBUG.
1249 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1250 (gdbserver,debug): Add board setting.
1251 * gdb.trace/tspeed.exp: Skip when debugging.
1252 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1253 * lib/gdbserver-support.exp: Likewise
1254
1255 2019-04-24 Tom Tromey <tromey@adacore.com>
1256
1257 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1258 Rust.
1259
1260 2019-04-24 Tom Tromey <tromey@adacore.com>
1261
1262 * gdb.arch/amd64-eval.exp: Test bitfield return.
1263 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1264 (class Foo) <return_bitfields>: New method.
1265 (main): Call it.
1266
1267 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.cp/many-args.cc: New file.
1270 * gdb.cp/many-args.exp: New file.
1271
1272 2019-04-23 Tom de Vries <tdevries@suse.de>
1273
1274 PR gdb/24433
1275 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1276
1277 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1278
1279 * gdb.trace/backtrace.exp: Use nopie flag.
1280 * gdb.trace/circ.exp: Likewise.
1281 * gdb.trace/collection.exp: Likewise.
1282 * gdb.trace/ftrace.exp: Likewise.
1283 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1284 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1285 * gdb.trace/qtro.exp: Likewise.
1286 * gdb.trace/read-memory.exp: Likewise.
1287 * gdb.trace/report.exp: Likewise.
1288 * gdb.trace/tfile.exp: Likewise.
1289 * gdb.trace/tfind.exp: Likewise.
1290 * gdb.trace/unavailable.exp: Likewise.
1291
1292 2019-04-22 Pedro Alves <palves@redhat.com>
1293
1294 * gdb.base/solib-probes-nosharedlibrary.c,
1295 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1296
1297 2019-04-19 Tom Tromey <tromey@adacore.com>
1298
1299 * gdb.ada/ptype_union.c: New file.
1300 * gdb.ada/ptype_union.exp: New file.
1301
1302 2019-04-19 Tom Tromey <tromey@adacore.com>
1303
1304 PR symtab/24423:
1305 * gdb.base/list0.h (foo): Add a control-l character.
1306
1307 2019-04-18 Tom de Vries <tdevries@suse.de>
1308
1309 PR gdb/24433
1310 * boards/local-board.exp: Set sysroot to "".
1311
1312 2019-04-18 Tom de Vries <tdevries@suse.de>
1313 Pedro Alves <palves@redhat.com>
1314
1315 PR gdb/24454
1316 * gdb.threads/vfork-follow-child-exec.c: New file.
1317 * gdb.threads/vfork-follow-child-exec.exp: New file.
1318 * gdb.threads/vfork-follow-child-exit.c: New file.
1319 * gdb.threads/vfork-follow-child-exit.exp: New file.
1320
1321 2019-04-15 Leszek Swirski <leszeks@google.com>
1322
1323 * gdb.arch/amd64-eval.cc: New file.
1324 * gdb.arch/amd64-eval.exp: New file.
1325
1326 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1327
1328 * gdb.server/sysroot.c: New test.
1329 * gdb.server/sysroot.exp: New file.
1330 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1331 matching param.
1332
1333 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1334
1335 * gdb.base/align.exp: Extend test to cover structures containing
1336 only static fields.
1337
1338 2019-04-11 Tom de Vries <tdevries@suse.de>
1339
1340 * boards/cc-with-dwz-m.exp: New file.
1341 * boards/cc-with-dwz.exp: New file.
1342 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1343
1344 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1345
1346 * gdb.base/start-cpp.exp: New file.
1347 * gdb.base/start-cpp.cc: New file.
1348
1349 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1350
1351 * gdb.python/py-thrhandle.exp: Adjust tests to call
1352 thread_from_handle instead of thread_from_thread_handle.
1353
1354 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1355
1356 * gdb.python/py-thrhandle.exp: Add tests for
1357 gdb.InferiorThread.handle.
1358
1359 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.python/py-function.exp: Check calling helper function from
1362 all languages.
1363 * lib/gdb.exp (gdb_supported_languages): New proc.
1364
1365 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1366
1367 * gdb.base/complex-parts.c: New file.
1368 * gdb.base/complex-parts.exp: New file.
1369
1370 2019-04-01 Tom Tromey <tromey@adacore.com>
1371
1372 PR symtab/23331:
1373 * gdb.dwarf2/dw2-ranges-main.c: New file.
1374 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1375 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1376
1377 2019-03-30 Simon Marchi <simark@simark.ca>
1378
1379 * gdb.base/default.exp: Add values for $_gdb_major and
1380 $_gdb_minor.
1381
1382 2019-03-29 Tom Tromey <tromey@adacore.com>
1383
1384 * gdb.base/help.exp: Tighten apropos regexp.
1385
1386 2019-03-29 Keith Seitz <keiths@redhat.com>
1387
1388 * gdb.fortran/array-bounds.exp: New file.
1389 * gdb.fortran/array-bounds.f90: New file.
1390
1391 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1392
1393 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1394
1395 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1396
1397 * gdb.multi/hello.c (main): Increase alarm timer.
1398
1399 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1400
1401 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1402 factor when no hardware watchpoint support.
1403
1404 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1405 Pedro Alves <palves@redhat.com>
1406
1407 * boards/local-board.exp: set sysroot to /.
1408
1409 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1410
1411 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1412 in child.
1413
1414 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1415
1416 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1417 field.
1418 (make_container): Initialise new field.
1419 * gdb.python/py-prettyprint.exp: Add new tests.
1420 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1421 <display_hint>: New method.
1422
1423 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1424
1425 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1426 gdb_continue_to_breakpoint more throughout this test.
1427 (run_lang_tests) Supply unique test names, and use
1428 gdb_test_no_output.
1429
1430 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1431
1432 * gdb.base/finish-pretty.exp: Update expected results.
1433 * gdb.base/pretty-print.c: New file.
1434 * gdb.base/pretty-print.exp: New file.
1435
1436 2019-03-25 Pedro Alves <palves@redhat.com>
1437
1438 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1439 move comments outside list. Append '-i "" eof' section.
1440
1441 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1442
1443 * README: Add pie options.
1444 * gdb.base/break-interp.exp: Ensure pie is disabled.
1445 * gdb.base/dump.exp: Likewise.
1446 * lib/gdb.exp (gdb_compile): Add pie option.
1447
1448 2019-03-19 Tom Tromey <tromey@adacore.com>
1449
1450 * gdb.mi/mi2-cli-display.c: New file.
1451 * gdb.mi/mi2-cli-display.exp: New file.
1452
1453 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1454 Tom Tromey <tromey@adacore.com>
1455
1456 * gdb.ada/ptype_array/pck.adb: New file.
1457 * gdb.ada/ptype_array/pck.ads: New file.
1458 * gdb.ada/ptype_array/foo.adb: New file.
1459 * gdb.ada/ptype_array.exp: New file.
1460
1461 2019-03-14 Tom Tromey <tromey@adacore.com>
1462
1463 * gdb.base/style.exp: Add "set style sources" test.
1464
1465 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1466
1467 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1468 * mi-breakpoint-multiple-locations.exp: ... this.
1469 (make_breakpoints_pattern): New proc.
1470 (do_test): Add mi_version parameter, test -break-insert,
1471 -break-info and =breakpoint-created.
1472
1473 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1474
1475 * config/default.exp: Remove 'load_lib gdb.exp'.
1476 * config/monitor.exp: Likewise.
1477 * config/sid.exp: Likewise.
1478 * config/sim.exp: Likewise.
1479 * config/slite.exp: Likewise.
1480 * config/unix.exp: Likewise.
1481 * gdb.base/default.exp: Remove unhelpful comment.
1482
1483 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1484
1485 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1486
1487 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1488
1489 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1490
1491 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * gdb.fortran/type-kinds.exp: Update expected results.
1494
1495 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1496
1497 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1498
1499 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1500
1501 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1502 function.
1503 (test_basic_parsing_of_type_kinds): Expand types tested.
1504 (test_parsing_invalid_type_kinds): New function.
1505
1506 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1507
1508 * gdb.fortran/intrinsics.exp: New file.
1509 * gdb.fortran/intrinsics.f90: New file.
1510 * gdb.fortran/type-kinds.exp: New file.
1511
1512 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1513
1514 * gdb.fortran/dot-ops.exp: New file.
1515
1516 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1517
1518 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1519 Check upper and lower case logical literals.
1520
1521 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1522
1523 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1524 Remove duplicate tests.
1525
1526 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1527
1528 * lib/gdb.exp (builtin_cd): rename of cd.
1529 (cd): Override builtin.
1530
1531 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1532
1533 * gdb.fortran/function-calls.exp: New file.
1534 * gdb.fortran/function-calls.f90: New test.
1535
1536 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1537
1538 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1539 on user program standard output.
1540 * gdb.fortran/short-circuit-argument-list.f90: Record function
1541 calls.
1542
1543 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1544
1545 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1546 failure.
1547
1548 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1549
1550 PR gdb/8527
1551 * gdb.base/interrupt-daemon-attach.c,
1552 gdb.base/interrupt-daemon-attach.exp: New test.
1553
1554 2019-02-27 Pedro Alves <palves@redhat.com>
1555
1556 * gdb.base/page.exp: Add tests for "set width/height -1".
1557
1558 2019-02-27 Pedro Alves <palves@redhat.com>
1559
1560 * gdb.base/page.exp: Add tests for "set/show width/height" with
1561 "infinite" values.
1562
1563 2019-02-27 Tom Tromey <tromey@adacore.com>
1564
1565 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1566 2.4.
1567 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1568 workaround.
1569
1570 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1571
1572 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1573 tests for structs with static members.
1574
1575 2019-02-26 Tom Tromey <tromey@adacore.com>
1576
1577 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1578 ValueError, not TypeError.
1579
1580 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1581
1582 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1583 call from main program.
1584
1585 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1586
1587 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1588 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1589 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1590 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1591 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1592
1593 2019-02-22 Keith Seitz <keiths@redhat.com>
1594
1595 PR symtab/23853
1596 * gdb.base/symlink-sourcefile.c: New file.
1597 * gdb.base/symlink-sourcefile.exp: New file.
1598
1599 2019-02-20 Tom Tromey <tom@tromey.com>
1600
1601 * gdb.base/info_qt.exp: Update.
1602
1603 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1604
1605 * gdb.base/source.exp: Move "error in sourced script" code to
1606 the end.
1607 * gdb.base/source-error.gdb: Move contents to
1608 source-error-1.gdb. Add new code to source source-error-1.gdb.
1609 * gdb.base/source-error-1.gdb: New file, from previous
1610 source-error.gdb.
1611
1612 2019-02-17 Tom Tromey <tom@tromey.com>
1613
1614 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1615 for macro styling.
1616 * gdb.base/style.c (SOME_MACRO): New macro.
1617
1618 2019-02-17 Tom Tromey <tom@tromey.com>
1619
1620 * gdb.base/style.exp: Add line-wrapping tests.
1621 * gdb.base/page.exp: Add test for quitting during pagination.
1622
1623 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1624
1625 * gdb.ada/big_packed_array: New testcase.
1626 * gdb.ada/homonym.exp: Fix incorrect expected output for
1627 "break <homonym__get_value>" test.
1628
1629 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1630
1631 PR breakpoints/21870
1632 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1633 and prepare_for_testing. Add comment.
1634 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1635 redundant cleanup call. Clean up comment.
1636
1637 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1638
1639 PR breakpoints/21870
1640 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1641 * gdb.arch/aarch64-dbreg-contents.c: New file.
1642
1643 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1644
1645 * gdb.ada/mi_ref_changeable: New testcase.
1646
1647 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1648
1649 * gdb.base/attach.exp: Add double attach test.
1650
1651 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1652
1653 * lib/gdb.exp (default_gdb_start): Don't match pagination
1654 prompt.
1655 (gdb_init): Set stty_init.
1656
1657 2019-01-27 Tom Tromey <tom@tromey.com>
1658
1659 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1660 skip_python_tests.
1661
1662 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1663
1664 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1665 New structure.
1666 (struct struct_static_02_02): Likewise.
1667 (struct struct_static_02_03): Likewise.
1668 (struct struct_static_02_04): Likewise.
1669 (struct struct_static_04_01): Likewise.
1670 (struct struct_static_04_02): Likewise.
1671 (struct struct_static_04_03): Likewise.
1672 (struct struct_static_04_04): Likewise.
1673 (struct struct_static_06_01): Likewise.
1674 (struct struct_static_06_02): Likewise.
1675 (struct struct_static_06_03): Likewise.
1676 (struct struct_static_06_04): Likewise.
1677 (cmp_struct_static_02_01): Likewise.
1678 (cmp_struct_static_02_02): Likewise.
1679 (cmp_struct_static_02_03): Likewise.
1680 (cmp_struct_static_02_04): Likewise.
1681 (cmp_struct_static_04_01): Likewise.
1682 (cmp_struct_static_04_02): Likewise.
1683 (cmp_struct_static_04_03): Likewise.
1684 (cmp_struct_static_04_04): Likewise.
1685 (cmp_struct_static_06_01): Likewise.
1686 (cmp_struct_static_06_02): Likewise.
1687 (cmp_struct_static_06_03): Likewise.
1688 (cmp_struct_static_06_04): Likewise.
1689 (call_all): Test new structs.
1690 * gdb.base/infcall-nested-structs.exp: Likewise.
1691
1692 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1693 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1694
1695 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1696 * gdb.base/stack-protector.c: New test.
1697 * gdb.base/stack-protector.exp: New file.
1698 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1699 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1700 option.
1701 (gdb_compile): Remove stack protector for GCC and prevent
1702 recursion.
1703
1704 2019-01-16 Keith Seitz <keiths@redhat.com>
1705
1706 PR gdb/23773
1707 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1708
1709 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1710
1711 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1712 aliases.
1713 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1714 tests.
1715 * gdb.arch/powerpc-vector-regs.c: New file.
1716 * gdb.arch/powerpc-vector-regs.exp: New file.
1717
1718 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1719
1720 * gdb.arch/altivec-regs.exp: Fix the list passed to
1721 gdb_expect_list when testing "info vector".
1722
1723 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.base/style.exp: Don't include path in testname.
1726
1727 2019-01-10 Keith Seitz <keiths@redhat.com>
1728
1729 PR gdb/23712
1730 PR symtab/23010
1731 * gdb.dwarf2/multidictionary.exp: New file.
1732
1733 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1734
1735 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1736 (test_gnuv3_style_demangling): ... this.
1737 (test_lucid_style_demangling): Remove.
1738 (test_arm_style_demangling): Remove.
1739 (test_hp_style_demangling): Remove.
1740 (do_tests): Remove calls to the above.
1741
1742 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1743
1744 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1745 case.
1746
1747 2019-01-06 Tom Tromey <tom@tromey.com>
1748
1749 PR gdb/28155:
1750 * gdb.dwarf2/typedef-void-finish.exp: New file.
1751
1752 2018-12-28 Tom Tromey <tom@tromey.com>
1753 Simon Marchi <simark@simark.ca>
1754
1755 * gdb.base/jit-exec.exp: New file.
1756 * gdb.base/jit-exec.c: New file.
1757 * gdb.base/jit-execd.c: New file.
1758
1759 2018-12-28 Tom Tromey <tom@tromey.com>
1760
1761 * gdb.base/style.exp: Update test to check for address styling.
1762
1763 2018-12-28 Tom Tromey <tom@tromey.com>
1764
1765 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1766 message.
1767
1768 2018-12-28 Tom Tromey <tom@tromey.com>
1769
1770 * gdb.base/style.exp: Add test for version number styling.
1771
1772 2018-12-28 Tom Tromey <tom@tromey.com>
1773
1774 * gdb.base/style.exp: Add test for print_address_symbolic.
1775
1776 2018-12-28 Tom Tromey <tom@tromey.com>
1777
1778 * gdb.base/style.exp: Add test for breakpoint setting.
1779
1780 2018-12-28 Tom Tromey <tom@tromey.com>
1781
1782 * gdb.base/style.exp: Add test for variable names.
1783
1784 2018-12-28 Tom Tromey <tom@tromey.com>
1785
1786 * gdb.base/style.exp: New file.
1787 * gdb.base/style.c: New file.
1788
1789 2018-12-28 Tom Tromey <tom@tromey.com>
1790
1791 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1792 "dumb".
1793 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1794 the TERM environment variable.
1795
1796 2018-12-27 Tom Tromey <tom@tromey.com>
1797
1798 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1799 pagination test.
1800
1801 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1804 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1805
1806 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1807
1808 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1809 Filename a.adb changed to bp_fun_addr.adb.
1810 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1811
1812 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1813
1814 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1815 non-PIE executables.
1816 * README: Mention the gdb,nopie_flag board setting.
1817 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1818 non-PIE executable.
1819 * gdb.arch/amd64-entry-value.exp: Likewise.
1820 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1821 * gdb.arch/i386-float.exp: Likewise.
1822 * gdb.arch/i386-signal.exp: Likewise.
1823 * gdb.mi/mi-reg-undefined.exp: Likewise.
1824
1825 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1826
1827 PR gdb/23974
1828 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1829
1830 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1831
1832 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1833 Update order of results accordingly.
1834
1835 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1836
1837 * gdb.base/annota1.exp: Update a test regexp.
1838
1839 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1842
1843 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1844
1845 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1846 (reuse_time): Initialize to REUSE_TIME_CAP.
1847 (check_rc): New function.
1848 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1849 Check pthread_create rc.
1850 (spawner_thread_func): Check pthread_create and pthread_join rc.
1851
1852 2018-12-08 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.base/list.exp (test_forward_search): Rename to ...
1855 (test_forward_reverse_search): ... this. Also test reverse-search
1856 and the forward-search alias.
1857
1858 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1859
1860 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1861 local timeout variable before return, and remove all local timeout
1862 variable entirely.
1863 (gdb_load): Likewise.
1864
1865 2018-12-01 Tom de Vries <tdevries@suse.de>
1866
1867 * gdb.base/gdb-caching-proc.exp: New file.
1868
1869 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1870
1871 * Makefile.in (TIMESTAMP): New variable.
1872 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1873 command.
1874 (check-single-racy): Likewise.
1875 (check/%.exp): Likewise.
1876 (check-racy/%.exp): Likewise.
1877 (workers/%.worker): Likewise.
1878 (build-perf): Likewise.
1879 (check-perf): Likewise.
1880 * README: Describe new "TS" and "TS_FORMAT" variables.
1881 * print-ts.py: New file.
1882
1883 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1884
1885 PR python/23714
1886 * gdb.python/python.exp: Test command repetition after
1887 gdb.execute.
1888
1889 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1892 is correctly aligned.
1893
1894 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1895
1896 * gdb.ada/info_auto_lang.exp: New testcase.
1897 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1898 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1899 * gdb.ada/info_auto_lang/some_c.c: New file.
1900
1901 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1902
1903 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1904 FUNC_lang language syntax.
1905
1906 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1907
1908 * gdb.base/info_minsym.c: New file.
1909 * gdb.base/info_minsym.exp: New file.
1910
1911 2018-11-19 Tom Tromey <tom@tromey.com>
1912
1913 PR rust/23625:
1914 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1915 * gdb.rust/expr.exp: Update expected output. Change one test.
1916
1917 2018-11-19 Tom Tromey <tom@tromey.com>
1918
1919 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1920
1921 2018-11-19 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1924 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1925 see the expected warning.
1926
1927 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1928
1929 PR gdb/22736:
1930 * gdb.cp/infcall-nodebug-lib.c: New test.
1931 * gdb.cp/infcall-nodebug-main.c: New test.
1932 * gdb.cp/infcall-nodebug.exp: New file.
1933
1934 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1935
1936 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1937 completer tests.
1938
1939 2018-11-09 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.base/msym-lang.c: New test.
1942 * gdb.base/msym-lang.exp: New file.
1943 * gdb.base/msym-lang-main.c: New test.
1944
1945 2018-11-08 Tom Tromey <tom@tromey.com>
1946
1947 PR gdb/23555:
1948 PR gdb/23838:
1949 * gdb.base/warning.exp: New file.
1950
1951 2018-11-08 Jan Beulich <jbeulich@suse.com>
1952
1953 * testsuite/gdb.arch/i386-avx512.c,
1954 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1955
1956 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1957
1958 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1959 point hardware.
1960
1961 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1962
1963 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1964 * gdb.dwarf2/missing-type-name.exp: New file.
1965
1966 2018-11-06 Tom de Vries <tdevries@suse.de>
1967
1968 * gdb.base/many-headers.c: New test.
1969 * gdb.base/many-headers.exp: New file.
1970
1971 2018-11-06 Jim Wilson <jimw@sifive.com>
1972
1973 * gdb.base/code_elim.exp: For riscv, set additional_flags
1974 to include -msmall-data-limit=0.
1975
1976 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1977
1978 * gdb.ada/watch_minus_l: New testcase.
1979
1980 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1981
1982 * gdb.arch/aix-sighandle.c: New file.
1983 * gdb.arch/aix-sighandle.exp: New file.
1984
1985 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1986
1987 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1988 registers being unions.
1989
1990 2018-10-31 Tom de Vries <tdevries@suse.de>
1991
1992 * lib/valgrind.exp: New file.
1993 (vgdb_start, vgdb_stop): New procs, factored out of ...
1994 * gdb.base/valgrind-bt.exp: ... here, ...
1995 * gdb.base/valgrind-disp-step.exp: ... here and ...
1996 * gdb.base/valgrind-infcall.exp: ... here.
1997
1998 2018-10-31 Tom de Vries <tdevries@suse.de>
1999
2000 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2001
2002 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2003
2004 * gdb.dwarf2/void-type.c: New file.
2005 * gdb.dwarf2/void-type.exp: New file.
2006
2007 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2008
2009 * gdb.base/info_qt.c: New file.
2010 * gdb.base/info_qt.exp: New file.
2011
2012 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2013
2014 * gdb.arch/powerpc-htm-regs.c: New file.
2015 * gdb.arch/powerpc-htm-regs.exp: New file.
2016
2017 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2018
2019 * gdb.arch/powerpc-tar.c: New file.
2020 * gdb.arch/powerpc-tar.exp: New file.
2021
2022 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2023
2024 * gdb.arch/powerpc-ppr-dscr.c: New file.
2025 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2026
2027 2018-10-25 Tom de Vries <tdevries@suse.de>
2028
2029 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2030
2031 2018-10-24 Tom de Vries <tdevries@suse.de>
2032
2033 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2034 longer exists error.
2035
2036 2018-10-24 Tom de Vries <tdevries@suse.de>
2037
2038 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2039
2040 2018-10-24 Tom de Vries <tdevries@suse.de>
2041
2042 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2043 --db-attach in valgrind.
2044
2045 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2046
2047 * gdb.arch/riscv-reg-aliases.c: New file.
2048 * gdb.arch/riscv-reg-aliases.exp: New file.
2049
2050 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2051
2052 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2053
2054 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2055
2056 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2057
2058 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2059
2060 * gdb.cp/ovldbreak.exp: Fix regexps.
2061
2062 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2063
2064 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2065
2066 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2067
2068 PR cli/23785
2069 * gdb.base/restore.exp: New test to check if "restore" with an
2070 invalid file doesn't segfault.
2071
2072 2018-10-18 Tom de Vries <tdevries@suse.de>
2073
2074 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2075 * gdb.ada/excep_handle.exp: Same.
2076 * gdb.ada/mi_string_access.exp: Same.
2077 * gdb.ada/mi_var_union.exp: Same.
2078 * gdb.arch/arc-analyze-prologue.exp: Same.
2079 * gdb.arch/arc-decode-insn.exp: Same.
2080 * gdb.base/readnever.exp: Same.
2081 * gdb.fortran/printing-types.exp: Same.
2082 * gdb.guile/scm-lazy-string.exp: Same.
2083
2084 2018-10-16 Tom de Vries <tdevries@suse.de>
2085
2086 PR gdb/23730
2087 * gdb.base/catch-follow-exec.c: Add copyright notice.
2088 * gdb.base/catch-follow-exec.exp: Rewrite to use
2089 gdb_spawn_with_cmdline_opts. Require gdb-native.
2090
2091 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2092
2093 * gdb.trace/actions-changed.exp: Check for arch support.
2094 * gdb.trace/actions.exp: Likewise.
2095 * gdb.trace/ax.exp: Likewise.
2096 * gdb.trace/backtrace.exp: Likewise.
2097 * gdb.trace/change-loc.exp: Likewise.
2098 * gdb.trace/deltrace.exp: Likewise.
2099 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2100 * gdb.trace/ftrace.exp: Likewise.
2101 * gdb.trace/infotrace.exp: Check for arch support.
2102 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2103 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2104 * gdb.trace/mi-tsv-changed.exp: Likewise.
2105 * gdb.trace/packetlen.exp: Likewise.
2106 * gdb.trace/passc-dyn.exp: Likewise.
2107 * gdb.trace/passcount.exp: Likewise.
2108 * gdb.trace/pending.exp: Likewise.
2109 * gdb.trace/range-stepping.exp: Check for shlib support.
2110 * gdb.trace/report.exp: Check for arch support.
2111 * gdb.trace/save-trace.exp: Likewise.
2112 * gdb.trace/signal.exp: Check for signal support.
2113 * gdb.trace/tfind.exp: Check for arch support.
2114 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2115 * gdb.trace/trace-common.h: Add comment.
2116 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2117 * gdb.trace/trace-enable-disable.exp: Likewise.
2118 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2119 * gdb.trace/tracecmd.exp: Check for arch support.
2120 * gdb.trace/tspeed.exp: Check for shlib and target support.
2121 * gdb.trace/tstatus.exp: Check for arch support.
2122 * gdb.trace/tsv.exp: Likewise.
2123 * gdb.trace/while-dyn.exp: Likewise.
2124 * gdb.trace/while-stepping.exp: Likewise.
2125 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2126
2127 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2128
2129 * gdb.trace/tspeed.exp: Remove nowarnings.
2130 (prepare_for_trace_test): Declare "global ipalib".
2131 * gdb.trace/tspeed.c: Include unistd.h.
2132 (main): Remove superfluous printf argument.
2133
2134 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2135
2136 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2137 directory prefix on the filename.
2138
2139 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2140
2141 * gdb.gdb/unittest.exp: Update expected message informing that
2142 selftests have been disabled.
2143 * gdb.server/unittest.exp: Likewise.
2144
2145 2018-10-09 Tom de Vries <tdevries@suse.de>
2146
2147 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2148 with runto_main.
2149
2150 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2151
2152 PR c++/16841
2153 * gdb.cp/virtbase2.cc: New file.
2154 * gdb.cp/virtbase2.exp: New file.
2155
2156 2018-10-06 Tom Tromey <tom@tromey.com>
2157
2158 PR python/19399:
2159 * gdb.python/py-inferior.exp: Add architecture test.
2160
2161 2018-10-06 Tom Tromey <tom@tromey.com>
2162
2163 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2164 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2165
2166 2018-10-06 Tom Tromey <tom@tromey.com>
2167
2168 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2169 of a "throw" catchpoint.
2170
2171 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2172
2173 * gdb.base/info-proc.exp: Update string expected from "help info
2174 proc".
2175
2176 2018-10-04 Tom Tromey <tom@tromey.com>
2177
2178 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2179 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2180 (test_initial_complaints, test_empty_complaints): Update.
2181 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2182
2183 2018-10-04 Tom Tromey <tom@tromey.com>
2184
2185 PR cli/19551:
2186 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2187 * lib/gdb.exp (gdb_file_cmd): Update.
2188 * gdb.stabs/weird.exp (print_weird_var): Update.
2189 * gdb.server/solib-list.exp: Update.
2190 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2191 * gdb.mi/mi-cli.exp: Update.
2192 * gdb.linespec/linespec.exp: Update.
2193 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2194 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2195 * gdb.cp/cp-relocate.exp: Update.
2196 * gdb.base/sym-file.exp: Update.
2197 * gdb.base/relocate.exp: Update.
2198 * gdb.base/readnever.exp: Update.
2199 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2200 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2201 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2202 * gdb.base/code_elim.exp: Update.
2203 * gdb.base/break-unload-file.exp (test_break): Update.
2204 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2205 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2206 Update.
2207 * gdb.base/attach.exp (do_attach_tests): Update.
2208 * gdb.base/sepdebug.exp: Update.
2209 * gdb.python/py-section-script.exp: Update.
2210
2211 2018-10-04 Tom Tromey <tom@tromey.com>
2212
2213 PR cli/22234:
2214 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2215 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2216 output.
2217
2218 2018-10-04 Tom Tromey <tom@tromey.com>
2219
2220 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2221 set width and height to 0.
2222 (test_command_line_attach_run): Use -quiet.
2223
2224 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2225
2226 * lib/gdb.exp (skip_ifunc_tests): New.
2227 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2228 other compile failures.
2229 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2230
2231 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2232
2233 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2234 is_amd64_regs_target.
2235
2236 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2237
2238 * gdb.arch/aarch64-sighandler-regs.c: New test.
2239 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2240 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2241
2242 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2243
2244 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2245 assembly.
2246
2247 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2248
2249 * gdb.base/frame-selection.exp: New file.
2250 * gdb.base/frame-selection.c: New file.
2251
2252 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2253
2254 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2255 pthread barrier.
2256 (main): Likewise.
2257
2258 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * gdb.base/large-frame-1.c: New file.
2261 * gdb.base/large-frame-2.c: New file.
2262 * gdb.base/large-frame.exp: New file.
2263 * gdb.base/large-frame.h: New file.
2264
2265 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2266
2267 PR gdb/20948
2268 * gdb.base/write_mem.exp: New test.
2269 * gdb.base/write_mem.c: Likewise.
2270
2271 2018-09-23 Tom Tromey <tom@tromey.com>
2272
2273 PR python/18852:
2274 * gdb.python/py-parameter.exp: Add test for parameter that throws
2275 on "set".
2276
2277 2018-09-23 Tom Tromey <tom@tromey.com>
2278
2279 PR python/17284:
2280 * gdb.python/py-template.exp (test_template_arg): Add test for
2281 negative template argument number.
2282
2283 2018-09-23 Tom Tromey <tom@tromey.com>
2284
2285 PR python/14062:
2286 * gdb.python/python.exp: Add test for post_event error.
2287
2288 2018-09-23 Tom Tromey <tom@tromey.com>
2289
2290 PR python/18170:
2291 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2292 convert pointers to int and long.
2293
2294 2018-09-23 Tom Tromey <tom@tromey.com>
2295
2296 PR python/20126:
2297 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2298 signed-ness conversion tests.
2299
2300 2018-09-23 Tom Tromey <tom@tromey.com>
2301
2302 PR python/18352;
2303 * gdb.python/py-value.exp (test_float_conversion): New proc.
2304 Use it.
2305
2306 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2307
2308 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2309
2310 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2311
2312 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2313 no readline.
2314 * gdb.base/utf8-identifiers.exp: Likewise.
2315 * gdb.cp/cpcompletion.exp: Likewise.
2316 * gdb.linespec/cpcompletion.exp: Likewise.
2317 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2318 * gdb.linespec/cpls-ops.exp: Likewise.
2319
2320 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2321 Chris January <chris.january@arm.com>
2322
2323 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2324 * gdb.fortran/short-circuit-argument-list.exp: New file.
2325 * gdb.fortran/short-circuit-argument-list.f90: New test.
2326
2327 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2328
2329 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2330 "arch=" keyword when executing "-stack-list-frames".
2331
2332 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2333
2334 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2335 "arch=" keyword when executing "-stack-list-frames".
2336
2337 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2338
2339 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2340 break ada".
2341
2342 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2343
2344 PR python/23669
2345 * gdb.python/python.exp: Test gdb.execute("show commands").
2346
2347 2018-09-16 Tom Tromey <tom@tromey.com>
2348
2349 * gdb.base/new-ui.exp (do_execution_tests): Update.
2350 * gdb.base/dbx.exp (test_breakpoints): Update.
2351
2352 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2353
2354 * lib/gdb.exp (gdb_simple_compile): Add proc.
2355 (is_elf_target): Use gdb_simple_compile.
2356 (skip_altivec_tests): Likewise.
2357 (skip_vsx_tests): Likewise.
2358 (skip_tsx_tests): Likewise.
2359 (skip_btrace_tests): Likewise.
2360 (skip_btrace_pt_tests): Likewise.
2361 (gdb_can_simple_compile): Likewise.
2362 (gdb_has_argv0): Likewise.
2363 (gdb_target_symbol_prefix): Likewise.
2364 (target_supports_scheduler_locking): Likewise.
2365
2366 2018-09-13 Tom Tromey <tom@tromey.com>
2367
2368 * Makefile.in (TAGS): Recognize proc_with_prefix and
2369 gdb_caching_proc.
2370
2371 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2372
2373 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2374 method.
2375
2376 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2377
2378 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2379 and a few other Inferior properties when the Inferior is no
2380 longer valid.
2381
2382 2018-09-13 Tom Tromey <tom@tromey.com>
2383
2384 PR rust/23650:
2385 * gdb.rust/simple.exp: Add test for enum field access error.
2386
2387 2018-09-13 Tom Tromey <tom@tromey.com>
2388
2389 PR rust/23626:
2390 * gdb.rust/simple.rs (EmptyEnum): New type.
2391 (main): Use it.
2392 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2393
2394 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2395
2396 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2397 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2398 * gdb.python/py-symtab.exp: Update test printing an objfile.
2399
2400 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2401
2402 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2403 object.
2404
2405 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2406
2407 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2408 (support_complex_tests): Use gdb_can_simple_compile.
2409 (is_ilp32_target): Likewise.
2410 (is_lp64_target): Likewise.
2411 (is_64_target): Likewise.
2412 (is_amd64_regs_target): Likewise.
2413 (is_aarch32_target): Likewise.
2414 (gdb_int128_helper): Likewise.
2415
2416 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2417
2418 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2419
2420 2018-09-10 Jerome Guitton <guitton@adacore.com>
2421
2422 * gdb.ada/same_component_name: Add test for case of tagged record
2423 with variable-length fields.
2424
2425 2018-09-10 Xavier Roirand <roirand@adacore.com>
2426
2427 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2428 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2429 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2430 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2431
2432 2018-09-10 Xavier Roirand <roirand@adacore.com>
2433
2434 * gdb.ada/mi_string_access.exp: New testcase.
2435 * gdb.ada/mi_string_access/bar.adb: New file.
2436 * gdb.ada/mi_string_access/pck.adb: New file.
2437 * gdb.ada/mi_string_access/pck.asd: New file.
2438
2439 2018-09-10 Xavier Roirand <roirand@adacore.com>
2440
2441 * gdb.ada/mi_var_union.exp: New testcase.
2442 * gdb.ada/mi_var_union/bar.adb: New file.
2443 * gdb.ada/mi_var_union/pck.adb: New file.
2444 * gdb.ada/mi_var_union/pck.asd: New file.
2445
2446 2018-09-08 Tom Tromey <tom@tromey.com>
2447
2448 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2449
2450 2018-09-08 Tom Tromey <tom@tromey.com>
2451
2452 PR python/16047:
2453 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2454 (register_pretty_printers): Register new printer.
2455 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2456 test.
2457 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2458 (an_int_type3): New global.
2459
2460 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2461
2462 * gdb.ada/expr_with_funcall: New testcase.
2463
2464 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2465
2466 * gdb.ada/packed_array_assign: New testcase.
2467
2468 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2469
2470 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2471 names, and add test prefixes to make test names unique.
2472
2473 2018-09-05 Tom de Vries <tdevries@suse.de>
2474
2475 * gdb.dwarf2/varval.exp: Add test.
2476
2477 2018-09-04 Gary Benson <gbenson@redhat.com>
2478
2479 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2480 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2481
2482 2018-08-31 Tom Tromey <tom@tromey.com>
2483
2484 * gdb.rust/simple.rs: Rename second variable "v".
2485
2486 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2487
2488 * gdb.base/funcargs.c (use_a): New function.
2489 (recurse): Call use_a.
2490
2491 2018-08-29 Keith Seitz <keiths@redhat.com>
2492
2493 * gdb.compile/compile-cplus-anonymous.cc: New file.
2494 * gdb.compile/compile-cplus-anonymous.exp: New file.
2495 * gdb.compile/compile-cplus-array-decay.cc: New file.
2496 * gdb.compile/compile-cplus-array-decay.exp: New file.
2497 * gdb.compile/compile-cplus-inherit.cc: New file.
2498 * gdb.compile/compile-cplus-inherit.exp: New file.
2499 * gdb.compile/compile-cplus-member.cc: New file.
2500 * gdb.compile/compile-cplus-member.exp: New file.
2501 * gdb.compile/compile-cplus-method.cc: New file.
2502 * gdb.compile/compile-cplus-method.exp: New file.
2503 * gdb.compile/compile-cplus-mod.c: "New" file.
2504 * gdb.compile/compile-cplus-namespace.cc: New file.
2505 * gdb.compile/compile-cplus-namespace.exp: New file.
2506 * gdb.compile/compile-cplus-nested.cc: New file.
2507 * gdb.compile/compile-cplus-nested.exp: New file.
2508 * gdb.compile/compile-cplus-print.c: "New" file.
2509 * gdb.compile/compile-cplus-print.exp: "New" file.
2510 * gdb.compile/compile-cplus-virtual.cc: New file.
2511 * gdb.compile/compile-cplus-virtual.exp: New file.
2512 * gdb.compile/compile-cplus.c: "New" file.
2513 * gdb.compile/compile-cplus.exp: "New" file.
2514 * lib/compile-support.exp: New file.
2515
2516 2018-08-16 Gary Benson <gbenson@redhat.com>
2517
2518 PR gdb/13000:
2519 * gdb.base/batch-exit-status.exp: New file.
2520 * gdb.base/batch-exit-status.good-commands: Likewise.
2521 * gdb.base/batch-exit-status.bad-commands: Likewise.
2522
2523 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2524
2525 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2526 (struct struct02): Likewise.
2527 (struct struct03): Likewise.
2528 (struct struct04): Likewise.
2529 (struct struct_01_01): New struct.
2530 (struct struct_01_02): Likewise.
2531 (struct struct_01_03): Likewise.
2532 (struct struct_01_04): Likewise.
2533 (struct struct_02_01): Likewise.
2534 (struct struct_02_02): Likewise.
2535 (struct struct_02_03): Likewise.
2536 (struct struct_02_04): Likewise.
2537 (struct struct_04_01): Likewise.
2538 (struct struct_04_02): Likewise.
2539 (struct struct_04_03): Likewise.
2540 (struct struct_04_04): Likewise.
2541 (struct struct_05_01): Likewise.
2542 (struct struct_05_02): Likewise.
2543 (struct struct_05_03): Likewise.
2544 (struct struct_05_04): Likewise.
2545 (cmp_struct01): Remove function.
2546 (cmp_struct02): Likewise.
2547 (cmp_struct03): Likewise.
2548 (cmp_struct04): Likewise.
2549 (cmp_struct_01_01): Add Function.
2550 (cmp_struct_01_02): Likewise.
2551 (cmp_struct_01_03): Likewise.
2552 (cmp_struct_01_04): Likewise.
2553 (cmp_struct_02_01): Likewise.
2554 (cmp_struct_02_02): Likewise.
2555 (cmp_struct_02_03): Likewise.
2556 (cmp_struct_02_04): Likewise.
2557 (cmp_struct_04_01): Likewise.
2558 (cmp_struct_04_02): Likewise.
2559 (cmp_struct_04_03): Likewise.
2560 (cmp_struct_04_04): Likewise.
2561 (cmp_struct_05_01): Likewise.
2562 (cmp_struct_05_02): Likewise.
2563 (cmp_struct_05_03): Likewise.
2564 (cmp_struct_05_04): Likewise.
2565 (call_all): Add new structs.
2566 * gdb.base/infcall-nested-structs.exp: Likewise.
2567
2568 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2569
2570 * gdb.python/py-framefilter-mi.exp: Update regexp to
2571 check for "arch" field in frame output.
2572
2573 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2574
2575 * gdb.dwarf2/dw2-ranges-func.c: New file.
2576 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2577
2578 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2579
2580 * gdb.base/term.exp: Compare terminal settings with values from
2581 the inferior.
2582 * gdb.base/term.c: Get and set terminal settings.
2583
2584 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2585
2586 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2587 accommodate new "arch" field in frame output.
2588 * gdb.mi/mi-return.exp: Likewise.
2589 * gdb.mi/mi-stack.exp: Likewise.
2590 * gdb.mi/mi-syn-frame.exp: Likewise.
2591 * gdb.mi/user-selected-context-sync.exp: Likewise.
2592
2593 2018-08-19 Michael Spang <spang@google.com>
2594
2595 PR gdb/11786
2596 * gdb.base/gcore-tls-pie.c: New file.
2597 * gdb.base/gcore-tls-pie.exp: New file.
2598
2599 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2600
2601 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2602 * gdb.dwarf2/varval.c: New file.
2603 * gdb.dwarf2/varval.exp: New file.
2604
2605 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2606
2607 PR gdb/18931
2608 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2609
2610 2018-08-16 Keith Seitz <keiths@redhat.com>
2611
2612 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2613 tests expected to pass.
2614
2615 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2616
2617 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2618 -data-disassemble -a.
2619 (test_disassembly_bogus_args): Likewise.
2620
2621 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2622
2623 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2624
2625 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2626
2627 * gdb.base/vla-optimized-out.exp: Add new test.
2628
2629 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2630
2631 * gdb.base/vla-optimized-out-o3.exp: Delete.
2632 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2633 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2634 deleted tests.
2635
2636 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 PR gdb/18050:
2639 * gdb.server/extended-remote-restart.c: New file.
2640 * gdb.server/extended-remote-restart.exp: New file.
2641
2642 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2643
2644 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2645 "set variable index = 42".
2646
2647 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2648
2649 * boards/index-cache-gdb.exp: New file.
2650 * gdb.dwarf2/index-cache.exp: New file.
2651 * gdb.dwarf2/index-cache.c: New file.
2652 * gdb.base/maint.exp: Check if we are using the index cache.
2653
2654 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2655
2656 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2657 MAKEFLAGS.
2658
2659 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2660
2661 * dg-extract-results.sh: Move to toplevel contrib.
2662 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2663 * Makefile.in (check-parallel-racy): Likewise.
2664
2665 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2668 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2669 tests if the target supports scheduler locking.
2670
2671 2018-08-04 Tom de Vries <tdevries@suse.de>
2672
2673 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2674
2675 2018-08-02 Tom Tromey <tom@tromey.com>
2676
2677 PR symtab/16842.
2678 * gdb.cp/temargs.exp: Test "info address" of a template
2679 parameter.
2680
2681 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2682
2683 * gdb.python/py-mi-var-info-path-expression.c: New file.
2684 * gdb.python/py-mi-var-info-path-expression.py: New file.
2685 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2686
2687 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2688
2689 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2690 error after "cannot resolve name" string.
2691
2692 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2693
2694 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2695 started.
2696 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2697
2698 2018-07-28 Tom de Vries <tdevries@suse.de>
2699
2700 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2701
2702 2018-07-26 Tom de Vries <tdevries@suse.de>
2703
2704 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2705
2706 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2707
2708 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2709 is visible.
2710
2711 2018-07-26 Tom de Vries <tdevries@suse.de>
2712
2713 PR breakpoints/23366
2714 * gdb.base/catch-follow-exec.c: New test.
2715 * gdb.base/catch-follow-exec.exp: New file.
2716
2717 2018-07-25 Tom de Vries <tdevries@suse.de>
2718
2719 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2720 vla-optimized-out.c.
2721
2722 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2723
2724 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2725 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2726
2727 2018-07-20 Tom de Vries <tdevries@suse.de>
2728
2729 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2730 NOCLONE macro.
2731 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2732
2733 2018-07-19 Tom de Vries <tdevries@suse.de>
2734
2735 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2736 regular expression.
2737
2738 2018-07-18 Tom de Vries <tdevries@suse.de>
2739
2740 * gdb.base/vla-optimized-out.c: New test.
2741 * gdb.base/vla-optimized-out.exp: New file.
2742
2743 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2744
2745 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2746 message "No address associated with hostname" when gdbserver
2747 cannot resolve the hostname.
2748
2749 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2750
2751 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2752 Add some test prefixes to make tests unique.
2753
2754 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2755
2756 * gdb.base/frameapply.c: New file.
2757 * gdb.base/frameapply.exp: New file.
2758
2759 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2760
2761 * gdb.base/skip.exp: Update expected error message.
2762
2763 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2764 Jan Kratochvil <jan.kratochvil@redhat.com>
2765 Paul Fertser <fercerpav@gmail.com>
2766 Tsutomu Seki <sekiriki@gmail.com>
2767
2768 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2769 parameter.
2770 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2771 by default.
2772 * boards/native-gdbserver.exp: Likewise.
2773 * gdb.server/run-without-local-binary.exp: Improve regexp used
2774 for detecting when a remote debugging connection succeeds.
2775 * gdb.server/server-connect.exp: New file.
2776 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2777 Do not prefix the port number with ":".
2778 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2779 support for detecting and using it. Add '$debughost_gdbserver'
2780 to the list of arguments used to start gdbserver. Handle case
2781 when gdbserver cannot resolve a network name.
2782
2783 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2784
2785 PR c++/23373
2786 * gdb.base/ptype-offsets.cc (struct static_member): New
2787 struct.
2788 (main) <stmember>: New variable.
2789 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2790 with a static member in it.
2791
2792 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2793
2794 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2795 watchpoints enabled and disabled.
2796
2797 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2798
2799 * gdb.base/examine-backward.exp: Still run tests around address
2800 0x0, even if address 0x0 is not readable. Update the pattern for
2801 matching address 0x0 in expected output.
2802
2803 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2804
2805 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2806 malloc/free.
2807
2808 2018-07-04 Tom de Vries <tdevries@suse.de>
2809
2810 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2811
2812 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2813
2814 PR tdep/8282
2815 * gdb.arch/mips-disassembler-options.exp: New test.
2816 * gdb.arch/mips-disassembler-options.s: New test source.
2817
2818 2018-06-29 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.threads/names.exp: Adjust expected "info threads" output.
2821
2822 2018-06-29 Pedro Alves <palves@redhat.com>
2823
2824 * gdb.opt/inline-break.exp (line number, address): Add "info
2825 break" tests.
2826
2827 2018-06-29 Pedro Alves <palves@redhat.com>
2828
2829 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2830 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2831 number and address and running to them.
2832
2833 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2834
2835 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2836
2837 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2838
2839 * lib/compiler.c: Remove executable permission flag.
2840
2841 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2842
2843 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2844 code.
2845 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2846
2847 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2848
2849 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2850
2851 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2852
2853 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2854 address argument is omitted.
2855
2856 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2857
2858 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2859
2860 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2861
2862 PR gdb/21695
2863 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2864 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2865
2866 2018-06-26 Tom Tromey <tom@tromey.com>
2867
2868 PR rust/22574:
2869 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2870 * gdb.rust/simple.rs (struct SimpleLayout): New.
2871
2872 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2873
2874 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2875 "info registers" output.
2876
2877 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2878
2879 * gdb.base/watchpoint-hw-attach.c: New test.
2880 * gdb.base/watchpoint-hw-attach.exp: New file.
2881
2882 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2883
2884 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2885 through /bin/sh.
2886 * boards/dwarf4-gdb-index.exp: Likewise.
2887 * boards/fission-dwp.exp: Likewise.
2888
2889 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2890
2891 * gdb.base/float128.exp: Add comment and improved fail message
2892 to the failure case of "print large128" test.
2893
2894 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2895
2896 * configure.ac: Remove AC_PREREQ.
2897 * configure: Re-generate.
2898
2899 2018-06-19 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2902 (func_extern_caller): New.
2903 (main): Call func_extern_caller.
2904 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2905 logic change.
2906
2907 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2908
2909 PR gdb/16841
2910 * gdb.cp/typedef-base.cc: New file.
2911 * gdb.cp/typedef-base.exp: New file.
2912
2913 2018-06-18 Tom de Vries <tdevries@suse.de>
2914
2915 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2916
2917 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2918 Richard Bunt <Richard.Bunt@arm.com>
2919
2920 * gdb.threads/attach-slow-waitpid.c: New file.
2921 * gdb.threads/attach-slow-waitpid.exp: New file.
2922 * gdb.threads/slow-waitpid.c: New file.
2923
2924 2018-06-14 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.base/fork-running-state.c: Include <errno.h>.
2927 (exit_if_relative_exits): New.
2928 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2929 exits.
2930 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2931 child exits.
2932
2933 2018-06-14 Tom de Vries <tdevries@suse.de>
2934
2935 PR cli/22573
2936 * gdb.base/finish-pretty.c: New test.
2937 * gdb.base/finish-pretty.exp: New file.
2938
2939 2018-06-14 Pedro Alves <palves@redhat.com>
2940
2941 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2942 gdb's expected startup output.
2943
2944 2018-06-14 Pedro Alves <palves@redhat.com>
2945
2946 * lib/selftest-support.exp (selftest_setup): Remove inlined
2947 function handling.
2948
2949 2018-06-14 Tom de Vries <tdevries@suse.de>
2950
2951 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2952 matching of breakpoint printing.
2953
2954 2018-06-13 Tom de Vries <tdevries@suse.de>
2955
2956 PR testsuite/23269
2957 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2958 (fork_child): ... here, and ...
2959 (fork_parent): ... here.
2960
2961 2018-06-12 Tom de Vries <tdevries@suse.de>
2962
2963 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2964
2965 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2966 Stephen Roberts <stephen.roberts@arm.com>
2967
2968 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2969 rewrite test to describe action performed, rather than possible
2970 failure.
2971
2972 2018-06-08 Gary Benson <gbenson@redhat.com>
2973
2974 * gdb.threads/check-libthread-db.exp: New file.
2975 * gdb.threads/check-libthread-db.c: Likewise.
2976
2977 2018-06-05 Tom Tromey <tom@tromey.com>
2978
2979 * gdb.base/default.exp: Update expected "show version" output.
2980
2981 2018-06-05 Tom Tromey <tom@tromey.com>
2982
2983 PR cli/12326:
2984 * gdb.cp/static-print-quit.exp: Update.
2985 * lib/gdb.exp (pagination_prompt): Update.
2986 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2987 * gdb.python/python.exp: Update.
2988
2989 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2990
2991 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2992
2993 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2994
2995 * gdb.ada/bp_fun_addr: New testcase.
2996
2997 2018-06-01 Tom Tromey <tom@tromey.com>
2998
2999 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3000 results.
3001 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3002 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3003 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3004 * gdb.base/maint.exp (maint_pass_if): Update.
3005
3006 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3007
3008 * gdb.base/endian.exp: New test.
3009 * gdb.base/endian.c: New test source.
3010
3011 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3012
3013 PR gdb/23203
3014 * gdb.base/bt-selected-frame.c: New file.
3015 * gdb.base/bt-selected-frame.exp: New file.
3016 * lib/gdb.exp (get_current_frame_number): New function.
3017
3018 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3019 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.threads/tls-core.c: Include <stdlib.h>
3022 (thread_proc): Call `abort'.
3023 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3024 (tls_core_test): New procedure, bits factored out from ...
3025 (top level): ... here. Test both native cores and gcore cores.
3026
3027 2018-05-23 Tom Tromey <tom@tromey.com>
3028
3029 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3030
3031 2018-05-23 Tom Tromey <tom@tromey.com>
3032
3033 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3034 symfile_complaints.
3035 (test_short_complaints): Likewise.
3036 (test_empty_complaints): Likewise.
3037 (test_initial_complaints): Update.
3038
3039 2018-05-23 Tom Tromey <tom@tromey.com>
3040
3041 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3042
3043 2018-05-23 Tom Tromey <tom@tromey.com>
3044
3045 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3046 (test_short_complaints): Update.
3047
3048 2018-05-22 Pedro Alves <palves@redhat.com>
3049
3050 * gdb.base/remote.exp: Only gdb_start after compiling the
3051 testcase. Issue "disconnect" before testing "set remote" command
3052 defaults. Issue clean_restart before running to main.
3053
3054 2018-05-22 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.base/remote.exp: Adjust expected output of "show remote
3057 memory-write-packet-size". Add tests for "set remote
3058 memory-write-packet-size 0" and "set remote
3059 memory-write-packet-size fixed/limit".
3060
3061 2018-05-22 Pedro Alves <palves@redhat.com>
3062
3063 PR gdb/22973
3064 * gdb.base/utf8-identifiers.c: New file.
3065 * gdb.base/utf8-identifiers.exp: New file.
3066
3067 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3068
3069 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3070
3071 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3072
3073 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3074
3075 2018-05-18 Tom Tromey <tom@tromey.com>
3076
3077 * gdb.base/ptype-offsets.exp: Update.
3078
3079 2018-05-17 Keith Seitz <keiths@redhat.com>
3080
3081 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3082 in expected breakpoint stop locations.
3083 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3084 move to proper scope to test variable values.
3085 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3086 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3087 New functions.
3088 (main): Call not_inline_func3.
3089 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3090 inline_func1, inline_func2, and inline_func3. Test that when each
3091 breakpoint is hit, GDB properly reports both the stop location
3092 and the backtrace. Repeat tests for temporary breakpoints.
3093
3094 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3095
3096 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3097 rather then trying to access it in determining whether the PID
3098 of `gdbserver' could have been retrieved.
3099
3100 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3101
3102 * gdb.arch/amd64-init-x87-values.S: New file.
3103 * gdb.arch/amd64-init-x87-values.exp: New file.
3104
3105 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3106
3107 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3108
3109 2018-05-04 Tom Tromey <tom@tromey.com>
3110
3111 PR python/22730:
3112 * gdb.python/python.exp: Test multi-line execute.
3113
3114 2018-05-04 Tom Tromey <tom@tromey.com>
3115
3116 PR python/22731:
3117 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3118
3119 2018-05-04 Tom Tromey <tom@tromey.com>
3120
3121 PR gdb/11750:
3122 * gdb.base/define.exp: Test defining a user command inside a user
3123 command.
3124 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3125
3126 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3127 Pedro Alves <palves@redhat.com>
3128
3129 PR breakpoints/19806 and support for PR external/20207.
3130 * gdb.base/watchpoint-unaligned.c: New file.
3131 * gdb.base/watchpoint-unaligned.exp: New file.
3132
3133 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3134
3135 * gdb.base/maint.exp: Make test names unique, use
3136 test_prefix_command_help to test 'help maint info', and remove
3137 repeated test of 'help maint'.
3138
3139 2018-05-04 Tom Tromey <tom@tromey.com>
3140
3141 PR gdb/22619:
3142 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3143 behavior.
3144
3145 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3146
3147 * gdb.base/maint.exp: Process output from 'maint print registers'
3148 line at a time.
3149
3150 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3151
3152 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3153 timeout.
3154
3155 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3156
3157 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3158 filter pattern.
3159
3160 2018-05-02 Pedro Alves <palves@redhat.com>
3161
3162 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3163 to_log_command renames.
3164 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3165
3166 2018-05-02 Tom Tromey <tom@tromey.com>
3167
3168 * gdb.python/py-parameter.exp: Set test message.
3169
3170 2018-05-02 Tom Tromey <tom@tromey.com>
3171
3172 PR python/20084:
3173 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3174 PARAM_ZUINTEGER_UNLIMITED tests.
3175
3176 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3177
3178 PR rust/23124
3179 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3180 when casting.
3181
3182 2018-04-30 Tom Tromey <tom@tromey.com>
3183
3184 * gdb.python/py-type.exp: Check align attribute.
3185 * gdb.python/py-type.c: New "aligncheck" global.
3186
3187 2018-04-30 Tom Tromey <tom@tromey.com>
3188
3189 PR exp/17095:
3190 * gdb.dwarf2/dw2-align.exp: New file.
3191 * gdb.cp/align.exp: New file.
3192 * gdb.base/align.exp: New file.
3193 * lib/gdb.exp (gdb_int128_helper): New proc.
3194 (has_int128_c, has_int128_cxx): New caching procs.
3195
3196 2018-04-27 Tom Tromey <tom@tromey.com>
3197
3198 PR rust/22545:
3199 * gdb.rust/simple.exp: Add inclusive range tests.
3200
3201 2018-04-26 Pedro Alves <palves@redhat.com>
3202
3203 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3204 ifunc breakpoint locations correctly of ifunc breakpoints set
3205 while the program resolves the ifunc.
3206
3207 2018-04-26 Pedro Alves <palves@redhat.com>
3208
3209 * gdb.base/gnu-ifunc-final.c: New file.
3210 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3211 * gdb.base/gnu-ifunc.exp (executable): Delete.
3212 (staticexecutable): Adjust.
3213 (lib_opts, exec_opts): Delete.
3214 (make_binsuffix, build, set-break): New procedures.
3215 (misc_tests): New, with tests factored out from the top level.
3216 (top level): Test different combinations of ifunc resolver name,
3217 resolver with and with debug info, and ifunc target with and
3218 without debug info. Wrap static tests with with_target_prefix.
3219
3220 2018-04-26 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3223 return type" warnings.
3224
3225 2018-04-25 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3228 killed".
3229 * gdb.base/kill-after-signal.exp: Likewise.
3230 * gdb.threads/kill.exp: Likewise.
3231
3232 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3233 Sergio Durigan Junior <sergiodj@redhat.com>
3234 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3237 regexps to expect for '[Inferior ... detached]' as well.
3238 * gdb.base/attach.exp: Likewise.
3239 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3240 "gdb_continue_to_end".
3241 (test_catch_syscall_with_wrong_args): Likewise.
3242 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3243 ']'. Don't set 'verbose' on.
3244 * gdb.base/foll-vfork.exp: Likewise.
3245 * gdb.base/fork-print-inferior-events.c: New file.
3246 * gdb.base/fork-print-inferior-events.exp: New file.
3247 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3248 '[Inferior ... has been killed]' message.
3249 * gdb.base/kill-after-signal.exp: Likewise.
3250 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3251 detach message.
3252 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3253 message.
3254 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3255 regexps to expect for '[Inferior ... detached]' as well.
3256 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3257
3258 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3259
3260 PR gdb/23104
3261 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3262
3263 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3264
3265 * gdb.threads/multiple-successive-infcall.c: New test.
3266 * gdb.threads/multiple-successive-infcall.exp: New file.
3267
3268 2018-04-17 Tom Tromey <tom@tromey.com>
3269
3270 * gdb.rust/simple.rs (Union): New type.
3271 (main): New local "u".
3272 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3273
3274 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3275
3276 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3277 number information in output of "whereis" command.
3278 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3279
3280 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3281
3282 * gdb.ada/info_types.exp: Adjust expected output to the line
3283 numbers now printed by "info var/func/type".
3284 * gdb.base/completion.exp: Likewise.
3285 * gdb.base/included.exp: Likewise.
3286 * gdb.cp/cp-relocate.exp: Likewise.
3287 * gdb.cp/cplusfuncs.exp: Likewise.
3288 * gdb.cp/namespace.exp: Likewise.
3289 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3290
3291 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3292
3293 * gdb.btrace/cpu.exp: New.
3294
3295 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3296
3297 * gdb.base/step-indirect-call-thunk.exp: New.
3298 * gdb.base/step-indirect-call-thunk.c: New.
3299 * gdb.reverse/step-indirect-call-thunk.exp: New.
3300 * gdb.reverse/step-indirect-call-thunk.c: New.
3301
3302 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3303
3304 * gdb.base/pie-fork.c: New file.
3305 * gdb.base/pie-fork.exp: New file.
3306
3307 2018-04-11 Tom Tromey <tom@tromey.com>
3308
3309 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3310
3311 2018-04-10 Pedro Alves <palves@redhat.com>
3312
3313 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3314 exits. Instead loop running forever.
3315 (fork_parent): Run forever too.
3316
3317 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3318
3319 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3320 mi_continue_to_line.
3321 * gdb.mi/mi-stack.c (callee4): Add comment.
3322
3323 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3324
3325 * gdb.mi/mi-stack.exp: Fix indentation.
3326
3327 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3328
3329 PR gdb/22979
3330 * gdb.arch/amd64-osabi.exp: New file.
3331
3332 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3333
3334 PR gdb/22980
3335 * gdb.base/osabi.exp: New file.
3336
3337 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3338
3339 * gdb.cp/static-typedef-print.exp: New file.
3340 * gdb.cp/static-typedef-print.cc: New file.
3341
3342 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3343
3344 * gdb.ada/varsize_limit: New testcase.
3345
3346 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3347
3348 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3349
3350 * gdb.ada/notcplusplus: New testcase.
3351
3352 * gdb.base/c-linkage-name.c: New file.
3353 * gdb.base/c-linkage-name.exp: New testcase.
3354
3355 2018-03-26 Tom Tromey <tom@tromey.com>
3356
3357 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3358 * gdb.python/py-framefilter.py (name_error): New global.
3359 (ErrorInName.function): Use name_error.
3360
3361 2018-03-26 Tom Tromey <tom@tromey.com>
3362
3363 PR backtrace/15582:
3364 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3365
3366 2018-03-23 Keith Seitz <keiths@redhat.com>
3367
3368 PR c++/22968
3369 * gdb.cp/subtypes.exp: New file.
3370 * gdb.cp/subtypes.h: New file.
3371 * gdb.cp/subtypes.cc: New file.
3372 * gdb.cp/subtypes-2.cc: New file.
3373
3374 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3375
3376 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3377 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3378 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3379 -nostartfiles when compiling the test. Confirm that all registers
3380 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3381
3382 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3383
3384 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3385 option, syntax was wrong anyway.
3386 * gdb.arch/arm-disp-step.exp: Likewise.
3387 * gdb.arch/sparc64-regs.exp: Likewise.
3388 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3389 option, syntax was wrong anyway, switch to use
3390 prepare_for_testing.
3391 * gdb.arch/i386-disp-step.exp: Likewise.
3392
3393 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3394
3395 * gdb.ada/exec_changed.exp: Replace "target_info exists
3396 use_gdb_stub" by "use_gdb_stub".
3397 * gdb.ada/start.exp: Likewise.
3398 * gdb.base/async-shell.exp: Likewise.
3399 * gdb.base/attach-pie-misread.exp: Likewise.
3400 * gdb.base/attach-wait-input.exp: Likewise.
3401 * gdb.base/break-entry.exp: Likewise.
3402 * gdb.base/break-interp.exp: Likewise.
3403 * gdb.base/dprintf-detach.exp: Likewise.
3404 * gdb.base/nostdlib.exp: Likewise.
3405 * gdb.base/solib-nodir.exp: Likewise.
3406 * gdb.base/statistics.exp: Likewise.
3407 * gdb.base/testenv.exp: Likewise.
3408 * gdb.mi/mi-exec-run.exp: Likewise.
3409 * gdb.mi/mi-start.exp: Likewise.
3410 * gdb.multi/dummy-frame-restore.exp: Likewise.
3411 * gdb.multi/multi-arch-exec.exp: Likewise.
3412 * gdb.multi/multi-arch.exp: Likewise.
3413 * gdb.multi/tids.exp: Likewise.
3414 * gdb.multi/watchpoint-multi.exp: Likewise.
3415 * gdb.python/py-events.exp: Likewise.
3416 * gdb.threads/attach-into-signal.exp: Likewise.
3417 * gdb.threads/attach-stopped.exp: Likewise.
3418 * gdb.threads/threadapply.exp: Likewise.
3419 * lib/selftest-support.exp: Likewise.
3420
3421 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3422
3423 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3424
3425 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3426
3427 * gdb.perf/template-breakpoints.cc: New file.
3428 * gdb.perf/template-breakpoints.exp: New file.
3429 * gdb.perf/template-breakpoints.py: New file.
3430
3431 2018-03-19 Tom Tromey <tom@tromey.com>
3432
3433 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3434 y0.
3435 * gdb.rust/simple.exp: Test bare identifier form of struct
3436 initializer.
3437
3438 2018-03-19 Tom Tromey <tom@tromey.com>
3439
3440 * gdb.gdb/observer.exp: Remove.
3441
3442 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3443
3444 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3445 "qualified" option when setting breakpoints.
3446 * gdb.trace/backtrace.exp: Likewise.
3447 * gdb.trace/circ.exp: Likewise.
3448 * gdb.trace/collection.exp: Likewise.
3449 * gdb.trace/disconnected-tracing.exp: Likewise.
3450 * gdb.trace/ftrace-lock.exp: Likewise.
3451 * gdb.trace/ftrace.exp: Likewise.
3452 * gdb.trace/infotrace.exp: Likewise.
3453 * gdb.trace/packetlen.exp: Likewise.
3454 * gdb.trace/passc-dyn.exp: Likewise.
3455 * gdb.trace/qtro.exp: Likewise.
3456 * gdb.trace/read-memory.exp: Likewise.
3457 * gdb.trace/report.exp: Likewise.
3458 * gdb.trace/signal.exp: Likewise.
3459 * gdb.trace/status-stop.exp: Likewise.
3460 * gdb.trace/strace.exp: Likewise.
3461 * gdb.trace/tfind.exp: Likewise.
3462 * gdb.trace/trace-break.exp: Likewise.
3463 * gdb.trace/trace-condition.exp: Likewise.
3464 * gdb.trace/trace-mt.exp: Likewise.
3465 * gdb.trace/tstatus.exp: Likewise.
3466 * gdb.trace/tsv.exp: Likewise.
3467 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3468 * gdb.trace/unavailable.exp: Likewise.
3469 * gdb.trace/while-dyn.exp: Likewise.
3470
3471 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3472
3473 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3474 that libinproctrace is copied to the target.
3475
3476 2018-03-14 Tom Tromey <tom@tromey.com>
3477
3478 PR cli/14977:
3479 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3480 a null pointer.
3481 * gdb.base/wchar.exp: Likewise.
3482
3483 2018-03-14 Tom Tromey <tom@tromey.com>
3484
3485 PR cli/19918:
3486 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3487 flag.
3488
3489 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3490
3491 PR gdb/22841
3492 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3493 "target" to remote_exec.
3494
3495 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3496
3497 PR gdb/22841
3498 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3499 ${board}_upload): Remove.
3500
3501 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3502
3503 * gdb.cp/watch-cp.cc: New test.
3504 * gdb.cp/watch-cp.exp: New file.
3505
3506 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3507
3508 * gdb.base/infcall-nested-structs.exp: New file.
3509 * gdb.base/infcall-nested-structs.c: New file.
3510 * gdb.base/float.exp: Add riscv support.
3511
3512 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3513
3514 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3515 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3516
3517 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3518
3519 * gdb.server/abspath.exp: New file.
3520 * lib/gdb.exp (with_cwd): New procedure.
3521
3522 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3523
3524 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3525 use it.
3526 (gdb_is_target_remote_prompt): New proc.
3527 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3528 (gdb_is_target_native): Pass prompt parameter to
3529 gdb_is_target_1.
3530
3531 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3532
3533 * gdb.base/load-command.c: New file.
3534 * gdb.base/load-command.exp: New file.
3535 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3536 (gdb_is_target_1): ...this, and generalize for other targets
3537 than just remote.
3538 (gdb_is_target_remote): Use gdb_is_target_1.
3539 (gdb_is_target_native): use gdb_is_target_1.
3540
3541 2018-02-26 Tom Tromey <tom@tromey.com>
3542
3543 PR python/16497:
3544 * gdb.python/py-framefilter.exp: Update test.
3545
3546 2018-02-26 Tom Tromey <tom@tromey.com>
3547
3548 * gdb.dwarf2/variant.c: New file.
3549 * gdb.dwarf2/variant.exp: New file.
3550
3551 2018-02-26 Tom Tromey <tom@tromey.com>
3552
3553 * gdb.rust/simple.exp: Accept more possible results in enum test.
3554
3555 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3556
3557 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3558 parentheses.
3559
3560 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3561
3562 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3563 name of a variable: $actual_linejj -> $actual_line.
3564
3565 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3566
3567 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3568
3569 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3570
3571 * gdb.btrace/buffer-size.exp: Do not force BTS.
3572
3573 2018-02-14 Pedro Alves <palves@redhat.com>
3574
3575 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3576 getting a "Quit".
3577
3578 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3579
3580 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3581 Fix test name.
3582
3583 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3584
3585 * gdb.cp/m-static.exp: Check type of optimized out static
3586 member.
3587
3588 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3589
3590 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3591 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3592
3593 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3594 Leszek Swirski <leszeks@google.com>
3595
3596 * gdb.python/py-prettyprint.c
3597 (struct to_string_returns_value_inner,
3598 struct to_string_returns_value_wrapper): New.
3599 (main): Add tsrvw variable.
3600 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3601 ToStringReturnsValueWrapper): New classes.
3602 (register_pretty_printers): Register new pretty-printers.
3603 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3604 recursive pretty printer.
3605 * gdb.python/py-mi.exp: Likewise.
3606
3607 2018-02-01 Leszek Swirski <leszeks@google.com>
3608
3609 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3610 functions with the same name as an include file are parsed
3611 correctly.
3612
3613 2018-02-01 Yao Qi <yao.qi@linaro.org>
3614
3615 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3616 "\[^\r\n\]*".
3617
3618 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3619
3620 * gdb.arch/powerpc-prologue-frame.s: New file.
3621 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3622 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3623
3624 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3625
3626 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3627
3628 2018-01-30 Pedro Alves <palves@redhat.com>
3629
3630 PR gdb/13211
3631 * gdb.base/interrupt-daemon.c: New.
3632 * gdb.base/interrupt-daemon.exp: New.
3633 * gdb.multi/multi-term-settings.c: New.
3634 * gdb.multi/multi-term-settings.exp: New.
3635
3636 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3637
3638 * gdb.base/break.exp: Save the location where the breakpoint
3639 on break.c:47 was actually inserted when debugging the version
3640 compiled at -O2 and use it in the expected output of the "info
3641 break" test performed soon after.
3642
3643 2018-01-22 Pedro Alves <palves@redhat.com>
3644 Sergio Durigan Junior <sergiodj@redhat.com>
3645
3646 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3647 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3648
3649 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3650
3651 * gdb.base/break-include.c, gdb.base/break-include.inc,
3652 gdb.base/break-include.exp: New files.
3653 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3654 line number now being the actual line number where the breakpoint
3655 was inserted.
3656 * gdb.mi/mi-break.exp: Likewise.
3657 * gdb.mi/mi-reverse.exp: Likewise.
3658 * gdb.mi/mi-simplerun.exp: Ditto.
3659
3660 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3661
3662 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3663 varobj.
3664 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3665
3666 2018-01-21 Don Breazeal <donb@codesourcery.com>
3667 Andrew Burgess <andrew.burgess@embecosm.com>
3668
3669 * gdb.mi/basics.c: Add new global.
3670 * gdb.mi/mi-frame-regs.exp: New file.
3671 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3672 case.
3673
3674 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3675
3676 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3677 non-parameter, and on an unknown symbol.
3678
3679 2018-01-19 Tom Tromey <tom@tromey.com>
3680
3681 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3682 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3683
3684 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3685
3686 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3687 setrlimit and chdir to int.
3688
3689 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3690
3691 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3692 function.
3693 (my_tend): Likewise.
3694 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3695 rationale of avoiding FP- and vector instructions.
3696
3697 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3698
3699 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3700 "info reg" with "\[ \t\]*".
3701 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3702 "\[ \t\]+".
3703 * gdb.arch/s390-multiarch.exp: Ditto.
3704 * gdb.base/pc-fp.exp: Ditto.
3705 * gdb.reverse/i386-precsave.exp: Ditto.
3706 * gdb.reverse/i386-reverse.exp: Ditto.
3707 * gdb.reverse/i387-env-reverse.exp: Ditto.
3708 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3709
3710 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3711
3712 * lib/gdb.exp (gdb_compile): Re-enable use of
3713 universal_compile_options for languages other than Rust.
3714
3715 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3716
3717 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3718
3719 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3720
3721 PR gdb/16577
3722 * gdb.base/solib-vanish.exp: New.
3723 * gdb.base/solib-vanish-main.c: New.
3724 * gdb.base/solib-vanish-lib1.c: New.
3725 * gdb.base/solib-vanish-lib2.c: New.
3726
3727 2018-01-17 Yao Qi <yao.qi@linaro.org>
3728
3729 * gdb.compile/compile.exp: Match the address printed for
3730 frame in the output of command "bt".
3731
3732 2018-01-15 Tom Tromey <tom@tromey.com>
3733
3734 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3735 compute sp_reg.
3736
3737 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3738
3739 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3740 to prepare.
3741 (prepare): Return 0 on error, 1 on success.
3742
3743 2018-01-12 Pedro Alves <palves@redhat.com>
3744
3745 * gdb.base/continue-after-aborted-step-over.c: New.
3746 * gdb.base/continue-after-aborted-step-over.exp: New.
3747
3748 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3749
3750 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3751 options when not creating an executable.
3752
3753 2018-01-11 Pedro Alves <palves@redhat.com>
3754
3755 PR remote/22597
3756 * gdb.server/stop-reply-no-thread.c: New file.
3757 * gdb.server/stop-reply-no-thread.exp: New file.
3758
3759 2018-01-10 Pedro Alves <palves@redhat.com>
3760
3761 PR gdb/22670
3762 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3763 functions too. Test setting breakpoints and printing C functions
3764 with no debug info too.
3765 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3766
3767 2018-01-10 Pedro Alves <palves@redhat.com>
3768
3769 PR gdb/22670
3770 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3771 a fail.
3772
3773 2018-01-10 Pedro Alves <palves@redhat.com>
3774
3775 PR gdb/22670
3776 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3777
3778 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3779
3780 * gdb.server/unittest.exp: Match the output in non-development
3781 mode.
3782
3783 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3784
3785 * gdb.gdb/unittest.exp: Match output in non-development mode.
3786
3787 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3788
3789 * gdb.ada/access_tagged_param.exp: Relax expected output
3790 for value of "ObjL" in "continue" to pck.inspect breakpoint
3791 test.
3792
3793 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3794
3795 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3796 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3797
3798 2018-01-05 Pedro Alves <palves@redhat.com>
3799
3800 PR gdb/18653
3801 * gdb.base/libsegfault.exp: New.
3802
3803 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3804
3805 PR gdb/22670
3806 * gdb.ada/access_tagged_param.exp: New file.
3807 * gdb.ada/access_tagged_param/foo.adb: New file.
3808
3809 2018-01-05 Pedro Alves <palves@redhat.com>
3810
3811 PR gdb/22670
3812 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3813 exercise lower case too, and to exercise both full matching and
3814 wild matching.
3815
3816 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3817
3818 * gdb.ada/rename_subscript_param: New testcase.
3819
3820 2018-01-05 Jerome Guitton <guitton@adacore.com>
3821
3822 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3823
3824 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3825
3826 * gdb.ada/convvar_comp: New testcase.
3827
3828 2018-01-05 Xavier Roirand <roirand@adacore.com>
3829
3830 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3831 (My_Table): New global variable.
3832 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3833
3834 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3835
3836 PR gdb/22670
3837 * gdb.ada/maint_with_ada: New testcase.
3838
3839 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3840
3841 PR gdb/22670
3842 * gdb.ada/bp_c_mixed_case: New testcase.
3843
3844 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3845
3846 PR gdb/22670
3847 * gdb.ada/complete.exp: Add "complete break ada" test.
3848
3849 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3850
3851 PR gdb/22670
3852 * gdb.ada/info_addr_mixed_case: New testcase.
3853
3854 2018-01-03 Xavier Roirand <roirand@adacore.com>
3855
3856 * gdb.ada/excep_handle.exp: New testcase.
3857 * gdb.ada/excep_handle/foo.adb: New file.
3858 * gdb.ada/excep_handle/pck.ads: New file.
3859
3860 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3861
3862 * gdb.base/step-line.c: Add extra empty line in copyright header.
3863 * gdb.base/step-line.inp: Likewise.
3864
3865 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3866
3867 * gdb.ada/dyn_stride.exp: Add slice test.
3868
3869 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3870
3871 * gdb.ada/dyn_stride: New testcase.
3872
3873 2017-12-27 Stafford Horne <shorne@gmail.com>
3874
3875 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3876 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3877
3878 2017-12-27 Stafford Horne <shorne@gmail.com>
3879
3880 * gdb.base/reggroups.c: New file.
3881 * gdb.base/reggroups.exp: New file.
3882
3883 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3884
3885 * gdb.dwarf2/ada-valprint-error.c: New file.
3886 * gdb.dwarf2/ada-valprint-error.exp: New file.
3887
3888 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3889
3890 * gdb.ada/assign_arr: New testcase.
3891
3892 2017-12-18 Xavier Roirand <roirand@adacore.com>
3893
3894 * gdb.ada/funcall_ptr: New testcase.
3895
3896 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3897
3898 PR cli/16224
3899 * gdb.base/ptype-offsets.cc: New file.
3900 * gdb.base/ptype-offsets.exp: New file.
3901
3902 2017-12-15 Yao Qi <yao.qi@linaro.org>
3903
3904 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3905 if XML is disabled.
3906
3907 2017-12-15 Xavier Roirand <roirand@adacore.com>
3908
3909 * gdb.ada/same_component_name: New testcase.
3910
3911 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3912
3913 * gdb.ada/str_binop_equal: New testcase.
3914
3915 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3916
3917 * gdb.ada/task_switch_in_core: New testcase.
3918
3919 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3920
3921 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3922 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3923 call test_bkpt_qualified.
3924 (test_bkpt_qualified): New proc.
3925
3926 2017-12-13 Pedro Alves <palves@redhat.com>
3927
3928 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3929 Tighten regexp by matching with an anchor.
3930
3931 2017-12-13 Pedro Alves <palves@redhat.com>
3932
3933 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3934 ("expression with namespace"): New set of tests.
3935 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3936 (Nested::Test_NS::qux): New.
3937 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3938 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3939
3940 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3941
3942 * gdb.base/server-del-break.c: New file.
3943 * gdb.base/server-del-break.exp: New file.
3944
3945 2017-12-12 Stafford Horne <shorne@gmail.com>
3946
3947 * gdb.xml/tdesc-regs.exp: Add or1k support.
3948
3949 2017-12-12 Stafford Horne <shorne@gmail.com>
3950
3951 * gdb.base/bp-permanent.c: Define nop of or1k.
3952
3953 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3954
3955 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3956 output with components being reordered.
3957
3958 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3959
3960 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3961 output with components being reordered.
3962
3963 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3964 Pedro Alves <palves@redhat.com>
3965
3966 * gdb.base/maint.exp (check for .gdb_index): Check also for
3967 .debug_names.
3968 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3969 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3970 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3971 (.gdb_index used after symbol reloading): Support also .debug_names.
3972 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3973
3974 2017-12-08 Yao Qi <yao.qi@linaro.org>
3975
3976 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3977 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3978
3979 2017-12-08 Yao Qi <yao.qi@linaro.org>
3980
3981 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3982 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3983
3984 2017-12-08 Yao Qi <yao.qi@linaro.org>
3985
3986 * gdb.arch/aarch64-tagged-pointer.c: New file.
3987 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3988
3989 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3990
3991 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3992 "int".
3993
3994 2017-12-07 Keith Seitz <keiths@redhat.com>
3995
3996 PR breakpoints/22569
3997 * gdb.linespec/ls-errs.exp: Change expected result of "break
3998 -source this file has spaces.c -line 3".
3999 Check that an explicit source file followed by whitespace is
4000 identified as an invalid explicit location.
4001
4002 2017-12-07 Keith Seitz <keiths@redhat.com>
4003
4004 * gdb.cp/nested-types.cc: New file.
4005 * gdb.cp/nested-types.exp: New file.
4006 * lib/cp-support.exp: Load data-structures.exp library.
4007 (debug_cp_test_ptype_class): New global.
4008 (cp_ptype_class_verbose, next_line): New procedures.
4009 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4010 Add and document new return value.
4011 Switch the list of lines to a queue.
4012 Add support for new `type' key for nested type definitions.
4013 Add debugging/troubleshooting messages.
4014 * lib/data-structures.exp: New file.
4015
4016 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4017
4018 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4019 with proc_with_prefix, don't use with_test_prefix.
4020
4021 2017-12-07 Tom Tromey <tom@tromey.com>
4022
4023 * gdb.base/break.exp: Add test for empty "commands".
4024
4025 2017-12-07 Yao Qi <yao.qi@linaro.org>
4026
4027 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4028 malloc and catch syscall.
4029
4030 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4031
4032 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4033 tests for explicit locations.
4034
4035 2017-12-06 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4038 force-disabling XML descriptions.
4039
4040 2017-12-04 Pedro Alves <palves@redhat.com>
4041
4042 PR gdb/22499
4043 * gdb.arch/amd64-disp-step-avx.S: New file.
4044 * gdb.arch/amd64-disp-step-avx.exp: New file.
4045
4046 2017-12-03 Pedro Alves <palves@redhat.com>
4047
4048 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4049 and <string.h>.
4050 (parent_function): Print distinct messages when waitpid fails, or
4051 the child exits with a signal, or the child exits for an unhandled
4052 reason.
4053 * gdb.threads/process-dies-while-detaching.exp
4054 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4055 it. Wait for both inferior output and GDB's prompt. Use an
4056 indirect spawn id list.
4057 (do_detach): New parameter 'child_exit'. Use it to compute
4058 expected inferior output.
4059 (test_detach, test_detach_watch, test_detach_killed_outside):
4060 Adjust to pass down the expected child exit kind.
4061
4062 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4063 Sergio Durigan Junior <sergiodj@redhat.com>
4064 Pedro Alves <palves@redhat.com>
4065
4066 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4067
4068 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4069
4070 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4071 to 'symbol-file' and 'add-symbol-file' can be
4072 position-independent.
4073
4074 2017-12-01 Yao Qi <yao.qi@linaro.org>
4075
4076 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4077 the URL in copyright header.
4078 * gdb.arch/aarch64-fp.exp: Likewise.
4079 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4080 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4081 * gdb.base/expand-psymtabs.exp: Likewise.
4082 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4083 * gdb.fortran/common-block.exp: Likewise.
4084 * gdb.fortran/common-block.f90: Likewise.
4085 * gdb.fortran/logical.exp: Likewise.
4086 * gdb.fortran/vla-datatypes.f90: Likewise.
4087 * gdb.fortran/vla-sub.f90: Likewise.
4088
4089 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4090
4091 * gdb.ada/repeat_dyn: New testcase.
4092
4093 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4094
4095 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4096 Update for changed thread numbering.
4097 * gdb.cell/bt.exp: Update for changed GDB output.
4098
4099 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4100
4101 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4102 setting isremote by hand.
4103 * boards/dwarf4-gdb-index.exp: Likewise.
4104 * boards/fission.exp: Likewise.
4105 * boards/stabs.exp: Likewise.
4106
4107 2017-11-30 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.linespec/cpls-ops.exp
4110 (check_explicit_skips_function_argument): Extract the underlying
4111 type of size_t instead of hardcoding it.
4112
4113 2017-11-29 Pedro Alves <palves@redhat.com>
4114
4115 PR c++/19436
4116 * gdb.linespec/cpls-abi-tag.cc: New file.
4117 * gdb.linespec/cpls-abi-tag.exp: New file.
4118
4119 2017-11-29 Pedro Alves <palves@redhat.com>
4120
4121 * gdb.base/langs.exp: Use -qualified.
4122 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4123 it.
4124 * gdb.cp/namespace.exp: Use -qualified.
4125 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4126 (overload-3, template-overload, template-ret-type, const-overload)
4127 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4128 procedures.
4129 (test_driver): Call them.
4130 * gdb.cp/save-bp-qualified.cc: New.
4131 * gdb.cp/save-bp-qualified.exp: New.
4132 * gdb.linespec/explicit.exp: Test -qualified.
4133 * lib/completion-support.exp (completion::explicit_opts_list): Add
4134 "-qualified".
4135 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4136
4137 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4138
4139 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4140
4141 2017-11-29 Tom Tromey <tom@tromey.com>
4142
4143 * gdb.base/relocate.exp: Update invalid argument test.
4144 Add new tests for invalid arguments.
4145
4146 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4147
4148 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4149 Return 0 as a long.
4150 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4151
4152 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4153
4154 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4155 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4156 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4157 func ().
4158 * gdb.cp/shadow.cc (B.func): Return 0.
4159
4160 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4161
4162 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4163 expected output in gdb_expect call to allow the exception
4164 message to be present as well. Fix syntax confusion to avoid
4165 TCL thinking that exception_name is an array.
4166
4167 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4168
4169 * gdb.arch/spu-info.c: Include <unistd.h>.
4170 (do_signal_test): Fix broken calls to write.
4171 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4172 Fix checks for empty mailboxes. Update signal tests for corrected
4173 do_signal_test routine. Allow nonzero event status.
4174 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4175 * gdb.cell/arch.exp: Use standard_output_file.
4176 * gdb.cell/break.exp: Likewise.
4177 * gdb.cell/bt.exp: Likewise.
4178 * gdb.cell/core.exp: Likewise.
4179 * gdb.cell/dwarfaddr.exp: Likewise.
4180 * gdb.cell/ea-cache.exp: Likewise.
4181 * gdb.cell/ea-standalone.exp: Likewise.
4182 * gdb.cell/f-regs.exp: Likewise.
4183 * gdb.cell/fork.exp: Likewise.
4184 * gdb.cell/gcore.exp: Likewise.
4185 * gdb.cell/mem-access.exp: Likewise.
4186 * gdb.cell/ptype.exp: Likewise.
4187 * gdb.cell/registers.exp: Likewise.
4188 * gdb.cell/sizeof.exp: Likewise.
4189 * gdb.cell/solib-symbol.exp: Likewise.
4190 * gdb.cell/solib.exp: Likewise.
4191
4192 2017-11-25 Pedro Alves <palves@redhat.com>
4193
4194 * gdb.base/complete-empty.exp: New file.
4195 * gdb.base/completion.exp: Adjust.
4196
4197 2017-11-25 Pedro Alves <palves@redhat.com>
4198
4199 * gdb.linespec/cpls-ops.cc: New file.
4200 * gdb.linespec/cpls-ops.exp: New file.
4201 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4202 factored out from ...
4203 (test_complete_prefix_range): ... this.
4204
4205 2017-11-24 Pedro Alves <palves@redhat.com>
4206
4207 * gdb.linespec/cpcompletion.exp: New file.
4208 * gdb.linespec/cpls-hyphen.cc: New file.
4209 * gdb.linespec/cpls.cc: New file.
4210 * gdb.linespec/cpls2.cc: New file.
4211 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4212 test to use test_gdb_complete_unique. Add label completion,
4213 keyword completion and explicit location completion tests.
4214 * lib/completion-support.exp: New file.
4215
4216 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4217
4218 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4219 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4220 when hitting an exception catchpoint.
4221
4222 2017-11-22 Yao Qi <yao.qi@linaro.org>
4223
4224 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4225
4226 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4227
4228 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4229 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4230 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4231
4232 2017-11-22 Yao Qi <yao.qi@linaro.org>
4233
4234 * gdb.base/info-os.exp: Pass pthreads.
4235 * gdb.multi/multi-attach.exp: Likewise.
4236
4237 2017-11-22 Yao Qi <yao.qi@linaro.org>
4238
4239 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4240 compiler.
4241
4242 2017-11-22 Yao Qi <yao.qi@linaro.org>
4243
4244 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4245 * gdb.base/break-interp.exp: Likewise.
4246 * gdb.base/jit-attach-pie.exp: Likewise.
4247
4248 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4249
4250 * gdb.base/float128.c (large128): New variable.
4251 * gdb.base/float128.exp: Add test to print largest __float128 value.
4252
4253 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4254
4255 * gdb.arch/vsx-regs.exp: Update register content checks.
4256
4257 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4258
4259 * gdb.arch/ppc-longdouble.exp: New file.
4260 * gdb.arch/ppc-longdouble.c: Likewise.
4261
4262 2017-11-21 Pedro Alves <palves@redhat.com>
4263
4264 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4265
4266 2017-11-20 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4269 (long_double_typedef): New typedefs.
4270 Use DEF on double and long double.
4271 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4272 cases.
4273 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4274 and 'long_double_ptr_same_size' locals. Use them to decide
4275 whether cast from array/function to float is valid/invalid.
4276
4277 2017-11-17 Tom Tromey <tom@tromey.com>
4278
4279 * gdb.rust/traits.rs: New file.
4280 * gdb.rust/traits.exp: New file.
4281
4282 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4283
4284 * gdb.ada/minsyms: New testcase.
4285
4286 2017-11-16 Pedro Alves <palves@redhat.com>
4287
4288 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4289 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4290
4291 2017-11-16 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4294 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4295
4296 2017-11-16 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.server/reconnect-ctrl-c.c: New file.
4299 * gdb.server/reconnect-ctrl-c.exp: New file.
4300
4301 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4302
4303 * gdb.python/py-rbreak.exp: New file.
4304 * gdb.python/py-rbreak.c: New file.
4305 * gdb.python/py-rbreak-func2.c: New file.
4306
4307 2017-11-16 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4310 pattern.
4311 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4312 GDB.
4313
4314 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4315
4316 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4317 regex.
4318
4319 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4320
4321 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4322 test names.
4323
4324 2017-11-09 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4327 factored out from ...
4328 (top level): ... here, and adjusted to avoid expecting beyond the
4329 prompt in a single gdb_test_multiple.
4330
4331 2017-11-09 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4334 output.
4335 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4336 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4337 * gdb.server/ext-run.exp ("kill" test): Likewise.
4338 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4339
4340 2017-11-09 Pedro Alves <palves@redhat.com>
4341
4342 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4343 match till end of line.
4344
4345 2017-11-09 Pedro Alves <palves@redhat.com>
4346
4347 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4348
4349 2017-11-09 Pedro Alves <palves@redhat.com>
4350
4351 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4352 New procedures, factored out from ...
4353 (top level): ... here, and adjusted to avoid expecting beyond the
4354 prompt in one go.
4355
4356 2017-11-09 Pedro Alves <palves@redhat.com>
4357
4358 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4359 output. Fix '?' match.
4360
4361 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4362
4363 * gdb.ada/scoped_watch: New testcase.
4364 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4365 which is actually correct.
4366 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4367 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4368
4369 2017-11-08 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.gdb/complaints.exp (test_initial_complaints)
4372 (test_serial_complaints, test_short_complaints): Call
4373 complaint_internal instead of complaint.
4374
4375 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4376
4377 * gdb.threads/tls-core.c: New file.
4378 * gdb.threads/tls-core.exp: Likewise.
4379
4380 2017-11-08 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4383 (p Exported_Capitalized): New test.
4384 (p exported_capitalized): New test.
4385
4386 2017-11-07 Pedro Alves <palves@redhat.com>
4387
4388 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4389
4390 2017-11-07 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4393 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4394 (disable_invalid, disable_inverted, disable_negative): New
4395 procedures.
4396 ("bad numbers"): New set of tests.
4397
4398 2017-11-07 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.cp/ena-dis-br-range.exp: Add tests.
4401
4402 2017-11-07 Pedro Alves <palves@redhat.com>
4403
4404 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4405
4406 2017-11-07 Xavier Roirand <roirand@adacore.com>
4407 Pedro Alves <palves@redhat.com>
4408
4409 * gdb.base/ena-dis-br.exp: Add reference to
4410 gdb.cp/ena-dis-br-range.exp.
4411 * gdb.cp/ena-dis-br-range.exp: New file.
4412 * gdb.cp/ena-dis-br-range.cc: New file.
4413
4414 2017-11-06 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.base/attach-non-pgrp-leader.c: New.
4417 * gdb.base/attach-non-pgrp-leader.exp: New.
4418
4419 2017-11-06 Pedro Alves <palves@redhat.com>
4420
4421 * configure.ac: No longer check for termio.h and sgtty.h.
4422 * configure: Regenerate.
4423 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4424 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4425 Remove termio and sgtty code.
4426
4427 2017-11-03 Yao Qi <yao.qi@linaro.org>
4428
4429 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4430 in GDB is disabled.
4431
4432 2017-11-03 Yao Qi <yao.qi@linaro.org>
4433
4434 * gdb.python/py-thrhandle.exp: Skip it if python is not
4435 enabled.
4436
4437 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4438
4439 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4440 as a breakpoint command.
4441
4442 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4443
4444 PR python/21213
4445 * gdb.python/py-infthread.exp: Test calling
4446 InferiorThread.inferior () multiple times in a row.
4447
4448 2017-10-27 Keith Seitz <keiths@redhat.com>
4449
4450 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4451 Test "info break" for every inlined function breakpoint.
4452
4453 2017-10-27 Yao Qi <yao.qi@linaro.org>
4454
4455 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4456
4457 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4458
4459 * gdb.cp/classes.exp (test_static_members): Test printing
4460 Outer::instance.
4461 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4462 (Inner::instance, Outer::instance): New.
4463
4464 2017-10-24 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4467 extra console" test in two stages.
4468
4469 2017-10-24 Pedro Alves <palves@redhat.com>
4470
4471 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4472
4473 2017-10-24 Pedro Alves <palves@redhat.com>
4474
4475 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4476 loop.
4477
4478 2017-10-24 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4481 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4482
4483 2017-10-24 Pedro Alves <palves@redhat.com>
4484
4485 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4486 parameter and handle it. Don't output read value in test name.
4487
4488 2017-10-24 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4491 custom test name.
4492
4493 2017-10-24 Pedro Alves <palves@redhat.com>
4494
4495 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4496 include the unstable output directory name in the test's name.
4497 (initial_setup_simple) <'set args'>: Use custom test name.
4498
4499 2017-10-24 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4502 with explicit test name.
4503
4504 2017-10-20 Pedro Alves <palves@redhat.com>
4505
4506 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4507 'wait -i'. Use gdb_assert and remote_close.
4508
4509 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4510
4511 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4512 number from variable rather than hard-coded.
4513
4514 2017-10-19 Pedro Alves <palves@redhat.com>
4515
4516 * gdb.base/long-inferior-output.c: New file.
4517 * gdb.base/long-inferior-output.exp: New file.
4518
4519 2017-11-18 Keith Seitz <keiths@redhat.com>
4520
4521 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4522 method.
4523 (main): Call it.
4524 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4525 Add additional user-defined conversion operator tests.
4526
4527 2017-10-17 Pedro Alves <palves@redhat.com>
4528
4529 * boards/native-stdio-gdbserver.exp: Load "local-board".
4530
4531 2017-10-17 Pedro Alves <palves@redhat.com>
4532
4533 * gdb.base/quit-live.c: New file.
4534 * gdb.base/quit-live.exp: New file.
4535
4536 2017-10-16 Keith Seitz <keiths@redhat.com>
4537
4538 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4539 (class_with_protected_typedef, class_with_private_typedef)
4540 (struct_with_public_typedef, struct_with_protected_typedef)
4541 (struct_with_private_typedef): New classes/structs.
4542 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4543 typedefs and access specifiers.
4544
4545 2017-10-16 Pedro Alves <palves@redhat.com>
4546 Simon Marchi <simon.marchi@polymtl.ca>
4547
4548 * README (Local vs Remote vs Native): New section.
4549 * boards/local-board.exp: New file, with bits factored out from
4550 ...
4551 * boards/native-extended-gdbserver.exp: ... here. Load
4552 "local-board".
4553 * boards/native-gdbserver.exp: Load "local-board".
4554 (${board}_spawn, ${board}_exec): Delete.
4555 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4556 ...
4557 * boards/stdio-gdbserver-base.exp: ... this new file.
4558 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4559 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4560 procedure.
4561 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4562 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4563 stdio_gdbserver_command.
4564 (${board}_get_remote_address, ${board}_get_comm_port)
4565 (${board}_download, ${board}_upload): Delete.
4566 (get_target_remote_pipe_cmd): New.
4567
4568 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4569
4570 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4571 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4572 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4573 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4574 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4575 remove with_test_prefix.
4576
4577 2017-10-13 Pedro Alves <palves@redhat.com>
4578
4579 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4580 * gdb.base/annota1.exp: Use it instead of is_remote.
4581 * gdb.base/annota3.exp: Use it instead of is_remote.
4582 * gdb.cp/annota2.exp: Use it instead of is_remote.
4583 * gdb.cp/annota3.exp: Use it instead of is_remote.
4584 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4585
4586 2017-10-13 Pedro Alves <palves@redhat.com>
4587
4588 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4589 (test_num_test_vars, run_and_count_vars, find_env)
4590 (test_set_unset_env, test_inherit_env_var): New procedures.
4591 (top level): Use them.
4592
4593 2017-10-13 Pedro Alves <palves@redhat.com>
4594
4595 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4596 also skip on stub-like targets.
4597
4598 2017-10-13 Pedro Alves <palves@redhat.com>
4599
4600 PR gdb/22293
4601 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4602 (top level): Move some tests to ...
4603 (test_not_found): ... this new procedure.
4604 (top level): Call it.
4605
4606 2017-10-13 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4609 expect different "info terminal" output if testing with a
4610 non-native target.
4611
4612 2017-10-13 Pedro Alves <palves@redhat.com>
4613 Simon Marchi <simon.marchi@polymtl.ca>
4614
4615 PR python/12966
4616 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4617
4618 2017-10-13 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4621 already.
4622
4623 2017-10-13 Pedro Alves <palves@redhat.com>
4624
4625 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4626 is_remote.
4627
4628 2017-10-13 Pedro Alves <palves@redhat.com>
4629
4630 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4631 is_remote.
4632
4633 2017-10-13 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4636 is set.
4637 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4638 instead of is_remote.
4639
4640 2017-10-13 Pedro Alves <palves@redhat.com>
4641
4642 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4643 (top level): Add comment.
4644
4645 2017-10-13 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.base/remote.exp (top level): Fix comment typo and add
4648 missing return.
4649
4650 2017-10-13 Pedro Alves <palves@redhat.com>
4651 Simon Marchi <simon.marchi@polymtl.ca>
4652
4653 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4654 calls and add comments. Skip test if use_gdb_stub is set.
4655 (top level): Use "set cwd" command instead of "cd" command.
4656
4657 2017-10-13 Pedro Alves <palves@redhat.com>
4658
4659 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4660 is_remote target check.
4661
4662 2017-10-13 Pedro Alves <palves@redhat.com>
4663
4664 * gdb.base/scope.exp: Use build_executable + clean_restart +
4665 gdb_file_cmd instead of prepare_for_testing and no longer skip
4666 "before run" tests on is_remote target boards. Update comments.
4667 * boards/native-extended-gdbserver.exp
4668 (extended_gdbserver_load_last_file): New, factored out from ...
4669 (gdb_load): ... this. Move further below and add comment.
4670 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4671
4672 2017-10-12 Pedro Alves <palves@redhat.com>
4673
4674 * gdb.base/attach.exp: Remove references to gdb64.
4675 * gdb.base/dbx.exp: Remove references to gdb64.
4676
4677 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4678 Pedro Alves <palves@redhat.com>
4679
4680 * gdb.base/label.exp: Remove is_remote target check.
4681
4682 2017-10-12 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.base/auvx.exp (coredir): Update comment.
4685 (top level) <core_works>: Use "set cwd" command instead of "cd"
4686 command.
4687
4688 2017-10-12 Pedro Alves <palves@redhat.com>
4689 Simon Marchi <simon.marchi@polymtl.ca>
4690
4691 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4692 target boards.
4693
4694 2017-10-12 Pedro Alves <palves@redhat.com>
4695 Simon Marchi <simon.marchi@polymtl.ca>
4696
4697 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4698 Instead skip if there's any gdb_protocol set.
4699
4700 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4701 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4704
4705 2017-10-12 Pedro Alves <palves@redhat.com>
4706 Simon Marchi <simon.marchi@polymtl.ca>
4707
4708 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4709 instead of on dejagnu remote boards.
4710
4711 2017-10-12 Pedro Alves <palves@redhat.com>
4712 Simon Marchi <simon.marchi@polymtl.ca>
4713
4714 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4715 checks. Use build_executable + clean_restart instead of
4716 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4717 of enabling non-stop after starting gdb.
4718
4719 2017-10-12 Pedro Alves <palves@redhat.com>
4720
4721 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4722 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4723 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4724 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4725
4726 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4727
4728 * gdb.arch/arc-tdesc-cpu.exp: New file.
4729 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4730
4731 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4732
4733 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4734
4735 2017-10-10 Pedro Alves <palves@redhat.com>
4736
4737 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4738 expect CLI output.
4739
4740 2017-10-10 Pedro Alves <palves@redhat.com>
4741
4742 * lib/selftest-support.exp (selftest_setup): Update for
4743 captured_command_loop's prototype change.
4744
4745 2017-10-09 Pedro Alves <palves@redhat.com>
4746
4747 Test both arch1=>arch2 and arch2=>arch1.
4748
4749 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4750 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4751 factored out to...
4752 (append_arch1_options, append_arch2_options, append_arch_options)
4753 (build_executables): New procedures.
4754 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4755 local.
4756 (top level): Add new 'first_arch' testing axis.
4757
4758 2017-10-09 Pedro Alves <palves@redhat.com>
4759
4760 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4761 (barrier): New.
4762 (thread_start, all_started): New functions.
4763 (main): Spawn new thread and wait until it is scheduled.
4764 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4765 option.
4766 (do_test): Add 'selected_thread' parameter. Run to all_started
4767 instead of main. Explicitly set the breakpoint at main. Switch
4768 to the SELECTED_THREAD thread.
4769 (top level): Test handling the exec event with either the main
4770 thread or the second thread selected.
4771
4772 2017-10-09 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4775 logic. Move STOP marker after the value checks.
4776 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4777 regexp.
4778
4779 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4780
4781 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4782
4783 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4784
4785 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4786 integer-to-dfp conversion.
4787 * gdb.base/dfp-test.exp: Likewise.
4788
4789 2017-10-04 Pedro Alves <palves@redhat.com>
4790
4791 * gdb.multi/hangout.c: Include <unistd.h>.
4792 (hangout_loop): New function.
4793 (main): Call alarm. Call hangout_loop in a loop.
4794 * gdb.multi/hello.c: Include <unistd.h>.
4795 (hello_loop): New function.
4796 (main): Call alarm. Call hangout_loop in a loop.
4797 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4798 inferior with the other selected.
4799
4800 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4801
4802 * gdb.mi/list-thread-groups-available.exp: New file.
4803 * gdb.mi/list-thread-groups-available.c: New file.
4804
4805 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4806
4807 * gdb.base/set-cwd.exp: Make it available on
4808 native-extended-gdbserver.
4809
4810 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4811
4812 * gdb.base/set-cwd.c: New file.
4813 * gdb.base/set-cwd.exp: Likewise.
4814
4815 2017-10-02 Tom Tromey <tom@tromey.com>
4816
4817 PR rust/22236:
4818 * gdb.rust/simple.rs (main): New variable "fslice".
4819 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4820
4821 2017-10-02 Tom Tromey <tom@tromey.com>
4822
4823 * gdb.rust/simple.exp: Test ptype of a slice.
4824
4825 2017-10-02 Tom Tromey <tom@tromey.com>
4826
4827 * gdb.rust/simple.exp: Test index of slice.
4828
4829 2017-09-27 Tom Tromey <tom@tromey.com>
4830
4831 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4832
4833 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4834 Pedro Alves <palves@redhat.com>
4835
4836 * gdb.base/compare-sections.exp (get value of read-only section): Read
4837 as unsigned value.
4838 (corrupt read-only section): Likewise and don't set written if patching
4839 failed.
4840
4841 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4842
4843 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4844 files.
4845
4846 2017-09-20 Pedro Alves <palves@redhat.com>
4847
4848 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4849 symbol names in gdb's output.
4850 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4851
4852 2017-09-20 Pedro Alves <palves@redhat.com>
4853
4854 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4855 Rename to ...
4856 (test_list_ambiguous_symbol): ... this and add a symbol name
4857 parameter. Adjust.
4858 (test_list_ambiguous_function): Reimplement on top of
4859 test_list_ambiguous_symbol and also test listing ambiguous
4860 variables.
4861 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4862 (ambiguous_fun): ... this.
4863 (ambiguous_var): New.
4864 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4865 (ambiguous_fun): ... this.
4866 (ambiguous_var): New.
4867
4868 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4869
4870 * gdb.base/starti.c: New file.
4871 * gdb.base/starti.exp: New file.
4872 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4873
4874 2017-09-14 Pedro Alves <palves@redhat.com>
4875
4876 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4877 (top level): Use it instead of runto.
4878
4879 2017-09-11 Tom Tromey <tom@tromey.com>
4880
4881 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4882
4883 2017-09-11 Tom Tromey <tom@tromey.com>
4884
4885 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4886 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4887
4888 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4889
4890 * gdb.fortran/printing-types.exp: New file.
4891 * gdb.fortran/printing-types.exp: New file.
4892
4893 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4894
4895 * gdb.fortran/vla-ptype.exp: Fix typos.
4896 * gdb.fortran/vla-value.exp: Same.
4897
4898 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4899
4900 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4901 * gdb.mi/mi-var-child-f.exp: Likewise.
4902 * gdb.mi/mi-vla-fortran.exp: Likewise.
4903
4904 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4905 Christoph Weinmann <christoph.t.weinmann@intel.com>
4906 Bernhard Heckel <bernhard.heckel@intel.com>
4907
4908 * gdb.fortran/ptr-indentation.f90: New file.
4909 * gdb.fortran/ptr-indentation.exp: New file.
4910
4911 2017-09-05 Tom Tromey <tom@tromey.com>
4912
4913 PR gdb/22010:
4914 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4915
4916 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4917
4918 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4919
4920 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4921
4922 * gdb.threads/tls-nodebug-pie.c: New file.
4923 * gdb.threads/tls-nodebug-pie.exp: New file.
4924
4925 2017-09-05 Tom Tromey <tom@tromey.com>
4926
4927 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4928 for rust.
4929
4930 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4931
4932 * gdb.multi/multi-arch-exec.exp: Test with different
4933 "follow-exec-mode" settings.
4934 (do_test): New procedure.
4935
4936 2017-09-04 Pedro Alves <palves@redhat.com>
4937
4938 * gdb.base/func-static.c (S::method const, S::method volatile)
4939 (S::method volatile const): New methods.
4940 (c_s, v_s, cv_s): New instances.
4941 (main): Call method() on them.
4942 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4943 (cannot_resolve): New procedure.
4944 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4945 print-quote-unquoted columns.
4946 (do_test): Test printing each scope too.
4947
4948 2017-09-04 Pedro Alves <palves@redhat.com>
4949
4950 * gdb.base/local-static.exp: Also test with
4951 class::method::variable wholly quoted.
4952 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4953
4954 2017-09-04 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.base/local-static.c: New.
4957 * gdb.base/local-static.cc: New.
4958 * gdb.base/local-static.exp: New.
4959
4960 2017-09-04 Pedro Alves <palves@redhat.com>
4961
4962 * gdb.asm/asm-source.exp: Add casts to int.
4963 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4964 (dataglobal64_1, dataglobal64_2): New globals.
4965 * gdb.base/nodebug.exp: Test different expressions involving the
4966 new globals, with print, whatis and ptype. Add casts to int.
4967 * gdb.base/solib-display.exp: Add casts to int.
4968 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4969 * gdb.cp/m-static.exp: Add cast to int.
4970 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4971 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4972 tls variable with no debug info without a cast. Test with a cast
4973 to int too.
4974 * gdb.trace/entry-values.exp: Add casts.
4975
4976 2017-09-04 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.base/nodebug.exp: Test that ptype's error about functions
4979 with unknown return type includes the function name too.
4980
4981 2017-09-04 Pedro Alves <palves@redhat.com>
4982
4983 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4984 return type of munmap in infcall.
4985 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4986 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4987 type of ftell in infcall.
4988 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4989 type of getpid in infcall.
4990 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4991 infcall.
4992 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4993 Bail on failure to extract the pid.
4994 * gdb.base/nodebug.c: #include <stdint.h>.
4995 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4996 New functions.
4997 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4998 Change expected output of print/whatis/ptype with functions with
4999 no debug info. Test all supported languages. Call
5000 test_call_promotion.
5001 * gdb.compile/compile.exp: Adjust expected output to expect
5002 warning.
5003 * gdb.threads/siginfo-threads.exp: Likewise.
5004
5005 2017-09-04 Pedro Alves <palves@redhat.com>
5006
5007 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5008 "prototypes". Test calling float functions via prototyped and
5009 unprototyped function pointers.
5010 (perform_all_tests): New parameter "prototypes". Pass it down.
5011 (top level): Pass down "prototypes" parameter to
5012 perform_all_tests.
5013
5014 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5015
5016 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5017 Test with nested loops.
5018
5019 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5020
5021 * gdb.base/commands.exp: Call the new procedures.
5022 (loop_break_test, loop_continue_test): New procedures.
5023
5024 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5025
5026 * gdb.base/commands.exp: Call new procedure.
5027 (define_if_without_arg_test): New procedure.
5028
5029 2017-09-04 Pedro Alves <palves@redhat.com>
5030
5031 * gdb.base/list-ambiguous.exp: New file.
5032 * gdb.base/list-ambiguous0.c: New file.
5033 * gdb.base/list-ambiguous1.c: New file.
5034 * gdb.base/list.exp (test_list_range): Adjust expected output.
5035
5036 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5037
5038 * gdb.base/share-env-with-gdbserver.c: New file.
5039 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5040
5041 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5042
5043 * gdb.base/commands.exp (gdbvar_simple_if_test,
5044 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5045 progvar_simple_if_test, progvar_simple_while_test,
5046 progvar_complex_if_while_test, user_defined_command_test,
5047 user_defined_command_args_eval,
5048 user_defined_command_args_stack_test,
5049 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5050 temporary_breakpoint_commands,
5051 gdb_test_no_prompt, redefine_hook_test,
5052 redefine_backtrace_test): Remove "global gdb_prompt".
5053
5054 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5055
5056 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5057 New proc, call it from toplevel.
5058
5059 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5060
5061 PR remote/21852
5062 * gdb.server/normal.c: New file, copied from gdb.base.
5063 * gdb.server/run-without-local-binary.exp: New file.
5064
5065 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5066
5067 * gdb.arch/sparc64-adi.exp: New file.
5068 * gdb.arch/sparc64-adi.c: New file.
5069
5070 2017-08-22 Pedro Alves <palves@redhat.com>
5071
5072 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5073 (top level): Add "list all overloads" tests.
5074
5075 2017-08-22 Tom Tromey <tom@tromey.com>
5076
5077 * gdb.gdb/xfullpath.exp: Remove.
5078
5079 2017-08-21 Pedro Alves <palves@redhat.com>
5080
5081 PR gdb/19487
5082 * gdb.base/symbol-alias.c: New.
5083 * gdb.base/symbol-alias2.c: New.
5084 * gdb.base/symbol-alias.exp: New.
5085
5086 2017-08-21 Pedro Alves <palves@redhat.com>
5087
5088 * gdb.base/dfp-test.c
5089 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5090 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5091 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5092 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5093 * gdb.base/whatis-ptype-typedefs.c: New.
5094 * gdb.base/whatis-ptype-typedefs.exp: New.
5095 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5096 (an_int, an_int_type, an_int_type2): New globals.
5097 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5098 involving typedefs and cast expressions.
5099 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5100 (lookup_typedefs_function): New.
5101 (typedefs_pretty_printers_dict): New.
5102 (top level): Register lookup_typedefs_function in
5103 gdb.pretty_printers.
5104
5105 2017-08-18 Yao Qi <yao.qi@linaro.org>
5106
5107 * gdb.server/unittest.exp: New.
5108
5109 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5110
5111 PR gdb/21954
5112 * gdb.base/environ.exp: Add test to check if 'unset environment'
5113 works.
5114
5115 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5116
5117 * lib/gdb.exp (universal_compile_options): New caching proc.
5118 (gdb_compile): Suppress GCC's coloring of messages.
5119
5120 2017-08-14 Tom Tromey <tom@tromey.com>
5121
5122 PR gdb/21675:
5123 * gdb.base/printcmds.exp (test_radices): New function.
5124 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5125 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5126 * lib/gdb.exp (get_integer_valueof): Use p/d.
5127
5128 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5129
5130 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5131 characters.
5132
5133 2017-08-05 Tom Tromey <tom@tromey.com>
5134
5135 * gdb.rust/simple.exp: Allow String to appear in a different
5136 namespace.
5137
5138 2017-07-26 Yao Qi <yao.qi@linaro.org>
5139
5140 * gdb.gdb/unittest.exp: Invoke command
5141 "maintenance check xml-descriptions".
5142
5143 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5144
5145 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5146 calling context.
5147 (hex128): Drop erroneous calculation of parameters.
5148
5149 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5150
5151 * gdb.python/py-unwind.exp: Disable stack protection when
5152 building test file.
5153
5154 2017-07-20 Pedro Alves <palves@redhat.com>
5155
5156 * gdb.base/default.exp (set language): Adjust expected output.
5157
5158 2017-07-20 Pedro Alves <palves@redhat.com>
5159
5160 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5161 (test_minsym): ... this, and make static.
5162 (get_pck__foo__bar__minsym): Rename to ...
5163 (get_test_minsym): ... this.
5164 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5165 symbol names and comments.
5166 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5167 (get_test_minsym): ... this.
5168 (pck__foo__bar__minsym__2): Rename to ...
5169 (test_minsym): ... this.
5170 (main): Adjust.
5171
5172 2017-07-17 Pedro Alves <palves@redhat.com>
5173
5174 * gdb.base/completion.exp: Adjust expected output.
5175 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5176 the completer works.
5177
5178 2017-07-17 Pedro Alves <palves@redhat.com>
5179
5180 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5181
5182 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5183
5184 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5185
5186 2017-07-14 Tom Tromey <tom@tromey.com>
5187
5188 PR rust/21764:
5189 * gdb.rust/simple.exp: Add tests.
5190
5191 2017-07-14 Tom Tromey <tom@tromey.com>
5192
5193 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5194
5195 2017-07-14 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.linespec/base/one/thefile.cc (z1): New function.
5198 * gdb.linespec/base/two/thefile.cc (z2): New function.
5199 * gdb.linespec/linespec.exp: Add tests.
5200
5201 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5202
5203 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5204 to mi_create_breakpoint.
5205
5206 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5207
5208 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5209 mi_create_breakpoint.
5210
5211 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5212
5213 * gdb.dlang/demangle.exp: Update for demangling changes.
5214
5215 2017-07-09 Tom Tromey <tom@tromey.com>
5216
5217 * gdb.dwarf2/shortpiece.exp: New file.
5218
5219 2017-07-06 David Blaikie <dblaikie@gmail.com>
5220
5221 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5222 built from fissiont-multi-cu{1,2}.c.
5223 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5224 except putting 'main' and 'func' in separate CUs in the same DWO file.
5225 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5226 test.
5227 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5228 test.
5229
5230 2017-07-06 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.python/py-unwind.exp: Test flushregs.
5233
5234 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5235
5236 PR cli/21688
5237 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5238 tests for alias commands and trailing whitespace.
5239
5240 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5241
5242 PR cli/21688
5243 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5244 procedure. Call it.
5245
5246 2017-06-29 Pedro Alves <palves@redhat.com>
5247
5248 * gdb.base/printcmds.exp: Add tests.
5249
5250 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5251
5252 PR gdb/21337
5253 * gdb.base/reread-readsym.exp: New file.
5254 * gdb.base/reread-readsym.c: New file.
5255
5256 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5257
5258 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5259 subpattern.
5260
5261 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5262
5263 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5264 extended mnemonic.
5265 * gdb.arch/powerpc-power9.s: Likewise.
5266
5267 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5268
5269 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5270 on 32-bit x86 targets. Exploit is_*_target macros where
5271 appropriate.
5272
5273 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5274
5275 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5276 register pieces.
5277
5278 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5279
5280 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5281 located in one or more DWARF pieces.
5282
5283 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5284
5285 * lib/gdb.exp (get_endianness): New proc.
5286 * gdb.arch/aarch64-fp.exp: Use it.
5287 * gdb.arch/altivec-regs.exp: Likewise.
5288 * gdb.arch/e500-regs.exp: Likewise.
5289 * gdb.arch/vsx-regs.exp: Likewise.
5290 * gdb.base/dump.exp: Likewise.
5291 * gdb.base/funcargs.exp: Likewise.
5292 * gdb.base/gnu_vector.exp: Likewise.
5293 * gdb.dwarf2/formdata16.exp: Likewise.
5294 * gdb.dwarf2/implptrpiece.exp: Likewise.
5295 * gdb.dwarf2/nonvar-access.exp: Likewise.
5296 * gdb.python/py-inferior.exp: Likewise.
5297 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5298
5299 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5300
5301 PR gdb/21226
5302 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5303 stack value pieces are taken from the LSB end.
5304
5305 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5306
5307 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5308 variable at nonzero offset.
5309
5310 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5311
5312 * gdb.dwarf2/var-access.c: New file.
5313 * gdb.dwarf2/var-access.exp: New test.
5314 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5315
5316 2017-06-12 Tom Tromey <tom@tromey.com>
5317
5318 * gdb.dwarf2/formdata16.exp: Add tests.
5319
5320 2017-06-12 Tom Tromey <tom@tromey.com>
5321
5322 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5323
5324 2017-06-12 Tom Tromey <tom@tromey.com>
5325
5326 PR exp/16225:
5327 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5328 * gdb.arch/vsx-regs.exp: Update tests.
5329 * gdb.arch/s390-vregs.exp (hex128): New proc.
5330 Update test.
5331 * gdb.arch/altivec-regs.exp: Update tests.
5332
5333 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5334
5335 * gdb.base/startup-with-shell.c: New file.
5336 * gdb.base/startup-with-shell.exp: Likewise.
5337
5338 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5339
5340 * gdb.server/non-existing-program.exp: Update regex in order to
5341 reflect the fact that gdbserver is now using fork_inferior (with a
5342 shell) to startup the inferior.
5343
5344 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5345
5346 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5347 support function calls from GDB.
5348
5349 2017-05-21 Tom Tromey <tom@tromey.com>
5350
5351 PR rust/21466:
5352 * gdb.rust/unsized.exp: New file.
5353 * gdb.rust/unsized.rs: New file.
5354
5355 2017-05-19 Tom Tromey <tom@tromey.com>
5356
5357 PR rust/21484:
5358 * gdb.rust/watch.exp: New file.
5359 * gdb.rust/watch.rs: New file.
5360
5361 2017-05-18 Tom Tromey <tom@tromey.com>
5362
5363 * gdb.rust/simple.exp: Allow Box to be qualified.
5364
5365 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5366
5367 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5368
5369 2017-05-18 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.base/fileio.c (test_write, test_read, test_close)
5372 (test_fstat): Don't print 'ret' in the fail path.
5373
5374 2017-05-18 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5377 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5378 (test_system, test_rename, test_unlink, test_time): Change
5379 prototypes.
5380 * gdb.base/fileio.exp (stop_msg): Adjust.
5381
5382 2017-05-18 Pedro Alves <palves@redhat.com>
5383
5384 * gdb.base/fileio.c (null_str): New global.
5385 (test_stat): Use it.
5386 * gdb.base/fileio.exp: Remove nowarnings.
5387
5388 2017-05-17 Yao Qi <yao.qi@linaro.org>
5389
5390 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5391
5392 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5393
5394 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5395 argument command.
5396 (top-level): Invoke test_set_inferior_tty.
5397
5398 2017-05-04 Pedro Alves <palves@redhat.com>
5399
5400 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5401 Add parens to print call for Python 3.
5402
5403 2017-05-03 Keith Seitz <keiths@redhat.com>
5404
5405 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5406 (main): Call it.
5407
5408 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5409
5410 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5411 to prev and next.
5412
5413 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5414
5415 * gdb.python/py-record-btrace.exp: Remove test for
5416 gdb.BtraceInstruction.error.
5417
5418 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5419
5420 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5421
5422 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5423
5424 * gdb.python/py-record-btrace-threads.c: New file.
5425 * gdb.python/py-record-btrace-threads.exp: New file.
5426
5427 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5428
5429 PR testsuite/8595
5430 * gdb.base/environ.exp: Make test available in all architectures.
5431 Move bits related to "info program" testing to
5432 gdb.base/info-program.exp. Rewrite tests to use the two new
5433 procedures mentione below.
5434 (test_set_show_env_var) New procedure.
5435 (test_set_show_env_var_equal): Likewise.
5436 * gdb.base/info-program.exp: New file.
5437
5438 2017-04-27 Keith Seitz <keiths@redhat.com>
5439
5440 * gdb.cp/oranking.cc (test15): New function.
5441 (main): Call test15 and declare additional variables for testing.
5442 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5443 "p foo101('abc')" tests.
5444 Add tests for cv qualifier overloads.
5445 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5446 "lvalue reference overload" test.
5447 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5448 "print value of f1 on Child&& in f2" test.
5449
5450 2017-04-19 Pedro Alves <palves@redhat.com>
5451
5452 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5453 procedure.
5454 (top level): Call it.
5455 * lib/gdb.exp (gdb_define_cmd): New procedure.
5456
5457 2017-04-12 Pedro Alves <palves@redhat.com>
5458
5459 PR gdb/21323
5460 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5461 (wchar): New global.
5462 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5463 (do_test_wide_char, wide_char_types_no_program, top level): Add
5464 wchar_t testing.
5465
5466 2017-04-12 Pedro Alves <palves@redhat.com>
5467
5468 PR c++/21323
5469 * gdb.cp/wide_char_types.c: New file.
5470 * gdb.cp/wide_char_types.exp: New file.
5471
5472 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5473
5474 PR gdb/21352
5475 * gdb.trace/tsv.exp: Add test for "tsave -r".
5476
5477 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5478
5479 * gdb.dlang/watch-loc.c: New file.
5480 * gdb.dlang/watch-loc.exp: New file.
5481
5482 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5483
5484 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5485
5486 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5487
5488 * gdb.arch/arc-analyze-prologue.S: New file.
5489 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5490
5491 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5492
5493 * gdb.arch/arc-decode-insn.S: New file.
5494 * gdb.arch/arc-decode-insn.exp: Likewise.
5495
5496 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5497
5498 PR tdep/20928
5499 * gdb.arch/sparc64-regs.exp: New file.
5500 * gdb.arch/sparc64-regs.S: Likewise.
5501
5502 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5503
5504 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5505 and memory view on Python 3.
5506
5507 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5508 Keith Seitz <keiths@redhat.com>
5509
5510 PR gdb/14441
5511 * gdb.cp/demangle.exp: Add rvalue reference tests.
5512 * gdb.cp/rvalue-ref-casts.cc: New file.
5513 * gdb.cp/rvalue-ref-casts.exp: New file.
5514 * gdb.cp/rvalue-ref-overload.cc: New file.
5515 * gdb.cp/rvalue-ref-overload.exp: New file.
5516 * gdb.cp/rvalue-ref-params.cc: New file.
5517 * gdb.cp/rvalue-ref-params.exp: New file.
5518 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5519 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5520 * gdb.cp/rvalue-ref-types.cc: New file.
5521 * gdb.cp/rvalue-ref-types.exp: New file.
5522 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5523 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5524
5525 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5526
5527 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5528 New procedure.
5529
5530 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5531
5532 * lib/mi-support.exp (mi_gdb_test): Add additional message
5533 for unexpected output.
5534
5535 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5536
5537 * gdb.base/examine-backward.c (Barrier): New character array
5538 constant, to ensure that TestStrings is preceded by a string
5539 terminator.
5540
5541 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5542
5543 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5544 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5545 and implicit pointer into such a location.
5546
5547 2017-03-16 Doug Evans <dje@google.com>
5548
5549 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5550
5551 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5552
5553 * gdb.cp/m-static.exp: Fix expectation for prototype of
5554 test5.single_constructor and single_constructor::single_constructor.
5555
5556 2017-03-16 Doug Evans <dje@google.com>
5557
5558 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5559 * gdb.guile/scm-lazy-string.c: New file.
5560 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5561 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5562 for pointer, array, typedef lazy strings.
5563
5564 2017-03-16 Doug Evans <dje@google.com>
5565
5566 PR python/17728, python/18439, python/18779
5567 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5568 * gdb.python/py-lazy-string.c (pointer): New typedef.
5569 (main): New locals ptr, array, typedef_ptr.
5570 * gdb.python/py-value.exp: Move lazy string tests to ...
5571 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5572 array, typedef lazy strings.
5573
5574 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5575
5576 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5577 Add optional 'test' parameter.
5578
5579 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5580
5581 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5582 Skip for versions of DejaGnu < 1.5.
5583
5584 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5585
5586 * lib/gdb.exp (dejagnu_version): New proc.
5587 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5588 Use dejagnu_version.
5589
5590 2017-03-10 Keith Seitz <keiths@redhat.com>
5591
5592 PR c++/8128
5593 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5594 type from destructor regexps.
5595 Add a branch which actually passes the test.
5596 Adjust "ptype t5i" test names.
5597
5598 2017-03-08 Pedro Alves <palves@redhat.com>
5599
5600 * gdb.base/step-over-exit.exp: Add explicit test message.
5601
5602 2017-03-08 Pedro Alves <palves@redhat.com>
5603
5604 PR gdb/18360
5605 * gdb.threads/interrupt-while-step-over.c: New file.
5606 * gdb.threads/interrupt-while-step-over.exp: New file.
5607
5608 2017-03-08 Pedro Alves <palves@redhat.com>
5609
5610 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5611 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5612
5613 2017-03-08 Pedro Alves <palves@redhat.com>
5614
5615 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5616 PKRU as not supported as a PASS.
5617
5618 2017-03-08 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5621 prefix instead of $binfile1/$binfile2.
5622 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5623 in test message.
5624 * gdb.python/py-completion.exp: Use "load python file" as test
5625 messages instead of unstable path names.
5626
5627 2017-03-08 Pedro Alves <palves@redhat.com>
5628 Jan Kratochvil <jan.kratochvil@redhat.com>
5629
5630 PR cli/21218
5631 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5632 New proc.
5633 (top level): Call it.
5634
5635 2017-03-08 Pedro Alves <palves@redhat.com>
5636
5637 PR tui/21216
5638 * gdb.tui/tui-nl-filtered-output.exp: New file.
5639
5640 2017-03-08 Pedro Alves <palves@redhat.com>
5641
5642 * gdb.base/completion.exp: Move TUI completion tests to ...
5643 * gdb.tui/completion.exp: ... this new file.
5644
5645 2017-03-08 Pedro Alves <palves@redhat.com>
5646
5647 * gdb.base/tui-disasm-long-lines.c,
5648 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5649 gdb.base/tui-layout.exp: Move to ...
5650 * gdb.tui/: ... this new directory.
5651
5652 2017-03-07 Pedro Alves <palves@redhat.com>
5653
5654 * gdb.base/tui-layout.c: New file.
5655 * gdb.base/tui-layout.exp: New file.
5656
5657 2017-03-07 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.base/tui-layout.c: Rename to ...
5660 * gdb.base/tui-disasm-long-lines.c: ... this.
5661 * gdb.base/tui-layout.exp: Rename to ...
5662 * gdb.base/tui-disasm-long-lines.exp: ... this.
5663
5664 2017-03-07 Pedro Alves <palves@redhat.com>
5665
5666 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5667
5668 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5669
5670 * i386-mpx-call.c: New file.
5671 * i386-mpx-call.exp: New file.
5672
5673 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5674
5675 * gdb.arch/powerpc-power.exp: Delete test.
5676 * gdb.arch/powerpc-power.s: Likewise.
5677 * gdb.disasm/disassembler-options.exp: New test.
5678 * gdb.arch/powerpc-altivec.exp: Likewise.
5679 * gdb.arch/powerpc-altivec.s: Likewise.
5680 * gdb.arch/powerpc-altivec2.exp: Likewise.
5681 * gdb.arch/powerpc-altivec2.s: Likewise.
5682 * gdb.arch/powerpc-altivec3.exp: Likewise.
5683 * gdb.arch/powerpc-altivec3.s: Likewise.
5684 * gdb.arch/powerpc-power7.exp: Likewise.
5685 * gdb.arch/powerpc-power7.s: Likewise.
5686 * gdb.arch/powerpc-power8.exp: Likewise.
5687 * gdb.arch/powerpc-power8.s: Likewise.
5688 * gdb.arch/powerpc-power9.exp: Likewise.
5689 * gdb.arch/powerpc-power9.s: Likewise.
5690 * gdb.arch/powerpc-vsx.exp: Likewise.
5691 * gdb.arch/powerpc-vsx.s: Likewise.
5692 * gdb.arch/powerpc-vsx2.exp: Likewise.
5693 * gdb.arch/powerpc-vsx2.s: Likewise.
5694 * gdb.arch/powerpc-vsx3.exp: Likewise.
5695 * gdb.arch/powerpc-vsx3.s: Likewise.
5696 * gdb.arch/arm-disassembler-options.exp: Likewise.
5697 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5698 * gdb.arch/s390-disassembler-options.exp: Likewise.
5699
5700 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5701
5702 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5703 (check_supported_features): ... this. Changed return type to void.
5704 (supports_rdseed): New static global.
5705 (rdseed): Check supports_rdseed.
5706 (initialize): Call check_supported_features.
5707
5708 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5709
5710 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5711 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5712 and lqarx/stqcx.
5713 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5714 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5715
5716 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5717
5718 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5719 uppercase.
5720
5721 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5722
5723 * gdb.dwarf2/formdata16.c: New file.
5724 * gdb.dwarf2/formdata16.exp: New file.
5725 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5726
5727 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5728
5729 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5730 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5731 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5732 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5733 DW_AT_GNU_*.
5734
5735 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5738
5739 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5740
5741 PR gdb/21164
5742 * gdb.base/maint.exp: Add testcases for when the commands do
5743 not have arguments.
5744
5745 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5746
5747 * gdb.cp/chained-calls.exp: Use p instead of P.
5748
5749 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5750
5751 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5752 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5753
5754 2017-02-14 Tom Tromey <tom@tromey.com>
5755
5756 PR python/13598:
5757 * gdb.python/py-events.exp: Add before_prompt event tests.
5758
5759 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5760
5761 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5762
5763 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5764
5765 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5766 (main): Call my_unique_function_name.
5767 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5768 completion of patterns with a single match.
5769 Add missing -re switches to gdb_test_multiple calls.
5770
5771 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5772
5773 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5774 return if core file is not recognized.
5775
5776 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5777
5778 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5779 and extra UIs.
5780
5781 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5782
5783 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5784 proc_with_prefix.
5785
5786 2017-02-10 Tom Tromey <tom@tromey.com>
5787
5788 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5789
5790 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5791
5792 PR gdb/21122
5793 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5794
5795 2017-02-08 Jerome Guitton <guitton@adacore.com>
5796
5797 * gdb.base/define.exp: Add test for command abbreviations
5798 in define.
5799
5800 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5801
5802 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5803 * gdb.reverse/insn-reverse-x86.c: New file.
5804
5805 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5806
5807 PR tdep/20936
5808 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5809
5810 2017-02-03 Tom Tromey <tom@tromey.com>
5811
5812 PR rust/21097:
5813 * gdb.rust/simple.exp: Add new tests.
5814
5815 2017-02-02 Pedro Alves <palves@redhat.com>
5816
5817 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5818 tests.
5819
5820 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5821
5822 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5823 taking a 2-byte value out of a 4-byte DWARF implicit value on
5824 big-endian targets.
5825 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5826 logic. Add test cases for DW_OP_implicit.
5827
5828 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5829
5830 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5831
5832 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5833
5834 * gdb.btrace/enable.exp: Call gdb_exit before
5835 skip_gdbserver_tests.
5836
5837 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5838
5839 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5840 GDBFLAGS.
5841
5842 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5843
5844 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5845 the test is skipped.
5846 * gdb.btrace/data.exp: Likewise.
5847 * gdb.btrace/delta.exp: Likewise.
5848 * gdb.btrace/dlopen.exp: Likewise.
5849 * gdb.btrace/enable-running.exp: Likewise.
5850 * gdb.btrace/enable.exp: Likewise.
5851 * gdb.btrace/exception.exp: Likewise.
5852 * gdb.btrace/function_call_history.exp: Likewise.
5853 * gdb.btrace/gcore.exp: Likewise.
5854 * gdb.btrace/instruction_history.exp: Likewise.
5855 * gdb.btrace/multi-thread-step.exp: Likewise.
5856 * gdb.btrace/nohist.exp: Likewise.
5857 * gdb.btrace/non-stop.exp: Likewise.
5858 * gdb.btrace/reconnect.exp: Likewise.
5859 * gdb.btrace/record_goto-step.exp: Likewise.
5860 * gdb.btrace/record_goto.exp: Likewise.
5861 * gdb.btrace/rn-dl-bind.exp: Likewise.
5862 * gdb.btrace/segv.exp: Likewise.
5863 * gdb.btrace/step.exp: Likewise.
5864 * gdb.btrace/stepi.exp: Likewise.
5865 * gdb.btrace/tailcall-only.exp: Likewise.
5866 * gdb.btrace/tailcall.exp: Likewise.
5867 * gdb.btrace/tsx.exp: Likewise.
5868 * gdb.btrace/unknown_functions.exp: Likewise.
5869 * gdb.btrace/vdso.exp: Likewise.
5870
5871 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5872
5873 * gdb.btrace/enable-running.c: New.
5874 * gdb.btrace/enable-running.exp: New.
5875
5876 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5877
5878 * gdb.arch/amd64-gs_base.c: New file.
5879 * gdb.arch/amd64-gs_base.exp: New file.
5880
5881 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5882
5883 * lib/memory.exp: Remove spurious empty newlines.
5884
5885 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5886
5887 * gdb.python/py-bad-printers.exp: Load python file using "source".
5888 * gdb.python/py-events.exp: Likewise.
5889 * gdb.python/py-evsignal.exp: Likewise.
5890 * gdb.python/py-evthreads.exp: Likewise.
5891 * gdb.python/py-frame-args.exp: Likewise.
5892 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5893 * gdb.python/py-framefilter-mi.exp: Likewise.
5894 * gdb.python/py-framefilter.exp: Likewise.
5895 * gdb.python/py-mi.exp: Likewise.
5896 * gdb.python/py-pp-maint.exp: Likewise.
5897 * gdb.python/py-pp-registration.exp: Likewise.
5898 * gdb.python/py-prettyprint.exp: Likewise.
5899 (run_lang_tests): Likewise.
5900 * gdb.python/py-typeprint.exp: Likewise.
5901
5902 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5903
5904 * lib/memory.exp: New file.
5905 * lib/gdb.exp: Load memory.exp.
5906 * gdb.base/memattr.exp (delete_memory): Move proc to
5907 lib/memory.exp and rename to delete_memory_regions.
5908 Replace delete_memory with delete_memory_regions.
5909 Cleanup memory regions before tests.
5910 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5911 before tests.
5912
5913 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5914
5915 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5916 files.
5917 (initialize): New function conditionally defined.
5918 (testcases): Move within conditional block.
5919 (main): Call initialize.
5920 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5921 of gdb.reverse/insn-reverse.c.
5922 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5923 gdb.reverse/insn-reverse.c.
5924
5925 2017-01-26 Yao Qi <yao.qi@linaro.org>
5926
5927 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5928 disassemble on address 0.
5929
5930 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5931 Yao Qi <yao.qi@linaro.org>
5932
5933 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5934 * gdb.dwarf2/implptr-64bit.S: Remove.
5935 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5936 variables in caller's context. Add DW_OP_implicit_value.
5937
5938 2017-01-25 Yao Qi <yao.qi@linaro.org>
5939
5940 * lib/dwarf.exp (Dwarf::_location): Handle
5941 DW_OP_GNU_implicit_pointer with proper size.
5942
5943 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5944
5945 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5946 and add untested calls.
5947
5948 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5949
5950 * gdb.python/python.exp: Check line number against what GDB thinks
5951 the line number is for func1.
5952
5953 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5954
5955 * gdb.dlang/debug-expr.exp: New file.
5956
5957 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5958
5959 Fix test names for the following files:
5960
5961 * gdb.ada/exec_changed.exp
5962 * gdb.ada/info_types.exp
5963 * gdb.arch/aarch64-atomic-inst.exp
5964 * gdb.arch/aarch64-fp.exp
5965 * gdb.arch/altivec-abi.exp
5966 * gdb.arch/altivec-regs.exp
5967 * gdb.arch/amd64-byte.exp
5968 * gdb.arch/amd64-disp-step.exp
5969 * gdb.arch/amd64-dword.exp
5970 * gdb.arch/amd64-entry-value-inline.exp
5971 * gdb.arch/amd64-entry-value-param.exp
5972 * gdb.arch/amd64-entry-value-paramref.exp
5973 * gdb.arch/amd64-entry-value.exp
5974 * gdb.arch/amd64-i386-address.exp
5975 * gdb.arch/amd64-invalid-stack-middle.exp
5976 * gdb.arch/amd64-invalid-stack-top.exp
5977 * gdb.arch/amd64-optimout-repeat.exp
5978 * gdb.arch/amd64-prologue-skip.exp
5979 * gdb.arch/amd64-prologue-xmm.exp
5980 * gdb.arch/amd64-stap-special-operands.exp
5981 * gdb.arch/amd64-stap-wrong-subexp.exp
5982 * gdb.arch/amd64-tailcall-cxx.exp
5983 * gdb.arch/amd64-tailcall-noret.exp
5984 * gdb.arch/amd64-tailcall-ret.exp
5985 * gdb.arch/amd64-tailcall-self.exp
5986 * gdb.arch/amd64-word.exp
5987 * gdb.arch/arm-bl-branch-dest.exp
5988 * gdb.arch/arm-disp-step.exp
5989 * gdb.arch/arm-neon.exp
5990 * gdb.arch/arm-single-step-kernel-helper.exp
5991 * gdb.arch/avr-flash-qualifier.exp
5992 * gdb.arch/disp-step-insn-reloc.exp
5993 * gdb.arch/e500-abi.exp
5994 * gdb.arch/e500-regs.exp
5995 * gdb.arch/ftrace-insn-reloc.exp
5996 * gdb.arch/i386-avx512.exp
5997 * gdb.arch/i386-bp_permanent.exp
5998 * gdb.arch/i386-byte.exp
5999 * gdb.arch/i386-cfi-notcurrent.exp
6000 * gdb.arch/i386-disp-step.exp
6001 * gdb.arch/i386-dr3-watch.exp
6002 * gdb.arch/i386-float.exp
6003 * gdb.arch/i386-gnu-cfi.exp
6004 * gdb.arch/i386-mpx-map.exp
6005 * gdb.arch/i386-mpx-sigsegv.exp
6006 * gdb.arch/i386-mpx-simple_segv.exp
6007 * gdb.arch/i386-mpx.exp
6008 * gdb.arch/i386-permbkpt.exp
6009 * gdb.arch/i386-prologue.exp
6010 * gdb.arch/i386-signal.exp
6011 * gdb.arch/i386-size-overlap.exp
6012 * gdb.arch/i386-unwind.exp
6013 * gdb.arch/i386-word.exp
6014 * gdb.arch/mips-fcr.exp
6015 * gdb.arch/powerpc-d128-regs.exp
6016 * gdb.arch/powerpc-stackless.exp
6017 * gdb.arch/ppc64-atomic-inst.exp
6018 * gdb.arch/s390-stackless.exp
6019 * gdb.arch/s390-tdbregs.exp
6020 * gdb.arch/s390-vregs.exp
6021 * gdb.arch/sparc-sysstep.exp
6022 * gdb.arch/thumb-bx-pc.exp
6023 * gdb.arch/thumb-singlestep.exp
6024 * gdb.arch/thumb2-it.exp
6025 * gdb.arch/vsx-regs.exp
6026 * gdb.asm/asm-source.exp
6027 * gdb.base/a2-run.exp
6028 * gdb.base/advance.exp
6029 * gdb.base/all-bin.exp
6030 * gdb.base/anon.exp
6031 * gdb.base/args.exp
6032 * gdb.base/arithmet.exp
6033 * gdb.base/async-shell.exp
6034 * gdb.base/async.exp
6035 * gdb.base/attach-pie-noexec.exp
6036 * gdb.base/attach-twice.exp
6037 * gdb.base/auto-load.exp
6038 * gdb.base/bang.exp
6039 * gdb.base/bitfields.exp
6040 * gdb.base/break-always.exp
6041 * gdb.base/break-caller-line.exp
6042 * gdb.base/break-entry.exp
6043 * gdb.base/break-inline.exp
6044 * gdb.base/break-on-linker-gcd-function.exp
6045 * gdb.base/break-probes.exp
6046 * gdb.base/break.exp
6047 * gdb.base/breakpoint-shadow.exp
6048 * gdb.base/call-ar-st.exp
6049 * gdb.base/call-sc.exp
6050 * gdb.base/call-signal-resume.exp
6051 * gdb.base/call-strs.exp
6052 * gdb.base/callfuncs.exp
6053 * gdb.base/catch-fork-static.exp
6054 * gdb.base/catch-gdb-caused-signals.exp
6055 * gdb.base/catch-load.exp
6056 * gdb.base/catch-signal-fork.exp
6057 * gdb.base/catch-signal.exp
6058 * gdb.base/catch-syscall.exp
6059 * gdb.base/charset.exp
6060 * gdb.base/checkpoint.exp
6061 * gdb.base/chng-syms.exp
6062 * gdb.base/code-expr.exp
6063 * gdb.base/code_elim.exp
6064 * gdb.base/commands.exp
6065 * gdb.base/completion.exp
6066 * gdb.base/complex.exp
6067 * gdb.base/cond-expr.exp
6068 * gdb.base/condbreak.exp
6069 * gdb.base/consecutive.exp
6070 * gdb.base/continue-all-already-running.exp
6071 * gdb.base/coredump-filter.exp
6072 * gdb.base/corefile.exp
6073 * gdb.base/dbx.exp
6074 * gdb.base/debug-expr.exp
6075 * gdb.base/define.exp
6076 * gdb.base/del.exp
6077 * gdb.base/disabled-location.exp
6078 * gdb.base/disasm-end-cu.exp
6079 * gdb.base/disasm-optim.exp
6080 * gdb.base/display.exp
6081 * gdb.base/duplicate-bp.exp
6082 * gdb.base/ena-dis-br.exp
6083 * gdb.base/ending-run.exp
6084 * gdb.base/enumval.exp
6085 * gdb.base/environ.exp
6086 * gdb.base/eu-strip-infcall.exp
6087 * gdb.base/eval-avoid-side-effects.exp
6088 * gdb.base/eval-skip.exp
6089 * gdb.base/exitsignal.exp
6090 * gdb.base/expand-psymtabs.exp
6091 * gdb.base/filesym.exp
6092 * gdb.base/find-unmapped.exp
6093 * gdb.base/finish.exp
6094 * gdb.base/float.exp
6095 * gdb.base/foll-exec-mode.exp
6096 * gdb.base/foll-exec.exp
6097 * gdb.base/foll-fork.exp
6098 * gdb.base/fortran-sym-case.exp
6099 * gdb.base/freebpcmd.exp
6100 * gdb.base/func-ptr.exp
6101 * gdb.base/func-ptrs.exp
6102 * gdb.base/funcargs.exp
6103 * gdb.base/gcore-buffer-overflow.exp
6104 * gdb.base/gcore-relro-pie.exp
6105 * gdb.base/gcore-relro.exp
6106 * gdb.base/gcore.exp
6107 * gdb.base/gdb1090.exp
6108 * gdb.base/gdb11530.exp
6109 * gdb.base/gdb11531.exp
6110 * gdb.base/gdb1821.exp
6111 * gdb.base/gdbindex-stabs.exp
6112 * gdb.base/gdbvars.exp
6113 * gdb.base/hbreak.exp
6114 * gdb.base/hbreak2.exp
6115 * gdb.base/included.exp
6116 * gdb.base/infcall-input.exp
6117 * gdb.base/inferior-died.exp
6118 * gdb.base/infnan.exp
6119 * gdb.base/info-macros.exp
6120 * gdb.base/info-os.exp
6121 * gdb.base/info-proc.exp
6122 * gdb.base/info-shared.exp
6123 * gdb.base/info-target.exp
6124 * gdb.base/infoline.exp
6125 * gdb.base/interp.exp
6126 * gdb.base/interrupt.exp
6127 * gdb.base/jit-reader.exp
6128 * gdb.base/jit-simple.exp
6129 * gdb.base/kill-after-signal.exp
6130 * gdb.base/kill-detach-inferiors-cmd.exp
6131 * gdb.base/label.exp
6132 * gdb.base/langs.exp
6133 * gdb.base/ldbl_e308.exp
6134 * gdb.base/line-symtabs.exp
6135 * gdb.base/linespecs.exp
6136 * gdb.base/list.exp
6137 * gdb.base/long_long.exp
6138 * gdb.base/longest-types.exp
6139 * gdb.base/maint.exp
6140 * gdb.base/max-value-size.exp
6141 * gdb.base/memattr.exp
6142 * gdb.base/mips_pro.exp
6143 * gdb.base/morestack.exp
6144 * gdb.base/moribund-step.exp
6145 * gdb.base/multi-forks.exp
6146 * gdb.base/nested-addr.exp
6147 * gdb.base/nextoverexit.exp
6148 * gdb.base/noreturn-finish.exp
6149 * gdb.base/noreturn-return.exp
6150 * gdb.base/nostdlib.exp
6151 * gdb.base/offsets.exp
6152 * gdb.base/opaque.exp
6153 * gdb.base/pc-fp.exp
6154 * gdb.base/permissions.exp
6155 * gdb.base/print-symbol-loading.exp
6156 * gdb.base/prologue-include.exp
6157 * gdb.base/psymtab.exp
6158 * gdb.base/ptype.exp
6159 * gdb.base/random-signal.exp
6160 * gdb.base/randomize.exp
6161 * gdb.base/range-stepping.exp
6162 * gdb.base/readline-ask.exp
6163 * gdb.base/recpar.exp
6164 * gdb.base/recurse.exp
6165 * gdb.base/relational.exp
6166 * gdb.base/restore.exp
6167 * gdb.base/return-nodebug.exp
6168 * gdb.base/return.exp
6169 * gdb.base/run-after-attach.exp
6170 * gdb.base/save-bp.exp
6171 * gdb.base/scope.exp
6172 * gdb.base/sect-cmd.exp
6173 * gdb.base/set-lang-auto.exp
6174 * gdb.base/set-noassign.exp
6175 * gdb.base/setvar.exp
6176 * gdb.base/sigall.exp
6177 * gdb.base/sigbpt.exp
6178 * gdb.base/siginfo-addr.exp
6179 * gdb.base/siginfo-infcall.exp
6180 * gdb.base/siginfo-obj.exp
6181 * gdb.base/siginfo.exp
6182 * gdb.base/signals-state-child.exp
6183 * gdb.base/signest.exp
6184 * gdb.base/sigstep.exp
6185 * gdb.base/sizeof.exp
6186 * gdb.base/skip.exp
6187 * gdb.base/solib-corrupted.exp
6188 * gdb.base/solib-nodir.exp
6189 * gdb.base/solib-search.exp
6190 * gdb.base/stack-checking.exp
6191 * gdb.base/stale-infcall.exp
6192 * gdb.base/stap-probe.exp
6193 * gdb.base/start.exp
6194 * gdb.base/step-break.exp
6195 * gdb.base/step-bt.exp
6196 * gdb.base/step-line.exp
6197 * gdb.base/step-over-exit.exp
6198 * gdb.base/step-over-syscall.exp
6199 * gdb.base/step-resume-infcall.exp
6200 * gdb.base/step-test.exp
6201 * gdb.base/store.exp
6202 * gdb.base/structs3.exp
6203 * gdb.base/sym-file.exp
6204 * gdb.base/symbol-without-target_section.exp
6205 * gdb.base/term.exp
6206 * gdb.base/testenv.exp
6207 * gdb.base/ui-redirect.exp
6208 * gdb.base/until.exp
6209 * gdb.base/unwindonsignal.exp
6210 * gdb.base/value-double-free.exp
6211 * gdb.base/vla-datatypes.exp
6212 * gdb.base/vla-ptr.exp
6213 * gdb.base/vla-sideeffect.exp
6214 * gdb.base/volatile.exp
6215 * gdb.base/watch-cond-infcall.exp
6216 * gdb.base/watch-cond.exp
6217 * gdb.base/watch-non-mem.exp
6218 * gdb.base/watch-read.exp
6219 * gdb.base/watch-vfork.exp
6220 * gdb.base/watchpoint-cond-gone.exp
6221 * gdb.base/watchpoint-delete.exp
6222 * gdb.base/watchpoint-hw-hit-once.exp
6223 * gdb.base/watchpoint-hw.exp
6224 * gdb.base/watchpoint-stops-at-right-insn.exp
6225 * gdb.base/watchpoints.exp
6226 * gdb.base/wchar.exp
6227 * gdb.base/whatis-exp.exp
6228 * gdb.btrace/buffer-size.exp
6229 * gdb.btrace/data.exp
6230 * gdb.btrace/delta.exp
6231 * gdb.btrace/dlopen.exp
6232 * gdb.btrace/enable.exp
6233 * gdb.btrace/exception.exp
6234 * gdb.btrace/function_call_history.exp
6235 * gdb.btrace/gcore.exp
6236 * gdb.btrace/instruction_history.exp
6237 * gdb.btrace/nohist.exp
6238 * gdb.btrace/reconnect.exp
6239 * gdb.btrace/record_goto-step.exp
6240 * gdb.btrace/record_goto.exp
6241 * gdb.btrace/rn-dl-bind.exp
6242 * gdb.btrace/segv.exp
6243 * gdb.btrace/step.exp
6244 * gdb.btrace/stepi.exp
6245 * gdb.btrace/tailcall-only.exp
6246 * gdb.btrace/tailcall.exp
6247 * gdb.btrace/tsx.exp
6248 * gdb.btrace/unknown_functions.exp
6249 * gdb.btrace/vdso.exp
6250 * gdb.compile/compile-ifunc.exp
6251 * gdb.compile/compile-ops.exp
6252 * gdb.compile/compile-print.exp
6253 * gdb.compile/compile-setjmp.exp
6254 * gdb.cp/abstract-origin.exp
6255 * gdb.cp/ambiguous.exp
6256 * gdb.cp/annota2.exp
6257 * gdb.cp/annota3.exp
6258 * gdb.cp/anon-ns.exp
6259 * gdb.cp/anon-struct.exp
6260 * gdb.cp/anon-union.exp
6261 * gdb.cp/arg-reference.exp
6262 * gdb.cp/baseenum.exp
6263 * gdb.cp/bool.exp
6264 * gdb.cp/breakpoint.exp
6265 * gdb.cp/bs15503.exp
6266 * gdb.cp/call-c.exp
6267 * gdb.cp/casts.exp
6268 * gdb.cp/chained-calls.exp
6269 * gdb.cp/class2.exp
6270 * gdb.cp/classes.exp
6271 * gdb.cp/cmpd-minsyms.exp
6272 * gdb.cp/converts.exp
6273 * gdb.cp/cp-relocate.exp
6274 * gdb.cp/cpcompletion.exp
6275 * gdb.cp/cpexprs.exp
6276 * gdb.cp/cplabel.exp
6277 * gdb.cp/cplusfuncs.exp
6278 * gdb.cp/cpsizeof.exp
6279 * gdb.cp/ctti.exp
6280 * gdb.cp/derivation.exp
6281 * gdb.cp/destrprint.exp
6282 * gdb.cp/dispcxx.exp
6283 * gdb.cp/enum-class.exp
6284 * gdb.cp/exception.exp
6285 * gdb.cp/exceptprint.exp
6286 * gdb.cp/expand-psymtabs-cxx.exp
6287 * gdb.cp/expand-sals.exp
6288 * gdb.cp/extern-c.exp
6289 * gdb.cp/filename.exp
6290 * gdb.cp/formatted-ref.exp
6291 * gdb.cp/fpointer.exp
6292 * gdb.cp/gdb1355.exp
6293 * gdb.cp/gdb2495.exp
6294 * gdb.cp/hang.exp
6295 * gdb.cp/impl-this.exp
6296 * gdb.cp/infcall-dlopen.exp
6297 * gdb.cp/inherit.exp
6298 * gdb.cp/iostream.exp
6299 * gdb.cp/koenig.exp
6300 * gdb.cp/local.exp
6301 * gdb.cp/m-data.exp
6302 * gdb.cp/m-static.exp
6303 * gdb.cp/mb-ctor.exp
6304 * gdb.cp/mb-inline.exp
6305 * gdb.cp/mb-templates.exp
6306 * gdb.cp/member-name.exp
6307 * gdb.cp/member-ptr.exp
6308 * gdb.cp/meth-typedefs.exp
6309 * gdb.cp/method.exp
6310 * gdb.cp/method2.exp
6311 * gdb.cp/minsym-fallback.exp
6312 * gdb.cp/misc.exp
6313 * gdb.cp/namelessclass.exp
6314 * gdb.cp/namespace-enum.exp
6315 * gdb.cp/namespace-nested-import.exp
6316 * gdb.cp/namespace.exp
6317 * gdb.cp/nextoverthrow.exp
6318 * gdb.cp/no-dmgl-verbose.exp
6319 * gdb.cp/non-trivial-retval.exp
6320 * gdb.cp/noparam.exp
6321 * gdb.cp/nsdecl.exp
6322 * gdb.cp/nsimport.exp
6323 * gdb.cp/nsnested.exp
6324 * gdb.cp/nsnoimports.exp
6325 * gdb.cp/nsrecurs.exp
6326 * gdb.cp/nsstress.exp
6327 * gdb.cp/nsusing.exp
6328 * gdb.cp/operator.exp
6329 * gdb.cp/oranking.exp
6330 * gdb.cp/overload-const.exp
6331 * gdb.cp/overload.exp
6332 * gdb.cp/ovldbreak.exp
6333 * gdb.cp/ovsrch.exp
6334 * gdb.cp/paren-type.exp
6335 * gdb.cp/parse-lang.exp
6336 * gdb.cp/pass-by-ref.exp
6337 * gdb.cp/pr-1023.exp
6338 * gdb.cp/pr-1210.exp
6339 * gdb.cp/pr-574.exp
6340 * gdb.cp/pr10687.exp
6341 * gdb.cp/pr12028.exp
6342 * gdb.cp/pr17132.exp
6343 * gdb.cp/pr17494.exp
6344 * gdb.cp/pr9067.exp
6345 * gdb.cp/pr9167.exp
6346 * gdb.cp/pr9631.exp
6347 * gdb.cp/printmethod.exp
6348 * gdb.cp/psmang.exp
6349 * gdb.cp/psymtab-parameter.exp
6350 * gdb.cp/ptype-cv-cp.exp
6351 * gdb.cp/ptype-flags.exp
6352 * gdb.cp/re-set-overloaded.exp
6353 * gdb.cp/ref-types.exp
6354 * gdb.cp/rtti.exp
6355 * gdb.cp/scope-err.exp
6356 * gdb.cp/shadow.exp
6357 * gdb.cp/smartp.exp
6358 * gdb.cp/static-method.exp
6359 * gdb.cp/static-print-quit.exp
6360 * gdb.cp/temargs.exp
6361 * gdb.cp/templates.exp
6362 * gdb.cp/try_catch.exp
6363 * gdb.cp/typedef-operator.exp
6364 * gdb.cp/typeid.exp
6365 * gdb.cp/userdef.exp
6366 * gdb.cp/using-crash.exp
6367 * gdb.cp/var-tag.exp
6368 * gdb.cp/virtbase.exp
6369 * gdb.cp/virtfunc.exp
6370 * gdb.cp/virtfunc2.exp
6371 * gdb.cp/vla-cxx.exp
6372 * gdb.disasm/t01_mov.exp
6373 * gdb.disasm/t02_mova.exp
6374 * gdb.disasm/t03_add.exp
6375 * gdb.disasm/t04_sub.exp
6376 * gdb.disasm/t05_cmp.exp
6377 * gdb.disasm/t06_ari2.exp
6378 * gdb.disasm/t07_ari3.exp
6379 * gdb.disasm/t08_or.exp
6380 * gdb.disasm/t09_xor.exp
6381 * gdb.disasm/t10_and.exp
6382 * gdb.disasm/t11_logs.exp
6383 * gdb.disasm/t12_bit.exp
6384 * gdb.disasm/t13_otr.exp
6385 * gdb.dlang/circular.exp
6386 * gdb.dwarf2/arr-stride.exp
6387 * gdb.dwarf2/arr-subrange.exp
6388 * gdb.dwarf2/atomic-type.exp
6389 * gdb.dwarf2/bad-regnum.exp
6390 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6391 * gdb.dwarf2/callframecfa.exp
6392 * gdb.dwarf2/clztest.exp
6393 * gdb.dwarf2/corrupt.exp
6394 * gdb.dwarf2/data-loc.exp
6395 * gdb.dwarf2/dup-psym.exp
6396 * gdb.dwarf2/dw2-anon-mptr.exp
6397 * gdb.dwarf2/dw2-anonymous-func.exp
6398 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6399 * gdb.dwarf2/dw2-bad-unresolved.exp
6400 * gdb.dwarf2/dw2-basic.exp
6401 * gdb.dwarf2/dw2-canonicalize-type.exp
6402 * gdb.dwarf2/dw2-case-insensitive.exp
6403 * gdb.dwarf2/dw2-common-block.exp
6404 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6405 * gdb.dwarf2/dw2-compressed.exp
6406 * gdb.dwarf2/dw2-const.exp
6407 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6408 * gdb.dwarf2/dw2-cu-size.exp
6409 * gdb.dwarf2/dw2-dup-frame.exp
6410 * gdb.dwarf2/dw2-entry-value.exp
6411 * gdb.dwarf2/dw2-icycle.exp
6412 * gdb.dwarf2/dw2-ifort-parameter.exp
6413 * gdb.dwarf2/dw2-inline-break.exp
6414 * gdb.dwarf2/dw2-inline-param.exp
6415 * gdb.dwarf2/dw2-intercu.exp
6416 * gdb.dwarf2/dw2-intermix.exp
6417 * gdb.dwarf2/dw2-lexical-block-bare.exp
6418 * gdb.dwarf2/dw2-linkage-name-trust.exp
6419 * gdb.dwarf2/dw2-minsym-in-cu.exp
6420 * gdb.dwarf2/dw2-noloc.exp
6421 * gdb.dwarf2/dw2-op-call.exp
6422 * gdb.dwarf2/dw2-op-out-param.exp
6423 * gdb.dwarf2/dw2-opt-structptr.exp
6424 * gdb.dwarf2/dw2-param-error.exp
6425 * gdb.dwarf2/dw2-producer.exp
6426 * gdb.dwarf2/dw2-ranges-base.exp
6427 * gdb.dwarf2/dw2-ref-missing-frame.exp
6428 * gdb.dwarf2/dw2-reg-undefined.exp
6429 * gdb.dwarf2/dw2-regno-invalid.exp
6430 * gdb.dwarf2/dw2-restore.exp
6431 * gdb.dwarf2/dw2-restrict.exp
6432 * gdb.dwarf2/dw2-single-line-discriminators.exp
6433 * gdb.dwarf2/dw2-strp.exp
6434 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6435 * gdb.dwarf2/dw2-unresolved.exp
6436 * gdb.dwarf2/dw2-var-zero-addr.exp
6437 * gdb.dwarf2/dw4-sig-types.exp
6438 * gdb.dwarf2/dwz.exp
6439 * gdb.dwarf2/dynarr-ptr.exp
6440 * gdb.dwarf2/enum-type.exp
6441 * gdb.dwarf2/gdb-index.exp
6442 * gdb.dwarf2/implptr-64bit.exp
6443 * gdb.dwarf2/implptr-optimized-out.exp
6444 * gdb.dwarf2/implptr.exp
6445 * gdb.dwarf2/implref-array.exp
6446 * gdb.dwarf2/implref-const.exp
6447 * gdb.dwarf2/implref-global.exp
6448 * gdb.dwarf2/implref-struct.exp
6449 * gdb.dwarf2/mac-fileno.exp
6450 * gdb.dwarf2/main-subprogram.exp
6451 * gdb.dwarf2/member-ptr-forwardref.exp
6452 * gdb.dwarf2/method-ptr.exp
6453 * gdb.dwarf2/missing-sig-type.exp
6454 * gdb.dwarf2/nonvar-access.exp
6455 * gdb.dwarf2/opaque-type-lookup.exp
6456 * gdb.dwarf2/pieces-optimized-out.exp
6457 * gdb.dwarf2/pieces.exp
6458 * gdb.dwarf2/pr10770.exp
6459 * gdb.dwarf2/pr13961.exp
6460 * gdb.dwarf2/staticvirtual.exp
6461 * gdb.dwarf2/subrange.exp
6462 * gdb.dwarf2/symtab-producer.exp
6463 * gdb.dwarf2/trace-crash.exp
6464 * gdb.dwarf2/typeddwarf.exp
6465 * gdb.dwarf2/valop.exp
6466 * gdb.dwarf2/watch-notconst.exp
6467 * gdb.fortran/array-element.exp
6468 * gdb.fortran/charset.exp
6469 * gdb.fortran/common-block.exp
6470 * gdb.fortran/complex.exp
6471 * gdb.fortran/derived-type-function.exp
6472 * gdb.fortran/derived-type.exp
6473 * gdb.fortran/logical.exp
6474 * gdb.fortran/module.exp
6475 * gdb.fortran/multi-dim.exp
6476 * gdb.fortran/nested-funcs.exp
6477 * gdb.fortran/print-formatted.exp
6478 * gdb.fortran/subarray.exp
6479 * gdb.fortran/vla-alloc-assoc.exp
6480 * gdb.fortran/vla-datatypes.exp
6481 * gdb.fortran/vla-history.exp
6482 * gdb.fortran/vla-ptr-info.exp
6483 * gdb.fortran/vla-ptype-sub.exp
6484 * gdb.fortran/vla-ptype.exp
6485 * gdb.fortran/vla-sizeof.exp
6486 * gdb.fortran/vla-type.exp
6487 * gdb.fortran/vla-value-sub-arbitrary.exp
6488 * gdb.fortran/vla-value-sub-finish.exp
6489 * gdb.fortran/vla-value-sub.exp
6490 * gdb.fortran/vla-value.exp
6491 * gdb.fortran/whatis_type.exp
6492 * gdb.go/chan.exp
6493 * gdb.go/handcall.exp
6494 * gdb.go/hello.exp
6495 * gdb.go/integers.exp
6496 * gdb.go/methods.exp
6497 * gdb.go/package.exp
6498 * gdb.go/strings.exp
6499 * gdb.go/types.exp
6500 * gdb.go/unsafe.exp
6501 * gdb.guile/scm-arch.exp
6502 * gdb.guile/scm-block.exp
6503 * gdb.guile/scm-breakpoint.exp
6504 * gdb.guile/scm-cmd.exp
6505 * gdb.guile/scm-disasm.exp
6506 * gdb.guile/scm-equal.exp
6507 * gdb.guile/scm-frame-args.exp
6508 * gdb.guile/scm-frame-inline.exp
6509 * gdb.guile/scm-frame.exp
6510 * gdb.guile/scm-iterator.exp
6511 * gdb.guile/scm-math.exp
6512 * gdb.guile/scm-objfile.exp
6513 * gdb.guile/scm-ports.exp
6514 * gdb.guile/scm-symbol.exp
6515 * gdb.guile/scm-symtab.exp
6516 * gdb.guile/scm-value-cc.exp
6517 * gdb.guile/types-module.exp
6518 * gdb.linespec/break-ask.exp
6519 * gdb.linespec/cpexplicit.exp
6520 * gdb.linespec/explicit.exp
6521 * gdb.linespec/keywords.exp
6522 * gdb.linespec/linespec.exp
6523 * gdb.linespec/ls-dollar.exp
6524 * gdb.linespec/ls-errs.exp
6525 * gdb.linespec/skip-two.exp
6526 * gdb.linespec/thread.exp
6527 * gdb.mi/mi-async.exp
6528 * gdb.mi/mi-basics.exp
6529 * gdb.mi/mi-break.exp
6530 * gdb.mi/mi-catch-load.exp
6531 * gdb.mi/mi-cli.exp
6532 * gdb.mi/mi-cmd-param-changed.exp
6533 * gdb.mi/mi-console.exp
6534 * gdb.mi/mi-detach.exp
6535 * gdb.mi/mi-disassemble.exp
6536 * gdb.mi/mi-eval.exp
6537 * gdb.mi/mi-file-transfer.exp
6538 * gdb.mi/mi-file.exp
6539 * gdb.mi/mi-fill-memory.exp
6540 * gdb.mi/mi-inheritance-syntax-error.exp
6541 * gdb.mi/mi-linespec-err-cp.exp
6542 * gdb.mi/mi-logging.exp
6543 * gdb.mi/mi-memory-changed.exp
6544 * gdb.mi/mi-read-memory.exp
6545 * gdb.mi/mi-record-changed.exp
6546 * gdb.mi/mi-reg-undefined.exp
6547 * gdb.mi/mi-regs.exp
6548 * gdb.mi/mi-return.exp
6549 * gdb.mi/mi-reverse.exp
6550 * gdb.mi/mi-simplerun.exp
6551 * gdb.mi/mi-solib.exp
6552 * gdb.mi/mi-stack.exp
6553 * gdb.mi/mi-stepi.exp
6554 * gdb.mi/mi-syn-frame.exp
6555 * gdb.mi/mi-until.exp
6556 * gdb.mi/mi-var-block.exp
6557 * gdb.mi/mi-var-child.exp
6558 * gdb.mi/mi-var-cmd.exp
6559 * gdb.mi/mi-var-cp.exp
6560 * gdb.mi/mi-var-display.exp
6561 * gdb.mi/mi-var-invalidate.exp
6562 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6563 * gdb.mi/mi-vla-fortran.exp
6564 * gdb.mi/mi-watch.exp
6565 * gdb.mi/mi2-var-child.exp
6566 * gdb.mi/user-selected-context-sync.exp
6567 * gdb.modula2/unbounded-array.exp
6568 * gdb.multi/dummy-frame-restore.exp
6569 * gdb.multi/multi-arch-exec.exp
6570 * gdb.multi/multi-arch.exp
6571 * gdb.multi/tids.exp
6572 * gdb.multi/watchpoint-multi.exp
6573 * gdb.opencl/callfuncs.exp
6574 * gdb.opencl/convs_casts.exp
6575 * gdb.opencl/datatypes.exp
6576 * gdb.opencl/operators.exp
6577 * gdb.opencl/vec_comps.exp
6578 * gdb.opt/clobbered-registers-O2.exp
6579 * gdb.opt/inline-break.exp
6580 * gdb.opt/inline-bt.exp
6581 * gdb.opt/inline-cmds.exp
6582 * gdb.opt/inline-locals.exp
6583 * gdb.pascal/case-insensitive-symbols.exp
6584 * gdb.pascal/floats.exp
6585 * gdb.pascal/gdb11492.exp
6586 * gdb.python/lib-types.exp
6587 * gdb.python/py-arch.exp
6588 * gdb.python/py-as-string.exp
6589 * gdb.python/py-bad-printers.exp
6590 * gdb.python/py-block.exp
6591 * gdb.python/py-breakpoint-create-fail.exp
6592 * gdb.python/py-breakpoint.exp
6593 * gdb.python/py-caller-is.exp
6594 * gdb.python/py-cmd.exp
6595 * gdb.python/py-explore-cc.exp
6596 * gdb.python/py-explore.exp
6597 * gdb.python/py-finish-breakpoint.exp
6598 * gdb.python/py-finish-breakpoint2.exp
6599 * gdb.python/py-frame-args.exp
6600 * gdb.python/py-frame-inline.exp
6601 * gdb.python/py-frame.exp
6602 * gdb.python/py-framefilter-mi.exp
6603 * gdb.python/py-infthread.exp
6604 * gdb.python/py-lazy-string.exp
6605 * gdb.python/py-linetable.exp
6606 * gdb.python/py-mi-events.exp
6607 * gdb.python/py-mi-objfile.exp
6608 * gdb.python/py-mi.exp
6609 * gdb.python/py-objfile.exp
6610 * gdb.python/py-pp-integral.exp
6611 * gdb.python/py-pp-maint.exp
6612 * gdb.python/py-pp-re-notag.exp
6613 * gdb.python/py-pp-registration.exp
6614 * gdb.python/py-recurse-unwind.exp
6615 * gdb.python/py-strfns.exp
6616 * gdb.python/py-symbol.exp
6617 * gdb.python/py-symtab.exp
6618 * gdb.python/py-sync-interp.exp
6619 * gdb.python/py-typeprint.exp
6620 * gdb.python/py-unwind-maint.exp
6621 * gdb.python/py-unwind.exp
6622 * gdb.python/py-value-cc.exp
6623 * gdb.python/py-xmethods.exp
6624 * gdb.reverse/amd64-tailcall-reverse.exp
6625 * gdb.reverse/break-precsave.exp
6626 * gdb.reverse/break-reverse.exp
6627 * gdb.reverse/consecutive-precsave.exp
6628 * gdb.reverse/consecutive-reverse.exp
6629 * gdb.reverse/finish-precsave.exp
6630 * gdb.reverse/finish-reverse-bkpt.exp
6631 * gdb.reverse/finish-reverse.exp
6632 * gdb.reverse/fstatat-reverse.exp
6633 * gdb.reverse/getresuid-reverse.exp
6634 * gdb.reverse/i386-precsave.exp
6635 * gdb.reverse/i386-reverse.exp
6636 * gdb.reverse/i386-sse-reverse.exp
6637 * gdb.reverse/i387-env-reverse.exp
6638 * gdb.reverse/i387-stack-reverse.exp
6639 * gdb.reverse/insn-reverse.exp
6640 * gdb.reverse/machinestate-precsave.exp
6641 * gdb.reverse/machinestate.exp
6642 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6643 * gdb.reverse/pipe-reverse.exp
6644 * gdb.reverse/readv-reverse.exp
6645 * gdb.reverse/recvmsg-reverse.exp
6646 * gdb.reverse/rerun-prec.exp
6647 * gdb.reverse/s390-mvcle.exp
6648 * gdb.reverse/step-precsave.exp
6649 * gdb.reverse/step-reverse.exp
6650 * gdb.reverse/time-reverse.exp
6651 * gdb.reverse/until-precsave.exp
6652 * gdb.reverse/until-reverse.exp
6653 * gdb.reverse/waitpid-reverse.exp
6654 * gdb.reverse/watch-precsave.exp
6655 * gdb.reverse/watch-reverse.exp
6656 * gdb.rust/generics.exp
6657 * gdb.rust/methods.exp
6658 * gdb.rust/modules.exp
6659 * gdb.rust/simple.exp
6660 * gdb.server/connect-with-no-symbol-file.exp
6661 * gdb.server/ext-attach.exp
6662 * gdb.server/ext-restart.exp
6663 * gdb.server/ext-wrapper.exp
6664 * gdb.server/file-transfer.exp
6665 * gdb.server/server-exec-info.exp
6666 * gdb.server/server-kill.exp
6667 * gdb.server/server-mon.exp
6668 * gdb.server/wrapper.exp
6669 * gdb.stabs/exclfwd.exp
6670 * gdb.stabs/gdb11479.exp
6671 * gdb.threads/clone-new-thread-event.exp
6672 * gdb.threads/corethreads.exp
6673 * gdb.threads/current-lwp-dead.exp
6674 * gdb.threads/dlopen-libpthread.exp
6675 * gdb.threads/gcore-thread.exp
6676 * gdb.threads/sigstep-threads.exp
6677 * gdb.threads/watchpoint-fork.exp
6678 * gdb.trace/actions-changed.exp
6679 * gdb.trace/backtrace.exp
6680 * gdb.trace/change-loc.exp
6681 * gdb.trace/circ.exp
6682 * gdb.trace/collection.exp
6683 * gdb.trace/disconnected-tracing.exp
6684 * gdb.trace/ftrace.exp
6685 * gdb.trace/mi-trace-frame-collected.exp
6686 * gdb.trace/mi-trace-unavailable.exp
6687 * gdb.trace/mi-traceframe-changed.exp
6688 * gdb.trace/mi-tsv-changed.exp
6689 * gdb.trace/no-attach-trace.exp
6690 * gdb.trace/passc-dyn.exp
6691 * gdb.trace/qtro.exp
6692 * gdb.trace/range-stepping.exp
6693 * gdb.trace/read-memory.exp
6694 * gdb.trace/save-trace.exp
6695 * gdb.trace/signal.exp
6696 * gdb.trace/status-stop.exp
6697 * gdb.trace/tfile.exp
6698 * gdb.trace/trace-break.exp
6699 * gdb.trace/trace-buffer-size.exp
6700 * gdb.trace/trace-condition.exp
6701 * gdb.trace/tracefile-pseudo-reg.exp
6702 * gdb.trace/tstatus.exp
6703 * gdb.trace/unavailable.exp
6704 * gdb.trace/while-dyn.exp
6705 * gdb.trace/while-stepping.exp
6706
6707 2016-12-22 Doug Evans <xdje42@gmail.com>
6708
6709 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6710 and msymbols.
6711
6712 2016-12-19 Yao Qi <yao.qi@linaro.org>
6713
6714 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6715 (test_with_self): Don't call do_steps_and_nexts, and remove
6716 code about stepping into xmalloc.
6717
6718 2016-12-09 Yao Qi <yao.qi@linaro.org>
6719
6720 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6721
6722 2016-12-09 Yao Qi <yao.qi@linaro.org>
6723
6724 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6725
6726 2016-12-09 Pedro Alves <palves@redhat.com>
6727
6728 * gdb.base/all-architectures-0.exp: New file.
6729 * gdb.base/all-architectures-1.exp: New file.
6730 * gdb.base/all-architectures-2.exp: New file.
6731 * gdb.base/all-architectures-3.exp: New file.
6732 * gdb.base/all-architectures-4.exp: New file.
6733 * gdb.base/all-architectures-5.exp: New file.
6734 * gdb.base/all-architectures-6.exp: New file.
6735 * gdb.base/all-architectures-7.exp: New file.
6736 * gdb.base/all-architectures.exp.in: New file.
6737
6738 2016-12-09 Yao Qi <yao.qi@linaro.org>
6739
6740 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6741
6742 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6743
6744 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6745 possible.
6746 Remove useless pattern-matching code.
6747
6748 2016-12-02 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6751 procedure.
6752 (top level): Call it.
6753
6754 2016-12-02 Pedro Alves <palves@redhat.com>
6755
6756 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6757 New procedure.
6758 (top level): Call it.
6759
6760 2016-12-02 Pedro Alves <palves@redhat.com>
6761
6762 PR cli/20559
6763 * gdb.base/commands.exp (user_defined_command_args_eval): New
6764 procedure.
6765 (top level): Call it.
6766
6767 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6768
6769 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6770 timeout handling.
6771
6772 2016-12-02 Tom Tromey <tom@tromey.com>
6773
6774 * gdb.dwarf2/main-subprogram.c: New file.
6775 * gdb.dwarf2/main-subprogram.exp: New file.
6776
6777 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6778
6779 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6780 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6781 gdb_test_no_output for a couple of cases.
6782 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6783
6784 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6785
6786 Fix test names and standardize compilation error messages throughout
6787 the following files:
6788
6789 * gdb.ada/start.exp
6790 * gdb.arch/alpha-step.exp
6791 * gdb.arch/e500-prologue.exp
6792 * gdb.arch/ftrace-insn-reloc.exp
6793 * gdb.arch/gdb1291.exp
6794 * gdb.arch/gdb1431.exp
6795 * gdb.arch/gdb1558.exp
6796 * gdb.arch/i386-dr3-watch.exp
6797 * gdb.arch/i386-sse-stack-align.exp
6798 * gdb.arch/ia64-breakpoint-shadow.exp
6799 * gdb.arch/pa-nullify.exp
6800 * gdb.arch/powerpc-aix-prologue.exp
6801 * gdb.arch/thumb-bx-pc.exp
6802 * gdb.base/annota1.exp
6803 * gdb.base/annota3.exp
6804 * gdb.base/arrayidx.exp
6805 * gdb.base/assign.exp
6806 * gdb.base/attach.exp
6807 * gdb.base/auxv.exp
6808 * gdb.base/bang.exp
6809 * gdb.base/bfp-test.exp
6810 * gdb.base/bigcore.exp
6811 * gdb.base/bitfields2.exp
6812 * gdb.base/break-fun-addr.exp
6813 * gdb.base/break-probes.exp
6814 * gdb.base/call-rt-st.exp
6815 * gdb.base/callexit.exp
6816 * gdb.base/catch-fork-kill.exp
6817 * gdb.base/charset.exp
6818 * gdb.base/checkpoint.exp
6819 * gdb.base/comprdebug.exp
6820 * gdb.base/constvars.exp
6821 * gdb.base/coredump-filter.exp
6822 * gdb.base/cursal.exp
6823 * gdb.base/cvexpr.exp
6824 * gdb.base/detach.exp
6825 * gdb.base/display.exp
6826 * gdb.base/dmsym.exp
6827 * gdb.base/dprintf-pending.exp
6828 * gdb.base/dso2dso.exp
6829 * gdb.base/dtrace-probe.exp
6830 * gdb.base/dump.exp
6831 * gdb.base/enum_cond.exp
6832 * gdb.base/exe-lock.exp
6833 * gdb.base/exec-invalid-sysroot.exp
6834 * gdb.base/execl-update-breakpoints.exp
6835 * gdb.base/exprs.exp
6836 * gdb.base/fileio.exp
6837 * gdb.base/find.exp
6838 * gdb.base/finish.exp
6839 * gdb.base/fixsection.exp
6840 * gdb.base/foll-vfork.exp
6841 * gdb.base/frame-args.exp
6842 * gdb.base/gcore.exp
6843 * gdb.base/gdb1250.exp
6844 * gdb.base/global-var-nested-by-dso.exp
6845 * gdb.base/gnu-ifunc.exp
6846 * gdb.base/hashline1.exp
6847 * gdb.base/hashline2.exp
6848 * gdb.base/hashline3.exp
6849 * gdb.base/hbreak-in-shr-unsupported.exp
6850 * gdb.base/huge.exp
6851 * gdb.base/infcall-input.exp
6852 * gdb.base/info-fun.exp
6853 * gdb.base/info-shared.exp
6854 * gdb.base/jit-simple.exp
6855 * gdb.base/jit-so.exp
6856 * gdb.base/jit.exp
6857 * gdb.base/jump.exp
6858 * gdb.base/label.exp
6859 * gdb.base/lineinc.exp
6860 * gdb.base/logical.exp
6861 * gdb.base/longjmp.exp
6862 * gdb.base/macscp.exp
6863 * gdb.base/miscexprs.exp
6864 * gdb.base/new-ui-echo.exp
6865 * gdb.base/new-ui-pending-input.exp
6866 * gdb.base/new-ui.exp
6867 * gdb.base/nodebug.exp
6868 * gdb.base/nofield.exp
6869 * gdb.base/offsets.exp
6870 * gdb.base/overlays.exp
6871 * gdb.base/pending.exp
6872 * gdb.base/pointers.exp
6873 * gdb.base/pr11022.exp
6874 * gdb.base/printcmds.exp
6875 * gdb.base/prologue.exp
6876 * gdb.base/ptr-typedef.exp
6877 * gdb.base/realname-expand.exp
6878 * gdb.base/relativedebug.exp
6879 * gdb.base/relocate.exp
6880 * gdb.base/remote.exp
6881 * gdb.base/reread.exp
6882 * gdb.base/return2.exp
6883 * gdb.base/savedregs.exp
6884 * gdb.base/sep.exp
6885 * gdb.base/sepdebug.exp
6886 * gdb.base/sepsymtab.exp
6887 * gdb.base/set-inferior-tty.exp
6888 * gdb.base/setshow.exp
6889 * gdb.base/shlib-call.exp
6890 * gdb.base/sigaltstack.exp
6891 * gdb.base/siginfo-addr.exp
6892 * gdb.base/signals.exp
6893 * gdb.base/signull.exp
6894 * gdb.base/sigrepeat.exp
6895 * gdb.base/so-impl-ld.exp
6896 * gdb.base/solib-display.exp
6897 * gdb.base/solib-overlap.exp
6898 * gdb.base/solib-search.exp
6899 * gdb.base/solib-symbol.exp
6900 * gdb.base/structs.exp
6901 * gdb.base/structs2.exp
6902 * gdb.base/symtab-search-order.exp
6903 * gdb.base/twice.exp
6904 * gdb.base/unload.exp
6905 * gdb.base/varargs.exp
6906 * gdb.base/watchpoint-solib.exp
6907 * gdb.base/watchpoint.exp
6908 * gdb.base/whatis.exp
6909 * gdb.base/wrong_frame_bt_full.exp
6910 * gdb.btrace/dlopen.exp
6911 * gdb.cell/ea-standalone.exp
6912 * gdb.cell/ea-test.exp
6913 * gdb.cp/dispcxx.exp
6914 * gdb.cp/gdb2384.exp
6915 * gdb.cp/method2.exp
6916 * gdb.cp/nextoverthrow.exp
6917 * gdb.cp/pr10728.exp
6918 * gdb.disasm/am33.exp
6919 * gdb.disasm/h8300s.exp
6920 * gdb.disasm/mn10300.exp
6921 * gdb.disasm/sh3.exp
6922 * gdb.dwarf2/dw2-dir-file-name.exp
6923 * gdb.fortran/complex.exp
6924 * gdb.fortran/library-module.exp
6925 * gdb.guile/scm-pretty-print.exp
6926 * gdb.guile/scm-symbol.exp
6927 * gdb.guile/scm-type.exp
6928 * gdb.guile/scm-value.exp
6929 * gdb.linespec/linespec.exp
6930 * gdb.mi/gdb701.exp
6931 * gdb.mi/gdb792.exp
6932 * gdb.mi/mi-breakpoint-changed.exp
6933 * gdb.mi/mi-dprintf-pending.exp
6934 * gdb.mi/mi-dprintf.exp
6935 * gdb.mi/mi-exit-code.exp
6936 * gdb.mi/mi-pending.exp
6937 * gdb.mi/mi-solib.exp
6938 * gdb.mi/new-ui-mi-sync.exp
6939 * gdb.mi/pr11022.exp
6940 * gdb.mi/user-selected-context-sync.exp
6941 * gdb.opt/solib-intra-step.exp
6942 * gdb.python/py-events.exp
6943 * gdb.python/py-finish-breakpoint.exp
6944 * gdb.python/py-mi.exp
6945 * gdb.python/py-prettyprint.exp
6946 * gdb.python/py-shared.exp
6947 * gdb.python/py-symbol.exp
6948 * gdb.python/py-template.exp
6949 * gdb.python/py-type.exp
6950 * gdb.python/py-value.exp
6951 * gdb.reverse/solib-precsave.exp
6952 * gdb.reverse/solib-reverse.exp
6953 * gdb.server/solib-list.exp
6954 * gdb.stabs/weird.exp
6955 * gdb.threads/reconnect-signal.exp
6956 * gdb.threads/stepi-random-signal.exp
6957 * gdb.trace/actions.exp
6958 * gdb.trace/ax.exp
6959 * gdb.trace/backtrace.exp
6960 * gdb.trace/change-loc.exp
6961 * gdb.trace/deltrace.exp
6962 * gdb.trace/ftrace-lock.exp
6963 * gdb.trace/ftrace.exp
6964 * gdb.trace/infotrace.exp
6965 * gdb.trace/mi-tracepoint-changed.exp
6966 * gdb.trace/packetlen.exp
6967 * gdb.trace/passcount.exp
6968 * gdb.trace/pending.exp
6969 * gdb.trace/range-stepping.exp
6970 * gdb.trace/report.exp
6971 * gdb.trace/stap-trace.exp
6972 * gdb.trace/tfind.exp
6973 * gdb.trace/trace-break.exp
6974 * gdb.trace/trace-condition.exp
6975 * gdb.trace/trace-enable-disable.exp
6976 * gdb.trace/trace-mt.exp
6977 * gdb.trace/tracecmd.exp
6978 * gdb.trace/tspeed.exp
6979 * gdb.trace/tsv.exp
6980 * lib/perftest.exp
6981
6982 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6983
6984 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6985 with gdb_test_no_output.
6986 Use command as test name.
6987
6988 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6989
6990 Fix test names starting with uppercase throughout the files.
6991
6992 * gdb.ada/assign_1.exp
6993 * gdb.ada/boolean_expr.exp
6994 * gdb.base/arrayidx.exp
6995 * gdb.base/del.exp
6996 * gdb.base/gcore-buffer-overflow.exp
6997 * gdb.base/testenv.exp
6998 * gdb.compile/compile.exp
6999 * gdb.python/py-framefilter-invalidarg.exp
7000 * gdb.python/py-framefilter.exp
7001
7002 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7003
7004 Fix test names starting with uppercase throughout the files.
7005
7006 * gdb.ada/array_return.exp
7007 * gdb.ada/expr_delims.exp
7008 * gdb.ada/mi_dyn_arr.exp
7009 * gdb.ada/mi_interface.exp
7010 * gdb.ada/mi_var_array.exp
7011 * gdb.ada/watch_arg.exp
7012 * gdb.arch/alpha-step.exp
7013 * gdb.arch/altivec-regs.exp
7014 * gdb.arch/e500-regs.exp
7015 * gdb.arch/powerpc-d128-regs.exp
7016 * gdb.base/arrayidx.exp
7017 * gdb.base/break.exp
7018 * gdb.base/checkpoint.exp
7019 * gdb.base/debug-expr.exp
7020 * gdb.base/dmsym.exp
7021 * gdb.base/radix.exp
7022 * gdb.base/sepdebug.exp
7023 * gdb.base/testenv.exp
7024 * gdb.base/watch_thread_num.exp
7025 * gdb.base/watchpoint-cond-gone.exp
7026 * gdb.cell/break.exp
7027 * gdb.cell/ea-cache.exp
7028 * gdb.compile/compile.exp
7029 * gdb.cp/gdb2495.exp
7030 * gdb.gdb/selftest.exp
7031 * gdb.gdb/xfullpath.exp
7032 * gdb.go/hello.exp
7033 * gdb.go/integers.exp
7034 * gdb.objc/basicclass.exp
7035 * gdb.pascal/hello.exp
7036 * gdb.pascal/integers.exp
7037 * gdb.python/py-breakpoint.exp
7038 * gdb.python/py-cmd.exp
7039 * gdb.python/py-linetable.exp
7040 * gdb.python/py-xmethods.exp
7041 * gdb.python/python.exp
7042 * gdb.reverse/consecutive-precsave.exp
7043 * gdb.reverse/finish-precsave.exp
7044 * gdb.reverse/i386-precsave.exp
7045 * gdb.reverse/machinestate-precsave.exp
7046 * gdb.reverse/sigall-precsave.exp
7047 * gdb.reverse/solib-precsave.exp
7048 * gdb.reverse/step-precsave.exp
7049 * gdb.reverse/until-precsave.exp
7050 * gdb.reverse/watch-precsave.exp
7051 * gdb.threads/leader-exit.exp
7052 * gdb.threads/pthreads.exp
7053 * gdb.threads/wp-replication.exp
7054 * gdb.trace/actions.exp
7055 * gdb.trace/mi-tsv-changed.exp
7056 * gdb.trace/tsv.exp
7057
7058 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7059
7060 Fix test names starting with uppercase throughout the files.
7061
7062 * gdb.arch/i386-bp_permanent.exp
7063 * gdb.arch/i386-gnu-cfi.exp
7064 * gdb.base/disasm-end-cu.exp
7065 * gdb.base/macscp.exp
7066 * gdb.base/pending.exp
7067 * gdb.base/watch_thread_num.exp
7068 * gdb.cp/exception.exp
7069 * gdb.cp/gdb2495.exp
7070 * gdb.cp/local.exp
7071 * gdb.python/py-evsignal.exp
7072 * gdb.python/python.exp
7073 * gdb.trace/tracecmd.exp
7074
7075 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7076
7077 Fix test names starting with uppercase throughout the files.
7078
7079 * gdb.base/charset.exp
7080 * gdb.base/eval.exp
7081 * gdb.base/multi-forks.exp
7082 * gdb.guile/scm-progspace.exp
7083 * gdb.opencl/datatypes.exp
7084 * gdb.python/py-block.exp
7085 * gdb.python/py-function.exp
7086 * gdb.python/py-symbol.exp
7087 * gdb.python/py-symtab.exp
7088 * gdb.python/py-xmethods.exp
7089 * gdb.reverse/break-precsave.exp
7090 * gdb.reverse/break-reverse.exp
7091 * gdb.reverse/consecutive-precsave.exp
7092 * gdb.reverse/consecutive-reverse.exp
7093 * gdb.reverse/finish-precsave.exp
7094 * gdb.reverse/finish-reverse-bkpt.exp
7095 * gdb.reverse/finish-reverse.exp
7096 * gdb.reverse/fstatat-reverse.exp
7097 * gdb.reverse/getresuid-reverse.exp
7098 * gdb.reverse/i386-precsave.exp
7099 * gdb.reverse/i386-reverse.exp
7100 * gdb.reverse/i386-sse-reverse.exp
7101 * gdb.reverse/i387-stack-reverse.exp
7102 * gdb.reverse/insn-reverse.exp
7103 * gdb.reverse/machinestate-precsave.exp
7104 * gdb.reverse/machinestate.exp
7105 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7106 * gdb.reverse/pipe-reverse.exp
7107 * gdb.reverse/readv-reverse.exp
7108 * gdb.reverse/recvmsg-reverse.exp
7109 * gdb.reverse/rerun-prec.exp
7110 * gdb.reverse/s390-mvcle.exp
7111 * gdb.reverse/sigall-precsave.exp
7112 * gdb.reverse/sigall-reverse.exp
7113 * gdb.reverse/solib-precsave.exp
7114 * gdb.reverse/solib-reverse.exp
7115 * gdb.reverse/step-precsave.exp
7116 * gdb.reverse/step-reverse.exp
7117 * gdb.reverse/time-reverse.exp
7118 * gdb.reverse/until-precsave.exp
7119 * gdb.reverse/until-reverse.exp
7120 * gdb.reverse/waitpid-reverse.exp
7121 * gdb.reverse/watch-precsave.exp
7122 * gdb.reverse/watch-reverse.exp
7123
7124 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7125
7126 Fix test names starting with uppercase throughout the files.
7127
7128 * gdb.arch/i386-mpx-simple_segv.exp
7129 * gdb.arch/i386-mpx.exp
7130 * gdb.arch/i386-permbkpt.exp
7131 * gdb.arch/pa-nullify.exp
7132 * gdb.arch/powerpc-d128-regs.exp
7133 * gdb.arch/vsx-regs.exp
7134 * gdb.base/bfp-test.exp
7135 * gdb.base/break.exp
7136 * gdb.base/breakpoint-shadow.exp
7137 * gdb.base/callfuncs.exp
7138 * gdb.base/charset.exp
7139 * gdb.base/commands.exp
7140 * gdb.base/completion.exp
7141 * gdb.base/dfp-test.exp
7142 * gdb.base/echo.exp
7143 * gdb.base/ending-run.exp
7144 * gdb.base/eval.exp
7145 * gdb.base/expand-psymtabs.exp
7146 * gdb.base/float128.exp
7147 * gdb.base/floatn.exp
7148 * gdb.base/foll-exec-mode.exp
7149 * gdb.base/gdb1056.exp
7150 * gdb.base/gdb11531.exp
7151 * gdb.base/kill-after-signal.exp
7152 * gdb.base/multi-forks.exp
7153 * gdb.base/overlays.exp
7154 * gdb.base/pending.exp
7155 * gdb.base/sepdebug.exp
7156 * gdb.base/testenv.exp
7157 * gdb.base/valgrind-db-attach.exp
7158 * gdb.base/watch_thread_num.exp
7159 * gdb.base/watchpoint-cond-gone.exp
7160 * gdb.base/watchpoint.exp
7161 * gdb.base/watchpoints.exp
7162 * gdb.cp/arg-reference.exp
7163 * gdb.cp/baseenum.exp
7164 * gdb.cp/operator.exp
7165 * gdb.cp/shadow.exp
7166 * gdb.dwarf2/dw2-op-out-param.exp
7167 * gdb.dwarf2/dw2-reg-undefined.exp
7168 * gdb.go/chan.exp
7169 * gdb.go/hello.exp
7170 * gdb.go/integers.exp
7171 * gdb.go/methods.exp
7172 * gdb.go/package.exp
7173 * gdb.guile/scm-parameter.exp
7174 * gdb.guile/scm-progspace.exp
7175 * gdb.guile/scm-value.exp
7176 * gdb.mi/mi-pending.exp
7177 * gdb.mi/user-selected-context-sync.exp
7178 * gdb.multi/multi-attach.exp
7179 * gdb.multi/tids.exp
7180 * gdb.opt/clobbered-registers-O2.exp
7181 * gdb.pascal/floats.exp
7182 * gdb.pascal/integers.exp
7183 * gdb.python/py-block.exp
7184 * gdb.python/py-events.exp
7185 * gdb.python/py-parameter.exp
7186 * gdb.python/py-symbol.exp
7187 * gdb.python/py-symtab.exp
7188 * gdb.python/py-type.exp
7189 * gdb.python/py-value.exp
7190 * gdb.python/py-xmethods.exp
7191 * gdb.python/python.exp
7192 * gdb.reverse/break-precsave.exp
7193 * gdb.reverse/consecutive-precsave.exp
7194 * gdb.reverse/finish-precsave.exp
7195 * gdb.reverse/i386-precsave.exp
7196 * gdb.reverse/machinestate-precsave.exp
7197 * gdb.reverse/sigall-precsave.exp
7198 * gdb.reverse/solib-precsave.exp
7199 * gdb.reverse/step-precsave.exp
7200 * gdb.reverse/until-precsave.exp
7201 * gdb.reverse/watch-precsave.exp
7202 * gdb.server/ext-attach.exp
7203 * gdb.server/ext-restart.exp
7204 * gdb.server/ext-run.exp
7205 * gdb.server/ext-wrapper.exp
7206 * gdb.stabs/gdb11479.exp
7207 * gdb.stabs/weird.exp
7208 * gdb.threads/attach-many-short-lived-threads.exp
7209 * gdb.threads/kill.exp
7210 * gdb.threads/watchpoint-fork.exp
7211
7212 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7213
7214 Fix test names starting with uppercase throughout all the files below.
7215
7216 * gdb.ada/array_return.exp
7217 * gdb.ada/catch_ex.exp
7218 * gdb.ada/info_exc.exp
7219 * gdb.ada/mi_catch_ex.exp
7220 * gdb.ada/mi_dyn_arr.exp
7221 * gdb.ada/mi_ex_cond.exp
7222 * gdb.ada/mi_exc_info.exp
7223 * gdb.ada/mi_interface.exp
7224 * gdb.ada/mi_task_arg.exp
7225 * gdb.ada/mi_task_info.exp
7226 * gdb.ada/mi_var_array.exp
7227 * gdb.arch/alpha-step.exp
7228 * gdb.arch/amd64-disp-step.exp
7229 * gdb.arch/arm-disp-step.exp
7230 * gdb.arch/disp-step-insn-reloc.exp
7231 * gdb.arch/e500-prologue.exp
7232 * gdb.arch/ftrace-insn-reloc.exp
7233 * gdb.arch/gdb1558.exp
7234 * gdb.arch/i386-bp_permanent.exp
7235 * gdb.arch/i386-disp-step.exp
7236 * gdb.arch/i386-float.exp
7237 * gdb.arch/i386-gnu-cfi.exp
7238 * gdb.arch/ia64-breakpoint-shadow.exp
7239 * gdb.arch/mips16-thunks.exp
7240 * gdb.arch/pa-nullify.exp
7241 * gdb.arch/powerpc-aix-prologue.exp
7242 * gdb.arch/powerpc-power.exp
7243 * gdb.arch/ppc-dfp.exp
7244 * gdb.arch/s390-tdbregs.exp
7245 * gdb.arch/spu-info.exp
7246 * gdb.arch/spu-ls.exp
7247 * gdb.arch/thumb-bx-pc.exp
7248 * gdb.base/advance.exp
7249 * gdb.base/annota-input-while-running.exp
7250 * gdb.base/arrayidx.exp
7251 * gdb.base/asmlabel.exp
7252 * gdb.base/async.exp
7253 * gdb.base/attach-wait-input.exp
7254 * gdb.base/auto-connect-native-target.exp
7255 * gdb.base/batch-preserve-term-settings.exp
7256 * gdb.base/bfp-test.exp
7257 * gdb.base/bigcore.exp
7258 * gdb.base/bp-permanent.exp
7259 * gdb.base/break-always.exp
7260 * gdb.base/break-fun-addr.exp
7261 * gdb.base/break-idempotent.exp
7262 * gdb.base/break-main-file-remove-fail.exp
7263 * gdb.base/break-probes.exp
7264 * gdb.base/break-unload-file.exp
7265 * gdb.base/break.exp
7266 * gdb.base/call-ar-st.exp
7267 * gdb.base/call-rt-st.exp
7268 * gdb.base/call-sc.exp
7269 * gdb.base/call-signal-resume.exp
7270 * gdb.base/call-strs.exp
7271 * gdb.base/callexit.exp
7272 * gdb.base/callfuncs.exp
7273 * gdb.base/catch-gdb-caused-signals.exp
7274 * gdb.base/catch-signal-siginfo-cond.exp
7275 * gdb.base/catch-syscall.exp
7276 * gdb.base/compare-sections.exp
7277 * gdb.base/cond-eval-mode.exp
7278 * gdb.base/condbreak-call-false.exp
7279 * gdb.base/consecutive-step-over.exp
7280 * gdb.base/cursal.exp
7281 * gdb.base/disabled-location.exp
7282 * gdb.base/disasm-end-cu.exp
7283 * gdb.base/display.exp
7284 * gdb.base/double-prompt-target-event-error.exp
7285 * gdb.base/dprintf-bp-same-addr.exp
7286 * gdb.base/dprintf-detach.exp
7287 * gdb.base/dprintf-next.exp
7288 * gdb.base/dprintf-non-stop.exp
7289 * gdb.base/dprintf-pending.exp
7290 * gdb.base/dso2dso.exp
7291 * gdb.base/ending-run.exp
7292 * gdb.base/enum_cond.exp
7293 * gdb.base/examine-backward.exp
7294 * gdb.base/exe-lock.exp
7295 * gdb.base/exec-invalid-sysroot.exp
7296 * gdb.base/execl-update-breakpoints.exp
7297 * gdb.base/execution-termios.exp
7298 * gdb.base/fileio.exp
7299 * gdb.base/fixsection.exp
7300 * gdb.base/foll-exec-mode.exp
7301 * gdb.base/foll-exec.exp
7302 * gdb.base/fork-running-state.exp
7303 * gdb.base/frame-args.exp
7304 * gdb.base/fullpath-expand.exp
7305 * gdb.base/func-ptr.exp
7306 * gdb.base/gcore-relro-pie.exp
7307 * gdb.base/gdb1090.exp
7308 * gdb.base/gdb1555.exp
7309 * gdb.base/global-var-nested-by-dso.exp
7310 * gdb.base/gnu-ifunc.exp
7311 * gdb.base/hbreak-in-shr-unsupported.exp
7312 * gdb.base/hbreak-unmapped.exp
7313 * gdb.base/hook-stop.exp
7314 * gdb.base/infcall-input.exp
7315 * gdb.base/info-fun.exp
7316 * gdb.base/info-shared.exp
7317 * gdb.base/interrupt-noterm.exp
7318 * gdb.base/jit-so.exp
7319 * gdb.base/jit.exp
7320 * gdb.base/line-symtabs.exp
7321 * gdb.base/list.exp
7322 * gdb.base/longjmp.exp
7323 * gdb.base/macscp.exp
7324 * gdb.base/max-value-size.exp
7325 * gdb.base/nodebug.exp
7326 * gdb.base/nofield.exp
7327 * gdb.base/overlays.exp
7328 * gdb.base/paginate-after-ctrl-c-running.exp
7329 * gdb.base/paginate-bg-execution.exp
7330 * gdb.base/paginate-inferior-exit.exp
7331 * gdb.base/pending.exp
7332 * gdb.base/pr11022.exp
7333 * gdb.base/printcmds.exp
7334 * gdb.base/ptr-typedef.exp
7335 * gdb.base/ptype.exp
7336 * gdb.base/randomize.exp
7337 * gdb.base/range-stepping.exp
7338 * gdb.base/realname-expand.exp
7339 * gdb.base/relativedebug.exp
7340 * gdb.base/remote.exp
7341 * gdb.base/savedregs.exp
7342 * gdb.base/sepdebug.exp
7343 * gdb.base/set-noassign.exp
7344 * gdb.base/shlib-call.exp
7345 * gdb.base/shreloc.exp
7346 * gdb.base/sigaltstack.exp
7347 * gdb.base/sigbpt.exp
7348 * gdb.base/siginfo-addr.exp
7349 * gdb.base/siginfo-obj.exp
7350 * gdb.base/siginfo-thread.exp
7351 * gdb.base/signest.exp
7352 * gdb.base/signull.exp
7353 * gdb.base/sigrepeat.exp
7354 * gdb.base/skip.exp
7355 * gdb.base/so-impl-ld.exp
7356 * gdb.base/solib-corrupted.exp
7357 * gdb.base/solib-disc.exp
7358 * gdb.base/solib-display.exp
7359 * gdb.base/solib-overlap.exp
7360 * gdb.base/solib-search.exp
7361 * gdb.base/solib-symbol.exp
7362 * gdb.base/source-execution.exp
7363 * gdb.base/sss-bp-on-user-bp-2.exp
7364 * gdb.base/sss-bp-on-user-bp.exp
7365 * gdb.base/stack-checking.exp
7366 * gdb.base/stale-infcall.exp
7367 * gdb.base/step-break.exp
7368 * gdb.base/step-line.exp
7369 * gdb.base/step-over-exit.exp
7370 * gdb.base/step-test.exp
7371 * gdb.base/structs.exp
7372 * gdb.base/sym-file.exp
7373 * gdb.base/symtab-search-order.exp
7374 * gdb.base/term.exp
7375 * gdb.base/type-opaque.exp
7376 * gdb.base/unload.exp
7377 * gdb.base/until-nodebug.exp
7378 * gdb.base/until.exp
7379 * gdb.base/unwindonsignal.exp
7380 * gdb.base/watch-cond.exp
7381 * gdb.base/watch-non-mem.exp
7382 * gdb.base/watch_thread_num.exp
7383 * gdb.base/watchpoint-reuse-slot.exp
7384 * gdb.base/watchpoint-solib.exp
7385 * gdb.base/watchpoint.exp
7386 * gdb.btrace/dlopen.exp
7387 * gdb.cell/arch.exp
7388 * gdb.cell/break.exp
7389 * gdb.cell/bt.exp
7390 * gdb.cell/core.exp
7391 * gdb.cell/data.exp
7392 * gdb.cell/dwarfaddr.exp
7393 * gdb.cell/ea-cache.exp
7394 * gdb.cell/ea-standalone.exp
7395 * gdb.cell/ea-test.exp
7396 * gdb.cell/f-regs.exp
7397 * gdb.cell/fork.exp
7398 * gdb.cell/gcore.exp
7399 * gdb.cell/mem-access.exp
7400 * gdb.cell/ptype.exp
7401 * gdb.cell/registers.exp
7402 * gdb.cell/sizeof.exp
7403 * gdb.cell/solib-symbol.exp
7404 * gdb.cell/solib.exp
7405 * gdb.compile/compile-tls.exp
7406 * gdb.cp/exception.exp
7407 * gdb.cp/gdb2495.exp
7408 * gdb.cp/local.exp
7409 * gdb.cp/mb-inline.exp
7410 * gdb.cp/mb-templates.exp
7411 * gdb.cp/pr10687.exp
7412 * gdb.cp/pr9167.exp
7413 * gdb.cp/scope-err.exp
7414 * gdb.cp/templates.exp
7415 * gdb.cp/virtfunc.exp
7416 * gdb.dwarf2/dw2-dir-file-name.exp
7417 * gdb.dwarf2/dw2-single-line-discriminators.exp
7418 * gdb.fortran/complex.exp
7419 * gdb.fortran/library-module.exp
7420 * gdb.guile/guile.exp
7421 * gdb.guile/scm-cmd.exp
7422 * gdb.guile/scm-frame-inline.exp
7423 * gdb.guile/scm-objfile.exp
7424 * gdb.guile/scm-pretty-print.exp
7425 * gdb.guile/scm-symbol.exp
7426 * gdb.guile/scm-type.exp
7427 * gdb.guile/scm-value.exp
7428 * gdb.linespec/keywords.exp
7429 * gdb.linespec/ls-errs.exp
7430 * gdb.linespec/macro-relative.exp
7431 * gdb.linespec/thread.exp
7432 * gdb.mi/mi-breakpoint-changed.exp
7433 * gdb.mi/mi-dprintf-pending.exp
7434 * gdb.mi/mi-fullname-deleted.exp
7435 * gdb.mi/mi-logging.exp
7436 * gdb.mi/mi-pending.exp
7437 * gdb.mi/mi-solib.exp
7438 * gdb.mi/new-ui-mi-sync.exp
7439 * gdb.mi/user-selected-context-sync.exp
7440 * gdb.multi/dummy-frame-restore.exp
7441 * gdb.multi/multi-arch-exec.exp
7442 * gdb.multi/remove-inferiors.exp
7443 * gdb.multi/watchpoint-multi-exit.exp
7444 * gdb.opt/solib-intra-step.exp
7445 * gdb.perf/backtrace.exp
7446 * gdb.perf/single-step.exp
7447 * gdb.perf/skip-command.exp
7448 * gdb.perf/skip-prologue.exp
7449 * gdb.perf/solib.exp
7450 * gdb.python/lib-types.exp
7451 * gdb.python/py-as-string.exp
7452 * gdb.python/py-bad-printers.exp
7453 * gdb.python/py-block.exp
7454 * gdb.python/py-breakpoint.exp
7455 * gdb.python/py-cmd.exp
7456 * gdb.python/py-events.exp
7457 * gdb.python/py-evthreads.exp
7458 * gdb.python/py-finish-breakpoint.exp
7459 * gdb.python/py-finish-breakpoint2.exp
7460 * gdb.python/py-frame-inline.exp
7461 * gdb.python/py-frame.exp
7462 * gdb.python/py-inferior.exp
7463 * gdb.python/py-infthread.exp
7464 * gdb.python/py-mi.exp
7465 * gdb.python/py-objfile.exp
7466 * gdb.python/py-pp-maint.exp
7467 * gdb.python/py-pp-registration.exp
7468 * gdb.python/py-prettyprint.exp
7469 * gdb.python/py-recurse-unwind.exp
7470 * gdb.python/py-shared.exp
7471 * gdb.python/py-symbol.exp
7472 * gdb.python/py-symtab.exp
7473 * gdb.python/py-template.exp
7474 * gdb.python/py-type.exp
7475 * gdb.python/py-unwind-maint.exp
7476 * gdb.python/py-unwind.exp
7477 * gdb.python/py-value.exp
7478 * gdb.python/python.exp
7479 * gdb.reverse/finish-reverse-bkpt.exp
7480 * gdb.reverse/insn-reverse.exp
7481 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7482 * gdb.reverse/solib-precsave.exp
7483 * gdb.reverse/solib-reverse.exp
7484 * gdb.stabs/gdb11479.exp
7485 * gdb.stabs/weird.exp
7486 * gdb.threads/fork-child-threads.exp
7487 * gdb.threads/fork-plus-threads.exp
7488 * gdb.threads/fork-thread-pending.exp
7489 * gdb.threads/forking-threads-plus-breakpoint.exp
7490 * gdb.threads/hand-call-in-threads.exp
7491 * gdb.threads/interrupted-hand-call.exp
7492 * gdb.threads/linux-dp.exp
7493 * gdb.threads/local-watch-wrong-thread.exp
7494 * gdb.threads/next-while-other-thread-longjmps.exp
7495 * gdb.threads/non-ldr-exit.exp
7496 * gdb.threads/pending-step.exp
7497 * gdb.threads/print-threads.exp
7498 * gdb.threads/process-dies-while-detaching.exp
7499 * gdb.threads/process-dies-while-handling-bp.exp
7500 * gdb.threads/pthreads.exp
7501 * gdb.threads/queue-signal.exp
7502 * gdb.threads/reconnect-signal.exp
7503 * gdb.threads/signal-command-handle-nopass.exp
7504 * gdb.threads/signal-command-multiple-signals-pending.exp
7505 * gdb.threads/signal-delivered-right-thread.exp
7506 * gdb.threads/signal-sigtrap.exp
7507 * gdb.threads/sigthread.exp
7508 * gdb.threads/staticthreads.exp
7509 * gdb.threads/stepi-random-signal.exp
7510 * gdb.threads/thread-unwindonsignal.exp
7511 * gdb.threads/thread_check.exp
7512 * gdb.threads/thread_events.exp
7513 * gdb.threads/tid-reuse.exp
7514 * gdb.threads/tls-nodebug.exp
7515 * gdb.threads/tls-shared.exp
7516 * gdb.threads/tls-so_extern.exp
7517 * gdb.threads/tls.exp
7518 * gdb.threads/wp-replication.exp
7519 * gdb.trace/actions-changed.exp
7520 * gdb.trace/actions.exp
7521 * gdb.trace/backtrace.exp
7522 * gdb.trace/change-loc.exp
7523 * gdb.trace/collection.exp
7524 * gdb.trace/deltrace.exp
7525 * gdb.trace/disconnected-tracing.exp
7526 * gdb.trace/entry-values.exp
7527 * gdb.trace/ftrace-lock.exp
7528 * gdb.trace/ftrace.exp
7529 * gdb.trace/infotrace.exp
7530 * gdb.trace/mi-trace-frame-collected.exp
7531 * gdb.trace/mi-trace-unavailable.exp
7532 * gdb.trace/mi-traceframe-changed.exp
7533 * gdb.trace/mi-tracepoint-changed.exp
7534 * gdb.trace/mi-tsv-changed.exp
7535 * gdb.trace/no-attach-trace.exp
7536 * gdb.trace/packetlen.exp
7537 * gdb.trace/passc-dyn.exp
7538 * gdb.trace/passcount.exp
7539 * gdb.trace/pending.exp
7540 * gdb.trace/pr16508.exp
7541 * gdb.trace/qtro.exp
7542 * gdb.trace/range-stepping.exp
7543 * gdb.trace/read-memory.exp
7544 * gdb.trace/report.exp
7545 * gdb.trace/save-trace.exp
7546 * gdb.trace/signal.exp
7547 * gdb.trace/stap-trace.exp
7548 * gdb.trace/status-stop.exp
7549 * gdb.trace/strace.exp
7550 * gdb.trace/tfile.exp
7551 * gdb.trace/tfind.exp
7552 * gdb.trace/trace-break.exp
7553 * gdb.trace/trace-condition.exp
7554 * gdb.trace/trace-enable-disable.exp
7555 * gdb.trace/trace-mt.exp
7556 * gdb.trace/tracecmd.exp
7557 * gdb.trace/tracefile-pseudo-reg.exp
7558 * gdb.trace/tspeed.exp
7559 * gdb.trace/tstatus.exp
7560 * gdb.trace/tsv.exp
7561 * gdb.trace/unavailable.exp
7562 * gdb.trace/while-dyn.exp
7563 * gdb.trace/while-stepping.exp
7564 * lib/gdb-guile.exp
7565 * lib/gdb.exp
7566 * lib/mi-support.exp
7567 * lib/pascal.exp
7568 * lib/perftest.exp
7569 * lib/prelink-support.exp
7570 * lib/selftest-support.exp
7571
7572 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7573
7574 * Makefile.in: Include disable-implicit-rules.mk.
7575
7576 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7577
7578 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7579 non-byte-aligned bit fields.
7580
7581 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7582
7583 PR gdb/12616
7584 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7585 respects the DW_AT_data_bit_offset attribute.
7586
7587 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7588
7589 * gdb.base/default.exp: Fix output of "set language".
7590
7591 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7592
7593 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7594 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7595 make.
7596 * configure.ac: Remove checks for the make program.
7597 * configure: Re-generate.
7598
7599 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7600
7601 * gdb.python/py-recurse-unwind.c (main): Add loop.
7602 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7603 to read_register() and gdb.parse_and_eval(). Make each code
7604 call a separate case that can be individually tested.
7605 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7606 proc. Call cont_and_backtrace for each of the code paths that
7607 we want to test in the unwinder.
7608
7609 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7610
7611 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7612 the definition of struct S.
7613
7614 2016-11-11 Catherine Moore <clm@codesourcery.com>
7615
7616 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7617
7618 2016-11-09 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.base/commands.exp (runto_or_return): New procedure.
7621 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7622 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7623 (progvar_simple_while_test, progvar_complex_if_while_test)
7624 (if_while_breakpoint_command_test)
7625 (infrun_breakpoint_command_test, breakpoint_command_test)
7626 (user_defined_command_test, watchpoint_command_test)
7627 (test_command_prompt_position, redefine_hook_test)
7628 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7629 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7630 multi_line_input and multi_line. Remove gdb_expect and
7631 gdb_stop_suppressing_tests uses.
7632 * lib/gdb.exp (valnum_re): New global.
7633 (multi_line_input): New procedure.
7634
7635 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7636
7637 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7638 Remove.
7639 (test_setup): Define with proc_with_prefix.
7640 (test_cli_inferior): Likewise.
7641 (test_cli_thread): Likewise.
7642 (test_cli_frame): Likewise.
7643 (test_cli_select_frame): Likewise.
7644 (test_cli_up_down): Likewise.
7645 (test_mi_thread_select): Likewise.
7646 (test_mi_stack_select_frame): Likewise.
7647 (test_cli_in_mi_inferior): Likewise.
7648 (test_cli_in_mi_thread): Likewise.
7649 (test_cli_in_mi_frame): Likewise.
7650 (top level): Do not use with_test_prefix_procname.
7651
7652 2016-11-09 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.base/commands.exp (gdbvar_simple_if_test)
7655 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7656 (progvar_simple_if_test, progvar_simple_while_test)
7657 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7658 (infrun_breakpoint_command_test, breakpoint_command_test)
7659 (user_defined_command_test, watchpoint_command_test)
7660 (test_command_prompt_position, deprecated_command_test)
7661 (bp_deleted_in_command, temporary_breakpoint_commands)
7662 (stray_arg0_test, source_file_with_indented_comment)
7663 (recursive_source_test, if_commands_test)
7664 (error_clears_commands_left, redefine_hook_test)
7665 (redefine_backtrace_test): Use proc_with_prefix.
7666 * lib/gdb.exp (proc_with_prefix): New proc.
7667
7668 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7669
7670 * gdb.base/tui-layout.c: New file.
7671 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7672 disassembly window contains very long lines.
7673
7674 2016-11-08 Tom Tromey <tom@tromey.com>
7675
7676 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7677 depend on Python 2.
7678
7679 2016-11-08 Tom Tromey <tom@tromey.com>
7680
7681 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7682 New method.
7683
7684 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7685
7686 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7687
7688 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7689
7690 * gdb.rust/simple.rs: Add test for univariant enums without
7691 discriminants and for encoded struct-like enums.
7692
7693 2016-10-28 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7696 gdb_test_multiple, tighten regexps and match symtabs and line
7697 tables incrementally.
7698
7699 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7700
7701 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7702 general.
7703
7704 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7705
7706 * gdb.base/exec-invalid-sysroot.exp: New file.
7707
7708 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7709
7710 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7711
7712 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7713
7714 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7715
7716 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7717
7718 * gdb.base/killed-outside.exp: Remove $options from a call to
7719 `prepare_for_testing'.
7720
7721 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7722
7723 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7724 Change test message.
7725
7726 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7727
7728 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7729 Update comment.
7730
7731 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7732
7733 * gdb.trace/mi-trace-save.exp: New file.
7734
7735 2016-10-13 Yao Qi <yao.qi@linaro.org>
7736
7737 * gdb.base/code_elim.exp (get_var_address): Remove.
7738 * gdb.base/relocate.exp: Likewise.
7739 * gdb.base/shreloc.exp: Likewise.
7740 * lib/gdb.exp (get_var_address): New.
7741
7742 2016-10-13 Yao Qi <yao.qi@linaro.org>
7743
7744 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7745 floating point tests if $skip_float_test is false.
7746
7747 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7748
7749 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7750 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7751 argc values.
7752 Add 1 to argc so we guarantee distinct initial/modified argc values.
7753
7754 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7755
7756 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7757
7758 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7759
7760 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7761 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7762 * gdb.arch/vsx-regs.exp: Likewise.
7763
7764 2016-10-07 Yao Qi <yao.qi@linaro.org>
7765
7766 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7767
7768 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7769
7770 * gdb.python/python.exp: Test decode_line("*0").
7771
7772 2016-10-06 Doug Evans <dje@google.com>
7773
7774 * gdb.python/py-value.exp (test_value_creation): Add test for large
7775 unsigned 64-bit value.
7776
7777 2016-10-06 Tom Tromey <tom@tromey.com>
7778
7779 * gdb.compile/compile.exp: Change java tests to rust.
7780 * gdb.base/setshow.exp: Change java tests to rust.
7781 * gdb.base/default.exp: Remove java from language list.
7782 * README (Examples): Update language example.
7783 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7784 test.
7785 * lib/gdb.exp (skip_java_tests): Remove.
7786 * lib/java.exp: Remove.
7787 * gdb.java: Remove.
7788
7789 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7790
7791 * gdb.arch/mips-fcr.exp: New test.
7792 * gdb.arch/mips-fcr.c: Source for the new test.
7793
7794 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7795
7796 * gdb.base/solib-disc.exp: Use `standard_output_file'
7797 throughout.
7798
7799 2016-10-06 Pedro Alves <palves@redhat.com>
7800
7801 * gdb.base/jit-simple-dl.c: New file.
7802 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7803 * gdb.base/jit-simple.c: ... this.
7804 * gdb.base/jit-simple.exp (jit_run): Delete.
7805 (build_jit): New proc.
7806 (jit_test_reread): Recompile either the main program or the shared
7807 library, depending on what is being tested. Skip changing address
7808 if caller wants to. Compare before/after addresses. If testing
7809 standalone, explicitly load the binary. Test "maint info
7810 breakpoints".
7811 (top level): Add "standalone vs shared lib" and "change address"
7812 vs "same address" axes.
7813
7814 2016-10-06 Pedro Alves <palves@redhat.com>
7815
7816 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7817 call.
7818 (jit_run): Delete.
7819 (jit_test_reread): Use with_test_prefix. Reload the main binary
7820 explicitly. Compare the before/after addresses of the JIT
7821 descriptor.
7822
7823 2016-08-15 Doug Evans <dje@google.com>
7824
7825 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7826 for single bitfields is bool.
7827 * gdb.xml/tdesc-regs.exp: Ditto.
7828
7829 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7830
7831 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7832
7833 2016-10-05 Yao Qi <yao.qi@linaro.org>
7834
7835 * lib/gdb.exp (support_complex_tests): Return zero if
7836 gdb_skip_float_test return true.
7837
7838 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7839 Simon Marchi <simon.marchi@ericsson.com>
7840
7841 PR gdb/20487
7842 * gdb.mi/user-selected-context-sync.exp: New file.
7843 * gdb.mi/user-selected-context-sync.c: New file.
7844
7845 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7846 Simon Marchi <simon.marchi@ericsson.com>
7847
7848 PR gdb/20487
7849 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7850 =thread-select-event check.
7851
7852 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7853
7854 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7855 the compulsory L operand changes.
7856 * gdb.arch/powerpc-power.s: Likewise.
7857
7858 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7859
7860 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7861 * gdb.base/jit-attach-pie.c: New file.
7862 * gdb.base/jit-attach-pie.exp: New file.
7863
7864 2016-09-28 Pedro Alves <palves@redhat.com>
7865
7866 * gdb.base/infcall-input.c: New file.
7867 * gdb.base/infcall-input.exp: New file.
7868
7869 2016-09-22 Yao Qi <yao.qi@linaro.org>
7870
7871 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7872 (gdb_exit): Rename it to ...
7873 (gdbserver_gdb_exit): ... Close GDBserver.
7874 (gdb_exit): New proc, call gdbserver_gdb_exit.
7875 (mi_gdb_exit): Likewise.
7876
7877 2016-09-22 Yao Qi <yao.qi@linaro.org>
7878
7879 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7880 path.
7881 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7882 Remove duplication.
7883
7884 2016-09-22 Yao Qi <yao.qi@linaro.org>
7885
7886 * lib/gdbserver-support.exp: Check the existence of
7887 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7888
7889 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7890
7891 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7892
7893 2016-09-21 Tom Tromey <tom@tromey.com>
7894
7895 PR gdb/20604:
7896 * gdb.base/quit.exp: New file.
7897
7898 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7899
7900 * .gitignore: New file.
7901
7902 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7903
7904 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7905 throughout.
7906
7907 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7908
7909 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7910
7911 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7912
7913 * gdb.cp/casts.cc (decltype): Move it ...
7914 (main): ... with its call to ...
7915 * gdb.cp/casts03.cc: ... a new file.
7916 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7917
7918 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7919
7920 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7921
7922 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7923
7924 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7925 and sync up the test with tests in gas/testsuite/gas/ppc.
7926 * gdb.arch/powerpc-power.exp: Likewise.
7927
7928 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7929
7930 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7931
7932 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7933 Jan Kratochvil <jan.kratochvil@redhat.com>
7934
7935 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7936 make m1's definition to be different from m2's. Use 'dummy' as an
7937 argument for probe 'two'.
7938
7939 2016-09-10 Jon Beniston <jon@beniston.com>
7940
7941 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7942 for sim target.
7943
7944 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7945
7946 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7947 variable declaration.
7948 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7949 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7950 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7951 received HWCAP as its argument.
7952
7953 2016-09-06 Pedro Alves <palves@redhat.com>
7954
7955 * gdb.base/new-ui-pending-input.c: New file.
7956 * gdb.base/new-ui-pending-input.exp: New file.
7957 * gdb.exp (clear_gdb_spawn_id): New procedure.
7958 (with_spawn_id): Check whether gdb_spawn_id exists before
7959 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7960 on exit.
7961
7962 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7963
7964 * gdb.base/float128.c: New file.
7965 * gdb.base/float128.exp: Likewise.
7966 * gdb.base/floatn.c: Likewise.
7967 * gdb.base/floatn.exp: Likewise.
7968
7969 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7970
7971 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7972
7973 2016-09-05 Pedro Alves <palves@redhat.com>
7974
7975 PR backtrace/19927
7976 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7977 unwinders are immediately called as side effect of "source" or
7978 "disable unwinder" commands.
7979 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7980
7981 2016-09-02 Yao Qi <yao.qi@linaro.org>
7982
7983 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7984 is true and $type is "float" or "double".
7985
7986 2016-09-02 Yao Qi <yao.qi@linaro.org>
7987
7988 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7989 true.
7990 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7991 * gdb.base/call-rt-st.exp: Likewise.
7992 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7993 return value instead of gdb,skip_float_test.
7994 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7995 (do_function_calls): Use its return value instead of
7996 gdb,skip_float_test.
7997 * gdb.base/finish.exp: Likewise.
7998 * gdb.base/funcargs.exp: Likewise.
7999 * gdb.base/return.exp: Likewise.
8000 * gdb.base/return2.exp: Likewise.
8001 * gdb.base/varargs.exp: Likewise.
8002 * lib/gdb.exp (gdb_skip_float_test): Change it to
8003 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8004
8005 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8006
8007 * gdb.multi/tids.exp: Test "thread apply all".
8008
8009 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8010
8011 * gdb.base/default.exp (tty): Remove.
8012
8013 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8014
8015 * gdb.python/py-recurse-unwind.c: New file.
8016 * gdb.python/py-recurse-unwind.py: New file.
8017 * gdb.python/py-recurse-unwind.exp: New file.
8018
8019 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8020
8021 * gdb.base/set-inferior-tty.exp: New file.
8022 * gdb.base/set-inferior-tty.c: New file.
8023
8024 2016-08-23 Pedro Alves <palves@redhat.com>
8025
8026 PR gdb/20494
8027 * gdb.base/new-ui-echo.c: New file.
8028 * gdb.base/new-ui-echo.exp: New file.
8029
8030 2016-08-23 Yao Qi <yao.qi@linaro.org>
8031
8032 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8033 gdbserver_spawn.
8034 * gdb.server/connect-without-multi-process.exp (do_test):
8035 Likewise.
8036
8037 2016-08-23 Yao Qi <yao.qi@linaro.org>
8038
8039 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8040 standalone_txt. Delete gdb_txt and standalone_txt on host
8041 and target. Spawn the binary on target. Copy files from
8042 target to host.
8043
8044 2016-08-22 Pedro Alves <palves@redhat.com>
8045
8046 PR gdb/20505
8047 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8048 with_test_prefix. Factor out bits to ...
8049 (test_no_vdso): ... this new procedure.
8050
8051 2016-08-19 Carl Love <cel@us.ibm.com>
8052
8053 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8054 maintaining separate logic for constructing the output path.
8055 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8056 * gdb.arch/ppc-dfp.exp: Likewise.
8057 * gdb.arch/ppc-fp.exp: Likewise.
8058 * gdb.arch/vsx-regs.exp: Likewise.
8059 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8060 binprefix for generating the additional binary files.
8061
8062 2016-08-19 Pedro Alves <palves@redhat.com>
8063
8064 * gdb.trace/mi-trace-frame-collected.exp
8065 (test_trace_frame_collected): On x32, expect two registers.
8066
8067 2016-08-18 Carl Love <cel@us.ibm.com>
8068
8069 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8070 and sync up the test with tests in gas/testsuite/gas/ppc.
8071 * gdb.arch/powerpc-power.exp: Likewise.
8072
8073 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8074
8075 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8076 expected error message.
8077
8078 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8079
8080 * gdb.multi/remove-inferiors.exp: New file.
8081 * gdb.multi/remove-inferiors.c: New file.
8082
8083 2016-08-12 Yao Qi <yao.qi@linaro.org>
8084
8085 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8086 argument list.
8087
8088 2016-08-10 Pedro Alves <palves@redhat.com>
8089
8090 PR gdb/19187
8091 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8092 setup_kfails.
8093
8094 2016-08-09 Pedro Alves <palves@redhat.com>
8095 Simon Marchi <simon.marchi@ericsson.com>
8096
8097 PR gdb/20418
8098 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8099 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8100
8101 2016-08-09 Pedro Alves <palves@redhat.com>
8102
8103 PR mi/20431
8104 * gdb.mi/mi-cmd-error.exp: New file.
8105
8106 2016-08-09 Pedro Alves <palves@redhat.com>
8107
8108 PR gdb/18653
8109 * gdb.base/signals-state-child.c: New file.
8110 * gdb.base/signals-state-child.exp: New file.
8111 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8112
8113 2016-08-09 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8116
8117 2016-08-03 Tom Tromey <tom@tromey.com>
8118
8119 PR python/18565:
8120 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8121
8122 2016-08-01 Yao Qi <yao.qi@linaro.org>
8123
8124 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8125 variable mode to "multi-process" if $multi_process is 1, otherwise
8126 set it to "single-process".
8127
8128 2016-08-01 Yao Qi <yao.qi@linaro.org>
8129
8130 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8131 * gdb.cp/cpexprs.exp: Likewise.
8132 * gdb.cp/m-static.exp: Likewise.
8133
8134 2016-07-26 Tom Tromey <tom@tromey.com>
8135
8136 PR python/20190:
8137 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8138 test.
8139
8140 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8141
8142 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8143 selecting assembly source files.
8144 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8145 assembly source files.
8146 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8147 assembly source files.
8148 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8149 selecting assembly source files.
8150
8151 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8152
8153 * gdb.base/new-ui.exp (do_test_invalid_args): New
8154 procedure.
8155
8156 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8157
8158 * gdb.btrace/reconnect.c: New file.
8159 * gdb.btrace/reconnect.exp: New file.
8160
8161 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8162
8163 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8164 to test_catch_syscall_group.
8165 (test_catch_syscall_group): New.
8166
8167 2016-07-21 Tom Tromey <tom@tromey.com>
8168
8169 * gdb.rust/simple.rs (main): Use empty struct expression.
8170 * gdb.rust/simple.exp: Add tests for empty struct expression.
8171
8172 2016-07-21 Yao Qi <yao.qi@linaro.org>
8173
8174 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8175 if gdb_skip_xml_test is true on some targets.
8176
8177 2016-07-21 Yao Qi <yao.qi@linaro.org>
8178
8179 * gdb.server/solib-list.exp: Unset last_loaded_file.
8180
8181 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8182
8183 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8184 "step into captured_main (args)".
8185
8186 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8187
8188 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8189
8190 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8191
8192 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8193
8194 2016-07-19 Pedro Alves <palves@redhat.com>
8195
8196 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8197 * gdb.opt/inline-bt.exp: Likewise.
8198 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8199 additional_flags=-Winline.
8200 * gdb.opt/inline-locals.exp: Likewise.
8201 * gdb.opt/inline-markers.c (ATTR): Define.
8202 (inlined_fn): Use it.
8203
8204 2016-07-19 Yao Qi <yao.qi@linaro.org>
8205
8206 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8207 (test_with_self): Remove some code. Remove argument executable.
8208 (top-level): Use do_self_tests.
8209
8210 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8211 Don Breazeal <donb@codesourcery.com>
8212
8213 * gdb.base/maint.exp: Escape paths used in regular expressions.
8214 * gdb.stabs/weird.exp: Likewise.
8215
8216 2016-07-13 Tom Tromey <tom@tromey.com>
8217
8218 PR python/15620, PR python/18620:
8219 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8220 (test_bkpt_events): New procs.
8221
8222 2016-07-13 Tom Tromey <tom@tromey.com>
8223
8224 PR python/17698:
8225 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8226 test.
8227 (test_watchpoints): Likewise.
8228 (test_bkpt_pending): New proc.
8229
8230 2016-07-13 Tom Tromey <tom@tromey.com>
8231
8232 PR cli/18053:
8233 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8234 completion test.
8235
8236 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8237
8238 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8239 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8240 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8241 f_label.
8242 (g): Rename g_end_lbl to g_label.
8243 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8244 low_pc and high_pc.
8245 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8246
8247 2016-07-12 Tom Tromey <tom@tromey.com>
8248
8249 PR python/19293:
8250 * gdb.python/py-unwind-maint.exp: Update tests.
8251
8252 2016-07-12 Yao Qi <yao.qi@linaro.org>
8253
8254 * lib/selftest-support.exp (selftest_setup): Match the output
8255 when captured_main is inlined.
8256
8257 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8258
8259 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8260 New variables.
8261 (print this%a, print this%b, print this): New tests.
8262 * gdb.fortran/derived-types.f90 (this): New object and
8263 initialization.
8264
8265 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8266
8267 * gdb.ada/arraydim.exp: Remove extra directory level in build
8268 directory.
8269
8270 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8271
8272 * lib/ada.exp: Remove extra directory level in build directory.
8273 * gdb.ada/cond_lang.exp: Likewise.
8274 * gdb.ada/exec_changed.exp: Likewise.
8275 * gdb.ada/lang_switch.exp: Likewise.
8276
8277 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8278
8279 * simple.rs: Add test for raw pointer subscripting.
8280 * simple.exp: Add test expectations.
8281
8282 2016-07-05 Yao Qi <yao.qi@linaro.org>
8283
8284 * gdb.mi/mi-reverse.exp: Match =record-started output.
8285
8286 2016-07-01 Pedro Alves <palves@redhat.com>
8287
8288 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8289 procedure.
8290 (jit_reader_test): Test the jit reader's unwinder.
8291 * gdb.base/jithost.c (jit_function_00_code): New global.
8292 (main): Use memcpy to fill in the mmapped code, instead of poking
8293 bytes manually here.
8294 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8295 value.
8296 (read_debug_info): Save the function's range.
8297 (read_sp): New function.
8298 (unwind_frame): Use it. Also unwind RBP.
8299 (get_frame_id): Use read_sp.
8300 (gdb_init_reader): Use calloc instead of malloc.
8301 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8302 parameter. Use gdb_test_multiple.
8303
8304 2016-07-01 Pedro Alves <palves@redhat.com>
8305 Antoine Tremblay <antoine.tremblay@ericsson.com>
8306
8307 * gdb.threads/process-dies-while-detaching.c: New file.
8308 * gdb.threads/process-dies-while-detaching.exp: New file.
8309
8310 2016-07-01 Pedro Alves <palves@redhat.com>
8311
8312 * gdb.multi/watchpoint-multi-exit.c: New file.
8313 * gdb.multi/watchpoint-multi-exit.exp: New file.
8314
8315 2016-06-30 Pedro Alves <palves@redhat.com>
8316
8317 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8318 unset inferior_spawn_id.
8319
8320 2016-06-30 Pedro Alves <palves@redhat.com>
8321
8322 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8323 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8324
8325 2016-06-29 Yao Qi <yao.qi@linaro.org>
8326
8327 * gdb.base/return.c: Add copyright header.
8328
8329 2016-06-29 Tom Tromey <tom@tromey.com>
8330
8331 PR python/20129:
8332 * gdb.python/py-framefilter.exp: Add tests for setting priority
8333 and disabling of non-existent frame filter.
8334
8335 2016-06-29 Yao Qi <yao.qi@linaro.org>
8336
8337 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8338 0x0f07ff.
8339
8340 2016-06-28 Yao Qi <yao.qi@linaro.org>
8341
8342 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8343 triplets. Start gdb, execute catch syscall, and continue. Check
8344 gdb's output to determine catch syscall is supported.
8345
8346 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8347
8348 * gdb.rust/simple.rs: Add test for returning unit in a function.
8349 * gdb.rust/simple.exp: Add expectation for functions returning
8350 unit.
8351
8352 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8353
8354 * gdb.python/py-breakpoint-create-fail.c,
8355 gdb.python/py-breakpoint-create-fail.exp,
8356 gdb.python/py-breakpoint-create-fail.py: New testcase.
8357
8358 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8359
8360 PR gdb/20239
8361 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8362 * gdb.rust/simple.exp: Add test expectations for new NonZero
8363 tests.
8364
8365 2016-06-24 David Taylor <dtaylor@emc.com>
8366
8367 * gdb.base/offsets.exp: New file.
8368 * gdb.base/offsets.c: New file.
8369
8370 2016-06-23 Tom Tromey <tom@tromey.com>
8371
8372 PR gdb/16483:
8373 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8374 before any filters are loaded.
8375
8376 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8377
8378 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8379 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8380 structs.
8381 * gdb.fortran/derived-type-function.exp: New file.
8382 * gdb.fortran/derived-type-function.f90: New file.
8383
8384
8385 2016-06-21 Pedro Alves <palves@redhat.com>
8386
8387 * gdb.base/new-ui.exp: New file.
8388 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8389 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8390 (with_spawn_id): New procedure.
8391
8392 2016-06-21 Pedro Alves <palves@redhat.com>
8393
8394 * gdb.mi/mi-exec-run.exp: New file.
8395
8396 2016-06-21 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8399 breakpoint command's output on the main UI.
8400 (test_break): New procedure, factored out from calls in the top
8401 level.
8402 (top level): Use foreach_with_prefix to test MI as main UI and as
8403 separate UI.
8404
8405 2016-06-21 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8408 (test_awatch_creation_and_listing)
8409 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8410 Remove 'type' parameter.
8411 (test_watchpoint_all): New parameter mi_mode. Remove
8412 with_test_prefix.
8413 (top level): Use foreach_with_prefix, and add main/separate UI MI
8414 testing axis.
8415
8416 2016-06-21 Pedro Alves <palves@redhat.com>
8417
8418 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8419 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8420 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8421 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8422 (gdb_main_spawn_id, mi_spawn_id): Declare and
8423 comment.
8424 (mi_create_inferior_pty): New procedure,
8425 factored out from default_mi_gdb_start.
8426 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8427 procedures.
8428 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8429 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8430 Use mi_create_inferior_pty.
8431 (mi_gdb_start): Use eval to pass down args list.
8432
8433 2016-06-21 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8436 * gdb.opt/inline-cmds.exp: Add MI tests.
8437
8438 2016-06-21 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8441
8442 2016-06-21 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8445 (top level): Use it instead of mi_execute_to.
8446
8447 2016-06-21 Pedro Alves <palves@redhat.com>
8448
8449 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8450 (cont_handler_str): New.
8451 (signal_stop_handler): Set stop_handler_str instead of printing to
8452 stdout.
8453 (continue_handler): Set cont_handler_str instead of printing to
8454 stdout.
8455 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8456 mi_send_resuming_command. Print stop_handler_str and
8457 cont_handler_str instead of expecting the python events print
8458 directly.
8459
8460 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8461
8462 * gdb.base/jit-reader.exp: New file.
8463 * gdb.base/jithost.c: New file.
8464 * gdb.base/jithost.h: New file.
8465 * gdb.base/jitreader.c : New file.
8466 * gdb.base/jit-protocol.h: New file.
8467
8468 2016-06-17 Yao Qi <yao.qi@linaro.org>
8469
8470 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8471 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8472 and detach-on-fork. Adjust tests.
8473 (top level): Invoke break_cond_on_syscall with combinations of
8474 syscall, follow-fork-mode and detach-on-fork.
8475
8476 2016-06-17 Yao Qi <yao.qi@linaro.org>
8477
8478 * gdb.base/step-over-exit.c: New.
8479 * gdb.base/step-over-exit.exp: New.
8480
8481 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8482
8483 * gdb.base/float.exp: Add target check for nds32*-*-*.
8484 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8485
8486 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8487
8488 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8489 for unsupported target features.
8490 * gdb.base/call-rt-st.exp: Likewise.
8491 * gdb.base/call-sc.exp: Likewise.
8492 * gdb.base/call-signal-resume.exp: Likewise.
8493 * gdb.base/call-strs.exp: Likewise.
8494 * gdb.base/callexit.exp: Likewise.
8495 * gdb.base/callfuncs.exp: Likewise.
8496 * gdb.base/nodebug.exp: Likewise.
8497 * gdb.base/printcmds.exp: Likewise.
8498 * gdb.base/ptype.exp: Likewise.
8499 * gdb.base/structs.exp: Likewise.
8500 * gdb.base/unwindonsignal.exp: Likewise.
8501 * gdb.cp/gdb2495.exp: Likewise.
8502 * gdb.cp/templates.exp: Likewise.
8503 * gdb.cp/virtfunc.exp: Likewise.
8504 * gdb.threads/hand-call-in-threads.exp: Likewise.
8505 * gdb.threads/interrupted-hand-call.exp: Likewise.
8506 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8507
8508 2016-06-10 Tom Tromey <tom@tromey.com>
8509
8510 PR rust/20110:
8511 * gdb.rust/expr.exp: Add test for integer constant larger than
8512 i32.
8513
8514 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8515
8516 * gdb.fortran/nested-funcs.exp: New.
8517 * gdb.fortran/nested-funcs.f90: New.
8518
8519 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8520
8521 * gdb.base/examine-backward.c: New file.
8522 * gdb.base/examine-backward.exp: New file.
8523
8524 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8525
8526 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8527 matching.
8528
8529 2016-06-02 Tom Tromey <tom@tromey.com>
8530
8531 PR python/18984:
8532 * gdb.python/py-shared.exp: Add solib_name test.
8533
8534 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8535
8536 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8537
8538 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8539
8540 PR c++/19893
8541 * gdb.dwarf2/implref.exp: Rename to...
8542 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8543 * gdb.dwarf2/implref-array.c: New file.
8544 * gdb.dwarf2/implref-array.exp: Likewise.
8545 * gdb.dwarf2/implref-global.c: Likewise.
8546 * gdb.dwarf2/implref-global.exp: Likewise.
8547 * gdb.dwarf2/implref-struct.c: Likewise.
8548 * gdb.dwarf2/implref-struct.exp: Likewise.
8549
8550 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8551
8552 * gdb.trace/trace-condition.exp: Add 64bit tests.
8553
8554 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8555
8556 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8557 bits types.
8558 (main): Adapt to 8 to 64 bits types.
8559 * gdb.trace/trace-condition.exp: Add new tests.
8560
8561 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8562
8563 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8564
8565 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8566
8567 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8568 Move condition tests...
8569 * gdb.trace/trace-condition.exp: Here.
8570
8571 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8572
8573 * gdb.trace/trace-condition.exp: Add counter-case tests.
8574
8575 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8576
8577 PR c++/15231
8578 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8579 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8580
8581 2016-05-27 Pedro Alves <palves@redhat.com>
8582
8583 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8584 New procedure.
8585 (top level): Call it, and bail out of DejaGnu is known to be bad.
8586
8587 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8588
8589 * gdb.base/whatis.c: Extend the test case.
8590 * gdb.base/whatis.exp: Add additional tests.
8591
8592 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8593
8594 * gdb.fortran/type.f90: Add pointer variable.
8595 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8596
8597 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8598
8599 * gdb.fortran/vla-type.exp: Fix testcase name.
8600
8601 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8602
8603 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8604
8605 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8606
8607 * gdb.fortran/type.f90: Add nested structures.
8608 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8609 * gdb.fortran/derived-type.exp: Adapt expected output.
8610 * gdb.fortran/vla-type.exp: Adapt expected output.
8611
8612 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8613
8614 * gdb.fortran/whatis_type.exp: Adapt expected output.
8615
8616 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8617
8618 * gdb.fortran/print_type.exp: Fix expected output.
8619 * gdb.fortran/whatis_type.exp: Fix expected output.
8620
8621 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8622
8623 * gdb.fortran/whatis_type.exp: Use multi_line.
8624
8625 2016-05-24 Tom Tromey <tom@tromey.com>
8626
8627 PR python/17386:
8628 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8629 use value as an index.
8630
8631 2016-05-23 Tom Tromey <tom@tromey.com>
8632
8633 PR python/17981:
8634 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8635 no-breakpoint case.
8636
8637 2016-05-24 Pedro Alves <palves@redhat.com>
8638
8639 PR gdb/19828
8640 * gdb.threads/clone-attach-detach.c: New file.
8641 * gdb.threads/clone-attach-detach.exp: New file.
8642
8643 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8644
8645 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8646
8647 2016-05-23 Tom Tromey <tom@tromey.com>
8648
8649 PR python/19438, PR python/18393:
8650 * gdb.python/py-progspace.exp: Add "dir" test.
8651 * gdb.python/py-objfile.exp: Add "dir" test.
8652
8653 2016-05-23 Yao Qi <yao.qi@linaro.org>
8654
8655 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8656 * gdb.arch/thumb2-it.exp: Likewise.
8657
8658 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8659
8660 * gdb.mi/mi-threads-interrupt.c: New file.
8661 * gdb.mi/mi-threads-interrupt.exp: New file.
8662
8663 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8664
8665 PR gdb/18077
8666 * gdb.mi/mi-async-run.exp: New file.
8667 * gdb.mi/mi-async-run.c: New file.
8668
8669 2016-05-17 Tom Tromey <tom@tromey.com>
8670 Manish Goregaokar <manishsmail@gmail.com>
8671
8672 * lib/rust-support.exp: New file.
8673 * lib/gdb.exp (skip_rust_tests): New proc.
8674 (build_executable_from_specs): Handle rust.
8675 * lib/future.exp (gdb_find_rustc): New proc.
8676 (gdb_default_target_compile): Handle rust.
8677 * gdb.rust/expr.exp: New file.
8678 * gdb.rust/generics.exp: New file.
8679 * gdb.rust/generics.rs: New file.
8680 * gdb.rust/methods.exp: New file.
8681 * gdb.rust/methods.rs: New file.
8682 * gdb.rust/modules.exp: New file.
8683 * gdb.rust/modules.rs: New file.
8684 * gdb.rust/simple.exp: New file.
8685 * gdb.rust/simple.rs: New file.
8686
8687 2016-05-17 Tom Tromey <tom@tromey.com>
8688
8689 * gdb.base/default.exp (set language): Add rust.
8690
8691 2016-05-17 Tom Tromey <tom@tromey.com>
8692
8693 * gdb.gdb/unittest.exp: New file.
8694
8695 2016-05-16 Yao Qi <yao.qi@linaro.org>
8696
8697 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8698 shell_prompt. Update shell_prompt_re.
8699
8700 2016-05-12 Doug Evans <dje@google.com>
8701
8702 PR symtab/19999
8703 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8704 $options when building executable.
8705 * gdb.dwarf2/fission-loclists-pie.S: New file.
8706 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8707
8708 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8709
8710 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8711 of [is_remote target],
8712
8713 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8714
8715 * lib/gdb.exp (use_gdb_stub): New procedure.
8716
8717 2016-05-03 Yunlian Jiang <yunlian@google.com>
8718 Doug Evans <dje@google.com>
8719
8720 PR symtab/19914
8721 * gdb.dwarf2/dwp-sepdebug.c: New file.
8722 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8723
8724 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8725
8726 * gdb.base/detach.exp: Remove is_remote check.
8727
8728 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8729
8730 * gdb.base/annota-input-while-running.exp: Don't check for
8731 [is_remote target]. Enable annotations after running to main.
8732 Remove unused "set test..." line.
8733
8734 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8735
8736 * gdb.trace/trace-enable-disable.exp: New file.
8737 * gdb.trace/trace-enable-disable.c: New file.
8738
8739 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8740
8741 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8742 use it in info sharedlibrary test.
8743 * gdb.trace/ftrace-lock.exp: Likewise.
8744 * gdb.trace/ftrace.exp: Likewise.
8745 * gdb.trace/range-stepping.exp: Likewise.
8746 * gdb.trace/trace-break.exp: Likewise.
8747 * gdb.trace/trace-condition.exp: Likewise.
8748 * gdb.trace/trace-mt.exp: Likewise.
8749
8750 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8751
8752 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8753 (gdb_load_shlib): ... this.
8754 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8755 gdb_load_shlib.
8756 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8757 * gdb.base/ctxobj.exp: Likewise.
8758 * gdb.base/dprintf-pending.exp: Likewise.
8759 * gdb.base/dso2dso.exp: Likewise.
8760 * gdb.base/fixsection.exp: Likewise.
8761 * gdb.base/gcore-relro.exp: Likewise.
8762 * gdb.base/gdb1555.exp: Likewise.
8763 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8764 * gdb.base/gnu-ifunc.exp: Likewise.
8765 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8766 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8767 * gdb.base/pending.exp: Likewise.
8768 * gdb.base/print-file-var.exp: Likewise.
8769 * gdb.base/print-symbol-loading.exp: Likewise.
8770 * gdb.base/shlib-call.exp: Likewise.
8771 * gdb.base/shreloc.exp: Likewise.
8772 * gdb.base/so-impl-ld.exp: Likewise.
8773 * gdb.base/solib-disc.exp: Likewise.
8774 * gdb.base/solib-nodir.exp: Likewise.
8775 * gdb.base/solib-overlap.exp: Likewise.
8776 * gdb.base/solib-symbol.exp: Likewise.
8777 * gdb.base/solib-weak.exp (do_test): Likewise.
8778 * gdb.base/sym-file.exp: Likewise.
8779 * gdb.base/symtab-search-order.exp: Likewise.
8780 * gdb.base/type-opaque.exp: Likewise.
8781 * gdb.base/unload.exp: Likewise.
8782 * gdb.base/watchpoint-solib.exp: Likewise.
8783 * gdb.compile/compile.exp: Likewise.
8784 * gdb.cp/gdb2384.exp: Likewise.
8785 * gdb.cp/infcall-dlopen.exp: Likewise.
8786 * gdb.cp/re-set-overloaded.exp: Likewise.
8787 * gdb.fortran/library-module.exp: Likewise.
8788 * gdb.opt/solib-intra-step.exp: Likewise.
8789 * gdb.python/py-finish-breakpoint.exp: Likewise.
8790 * gdb.python/py-shared.exp: Likewise.
8791 * gdb.reverse/solib-precsave.exp: Likewise.
8792 * gdb.reverse/solib-reverse.exp: Likewise.
8793 * gdb.server/solib-list.exp: Likewise.
8794 * gdb.threads/dlopen-libpthread.exp: Likewise.
8795 * gdb.threads/tls-shared.exp: Likewise.
8796 * gdb.threads/tls-so_extern.exp: Likewise.
8797 * gdb.trace/change-loc.exp: Likewise.
8798 * gdb.trace/ftrace-lock.exp: Likewise.
8799 * gdb.trace/ftrace.exp: Likewise.
8800 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8801 * gdb.trace/pending.exp: Likewise.
8802 * gdb.trace/range-stepping.exp: Likewise.
8803 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8804 (strace_info_marker): Likewise.
8805 (strace_probe_marker): Likewise.
8806 (strace_trace_on_same_addr): Likewise.
8807 (strace_trace_on_diff_addr): Likewise.
8808 * gdb.trace/trace-break.exp: Likewise.
8809 * gdb.trace/trace-condition.exp: Likewise.
8810 * gdb.trace/trace-mt.exp: Likewise.
8811
8812 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8813
8814 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8815 result of gdb_remote_download.
8816 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8817 * gdb.base/dso2dso.exp: Likewise.
8818 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8819 * gdb.base/print-file-var.exp: Likewise.
8820 * gdb.base/shlib-call.exp: Likewise.
8821 * gdb.base/shreloc.exp: Likewise.
8822 * gdb.base/solib-overlap.exp: Likewise.
8823 * gdb.base/solib-weak.exp (do_test): Likewise.
8824 * gdb.base/unload.exp: Likewise.
8825
8826 2016-04-27 Yao Qi <yao.qi@linaro.org>
8827
8828 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8829 exists.
8830
8831 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8832
8833 * vla-type.exp: Print structure from toplevel.
8834
8835 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8836
8837 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8838 of dynamic types.
8839 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8840 of dynamic types.
8841
8842 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8843
8844 * gdb.fortran/vla-type.f90: New file.
8845 * gdb.fortran/vla-type.exp: New file.
8846
8847 2016-04-25 Yao Qi <yao.qi@linaro.org>
8848
8849 * gdb.base/branch-to-self.c: New file.
8850 * gdb.base/branch-to-self.exp: New file.
8851
8852 2016-04-22 Yao Qi <yao.qi@linaro.org>
8853
8854 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8855 more after $hex.
8856
8857 2016-04-22 Yao Qi <yao.qi@linaro.org>
8858
8859 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8860 * gdb.base/annota3.exp: Likewise.
8861
8862 2016-04-22 Yao Qi <yao.qi@linaro.org>
8863
8864 * gdb.reverse/step-precsave.exp: Do one step and test program
8865 stops in "callee" and do multiple steps until program goes out
8866 of "callee".
8867 * gdb.reverse/step-reverse.exp: Likewise.
8868
8869 2016-04-22 Yao Qi <yao.qi@linaro.org>
8870
8871 * gdb.trace/signal.exp: Also pass if
8872 $tracepoint_hits($i) > $iterations.
8873
8874 2016-04-22 Yao Qi <yao.qi@linaro.org>
8875
8876 * gdb.trace/signal.c: New file.
8877 * gdb.trace/signal.exp: New file.
8878
8879 2016-04-19 Doug Evans <xdje42@gmail.com>
8880
8881 * gdb.base/bad-file.exp: New file.
8882
8883 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8884
8885 * gdb.dwarf2/implref.exp: New file.
8886
8887 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8888
8889 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8890 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8891 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8892 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8893 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8894 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8895 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8896 * lib/fortran.exp (fortran_int4): New procedure.
8897 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8898 (fortran_logical4): Likewise.
8899
8900 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8901
8902 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8903
8904 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8905
8906 * lib/compiler.c: Add Intel specific preprocessor macros.
8907 * lib/compiler.cc: Likewise.
8908
8909 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8910
8911 * gdb.server/connect-with-no-symbol-file.c: New file.
8912 * gdb.server/connect-with-no-symbol-file.exp: New file.
8913
8914 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8915
8916 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8917
8918 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8919
8920 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8921 standard output directory.
8922
8923 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8924
8925 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8926
8927 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8928
8929 * gdb.btrace/instruction_history.c (loop): Add declaration.
8930
8931 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8932
8933 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8934
8935 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8936
8937 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8938 parentheses to print.
8939 (continue_handler): Likewise.
8940
8941 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8942
8943 * gdb.server/solib-list.exp: Remove is_remote check.
8944 Pass shlib= to gdb_compile. Don't link shared library with
8945 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8946 Run binary filename through "readlink -f" on the target.
8947
8948 2016-04-08 Pedro Alves <palves@redhat.com>
8949
8950 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8951 interpreter filename as argument to gdbserver_spawn.
8952 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8953 Return empty if $last_loaded_file does not exist.
8954
8955 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8956
8957 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8958 * gdb.base/jit-main.c: Use exit after usage.
8959
8960 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8961
8962 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8963 GDBHISTSIZE prior to the tests.
8964 * gdb.base/gdbinit-history.exp: Likewise.
8965
8966 2016-04-07 Pedro Alves <palves@redhat.com>
8967
8968 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8969 instead of build_executable. Use gdb_load_shlibs.
8970
8971 2016-04-07 Yao Qi <yao.qi@linaro.org>
8972
8973 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8974 Execute "si" command.
8975
8976 2016-04-07 Yao Qi <yao.qi@linaro.org>
8977
8978 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8979 number instead of the comments on some line.
8980
8981 2016-04-06 Don Breazeal <donb@codesourcery.com>
8982
8983 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8984 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8985
8986 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8987
8988 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8989 standard_output_file. Remove unused binfile variable.
8990
8991 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8992
8993 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8994 * gdb.python/py-mi-objfile.exp: Match "list main" output
8995 in console format.
8996
8997 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8998
8999 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9000 absolute.
9001
9002 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9003
9004 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9005 absolute.
9006 * gdb.trace/ftrace.exp: Likewise.
9007 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9008 targets as well.
9009 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9010 (gdb_load_shlibs): Copy libraries to test directory when testing
9011 natively. Only set solib-search-path if testing remotely.
9012 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9013
9014 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9015
9016 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9017 gdb_download. Use it even if the target is not remote.
9018 * gdb.base/jit.exp (compile_jit_test): Likewise.
9019 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9020 output directory if the destination board is local, otherwise use
9021 the standard remote_download from DejaGnu.
9022 (gdb_download): Remove.
9023 (gdb_load_shlibs): Use gdb_remote_download instead of
9024 gdb_download.
9025 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9026 Use gdb_remote_download instead of gdb_download. Use it even if
9027 the target is not remote.
9028 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9029 instead of gdb_download.
9030
9031 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9032
9033 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9034 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9035 run.
9036
9037 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9038
9039 PR gdb/19820
9040 * gdb.base/printcmds.exp: Add artificial arrays tests.
9041
9042 2016-03-31 Pedro Alves <palves@redhat.com>
9043
9044 PR gdb/19858
9045 * gdb.base/jit-main.c: Include unistd.h.
9046 (ATTACH): Define to 0 if not already defined.
9047 (wait_for_gdb, mypid): New globals.
9048 (WAIT_FOR_GDB): New macro.
9049 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9050 some breakpoint locations.
9051 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9052 New procedures.
9053 (one_jit_test): Add REATTACH parameter, and handle it. Use
9054 continue_to_test_location.
9055 (top level): Test attach, and adjusts calls to one_jit_test.
9056
9057 2016-03-31 Pedro Alves <palves@redhat.com>
9058
9059 PR gdb/19858
9060 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9061 BINSUFFIX parameter, and handle it.
9062 (top level): Adjust calls compile_jit_test.
9063
9064 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9065
9066 PR python/19743
9067 * gdb.python/py-mi-events-gdb.py: New file.
9068 * gdb.python/py-mi-events.c: New file.
9069 * gdb.python/py-mi-events.exp: New file.
9070
9071 2016-03-30 Yao Qi <yao.qi@linaro.org>
9072
9073 * gdb.reverse/until-precsave.exp: Match function name only.
9074 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9075 Move malloc to a condition block.
9076 * gdb.reverse/until-reverse.exp: Match function name only.
9077
9078 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9079
9080 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9081 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9082 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9083 variable for GPR 0 instead of assuming it is register 0.
9084 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9085 * lib/trace-support.exp: Add s390 registers.
9086
9087 2016-03-29 Yao Qi <yao.qi@linaro.org>
9088
9089 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9090
9091 2016-03-24 Yao Qi <yao.qi@linaro.org>
9092
9093 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9094 test message.
9095
9096 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9097
9098 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9099 maintaining separate logic for constructing the output path.
9100
9101 2016-03-16 Don Breazeal <donb@codesourcery.com>
9102
9103 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9104 Retry fork and waitpid on interrupted system call errors.
9105 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9106 Use with_timeout_factor to increase timeout by factor of 10.
9107
9108 2016-03-15 Don Breazeal <donb@codesourcery.com>
9109
9110 * gdb.cp/scope-err.cc: New test program.
9111 * gdb.cp/scope-err.exp: New test script.
9112 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9113 lines and "set breakpoint here" comment.
9114 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9115 Fixed some whitespace and format issues.
9116 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9117 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9118
9119 2016-03-15 Doug Evans <dje@google.com>
9120
9121 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9122 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9123 All callers updated. Add tests for enums, mixed flags register.
9124
9125 2016-03-15 Doug Evans <dje@google.com>
9126
9127 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9128 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9129
9130 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9131
9132 * gdb.base/default.exp: Add $_as_string to the list of expected
9133 convenience functions.
9134
9135 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9136
9137 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9138
9139 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9140
9141 * gdb.python/py-as-string.exp: New file.
9142 * gdb.python/py-as-string.c: New file.
9143
9144 2016-03-09 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9147 signal" -> "Thread NN received signal" output change.
9148 * gdb.threads/ia64-sigill.exp: Likewise.
9149 * gdb.threads/linux-dp.exp: Likewise.
9150 * gdb.threads/manythreads.exp: Likewise.
9151 * gdb.threads/pending-step.exp: Likewise.
9152 * gdb.threads/print-threads.exp: Likewise.
9153 * gdb.threads/sigstep-threads.exp: Likewise.
9154 * gdb.threads/staticthreads.exp: Likewise.
9155 * gdb.threads/tls.exp: Likewise.
9156
9157 2016-03-09 Pedro Alves <palves@redhat.com>
9158
9159 * gdb.base/command-line-input.exp: New file.
9160
9161 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9162
9163 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9164 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9165 * gdb.trace/pending.exp: Accept leading dot before function name.
9166 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9167 * lib/trace-support.exp: Set registers for ppc.
9168
9169 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9170
9171 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9172 use it for disassembly; accept .main in addition to main in backtrace.
9173
9174 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9175 Marcin Kościelnicki <koriakin@0x04.net>
9176
9177 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9178 (gdb_recursion_test_ptr): New global variable.
9179 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9180 gdb_recursion_test.
9181 (gdb_c_test): Ditto.
9182
9183 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9184
9185 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9186 ordering.
9187
9188 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9189
9190 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9191 (bar): Add bar_start_lbl label.
9192 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9193 of foo/bar for emitting DWARF and tracing.
9194
9195 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9196
9197 * analyze-racy-logs.py: Set executable bit.
9198
9199 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9200
9201 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9202 (CHECK_TARGET_TMP): Likewise.
9203 (check-single-racy): New rule.
9204 (check-parallel-racy): Likewise.
9205 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9206 (do-check-parallel-racy): New rule.
9207 (check-racy/%.exp): Likewise.
9208 * README (Racy testcases): New section.
9209 * analyze-racy-logs.py: New file.
9210
9211 2016-03-03 Doug Evans <dje@google.com>
9212
9213 * gdb.base/skip.exp: Use with_test_prefix.
9214
9215 2016-03-03 Yao Qi <yao.qi@linaro.org>
9216
9217 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9218 Invoke step_over_syscall "clone" and break_cond_on_syscall
9219 "clone".
9220 * gdb.base/step-over-clone.c: New file.
9221
9222 2016-03-03 Yao Qi <yao.qi@linaro.org>
9223
9224 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9225 code format.
9226
9227 2016-03-03 Yao Qi <yao.qi@linaro.org>
9228
9229 * gdb.base/disp-step-fork.c: Rename to ...
9230 * gdb.base/step-over-fork.c: ... it. New file.
9231 * gdb.base/disp-step-vfork.c: Rename to ...
9232 * gdb.base/step-over-vfork.c: ... it. New file.
9233 * gdb.base/disp-step-syscall.exp: Rename to ...
9234 * gdb.base/step-over-syscall.exp: ... it. New file.
9235 (disp_step_cross_syscall): Rename to ...
9236 (step_over_syscall): ... it.
9237
9238 2016-03-03 Yao Qi <yao.qi@linaro.org>
9239
9240 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9241 If target supports condition evaluation on target, invoke
9242 break_cond_on_syscall for fork and vfork.
9243
9244 2016-03-03 Yao Qi <yao.qi@linaro.org>
9245
9246 * gdb.base/disp-step-syscall.exp: Don't invoke
9247 support_displaced_stepping.
9248 (disp_step_cross_syscall): Test with displaced stepping off and
9249 on if supported.
9250
9251 2016-03-03 Yao Qi <yao.qi@linaro.org>
9252
9253 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9254 proc.
9255 (setup): New proc.
9256 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9257 and setup.
9258
9259 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9260
9261 * gdb.fortran/vla-history.exp: Remove breakpoint.
9262
9263 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9264
9265 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9266 exceeds timeout.
9267
9268 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9269
9270 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9271 breakpoint.
9272
9273 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9274
9275 * gdb.mi/vla.f90: Nullify pointer after declaration.
9276
9277 2016-03-01 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9280
9281 2016-03-01 Pedro Alves <palves@redhat.com>
9282
9283 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9284 before anything else.
9285 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9286 _GNU_SOURCE here.
9287 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9288 before anything else.
9289 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9290
9291 2016-03-01 Pedro Alves <palves@redhat.com>
9292
9293 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9294
9295 2016-03-01 Yao Qi <yao.qi@linaro.org>
9296
9297 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9298 prepare_for_testing.
9299
9300 2016-03-01 Yao Qi <yao.qi@linaro.org>
9301
9302 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9303
9304 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9305
9306 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9307 manually constructing the output path.
9308
9309 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9310
9311 * gdb.arch/s390-stackless.S: New.
9312 * gdb.arch/s390-stackless.exp: New.
9313
9314 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9315
9316 * gdb.dlang/circular.c: New file.
9317 * gdb.dlang/circular.exp: New file.
9318
9319 2016-02-26 Yao Qi <yao.qi@linaro.org>
9320
9321 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9322 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9323 (testcases): Update.
9324
9325 2016-02-26 Yao Qi <yao.qi@linaro.org>
9326
9327 * gdb.reverse/aarch64.c: Rename to ...
9328 * gdb.reverse/insn-reverse.c: ... it.
9329 * gdb.reverse/aarch64.exp: Rename to ...
9330 * gdb.reverse/insn-reverse.exp: ... it.
9331
9332 2016-02-26 Yao Qi <yao.qi@linaro.org>
9333
9334 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9335 (testcase_ftype): New.
9336 (testcases): New array.
9337 (n_testcases): New.
9338 (main): Call each element in testcases.
9339 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9340 (read_testcase): New.
9341 Do the tests in a loop.
9342
9343 2016-02-25 Yao Qi <yao.qi@linaro.org>
9344
9345 * gdb.base/branches.c: Remove.
9346
9347 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9348
9349 PR gdb/13808
9350 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9351
9352 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9353
9354 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9355
9356 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9357
9358 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9359 change x86_64 call_insn to 'callq'.
9360
9361 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9362
9363 * gdb.trace/tfile-avx.c: Move to...
9364 * gdb.trace/tracefile-pseudo-reg.c: Here.
9365 * gdb.trace/tfile-avx.exp: Move to...
9366 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9367
9368 2016-02-24 Gary Benson <gbenson@redhat.com>
9369
9370 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9371 message on attach.
9372
9373 2016-02-23 Doug Evans <dje@google.com>
9374
9375 * gdb.base/skip.c (test_skip): New function.
9376 (end_test_skip_file_and_function): New function.
9377 (test_skip_file_and_function): New function.
9378 * gdb.base/skip1.c (test_skip): New function.
9379 (skip1_test_skip_file_and_function): New function.
9380 * gdb.base/skip.exp: Add tests for new skip options.
9381 * gdb.base/skip-solib.exp: Update expected output.
9382 * gdb.perf/skip-command.cc: New file.
9383 * gdb.perf/skip-command.exp: New file.
9384 * gdb.perf/skip-command.py: New file.
9385
9386 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9387
9388 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9389 info registers pattern.
9390
9391 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9392
9393 * lib/future.exp: Add D support.
9394 (gdb_find_gdc): New proc.
9395 (gdb_default_target_compile): Add D support.
9396
9397 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9398
9399 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9400 user+system time.
9401 (trace_speed_test): Determine the iteration count for a time
9402 between 15..30 seconds.
9403
9404 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9405
9406 * gdb.arch/i386-mpx-sigsegv.c: New file.
9407 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9408 * gdb.arch/i386-mpx-simple_segv.c: New file.
9409 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9410
9411 2016-02-18 Yao Qi <yao.qi@linaro.org>
9412
9413 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9414 Don't call setup_kfail.
9415
9416 2016-02-18 Yao Qi <yao.qi@linaro.org>
9417
9418 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9419 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9420
9421 2016-02-16 Doug Evans <dje@google.com>
9422
9423 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9424 * gdb.base/skip1.c: Ditto.
9425 * gdb.base/skip.exp: Whitespace cleanup.
9426
9427 2016-02-16 Don Breazeal <donb@codesourcery.com>
9428
9429 PR remote/19496
9430 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9431 Remove kfail for PR remote/19496.
9432
9433 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9434
9435 * lib/gdb.exp (standard_temp_file): Return a path specific to
9436 the runtest invocation.
9437
9438 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9439
9440 * gdb.trace/save-trace.exp: Change relative path to be in the
9441 standard output directory.
9442
9443 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9444
9445 * gdb.arch/i386-prologue.c: Add missing prototypes.
9446
9447 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9448
9449 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9450 * gdb.arch/i386-prologue.exp: Likewise.
9451 * gdb.arch/i386-size.exp: Likewise.
9452
9453 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9454
9455 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9456 define object file path.
9457 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9458 file path.
9459 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9460 standard_output_file to define binfile.
9461
9462 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9463
9464 Fix compatibility with recent gfortran-5.3.1.
9465 * gdb.fortran/vla-history.exp (print vla1 allocated)
9466 (print vla2 allocated, print $2, print $3): Remove
9467 (print $4): Rename to ...
9468 (print $2): ... here.
9469 (print $9): Rename to ...
9470 (print $5): ... here.
9471 (print $10): Rename to ...
9472 (print $6): ... here.
9473 * gdb.fortran/vla.f90: Add pvla initialization.
9474
9475 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9476
9477 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9478 New test.
9479 * gdb.fortran/vla-value-sub.exp: Likewise.
9480
9481 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9482
9483 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9484
9485 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9486
9487 * i386-biarch-core.exp: Define corefile using
9488 standard_output_file.
9489
9490 2016-02-12 Yao Qi <yao.qi@linaro.org>
9491
9492 * gdb.arch/arm-single-step-kernel-helper.c: New.
9493 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9494
9495 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9496
9497 * gdb.btrace/tailcall-only.exp: New.
9498 * gdb.btrace/tailcall-only.c: New.
9499 * gdb.btrace/x86_64-tailcall-only.S: New.
9500 * gdb.btrace/i686-tailcall-only.S: New.
9501
9502 2016-02-11 Pedro Alves <palves@redhat.com>
9503
9504 * README (Parallel testing): Add missing double quotes.
9505
9506 2016-02-11 Pedro Alves <palves@redhat.com>
9507
9508 * README (Parallel testing): New section.
9509 (GDB_PARALLEL): Rewrite.
9510 (FORCE_PARALLEL): Document.
9511
9512 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9513
9514 * gdb.trace/tfile-avx.c: New test.
9515 * gdb.trace/tfile-avx.exp: New test.
9516
9517 2016-02-09 Keith Seitz <keiths@redhat.com>
9518
9519 PR breakpoints/19546
9520 * gdb.base/infcall-exec.c: New file.
9521 * gdb.base/infcall-exec2.c: New file.
9522 * gdb.base/infcall-exec.exp: New file.
9523
9524 2016-02-09 Keith Seitz <keiths@redhat.com>
9525
9526 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9527 (toplevel): Call test_bkpt_address.
9528
9529 2016-02-09 Keith Seitz <keiths@redhat.com>
9530
9531 PR python/19506
9532 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9533 (toplevel): Call test_bkpt_address.
9534
9535 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9536
9537 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9538 to AC_OUTPUT.
9539 * configure: Regenerate.
9540
9541 2016-02-09 Pedro Alves <palves@redhat.com>
9542
9543 PR breakpoints/19548
9544 * gdb.base/execl-update-breakpoints.c (some_function): New
9545 function.
9546 (main): Call it.
9547 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9548 Tighten expected GDB output.
9549
9550 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9551
9552 * Makefile.in (ALL_SUBDIRS): Remove.
9553 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9554 (distclean maintainer-clean realclean): Likewise.
9555 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9556 * configure: Regenerate.
9557 * gdb.ada/Makefile.in: Delete.
9558 * gdb.arch/Makefile.in: Likewise.
9559 * gdb.asm/Makefile.in: Likewise.
9560 * gdb.base/Makefile.in: Likewise.
9561 * gdb.btrace/Makefile.in: Likewise.
9562 * gdb.cell/Makefile.in: Likewise.
9563 * gdb.compile/Makefile.in: Likewise.
9564 * gdb.cp/Makefile.in: Likewise.
9565 * gdb.disasm/Makefile.in: Likewise.
9566 * gdb.dlang/Makefile.in: Likewise.
9567 * gdb.dwarf2/Makefile.in: Likewise.
9568 * gdb.fortran/Makefile.in: Likewise.
9569 * gdb.gdb/Makefile.in: Likewise.
9570 * gdb.go/Makefile.in: Likewise.
9571 * gdb.guile/Makefile.in: Likewise.
9572 * gdb.java/Makefile.in: Likewise.
9573 * gdb.linespec/Makefile.in: Likewise.
9574 * gdb.mi/Makefile.in: Likewise.
9575 * gdb.modula2/Makefile.in: Likewise.
9576 * gdb.multi/Makefile.in: Likewise.
9577 * gdb.objc/Makefile.in: Likewise.
9578 * gdb.opencl/Makefile.in: Likewise.
9579 * gdb.opt/Makefile.in: Likewise.
9580 * gdb.pascal/Makefile.in: Likewise.
9581 * gdb.perf/Makefile.in: Likewise.
9582 * gdb.python/Makefile.in: Likewise.
9583 * gdb.reverse/Makefile.in: Likewise.
9584 * gdb.server/Makefile.in: Likewise.
9585 * gdb.stabs/Makefile.in: Likewise.
9586 * gdb.threads/Makefile.in: Likewise.
9587 * gdb.trace/Makefile.in: Likewise.
9588 * gdb.xml/Makefile.in: Likewise.
9589 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9590 GDB_PARALLEL.
9591 (standard_output_file): Remove check for GDB_PARALLEL, always
9592 return path in outputs/$subdir/$testname.
9593
9594 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9595
9596 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9597 (site.exp): Assign abs_srcdir to tcl's srcdir.
9598
9599 2016-02-04 Yao Qi <yao.qi@linaro.org>
9600
9601 * gdb.base/foll-exec-mode.c: Include limits.h.
9602 (main): Add parameters argc and argv. Get directory from
9603 argv[0].
9604 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9605 compilation.
9606 * gdb.base/foll-exec.c: Include limits.h.
9607 (main): Add parameters argc and argv.
9608 Get directory from argv[0].
9609 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9610 Adjust tests on the number of lines as source code changed.
9611 * gdb.base/foll-vfork-exit.c: Include limits.h.
9612 (main): Add one line of statement before vfork.
9613 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9614 (main): Add parameters argc and argv. Get directory from
9615 argv[0].
9616 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9617 (setup_gdb): Set tbreak to skip some source lines.
9618 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9619 (main): Add parameters argc and argv. Get directory from
9620 argv[0].
9621 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9622 compilation.
9623 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9624 (main): Add parameters argc and argv. Get directory from
9625 argv[0].
9626 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9627 compilation.
9628
9629 2016-02-01 Doug Evans <dje@google.com>
9630
9631 * gdb.base/skip.exp: Clean up multiple references to same test name.
9632
9633 2016-02-01 Pedro Alves <palves@redhat.com>
9634
9635 PR remote/19496
9636 * gdb.threads/forking-threads-plus-breakpoint.exp
9637 (displaced_stepping_supported): New global.
9638 (probe_displaced_stepping_support): New procedure.
9639 (do_test): Add 'displaced' parameter, and use it.
9640 (top level): Check for displaced stepping support. Add displaced
9641 stepping on/off testing axis.
9642
9643 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9644
9645 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9646 pointer. Don't perform further tests on the unassociated pointer
9647 if the first test fails.
9648
9649 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9650
9651 * gdb.base/max-value-size.c: New file.
9652 * gdb.base/max-value-size.exp: New file.
9653 * gdb.base/huge.exp: Disable max-value-size for this test.
9654
9655 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9656
9657 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9658
9659 2016-01-28 Yao Qi <yao.qi@linaro.org>
9660
9661 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9662
9663 2016-01-25 Pedro Alves <palves@redhat.com>
9664
9665 PR threads/19461
9666 * gdb.base/fork-running-state.c: New file.
9667 * gdb.base/fork-running-state.exp: New file.
9668
9669 2016-01-25 Pedro Alves <palves@redhat.com>
9670
9671 PR gdb/19494
9672 * gdb.base/catch-fork-kill.c: New file.
9673 * gdb.base/catch-fork-kill.exp: New file.
9674
9675 2016-01-25 Pedro Alves <palves@redhat.com>
9676
9677 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9678 Delete, moved to lib/gdb.exp.
9679 * gdb.threads/forking-threads-plus-breakpoint.exp
9680 (foreach_with_prefix): Likewise.
9681 * gdb.threads/process-dies-while-handling-bp.exp
9682 (foreach_with_prefix): Likewise.
9683 * lib/gdb.exp (foreach_with_prefix): New procedure.
9684
9685 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9686
9687 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9688 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9689
9690 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9691
9692 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9693 endian targets.
9694
9695 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9696 Pedro Alves <palves@redhat.com>
9697
9698 Fix testsuite compatibility with Guile.
9699 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9700 number.
9701
9702 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9703
9704 Fix testsuite compatibility with Guile.
9705 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9706 (thread 1): New test for backtrace through signal handler.
9707
9708 2016-01-22 Yao Qi <yao.qi@linaro.org>
9709
9710 PR testsuite/19491
9711 * gdb.base/multi-forks.c: Include
9712 ../lib/unbuffer_output.c
9713 (main): Call gdb_unbuffer_output.
9714
9715 2016-01-21 Doug Evans <dje@google.com>
9716
9717 * lib/ada.exp (gdb_compile_ada): Fix typo.
9718
9719 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9720
9721 * gdb.base/break-fun-addr.exp: New file.
9722 * gdb.base/break-fun-addr1.c: New file.
9723 * gdb.base/break-fun-addr2.c: New file.
9724
9725 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9726
9727 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9728 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9729 enum flag values.
9730
9731 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9732
9733 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9734 when GDB can not set the vector return value. Add more comments
9735 for clarification.
9736
9737 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9738
9739 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9740 command.
9741
9742 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9743
9744 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9745
9746 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9747
9748 * Makefile.in (check-single): Pass --status to runtest.
9749 (check/%.exp): Likewise.
9750
9751 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9752
9753 * Makefile.in (check-parallel): Propagate return code from make
9754 do-check-parallel.
9755
9756 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9757
9758 * gdb.trace/ftrace.exp: Fix expected message on continue.
9759 * gdb.trace/pending.exp: Fix expected message on continue.
9760 * gdb.trace/trace-break.exp: Fix expected message on continue.
9761
9762 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9763
9764 * lib/gdb.exp (gdb_test): Remove unused global references.
9765
9766 2016-01-18 Pedro Alves <palves@redhat.com>
9767
9768 * gdb.base/async-shell.exp: Adjust expected output.
9769 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9770 * gdb.base/siginfo-thread.exp: Adjust expected output.
9771 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9772 * gdb.java/jnpe.exp: Adjust expected output.
9773 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9774 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9775 * gdb.threads/leader-exit.exp: Adjust expected output.
9776 * gdb.threads/manythreads.exp: Adjust expected output.
9777 * gdb.threads/pthreads.exp: Adjust expected output.
9778 * gdb.threads/schedlock.exp: Adjust expected output.
9779 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9780 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9781 expected output.
9782 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9783 output.
9784 * gdb.threads/sigthread.exp: Adjust expected output.
9785 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9786
9787 2016-01-18 Yao Qi <yao.qi@linaro.org>
9788
9789 * gdb.guile/scm-section-script.c: Replace @progbits with
9790 %progbits.
9791 * gdb.python/py-section-script.c: Likewise.
9792
9793 2016-01-15 Pedro Alves <palves@redhat.com>
9794
9795 * gdb.multi/tids.exp: Test star wildcard ranges.
9796
9797 2016-01-15 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9800 command from "thread apply" invocation.
9801 (thr_apply_info_thr_invalid): Default the expected output to the
9802 input tid list.
9803 (top level): Add tests that use convenience variables. Add tests
9804 for "thread apply" with a valid TID list, but missing the command.
9805
9806 2016-01-13 Pedro Alves <palves@redhat.com>
9807
9808 * gdb.base/default.exp: Expect $_gthread as well.
9809 * gdb.multi/tids.exp: Test $_gthread.
9810 * gdb.threads/thread-specific.exp: Test $_gthread.
9811
9812 2016-01-13 Pedro Alves <palves@redhat.com>
9813
9814 * gdb.multi/tids.exp: Test "info threads -gid".
9815
9816 2016-01-13 Pedro Alves <palves@redhat.com>
9817
9818 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9819 Breakpoint.thread.
9820 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9821
9822 2016-01-07 Pedro Alves <palves@redhat.com>
9823
9824 * gdb.base/break.exp: Adjust to output changes.
9825 * gdb.base/hbreak2.exp: Likewise.
9826 * gdb.base/sepdebug.exp: Likewise.
9827 * gdb.base/watch_thread_num.exp: Likewise.
9828 * gdb.linespec/keywords.exp: Likewise.
9829 * gdb.multi/info-threads.exp: Likewise.
9830 * gdb.threads/thread-find.exp: Likewise.
9831 * gdb.multi/tids.c: New file.
9832 * gdb.multi/tids.exp: New file.
9833
9834 2016-01-13 Pedro Alves <palves@redhat.com>
9835
9836 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9837
9838 2016-01-13 Pedro Alves <palves@redhat.com>
9839
9840 * gdb.base/default.exp: Expect $_inferior as well.
9841 * gdb.multi/base.exp: Test $_inferior.
9842
9843 2016-01-13 Pedro Alves <palves@redhat.com>
9844
9845 PR breakpoints/19388
9846 * gdb.base/catch-signal-siginfo-cond.c: New file.
9847 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9848
9849 2016-01-12 Josh Stone <jistone@redhat.com>
9850 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9851
9852 * gdb.base/catch-syscall.c (do_execve): New variable.
9853 (main): Conditionally trigger an execve.
9854 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9855 (test_catch_syscall_execve): New, check entry/return across execve.
9856 (do_syscall_tests): Call test_catch_syscall_execve.
9857
9858 2016-01-12 Pedro Alves <palves@redhat.com>
9859
9860 * gdb.base/random-signal.exp (do_test): New procedure, with body
9861 of testcase moved in.
9862
9863 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9864 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.base/funcargs.exp (finish from indirectly called function):
9867 Reintroduce the case for 'First'.
9868
9869 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9870 Pedro Alves <palves@redhat.com>
9871
9872 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9873 (tcatch_vfork_then_child_follow_exec)
9874 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9875 identification.
9876
9877 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9878
9879 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9880 and repeats to unlimited.
9881 * gdb.python/py-value.exp: Likewise.
9882 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9883 and repeats to unlimited.
9884
9885 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9886
9887 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9888 and reordering the functions.
9889 * gdb.multi/hangout.c: Likewise.
9890 * gdb.multi/hello.c: Likewise.
9891
9892 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9893
9894 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9895 absolute.
9896 (SingleStatisticTestResult.report): Use dict.keys instead of
9897 dict.iterkeys.
9898
9899 2016-01-06 Pedro Alves <palves@redhat.com>
9900
9901 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9902
9903 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9904
9905 * gdb.btrace/dlopen.exp: New.
9906 * gdb.btrace/dlopen.c: New.
9907 * gdb.btrace/dlopen-dso.c: New.
9908
9909 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9910
9911 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9912 PATTERN argument is optional.
9913
9914 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9915
9916 * lib/ada.exp (target_compile_ada_from_dir): New function.
9917 (gdb_compile_ada): Reimplement avoiding the use of project files.
9918 * gdb.ada/gnat_ada.gpr: Delete.
9919 * gdb.ada/cond_lang.exp: Adjust test to make path before
9920 filename optional.
9921 * gdb.ada/small_reg_param.exp: Likewise.
9922
9923 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9924
9925 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9926
9927 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9928
9929 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9930 case.
9931
9932 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9933
9934 * gdb.base/break.exp: Remove dead code.
9935 * gdb.base/sepdebug.exp: Likewise.
9936
9937 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9938
9939 * gdb.asm/asm-source.exp: Remove HP-UX references.
9940 * gdb.base/annota1.exp: Likewise.
9941 * gdb.base/annota3.exp: Likewise.
9942 * gdb.base/attach.exp: Likewise.
9943 * gdb.base/bigcore.exp: Likewise.
9944 * gdb.base/break.exp: Likewise.
9945 * gdb.base/call-ar-st.exp: Likewise.
9946 * gdb.base/callfuncs.exp: Likewise.
9947 * gdb.base/catch-fork-static.exp: Likewise.
9948 * gdb.base/display.exp: Likewise.
9949 * gdb.base/foll-exec-mode.exp: Likewise.
9950 * gdb.base/foll-exec.exp: Likewise.
9951 * gdb.base/foll-fork.exp: Likewise.
9952 * gdb.base/foll-vfork.exp: Likewise.
9953 * gdb.base/funcargs.exp: Likewise.
9954 * gdb.base/hbreak2.exp: Likewise.
9955 * gdb.base/inferior-died.exp: Likewise.
9956 * gdb.base/interrupt.exp: Likewise.
9957 * gdb.base/multi-forks.exp: Likewise.
9958 * gdb.base/nodebug.exp: Likewise.
9959 * gdb.base/sepdebug.exp: Likewise.
9960 * gdb.base/solib1.c: Likewise.
9961 * gdb.base/step-test.exp: Likewise.
9962 * gdb.mi/non-stop.c: Likewise.
9963 * gdb.mi/pthreads.c: Likewise.
9964 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9965 * gdb.threads/pthreads.c: Likewise.
9966 * gdb.threads/staticthreads.exp: Likewise.
9967 * lib/future.exp: Likewise.
9968 * lib/gdb.exp: Likewise.
9969 * gdb.base/so-indr-cl.c: Remove.
9970 * gdb.base/so-indr-cl.exp: Likewise.
9971 * gdb.base/solib.c: Likewise.
9972 * gdb.base/solib.exp: Likewise.
9973 * gdb.base/solib2.c: Likewise.
9974
9975 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9976
9977 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9978 * gdb.base/call-ar-st.exp: Likewise.
9979 * gdb.base/callfuncs.exp: Likewise.
9980 * gdb.base/condbreak.exp: Likewise.
9981 * gdb.base/constvars.exp: Likewise.
9982 * gdb.base/hbreak2.exp: Likewise.
9983 * gdb.base/langs.exp: Likewise.
9984 * gdb.base/list.exp: Likewise.
9985 * gdb.base/long_long.exp: Likewise.
9986 * gdb.base/ptype.exp: Likewise.
9987 * gdb.base/scope.exp: Likewise.
9988 * gdb.base/signals.exp: Likewise.
9989 * gdb.base/so-impl-ld.exp: Likewise.
9990 * gdb.base/varargs.exp: Likewise.
9991 * gdb.base/volatile.exp: Likewise.
9992 * gdb.base/whatis.exp: Likewise.
9993 * gdb.cp/cplusfuncs.exp: Likewise.
9994 * gdb.cp/inherit.exp: Likewise.
9995 * gdb.cp/local.exp: Likewise.
9996 * gdb.cp/member-ptr.exp: Likewise.
9997 * gdb.cp/method.exp: Likewise.
9998 * gdb.cp/overload.exp: Likewise.
9999 * gdb.cp/templates.exp: Likewise.
10000 * gdb.stabs/weird.exp: Likewise.
10001 * lib/compiler.c: Likewise.
10002 * lib/compiler.cc: Likewise.
10003 * lib/cp-support.exp: Likewise.
10004 * lib/gdb.exp: Likewise.
10005
10006 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10007
10008 * configure.ac: Remove HP-UX case.
10009 * configure: Regenerate.
10010
10011 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10012
10013 * lib/gdb.exp (gdb_compile): Add function doc.
10014
10015 2015-12-17 Pedro Alves <palves@redhat.com>
10016
10017 PR threads/19354
10018 * gdb.multi/info-threads.exp: New file.
10019
10020 2015-12-15 Yao Qi <yao.qi@linaro.org>
10021
10022 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10023 is aarch64*-*-*.
10024
10025 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10026
10027 * gdb.base/history-duplicates.exp: Skip if no readline support.
10028
10029 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10030
10031 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10032
10033 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10034
10035 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10036
10037 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10038
10039 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10040 ctrl-C if nointerrupts target property is set.
10041 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10042 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10043 * gdb.base/paginate-bg-execution.exp: Likewise.
10044 * gdb.base/paginate-execution-startup.exp: Likewise.
10045 * gdb.base/random-signal.exp: Likewise.
10046 * gdb.base/range-stepping.exp: Likewise.
10047 * gdb.cp/annota2.exp: Likewise.
10048 * gdb.cp/annota3.exp: Likewise.
10049 * gdb.gdb/selftest.exp: Likewise.
10050 * gdb.threads/continue-pending-status.exp: Likewise.
10051 * gdb.threads/leader-exit.exp: Likewise.
10052 * gdb.threads/manythreads.exp: Likewise.
10053 * gdb.threads/pthreads.exp: Likewise.
10054 * gdb.threads/schedlock.exp: Likewise.
10055 * gdb.threads/sigthread.exp: Likewise.
10056
10057 2015-12-11 Don Breazeal <donb@codesourcery.com>
10058
10059 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10060 remote.
10061 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10062 * gdb.base/foll-exec.exp (main): Enable for target remote.
10063 * gdb.base/foll-fork.exp (main): Likewise.
10064 * gdb.base/foll-vfork.exp (main): Likewise.
10065 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10066 (proc continue_to_exit_bp_loc): Use clean_restart.
10067 * gdb.base/pie-execl.exp (main): Disable for target remote.
10068 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10069 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10070 * gdb.threads/execl.exp (main): Likewise.
10071 * gdb.threads/fork-child-threads.exp (main): Likewise.
10072 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10073 remote.
10074 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10075 remote.
10076 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10077 pid.tid style ptids, instead of just tid.
10078 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10079 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10080 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10081 ptids, instead of just tid.
10082
10083 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10084
10085 * gdb.base/list.exp (test_list_forward): Add end of file error
10086 test.
10087 (test_repeat_list_command): Add end of file error test.
10088 (test_list_backwards): Add beginning of file error test.
10089
10090 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10091
10092 * gdb.base/list.exp (test_list_invalid_args): New function,
10093 defined, and called.
10094
10095 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10096
10097 * gdb.base/list.exp (test_list): Make test names unique.
10098
10099 2015-12-11 Yao Qi <yao.qi@linaro.org>
10100
10101 * gdb.base/coremaker2.c: Remove.
10102
10103 2015-12-10 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.multi/base.exp: Remove stale "spaces" references.
10106
10107 2015-12-10 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.multi/base.exp: Don't use nowarnings.
10110 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10111 * gdb.multi/hangout.c: Include stdio.h.
10112 * gdb.multi/hello.c: Include stdlib.h.
10113 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10114 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10115 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10116
10117 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10118
10119 * gdb.dwarf2/dw2-ranges-base.c: New file.
10120 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10121 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10122 support additional line table, and debug ranges generation.
10123 (Dwarf::ranges): New function, generate .debug_ranges.
10124 (Dwarf::lines): Support generating simple line table programs.
10125 (Dwarf::assemble): Initialise new namespace variables.
10126
10127 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10128
10129 * gdb.base/async.exp (proc test_background): Add case for
10130 asynchronous execution not supported.
10131
10132 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10133
10134 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10135 format and change test names to make them unique.
10136
10137 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10138 Pedro Alves <pedro@redhat.com>
10139
10140 PR gdb/18702
10141 Add checking of floatformats setup on x86_64 hosts.
10142 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10143 (smallval, bigval): New labels/constants.
10144 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10145 float" after loading bigval and smallval.
10146
10147 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10148
10149 * gdb.ada/fun_overload_menu.exp: New testcase.
10150 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10151
10152 2015-12-04 Josh Stone <jistone@redhat.com>
10153
10154 * gdb.base/catch-fork-static.exp: New.
10155
10156 2015-12-03 Yao Qi <yao.qi@linaro.org>
10157
10158 * gdb.base/sizeof.c: Don't include stdio.h and
10159 ../lib/unbuffer_output.c.
10160 (main): New variable 'size' and 'value'. Remove printf and
10161 gdb_unbuffer_output. Assign return value to size and value.
10162 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10163 at the beginning.
10164 (check_sizeof): Check the result by printing variable 'size'.
10165 (check_valueof): Check the result by printing variable 'value'.
10166
10167 2015-12-01 Yao Qi <yao.qi@linaro.org>
10168
10169 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10170 for aarch64*-*-linux* target.
10171
10172 2015-11-30 Pedro Alves <palves@redhat.com>
10173
10174 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10175
10176 2015-11-30 Pedro Alves <palves@redhat.com>
10177
10178 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10179 Handle non-stop mode vCont replies.
10180
10181 2015-11-30 Pedro Alves <palves@redhat.com>
10182
10183 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10184 prepare_for_testing. Start gdb with "set non-stop on" appended to
10185 GDBFLAGS. Lax expected stop output.
10186
10187 2015-11-27 Yao Qi <yao.qi@linaro.org>
10188
10189 * gdb.arch/arm-neon.exp: New.
10190 * gdb.arch/arm-neon.c: New.
10191
10192 2015-11-27 Yao Qi <yao.qi@linaro.org>
10193
10194 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10195
10196 2015-11-27 Yao Qi <yao.qi@linaro.org>
10197
10198 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10199 frames-invalid annotation.
10200
10201 2015-11-27 Yao Qi <yao.qi@linaro.org>
10202
10203 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10204
10205 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10206
10207 * gdb.threads/names.exp: New file.
10208 * gdb.threads/names.c: New file.
10209 * README: Mention gdb,no_thread_names.
10210
10211 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10212
10213 PR 19297
10214 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10215 support" error.
10216
10217 2015-11-24 Pedro Alves <palves@redhat.com>
10218
10219 PR 17539
10220 * gdb.base/display.exp: Expect displays to be sorted in ascending
10221 order. Use multi_line.
10222 * gdb.base/solib-display.exp: Likewise.
10223
10224 2015-11-24 Pedro Alves <palves@redhat.com>
10225
10226 PR 17539
10227 * gdb.base/display.exp: Expect displays to be sorted in ascending
10228 order. Use multi_line.
10229 * gdb.base/solib-display.exp: Likewise.
10230
10231 2015-11-24 Pedro Alves <palves@redhat.com>
10232
10233 PR 17539
10234 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10235 threads in ascending order.
10236 * gdb.base/foll-fork.exp: Likewise.
10237 * gdb.base/foll-vfork.exp: Likewise.
10238 * gdb.base/multi-forks.exp: Likewise.
10239 * gdb.mi/mi-nonstop.exp: Likewise.
10240 * gdb.mi/mi-nsintrall.exp: Likewise.
10241 * gdb.multi/base.exp: Likewise.
10242 * gdb.multi/multi-arch.exp: Likewise.
10243 * gdb.python/py-inferior.exp: Likewise.
10244 * gdb.threads/break-while-running.exp: Likewise.
10245 * gdb.threads/execl.exp: Likewise.
10246 * gdb.threads/gcore-thread.exp: Likewise.
10247 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10248 * gdb.threads/kill.exp: Likewise.
10249 * gdb.threads/linux-dp.exp: Likewise.
10250 * gdb.threads/multiple-step-overs.exp: Likewise.
10251 * gdb.threads/next-bp-other-thread.exp: Likewise.
10252 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10253 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10254 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10255 * gdb.threads/thread-find.exp: Likewise.
10256 * gdb.threads/tls.exp: Likewise.
10257 * lib/mi-support.exp (mi_reverse_list): Delete.
10258 (mi_check_thread_states): No longer reverse list.
10259
10260 2015-11-24 Pedro Alves <palves@redhat.com>
10261
10262 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10263 use lowercase.
10264
10265 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10266
10267 * gdb.trace/actions.c: Include trace-common.h.
10268 (main): Add a location for a fast tracepoint.
10269 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10270 the normal tracepoints.
10271 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10272
10273 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10274
10275 * save-trace.exp: Factor out code to these...
10276 (gdb_save_tracepoints): New.
10277 (gdb_load_tracepoints): New.
10278 (do_save_load_test): New.
10279
10280 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10281
10282 * gdb.base/asmlabel.exp: New test.
10283 * gdb.base/asmlabel.c: New test case.
10284
10285 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10286
10287 * gdb.base/wrong_frame_bt_full-main.c: New file.
10288 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10289 * gdb.base/wrong_frame_bt_full.exp: New file.
10290
10291 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10292
10293 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10294
10295 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10296
10297 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10298 pstate register when comparing registers values in
10299 sparc64-*-linux-gnu targets to avoid spurious differences.
10300
10301 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10302
10303 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10304
10305 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10306
10307 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10308 as type argument to gdb_compile.
10309 * gdb.base/nested-subp2.exp: Likewise.
10310 * gdb.base/nested-subp3.exp: Likewise.
10311
10312 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10313
10314 * lib/dwarf.exp (_note): Fix left shift of negative value.
10315 * gdb.trace/trace-condition.exp: Likewise.
10316
10317 2015-11-13 Yao Qi <yao.qi@linaro.org>
10318
10319 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10320 comments about d10v.
10321 (test_scalar_returns): Likewise.
10322 * gdb.base/d10v.ld: Remove.
10323 * gdb.base/overlays.exp: Remove the target triplet checking for
10324 d10v-*-*.
10325 * gdb.base/structs.exp (test_struct_returns): Remove the
10326 comments about d10v.
10327 (test_struct_calls): Likewise.
10328
10329 2015-11-13 Yao Qi <yao.qi@linaro.org>
10330
10331 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10332 * gdb.base/gnu_vector.c: Don't include stdio.h.
10333 (main): Don't print res and call add_some_intvecs.
10334
10335 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10336
10337 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10338 macro.
10339 (func5): Removed.
10340 (func4): Use FAST_TRACEPOINT_LABEL.
10341 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10342 macro.
10343 (func): Removed.
10344 (thread_function): Use FAST_TRACEPOINT_LABEL.
10345 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10346 (func): Remove.
10347 (marker): Use FAST_TRACEPOINT_LABEL.
10348 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10349 (pendfunc1): Remove.
10350 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10351 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10352 (foo): Remove.
10353 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10354 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10355 macro.
10356 (func): Remove.
10357 (marker): Use FAST_TRACEPOINT_LABEL.
10358 * gdb.trace/trace-common.h: New header.
10359 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10360 macro.
10361 (func): Remove.
10362 (marker): Use FAST_TRACEPOINT_LABEL.
10363 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10364 (func): Remove.
10365 (thread_function): Use FAST_TRACEPOINT_LABEL.
10366
10367 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10368
10369 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10370 in front.
10371 * gdb.trace/change-loc.exp: Use global pcreg definition.
10372 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10373 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10374 in front.
10375 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10376 * gdb.trace/pending.exp: Likewise.
10377 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10378 * gdb.trace/trace-break.exp: Likewise.
10379 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10380 in front.
10381 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10382 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10383 in front.
10384 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10385
10386 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10387
10388 * gdb.ada/fin_fun_out: New testcase.
10389
10390 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10391
10392 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10393 value associated with DW_AT_byte_size.
10394 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10395 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10396 DW_AT_upper_bound.
10397
10398 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10399
10400 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10401 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10402 version.
10403 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10404 gdb.dwarf2/dw2-canonicalize-type.exp,
10405 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10406 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10407 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10408 provided by gdb_target_symbol_prefix_flags_asm.
10409 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10410 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10411 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10412 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10413 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10414 macros where needed). Use this macro for symbols which require
10415 the prefix provided by SYMBOL_PREFIX.
10416
10417 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10418
10419 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10420 New procs.
10421 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10422 representing expressions, of more than one list element.
10423 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10424 to prepend linker symbol prefix to f.
10425 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10426 table_1 and table_2.
10427 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10428 Likewise, for f and g.
10429 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10430 for ptr.
10431 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10432 for main.
10433 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10434 table_1_ptr and table_2_ptr.
10435
10436 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10437 Joel Brobecker <brobecker@adacore.com>
10438
10439 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10440
10441 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10442
10443 * gdb.reverse/s390-mvcle.c: New test.
10444 * gdb.reverse/s390-mvcle.exp: New file.
10445 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10446
10447 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10448
10449 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10450
10451 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10452
10453 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10454 reaching marker2.
10455 * gdb.reverse/getresuid-reverse.exp: Likewise.
10456 * gdb.reverse/pipe-reverse.exp: Likewise.
10457 * gdb.reverse/readv-reverse.exp: Likewise.
10458 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10459 * gdb.reverse/time-reverse.exp: Likewise.
10460 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10461
10462 2015-10-30 Yao Qi <yao.qi@linaro.org>
10463
10464 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10465 (empty_cycle): Remove.
10466 (main): Don't call empty_cycle. Don't use watch_count_done.
10467 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10468 empty_cycle. Rewrite the code counting HW watchpoints.
10469
10470 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10471
10472 * gdb.reverse/fstatat-reverse.c: New test.
10473 * gdb.reverse/fstatat-reverse.exp: New file.
10474 * gdb.reverse/getresuid-reverse.c: New test.
10475 * gdb.reverse/getresuid-reverse.exp: New file.
10476 * gdb.reverse/pipe-reverse.c: New test.
10477 * gdb.reverse/pipe-reverse.exp: New file.
10478 * gdb.reverse/readv-reverse.c: New test.
10479 * gdb.reverse/readv-reverse.exp: New file.
10480 * gdb.reverse/recvmsg-reverse.c: New test.
10481 * gdb.reverse/recvmsg-reverse.exp: New file.
10482 * gdb.reverse/time-reverse.c: New test.
10483 * gdb.reverse/time-reverse.exp: New file.
10484 * gdb.reverse/waitpid-reverse.c: New test.
10485 * gdb.reverse/waitpid-reverse.exp: New file.
10486
10487 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10488
10489 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10490
10491 2015-10-26 Doug Evans <dje@google.com>
10492
10493 PR symtab/17391
10494 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10495 * gdb.dwarf2/bad-regnum.c: New file.
10496 * gdb.dwarf2/bad-regnum.exp: New file.
10497
10498 2015-10-26 Doug Evans <dje@google.com>
10499
10500 PR python/18938
10501 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10502 file.
10503
10504 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10505
10506 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10507 for a change by "Mention language in compile error message".
10508
10509 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10510
10511 PR python/18073
10512 * gdb.python/py-type.c (C::a_method): New.
10513 (C::a_const_method): New.
10514 (C::a_static_method): New.
10515 (a_function): New.
10516 * gdb.python/py-type.exp (test_fields): Test getting fields
10517 from function and method.
10518
10519 2015-10-21 Keven Boell <keven.boell@intel.com>
10520
10521 * gdb.fortran/vla-alloc-assoc.exp: New file.
10522 * gdb.fortran/vla-datatypes.exp: New file.
10523 * gdb.fortran/vla-datatypes.f90: New file.
10524 * gdb.fortran/vla-history.exp: New file.
10525 * gdb.fortran/vla-ptype-sub.exp: New file.
10526 * gdb.fortran/vla-ptype.exp: New file.
10527 * gdb.fortran/vla-sizeof.exp: New file.
10528 * gdb.fortran/vla-sub.f90: New file.
10529 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10530 * gdb.fortran/vla-value-sub-finish.exp: New file.
10531 * gdb.fortran/vla-value-sub.exp: New file.
10532 * gdb.fortran/vla-value.exp: New file.
10533 * gdb.fortran/vla-ptr-info.exp: New file.
10534 * gdb.mi/mi-vla-fortran.exp: New file.
10535 * gdb.mi/vla.f90: New file.
10536
10537 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10538
10539 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10540 of hardwired timeout value.
10541
10542 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10543 Pedro Alves <palves@redhat.com>
10544
10545 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10546 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10547
10548 2015-10-19 Josh Stone <jistone@redhat.com>
10549
10550 * gdb.base/catch-syscall.c: Include <sched.h>.
10551 (unknown_syscall): New variable.
10552 (main): Trigger a vfork and an unknown syscall.
10553 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10554 (unknown_syscall_number): Likewise.
10555 (check_call_to_syscall): Accept an optional syscall pattern.
10556 (check_return_from_syscall): Likewise.
10557 (check_continue): Likewise.
10558 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10559 (test_catch_syscall_skipping_return): New test toggling off 'catch
10560 syscall' to step over the syscall return, then toggling back on.
10561 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10562 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10563 (do_syscall_tests): Call test_catch_syscall_without_args and
10564 test_catch_syscall_mid_vfork.
10565 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10566 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10567
10568 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10569
10570 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10571 print g_vE): Add new pass patterns.
10572 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10573 print various symbol names for vptr fields.
10574
10575 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10576
10577 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10578 results.
10579
10580 2015-10-12 Yao Qi <yao.qi@linaro.org>
10581
10582 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10583
10584 2015-10-12 Yao Qi <yao.qi@linaro.org>
10585
10586 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10587 is aarch64*-*-linux*.
10588
10589 2015-10-12 Yao Qi <yao.qi@linaro.org>
10590
10591 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10592 (can_relocate_bcond_true): ... it.
10593 (can_relocate_bcond_false): New function.
10594 (foo): Likewise.
10595 (can_relocate_bl): Likewise.
10596 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10597 can_relocate_bl.
10598
10599 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10600
10601 * gdb.base/nested-addr.c: New file.
10602 * gdb.base/nested-addr.exp: New testcase.
10603
10604 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10605
10606 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10607 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10608 its output. Ignore the output of "record goto begin" and instead
10609 check that GDB is replaying.
10610
10611 2015-10-09 Pedro Alves <palves@redhat.com>
10612
10613 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10614 (top level): Use it in the run with no args test.
10615
10616 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10617
10618 * gdb.dlang/properties.exp: New file.
10619
10620 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10621
10622 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10623 whether or not address 0x1000 is mapped on the target.
10624
10625 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10626
10627 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10628 build.
10629
10630 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10631
10632 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10633 instruction-history test.
10634
10635 2015-09-28 Doug Evans <dje@google.com>
10636
10637 * gdb.base/gcore.c (array_func): Add reference to static_array.
10638
10639 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10640
10641 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10642 source line.
10643
10644 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10645
10646 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10647 short or char as base type.
10648
10649 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10650
10651 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10652 to allow any size enum.
10653
10654 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10655
10656 * gdb.ada/array_ptr_renaming.exp: New testcase.
10657 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10658 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10659
10660 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10661
10662 * gdb.trace/ftrace-lock.c: New file.
10663 * gdb.trace/ftrace-lock.exp: New file.
10664
10665 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10666
10667 * gdb.arch/insn-reloc.c: New file.
10668 * gdb.arch/ftrace-insn-reloc.exp: New file.
10669
10670 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10671
10672 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10673 instruction.
10674 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10675 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10676 * gdb.trace/range-stepping.c: Likewise.
10677 * gdb.trace/trace-break.c: Likewise.
10678 * gdb.trace/trace-mt.c (thread_function): Likewise.
10679 * gdb.trace/ftrace.c (marker): Likewise.
10680 * gdb.trace/trace-condition.c (marker): Likewise.
10681 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10682 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10683 is_aarch64_target.
10684
10685 2015-09-18 Doug Evans <xdje42@gmail.com>
10686
10687 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10688 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10689
10690 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10691
10692 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10693 the breakpoint.
10694
10695 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10696
10697 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10698 the pending breakpoint. Remove timeout override for "Run till
10699 MI pending breakpoint on pendfunc3 on thread 2" test.
10700
10701 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10702
10703 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10704 filename pattern.
10705
10706 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10707
10708 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10709 in breakpoint filename pattern.
10710
10711 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10712
10713 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10714
10715 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10716
10717 * gdb.linespec/explicit.exp: Check for readline support for
10718 tab-completion tests. Fix obvious typo.
10719
10720 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10721
10722 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10723 and replay.
10724
10725 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10726
10727 * gdb.btrace/non-stop.c: New.
10728 * gdb.btrace/non-stop.exp: New.
10729
10730 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10731 Yao Qi <yao.qi@linaro.org>
10732
10733 * gdb.trace/trace-condition.c: New file.
10734 * gdb.trace/trace-condition.exp: New file.
10735
10736 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10737
10738 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10739 for testing bytecode compilation.
10740
10741 2015-09-16 Pedro Alves <palves@redhat.com>
10742 Sandra Loosemore <sandra@codesourcery.com>
10743
10744 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10745 (SECONDS): Redefine.
10746 (main): Call pthread_kill and alarm early.
10747 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10748 support.
10749 (test): If the target can't hardware step and doesn't support
10750 displaced stepping, increase the timeout.
10751
10752 2015-09-16 Pedro Alves <palves@redhat.com>
10753
10754 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10755 (enable_debug): New procedures.
10756 (test): Use them. Bail out if waiting for threads fails.
10757 (top level): Bail out if a test fails.
10758
10759 2015-09-16 Yao Qi <yao.qi@linaro.org>
10760
10761 * gdb.asm/asm-source.exp: Set asm-arch for
10762 aarch64*-*-* target.
10763 * gdb.asm/aarch64.inc: New file.
10764
10765 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10766
10767 * gdb.ada/array_of_variable_length.exp: New testcase.
10768 * gdb.ada/array_of_variable_length/foo.adb: New file.
10769 * gdb.ada/array_of_variable_length/pck.adb: New file.
10770 * gdb.ada/array_of_variable_length/pck.ads: New file.
10771
10772 2015-09-15 Doug Evans <dje@google.com>
10773
10774 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10775 of function static local variable.
10776
10777 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10778
10779 * gdb.threads/tls-so_extern.exp: New test file.
10780 * gdb.threads/tls-so_extern.c: New test file.
10781 * gdb.threads/tls-so_extern_main.c: New test file.
10782
10783 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10784
10785 * gdb.opt/solib-intra-step-lib.c: New file.
10786 * gdb.opt/solib-intra-step-main.c: New file.
10787 * gdb.opt/solib-intra-step.exp: New file.
10788
10789 2015-09-15 Pedro Alves <palves@redhat.com>
10790
10791 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10792 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10793
10794 2015-09-14 Pedro Alves <palves@redhat.com>
10795
10796 * gdb.base/hook-stop-continue.c: Delete.
10797 * gdb.base/hook-stop-continue.exp: Delete.
10798 * gdb.base/hook-stop-frame.c: Delete.
10799 * gdb.base/hook-stop-frame.exp: Delete.
10800 * gdb.base/hook-stop.c: New file.
10801 * gdb.base/hook-stop.exp: New file.
10802
10803 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10804
10805 * gdb.ada/access_to_packed_array.exp: New testcase.
10806 * gdb.ada/access_to_packed_array/foo.adb: New file.
10807 * gdb.ada/access_to_packed_array/pack.adb: New file.
10808 * gdb.ada/access_to_packed_array/pack.ads: New file.
10809
10810 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10811
10812 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10813 buffer size test.
10814
10815 2015-09-11 Don Breazeal <donb@codesourcery.com>
10816
10817 * gdb.base/foll-exec.c: Add copyright header. Fix
10818 formatting issues.
10819 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10820 (do_exec_tests): Use clean_restart in place of zap_session,
10821 and for test initialization. Fix formatting issues. Use
10822 fail in place of perror.
10823 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10824 an expect statement to match an expression with output from
10825 the program under debug.
10826 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10827 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10828 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10829 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10830 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10831
10832 2015-09-09 Doug Evans <dje@google.com>
10833
10834 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10835
10836 2015-09-09 Doug Evans <dje@google.com>
10837
10838 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10839
10840 2015-09-09 Doug Evans <dje@google.com>
10841
10842 * gdb.base/savedregs.exp: Fix typo.
10843
10844 2015-09-09 Pedro Alves <palves@redhat.com>
10845
10846 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10847
10848 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10849
10850 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10851 command actually switches threads. Give up on remaining
10852 tests if target fails to stop at breakpoint.
10853
10854 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10855
10856 * gdb.ada/funcall_char.exp: New testcase.
10857 * gdb.ada/funcall_char/foo.adb: New file.
10858
10859 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10860
10861 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10862 expected outputs. Add two testcases for completing ambiguous
10863 functions.
10864 * gdb.ada/complete/aux_pck.adb: New file.
10865 * gdb.ada/complete/aux_pck.ads: New file.
10866 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10867 Ambiguous_Func functions.
10868 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10869 * gdb.ada/complete/pck.adb: Likewise.
10870
10871 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10872
10873 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10874 failures to run the test program under GDB.
10875
10876 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10877
10878 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10879 to C.
10880
10881 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10882
10883 * gdb.base/run-after-attach.exp: New test file.
10884 * gdb.base/run-after-attach.c: New test file.
10885
10886 2015-08-26 Don Breazeal <donb@codesourcery.com>
10887
10888 * gdb.base/foll-exec-2.c: New test program.
10889 * gdb.base/foll-exec-2.exp: New test.
10890
10891 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10892
10893 * gdb.base/nested-subp1.exp: New file.
10894 * gdb.base/nested-subp1.c: New file.
10895 * gdb.base/nested-subp2.exp: New file.
10896 * gdb.base/nested-subp2.c: New file.
10897 * gdb.base/nested-subp3.exp: New file.
10898 * gdb.base/nested-subp3.c: New file.
10899
10900 2015-08-24 Pedro Alves <palves@redhat.com>
10901
10902 * gdb.server/connect-without-multi-process.c: New file.
10903 * gdb.server/connect-without-multi-process.exp: New file.
10904
10905 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10906
10907 * gdb.opt/inline-markers.c: Make z int.
10908
10909 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10910
10911 * gdb.opt/inline-markers.c: Make z volatile.
10912
10913 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10914
10915 * gdb.opt/inline-bt.c: New volatile global z.
10916 * gdb.opt/inline-cmds.c: Likewise.
10917 * gdb.opt/inline-locals.c: Likewise.
10918 * gdb.opt/inline-markers.c: New extern global z.
10919 (marker): Use z.
10920 (inline_fn): Likewise.
10921
10922 2015-08-24 Pedro Alves <palves@redhat.com>
10923
10924 * config/m32r-stub.exp: Remove file.
10925 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10926 * gdb.base/call-rt-st.exp: Likewise.
10927 * gdb.base/call-strs.exp: Likewise.
10928 * gdb.base/default.exp: Remove references to h8300-*-hms and
10929 *-*-udi*.
10930 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10931
10932 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10933
10934 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10935 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10936 and "return" use KFAIL when GDB can not read/write the vector
10937 return value.
10938
10939 2015-08-21 Gary Benson <gbenson@redhat.com>
10940
10941 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10942
10943 2015-08-20 Pedro Alves <palves@redhat.com>
10944
10945 * gdb.server/solib-list.exp: No longer expect an interior stop in
10946 non-stop mode.
10947
10948 2015-08-20 Pedro Alves <palves@redhat.com>
10949
10950 * gdb.server/connect-stopped-target.c: New file.
10951 * gdb.server/connect-stopped-target.exp: New file.
10952
10953 2015-08-20 Pedro Alves <palves@redhat.com>
10954
10955 * gdb.dwarf2/comp-unit-lang.exp: New file.
10956 * gdb.dwarf2/comp-unit-lang.c: New file.
10957
10958 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10959
10960 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10961 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10962
10963 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10964
10965 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10966 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10967
10968 2015-08-18 Doug Evans <dje@google.com>
10969 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10970
10971 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10972 skip_python_tests. New arg prompt_regexp.
10973 (skip_python_tests): New function.
10974 * lib/mi-support.exp (mi_skip_python_tests): New function.
10975 * gdb.python/py-mi-objfile-gdb.py: New file.
10976 * gdb.python/py-mi-objfile.c: New file.
10977 * gdb.python/py-mi-objfile.exp: New file.
10978
10979 2015-08-17 Keith Seitz <keiths@redhat.com>
10980
10981 * gdb.linespec/explicit.exp: Move strace test from here ...
10982 * gdb.trace/strace.exp: ... to here.
10983
10984 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10985
10986 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10987 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10988
10989 2015-08-14 Doug Evans <xdje42@gmail.com>
10990
10991 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10992 inferior before selecting a new file.
10993
10994 2015-08-14 Doug Evans <xdje42@gmail.com>
10995
10996 * gdb.mi/mi-disassemble.exp: Update.
10997 * gdb.base/disasm-optim.S: New file.
10998 * gdb.base/disasm-optim.c: New file.
10999 * gdb.base/disasm-optim.h: New file.
11000 * gdb.base/disasm-optim.exp: New file.
11001
11002 2015-08-14 Keith Seitz <keiths@redhat.com>
11003
11004 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11005 "evaluated-by".
11006
11007 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11008
11009 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11010
11011 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11012
11013 * gdb.ada/fun_renaming.exp: New testcase.
11014 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11015 * gdb.ada/fun_renaming/pack.adb: New file.
11016 * gdb.ada/fun_renaming/pack.ads: New file.
11017
11018 2015-08-12 Keith Seitz <keiths@redhat.com>
11019
11020 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11021 gdb_get_line_number.
11022
11023 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11024
11025 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11026 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11027 gdb.base/dso2dso.exp: New files.
11028
11029 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11030 Pedro Alves <palves@redhat.com>
11031 Keith Seitz <keiths@redhat.com>
11032
11033 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11034 GDBFLAGS.
11035
11036 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11037
11038 * gdb.base/gdbhistsize-history.exp
11039 (test_histsize_history_setting): Use save_vars.
11040 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11041 Use save_vars.
11042 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11043 * gdb.base/readline.exp: Use save_vars.
11044
11045 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11046
11047 * lib/gdb.exp (save_vars): New proc.
11048
11049 2015-08-11 Keith Seitz <keiths@redhat.com>
11050
11051 * gdb.base/help.exp: Update help_breakpoint_text.
11052
11053 2015-08-11 Keith Seitz <keiths@redhat.com>
11054
11055 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11056 (at toplevel): Call test_explicit_breakpoints.
11057 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11058 breakpoints.
11059 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11060 breakpoint conditions, "-cond".
11061
11062 2015-08-11 Keith Seitz <keiths@redhat.com>
11063
11064 * gdb.linespec/3explicit.c: New file.
11065 * gdb.linespec/cpexplicit.cc: New file.
11066 * gdb.linespec/cpexplicit.exp: New file.
11067 * gdb.linespec/explicit.c: New file.
11068 * gdb.linespec/explicit.exp: New file.
11069 * gdb.linespec/explicit2.c: New file.
11070 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11071 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11072 before using in the matching pattern.
11073 Clarify that `prefix' is a regular expression.
11074
11075 2015-08-11 Keith Seitz <keiths@redhat.com>
11076
11077 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11078 test.
11079 Add tests for missing ",FMT" and ",".
11080
11081 2015-08-10 Doug Evans <dje@google.com>
11082 Keith Seitz <keiths@redhat.com>
11083
11084 PR gdb/17960
11085 * gdb.base/completion.exp: Add location completer tests.
11086
11087 2015-08-07 Pedro Alves <palves@redhat.com>
11088
11089 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11090 tests here.
11091 (top level): Run do_test with and without displaced stepping.
11092
11093 2015-08-07 Pedro Alves <palves@redhat.com>
11094
11095 * gdb.base/valgrind-disp-step.c: New file.
11096 * gdb.base/valgrind-disp-step.exp: New file.
11097
11098 2015-08-07 Pedro Alves <palves@redhat.com>
11099
11100 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11101 Delete function.
11102 (main): Add alarm. Run an infinite loop instead of calling
11103 wait_threads.
11104 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11105 comment.
11106 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11107 Delete function.
11108 (main): Add alarm. Run an infinite loop instead of calling
11109 wait_threads.
11110 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11111 comment.
11112
11113 2015-08-07 Pedro Alves <palves@redhat.com>
11114
11115 * gdb.base/checkpoint-ns.exp: New file.
11116 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11117 standard_testfile.
11118
11119 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11120
11121 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11122 * gdb.btrace/instruction_history.exp: Update.
11123 * gdb.btrace/tsx.exp: New.
11124 * gdb.btrace/tsx.c: New.
11125
11126 2015-08-06 Pedro Alves <palves@redhat.com>
11127
11128 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11129 increase timeout.
11130 * gdb.reverse/until-precsave.exp: Bump timeouts.
11131
11132 2015-08-06 Pedro Alves <palves@redhat.com>
11133
11134 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11135
11136 2015-08-06 Pedro Alves <palves@redhat.com>
11137
11138 PR gdb/18749
11139 * gdb.threads/process-dies-while-handling-bp.c: New file.
11140 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11141
11142 2015-08-06 Pedro Alves <palves@redhat.com>
11143
11144 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11145 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11146
11147 2015-08-05 Pedro Alves <palves@redhat.com>
11148
11149 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11150 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11151
11152 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11153
11154 * gdb.base/bp-permanent.exp: Report test as unsupported if
11155 the target cannot stop at the permanent breakpoint.
11156
11157 2015-08-03 Doug Evans <dje@google.com>
11158
11159 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11160 10000.
11161
11162 2015-08-03 Doug Evans <dje@google.com>
11163
11164 * Makefile.in (workers/%.worker, build-perf): New rule.
11165 (GDB_PERFTEST_MODE): New variable.
11166 (check-perf): Use it.
11167 (clean): Clean up gdb.perf parallel build subdirs.
11168 * lib/build-piece.exp: New file.
11169 * lib/gdb.exp (make_gdb_parallel_path): New function
11170 (standard_output_file, standard_temp_file): Call it.
11171 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11172 of $GDB_PARALLEL.
11173 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11174
11175 2015-08-03 Doug Evans <dje@google.com>
11176
11177 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11178 (LOG_FILE_NAME): New global.
11179 (TextReporter.__init__): Initialize self.txt_sum.
11180 (TextReporter.report): Add support for multiple data-points.
11181 Move report to perftest.sum, put raw data in perftest.log.
11182 (TextReporter.start): Open sum and log files.
11183 (TextReporter.end): Close sum and log files.
11184 * gdb.perf/lib/perftest/testresult.py
11185 (SingleStatisticTestResult.record): Handle multiple data-points.
11186
11187 2015-07-31 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11190 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11191 kill_wait_spawned_process instead of explicit "kill -9".
11192 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11193 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11194 kill_wait_spawned_process.
11195 * gdb.base/attach-twice.exp: Likewise.
11196 * gdb.base/attach.exp: Likewise.
11197 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11198 gdb_test_multiple.
11199 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11200 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11201 kill_wait_spawned_process.
11202 * gdb.base/valgrind-infcall.exp: Likewise.
11203 * gdb.multi/multi-attach.exp: Likewise.
11204 * gdb.python/py-prompt.exp: Likewise.
11205 * gdb.python/py-sync-interp.exp: Likewise.
11206 * gdb.server/ext-attach.exp: Likewise.
11207 * gdb.threads/attach-into-signal.exp (corefunc): Use
11208 spawn_wait_for_attach, spawn_id_get_pid and
11209 kill_wait_spawned_process.
11210 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11211 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11212 spawn_id_get_pid and kill_wait_spawned_process.
11213 * gdb.threads/attach-stopped.exp (corefunc): Use
11214 spawn_wait_for_attach, spawn_id_get_pid and
11215 kill_wait_spawned_process.
11216 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11217 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11218 kill_wait_spawned_process instead of explicit "kill -9".
11219 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11220 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11221 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11222 processes. Don't map cygwin/windows pids here. Now returns a
11223 spawn id list.
11224
11225 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11226
11227 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11228 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11229 correct patch.
11230
11231 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11232
11233 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11234
11235 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11236
11237 Reapply:
11238 2014-05-21 Mark Wielaard <mjw@redhat.com>
11239
11240 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11241
11242 2015-07-30 Pedro Alves <palves@redhat.com>
11243
11244 * linux-low.c (handle_extended_wait): Set the child's last
11245 reported status to TARGET_WAITKIND_STOPPED.
11246
11247 2015-07-30 Pedro Alves <palves@redhat.com>
11248
11249 PR threads/18600
11250 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11251 only shows inferior 1.
11252
11253 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11254 Pedro Alves <palves@redhat.com>
11255
11256 PR threads/18600
11257 * gdb.threads/fork-plus-threads.c: New file.
11258 * gdb.threads/fork-plus-threads.exp: New file.
11259
11260 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11261
11262 * gdb.base/batch-preserve-term-settings.exp
11263 (test_terminal_settings_preserved_after_cli_exit): Use
11264 send_quit_command.
11265
11266 2015-07-29 Pedro Alves <palves@redhat.com>
11267 Don Breazeal <donb@codesourcery.com>
11268
11269 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11270 output from both inferior_spawn_id and gdb_spawn_id.
11271
11272 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11273
11274 * gdb.threads/attach-into-signal.exp (corefunc): Use
11275 with_test_prefix on nested loops, uniquefying the test messages.
11276
11277 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11278
11279 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11280 commit.
11281
11282 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11283
11284 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11285 New proc.
11286 (test_terminal_settings_preserved_after_sigterm): New test.
11287
11288 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11289
11290 * gdb.base/batch-preserve-term-settings.exp
11291 (test_terminal_settings_preserved_after_cli_exit): New test.
11292
11293 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11294
11295 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11296 manipulation of saved_gdbflags.
11297 (test_terminal_settings_preserved): Remove global declaration of
11298 the unused variable pagination_prompt. Remove manipulation of
11299 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11300 GDBFLAGS.
11301
11302 2015-07-29 Pedro Alves <palves@redhat.com>
11303
11304 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11305
11306 2015-07-29 Pedro Alves <palves@redhat.com>
11307
11308 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11309 at the top.
11310
11311 2015-07-29 Pedro Alves <palves@redhat.com>
11312
11313 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11314 (main): Call gdb_unbuffer_output.
11315 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11316 (main): Call gdb_unbuffer_output.
11317 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11318 (main): Call gdb_unbuffer_output.
11319 * gdb.base/call-strs.exp: Adjust to step over the
11320 gdb_unbuffer_output call.
11321 * gdb.base/catch-gdb-caused-signals.c: Include
11322 "../lib/unbuffer_output.c".
11323 (main): Call gdb_unbuffer_output.
11324 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11325 (main): Call gdb_unbuffer_output.
11326 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11327 (main): Call gdb_unbuffer_output.
11328 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11329 (main): Call gdb_unbuffer_output.
11330 * gdb.base/shlib-call.exp: Adjust to step over the
11331 gdb_unbuffer_output call.
11332 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11333 (main): Call gdb_unbuffer_output.
11334 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11335 (main): Call gdb_unbuffer_output.
11336 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11337 (main): Rename to ...
11338 (test): ... this.
11339 (main): Reimplement.
11340 * gdb.base/varargs.exp: Run to test instead of to main.
11341 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11342 (main): Call gdb_unbuffer_output.
11343
11344 2015-07-29 Pedro Alves <palves@redhat.com>
11345
11346 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11347 factore out from mi_continue_dprintf. For call-style dprintfs,
11348 expect dprintf output out of $inferior_spawn_id.
11349 (mi_continue_dprintf): Use mi_expect_dprintf.
11350 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11351 (main): Call gdb_unbuffer_output.
11352
11353 2015-07-29 Pedro Alves <palves@redhat.com>
11354
11355 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11356 (default_mi_gdb_start): Set inferior_spawn_id instead of
11357 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11358 gdb_spawn_id.
11359 (mi_gdb_test): Always expect inferior output from both
11360 $inferior_spawn_id and $gdb_spawn_id.
11361
11362 2015-07-29 Pedro Alves <palves@redhat.com>
11363
11364 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11365 send_inferior and $inferior_spawn_id.
11366
11367 2015-07-29 Pedro Alves <palves@redhat.com>
11368
11369 * gdb.gdb/complaints.exp (test_initial_complaints)
11370 (test_serial_complaints, test_short_complaints): Use
11371 gdb_test_stdio.
11372 (test_empty_complaint): Handle $inferior_spawn_id !=
11373 $gdb_spawn_id.
11374
11375 2015-07-29 Pedro Alves <palves@redhat.com>
11376
11377 * gdb.base/varargs.exp: Use gdb_test_stdio.
11378
11379 2015-07-29 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11382
11383 2015-07-29 Pedro Alves <palves@redhat.com>
11384
11385 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11386
11387 2015-07-29 Pedro Alves <palves@redhat.com>
11388
11389 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11390 parameter into two new parameters, "inf_result" and "gdb_result".
11391 Expect inferior output and gdb output from $inferior_spawn_id and
11392 $gdb_spawn_id, respectively. Adjust all callers.
11393
11394 2015-07-29 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11397 of gdb_test_sequence.
11398
11399 2015-07-29 Pedro Alves <palves@redhat.com>
11400
11401 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11402 (saw_spurious_output): Expect inferior output from
11403 $inferior_spawn_id. Use gdb_test_stdio.
11404
11405 2015-07-29 Pedro Alves <palves@redhat.com>
11406
11407 * gdb.base/dprintf.exp: Use standard_testfile. Change
11408 prepare_for_testing call.
11409 (srcfile): Don't set.
11410 (restart): New procedure.
11411 (test_dprintf): New procecure, use to continue over dprintfs.
11412 (test_call, test_agent): New procedures, tests moved here.
11413 Restart gdb and recreate dprintfs. Adjust expected output.
11414
11415 2015-07-29 Pedro Alves <palves@redhat.com>
11416
11417 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11418
11419 2015-07-29 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11422
11423 2015-07-29 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11426 gdb_test_stdio.
11427
11428 2015-07-29 Pedro Alves <palves@redhat.com>
11429
11430 * lib/gdb.exp (gdb_test_stdio): New procedure.
11431
11432 2015-07-29 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11435
11436 2015-07-29 Pedro Alves <palves@redhat.com>
11437
11438 * gdb.base/call-signal-resume.exp: Remove check for
11439 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11440 * gdb.base/unwindonsignal.exp: Likewise.
11441 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11442 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11443
11444 2015-07-29 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.base/siginfo-addr.c (pass): New function.
11447 (handler): Call it iff si_addr is correct.
11448 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11449 Set a breakpoint at "pass" and continue to it.
11450
11451 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11452
11453 * gdb.python/py-objfile.exp: Make some tests have unique names.
11454 * gdb.python/py-pp-registration.exp: Likewise.
11455
11456 2015-07-28 Pedro Alves <palves@redhat.com>
11457
11458 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11459
11460 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11461
11462 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11463
11464 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11465
11466 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11467
11468 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11469
11470 * gdb.base/gdb-sigterm-2.exp: New test.
11471
11472 2015-07-25 Doug Evans <xdje42@gmail.com>
11473
11474 Revert:
11475 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11476 (workers/%.worker, build-perf): New rule.
11477 (GDB_PERFTEST_MODE): New variable.
11478 (check-perf): Use it.
11479 (clean): Clean up gdb.perf parallel build subdirs.
11480 * lib/build-piece.exp: New file.
11481 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11482 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11483 name.
11484 (standard_temp_file): Ditto.
11485 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11486 of $GDB_PARALLEL.
11487
11488 2015-07-24 Doug Evans <dje@google.com>
11489
11490 * gdb.perf/lib/perftest/utils.py: New file.
11491 * gdb.perf/gm-hello.cc: New file.
11492 * gdb.perf/gm-pervasive-typedef.cc: New file.
11493 * gdb.perf/gm-pervasive-typedef.h: New file.
11494 * gdb.perf/gm-std.cc: New file.
11495 * gdb.perf/gm-std.h: New file.
11496 * gdb.perf/gm-use-cerr.cc: New file.
11497 * gdb.perf/gm-utils.h: New file.
11498 * gdb.perf/gmonster-null-lookup.py: New file.
11499 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11500 * gdb.perf/gmonster-print-cerr.py: New file.
11501 * gdb.perf/gmonster-ptype-string.py: New file.
11502 * gdb.perf/gmonster-runto-main.py: New file.
11503 * gdb.perf/gmonster-select-file.py: New file.
11504 * gdb.perf/gmonster1-null-lookup.exp: New file.
11505 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11506 * gdb.perf/gmonster1-print-cerr.exp: New file.
11507 * gdb.perf/gmonster1-ptype-string.exp: New file.
11508 * gdb.perf/gmonster1-runto-main.exp: New file.
11509 * gdb.perf/gmonster1-select-file.exp: New file.
11510 * gdb.perf/gmonster1.cc: New file.
11511 * gdb.perf/gmonster1.exp: New file.
11512 * gdb.perf/gmonster2-null-lookup.exp: New file.
11513 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11514 * gdb.perf/gmonster2-print-cerr.exp: New file.
11515 * gdb.perf/gmonster2-ptype-string.exp: New file.
11516 * gdb.perf/gmonster2-runto-main.exp: New file.
11517 * gdb.perf/gmonster2-select-file.exp: New file.
11518 * gdb.perf/gmonster2.cc: New file.
11519 * gdb.perf/gmonster2.exp: New file.
11520
11521 2015-07-24 Doug Evans <dje@google.com>
11522
11523 * gdb.perf/README: New file.
11524 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11525 * lib/gen-perf-test.exp: New file.
11526
11527 2015-07-24 Doug Evans <dje@google.com>
11528
11529 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11530 (PerfTest::startup): New function.
11531 (PerfTest::run): Return result of calling body.
11532 (PerfTest::assemble): Rewrite.
11533 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11534 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11535 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11536 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11537 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11538
11539 2015-07-24 Doug Evans <dje@google.com>
11540
11541 * lib/gdb.exp (clean_restart): Make executable optional.
11542
11543 2015-07-24 Doug Evans <dje@google.com>
11544
11545 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11546 compiler_info references.
11547 * gdb.cp/temargs.exp: Ditto.
11548 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11549 (get_compiler_info): Early exit if already computed. Set compiler_info
11550 to "unknown" if there was a problem.
11551 (test_compiler_info): Add function comment. Call get_compiler_info.
11552
11553 2015-07-24 Doug Evans <dje@google.com>
11554
11555 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11556 (workers/%.worker, build-perf): New rule.
11557 (GDB_PERFTEST_MODE): New variable.
11558 (check-perf): Use it.
11559 (clean): Clean up gdb.perf parallel build subdirs.
11560 * lib/build-piece.exp: New file.
11561 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11562 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11563 name.
11564 (standard_temp_file): Ditto.
11565 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11566 of $GDB_PARALLEL.
11567
11568 2015-07-24 Doug Evans <dje@google.com>
11569
11570 * lib/future.exp (gdb_default_target_compile): New option
11571 "early_flags".
11572 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11573 --as-needed.
11574
11575 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11576
11577 * gdb.base/catch-syscall.exp: Call gdb_exit before
11578 gdb_skip_xml_test.
11579
11580 2015-07-24 Pedro Alves <palves@redhat.com>
11581
11582 * gdb.python/py-events.exp: Accept output between the stop event
11583 and the prompt.
11584 * gdb.python/py-evsignal.exp: Likewise.
11585 * gdb.python/py-evthreads.exp: Likewise.
11586
11587 2015-07-24 Pedro Alves <palves@redhat.com>
11588
11589 PR gdb/18717
11590 * gdb.threads/non-ldr-exit.c: New file.
11591 * gdb.threads/non-ldr-exit.exp: New file.
11592
11593 2015-07-24 Yao Qi <yao.qi@linaro.org>
11594
11595 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11596 restarting process.
11597
11598 2015-07-24 Yao Qi <yao.qi@linaro.org>
11599
11600 * gdb.server/ext-restart.exp: New file.
11601
11602 2015-07-24 Yao Qi <yao.qi@linaro.org>
11603
11604 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11605 argument options.
11606 * gdb.server/ext-wrapper.exp: New file.
11607
11608 2015-07-23 Doug Evans <dje@google.com>
11609
11610 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11611 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11612
11613 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11614
11615 * gdb.ada/var_arr_typedef.exp: New testcase.
11616 * gdb.ada/var_arr_typedef/pack.adb: New file.
11617 * gdb.ada/var_arr_typedef/pack.ads: New file.
11618 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11619
11620 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11621
11622 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11623
11624 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11625
11626 * gdb.arch/i386-biarch-core.exp: Replace istarget
11627 by "complete set gnutarget". Remove expectation for the "core-file"
11628 command.
11629
11630 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11631
11632 Revert the previous commit:
11633 Tests for validate symbol file using build-id.
11634
11635 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11636
11637 Tests for validate symbol file using build-id.
11638 * gdb.base/solib-mismatch-lib.c: New file.
11639 * gdb.base/solib-mismatch-libmod.c: New file.
11640 * gdb.base/solib-mismatch.c: New file.
11641 * gdb.base/solib-mismatch.exp: New file.
11642
11643 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11644
11645 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11646 nios2-*-linux*.
11647 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11648 * gdb.base/siginfo.exp: Likewise.
11649 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11650
11651 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11652
11653 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11654 Move it to ...
11655 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11656 ... here.
11657 * gdb.trace/range-stepping.exp: Check that the target supports
11658 range stepping.
11659
11660 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11661
11662 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11663
11664 2015-07-14 Pedro Alves <palves@redhat.com>
11665
11666 * gdb.base/killed-outside.exp: New file.
11667 * gdb.base/killed-outside.c: New file.
11668
11669 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11670
11671 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11672 (n at main): New.
11673 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11674
11675 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11676
11677 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11678 infcall tests instead of setting up for KFAIL.
11679
11680 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11681
11682 * gdb.btrace/record_goto-step.exp: New.
11683
11684 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11685
11686 PR compile/18484
11687 * gdb.compile/compile.c (struct struct_type): Add volatile to
11688 selffield's type.
11689 * gdb.compile/compile.exp
11690 (compile code struct_object.selffield = &struct_object): Skip further
11691 struct_object tests if this one xfails.
11692
11693 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11694
11695 PR exp/18617
11696 * gdb.trace/ax.exp: Add test.
11697
11698 2015-07-07 Yao Qi <yao.qi@linaro.org>
11699
11700 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11701 instead of istarget "aarch64*-*-*".
11702 * gdb.arch/aarch64-fp.exp: Likewise.
11703 * gdb.base/float.exp: Likewise.
11704 * gdb.reverse/aarch64.exp: Likewise.
11705 * lib/gdb.exp (is_aarch64_target): New proc.
11706
11707 2015-07-07 Yao Qi <yao.qi@linaro.org>
11708
11709 * lib/gdb.exp (is_aarch32_target): New proc.
11710 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11711 instead of "istarget "arm*-*-*"".
11712 * gdb.arch/arm-disp-step.exp: Likewise.
11713 * gdb.arch/thumb-bx-pc.exp: Likewise.
11714 * gdb.arch/thumb-prologue.exp: Likewise.
11715 * gdb.arch/thumb-singlestep.exp: Likewise.
11716 * gdb.base/disp-step-syscall.exp: Likewise.
11717 * gdb.base/float.exp: Likewise.
11718
11719 2015-07-07 Yao Qi <yao.qi@linaro.org>
11720
11721 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11722 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11723
11724 2015-07-07 Yao Qi <yao.qi@linaro.org>
11725
11726 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11727 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11728 if it exists.
11729 * gdb.multi/multi-arch.exp: Likewise.
11730
11731 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11732
11733 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11734 print.
11735
11736 2015-07-07 Yao Qi <yao.qi@linaro.org>
11737
11738 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11739
11740 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11741
11742 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11743 '[' and ']' characters.
11744
11745 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11746
11747 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11748
11749 2015-06-29 Pedro Alves <palves@redhat.com>
11750
11751 PR threads/18127
11752 * gdb.threads/hand-call-new-thread.c: New file.
11753 * gdb.threads/hand-call-new-thread.c: New file.
11754
11755 2015-06-26 Keith Seitz <keiths@redhat.com>
11756 Doug Evans <dje@google.com>
11757
11758 PR 16253
11759 * gdb.cp/var-tag-2.cc: New file.
11760 * gdb.cp/var-tag-3.cc: New file.
11761 * gdb.cp/var-tag-4.cc: New file.
11762 * gdb.cp/var-tag.cc: New file.
11763 * gdb.cp/var-tag.exp: New file.
11764
11765 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11766
11767 * gdb.base/history-duplicates.exp: New test.
11768
11769 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11770
11771 * gdb.base/completion.exp: Test the completion of the "focus"
11772 command.
11773
11774 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11775
11776 * gdb.arch/amd64-prologue-skip.S: New file.
11777 * gdb.arch/amd64-prologue-skip.exp: New file.
11778
11779 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11780
11781 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11782 is_address_zero_readable check.
11783
11784 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11785
11786 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11787 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11788
11789 2015-06-24 Yao Qi <yao.qi@linaro.org>
11790
11791 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11792 linux targets.
11793
11794 2015-06-24 Yao Qi <yao.qi@linaro.org>
11795
11796 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11797 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11798 * gdb.base/siginfo-thread.exp: Likewise.
11799
11800 2015-06-22 Yao Qi <yao.qi@linaro.org>
11801
11802 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11803
11804 2015-06-22 Yao Qi <yao.qi@linaro.org>
11805
11806 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11807 aarch64*-*-*.
11808 (skip_hw_watchpoint_tests): Likewise.
11809
11810 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11811
11812 * gdb.base/gdbinit-history.exp: Test the interaction between
11813 setting GDBHISTSIZE and setting the history size via .gdbinit.
11814
11815 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11816
11817 PR gdb/16999
11818 * gdb.base/gdbhistsize-history.exp: New test.
11819
11820 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11821
11822 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11823 with GDBHISTSIZE.
11824 * gdb.base/readline.exp: Likewise.
11825
11826 2015-06-17 Yao Qi <yao.qi@linaro.org>
11827
11828 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11829 line.
11830
11831 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11832
11833 * gdb.base/gdbinit-history.exp: Add test case to check that
11834 an unlimited history file does not get truncated on exit.
11835
11836 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11837
11838 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11839 (VECTOR): New macro. Use it...
11840 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11841 ...for these typedefs.
11842 (int8, char1, int1, double1): New typedefs.
11843 (struct just_int2, struct two_int2): New structures.
11844 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11845 (add_structvecs, add_singlevecs): New functions.
11846 (main): Call add_some_intvecs twice.
11847 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11848 the compile and exit upon failure. Try compiling for the "native"
11849 architecture. Test inferior function calls with vector arguments
11850 and vector return value handling with "finish" and "return".
11851
11852 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11853
11854 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11855 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11856 PE file.
11857 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11858
11859 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11860
11861 PR breakpoints/16465
11862 * gdb.mi/mi-dprintf-pending.c: New file.
11863 * gdb.mi/mi-dprintf-pending.exp: New test.
11864 * gdb.mi/mi-dprintf-pendshr.c: New file.
11865
11866 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11867 Mircea Gherzan <mircea.gherzan@intel.com>
11868
11869 * gdb.arch/i386-mpx-map.c: New file.
11870 * gdb.arch/i386-mpx-map.exp: New File.
11871
11872 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11873
11874 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11875 * gdb.arch/i386-mpx.exp: Indentation fixed.
11876
11877 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11878
11879 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11880 function and improved indentation.
11881 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11882 gdb_test_multiple. Added additional tests to skip the test.
11883
11884 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11885
11886 * gdb.arch/i386-avx512.c: Change path in include file.
11887 * gdb.arch/i386-avx512.exp: Change include dir path
11888 compilation flag.
11889 * gdb.arch/i386-mpx.c: Change path in include file.
11890 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11891 flag.
11892
11893 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11894
11895 * gdb.compile/compile-print.exp (compile print *vararray@3)
11896 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11897
11898 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11899
11900 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11901 (do not keep jit in memory): ... this.
11902 (expect 5): Change it to ...
11903 (expect no 5): ... this.
11904
11905 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11906
11907 PR gdb/15564
11908 * gdb.mi/mi-detach.exp: New file.
11909
11910 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11911
11912 PR symtab/18392
11913 * gdb.arch/amd64-tailcall-self.S: New file.
11914 * gdb.arch/amd64-tailcall-self.c: New file.
11915 * gdb.arch/amd64-tailcall-self.exp: New file.
11916
11917 2015-05-28 Don Breazeal <donb@codesourcery.com>
11918
11919 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11920 tests for remote targets by checking is_target_gdbserver.
11921
11922 2015-05-27 Doug Evans <dje@google.com>
11923
11924 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11925 * gdb.dwarf2/opaque-type-lookup.c: New file.
11926 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11927
11928 2015-05-26 Doug Evans <dje@google.com>
11929
11930 * gdb.cp/iostream.cc: New file.
11931 * gdb.cp/iostream.exp: New file.
11932
11933 2015-05-26 Doug Evans <dje@google.com>
11934
11935 * gdb.dwarf2/dw2-op-call.exp: Update.
11936 * gdb.dwarf2/dw4-sig-types.exp: Update.
11937 * gdb.dwarf2/implptr.exp: Update.
11938 * gdb.mi/mi-cmd-param-changed.exp: Update.
11939
11940 2015-05-26 Doug Evans <dje@google.com>
11941
11942 * gdb.python/py-lazy-string.c: New file.
11943 * gdb.python/py-lazy-string.exp: New file.
11944 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11945 (main): Update. Add estring3.
11946 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11947 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11948
11949 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11950 Yao Qi <yao.qi@linaro.org>
11951
11952 * gdb.reverse/aarch64.c: New.
11953 * gdb.reverse/aarch64.exp: New.
11954
11955 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11956
11957 * lib/gdb.exp (supports_process_record): Return true for
11958 aarch64*-linux*.
11959 (supports_reverse): Likewise.
11960
11961 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11962
11963 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11964 Use with_test_prefix.
11965
11966 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11967
11968 * gdb.base/completion.exp: Add test for completion of layout
11969 names.
11970
11971 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11972
11973 * lib/gdb.exp (skip_tui_tests): New proc.
11974 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11975
11976 2015-05-19 Pedro Alves <palves@redhat.com>
11977
11978 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11979 Save the whole env array instead of just HOME. Unset HISTSIZE in
11980 the environment while testing. Restore whole environment
11981 afterwards.
11982
11983 2015-05-16 Doug Evans <xdje42@gmail.com>
11984
11985 * gdb.guile/scm-ports.c: New file.
11986 * gdb.guile/scm-ports.exp: Add memory port tests.
11987
11988 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11989
11990 * gdb.compile/compile-print.c: New file.
11991 * gdb.compile/compile-print.exp: New file.
11992
11993 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11994
11995 * gdb.compile/compile-ops.exp: Cast param to void.
11996 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11997 (compile code struct_object.selffield = &struct_object): Add xfail.
11998
11999 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12000
12001 * gdb.ada/arr_enum_with_gap: New testcase.
12002
12003 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12004
12005 * gdb.ada/byte_packed_arr: New testcase.
12006
12007 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12008
12009 * gdb.ada/pckd_neg: New testcase.
12010
12011 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12012
12013 PR gdb/17820
12014 * gdb.base/gdbinit-history.exp: New test.
12015 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12016 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12017
12018 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12019
12020 * gdb.python/py-xmethods.cc: Enhance test case.
12021 * gdb.python/py-xmethods.exp: New tests.
12022 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12023 function.
12024 (B_indexoper): Likewise.
12025 (global_dm_list) : Add new xmethod worker functions.
12026
12027 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12028
12029 * gdb.base/coredump-filter.exp: Correctly unset
12030 "coredump_var_addr" array.
12031
12032 2015-05-08 Pedro Alves <palves@redhat.com>
12033
12034 * gdb.server/non-existing-program.exp: Unset spawn_id.
12035
12036 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12037
12038 PR python/18291
12039 * gdb.python/py-xmethods.exp: Add tests.
12040
12041 2015-05-08 Yao Qi <yao.qi@linaro.org>
12042
12043 PR gdb/18208
12044 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12045 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12046 function set_coredump_filter, and remove remote_exec call.
12047 Remove argument ipid. Callers update.
12048 (top level): Don't get inferior's PID.
12049
12050 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12051
12052 * gdb.base/watch_thread_num.exp: Skip test on targets without
12053 access watchpoints.
12054
12055 2015-05-06 Pedro Alves <palves@redhat.com>
12056
12057 PR server/18081
12058 * gdb.server/non-existing-program.exp: New file.
12059
12060 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12061
12062 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12063
12064 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12065
12066 * gdb.ada/out_of_line_in_inlined: New testcase.
12067
12068 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12069
12070 * gdb.ada/var_rec_arr: New testcase.
12071
12072 2015-04-30 Yao Qi <yao.qi@linaro.org>
12073
12074 * gdb.base/break-idempotent.exp: If
12075 skip_hw_watchpoint_multi_tests returns true, skip the tests
12076 on "rwatch" and "awatch".
12077
12078 2015-04-30 Yao Qi <yao.qi@linaro.org>
12079
12080 * gdb.base/relativedebug.exp: Invoke gdb command
12081 "info sharedlibrary", and if libc.so doesn't have debug info,
12082 skip the test.
12083
12084 2015-04-29 Doug Evans <dje@google.com>
12085
12086 * gdb.python/py-xmethods.exp: Add ptype tests.
12087 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12088 get_result_type method.
12089
12090 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12091
12092 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12093 the target does not support hardware watchpoints.
12094
12095 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12096
12097 * gdb.base/break-always.exp: Abort testing if writing to memory
12098 causes an error.
12099
12100 2015-04-28 Doug Evans <dje@google.com>
12101
12102 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12103 * gdb.python/py-pp-registration.exp: ... here. New file.
12104 * gdb.python/py-pp-registration.c: New file.
12105 * gdb.python/py-pp-registration.py: New file.
12106
12107 2015-04-28 Doug Evans <dje@google.com>
12108
12109 * gdb.python/py-bad-printers.c: New file.
12110 * gdb.python/py-bad-printers.py: New file.
12111 * gdb.python/py-bad-printers.exp: New file.
12112
12113 2015-04-28 Sasha Smundak <asmundak@google.com>
12114
12115 * gdb.python/py-type.exp: New test.
12116
12117 2015-04-28 Andy Wingo <wingo@igalia.com>
12118
12119 * gdb.python/py-parameter.exp:
12120 * gdb.guile/scm-parameter.exp: Escape the path that we are
12121 matching against, as it might contain characters that are special
12122 to regular expressions.
12123
12124 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12125
12126 * gdb.ada/rec_comp: New testcase.
12127
12128 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12129
12130 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12131 before using it.
12132
12133 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12134
12135 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12136 new tests for verilog output.
12137
12138 2015-04-24 Yao Qi <yao.qi@linaro.org>
12139
12140 * boards/remote-gdbserver-on-localhost.exp: New file.
12141
12142 2015-04-23 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12145 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12146 "end of file", remove $inferior_spawn_id from the indirect list.
12147
12148 2015-04-23 Pedro Alves <palves@redhat.com>
12149
12150 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12151
12152 2015-04-23 Pedro Alves <palves@redhat.com>
12153
12154 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12155 on $any_spawn_id instead of only on $gdb_spawn_id.
12156
12157 2015-04-21 Pierre Muller <muller@sourceware.org>
12158
12159 PR pascal/17815
12160 * lib/pascal.exp (gpc_compile): Add new option "class".
12161 (fpc_compile): Likewise.
12162 * gdb.pascal/case-insensitive-symbols.pas: New file.
12163 * gdb.pascal/case-insensitive-symbols.exp: New file.
12164
12165 2015-04-20 Gary Benson <gbenson@redhat.com>
12166
12167 * gdb.base/attach.exp: Fix three extended remote failures.
12168
12169 2015-04-17 Gary Benson <gbenson@redhat.com>
12170
12171 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12172 the main executable over the remote protocol.
12173
12174 2015-04-16 Pedro Alves <palves@redhat.com>
12175
12176 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12177 a new gdbserver if gdbserver_reconnect_p is set.
12178
12179 2015-04-16 Pedro Alves <palves@redhat.com>
12180
12181 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12182 is set, don't exit gdbserver.
12183
12184 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12185
12186 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12187 appropriate .insn, such that an older assembler can be used.
12188 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12189 the z/Architecture instruction set on 31-bit targets as well.
12190
12191 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12192
12193 * gdb.go/handcall.exp: Remove all logic related to the first
12194 breakpoint and rely on go_runto_main instead.
12195 * gdb.go/strings.exp: Likewise.
12196 * gdb.go/unsafe.exp: Likewise.
12197 * gdb.go/hello.exp: Likewise. Also rename the remaining
12198 breakpoint marker to "breakpoint 1".
12199 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12200 * gdb.go/strings.go: Likewise.
12201 * gdb.go/unsafe.go: Likewise.
12202 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12203 "set breakpoint 2 here" and rename the remaining breakpoint marker
12204 to "breakpoint 1".
12205
12206 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12207
12208 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12209 if itertools.imap is not present.
12210 * gdb.python/py-objfile.exp: Add parentheses.
12211 * gdb.python/py-type.exp: Same.
12212 * gdb.python/py-unwind-maint.py: Same.
12213
12214 2015-04-15 Yao Qi <yao.qi@linaro.org>
12215
12216 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12217 of ":$ptr_size" and set its form explicitly.
12218
12219 2015-04-15 Pedro Alves <palves@redhat.com>
12220 Yao Qi <yao.qi@linaro.org>
12221
12222 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12223 timeout by factor of 4.
12224 (test_regular_watch): Likewise.
12225 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12226 * gdb.reverse/sigall-reverse.exp: Likewise.
12227 * gdb.reverse/until-precsave.exp: Likewise.
12228 * lib/gdb.exp (with_timeout_factor): New proc.
12229 (gdb_expect): Move some code to ...
12230 (get_largest_timeout): ... here. New procedure.
12231
12232 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12233
12234 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12235
12236 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12237
12238 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12239 to write to the .text section.
12240
12241 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12242
12243 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12244 Handle the case of targets that do not provide PID information.
12245
12246 2015-04-13 Yao Qi <yao.qi@linaro.org>
12247
12248 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12249 and use expect instead of gdb_expect.
12250
12251 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12252
12253 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12254 "coredump_var_addr" to avoid naming conflict with other testcases.
12255
12256 2015-04-10 Pedro Alves <palves@redhat.com>
12257
12258 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12259 gdb_test_sequence and gdb_assert.
12260
12261 2015-04-10 Pedro Alves <palves@redhat.com>
12262
12263 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12264 test messages that don't include the breakpoint address.
12265
12266 2015-04-10 Yao Qi <yao.qi@linaro.org>
12267
12268 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12269 false for some offset and width combinations which aren't
12270 supported by linux kernel.
12271
12272 2015-04-10 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12275 procedure, factored out from ...
12276 (top level): ... here. Add "set displaced-stepping" testing axis.
12277 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12278 parameter "displaced". Use it.
12279 (top level): Use foreach and add "set displaced-stepping" testing
12280 axis.
12281
12282 2015-04-10 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12285 Remove comment.
12286 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12287 both the address of the instruction that triggers the watchpoint
12288 and the address of the instruction immediately after, and use
12289 those addresses for the test. Fix comment.
12290
12291 2015-04-10 Pedro Alves <palves@redhat.com>
12292
12293 * gdb.base/sigstep.exp (breakpoint_to_handler)
12294 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12295 Test "backtrace" in handler.
12296 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12297 (top level): Add new "displaced" test axis to
12298 breakpoint_to_handler, breakpoint_to_handler_entry and
12299 breakpoint_over_handler.
12300
12301 2015-04-10 Pedro Alves <palves@redhat.com>
12302
12303 PR gdb/18216
12304 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12305
12306 2015-04-10 Yao Qi <yao.qi@linaro.org>
12307
12308 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12309 (test_add_rn_pc): New function.
12310 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12311 (top level): Invoke test_add_rn_pc.
12312
12313 2015-04-10 Pedro Alves <palves@redhat.com>
12314
12315 PR gdb/13858
12316 * gdb.base/step-over-no-symbols.exp: New file.
12317
12318 2015-04-09 Andy Wingo <wingo@igalia.com>
12319
12320 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12321 after the Python tests.
12322
12323 2015-04-08 Keith Seitz <keiths@redhat.com>
12324
12325 PR python/16699
12326 * gdb.python/py-completion.exp: New tests for completion.
12327 * gdb.python/py-completion.py (CompleteLimit1): New class.
12328 (CompleteLimit2): Likewise.
12329 (CompleteLimit3): Likewise.
12330 (CompleteLimit4): Likewise.
12331 (CompleteLimit5): Likewise.
12332 (CompleteLimit6): Likewise.
12333 (CompleteLimit7): Likewise.
12334
12335 2015-04-08 Pedro Alves <palves@redhat.com>
12336
12337 PR gdb/18214
12338 PR gdb/18216
12339 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12340 function.
12341 (main): Install it as SIGUSR1 handler.
12342 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12343 parameter. Always use "setup" as prefix. Toggle "set
12344 displaced-stepping" off/on depending on global. Don't switch to
12345 thread 1 here.
12346 (top level): Add displaced stepping "off/on" test axis. Update
12347 "setup" calls. Wrap each subtest with with_test_prefix. Test
12348 continuing with a queued signal in each thread.
12349
12350 2015-04-08 Pedro Alves <palves@redhat.com>
12351
12352 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12353 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12354 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12355 Return early if running to main fails.
12356 * gdb.trace/while-stepping.exp: Likewise.
12357
12358 2015-04-07 Pedro Alves <palves@redhat.com>
12359
12360 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12361 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12362 interact with inferior program.
12363
12364 2015-04-07 Pedro Alves <palves@redhat.com>
12365
12366 * lib/gdb.exp (inferior_spawn_id): New global.
12367 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12368 spawn id after processing the user code.
12369 (default_gdb_start): Set inferior_spawn_id.
12370 (send_inferior): New procedure.
12371 * lib/gdbserver-support.exp (gdbserver_start): Set
12372 inferior_spawn_id.
12373 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12374
12375 2015-04-07 Pedro Alves <palves@redhat.com>
12376
12377 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12378 * lib/gdbserver-support.exp (gdbserver_start): Make
12379 $server_spawn_id global.
12380 (gdbserver_start): Don't wait for gdbserver's spawn id with
12381 expect_background.
12382 (close_gdbserver): New procedure.
12383 (gdb_exit): Rename the default version and reimplement.
12384
12385 2015-04-07 Pedro Alves <palves@redhat.com>
12386
12387 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12388 append the substituted item, not the original item.
12389
12390 2015-04-07 Pedro Alves <palves@redhat.com>
12391
12392 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12393 gdb_expect.
12394
12395 2015-04-07 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12398 output appearing once only.
12399
12400 2015-04-07 Pedro Alves <palves@redhat.com>
12401
12402 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12403 that doesn't expect anything. Return early if running to main
12404 fails.
12405
12406 2015-04-07 Yao Qi <yao.qi@linaro.org>
12407
12408 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12409 (child_function): Call alarm.
12410 (main): Move call to alarm into the loop.
12411 * gdb.threads/non-stop-fair-events.exp: Build program with
12412 -DTIMEOUT=$timeout.
12413
12414 2015-04-06 Doug Evans <xdje42@gmail.com>
12415
12416 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12417 Fix dest parameter to board_info.
12418 (fpc_compile): Ditto.
12419 (gdb_compile_pascal): Rename dest arg to destfile.
12420
12421 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12422
12423 * gdb.ada/funcall_ref.exp: New file.
12424 * gdb.ada/funcall_ref/foo.adb: New file.
12425
12426 2015-04-02 Yao Qi <yao.qi@linaro.org>
12427
12428 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12429 is remote.
12430
12431 2015-04-02 Gary Benson <gbenson@redhat.com>
12432
12433 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12434
12435 2015-04-01 Sasha Smundak <asmundak@google.com>
12436
12437 * gdb.python/py-unwind-maint.c: New file.
12438 * gdb.python/py-unwind-maint.exp: New test.
12439 * gdb.python/py-unwind-maint.py: New file.
12440 * gdb.python/py-unwind.c: New file.
12441 * gdb.python/py-unwind.exp: New test.
12442 * gdb.python/py-unwind.py: New test.
12443
12444 2015-04-01 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12447 to fail instead of non-existent $test.
12448
12449 2015-04-01 Pedro Alves <palves@redhat.com>
12450
12451 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12452 GDBFLAGS if not empty.
12453
12454 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12455
12456 * gdb.ada/complete.exp: Remove "multi_line".
12457 * gdb.ada/info_exc.exp: Remove "multi_line".
12458 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12459 * gdb.ada/ptype_field.exp: Remove "multi_line".
12460 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12461 * gdb.ada/tagged.exp: Remove "multi_line".
12462 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12463 [multi_line ...]
12464 * gdb.btrace/delta.exp: Likewise.
12465 * gdb.btrace/exception.exp: Likewise.
12466 * gdb.btrace/function_call_history.exp: Likewise.
12467 * gdb.btrace/instruction_history.exp: Likewise.
12468 * gdb.btrace/nohist.exp: Likewise.
12469 * gdb.btrace/record_goto.exp: Likewise.
12470 * gdb.btrace/segv.exp: Likewise.
12471 * gdb.btrace/stepi.exp: Likewise.
12472 * gdb.btrace/tailcall.exp: Likewise.
12473 * gdb.btrace/unknown_functions.exp: Likewise.
12474 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12475 * lib/gdb.exp: Add the "multi_line" helper.
12476
12477 2015-04-01 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.threads/tid-reuse.c: New file.
12480 * gdb.threads/tid-reuse.exp: New file.
12481
12482 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12483
12484 PR corefiles/16092
12485 * gdb.base/coredump-filter.c: New file.
12486 * gdb.base/coredump-filter.exp: Likewise.
12487
12488 2015-03-27 Petr Machata <pmachata@redhat.com>
12489
12490 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12491 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12492 (Dwarf::assemble): Initialize them.
12493 (Dwarf::lines): New function.
12494
12495 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12496
12497 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12498 SYMBOL_PREFIX for x86_64-*-cygwin.
12499
12500 2015-03-26 Andy Wingo <wingo@igalia.com>
12501
12502 PR symtab/18148
12503 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12504 const_value but not a location.
12505 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12506 location defined in non-main CUs are visible.
12507
12508 2015-03-26 Yao Qi <yao.qi@linaro.org>
12509
12510 PR testsuite/18139
12511 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12512 Add a line number entry for the same line.
12513 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12514 Add a line number entry for the same line.
12515
12516 2015-03-26 Yao Qi <yao.qi@linaro.org>
12517
12518 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12519 .int 0.
12520 (func): Likewise. Add .Lfunc_1 label.
12521 Use .Lfunc_1 label.
12522 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12523 .int 0.
12524 (func): Likewise.
12525 Use .Lfunc_1 label.
12526
12527 2015-03-26 Yao Qi <yao.qi@linaro.org>
12528
12529 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12530 Call gdb_compile instead to compile each .s files without debug
12531 information.
12532
12533 2015-03-26 Yao Qi <yao.qi@linaro.org>
12534
12535 * gdb.base/savedregs.exp (process_saved_regs): Make
12536 "Saved registers:" optional in the pattern.
12537
12538 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12539
12540 * gdb.btrace/next.exp: Merged into step.exp.
12541 * gdb.btrace/finish.exp: Merged into step.exp.
12542 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12543 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12544 "record goto" and checking the exact replay position.
12545 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12546 check for "Recording format" in "info record" output.
12547 * gdb.btrace/record_goto.exp: Choose test file based on target.
12548 * gdb.btrace/x86-record_goto.S: Renamed into ...
12549 * gdb.btrace/x86_64-record_goto.S: ... this.
12550 * gdb.btrace/i686-record_goto.S: New.
12551 * gdb.btrace/x86-tailcall.S: Renamed into ...
12552 * gdb.btrace/x86_64-tailcall.S: ... this.
12553 * gdb.btrace/i686-tailcall.S: New.
12554 * gdb.btrace/x86-tailcall.c: Renamed into ...
12555 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12556 separate statements. Update test.
12557 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12558 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12559 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12560 * gdb.btrace/tailcall.exp: Choose test file based on target.
12561 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12562
12563 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12564
12565 * gdb.btrace/exception.exp: Increase BTS buffer size.
12566
12567 2015-03-24 Pedro Alves <palves@redhat.com>
12568
12569 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12570
12571 2015-03-24 Pedro Alves <palves@redhat.com>
12572
12573 * gdb.threads/schedlock.exp (test_step): No longer expect that
12574 "set scheduler-locking step" with "next" over a function call runs
12575 threads unlocked.
12576
12577 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12578
12579 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12580
12581 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12582
12583 PR breakpoints/16466
12584 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12585 * gdb.mi/mi-pending.c (thread_func): New function.
12586 (int main): Add threading support required.
12587 * gdb.mi/mi-pending.exp: Add tests for this issue.
12588 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12589 (pendfunc2): Remove stdio dependency.
12590 * gdb.mi/mi-pendshr2.c: New file.
12591
12592 2015-03-23 Keith Seitz <keiths@redhat.com>
12593
12594 * gdb.linespec/keywords.c: New file.
12595 * gdb.linespec/keywords.exp: New file.
12596
12597 2015-03-23 Keith Seitz <keiths@redhat.com>
12598
12599 PR gdb/18021
12600 * gdb.dwarf2/staticvirtual.exp: New test.
12601
12602 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12603
12604 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12605 * README: Remove HP-UX and gdb.hp.
12606 (configuration):
12607 * configure: Regenerate.
12608 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12609 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12610 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12611 gdb.hp/gdb.defects/Makefile.
12612 * gdb.hp/Makefile.in: File deleted.
12613 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12614 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12615 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12616 * gdb.hp/gdb.aCC/run.c: File deleted.
12617 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12618 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12619 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12620 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12621 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12622 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12623 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12624 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12625 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12626 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12627 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12628 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12629 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12630 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12631 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12632 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12633 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12634 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12635 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12636 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12637 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12638 * gdb.hp/gdb.compat/average.c: File deleted.
12639 * gdb.hp/gdb.compat/sum.c: File deleted.
12640 * gdb.hp/gdb.compat/xdb.c: File deleted.
12641 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12642 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12643 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12644 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12645 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12646 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12647 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12648 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12649 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12650 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12651 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12652 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12653 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12654 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12655 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12656 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12657 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12658 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12659 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12660 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12661 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12662 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12663 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12664 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12665 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12666 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12667 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12668 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12669 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12670 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12671 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12672 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12673 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12674 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12675 * gdb.hp/tools/odump: File deleted.
12676
12677 2015-03-19 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12680 (saw_thread_3): New globals.
12681 (top level): Increment them when an event for the corresponding
12682 thread is seen.
12683 (no thread starvation): New test.
12684
12685 2015-03-19 Pedro Alves <palves@redhat.com>
12686
12687 * gdb.threads/continue-pending-status.c: New file.
12688 * gdb.threads/continue-pending-status.exp: New file.
12689
12690 2015-03-18 Pedro Alves <palves@redhat.com>
12691
12692 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12693 Use gdb_is_target_remote instead of is_remote. Use
12694 gdb_test_multiple instead of gdb_expect. Exit early if
12695 gdb_test_multiple hits its internal matches. Tighten stepi tests
12696 expected output. Fail on exit with any signal, instead of just
12697 SIGILL.
12698
12699 2015-03-18 Yao Qi <yao.qi@linaro.org>
12700
12701 PR tdep/18107
12702 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12703 variable.
12704 * gdb.base/catch-syscall.exp: Don't skip it on
12705 aarch64*-*-linux* target. Remove elements in all_syscalls.
12706 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12707 target.
12708 (setup_all_syscalls): New proc.
12709
12710 2015-03-16 Yao Qi <yao.qi@linaro.org>
12711
12712 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12713 (top level): Skip tests if valid_addr_p returns false for
12714 $cmd1 or $cmd2.
12715
12716 2015-03-11 Andy Wingo <wingo@igalia.com>
12717
12718 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12719
12720 2015-03-11 Yao Qi <yao.qi@linaro.org>
12721
12722 * gdb.base/catch-syscall.exp: Fix typo in comments.
12723
12724 2015-03-11 Yao Qi <yao.qi@linaro.org>
12725
12726 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12727
12728 2015-03-09 Pedro Alves <palves@redhat.com>
12729
12730 * dg-extract-results.py: Delete.
12731
12732 2015-03-09 Pedro Alves <palves@redhat.com>
12733
12734 Merge dg-extract-results.sh from GCC upstream (r218843).
12735
12736 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12737 * dg-extract-results.sh: Use --text with grep to avoid issues with
12738 binary files. Fall back to cat -v, if that doesn't work.
12739
12740 2015-03-05 Pedro Alves <palves@redhat.com>
12741
12742 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12743
12744 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12745
12746 * lib/mi-support.exp (mi_expect_interrupt): Accept
12747 alternative event for when in all-stop mode.
12748
12749 2015-03-04 Pedro Alves <palves@redhat.com>
12750
12751 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12752
12753 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12754
12755 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12756
12757 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12758
12759 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12760 regexps for GDB's current line display, accept a hex address
12761 preceding the line number.
12762
12763 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12764
12765 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12766 the 'arch1' variable for "s390*-linux*" targets.
12767
12768 2015-03-04 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12771 (main): Pass missing retval argument to pthread_join call.
12772
12773 2015-03-02 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12776 (top level): Call do_test with non-stop as well.
12777
12778 2015-03-02 Pedro Alves <palves@redhat.com>
12779
12780 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12781 -1.
12782
12783 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12784
12785 * gdb.arch/s390-vregs.exp: New test.
12786 * gdb.arch/s390-vregs.S: New file.
12787
12788 2015-02-27 Pedro Alves <palves@redhat.com>
12789
12790 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12791 call to catch_command_errors.
12792 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12793 catch_command_errors.
12794
12795 2015-02-27 Pedro Alves <palves@redhat.com>
12796
12797 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12798 "true" for boolean result.
12799 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12800 prototype of main.
12801
12802 2015-02-27 Pedro Alves <palves@redhat.com>
12803
12804 * lib/unbuffer_output.c: New file.
12805 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12806 (main): Call gdb_unbuffer_output.
12807
12808 2015-02-27 Yao Qi <yao.qi@linaro.org>
12809
12810 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12811 target.
12812
12813 2015-02-26 Doug Evans <dje@google.com>
12814
12815 * gdb.cp/class2.cc (Dbase, D): New classes.
12816 (main): New local delta.
12817 * gdb.cp/class2.exp: Test printing delta.
12818 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12819 (dynbar): New global.
12820 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12821
12822 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12823
12824 * gdb.compile/compile-ifunc.c: New file.
12825 * gdb.compile/compile-ifunc.exp: New file.
12826
12827 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12828
12829 * gdb.base/structs.exp: Check for correct struct on finish.
12830
12831 2015-02-26 Yao Qi <yao.qi@linaro.org>
12832
12833 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12834 is zero.
12835
12836 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12837
12838 * gdb.arch/cordic.ko.bz2: New file.
12839 * gdb.arch/cordic.ko.debug.bz2: New file.
12840 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12841
12842 2015-02-25 Yao Qi <yao.qi@linaro.org>
12843
12844 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12845 aarch64*-*-* target.
12846
12847 2015-02-23 Pedro Alves <palves@redhat.com>
12848
12849 * lib/gdb.exp (delete_breakpoints): Rewrite using
12850 gdb_test_multiple.
12851
12852 2015-02-23 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.base/info-os.c: Include stdlib.h.
12855
12856 2015-02-22 Doug Evans <xdje42@gmail.com>
12857
12858 PR symtab/17855
12859 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12860 is read after symbols have been re-read.
12861 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12862 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12863
12864 2015-02-21 Doug Evans <dje@google.com>
12865
12866 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12867
12868 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12869
12870 PR corefiles/17808
12871 * gdb.arch/i386-biarch-core.core.bz2: New file.
12872 * gdb.arch/i386-biarch-core.exp: New file.
12873
12874 2015-02-21 Pedro Alves <palves@redhat.com>
12875
12876 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12877 runto_main fails.
12878
12879 2015-02-20 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12882 info probes.
12883
12884 2015-02-20 Pedro Alves <palves@redhat.com>
12885
12886 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12887
12888 2015-02-20 Pedro Alves <palves@redhat.com>
12889
12890 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12891 clean_restart before gdb_target_supports_trace.
12892
12893 2015-02-20 Pedro Alves <palves@redhat.com>
12894
12895 PR threads/18006
12896 * gdb.threads/clone-thread_db.c: New file.
12897 * gdb.threads/clone-thread_db.exp: New file.
12898
12899 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12900
12901 PR breakpoints/16812
12902 * gdb.base/catch-gdb-caused-signals.c: New file.
12903 * gdb.base/catch-gdb-caused-signals.exp: New file.
12904
12905 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12906
12907 * configure: Regenerated.
12908 * configure.ac: Use GDB_AC_TRANSFORM.
12909 * aclocal.m4: sinclude ../transform.m4.
12910
12911 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12912
12913 * lib/dtrace.exp: New file.
12914 * gdb.base/dtrace-probe.exp: Likewise.
12915 * gdb.base/dtrace-probe.d: Likewise.
12916 * gdb.base/dtrace-probe.c: Likewise.
12917 * lib/pdtrace.in: Likewise.
12918 * configure.ac: Output variables with the transformed names of
12919 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12920 * configure: Regenerated.
12921
12922 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12923
12924 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12925 expected message when trying to access $_probe_* convenience
12926 variables while not on a probe.
12927
12928 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12929
12930 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12931
12932 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12933
12934 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12935 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12936
12937 2015-02-10 Doug Evans <xdje42@gmail.com>
12938
12939 * lib/gdb.exp (gdb_load): Always return a result.
12940
12941 2015-02-10 Pedro Alves <palves@redhat.com>
12942
12943 * gdb.threads/signal-sigtrap.c: New file.
12944 * gdb.threads/signal-sigtrap.exp: New file.
12945
12946 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12947
12948 * gdb.trace/no-attach-trace.c: New file.
12949 * gdb.trace/no-attach-trace.exp: New file.
12950
12951 2015-02-09 Mark Wielaard <mjw@redhat.com>
12952
12953 * gdb.dwarf2/atomic.c: New file.
12954 * gdb.dwarf2/atomic-type.exp: Likewise.
12955
12956 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12957
12958 * gdb.btrace/buffer-size.exp: Update "info record" output.
12959 * gdb.btrace/delta.exp: Update "info record" output.
12960 * gdb.btrace/enable.exp: Update "info record" output.
12961 * gdb.btrace/finish.exp: Update "info record" output.
12962 * gdb.btrace/instruction_history.exp: Update "info record" output.
12963 * gdb.btrace/next.exp: Update "info record" output.
12964 * gdb.btrace/nexti.exp: Update "info record" output.
12965 * gdb.btrace/step.exp: Update "info record" output.
12966 * gdb.btrace/stepi.exp: Update "info record" output.
12967 * gdb.btrace/nohist.exp: Update "info record" output.
12968
12969 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12970
12971 * gdb.btrace/buffer-size: New.
12972
12973 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12974
12975 * gdb.btrace/delta.exp: Update "info record" output.
12976 * gdb.btrace/enable.exp: Update "info record" output.
12977 * gdb.btrace/finish.exp: Update "info record" output.
12978 * gdb.btrace/instruction_history.exp: Update "info record" output.
12979 * gdb.btrace/next.exp: Update "info record" output.
12980 * gdb.btrace/nexti.exp: Update "info record" output.
12981 * gdb.btrace/step.exp: Update "info record" output.
12982 * gdb.btrace/stepi.exp: Update "info record" output.
12983 * gdb.btrace/nohist.exp: Update "info record" output.
12984
12985 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12986
12987 PR gdb/15678
12988 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12989
12990 2015-02-06 Pedro Alves <palves@redhat.com>
12991
12992 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12993 macro.
12994 (seconds_left, again): New globals.
12995 (main): Wait seconds_left in a 1-second sleep loop instead of
12996 sleeping 180 seconds. If 'again' is set, reset the seconds
12997 counter.
12998 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12999 'again' in the inferior before detaching. Print the seconds left.
13000 (options): New global.
13001 (top level): Build program with -DTIMEOUT=$timeout.
13002
13003 2015-02-06 Pedro Alves <palves@redhat.com>
13004
13005 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13006 determine how many seconds to pass to 'alarm'.
13007 * gdb.base/gdb-sigterm.exp (top level): Build program with
13008 -DTIMEOUT=$timeout.
13009 (do_test): Return success/failure indication. Add more verbose
13010 logging. Don't fail if 200 single steps are seen. Instead, fail
13011 when the test times out.
13012 (passes): New global.
13013 (top level): Break the testing loop if testing fails on any
13014 iteration. Use gdb_assert.
13015
13016 2015-02-04 Don Breazeal <donb@codesourcery.com>
13017
13018 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13019 and initialize them.
13020 (ipc_cleanup): New function.
13021 (main): Don't declare shmid, semid, and msqid. Add a call to
13022 atexit so that we call ipc_cleanup on exit.
13023
13024 2015-02-04 Pedro Alves <palves@redhat.com>
13025
13026 * boards/native-extended-gdbserver.exp: Remove any target variant
13027 specifications from the board name before clearing the isremote
13028 flag from board_info.
13029
13030 2015-01-31 Doug Evans <xdje42@gmail.com>
13031
13032 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13033
13034 2015-01-31 Gary Benson <gbenson@redhat.com>
13035
13036 * gdb.base/completion.exp: Disable completion limiting for
13037 existing tests. Add new tests to check completion limiting.
13038 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13039
13040 2015-01-31 Doug Evans <xdje42@gmail.com>
13041
13042 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13043
13044 2015-01-31 Doug Evans <xdje42@gmail.com>
13045
13046 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13047 entries. Duplicate file section script entries.
13048 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13049 inlined entries. Add test for safe-path rejection.
13050 * gdb.python/py-section-script.c: Add duplicate inlined section script
13051 entries. Duplicate file section script entries.
13052 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13053 inlined entries. Add test for safe-path rejection.
13054
13055 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13056
13057 * gdb.ada/disc_arr_bound: New testcase.
13058
13059 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13060
13061 * gdb.ada/mi_var_array: New testcase.
13062
13063 2015-01-27 Doug Evans <dje@google.com>
13064
13065 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13066 Add test for objfile.filename, objfile.username after objfile
13067 has been unloaded.
13068
13069 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13070
13071 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13072 the second test to print the name attribute of value
13073 returned by the call to gdb.lookup_type, and adjust
13074 the expected output accordingly.
13075
13076 2015-01-25 Mark Wielaard <mjw@redhat.com>
13077
13078 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13079 * gdb.base/disp-step-fork.c: Include unistd.h.
13080 * gdb.base/siginfo-obj.c: Include stdio.h.
13081 * gdb.base/siginfo-thread.c: Likewise.
13082 * gdb.mi/non-stop.c: Include unistd.h.
13083 * gdb.mi/nsthrexec.c: Include stdio.h.
13084 * gdb.mi/pthreads.c: Include unistd.h.
13085 * gdb.modula2/unbounded1.c (main): Declare returns int.
13086 * gdb.reverse/consecutive-reverse.c: Likewise.
13087 * gdb.threads/create-fail.c: Include unistd.h.
13088 * gdb.threads/killed.c: Likewise.
13089 * gdb.threads/linux-dp.c: Likewise.
13090 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13091 * gdb.threads/non-ldr-exc-2.c: Likewise.
13092 * gdb.threads/non-ldr-exc-3.c: Likewise.
13093 * gdb.threads/non-ldr-exc-4.c: Likewise.
13094 * gdb.threads/pthreads.c: Include unistd.h.
13095 (main): Declare returns int.
13096 * gdb.threads/tls-main.c (foo): New declaration.
13097 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13098
13099 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13100
13101 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13102 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13103
13104 2015-01-15 Mark Wielaard <mjw@redhat.com>
13105
13106 * gdb.base/noreturn-return.c: New file.
13107 * gdb.base/noreturn-return.exp: New file.
13108 * gdb.base/noreturn-finish.c: New file.
13109 * gdb.base/noreturn-finish.exp: New file.
13110
13111 2015-01-23 Pedro Alves <palves@redhat.com>
13112
13113 * gdb.threads/continue-pending-after-query.c: New file.
13114 * gdb.threads/continue-pending-after-query.exp: New file.
13115
13116 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13117 Simon Marchi <simon.marchi@ericsson.com>
13118
13119 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13120 * gdb.base/valgrind-db-attach.exp: Same.
13121 * gdb.base/valgrind-infcall.exp: Same.
13122 * lib/mi-support.exp (default_mi_gdb_start): Same.
13123 * lib/prompt.exp (default_prompt_gdb_start): Same.
13124 * lib/gdb.exp (default_gdb_spawn): Same.
13125 (gdb_interact): New.
13126
13127
13128 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13129
13130 * gdb.compile/compile.exp (pointer to jit function): New test.
13131
13132 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13133
13134 * lib/gdb.exp (supports_process_record): Return true for
13135 powerpc*-*-linux*.
13136 (supports_reverse): Likewise.
13137
13138 2015-01-15 Don Breazeal <donb@codesourcery.com>
13139
13140 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13141 instead of checking whether the target board is remote and
13142 use spawn_wait_for_attach instead of exec/sleep.
13143 * gdb.base/attach-twice.exp: Likewise.
13144
13145 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13146
13147 * gdb.ada/var_arr_attrs: New testcase.
13148
13149 2015-01-14 Pedro Alves <palves@redhat.com>
13150 Joel Brobecker <brobecker@adacore.com>
13151
13152 PR gdb/17525
13153 * gdb.base/bp-cmds-execution-x-script.c: New file.
13154 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13155 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13156
13157 2015-01-14 Pedro Alves <palves@redhat.com>
13158
13159 PR cli/17828
13160 * gdb.base/batch-preserve-term-settings.c: New file.
13161 * gdb.base/batch-preserve-term-settings.exp: New file.
13162
13163 2015-01-13 Doug Evans <dje@google.com>
13164
13165 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13166 binary.
13167
13168 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13169
13170 * Makefile.in (clean mostlyclean): Do not delete *.py.
13171
13172 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13173
13174 * gdb.python/py-lookup-type.exp: New file.
13175
13176 2015-01-12 Pedro Alves <palves@redhat.com>
13177
13178 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13179 restore GDBFLAGS before returning.
13180
13181 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13182
13183 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13184 is_amd64_regs_target and is_x86_like_target.
13185
13186 2015-01-11 Doug Evans <xdje42@gmail.com>
13187
13188 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13189 is given without an explicit form.
13190 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13191 attributes.
13192 * gdb.dwarf/corrupt.exp: Ditto.
13193 * gdb.dwarf2/enum-type.exp: Ditto.
13194 * gdb.trace/entry-values.exp: Ditto.
13195 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13196
13197 2015-01-11 Doug Evans <xdje42@gmail.com>
13198
13199 PR gdb/15830
13200 * gdb.base/maint.exp: Remove references to "maint demangle".
13201 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13202 Add tests for explicitly specifying language to demangle.
13203 * gdb.dlang/demangle.exp: Ditto.
13204
13205 2015-01-09 Pedro Alves <palves@redhat.com>
13206
13207 * gdb.threads/non-stop-fair-events.c: New file.
13208 * gdb.threads/non-stop-fair-events.exp: New file.
13209
13210 2015-01-09 Pedro Alves <palves@redhat.com>
13211
13212 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13213 the global scope. Set a breakpoint after all threads are started
13214 rather than stepping over two source lines. Expect the prompt.
13215 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13216 global.
13217 (NUM): Now 15.
13218 (main): Use threads_started_barrier to wait for all threads to
13219 start. Main thread no longer calls thread_function. Exit after
13220 180 seconds.
13221 (loop): New function.
13222 (thread_function): Wait on threads_started_barrier barrier. Call
13223 'loop' at each iteration.
13224 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13225 threads have started, instead of hardcoding number of "next"
13226 steps. Use an access watchpoint instead of a write watchpoint.
13227
13228 2015-01-09 Pedro Alves <palves@redhat.com>
13229
13230 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13231 (thread_func): Wait on barrier.
13232 (main): Wait for all threads to start before stopping GDB.
13233 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13234 global.
13235 (thread1_func, thread2_func): Wait on barrier.
13236 (main): Wait for all threads to start before stopping GDB.
13237 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13238 New global.
13239 (thread1_func, thread2_func): Wait on barrier.
13240 (main): Wait for all threads to start before stopping GDB.
13241
13242 2015-01-09 Pedro Alves <palves@redhat.com>
13243
13244 * gdb.threads/attach-many-short-lived-threads.c: New file.
13245 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13246
13247 2014-01-09 Pedro Alves <palves@redhat.com>
13248
13249 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13250 instead of to thread 2.
13251 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13252 Add barrier around each pthread_create call instead of around all
13253 calls.
13254 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13255 Set a break on thread_function and have the child threads hit it
13256 one at at a time.
13257
13258 2015-01-09 Pedro Alves <palves@redhat.com>
13259
13260 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13261 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13262 false.
13263 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13264 checking whether the target board is remote.
13265 * gdb.multi/multi-attach.exp: Likewise.
13266 * gdb.python/py-sync-interp.exp: Likewise.
13267 * gdb.server/ext-attach.exp: Likewise.
13268 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13269 tests that need to attach, instead of checking whether the target
13270 board is remote at the top of the file.
13271
13272 2015-01-08 Yao Qi <yao@codesourcery.com>
13273
13274 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13275
13276 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13277
13278 Fix testcase compilation.
13279 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13280
13281 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13282
13283 * gdb.python/py-type.exp: Add a couple test about empty
13284 array creation, and negative-length array creation.
13285
13286 2015-01-02 Doug Evans <xdje42@gmail.com>
13287
13288 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13289
13290 2015-01-02 Doug Evans <dje@google.com>
13291
13292 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13293
13294 2014-12-29 Yao Qi <yao@codesourcery.com>
13295
13296 * gdb.trace/entry-values.exp: Update comments. Rename variable
13297 bar_call_foo to returned_from_foo.
13298
13299 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13300
13301 PR gdb/17394
13302 * gdb.linespec/break-asm-file.c: New file.
13303 * gdb.linespec/break-asm-file.exp: New file.
13304 * gdb.linespec/break-asm-file0.s: New file.
13305 * gdb.linespec/break-asm-file1.s: New file.
13306
13307 2014-12-18 Nigel Stephens <nigel@mips.com>
13308 Maciej W. Rozycki <macro@codesourcery.com>
13309
13310 * gdb.base/float.exp: Handle the new output from "info float" on
13311 MIPS targets.
13312
13313 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13314
13315 Fix MinGW compilation.
13316 * gdb.compile/compile-ops.exp: Update untested message if
13317 !skip_compile_feature_tests.
13318 * gdb.compile/compile-setjmp.exp: Likewise.
13319 * gdb.compile/compile-tls.exp: Likewise.
13320 * gdb.compile/compile.exp: Likewise.
13321 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13322 supported on this host".
13323
13324 2014-12-16 Doug Evans <xdje42@gmail.com>
13325
13326 * boards/stabs.exp: New file.
13327
13328 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13329
13330 * gdb.base/completion.exp: Adjust to format changes of "maint
13331 print user-registers".
13332
13333 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13334
13335 PR server/17457
13336 * gdb.arch/aarch64-fp.c: New file.
13337 * gdb.arch/aarch64-fp.exp: New file.
13338
13339 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13340
13341 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13342 r210637, r210913, r211666, r215400, r215817).
13343
13344 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13345 * dg-extract-results.py: New file.
13346 * dg-extract-results.sh: Use it if the environment seems
13347 suitable.
13348
13349 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13350
13351 * dg-extract-results.py (parse_run): Handle warnings that
13352 are printed before a test harness is run.
13353
13354 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13355
13356 * dg-extract-results.py (Named): Remove __cmp__ method.
13357 (output_variation): Use a key to sort variation.harnesses.
13358
13359 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13360
13361 * dg-extract-results.py: For Python 3, force sys.stdout to
13362 handle surrogate escape sequences.
13363 (safe_open): New function.
13364 (output_segment, main): Use it.
13365
13366 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13367
13368 * dg-extract-results.py (Prog.result_re): Include options
13369 in test name.
13370
13371 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13372
13373 * dg-extract-results.py (output_variation): Always sort if
13374 do_sum.
13375
13376 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13377
13378 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13379 as long as we get pagination notifications.
13380
13381 2014-12-15 Jason Merrill <jason@redhat.com>
13382
13383 * Makefile.in (check-gdb.%): Restore.
13384 * README: Mention it.
13385
13386 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13387
13388 * gdb.ada/str_uninit: New testcase.
13389
13390 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13391
13392 PR symtab/17642
13393 * gdb.base/vla-stub-define.c: New file.
13394 * gdb.base/vla-stub.c: New file.
13395 * gdb.base/vla-stub.exp: New file.
13396
13397 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13398 Jan Kratochvil <jan.kratochvil@redhat.com>
13399 Tom Tromey <tromey@redhat.com>
13400
13401 * configure.ac: Add gdb.compile/.
13402 * configure: Regenerate.
13403 * gdb.compile/Makefile.in: New file.
13404 * gdb.compile/compile-ops.exp: New file.
13405 * gdb.compile/compile-ops.c: New file.
13406 * gdb.compile/compile-tls.c: New file.
13407 * gdb.compile/compile-tls.exp: New file.
13408 * gdb.compile/compile-constvar.S: New file.
13409 * gdb.compile/compile-constvar.c: New file.
13410 * gdb.compile/compile-mod.c: New file.
13411 * gdb.compile/compile-nodebug.c: New file.
13412 * gdb.compile/compile-setjmp-mod.c: New file.
13413 * gdb.compile/compile-setjmp.c: New file.
13414 * gdb.compile/compile-setjmp.exp: New file.
13415 * gdb.compile/compile-shlib.c: New file.
13416 * gdb.compile/compile.c: New file.
13417 * gdb.compile/compile.exp: New file.
13418 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13419
13420 2014-12-12 Tom Tromey <tromey@redhat.com>
13421
13422 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13423 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13424
13425 2014-12-12 Doug Evans <dje@google.com>
13426
13427 * lib/gdb-python.exp (get_python_valueof): New function.
13428 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13429
13430 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13431
13432 * gdb.base/completion.exp: Add test for completion of "info
13433 registers ".
13434
13435 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13436
13437 * gdb.base/func-ptrs.c: New file.
13438 * gdb.base/func-ptrs.exp: New file.
13439
13440 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13441
13442 PR breakpoints/17012
13443 * gdb.base/dprintf-detach.c: New file.
13444 * gdb.base/dprintf-detach.exp: New file.
13445
13446 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13447
13448 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13449 * lib/gdb.exp (target_is_gdbserver): New procedure.
13450
13451 2014-12-08 Doug Evans <dje@google.com>
13452
13453 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13454
13455 2014-12-05 Yao Qi <yao@codesourcery.com>
13456
13457 * gdb.guile/scm-error.exp: Remove the third argument to
13458 gdb_remote_download.
13459 * gdb.guile/scm-frame-args.exp: Likewise.
13460 * gdb.guile/scm-section-script.exp: Likewise.
13461
13462 2014-12-05 Yao Qi <yao@codesourcery.com>
13463
13464 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13465
13466 2014-12-04 Doug Evans <dje@google.com>
13467
13468 * gdb.python/py-objfile.exp: Add tests for
13469 objfile.add_separate_debug_file.
13470
13471 2014-12-04 Doug Evans <dje@google.com>
13472
13473 * lib/gdb.exp (get_build_id): New function.
13474 (build_id_debug_filename_get): Rewrite to use it.
13475 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13476
13477 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13478
13479 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13480 `method(long)', not just 0x0.
13481 * gdb.cp/nsalias.exp: Align code labels to 4.
13482 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13483 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13484 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13485 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13486 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13487 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13488
13489 2014-12-02 Doug Evans <dje@google.com>
13490
13491 PR symtab/17602
13492 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13493 * gdb.cp/anon-ns2.cc: ... here. New file.
13494 * gdb.cp/anon-ns.exp: Update.
13495
13496 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13497
13498 * gdb.python/py-events.py (inferior_call_handler): New.
13499 (register_changed_handler, memory_changed_handler): New.
13500 (test_events.invoke): Register new handlers.
13501 * gdb.python/py-events.exp: Add tests for inferior call,
13502 memory_changed and register_changed events.
13503
13504 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13505
13506 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13507 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13508 if the linker doesn't understand this.
13509
13510 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13511
13512 * gdb.python/python.exp: Change expected reply to help().
13513
13514 2014-12-01 Yao Qi <yao@codesourcery.com>
13515
13516 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13517 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13518 * configure: Re-generated.
13519
13520 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13521
13522 * gdb.cp/chained-calls.cc: New file.
13523 * gdb.cp/chained-calls.exp: New file.
13524 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13525
13526 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13527
13528 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13529 * gdb.dwarf2/symtab-producer.exp: Same.
13530 * gdb.gdb/python-interrupts.exp: Same.
13531 * gdb.gdb/python-selftest.exp: Same.
13532 * gdb.python/py-linetable.exp: Same.
13533 * gdb.python/py-type.exp: Same.
13534 * gdb.python/py-value-cc.exp: Same.
13535 * gdb.python/py-value.exp: Same.
13536
13537 2014-11-28 Yao Qi <yao@codesourcery.com>
13538
13539 * gdb.base/break-probes.exp: Match library name prefixed with
13540 sysroot.
13541
13542 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13543
13544 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13545 test expected output. Add parentheses for the call to print.
13546 Remove L suffix from integers.
13547
13548 2014-11-26 Doug Evans <dje@google.com>
13549
13550 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13551
13552 2014-11-22 Yao Qi <yao@codesourcery.com>
13553
13554 * gdb.trace/entry-values.c: Remove asms.
13555 (foo): Add foo_label.
13556 (bar): Add bar_label.
13557 * gdb.trace/entry-values.exp: Remove code computing foo's
13558 length and bar's length.
13559 (Dwarf::assemble): Invoke function_range for bar and use
13560 MACRO_AT_func for foo.
13561
13562 2014-11-22 Yao Qi <yao@codesourcery.com>
13563
13564 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13565 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13566 Use .Lgcc43_procstart instead of gcc43.
13567
13568 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13569
13570 * gdb.ada/n_arr_bound: New testcase.
13571
13572 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13573
13574 PR breakpoints/10737
13575 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13576 test_catch_syscall_multi_arch.
13577 (test_catch_syscall_multi_arch): New function.
13578
13579 2014-11-20 Doug Evans <xdje42@gmail.com>
13580
13581 * gdb.base/maint.exp: Update expected output.
13582
13583 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13584
13585 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13586 4-byte instruction on S390.
13587
13588 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13589
13590 * gdb.ada/arr_arr: New testcase.
13591
13592 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13593
13594 * gdb.ada/pkd_arr_elem: New Testcase.
13595
13596 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13597
13598 * gdb.reverse/break-precsave: Expect completion message for
13599 core file reads.
13600 * gdb.reverse/consecutive-precsave.exp: Likewise.
13601 * gdb.reverse/finish-precsave.exp: Likewise.
13602 * gdb.reverse/i386-precsave.exp: Likewise.
13603 * gdb.reverse/machinestate-precsave.exp: Likewise.
13604 * gdb.reverse/sigall-precsave.exp: Likewise.
13605 * gdb.reverse/solib-precsave.exp: Likewise.
13606 * gdb.reverse/step-precsave.exp: Likewise.
13607 * gdb.reverse/until-precsave.exp: Likewise.
13608 * gdb.reverse/watch-precsave.exp: Likewise.
13609
13610 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13611
13612 * gdb.base/bp-permanent.c: Include unistd.h.
13613 * gdb.python/py-framefilter-mi.c (main): Add return type.
13614 * gdb.python/py-framefilter.c (main): Likewise.
13615 * gdb.trace/actions-changed.c (main): Likewise.
13616
13617 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13618
13619 * gdb.mi/until.c: Add eye-catchers.
13620 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13621 line numbers.
13622
13623 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13624
13625 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13626 function header variants in break1.c.
13627 * gdb.base/ena-dis-br.exp: Likewise.
13628 * gdb.base/hbreak2.exp: Likewise.
13629 * gdb.reverse/until-precsave.exp: Drop references to removed
13630 non-prototype function header variants in ur1.c.
13631 * gdb.reverse/until-reverse.exp: Likewise.
13632
13633 2014-11-17 Petr Machata <pmachata@redhat.com>
13634
13635 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13636 ${_cu_offset_size} bytes abbrev offset.
13637
13638 2014-11-15 Doug Evans <xdje42@gmail.com>
13639
13640 PR symtab/17559
13641 * gdb.base/line-symtabs.exp: New file.
13642 * gdb.base/line-symtabs.c: New file.
13643 * gdb.base/line-symtabs.h: New file.
13644
13645 2014-11-14 Yao Qi <yao@codesourcery.com>
13646
13647 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13648 (func): Add label func_label.
13649 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13650 Replace low_pc and high_pc with MACRO_AT_range.
13651 Replace name, low_pc and high_pc with MACRO_AT_func.
13652
13653 2014-11-14 Yao Qi <yao@codesourcery.com>
13654
13655 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13656 Replace name, low_pc and high_pc with MACRO_AT_func.
13657
13658 2014-11-14 Yao Qi <yao@codesourcery.com>
13659
13660 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13661 produce debug information.
13662 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13663
13664 2014-11-14 Yao Qi <yao@codesourcery.com>
13665
13666 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13667 object and get function length.
13668 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13669 with MACRO_AT_func.
13670 (top-level): Replace gdb_compile and clean_restart with
13671 prepare_for_testing.
13672 * gdb.dwarf2/main.c (main): Add label main_label.
13673
13674 2014-11-14 Yao Qi <yao@codesourcery.com>
13675
13676 * lib/dwarf.exp (function_range): New procedure.
13677 (Dwarf::_handle_macro_at_func): New procedure.
13678 (Dwarf::_handle_macro_at_range): New procedure.
13679 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13680
13681 2014-11-14 Yao Qi <yao@codesourcery.com>
13682
13683 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13684 (_handle_attribute): New procedure.
13685
13686 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13687
13688 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13689 * gdb.base/call-sc.c (zed): Likewise.
13690 * gdb.base/checkpoint.c (main): Likewise.
13691 * gdb.base/dump.c (main): Likewise.
13692 * gdb.base/gcore.c (main): Likewise.
13693 * gdb.base/huge.c (main): Likewise.
13694 * gdb.base/multi-forks.c (main): Likewise.
13695 * gdb.base/pr10179-a.c (main): Likewise.
13696 * gdb.base/savedregs.c (main): Likewise.
13697 * gdb.base/sigaltstack.c (main): Likewise.
13698 * gdb.base/siginfo.c (main): Likewise.
13699 * gdb.base/structs.c (zed): Likewise.
13700 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13701 * gdb.mi/mi-syn-frame.c (main): Likewise.
13702 * gdb.mi/until.c (foo, main): Likewise.
13703 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13704 * gdb.base/solib-weak.c (foo): Declare.
13705 * gdb.base/attach-twice.c: Include stdio.h.
13706 * gdb.base/weaklib1.c: Likewise.
13707 * gdb.base/weaklib2.c: Likewise.
13708 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13709 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13710 unistd.h.
13711 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13712 * gdb.mi/mi-exit-code.c: Likewise.
13713 * gdb.base/break-interp-lib.c: Include string.h.
13714 * gdb.base/coremaker.c: Likewise.
13715 * gdb.base/testenv.c: Likewise.
13716 * gdb.python/py-finish-breakpoint.c: Likewise.
13717 * gdb.base/inferior-died.c: Include sys/wait.h.
13718 * gdb.base/fileio.c: Include time.h.
13719 * gdb.base/async-shell.c: Include unistd.h.
13720 * gdb.base/dprintf-non-stop.c: Likewise.
13721 * gdb.base/info-os.c: Likewise.
13722 * gdb.mi/mi-console.c: Likewise.
13723 * gdb.mi/watch-nonstop.c: Likewise.
13724 * gdb.python/py-events.c: Likewise.
13725 * gdb.base/async.c (baz): Move up before its invocation.
13726 * gdb.base/code_elim2.c (my_global_func): Likewise.
13727 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13728 * gdb.base/advance.c (func2): Likewise.
13729
13730 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13731
13732 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13733 variant.
13734 * gdb.base/annota3.c: Likewise.
13735 * gdb.base/async.c: Likewise.
13736 * gdb.base/average.c: Likewise.
13737 * gdb.base/call-ar-st.c: Likewise.
13738 * gdb.base/call-rt-st.c: Likewise.
13739 * gdb.base/call-sc.c: Likewise.
13740 * gdb.base/call-strs.c: Likewise.
13741 * gdb.base/ending-run.c: Likewise.
13742 * gdb.base/execd-prog.c: Likewise.
13743 * gdb.base/exprs.c: Likewise.
13744 * gdb.base/foll-exec.c: Likewise.
13745 * gdb.base/foll-fork.c: Likewise.
13746 * gdb.base/foll-vfork.c: Likewise.
13747 * gdb.base/funcargs.c: Likewise.
13748 * gdb.base/gcore.c: Likewise.
13749 * gdb.base/jump.c: Likewise.
13750 * gdb.base/langs0.c: Likewise.
13751 * gdb.base/langs1.c: Likewise.
13752 * gdb.base/langs2.c: Likewise.
13753 * gdb.base/mips_pro.c: Likewise.
13754 * gdb.base/nodebug.c: Likewise.
13755 * gdb.base/opaque0.c: Likewise.
13756 * gdb.base/opaque1.c: Likewise.
13757 * gdb.base/recurse.c: Likewise.
13758 * gdb.base/run.c: Likewise.
13759 * gdb.base/scope0.c: Likewise.
13760 * gdb.base/scope1.c: Likewise.
13761 * gdb.base/setshow.c: Likewise.
13762 * gdb.base/setvar.c: Likewise.
13763 * gdb.base/shmain.c: Likewise.
13764 * gdb.base/shr1.c: Likewise.
13765 * gdb.base/shr2.c: Likewise.
13766 * gdb.base/sigall.c: Likewise.
13767 * gdb.base/signals.c: Likewise.
13768 * gdb.base/so-indr-cl.c: Likewise.
13769 * gdb.base/solib2.c: Likewise.
13770 * gdb.base/structs.c: Likewise.
13771 * gdb.base/sum.c: Likewise.
13772 * gdb.base/vforked-prog.c: Likewise.
13773 * gdb.base/watchpoint.c: Likewise.
13774 * gdb.reverse/shr2.c: Likewise.
13775 * gdb.reverse/until-reverse.c: Likewise.
13776 * gdb.reverse/ur1.c: Likewise.
13777 * gdb.reverse/watch-reverse.c: Likewise.
13778
13779 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13780
13781 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13782 variant.
13783 * gdb.base/sepdebug.exp: Drop references to removed code.
13784
13785 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13786
13787 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13788 variant. Preserve original line numbering.
13789 * gdb.base/list1.c: Likewise.
13790
13791 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13792
13793 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13794 variant.
13795 * gdb.base/break1.c: Likewise.
13796 * gdb.base/break.exp: Drop references to removed code.
13797
13798 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13799
13800 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13801 variant.
13802
13803 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13804
13805 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13806
13807 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13808
13809 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13810 logic into perform_all_tests() and invoke it with and without
13811 function header prototypes.
13812 (do_function_calls): Remove conditional XFAIL for PR 5318.
13813 (rerun_and_prepare): Remove duplicate code.
13814 (perform_all_tests): New. Main logic moved here.
13815
13816 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13817
13818 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13819 code guarded by #ifdef NO_PROTOTYPES.
13820 (t_double_many_args): Likewise.
13821 (DEF_FUNC_MANY_ARGS_1): Likewise.
13822 (DEF_FUNC_VALUES_1): Likewise.
13823 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13824 guarded by #ifdef PROTOTYPES.
13825
13826 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13827
13828 * gdb.mi/mi-console.c: Add eye-catcher.
13829 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13830 instead of literal line number.
13831
13832 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13833
13834 * gdb.base/shr2.c: Add eye-catcher.
13835 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13836 line number.
13837
13838 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13839
13840 * gdb.base/jump.c: Add eye-catchers.
13841 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13842 numbers.
13843
13844 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13845
13846 * gdb.base/execd-prog.c: Add eye-catchers.
13847 * gdb.base/foll-exec.c: Likewise.
13848 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13849 line numbers.
13850
13851 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13852
13853 * gdb.base/ending-run.c: Add eye-catchers.
13854 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13855 literal line numbers.
13856
13857 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13858
13859 * gdb.base/call-rt-st.c: Add eye-catchers.
13860 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13861 literal line numbers.
13862
13863 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13864
13865 * gdb.base/call-ar-st.c: Add eye-catchers.
13866 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13867 literal line numbers.
13868
13869 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13870
13871 * gdb.base/average.c: Add eye-catchers.
13872 * gdb.base/sum.c: Likewise.
13873 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13874 regexps dynamically.
13875
13876 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13877
13878 * gdb.base/solib1.c: Add eye-catchers.
13879 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13880 literal line numbers.
13881
13882 2014-11-12 Pedro Alves <palves@redhat.com>
13883
13884 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13885 leader has exited.
13886
13887 2014-11-12 Pedro Alves <palves@redhat.com>
13888
13889 * gdb.arch/i386-bp_permanent.c: New file.
13890 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13891 (srcfile): Set to i386-bp_permanent.c.
13892 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13893 that stepi does not execute the 'leave' instruction, instead of
13894 testing it does execute.
13895 * gdb.base/bp-permanent.c: New file.
13896 * gdb.base/bp-permanent.exp: New file.
13897
13898 2014-11-10 Doug Evans <xdje42@gmail.com>
13899
13900 PR symtab/17564
13901 * gdb.base/symtab-search-order.exp: New file.
13902 * gdb.base/symtab-search-order.c: New file.
13903 * gdb.base/symtab-search-order-1.c: New file.
13904 * gdb.base/symtab-search-order-shlib-1.c: New file.
13905
13906 2014-11-07 Pedro Alves <palves@redhat.com>
13907
13908 PR gdb/17511
13909 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13910 i?86-*-linux*.
13911
13912 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13913
13914 PR c++/17494
13915 * gdb.cp/pr17494.cc: New file.
13916 * gdb.cp/pr17494.exp: New file.
13917
13918 2014-11-02 Yao Qi <yao@codesourcery.com>
13919
13920 * gdb.python/python.exp: Get working directory and match the
13921 output of "set extended-prompt \\w " with it.
13922
13923 2014-10-30 Doug Evans <dje@google.com>
13924
13925 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13926 in objfiles.
13927 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13928 in progspaces.
13929
13930 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13931
13932 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13933 * gdb.base/realname-expand.exp: Likewise.
13934 * gdb.linespec/macro-relative.exp: Likewise.
13935
13936 2014-10-29 Pedro Alves <palves@redhat.com>
13937
13938 PR gdb/17408
13939 * gdb.threads/schedlock.c (some_function): New function.
13940 (call_function): New global.
13941 (MAYBE_CALL_SOME_FUNCTION): New macro.
13942 (thread_function): Call it.
13943 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13944 and use it instead of a global counter. Adjust all callers.
13945 (get_current_thread): Use "find current thread" for test message
13946 here rather than having all callers pass down the same string.
13947 (goto_loop): New procedure, factored out from ...
13948 (my_continue): ... this.
13949 (step_ten_loops): Change parameter from test message to command to
13950 use. Adjust.
13951 (list_count): Delete global.
13952 (check_result): New procedure, factored out from duplicate top
13953 level code.
13954 (continue tests): Wrap in with_test_prefix.
13955 (test_step): New procedure, factored out from duplicate top level
13956 code.
13957 (top level): Test "step" in combination with all scheduler-locking
13958 modes. Test "next" in combination with all scheduler-locking
13959 modes, and in combination with stepping over a function call or
13960 not.
13961 * gdb.threads/next-bp-other-thread.c: New file.
13962 * gdb.threads/next-bp-other-thread.exp: New file.
13963
13964 2014-10-29 Pedro Alves <palves@redhat.com>
13965
13966 PR python/17372
13967 * gdb.python/python.exp: Test a multi-line command that spawns
13968 interactive Python.
13969 * gdb.base/multi-line-starts-subshell.exp: New file.
13970
13971 2014-10-29 Yao Qi <yao@codesourcery.com>
13972
13973 * gdb.base/fileio.exp: Make directories on host.
13974
13975 2014-10-29 Yao Qi <yao@codesourcery.com>
13976
13977 * gdb.base/fileio.c (test_write): Close the file.
13978
13979 2014-10-28 Pedro Alves <palves@redhat.com>
13980
13981 PR gdb/12623
13982 * gdb.base/sigstep.c (no_handler): New global.
13983 (main): If 'no_handler is true, set the signal handlers to
13984 SIG_IGN.
13985 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13986 with_sw_watch and no_handler parameters. Handle them.
13987 (top level) <stepping over handler when stopped at a breakpoint
13988 test>: Add a test axis for testing with a software watchpoint, and
13989 another for testing with the signal handler set to SIG_IGN.
13990 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13991 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13992
13993 2014-10-28 Pedro Alves <palves@redhat.com>
13994
13995 PR gdb/17511
13996 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13997 * gdb.base/sigstep.exp (other_handler_location): New global.
13998 (advance): Support stepping into the signal handler, and running
13999 commands while in the handler.
14000 (in_handler_map): New global.
14001 (top level): In the advance test, add combinations for getting
14002 into the handler with stepping commands, and for running commands
14003 in the handler. Add comment descripting the advancei tests.
14004
14005 2014-10-28 Pedro Alves <palves@redhat.com>
14006
14007 * gdb.base/sigstep.exp: Use build_executable instead of
14008 prepare_for_testing.
14009 (top level): Move code that starts GDB, runs to main and creates a
14010 display to ...
14011 (restart): ... this new procedure.
14012 (top level): Move backtrace from signal handler test to ...
14013 (validate_backtrace): ... this new procedure.
14014 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14015 with_test_prefix. Always restart GDB.
14016 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14017 with_test_prefix. Always restart GDB. No need to delete
14018 breakpoints after the test.
14019 (test_skip_handler): Remove prefix parameter.
14020 (skip_over_handler, breakpoint_to_handler)
14021 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14022 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14023 restart GDB. No need to delete breakpoints after the test.
14024 (top level): Use foreach to call the test procedures with
14025 different commands.
14026
14027 2014-10-28 Pedro Alves <palves@redhat.com>
14028
14029 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14030 instead of GNATS numbers.
14031 * gdb.base/sigbpt.exp: Likewise.
14032 * gdb.base/siginfo.exp: Likewise.
14033 * gdb.base/sigstep.exp: Likewise.
14034
14035 2014-10-27 Pedro Alves <palves@redhat.com>
14036
14037 * gdb.base/sigstep.c (dummy): New global.
14038 (main): Issue a couple writes to the new global.
14039 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14040 procedures.
14041 (skip_over_handler): Use test_skip_handler.
14042 (top level): Call skip_over_handler for stepi and nexti too.
14043 (breakpoint_over_handler): Use test_skip_handler.
14044 (top level): Call breakpoint_over_handler for stepi and nexti too.
14045
14046 2014-10-27 Yao Qi <yao@codesourcery.com>
14047
14048 * gdb.trace/tfile.c (adjust_function_address)
14049 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14050 function descriptor.
14051
14052 2014-10-24 Don Breazeal <donb@codesourcery.com>
14053
14054 * gdb.base/foll-fork.exp (test_follow_fork,
14055 catch_fork_child_follow): Check for updated fork messages emitted
14056 from infrun.c.
14057 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14058 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14059 vfork_and_exec_child_follow_through_step): Check for updated vfork
14060 messages emitted from infrun.c.
14061
14062 2014-10-24 Pedro Alves <palves@redhat.com>
14063
14064 * gdb.base/corefile.exp: Remove references to ultrix.
14065 * gdb.base/interrupt.exp: Likewise.
14066 * gdb.base/whatis.exp: Likewise.
14067 * gdb.gdb/selftest.exp: Likewise.
14068 * gdb.threads/manythreads.exp: Likewise.
14069 * gdb.threads/print-threads.exp: Likewise.
14070 * gdb.threads/pthreads.exp:: Likewise.
14071 * gdb.threads/schedlock.exp: Likewise.
14072
14073 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14074
14075 * gdb.cp/non-trivial-retval.cc: Add a test case.
14076 * gdb.cp/non-trivial-retval.exp: Add a test.
14077
14078 2014-10-20 Yao Qi <yao@codesourcery.com>
14079
14080 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14081 * gdb.python/py-objfile-script-gdb.py: New file.
14082 * gdb.python/py-objfile-script.exp: Update reference to
14083 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14084 of remote_download. Remove the dest file.
14085
14086 2014-10-20 Yao Qi <yao@codesourcery.com>
14087
14088 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14089 * gdb.base/step-line.exp: Likewise.
14090 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14091 * gdb.dwarf2/dw2-basic.exp: Likewise.
14092 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14093 * gdb.dwarf2/dw2-filename.exp: Likewise.
14094 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14095 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14096 * gdb.dwarf2/dw2-producer.exp: Likewise.
14097 * gdb.dwarf2/mac-fileno.exp: Likewise.
14098 * gdb.python/py-frame-args.exp: Likewise.
14099 * gdb.python/py-framefilter.exp: Likewise.
14100 * gdb.python/py-mi.exp: Likewise.
14101 * gdb.python/py-objfile-script.exp: Likewise
14102 * gdb.python/py-pp-integral.exp: Likewise.
14103 * gdb.python/py-pp-re-notag.exp: Likewise.
14104 * gdb.python/py-prettyprint.exp: Likewise.
14105 * gdb.python/py-section-script.exp: Likewise.
14106 * gdb.python/py-typeprint.exp: Likewise.
14107 * gdb.python/py-xmethods.exp: Likewise.
14108 * gdb.stabs/weird.exp: Likewise.
14109 * gdb.xml/tdesc-regs.exp: Likewise.
14110
14111 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14112
14113 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14114 (out_cu): Use addr_len for the size of addresses.
14115 (out_line): Likewise. Size DW_LNE_set_address instruction
14116 according to addr_len.
14117 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14118 (FUNC): Add START_INSNS to definition.
14119
14120 2014-10-18 Yao Qi <yao@codesourcery.com>
14121
14122 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14123 gdb_has_argv0 return true.
14124 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14125 check [target_info exists noargs], check [gdb_has_argv0]
14126 instead.
14127 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14128 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14129 procedures.
14130
14131 2014-10-17 Doug Evans <dje@google.com>
14132
14133 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14134 event.
14135 * gdb.python/py-events.py: Add clear_objfiles event.
14136
14137 2014-10-17 Doug Evans <dje@google.com>
14138
14139 * gdb.python/py-objfile.exp: Test progspace attribute.
14140
14141 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14142
14143 * gdb.guile/scm-breakpoint.exp: Do not assume any
14144 directory separators when matching source file paths.
14145 * gdb.python/py-breakpoint.exp: Likewise.
14146 * gdb.reverse/break-precsave.exp: Likewise.
14147 * gdb.reverse/break-reverse.exp: Likewise.
14148 * gdb.reverse/consecutive-precsave.exp: Likewise.
14149 * gdb.reverse/finish-precsave.exp: Likewise.
14150 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14151 * gdb.reverse/finish-reverse.exp: Likewise.
14152 * gdb.reverse/i386-precsave.exp: Likewise.
14153 * gdb.reverse/i387-env-reverse.exp: Likewise.
14154 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14155 * gdb.reverse/machinestate-precsave.exp: Likewise.
14156 * gdb.reverse/machinestate.exp: Likewise.
14157 * gdb.reverse/sigall-precsave.exp: Likewise.
14158 * gdb.reverse/solib-precsave.exp: Likewise.
14159 * gdb.reverse/step-precsave.exp: Likewise.
14160 * gdb.reverse/until-precsave.exp: Likewise.
14161 * gdb.reverse/watch-precsave.exp: Likewise.
14162 * gdb.reverse/watch-reverse.exp: Likewise.
14163
14164 2014-10-17 Yao Qi <yao@codesourcery.com>
14165
14166 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14167 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14168
14169 2014-10-17 Pedro Alves <palves@redhat.com>
14170
14171 PR gdb/17471
14172 * gdb.base/bg-execution-repeat.c: New file.
14173 * gdb.base/bg-execution-repeat.exp: New file.
14174
14175 2014-10-17 Pedro Alves <palves@redhat.com>
14176
14177 PR gdb/17300
14178 * gdb.base/continue-all-already-running.c: New file.
14179 * gdb.base/continue-all-already-running.exp: New file.
14180
14181 2014-10-17 Pedro Alves <palves@redhat.com>
14182
14183 PR gdb/17472
14184 * gdb.base/annota-input-while-running.c: New file.
14185 * gdb.base/annota-input-while-running.exp: New file.
14186
14187 2014-10-17 Pedro Alves <palves@redhat.com>
14188
14189 * gdb.base/callfuncs.exp: emove references to osf.
14190 * gdb.base/sigall.exp: Likewise.
14191 * gdb.gdb/selftest.exp: Likewise.
14192 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14193 * gdb.mi/non-stop.c: Likewise.
14194 * gdb.mi/pthreads.c: Likewise.
14195 * gdb.reverse/sigall-precsave.exp: Likewise.
14196 * gdb.reverse/sigall-reverse.exp: Likewise.
14197 * gdb.threads/pthreads.c: Likewise.
14198 * gdb.threads/pthreads.exp: Likewise.
14199
14200 2014-10-17 Yao Qi <yao@codesourcery.com>
14201
14202 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14203 check 'target_info exists noargs'.
14204 (test_command_prompt_position): Likewise.
14205 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14206 Remove "set args".
14207 (progvar_simple_while_test): Likewise.
14208 (progvar_complex_if_while_test): Likewise.
14209 (if_while_breakpoint_command_test): Likewise.
14210 (infrun_breakpoint_command_test): Likewise.
14211 (breakpoint_command_test): Likewise.
14212 (watchpoint_command_test): Likewise.
14213 (bp_deleted_in_command_test): Likewise.
14214 (temporary_breakpoint_commands): Likewise.
14215
14216 2014-10-16 Yao Qi <yao@codesourcery.com>
14217
14218 * gdb.base/remotetimeout.exp: Remove noargs checking.
14219
14220 2014-10-15 Pedro Alves <palves@redhat.com>
14221
14222 PR breakpoints/9649
14223 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14224 * gdb.base/breakpoint-in-ro-region.exp
14225 (probe_target_hardware_step): New procedure.
14226 (top level): Probe hardware stepping and hardware breakpoint
14227 support. Test stepping through a read-only region, with both
14228 "breakpoint auto-hw" on and off and both "always-inserted" on and
14229 off.
14230
14231 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14232
14233 * gdb.dlang/demangle.exp: Update for demangling changes.
14234
14235 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14236
14237 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14238 * gdb.cp/non-trivial-retval.exp: Add new tests.
14239
14240 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14241
14242 PR c++/13403
14243 PR c++/15154
14244 * gdb.cp/non-trivial-retval.cc: New file.
14245 * gdb.cp/non-trivial-retval.exp: New file.
14246
14247 2014-10-15 Yao Qi <yao@codesourcery.com>
14248
14249 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14250 remote host.
14251
14252 2014-10-15 Yao Qi <yao@codesourcery.com>
14253
14254 * gdb.python/py-symbol.exp: Match file base name if host is
14255 remote, otherwise match file name with dir name.
14256 * gdb.python/py-symtab.exp: Likewise.
14257 * gdb.python/python.exp: Likewise.
14258
14259 2014-10-15 Yao Qi <yao@codesourcery.com>
14260
14261 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14262 pattern.
14263 * gdb.python/py-symtab.exp: Likewise.
14264 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14265 locationn.
14266
14267 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14268
14269 * gdb.ada/addr_arith: New testcase.
14270
14271 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14272
14273 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14274 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14275 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14276 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14277
14278 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14279
14280 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14281 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14282 * gdb.arch/stap-eval-lang-ada.exp: New file.
14283
14284 2014-10-14 Yao Qi <yao@codesourcery.com>
14285
14286 * gdb.mi/mi-var-child.c (nothing1): New function.
14287 (nothing2): New function.
14288 (do_children_tests): Set function pointers by nothing1 and
14289 nothing2.
14290 * gdb.mi/mi-var-child.exp: Step over new added statements.
14291 Update test to match the new output.
14292 * gdb.mi/var-cmd.c (nothing1): New function.
14293 (nothing2): New function.
14294 (do_children_tests): Set function pointers by nothing1 and
14295 nothing2.
14296 * gdb.mi/mi-var-display.exp: Update test to match output.
14297 Step to the line specified by $line_dct_nothing.
14298 Increase the number of lines to step.
14299
14300 2014-10-14 Yao Qi <yao@codesourcery.com>
14301
14302 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14303 tests.
14304 * gdb.mi/mi2-var-child.exp: Likewise.
14305
14306 2014-10-13 Doug Evans <dje@google.com>
14307
14308 * gdb.python/py-objfile.exp: Change name of file name test.
14309
14310 2014-10-13 Doug Evans <dje@google.com>
14311
14312 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14313 from the start of the CU.
14314
14315 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14316 Yao Qi <yao@codesourcery.com>
14317
14318 Fix "save breakpoints" for "catch" command.
14319 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14320 Remove -nonewline. Match also the added "main" line.
14321
14322 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14323
14324 Fix "save breakpoints" for "disable $bpnum" command.
14325 * gdb.base/save-bp.c (main): Add label.
14326 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14327
14328 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14329
14330 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14331
14332 2014-10-11 Yao Qi <yao@codesourcery.com>
14333
14334 * gdb.server/server-kill.exp: Execute command
14335 "set remote trace-status-packet on" before "tstatus".
14336
14337 2014-10-11 Yao Qi <yao@codesourcery.com>
14338
14339 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14340 (main): Call getppid.
14341 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14342 and continue to it. Read variable "server_pid".
14343
14344 2014-10-11 Yao Qi <yao@codesourcery.com>
14345
14346 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14347
14348 2014-10-11 Yao Qi <yao@codesourcery.com>
14349
14350 * gdb.threads/thread-find.exp: Don't execute command
14351 "info threads".
14352 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14353 * gdb.threads/linux-dp.exp: Don't check the condition
14354 $threads_created equals to zero.
14355
14356 2014-10-10 Pedro Alves <palves@redhat.com>
14357
14358 * gdb.base/bigcore.exp: Remove references to IRIX.
14359 * gdb.base/funcargs.exp: Likewise.
14360 * gdb.base/interrupt.exp: Likewise.
14361 * gdb.base/mips_pro.exp: Likewise.
14362 * gdb.base/nodebug.exp: Likewise.
14363 * gdb.base/setvar.exp: Likewise.
14364 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14365
14366 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14367 Pedro Alves <palves@redhat.com>
14368
14369 PR symtab/14466
14370 * gdb.base/vdso-warning.c: New file.
14371 * gdb.base/vdso-warning.exp: New file.
14372
14373 2014-10-02 Doug Evans <dje@google.com>
14374
14375 * gdb.base/structs.c (main): Don't run forever.
14376
14377 2014-10-02 Pedro Alves <palves@redhat.com>
14378
14379 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14380 (top level) <stop threads 1, stop threads 2>: Use it.
14381
14382 2014-10-02 Pedro Alves <palves@redhat.com>
14383
14384 * gdb.threads/break-while-running.exp (test): Add new
14385 'update_thread_list' argument. Skip "info threads" if false.
14386 (top level): Add new 'update_thread_list' axis.
14387
14388 2014-10-02 Pedro Alves <palves@redhat.com>
14389
14390 PR breakpoints/17431
14391 * gdb.base/execl-update-breakpoints.c: New file.
14392 * gdb.base/execl-update-breakpoints.exp: New file.
14393
14394 2014-10-01 Pedro Alves <palves@redhat.com>
14395
14396 * gdb.base/breakpoint-in-ro-region.c: New file.
14397 * gdb.base/breakpoint-in-ro-region.exp: New file.
14398
14399 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14400
14401 * gdb.mi/mi-exit-code.exp: New file.
14402 * gdb.mi/mi-exit-code.c: New file.
14403
14404 2014-09-30 Yao Qi <yao@codesourcery.com>
14405
14406 * lib/prelink-support.exp (build_executable_own_libs): Error if
14407 the target isn't native.
14408
14409 2014-09-30 Yao Qi <yao@codesourcery.com>
14410
14411 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14412 false.
14413
14414 2014-09-22 Pedro Alves <palves@redhat.com>
14415
14416 * gdb.threads/break-while-running.exp: New file.
14417 * gdb.threads/break-while-running.c: New file.
14418
14419 2014-09-19 Yao Qi <yao@codesourcery.com>
14420
14421 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14422 Invoke test. Restart GDB with --readnow and invoke test again.
14423
14424 2014-09-19 Yao Qi <yao@codesourcery.com>
14425
14426 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14427 proc set_breakpoint_on_gcd_function. Invoke
14428 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14429 invoke set_breakpoint_on_gcd_function again.
14430
14431 2014-09-18 Doug Evans <dje@google.com>
14432
14433 * gdb.dwarf2/symtab-producer.exp: New file.
14434
14435 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14436
14437 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14438 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14439 * gdb.base/global-var-nested-by-dso.c: Likewise.
14440 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14441
14442 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14443 Pedro Alves <palves@redhat.com>
14444
14445 * gdb.base/watch-bitfields.exp: Pass string other than test file
14446 name to prepare_for_testing.
14447 (watch): New procedure.
14448 (expect_watchpoint): Use with_test_prefix.
14449 (top level): Factor out tests to ...
14450 (test_watch_location, test_regular_watch): ... these new
14451 procedures, and use with_test_prefix and gdb_continue_to_end.
14452
14453 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14454
14455 PR breakpoints/12526
14456 * gdb.base/watch-bitfields.exp: New file.
14457 * gdb.base/watch-bitfields.c: New file.
14458
14459 2014-09-16 Pedro Alves <palves@redhat.com>
14460
14461 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14462 software and hardware addresses, not software address against
14463 itself.
14464
14465 2014-09-16 Pedro Alves <palves@redhat.com>
14466
14467 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14468 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14469
14470 2014-09-16 Pedro Alves <palves@redhat.com>
14471
14472 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14473 files.
14474 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14475 "*-*-vxworks*" throughout.
14476 * gdb.base/break.exp: Likewise.
14477 * gdb.base/default.exp: Likewise.
14478 * gdb.base/scope.exp: Likewise.
14479 * gdb.base/sepdebug.exp: Likewise.
14480 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14481 throughout.
14482 * gdb.base/run.c: Likewise.
14483 * gdb.base/sepdebug.c: Likewise.
14484 * gdb.hp/gdb.aCC/run.c: Likewise.
14485 * gdb.reverse/until-reverse.c: Likewise.
14486 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14487
14488 2014-09-16 Yao Qi <yao@codesourcery.com>
14489
14490 * boards/local-remote-host-native.exp: New file.
14491
14492 2014-09-14 Doug Evans <xdje42@gmail.com>
14493
14494 * gdb.threads/queue-signal.c (thread_count): New variable.
14495 (thread_count_mutex, thread_count_condvar): New variables.
14496 (incr_thread_count, wait_all_threads_running): New functions.
14497 (main): Wait for all threads to be in their thread functions.
14498
14499 2014-09-13 Doug Evans <xdje42@gmail.com>
14500
14501 * gdb.threads/queue-signal.c: New file.
14502 * gdb.threads/queue-signal.exp: New file.
14503
14504 2014-09-13 Doug Evans <xdje42@gmail.com>
14505
14506 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14507 be consistent with what default_gdb_init uses.
14508 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14509 the plain text of the prompt. Add some logging printfs.
14510 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14511
14512 2014-09-12 Pedro Alves <palves@redhat.com>
14513
14514 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14515 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14516 * gdb.arch/i386-size-overlap.exp: Likewise.
14517 * gdb.arch/i386-size.exp: Likewise.
14518 * gdb.arch/i386-unwind.exp: Likewise.
14519 * gdb.base/a2-run.exp: Likewise.
14520 * gdb.base/break.exp: Likewise.
14521 * gdb.base/charset.exp: Likewise.
14522 * gdb.base/chng-syms.exp: Likewise.
14523 * gdb.base/commands.exp: Likewise.
14524 * gdb.base/dbx.exp: Likewise.
14525 * gdb.base/find.exp: Likewise.
14526 * gdb.base/funcargs.exp: Likewise.
14527 * gdb.base/jit-simple.exp: Likewise.
14528 * gdb.base/reread.exp: Likewise.
14529 * gdb.base/sepdebug.exp: Likewise.
14530 * gdb.base/step-bt.exp: Likewise.
14531 * gdb.cp/mb-inline.exp: Likewise.
14532 * gdb.cp/mb-templates.exp: Likewise.
14533 * gdb.objc/basicclass.exp: Likewise.
14534 * gdb.threads/killed.exp: Likewise.
14535
14536 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14537
14538 PR tdep/17379
14539 * gdb.arch/powerpc-stackless.S: New file.
14540 * gdb.arch/powerpc-stackless.exp: New file.
14541
14542 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14543
14544 * gdb.base/attach.c: Include unistd.h.
14545 (main): Call alarm. Add label postloop.
14546 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14547 gdb_breakpoint, gdb_continue_to_breakpoint.
14548 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14549
14550 2014-09-11 Pedro Alves <palves@redhat.com>
14551
14552 PR gdb/17347
14553 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14554 * gdb.base/attach.exp (test_command_line_attach_run): New
14555 procedure.
14556 (top level): Call it.
14557
14558 2014-09-11 Pedro Alves <palves@redhat.com>
14559
14560 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14561 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14562 (do_command_attach_tests): Use spawn_wait_for_attach.
14563 * gdb.base/solib-overlap.exp: Likewise.
14564 * gdb.multi/multi-attach.exp: Likewise.
14565 * gdb.python/py-prompt.exp: Likewise.
14566 * gdb.python/py-sync-interp.exp: Likewise.
14567 * gdb.server/ext-attach.exp: Likewise.
14568
14569 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14570
14571 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14572 command in testcase. Simplify testcase.
14573
14574 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14575
14576 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14577
14578 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14579
14580 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14581
14582 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14583
14584 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14585
14586 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14587
14588 * gdb.dwarf2/dynarr-ptr.c: New file.
14589 * gdb.dwarf2/dynarr-ptr.exp: New file.
14590
14591 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14592
14593 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14594 of 30 rather than hardcoding 120 for a slow test case. Take the
14595 `gdb,timeout' target setting into account for this calculation.
14596 Don't extend the timeout for the test cases that don't need it.
14597
14598 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14599
14600 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14601 a factor of 2 for a slow test case. Take the `gdb,timeout'
14602 target setting into account for this calculation.
14603 * gdb.reverse/until-precsave.exp: Increase the timeout by
14604 a factor of 15 and 3 respectively rather than adding 120
14605 for a pair of slow test cases. Take the `gdb,timeout'
14606 target setting into account for this calculation.
14607
14608 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14609
14610 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14611 timeout, don't pass one down to gdb_expect.
14612 (gdb_expect): Rework timeout selection.
14613
14614 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14615
14616 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14617 exception on timeout.
14618 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14619 (gdbserver_start_extended): Catch any `gdbserver_start' error
14620 exceptions.
14621 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14622 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14623 `gdbserver_gdb_load' error exceptions.
14624
14625 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14626
14627 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14628 120 on waiting for the TCP socket to open.
14629
14630 2014-09-09 Doug Evans <xdje42@gmail.com>
14631
14632 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14633 _caller_matches, _any_caller_is, _any_caller_matches.
14634
14635 2014-09-09 Doug Evans <xdje42@gmail.com>
14636
14637 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14638
14639 2014-09-09 Yao Qi <yao@codesourcery.com>
14640
14641 * gdb.mi/mi-var-display.exp: Set print symbol off.
14642
14643 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14644
14645 PR gdb/17035
14646 * gdb.base/commands.exp: Add tests to verify user-defined
14647 commands with empty bodies.
14648 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14649 python commands in `show user command`.
14650 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14651 scheme commands in `show user command`.
14652
14653 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14654
14655 PR python/17355
14656 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14657 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14658 * gdb.python/py-framefilter-invalidarg.exp: New file.
14659 * gdb.python/py-framefilter-invalidarg.py: New file.
14660
14661 2014-09-06 Doug Evans <xdje42@gmail.com>
14662
14663 PR 15276
14664 * gdb.python/py-caller-is.c: New file.
14665 * gdb.python/py-caller-is.exp: New file.
14666
14667 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14668
14669 PR gdb/17235
14670 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14671 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14672
14673 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14674
14675 PR fortran/17237
14676 * gdb.fortran/print-formatted.exp: New file.
14677 * gdb.fortran/print-formatted.f90: Likewise.
14678
14679 2014-09-03 Sasha Smundak <asmundak@google.com>
14680
14681 * gdb.python/py-frame.exp: Test Frame.read_register.
14682
14683 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14684
14685 PR python/16699
14686 * gdb.python/py-completion.exp: New file.
14687 * gdb.python/py-completion.py: Likewise.
14688
14689 2014-08-28 Doug Evans <dje@google.com>
14690
14691 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14692 eax,etc. are live with values set by gdb and thus the compiler can't
14693 use them.
14694 * gdb.arch/i386-pseudo.c (main): Ditto.
14695
14696 2014-08-27 Doug Evans <dje@google.com>
14697
14698 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14699
14700 2014-08-25 Doug Evans <dje@google.com>
14701
14702 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14703 (main): Ditto.
14704
14705 2014-08-25 Doug Evans <dje@google.com>
14706
14707 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14708
14709 2014-08-24 Yao Qi <yao@codesourcery.com>
14710
14711 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14712 symbol off.
14713 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14714
14715 2014-08-22 Doug Evans <dje@google.com>
14716
14717 PR 17276
14718 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14719 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14720 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14721
14722 2014-08-22 Yao Qi <yao@codesourcery.com>
14723
14724 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14725 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14726 * gdb.python/python.exp: Likewise. Use .py file on the host
14727 instead of the build.
14728
14729 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14730
14731 * gdb.threads/gcore-stale-thread.c: New file.
14732 * gdb.threads/gcore-stale-thread.exp: New file.
14733
14734 2014-08-21 Pedro Alves <palves@redhat.com>
14735
14736 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14737 * gdb.base/gcore-relro-pie.exp: Likewise.
14738 * gdb.base/gcore-relro.exp: Likewise.
14739 * gdb.base/gcore.exp: Likewise.
14740 * gdb.base/print-symbol-loading.exp: Likewise.
14741 * gdb.threads/gcore-thread.exp: Likewise.
14742 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14743
14744 2014-08-20 Pedro Alves <palves@redhat.com>
14745 Jan Kratochvil <jan.kratochvil@redhat.com>
14746
14747 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14748 configure.
14749 (EXPECT): Handle READ1 being set.
14750 (all): Depend on EXTRA_RULES.
14751 (check-read1, expect-read1, read1.so, read1): New rules.
14752 * README (Testsuite Parameters): Document the READ1 make variable.
14753 (Race detection): New section.
14754 * configure: Regenerate.
14755 * configure.ac: If build==host==target, and running under a
14756 GNU/glibc system, add read1 to the extra Makefile rules.
14757 (EXTRA_RULES): AC_SUBST it.
14758 * lib/read1.c: New file.
14759
14760 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14761
14762 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14763 the handling of variables declared as a typedef to an array
14764 which a DW_AT_data_location attribute.
14765
14766 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14767 Pedro Alves <palves@redhat.com>
14768
14769 PR symtab/14604
14770 PR symtab/14605
14771 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14772 gdb_test.
14773
14774 2014-08-19 Pedro Alves <palves@redhat.com>
14775
14776 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14777
14778 2014-08-19 Yao Qi <yao@codesourcery.com>
14779
14780 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14781 right line.
14782
14783 2014-08-18 David Blaikie <dblaikie@gmail.com>
14784
14785 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14786
14787 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14788
14789 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14790 attribute in array range.
14791
14792 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14793
14794 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14795
14796 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14797
14798 PR c++/17132
14799 * gdb.cp/pr17132.cc: New file.
14800 * gdb.cp/pr17132.exp: New file.
14801
14802 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14803
14804 * gdb.python/py-xmethods.py (A_getarrayind)
14805 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14806 Use 'print' with function call syntax.
14807 (E_method_matcher.match): Fix tab vs space indentation mixup.
14808
14809 2014-08-15 Yao Qi <yao@codesourcery.com>
14810
14811 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14812 false.
14813
14814 2014-08-15 Yao Qi <yao@codesourcery.com>
14815
14816 * gdb.cp/casts.exp: Set print symbol off.
14817 * gdb.cp/class2.exp: Likewise.
14818 * gdb.cp/overload.exp: Likewise.
14819 * gdb.cp/templates.exp: Likewise.
14820
14821 2014-08-11 Doug Evans <dje@google.com>
14822
14823 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14824 (test_load_shlib): Update.
14825
14826 2014-08-09 Yao Qi <yao@codesourcery.com>
14827
14828 * gdb.base/display.exp: Invoke is_address_zero_readable.
14829 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14830 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14831 * gdb.base/hbreak-unmapped.exp: Return if
14832 is_address_zero_readable returns true.
14833 * gdb.base/signest.exp: Likewise.
14834 * gdb.base/signull.exp: Likewise.
14835 * gdb.base/sigbpt.exp: Likewise.
14836 * gdb.guile/scm-disasm.exp: Do the test if
14837 is_address_zero_readable returns false.
14838 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14839 * gdb.python/py-arch.exp: Likewise.
14840 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14841 * lib/gdb.exp (is_address_zero_readable): New proc.
14842
14843 2014-08-09 Yao Qi <yao@codesourcery.com>
14844
14845 PR testsuite/13443
14846 * gdb.mi/mi-var-display.exp: Make test messages unique.
14847
14848 2014-08-04 Tom Tromey <tromey@redhat.com>
14849
14850 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14851 target 0".
14852
14853 2014-08-04 Tom Tromey <tromey@redhat.com>
14854
14855 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14856 "target_resume".
14857
14858 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14859
14860 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14861 inner_vla_struct_object_size.
14862 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14863 as xfail.
14864
14865 2014-07-30 Pedro Alves <palves@redhat.com>
14866
14867 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14868 comment.
14869
14870 2014-07-29 Yao Qi <yao@codesourcery.com>
14871
14872 PR gdb/17206
14873 * gdb.base/until-nodebug.exp: New.
14874
14875 2014-07-28 Doug Evans <xdje42@gmail.com>
14876
14877 PR guile/17203
14878 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14879 previously existing parameter, and previously ambiguously spelled
14880 parameter.
14881
14882 2014-07-28 Will Newton <will.newton@linaro.org>
14883
14884 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14885
14886 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14887 Doug Evans <xdje42@gmail.com>
14888
14889 PR guile/17146
14890 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14891
14892 2014-07-25 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.threads/signal-command-handle-nopass.c: New file.
14895 * gdb.threads/signal-command-handle-nopass.exp: New file.
14896 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14897 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14898 * gdb.threads/signal-delivered-right-thread.c: New file.
14899 * gdb.threads/signal-delivered-right-thread.exp: New file.
14900
14901 2014-07-25 Pedro Alves <palves@redhat.com>
14902
14903 * gdb.base/double-prompt-target-event-error.exp
14904 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14905 match.
14906 (cancel_pagination_in_target_event): Rework double prompt
14907 detection.
14908 * gdb.base/paginate-after-ctrl-c-running.exp
14909 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14910 <return>' match.
14911 * gdb.base/paginate-bg-execution.exp
14912 (test_bg_execution_pagination_return)
14913 (test_bg_execution_pagination_cancel): Remove '-notransfer
14914 <return>' matches.
14915 * gdb.base/paginate-execution-startup.exp
14916 (test_fg_execution_pagination_return)
14917 (test_fg_execution_pagination_cancel): Remove '-notransfer
14918 <return>' matches.
14919 * gdb.base/paginate-inferior-exit.exp
14920 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14921 match.
14922 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14923 * lib/gdb.exp (pagination_prompt): Run text through
14924 string_to_regexp.
14925 (gdb_test_multiple): Match $pagination_prompt instead of
14926 "<return>".
14927 (string_to_regexp): Move to lib/gdb-utils.exp.
14928
14929 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14930
14931 * gdb.arch/amd64-entry-value-paramref.S: New file.
14932 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14933 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14934 * gdb.arch/amd64-optimout-repeat.S: New file.
14935 * gdb.arch/amd64-optimout-repeat.c: New file.
14936 * gdb.arch/amd64-optimout-repeat.exp: New file.
14937
14938 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14939
14940 PR gdb/17170
14941 * gdb.base/statistics.exp: New file.
14942
14943 2014-07-17 Doug Evans <dje@google.com>
14944
14945 PR gdb/17170
14946 * gdb.base/maint.exp: Update testing of per-command stats.
14947
14948 2014-07-16 Pedro Alves <palves@redhat.com>
14949
14950 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14951 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14952 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14953 (tfile_write_buf): New functions.
14954 (add_memory_block): Rewrite using the above.
14955 (adjust_function_address): New function.
14956 (FUNCTION_ADDRESS): New macro.
14957 (write_basic_trace_file): Remove short_x local, and use
14958 tfile_write_16. Change type of func_addr local to unsigned long
14959 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14960 here. Cast argument of add_memory_block to char pointer.
14961 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14962 (main): Remove parameters.
14963 * gdb.trace/tfile.exp: Remove nowarnings.
14964
14965 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14966
14967 * gdb.base/debug-expr.exp: Test string evaluation with
14968 "debug expression" on.
14969
14970 2014-07-15 Pedro Alves <palves@redhat.com>
14971
14972 * gdb.base/reread.exp: Use clean_restart.
14973
14974 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14975
14976 * gdb.arch/avr-flash-qualifer.c: New.
14977 * gdb.arch/avr-flash-qualifer.exp: New.
14978
14979 2014-07-14 Pedro Alves <palves@redhat.com>
14980
14981 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14982 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14983
14984 2014-07-14 Pedro Alves <palves@redhat.com>
14985
14986 * gdb.base/double-prompt-target-event-error.c: New file.
14987 * gdb.base/double-prompt-target-event-error.exp: New file.
14988
14989 2014-07-14 Pedro Alves <palves@redhat.com>
14990
14991 PR gdb/17072
14992 * gdb.base/paginate-inferior-exit.c: New file.
14993 * gdb.base/paginate-inferior-exit.exp: New file.
14994
14995 2014-07-14 Pedro Alves <palves@redhat.com>
14996
14997 PR gdb/17072
14998 * gdb.base/paginate-bg-execution.c: New file.
14999 * gdb.base/paginate-bg-execution.exp: New file.
15000
15001 2014-07-14 Pedro Alves <palves@redhat.com>
15002
15003 PR gdb/17072
15004 * gdb.base/paginate-execution-startup.c: New file.
15005 * gdb.base/paginate-execution-startup.exp: New file.
15006 * lib/gdb.exp (pagination_prompt): New global.
15007 (default_gdb_spawn): New procedure, factored out from
15008 default_gdb_spawn.
15009 (default_gdb_start): Adjust to call default_gdb_spawn.
15010 (gdb_spawn): New procedure.
15011
15012 2014-07-14 Pedro Alves <palves@redhat.com>
15013
15014 * lib/gdb.exp (gdb_assert): New procedure.
15015 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15016
15017 2014-07-14 Pedro Alves <palves@redhat.com>
15018
15019 * gdb.base/execution-termios.c: New file.
15020 * gdb.base/execution-termios.exp: New file.
15021
15022 2014-07-14 Tom Tromey <tromey@redhat.com>
15023
15024 * gdb.cp/vla-cxx.cc: New file.
15025 * gdb.cp/vla-cxx.exp: New file.
15026
15027 2014-07-14 Tom Tromey <tromey@redhat.com>
15028
15029 * gdb.reverse/rerun-prec.c: New file.
15030 * gdb.reverse/rerun-prec.exp: New file.
15031
15032 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15033 Maciej W. Rozycki <macro@codesourcery.com>
15034
15035 * lib/gdb-utils.exp: New file.
15036 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15037 inline `gdb_init_command' processing.
15038 (gdb_start_cmd): Likewise.
15039 * lib/mi-support.exp (mi_run_cmd): Likewise.
15040 * README: Document `gdb_init_command' and `gdb_init_commands'.
15041
15042 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15043
15044 Fix false FAIL running under a very long directory name.
15045 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15046 and "set print elements 10000". Twice.
15047
15048 2014-07-11 Yao Qi <yao@codesourcery.com>
15049
15050 * gdb.base/exprs.exp: "set print symbol off".
15051
15052 2014-07-11 Pedro Alves <palves@redhat.com>
15053
15054 * gdb.threads/kill.c: New file.
15055 * gdb.threads/kill.exp: New file.
15056
15057 2014-07-10 Yao Qi <yao@codesourcery.com>
15058
15059 * gdb.trace/tfile.c (write_basic_trace_file)
15060 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15061 address written to trace file.
15062
15063 2014-07-09 Pedro Alves <palves@redhat.com>
15064
15065 * gdb.base/attach-wait-input.exp: New file.
15066 * gdb.base/attach-wait-input.c: New file.
15067
15068 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15069
15070 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15071 setting up test structures.
15072 (main): Call new test function.
15073 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15074 test function, continue into test function and walk test
15075 structures.
15076
15077 2014-07-02 Yao Qi <yao@codesourcery.com>
15078
15079 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15080 'bar_start' at the beginning of functions 'foo' and 'bar'
15081 respectively.
15082 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15083 instead of 'foo' and 'bar'.
15084
15085 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15086
15087 * gdb.btrace/segv.exp: New.
15088 * gdb.btrace/segv.c: New.
15089
15090 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15091
15092 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15093 instruction.
15094
15095 2014-06-30 Mark Wielaard <mjw@redhat.com>
15096
15097 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15098 vulture, vilify, villar): New volatile array constants.
15099 (vindictive, vegetation): New const volatile array constants.
15100 * gdb.base/volatile.exp: Test volatile and const volatile array
15101 types.
15102
15103 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15104
15105 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15106 target lacks support for awatch, rwatch, or hbreak.
15107
15108 2014-06-27 Yao Qi <yao@codesourcery.com>
15109
15110 * gdb.multi/dummy-frame-restore.exp: New.
15111 * gdb.multi/dummy-frame-restore.c: New.
15112
15113 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15114
15115 * gdb.btrace/gcore.exp: New.
15116
15117 2014-06-23 Pedro Alves <palves@redhat.com>
15118
15119 * gdb.base/watchpoint-reuse-slot.c: New file.
15120 * gdb.base/watchpoint-reuse-slot.exp: New file.
15121
15122 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15123
15124 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15125 progspace's filename in 'info', 'enable' and 'disable' command
15126 tests.
15127
15128 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15129
15130 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15131 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15132 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15133
15134 2014-06-20 Gary Benson <gbenson@redhat.com>
15135
15136 * gdb.arch/i386-avx.exp: Fix include file location.
15137 * gdb.arch/i386-sse.exp: Likewise.
15138
15139 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15140
15141 * gdb.dlang/expression.exp: New file.
15142
15143 2014-06-19 Pedro Alves <palves@redhat.com>
15144
15145 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15146 out from ...
15147 (top level): ... here. Iterate running tests under different
15148 scheduler-locking settings.
15149
15150 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15151
15152 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15153 to DW_FORM_addr and use non-zero addresses.
15154
15155 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15156
15157 PR gdb/17017
15158 * gdb.python/py-xmethods.cc: Add global function call counters and
15159 increment them in their respective functions. Remove "cout"
15160 statements.
15161 * gdb.python/py-xmethods.exp: Make tests check the global function
15162 call counters instead of depending on inferior IO.
15163
15164 2014-06-18 Don Breazeal <donb@codesourcery.com>
15165
15166 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15167 Deleted procedure.
15168 (explicit_fork_parent_follow): Deleted procedure.
15169 (explicit_fork_child_follow): Deleted procedure.
15170 (test_follow_fork): New procedure.
15171 (do_fork_tests): Replace calls to deleted procedures with
15172 calls to test_follow_fork and reset GDB for subsequent
15173 procedure calls.
15174
15175 2014-06-17 Yao Qi <yao@codesourcery.com>
15176
15177 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15178 CP1252.
15179
15180 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15181
15182 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15183 Initialize ptr and S explicitly.
15184 (skip_type_update_when_not_use_rtti_test): Likewise.
15185
15186 2014-06-16 Keith Seitz <keiths@redhat.com>
15187
15188 PR mi/15863
15189 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15190 the inferior is started.
15191
15192 2014-06-16 Pedro Alves <palves@redhat.com>
15193
15194 * gdb.base/break-main-file-remove-fail.c: New file.
15195 * gdb.base/break-main-file-remove-fail.exp: New file.
15196 * gdb.base/break-unload-file.exp: Use build_executable instead of
15197 prepare_for_testing.
15198 (test_break): New parameter "initial_load". Handle it.
15199 (top level): Add initial_load cmdline/file axis.
15200
15201 2014-06-12 Tom Tromey <tromey@redhat.com>
15202
15203 * gdb.base/completion.exp: Don't use directory name in test.
15204
15205 2014-06-09 Gary Benson <gbenson@redhat.com>
15206
15207 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15208 separate the always-available ANSI-standard signals from the
15209 signals that require checking.
15210 (main): Likewise.
15211 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15212 Likewise.
15213 (main): Likewise.
15214
15215 2014-06-07 Keith Seitz <keiths@redhat.com>
15216
15217 Revert:
15218 PR c++/16253
15219 * gdb.cp/var-tag.cc: New file.
15220 * gdb.cp/var-tag.exp: New file.
15221 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15222 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15223 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15224 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15225
15226 2014-06-06 Doug Evans <xdje42@gmail.com>
15227
15228 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15229
15230 2014-06-06 Pedro Alves <palves@redhat.com>
15231
15232 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15233 in target debug output instead of looking at RSP packets,
15234 disabling the test on any target that uses hardware stepping.
15235 Update comments.
15236
15237 2014-06-06 Pedro Alves <palves@redhat.com>
15238
15239 * gdb.base/break-unload-file.exp: Fix typo.
15240
15241 2014-06-06 Yao Qi <yao@codesourcery.com>
15242
15243 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15244 from "jit_function" to "^jit_function".
15245
15246 2014-06-06 Yao Qi <yao@codesourcery.com>
15247
15248 * gdb.base/async.c (foo): Add one statement.
15249 * gdb.base/async.exp: Get the next instruction address and
15250 match the output of "nexti" by instruction address. Match
15251 the hex address in the output of "finish".
15252
15253 2014-06-06 Gary Benson <gbenson@redhat.com>
15254
15255 * gdb.base/call-signals.c: Remove preprocessor conditionals
15256 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15257 SIGSEGV and SIGTERM.
15258 * gdb.base/sigall.c: Likewise.
15259 * gdb.base/unwindonsignal.c: Likewise.
15260 * gdb.reverse/sigall-reverse.c: Likewise.
15261
15262 2014-06-06 Yao Qi <yao@codesourcery.com>
15263
15264 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15265 readable, skip the test.
15266
15267 2014-06-06 Yao Qi <yao@codesourcery.com>
15268
15269 * gdb.threads/staticthreads.c (thread_function): Move the line
15270 setting breakpoint on forward.
15271 * gdb.threads/staticthreads.exp: Update comments.
15272
15273 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15274
15275 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15276 "history-append! type error".
15277
15278 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15279
15280 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15281 erroneous dprintf expected input.
15282
15283 2014-06-04 Doug Evans <xdje42@gmail.com>
15284
15285 * gdb.guile/scm-generics.exp: Delete.
15286
15287 2014-06-04 Doug Evans <xdje42@gmail.com>
15288
15289 * gdb.guile/scm-breakpoint.exp: Update.
15290 Add tests for breakpoint registration.
15291
15292 2014-06-04 Tom Tromey <tromey@redhat.com>
15293
15294 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15295 VLA-in-union.
15296 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15297 inner_vla_struct, vla_union types. Initialize objects of those
15298 types and compute their sizes.
15299
15300 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15301 Hui Zhu <hui@codesourcery.com>
15302
15303 * gdb.base/fileio.exp: Add test for shell not available as well as
15304 available.
15305 * gdb.base/fileio.c (test_system): Check for shell twice.
15306
15307 2014-06-04 Yao Qi <yao@codesourcery.com>
15308
15309 * gdb.base/auto-connect-native-target.exp: Remove redundant
15310 space from the regexp pattern.
15311
15312 2014-06-04 Yao Qi <yao@codesourcery.com>
15313
15314 * gdb.base/default.exp: Replace "child" with "native" in
15315 regexp pattern.
15316
15317 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15318
15319 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15320 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15321 * gdb.python/py-xmethods.py: Python script supporting the
15322 new testcase and tests.
15323
15324 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15325 Pedro Alves <palves@redhat.com>
15326
15327 PR breakpoints/17000
15328 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15329 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15330
15331 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15332
15333 * gdb.base/subst.exp: Add tests to verify partial path matching
15334 output.
15335
15336 2014-06-03 Pedro Alves <palves@redhat.com>
15337
15338 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15339 target that doesn't use software single-stepping.
15340
15341 2014-06-03 Pedro Alves <palves@redhat.com>
15342
15343 PR breakpoints/17000
15344 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15345 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15346
15347 2014-06-02 Doug Evans <xdje42@gmail.com>
15348
15349 * gdb.guile/scm-parameter.exp: New file.
15350
15351 2014-06-02 Doug Evans <xdje42@gmail.com>
15352
15353 * gdb.guile/scm-cmd.c: New file.
15354 * gdb.guile/scm-cmd.exp: New file.
15355
15356 2014-06-02 Doug Evans <xdje42@gmail.com>
15357
15358 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15359 pretty-printer lookup.
15360 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15361 (make-pp_s-printer): Call it.
15362 (make-pretty-printer-from-dict): New function.
15363 (lookup-pretty-printer-maker-from-dict): New function.
15364 (*pretty-printer*): Simplify.
15365 (make-objfile-pp_s-printer): New function.
15366 (install-objfile-pretty-printers!): New function.
15367 (make-progspace-pp_s-printer): New function.
15368 (install-progspace-pretty-printers!): New function.
15369 * gdb.guile/scm-progspace.c: New file.
15370 * gdb.guile/scm-progspace.exp: New file.
15371
15372 2014-06-02 Pedro Alves <palves@redhat.com>
15373
15374 * gdb.base/dprintf-bp-same-addr.c: New file.
15375 * gdb.base/dprintf-bp-same-addr.exp: New file.
15376
15377 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15378
15379 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15380 * gdb.arch/powerpc-power.s: Likewise.
15381
15382 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15383
15384 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15385
15386 2014-06-01 Yao Qi <yao@codesourcery.com>
15387
15388 * gdb.base/watchpoint.exp (test_watch_location): Check null
15389 pointer can be dereferenced. If not, do the test, otherwise
15390 skip it.
15391
15392 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15393
15394 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15395 results.
15396 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15397
15398 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15399
15400 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15401 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15402 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15403 * gdb.arch/amd64-invalid-stack-top.c: New file.
15404 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15405
15406 2014-05-30 Pedro Alves <palves@redhat.com>
15407
15408 PR breakpoints/17000
15409 * gdb.base/sss-bp-on-user-bp.c: New file.
15410 * gdb.base/sss-bp-on-user-bp.exp: New file.
15411
15412 2014-05-30 David Blaikie <dblaikie@gmail.com>
15413
15414 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15415 gnu_inline semantics via attribute.
15416 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15417 source explicitly specifies the required semantics.
15418
15419 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15420
15421 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15422
15423 2014-05-29 Pedro Alves <palves@redhat.com>
15424 Tom Tromey <tromey@redhat.com>
15425
15426 * gdb.base/async-shell.exp: Don't enable target-async.
15427 * gdb.base/async.exp
15428 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15429 parameter. Adjust.
15430 (top level): Don't test with "target-async".
15431 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15432 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15433 * gdb.base/inferior-died.exp: Don't enable target-async.
15434 * gdb.base/interrupt-noterm.exp: Likewise.
15435 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15436 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15437 * gdb.mi/mi-nonstop.exp: Likewise.
15438 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15439 * gdb.mi/mi-nsintrall.exp: Likewise.
15440 * gdb.mi/mi-nsmoribund.exp: Likewise.
15441 * gdb.mi/mi-nsthrexec.exp: Likewise.
15442 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15443 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15444 * gdb.python/py-evsignal.exp: Don't enable target-async.
15445 * gdb.python/py-evthreads.exp: Likewise.
15446 * gdb.python/py-prompt.exp: Likewise.
15447 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15448 * gdb.server/solib-list.exp: Don't enable target-async.
15449 * gdb.threads/thread-specific-bp.exp: Likewise.
15450 * lib/mi-support.exp: Adjust to use mi-async.
15451
15452 2014-05-29 Pedro Alves <palves@redhat.com>
15453
15454 PR gdb/13860
15455 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15456 reason, even in sync mode.
15457
15458 2014-05-29 Pedro Alves <palves@redhat.com>
15459 Hui Zhu <hui@codesourcery.com>
15460
15461 PR PR15693
15462 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15463 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15464 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15465 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15466
15467 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15468
15469 * config/monitor.exp (gdb_target_monitor): Replace use of
15470 "set remotebaud" by "set serial baud".
15471
15472 2014-05-26 Andy Wingo <wingo@igalia.com>
15473
15474 * gdb.guile/scm-breakpoint.exp:
15475 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15476 properties instead of gdb-object-properties.
15477
15478 2014-05-26 Yao Qi <yao@codesourcery.com>
15479
15480 * gdb.server/no-thread-db.exp: Specify source file name
15481 explicitly when setting a breakpoint.
15482
15483 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15484
15485 * gdb.btrace/vdso.c: New.
15486 * gdb.btrace/vdso.exp: New.
15487
15488 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15489
15490 * gdb.base/gcore.exp (capture_command_output): Move ...
15491 * lib/gdb.exp (capture_command_output): ... here.
15492
15493 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15494
15495 * gdb.btrace/data.exp: Test memory access during btrace replay.
15496
15497 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15498
15499 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15500
15501 2014-05-21 Pedro Alves <palves@redhat.com>
15502
15503 PR gdb/13860
15504 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15505 (top level): Test that output related to execution commands is
15506 sent to the console with CLI commands, but not with MI commands.
15507 Test that breakpoint events are always mirrored to the console.
15508 Also expect the new source line to be output after a "next" in
15509 async mode too. Make it a pass/fail test.
15510 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15511 output.
15512 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15513
15514 2014-05-21 Pedro Alves <palves@redhat.com>
15515
15516 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15517 Use them to test variations of "list" after reaching a breakpoint.
15518 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15519 Test "list" with listsize 10 after reaching a breakpoint.
15520 * gdb.python/python.exp (decode_line current location line
15521 number): Adjust expected line number.
15522
15523 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15524
15525 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15526 behavior for $args, pass it directly to "run".
15527
15528 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15529
15530 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15531 30000 to 65536.
15532
15533 2014-05-21 Pedro Alves <palves@redhat.com>
15534
15535 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15536 auto-connect-native-target off".
15537 * gdb.base/auto-connect-native-target.c: New file.
15538 * gdb.base/auto-connect-native-target.exp: New file.
15539
15540 2014-05-21 Pedro Alves <palves@redhat.com>
15541
15542 * gdb.base/default.exp: Test "target native" instead of "target
15543 child".
15544
15545 2014-05-21 Mark Wielaard <mjw@redhat.com>
15546
15547 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15548
15549 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15550
15551 Fix TLS access for -static -pthread.
15552 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15553 <HAVE_TLS> (thread_function, main): Initialize it.
15554 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15555 Add clean_restart.
15556 <$have_tls != "">: Check TLSVAR.
15557
15558 2014-05-21 Pedro Alves <palves@redhat.com>
15559
15560 * gdb.base/dcache-line-read-error.c: New.
15561 * gdb.base/dcache-line-read-error.exp: New.
15562
15563 2014-05-20 Pedro Alves <palves@redhat.com>
15564
15565 * gdb.base/compare-sections.c: New file.
15566 * gdb.base/compare-sections.exp: New file.
15567
15568 2014-05-20 Pedro Alves <palves@redhat.com>
15569
15570 * gdb.base/break-idempotent.c: New file.
15571 * gdb.base/break-idempotent.exp: New file.
15572
15573 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15574
15575 * gdb.btrace/nohist.exp: New.
15576
15577 2014-05-20 Yao Qi <yao@codesourcery.com>
15578
15579 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15580 gdb.reverse directory and gdb_reverse_timeout exists in board
15581 setting.
15582 * README: Document gdb_reverse_timeout.
15583
15584 2014-05-20 Yao Qi <yao@codesourcery.com>
15585
15586 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15587 'test_file_name'. Treat args as a string instead of a list.
15588 (gdb_init): Rename argument 'args' by 'test_file_name'.
15589
15590 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15591
15592 * gdb.arch/powerpc-power.exp: New file.
15593 * gdb.arch/powerpc-power.s: New file.
15594
15595 2014-05-16 Doug Evans <dje@google.com>
15596
15597 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15598 * gdb.base/completion.exp: Check that all expected files exist
15599 before doing file completion.
15600
15601 2014-05-16 Doug Evans <dje@google.com>
15602
15603 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15604 Update.
15605 (do_syscall_tests_without_xml): Update.
15606
15607 2014-05-16 Pedro Alves <palves@redhat.com>
15608
15609 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15610 instead of "unknown output after running".
15611
15612 2014-05-16 Yao Qi <yao@codesourcery.com>
15613
15614 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15615 file1.txt from host at the end.
15616 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15617
15618 2014-05-15 Doug Evans <dje@google.com>
15619
15620 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15621 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15622 loading file. Add test for TU lookup.
15623
15624 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15625
15626 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15627 calling "-exec-arguments" or "set args" before running the
15628 inferior.
15629
15630 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15631
15632 * lib/mi-support.exp (mi_expect_stop): Expect message for
15633 inferiors that exit with non-zero exit code.
15634
15635 2014-05-14 Yao Qi <yao@codesourcery.com>
15636
15637 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15638 match absolute path on remote host.
15639 (test_file_list_exec_source_files): Remove "/" from the
15640 pattern.
15641
15642 2014-05-14 Yao Qi <yao@codesourcery.com>
15643
15644 * boards/local-remote-host-notty.exp (${board}_file): New
15645 proc.
15646
15647 2014-05-07 Kyle McMartin <kyle@redhat.com>
15648
15649 Pushed by Joel Brobecker <brobecker@adacore.com>.
15650 * gdb.arch/aarch64-atomic-inst.c: New file.
15651 * gdb.arch/aarch64-atomic-inst.exp: New file.
15652
15653 2014-05-07 Yao Qi <yao@codesourcery.com>
15654
15655 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15656 in current context" too.
15657
15658 2014-05-05 Keith Seitz <keiths@redhat.com>
15659
15660 * gdb.linespec/ls-dollar.exp: Add test for linespec
15661 file:convenience_variable.
15662
15663 2014-05-05 Yao Qi <yao@codesourcery.com>
15664
15665 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15666 traceframes into tfile and ctf trace files. Read data from
15667 trace file and test collected data.
15668 (gdb_collect_locals_test): Likewise.
15669 (gdb_unavailable_registers_test): Likewise.
15670 (gdb_unavailable_floats): Likewise.
15671 (gdb_collect_globals_test): Likewise.
15672 (top-level): Append "ctf" to trace_file_targets if GDB
15673 supports.
15674
15675 2014-05-05 Yao Qi <yao@codesourcery.com>
15676
15677 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15678 code to ...
15679 (gdb_collect_args_test_1): ... it. New proc.
15680 (gdb_collect_locals_test): Move some code to ...
15681 (gdb_collect_locals_test_1): ... it. New proc.
15682 (gdb_unavailable_registers_test): Move some code to ...
15683 (gdb_unavailable_registers_test_1): ... it. New proc.
15684 (gdb_unavailable_floats): Move some code to ...
15685 (gdb_unavailable_floats_1): ... it. New proc.
15686
15687 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15688
15689 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15690 probes to test for bitness recognition.
15691 * gdb.arch/amd64-stap-optional-prefix.exp
15692 (test_probe_value_without_reg): New procedure.
15693 Add code to test for different kinds of bitness.
15694
15695 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15696
15697 PR breakpoints/16889
15698 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15699 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15700
15701 2014-05-01 Pedro Alves <palves@redhat.com>
15702
15703 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15704 gdb_file_cmd if no file is specified.
15705 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15706 last_loaded_file to set the remote exec-file.
15707
15708 2014-05-01 Pedro Alves <palves@redhat.com>
15709
15710 * boards/local-remote-host.exp: New file.
15711
15712 2014-05-01 Pedro Alves <palves@redhat.com>
15713
15714 * boards/local-remote-host.exp: Rename to ...
15715 * boards/local-remote-host-notty.exp: ... this.
15716
15717 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15718
15719 * gdb.ada/dyn_arrayidx: New testcase.
15720
15721 2014-04-26 Yao Qi <yao@codesourcery.com>
15722
15723 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15724 and compute the length of function main. Save it in
15725 $main_length.
15726 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15727 (top-level): Use gdb_compile to compile objects into
15728 executable and restart GDB. Remove invocation to
15729 prepare_for_testing.
15730
15731 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15732 Pedro Alves <palves@redhat.com>
15733
15734 PR server/16255
15735 * gdb.multi/multi-attach.c: New file.
15736 * gdb.multi/multi-attach.exp: New file.
15737
15738 2014-04-25 Pedro Alves <palves@redhat.com>
15739
15740 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15741 user.
15742 (top level): Test that "set remote conditional-breakpoints-packet
15743 off" works as intended.
15744 * gdb.base/dprintf.exp: Test that "set remote
15745 breakpoint-commands-packet off" works as intended.
15746 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15747 New function.
15748 (top level): Call it.
15749 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15750 remote fast-tracepoints-packet off" works as intended.
15751 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15752 * lib/gdb.exp (gdb_is_target_remote): ... here.
15753
15754 2014-04-24 David Blaikie <dblaikie@gmail.com>
15755
15756 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15757 ensure clang would not discard them.
15758 * gdb.base/gdbvars.c: Ditto.
15759 * gdb.base/memattr.c: Ditto.
15760 * gdb.base/whatis.c: Ditto.
15761 * gdb.python/py-prettyprint.c: Ditto.
15762 * gdb.trace/actions.c: Ditto.
15763 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15764 ensure clang would not discard it.
15765
15766 2014-04-24 David Blaikie <dblaikie@gmail.com>
15767
15768 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15769 clang to emit the full definition of type required by the test
15770 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15771
15772 2014-04-24 David Blaikie <dblaikie@gmail.com>
15773
15774 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15775 coax Clang into emitting the definition of the type.
15776 * gdb.cp/pr10728-x.h (y): Ditto.
15777 * gdb.cp/pr10728-y.cc (y): Ditto.
15778
15779 2014-04-24 David Blaikie <dblaikie@gmail.com>
15780
15781 * gdb.base/label.exp: XFAIL label related tests under Clang.
15782 * gdb.cp/cplabel.exp: Ditto.
15783 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15784 under Clang those using labels.
15785
15786 2014-04-25 Yao Qi <yao@codesourcery.com>
15787
15788 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15789 double_label.
15790 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15791 partial_label and double_label.
15792
15793 2014-04-24 David Blaikie <dblaikie@gmail.com>
15794
15795 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15796
15797 2014-04-24 David Blaikie <dblaikie@gmail.com>
15798
15799 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15800 of the function to work across GCC and Clang.
15801 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15802 pointer types (const void ** const V void **).
15803
15804 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15805 Walfred Tedeschi <walfred.tedeschi@intel.com>
15806
15807 * Makefile.in (EXECUTABLES): Added i386-avx512.
15808 * gdb.arch/i386-avx512.c: New file.
15809 * gdb.arch/i386-avx512.exp: Likewise.
15810
15811 2014-04-23 Keith Seitz <keiths@redhat.com>
15812
15813 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15814 (mi_make_breakpoint_table): New procedure.
15815 (mi_create_breakpoint): Use mi_make_breakpoint
15816 and return the result.
15817 (mi_make_breakpoint): New procedure.
15818 (mi_build_kv_pairs): New procedure.
15819
15820 * gdb.mi/mi-break.exp: Remove unused globals,
15821 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15822 All callers updated.
15823 * gdb.mi/mi-dprintf.exp: Use variable to track command
15824 number.
15825 Update all callers of mi_create_breakpoint and use
15826 mi_make_breakpoint_table.
15827 Remove any unused global variables.
15828 * gdb.mi/mi-nonstop.exp: Likewise.
15829 * gdb.mi/mi-nsintrall.exp: Likewise.
15830 * gdb.mi/mi-nsmoribund.exp: Likewise.
15831 * gdb.mi/mi-nsthrexec.exp: Likewise.
15832 * gdb.mi/mi-reverse.exp: Likewise.
15833 * gdb.mi/mi-simplerun.exp: Likewise.
15834 * gdb.mi/mi-stepn.exp: Likewise.
15835 * gdb.mi/mi-syn-frame.exp: Likewise.
15836 * gdb.mi/mi-until.exp: Likewise.
15837 * gdb.mi/mi-var-cp.exp: Likewise.
15838 * gdb.mi/mi-var-display.exp: Likewise.
15839 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15840 * gdb.mi/mi2-var-child.exp: Likewise.
15841 * gdb.mi/mi-vla-c99.exp: Likewise.
15842 * lib/mi-support.exp: Likewise.
15843
15844 From Ian Lance Taylor <iant@cygnus.com>:
15845 * lib/gdb.exp (parse_args): New procedure.
15846
15847 2014-04-23 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.base/break-unload-file.c: New file.
15850 * gdb.base/break-unload-file.exp: New file.
15851 * gdb.base/sym-file-lib.c (baz): New function.
15852 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15853 field.
15854 (load): Store the segment's mapped size.
15855 (unload): New function.
15856 (unload_shlib): New function.
15857 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15858 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15859 set a breakpoint at baz, and call it.
15860 * gdb.base/sym-file.exp: New tests for stale breakpoint
15861 instructions.
15862
15863 2014-04-23 Pedro Alves <palves@redhat.com>
15864
15865 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15866 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15867 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15868 * gdb.base/hbreak-unmapped.c: New file.
15869 * gdb.base/hbreak-unmapped.exp: New file.
15870 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15871 * lib/gdb.exp (gdb_is_target_remote): ... here.
15872
15873 2014-04-22 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.base/consecutive-step-over.c: New file.
15876 * gdb.base/consecutive-step-over.exp: New file.
15877
15878 2014-04-22 Pedro Alves <palves@redhat.com>
15879
15880 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15881 instead of send_gdb/gdb_expect.
15882
15883 2014-04-22 Yao Qi <yao@codesourcery.com>
15884
15885 * lib/trace-support.exp (generate_tracefile): New procedure.
15886 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15887 return 0.
15888 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15889 if generate_tracefile returns 1.
15890
15891 2014-04-18 Tom Tromey <palves@redhat.com>
15892 Pedro alves <tromey@redhat.com>
15893
15894 PR backtrace/15558
15895 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15896 with a backtrace limit.
15897 * gdb.python/py-frame-inline.exp: Test running to an inline
15898 function with a backtrace limit, and printing the newest frame.
15899 * gdb.python/py-frame-inline.c (main): Call f.
15900
15901 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15902
15903 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15904
15905 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15906
15907 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15908 Drop prefix from unsupported source file path.
15909
15910 2014-04-17 Yao Qi <yao@codesourcery.com>
15911
15912 * lib/gdb.exp (with_target_charset): New proc.
15913 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15914 with_target_charset.
15915 (test_print_strings): Likewise.
15916 (test_repeat_bytes): Likewise.
15917 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15918 for some tests.
15919
15920 2014-04-16 Keith Seitz <keiths@redhat.com>
15921
15922 PR gdb/15827
15923 * gdb.dwarf2/corrupt.c: New file.
15924 * gdb.dwarf2/corrupt.exp: New file.
15925
15926 2014-04-16 Keith Seitz <keiths@redhat.com>
15927
15928 PR c++/16597
15929 * gdb.cp/namelessclass.cc: New file.
15930 * gdb.cp/namelessclass.exp: New file.
15931 * gdb.cp/namelessclass.S: New file.
15932
15933 2014-04-16 Doug Evans <dje@google.com>
15934
15935 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15936 Add comment.
15937 (gdbserver_default_get_comm_port): New function.
15938 (gdbserver_start): Check if board file provided
15939 "gdbserver,get_comm_port" and use it if so.
15940 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15941 (gdb,socketport): Set to "stdio".
15942 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15943 (stdio_gdbserver_template): Delete.
15944 (${board}_get_remote_address): Update.
15945 (${board}_build_remote_cmd): Delete.
15946 (${board}_get_comm_port): New function.
15947 (${board}_spawn): Update.
15948 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15949 Delete.
15950 (${board}_get_remote_address): Update.
15951 (${board}_get_comm_port): New function.
15952
15953 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15954
15955 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15956 appearing in any order.
15957
15958 2014-04-15 Doug Evans <dje@google.com>
15959
15960 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15961 uninitialized value of "description".
15962
15963 2014-04-15 Keith Seitz <keiths@redhat.com>
15964
15965 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15966 Remove unused globals.
15967 (test_running_the_program): Likewise.
15968 (test_controlled_execution): Likewise.
15969 (test_controlling_breakpoints): Likewise.
15970 (test_program_termination): Likewise.
15971
15972 2014-04-15 Keith Seitz <keiths@redhat.com>
15973
15974 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15975 unused globals.
15976 (test_rbreak_creation_and_listing): Likewise.
15977 (test_ignore_count): Likewise.
15978 (test_error): Likewise.
15979
15980 2014-04-15 Pedro Alves <palves@redhat.com>
15981
15982 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15983 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15984 sym-file-loader.c.
15985 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15986 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15987 to sym-file-loader.c.
15988 (struct library): Forward declare.
15989 (load_shlib, lookup_function): Change prototypes.
15990 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15991 (translate_offset): Remove declarations.
15992 (get_text_addr): New declaration.
15993 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15994 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15995 sym-file-loader.h.
15996 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15997 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15998 here from sym-file-loader.h.
15999 (struct library): New structure.
16000 (load_shlib, lookup_function): Change prototypes and adjust to
16001 work with a struct library.
16002 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16003 (translate_offset): Make static.
16004 (get_text_addr): New function.
16005 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16006
16007 2014-04-15 Pedro Alves <palves@redhat.com>
16008
16009 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16010
16011 2014-04-15 Pedro Alves <palves@redhat.com>
16012
16013 * gdb.base/sym-file-loader.c: Include <limits.h>.
16014 (SELF_LINK): New define.
16015 (get_origin): New function.
16016 (load_shlib): Use it.
16017 * gdb.base/sym-file.exp: Don't early return if the target is
16018 remote. Use runto_main, and issue fail is that fails. Use
16019 gdb_load_shlibs.
16020 (shlib_name): Delete.
16021 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16022
16023 2014-04-15 Pedro Alves <palves@redhat.com>
16024
16025 * gdb.base/sym-file.exp: Remove regex characters from test
16026 message. Don't refer to breakpoint numbers in test messages.
16027
16028 2014-04-14 Keith Seitz <keiths@redhat.com>
16029
16030 PR c++/16253
16031 * gdb.cp/var-tag.cc: New file.
16032 * gdb.cp/var-tag.exp: New file.
16033 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16034 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16035 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16036 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16037
16038 2014-04-14 Tom Tromey <tromey@redhat.com>
16039
16040 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16041 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16042 type.
16043 * gdb.cp/enum-class.exp: New file.
16044 * gdb.cp/enum-class.cc: New file.
16045
16046 2014-04-14 Tom Tromey <tromey@redhat.com>
16047
16048 * gdb.dwarf2/enum-type.exp: New file.
16049
16050 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16051
16052 * gdb.mi/mi-vla-c99.exp: New file.
16053 * gdb.mi/vla.c: New file.
16054
16055 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16056
16057 * gdb.base/vla-datatypes.c: New file.
16058 * gdb.base/vla-datatypes.exp: New file.
16059
16060 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16061
16062 * gdb.base/vla-ptr.c: New file.
16063 * gdb.base/vla-ptr.exp: New file.
16064
16065 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16066
16067 * gdb.dwarf2/count.exp: New file.
16068
16069 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16070
16071 * gdb.base/vla-sideeffect.c: New file.
16072 * gdb.base/vla-sideeffect.exp: New file.
16073
16074 2014-04-14 David Blaikie <dblaikie@gmail.com>
16075
16076 * gdb.mi/non-stop.c: Add return value for non-void function return
16077 statement.
16078 * gdb.threads/staticthreads.c: Ditto.
16079
16080 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16081 Doug Evans <xdje42@gmail.com>
16082
16083 * gdb.guile/scm-value.c: Improve test case.
16084 * gdb.guile/scm-value.exp: Add new test.
16085
16086 2014-04-11 David Blaikie <dblaikie@gmail.com>
16087
16088 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16089 override Clang's default.
16090
16091 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16092
16093 Revert the following changes (regressions):
16094
16095 * gdb.base/vla-sideeffect.c: New file.
16096 * gdb.base/vla-sideeffect.exp: New file.
16097
16098 * gdb.dwarf2/count.exp: New file.
16099
16100 * gdb.base/vla-multi.c: New file.
16101 * gdb.base/vla-multi.exp: New file.
16102
16103 * gdb.base/vla-ptr.c: New file.
16104 * gdb.base/vla-ptr.exp: New file.
16105
16106 * gdb.base/vla-datatypes.c: New file.
16107 * gdb.base/vla-datatypes.exp: New file.
16108
16109 * gdb.mi/mi-vla-c99.exp: New file.
16110 * gdb.mi/vla.c: New file.
16111
16112 2014-04-11 Keith Seitz <keiths@redhat.com>
16113
16114 PR c++/16675
16115 * gdb.cp/cpsizeof.exp: New file.
16116 * gdb.cp/cpsizeof.cc: New file.
16117
16118 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16119
16120 * gdb.mi/mi-vla-c99.exp: New file.
16121 * gdb.mi/vla.c: New file.
16122
16123 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16124
16125 * gdb.base/vla-datatypes.c: New file.
16126 * gdb.base/vla-datatypes.exp: New file.
16127
16128 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16129
16130 * gdb.base/vla-ptr.c: New file.
16131 * gdb.base/vla-ptr.exp: New file.
16132
16133 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16134
16135 * gdb.base/vla-multi.c: New file.
16136 * gdb.base/vla-multi.exp: New file.
16137
16138 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16139
16140 * gdb.dwarf2/count.exp: New file.
16141
16142 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16143
16144 * gdb.base/vla-sideeffect.c: New file.
16145 * gdb.base/vla-sideeffect.exp: New file.
16146
16147 2014-04-11 Yao Qi <yao@codesourcery.com>
16148
16149 * gdb.base/completion.exp: Check file exists before running tests
16150 on file completion.
16151
16152 2014-04-10 Pedro Alves <palves@redhat.com>
16153
16154 * gdb.base/cond-eval-mode.c: New file.
16155 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16156 prepare_for_testing to build the new file. Check result of
16157 runto_main.
16158 (test_break, test_watch): New procedures.
16159 (top level): Use them.
16160
16161 2014-04-08 Pierre Muller <muller@sourceware.org>
16162
16163 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16164 Ctrl-V use for mingw hosts.
16165
16166 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16167
16168 * gdb.python/py-value.c: Improve test case.
16169 * gdb.python/py-value.exp: Add new test.
16170
16171 2014-04-07 David Blaikie <dblaikie@gmail.com>
16172
16173 * lib/compiler.c: Identify the clang compiler.
16174 * lib/compiler.cc: Ditto.
16175
16176 2014-04-03 Yao Qi <yao@codesourcery.com>
16177
16178 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16179
16180 2014-04-01 Anton Blanchard <anton@samba.org>
16181
16182 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16183 messages unique.
16184
16185 2014-04-01 Anton Blanchard <anton@samba.org>
16186
16187 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16188 prepare_for_testing.
16189
16190 2014-04-01 Anton Blanchard <anton@samba.org>
16191
16192 * gdb.arch/ppc64-atomic-inst.c: Remove.
16193 * gdb.arch/ppc64-atomic-inst.S: New file.
16194 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16195
16196 2014-03-31 Doug Evans <dje@google.com>
16197
16198 * gdb.base/print-symbol-loading-lib.c: New file.
16199 * gdb.base/print-symbol-loading-main.c: New file.
16200 * gdb.base/print-symbol-loading.exp: New file.
16201
16202 2014-03-31 Yao Qi <yao@codesourcery.com>
16203
16204 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16205
16206 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16207
16208 * gdb.ada/mi_dyn_arr: New testcase.
16209
16210 2014-03-27 Doug Evans <dje@google.com>
16211
16212 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16213
16214 2014-03-27 Yao Qi <yao@codesourcery.com>
16215
16216 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16217 if target is nios2-*-*.
16218
16219 2014-03-26 Yao Qi <yao@codesourcery.com>
16220
16221 * lib/gdb.exp (readline_is_used): New proc.
16222 * gdb.base/completion.exp: Move tests on command complete up.
16223 Skip the rest of tests if readline is not used.
16224 * gdb.ada/complete.exp: Skp the test if readline is not
16225 used.
16226 * gdb.base/filesym.exp: Likewise.
16227 * gdb.base/macscp.exp: Likewise.
16228 * gdb.base/readline-ask.exp: Likewise.
16229 * gdb.base/readline.exp: Likewise.
16230 * gdb.python/py-cmd.exp: Likewise.
16231 * gdb.trace/tfile.exp: Likewise.
16232
16233 2014-03-26 Yao Qi <yao@codesourcery.com>
16234
16235 * gdb.base/macscp.exp: Fix code format issues.
16236
16237 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16238
16239 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16240 * gdb.asm/powerpc64le.inc: New file.
16241
16242 2014-03-25 Pedro Alves <palves@redhat.com>
16243 Doug Evans <dje@google.com>
16244
16245 * gdb.base/source-execution.c: New file.
16246 * gdb.base/source-execution.exp: New file.
16247 * gdb.base/source-execution.gdb: New file.
16248
16249 2014-03-24 Doug Evans <dje@google.com>
16250
16251 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16252 using fission.
16253
16254 2014-03-24 Hui Zhu <hui@codesourcery.com>
16255 Pedro Alves <palves@redhat.com>
16256
16257 PR breakpoints/16101
16258 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16259 test pass/fail messages. Detect missing support for dprintf when
16260 breakpoints are actually inserted.
16261 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16262 breakpoints are actually inserted.
16263 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16264 fails.
16265
16266 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16267
16268 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16269
16270 2014-03-22 Doug Evans <xdje42@gmail.com>
16271
16272 * gdb.python/python.exp (python not supported): Verify multi-line
16273 python command issues an error.
16274 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16275 guile command issues an error.
16276
16277 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16278
16279 * gdb.threads/thread-specific.exp: Handle the lack of usable
16280 $this_breakpoint and $this_thread.
16281
16282 2014-03-21 Hui Zhu <hui@codesourcery.com>
16283
16284 * gdb.base/attach.exp (do_command_attach_tests): New.
16285
16286 2014-03-20 Tom Tromey <tromey@redhat.com>
16287 Pedro Alves <palves@redhat.com>
16288
16289 PR cli/15718
16290 * gdb.base/condbreak-call-false.c: New file.
16291 * gdb.base/condbreak-call-false.exp: New file.
16292
16293 2014-03-20 Pedro Alves <palves@redhat.com>
16294
16295 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16296 Delete.
16297 (block_signals, unblock_signals): Delete.
16298 (child_function_2, main): Remove references to deleted variable
16299 and functions.
16300
16301 2014-03-20 Pedro Alves <palves@redhat.com>
16302
16303 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16304 Use pthread_kill to signal thread 2.
16305 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16306 Adjust to make the test send itself a signal rather than using the
16307 host's "kill" command.
16308
16309 2014-03-20 Pedro Alves <palves@redhat.com>
16310
16311 * gdb.threads/multiple-step-overs.c: New file.
16312 * gdb.threads/multiple-step-overs.exp: New file.
16313 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16314 Adjust expected infrun debug output.
16315
16316 2014-03-20 Pedro Alves <palves@redhat.com>
16317
16318 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16319 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16320
16321 2014-03-20 Pedro Alves <palves@redhat.com>
16322
16323 PR breakpoints/7143
16324 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16325 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16326 of gdb_test_multiple.
16327 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16328 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16329
16330 2014-03-20 Pedro Alves <palves@redhat.com>
16331
16332 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16333 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16334
16335 2014-03-19 Pedro Alves <palves@redhat.com>
16336
16337 * gdb.base/async.exp: Remove early return.
16338
16339 2014-03-19 Pedro Alves <palves@redhat.com>
16340
16341 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16342
16343 2014-03-19 Pedro Alves <palves@redhat.com>
16344
16345 * gdb.base/async.exp (test_background): Expect \r\n after
16346 "completed." in the fail pattern.
16347
16348 2014-03-19 Pedro Alves <palves@redhat.com>
16349
16350 * gdb.base/async.exp (test_background): New procedure.
16351 Use it for all background execution command tests.
16352
16353 2014-03-19 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.base/async.exp: Use prepare_for_testing.
16356
16357 2014-03-19 Pedro Alves <palves@redhat.com>
16358
16359 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16360 the same line.
16361
16362 2014-03-19 Pedro Alves <palves@redhat.com>
16363
16364 * gdb.base/async.c (main): Add "jump here" and "until here" line
16365 marker comments.
16366 * gdb.base/async.exp (jump_here): New global.
16367 (jump& test): Use it.
16368 (until_here): New global.
16369 (until& test): Use it.
16370
16371 2014-03-19 Pedro Alves <palves@redhat.com>
16372
16373 * gdb.base/async.exp: Don't frob gdb_protocol.
16374
16375 2014-03-18 Doug Evans <xdje42@gmail.com>
16376
16377 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16378 Fix spelling of exec-done-display.
16379
16380 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16381
16382 PR gdb/15358
16383 * gdb.base/gdb-sigterm.c: New file.
16384 * gdb.base/gdb-sigterm.exp: New file.
16385
16386 2014-03-18 Pedro Alves <palves@redhat.com>
16387
16388 PR gdb/13860
16389 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16390 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16391 solib-event.
16392
16393 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16394
16395 * gdb.ada/pckd_arr_ren: New testcase.
16396
16397 2014-03-13 Doug Evans <xdje42@gmail.com>
16398
16399 PR guile/16612
16400 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16401 collect after discarding symbols.
16402
16403 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16404 Doug Evans <xdje42@gmail.com>
16405
16406 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16407 to history survives a gc.
16408
16409 2014-03-13 Pedro Alves <palves@redhat.com>
16410
16411 * gdb.base/default.exp: Don't test "target procfs".
16412
16413 2014-03-13 Pedro Alves <palves@redhat.com>
16414
16415 * gdb.base/default.exp: Update "target child" and "target procfs"
16416 tests to not expect "Unix".
16417
16418 2014-03-12 Tom Tromey <tromey@redhat.com>
16419
16420 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16421 New procs. Add target-async tests.
16422 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16423 Add target-async tests.
16424
16425 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16426
16427 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16428 'func_start' and 'func_end' for the beginning and end of the
16429 function code, respectively.
16430 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16431 'func_end' instead of 'func' and 'main'.
16432
16433 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16434
16435 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16436 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16437 generate the debug info assembler source.
16438
16439 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16440
16441 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16442 * gdb.dwarf2/arr-subrange.exp: Likewise.
16443 * gdb.dwarf2/dwz.exp: Likewise.
16444 * gdb.dwarf2/method-ptr.exp: Likewise.
16445 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16446 * gdb.dwarf2/subrange.exp: Likewise.
16447 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16448 * gdb.dwarf2/implptrpiece.exp: Likewise.
16449 * gdb.dwarf2/nostaticblock.exp: Likewise.
16450
16451 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16452
16453 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16454 directory to absolute path name arguments.
16455
16456 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16457
16458 * gdb.ada/tagged_access: New testcase.
16459
16460 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16461
16462 * gdb.btrace/data.exp: Update expected output.
16463
16464 2014-03-06 Yao Qi <yao@codesourcery.com>
16465
16466 * gdb.trace/pr16508.exp: New file.
16467
16468 2014-03-05 Pedro Alves <palves@redhat.com>
16469
16470 PR gdb/16575
16471 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16472 procedure.
16473 (top level): Adjust to use it. Add tests that exercise breakpoint
16474 interaction with the code-cache.
16475
16476 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16477
16478 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16479 test for 'history-append!'.
16480
16481 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16482
16483 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16484 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16485 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16486 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16487 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16488 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16489
16490 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16491
16492 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16493 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16494 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16495
16496 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16497
16498 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16499
16500 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16501
16502 * gdb.dwarf2/arr-stride.c: New file.
16503 * gdb.dwarf2/arr-stride.exp: New file.
16504
16505 2014-02-26 Pedro Alves <palves@redhat.com>
16506
16507 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16508 that won't ever trigger. Make sure that GDB reports the correct
16509 breakpoint that caused the stop.
16510
16511 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16512
16513 PR gdb/16626
16514 * gdb.base/auto-load-script: New file.
16515 * gdb.base/auto-load.c: New file.
16516 * gdb.base/auto-load.exp: New file.
16517
16518 PR gdb/16626
16519 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16520
16521 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16522
16523 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16524 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16525
16526 2014-02-24 Doug Evans <dje@google.com>
16527
16528 * lib/gdb.exp (run_on_host): Log error output if program fails.
16529
16530 2014-02-21 Pedro Alves <palves@redhat.com>
16531
16532 * gdb.threads/step-after-sr-lock.c: Rename to ...
16533 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16534 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16535 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16536 ... this.
16537
16538 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16539
16540 PR tdep/16397
16541 * gdb.arch/amd64-stap-special-operands.exp: New file.
16542 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16543 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16544 * gdb.arch/amd64-stap-triplet.S: Likewise.
16545 * gdb.arch/amd64-stap-triplet.c: Likewise.
16546
16547 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16548
16549 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16550 in .section pseudo-op.
16551
16552 2014-02-20 lin zuojian <manjian2006@gmail.com>
16553 Joel Brobecker <brobecker@adacore.com>
16554 Doug Evans <xdje42@gmail.com>
16555
16556 PR symtab/16581
16557 * gdb.dwarf2/dw2-icycle.S: New file.
16558 * gdb.dwarf2/dw2-icycle.c: New file.
16559 * gdb.dwarf2/dw2-icycle.exp: New file.
16560
16561 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16562
16563 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16564 operations on gdb.Value objects.
16565 * gdb.python/py-value-cc.exp: Add new test to test operations on
16566 gdb.Value objects.
16567
16568 2014-02-18 Doug Evans <dje@google.com>
16569
16570 * Makefile.in (TESTS): New variable.
16571 (expanded_tests, expanded_tests_or_none): New variables
16572 (check-single): Pass $(expanded_tests_or_none) to runtest.
16573 (check-parallel): Only run tests in $(TESTS) if non-empty.
16574 (check/no-matching-tests-found): New rule.
16575 * README: Document TESTS makefile variable.
16576
16577 2014-02-18 Doug Evans <dje@google.com>
16578
16579 * Makefile.in (check-parallel): rm -rf outputs temp.
16580
16581 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16582
16583 Fix "ERROR: no fileid for" in the testsuite.
16584 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16585
16586 2014-02-12 Doug Evans <dje@google.com>
16587
16588 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16589 (MISCELLANEOUS): New variable.
16590 (clean): rm -rf $(MISCELLANEOUS).
16591 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16592 dwp live in the same directory as symlinks, with each symlink pointed
16593 to a differently named file in a different directory.
16594
16595 2014-02-11 Doug Evans <dje@google.com>
16596
16597 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16598 of Tcl file commands.
16599
16600 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16601
16602 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16603 "kill -SIGUSR1 -1".
16604
16605 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16606
16607 * gdb.ada/tick_length_array_enum_idx: New testcase.
16608
16609 2014-02-10 Doug Evans <xdje42@gmail.com>
16610
16611 * configure.ac (AC_OUTPUT): Add gdb.guile.
16612 * configure: Regenerate.
16613 * lib/gdb-guile.exp: New file.
16614 * lib/gdb.exp (get_target_charset): New function.
16615 * gdb.base/help.exp: Update expected output from "apropos apropos".
16616 * gdb.guile/Makefile.in: New file.
16617 * gdb.guile/guile.exp: New file.
16618 * gdb.guile/scm-arch.c: New file.
16619 * gdb.guile/scm-arch.exp: New file.
16620 * gdb.guile/scm-block.c: New file.
16621 * gdb.guile/scm-block.exp: New file.
16622 * gdb.guile/scm-breakpoint.c: New file.
16623 * gdb.guile/scm-breakpoint.exp: New file.
16624 * gdb.guile/scm-disasm.c: New file.
16625 * gdb.guile/scm-disasm.exp: New file.
16626 * gdb.guile/scm-equal.c: New file.
16627 * gdb.guile/scm-equal.exp: New file.
16628 * gdb.guile/scm-error.exp: New file.
16629 * gdb.guile/scm-error.scm: New file.
16630 * gdb.guile/scm-frame-args.c: New file.
16631 * gdb.guile/scm-frame-args.exp: New file.
16632 * gdb.guile/scm-frame-args.scm: New file.
16633 * gdb.guile/scm-frame-inline.c: New file.
16634 * gdb.guile/scm-frame-inline.exp: New file.
16635 * gdb.guile/scm-frame.c: New file.
16636 * gdb.guile/scm-frame.exp: New file.
16637 * gdb.guile/scm-generics.exp: New file.
16638 * gdb.guile/scm-gsmob.exp: New file.
16639 * gdb.guile/scm-iterator.c: New file.
16640 * gdb.guile/scm-iterator.exp: New file.
16641 * gdb.guile/scm-math.c: New file.
16642 * gdb.guile/scm-math.exp: New file.
16643 * gdb.guile/scm-objfile-script-gdb.in: New file.
16644 * gdb.guile/scm-objfile-script.c: New file.
16645 * gdb.guile/scm-objfile-script.exp: New file.
16646 * gdb.guile/scm-objfile.c: New file.
16647 * gdb.guile/scm-objfile.exp: New file.
16648 * gdb.guile/scm-ports.exp: New file.
16649 * gdb.guile/scm-pretty-print.c: New file.
16650 * gdb.guile/scm-pretty-print.exp: New file.
16651 * gdb.guile/scm-pretty-print.scm: New file.
16652 * gdb.guile/scm-section-script.c: New file.
16653 * gdb.guile/scm-section-script.exp: New file.
16654 * gdb.guile/scm-section-script.scm: New file.
16655 * gdb.guile/scm-symbol.c: New file.
16656 * gdb.guile/scm-symbol.exp: New file.
16657 * gdb.guile/scm-symtab-2.c: New file.
16658 * gdb.guile/scm-symtab.c: New file.
16659 * gdb.guile/scm-symtab.exp: New file.
16660 * gdb.guile/scm-type.c: New file.
16661 * gdb.guile/scm-type.exp: New file.
16662 * gdb.guile/scm-value-cc.cc: New file.
16663 * gdb.guile/scm-value-cc.exp: New file.
16664 * gdb.guile/scm-value.c: New file.
16665 * gdb.guile/scm-value.exp: New file.
16666 * gdb.guile/source2.scm: New file.
16667 * gdb.guile/types-module.cc: New file.
16668 * gdb.guile/types-module.exp: New file.
16669
16670 2014-02-10 Yao Qi <yao@codesourcery.com>
16671
16672 PR testsuite/16543
16673 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16674 * configure: Regenerated.
16675 * Makefile.in: New file.
16676
16677 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16678
16679 * gdb.python/py-framefilter.exp: Fix typo.
16680
16681 2014-02-08 Yao Qi <yao@codesourcery.com>
16682
16683 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16684 that no =breakpoint-modified is emitted when breakpoints are
16685 modified through MI commands.
16686
16687 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16688 Pedro Alves <palves@redhat.com>
16689
16690 * gdb.threads/step-after-sr-lock.c: New file.
16691 * gdb.threads/step-after-sr-lock.exp: New file.
16692
16693 2014-02-07 Pedro Alves <palves@redhat.com>
16694
16695 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16696
16697 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16698
16699 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16700 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16701
16702 2014-02-06 Doug Evans <xdje42@gmail.com>
16703
16704 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16705 output.
16706
16707 * gdb.gdb/python-interrupts.exp: New file.
16708
16709 2014-02-05 Yao Qi <yao@codesourcery.com>
16710
16711 * gdb.trace/report.exp (use_collected_data): Test the output
16712 of "info threads" and "info inferiors".
16713
16714 2014-02-05 Yao Qi <yao@codesourcery.com>
16715
16716 Revert this patch:
16717
16718 2013-05-24 Yao Qi <yao@codesourcery.com>
16719
16720 * gdb.trace/tfile.exp: Test inferior and thread.
16721
16722 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16723
16724 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16725 on a function.
16726 * gdb.base/step-bt.c: Call hello via function pointer to make
16727 sure its first instruction is executed on powerpc64le-linux.
16728
16729 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16730
16731 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16732
16733 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16734
16735 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16736 of the test patterns for use on little-endian systems.
16737
16738 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16739
16740 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16741 (decimal_vector): Fix for little-endian.
16742
16743 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16744
16745 * gdb.arch/sparc-sysstep.exp: New file.
16746 * gdb.arch/sparc-sysstep.c: Likewise.
16747
16748 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16749
16750 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16751
16752 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16753
16754 2014-01-23 Tom Tromey <tromey@redhat.com>
16755
16756 * gdb.ada/array_char_idx: New testcase.
16757
16758 2014-01-23 Tom Tromey <tromey@redhat.com>
16759
16760 PR python/16487:
16761 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16762 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16763 classes.
16764
16765 2014-01-23 Tom Tromey <tromey@redhat.com>
16766
16767 PR python/16491:
16768 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16769 string from an inferior frame.
16770 * gdb.python/py-framefilter-mi.exp: Update.
16771
16772 2014-01-22 Doug Evans <dje@google.com>
16773
16774 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16775
16776 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16777
16778 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16779
16780 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16781
16782 * gdb.trace/entry-values.exp: Remove excess space character from
16783 regex patterns. Handle s390 call instruction.
16784
16785 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16786
16787 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16788 define "*_start" label. Make "name" static.
16789 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16790 ${name} by references to ${name}_start.
16791
16792 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16793
16794 * gdb.base/info-macros.exp: Remove "debug" from the compile
16795 options.
16796
16797 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16798
16799 * gdb.dlang/demangle.exp: New file.
16800
16801 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16802
16803 * gdb.dlang/primitive-types.exp: New file.
16804
16805 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16806
16807 * configure.ac: Create gdb.dlang/Makefile.
16808 * configure: Regenerate.
16809 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16810 * gdb.dlang/Makefile.in: New file.
16811 * lib/d-support.exp: New file.
16812 * lib/gdb.exp (skip_d_tests): New proc.
16813
16814 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16815
16816 * gdb.btrace/delta.exp: Check reverse stepi.
16817 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16818 * gdb.btrace/finish.exp: New.
16819 * gdb.btrace/next.exp: New.
16820 * gdb.btrace/nexti.exp: New.
16821 * gdb.btrace/record_goto.c: Add comments.
16822 * gdb.btrace/step.exp: New.
16823 * gdb.btrace/stepi.exp: New.
16824 * gdb.btrace/multi-thread-step.c: New.
16825 * gdb.btrace/multi-thread-step.exp: New.
16826 * gdb.btrace/rn-dl-bind.c: New.
16827 * gdb.btrace/rn-dl-bind.exp: New.
16828 * gdb.btrace/data.c: New.
16829 * gdb.btrace/data.exp: New.
16830 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16831
16832 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16833
16834 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16835 * gdb.btrace/exception.exp: Update.
16836 * gdb.btrace/instruction_history.exp: Update.
16837 * gdb.btrace/record_goto.exp: Update.
16838 * gdb.btrace/tailcall.exp: Update.
16839 * gdb.btrace/unknown_functions.exp: Update.
16840 * gdb.btrace/delta.exp: New.
16841
16842 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16843
16844 * gdb.btrace/record_goto.exp: Add backtrace test.
16845 * gdb.btrace/tailcall.exp: Add backtrace test.
16846
16847 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16848
16849 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16850 * gdb.btrace/record_goto.c: New.
16851 * gdb.btrace/record_goto.exp: New.
16852 * gdb.btrace/x86-record_goto.S: New.
16853
16854 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16855
16856 * gdb.btrace/function_call_history.exp: Update tests.
16857 * gdb.btrace/instruction_history.exp: Update tests.
16858
16859 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16860
16861 * gdb.btrace/function_call_history.exp: Fix expected field
16862 order for "record function-call-history".
16863 Add new tests for "record function-call-history /c".
16864 * gdb.btrace/exception.cc: New.
16865 * gdb.btrace/exception.exp: New.
16866 * gdb.btrace/tailcall.exp: New.
16867 * gdb.btrace/x86-tailcall.S: New.
16868 * gdb.btrace/x86-tailcall.c: New.
16869 * gdb.btrace/unknown_functions.c: New.
16870 * gdb.btrace/unknown_functions.exp: New.
16871 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16872
16873 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16874
16875 * gdb.btrace/instruction_history.exp: Update.
16876 * gdb.btrace/function_call_history.exp: Update.
16877
16878 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16879
16880 * gdb.btrace/function_call_history.exp: Fix expected function
16881 trace.
16882 * gdb.btrace/instruction_history.exp: Initialize traced.
16883 Remove traced_functions.
16884
16885 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16886
16887 * gdb.btrace/function_call_history.exp: Update
16888 * gdb.btrace/instruction_history.exp: Update.
16889
16890 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16891
16892 * gdb.btrace/enable.exp: Update expected text.
16893
16894 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16895
16896 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16897 bytes.
16898
16899 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16900
16901 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16902
16903 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16904
16905 * lib/gdb.exp (supports_process_record): Return true for
16906 arm*-linux*. (supports_reverse): Likewise.
16907
16908 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16909
16910 PR python/15464
16911 PR python/16113
16912 * gdb.python/py-type.c: Enhance test case.
16913 * gdb.python/py-value-cc.cc: Likewise
16914 * gdb.python/py-type.exp: Add new tests.
16915 * gdb.python/py-value-cc.exp: Likewise
16916
16917 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16918 Pedro Alves <palves@redhat.com>
16919
16920 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16921 Make "name" extern.
16922 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16923 references to ${name}_start by references to ${name}.
16924
16925 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16926
16927 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16928
16929 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16930
16931 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16932
16933 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16934 Pedro Alves <palves@redhat.com>
16935
16936 * gdb.mi/mi-info-os.exp: Connect to the target with
16937 mi_gdb_target_load.
16938
16939 2014-01-08 Pedro Alves <palves@redhat.com>
16940
16941 * gdb.threads/reconnect-signal.c: New file.
16942 * gdb.threads/reconnect-signal.exp: New file.
16943
16944 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16945
16946 * gdb.base/source-dir.exp: New file.
16947
16948 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16949
16950 * gdb.ada/mi_interface: New testcase.
16951
16952 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16953
16954 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16955 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16956 gdb.ada/pp-rec-component/pck.ads: New files.
16957
16958 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16959
16960 * gdb.python/py-pp-integral.c: New file.
16961 * gdb.python/py-pp-integral.py: New file.
16962 * gdb.python/py-pp-integral.exp: New file.
16963
16964 For older changes see ChangeLog-1993-2013.
16965 \f
16966 ;; Local Variables:
16967 ;; mode: change-log
16968 ;; left-margin: 8
16969 ;; fill-column: 74
16970 ;; version-control: never
16971 ;; End:
16972
16973 Copyright 2014-2019 Free Software Foundation, Inc.
16974 Copying and distribution of this file, with or without modification,
16975 are permitted provided the copyright notice and this notice are preserved.
This page took 0.628875 seconds and 5 git commands to generate.