TUI resize unification
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-08-15 Tom Tromey <tom@tromey.com>
2
3 * gdb.tui/empty.exp: Enable resizing tests.
4
5 2019-08-15 Tom Tromey <tromey@adacore.com>
6
7 * gdb.ada/char_enum.exp: Add regression tests.
8 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
9 and '0'.
10 (Char, Gchar): Update.
11 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
12
13 2019-08-15 Christian Biesinger <cbiesinger@google.com>
14
15 * gdb.python/python.exp: Expect a leading underscore on
16 GdbOutput{,Error}File.
17
18 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
19
20 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
21 Windows host.
22
23 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
24
25 * gdb.base/batch-preserve-term-settings.exp
26 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
27
28 2019-08-15 Christian Biesinger <cbiesinger@google.com>
29
30 * lib/gdb.exp: When running on a mingw target, replace
31 /x/ with x:/.
32
33 2019-08-14 Alan Hayward <alan.hayward@arm.com>
34
35 * gdb.arch/aarch64-prologue.c: New test.
36 * gdb.arch/aarch64-prologue.exp: New file.
37
38 2019-08-13 Tom de Vries <tdevries@suse.de>
39
40 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
41 Thread.
42
43 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
44
45 * gdb.python/py-completion.exp: Download the .py file to the host
46 and use its host pathname. Conditionalize tests that use
47 tab completion and manipulate files on the build machine.
48 * gdb.python/py-events.exp: Download the .py file to the host
49 and use its host pathname.
50 * gdb.python/py-evsignal.exp: Likewise.
51 * gdb.python/py-evthreads.exp: Likewise.
52 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
53 pathname syntax.
54 * gdb.python/py-framefilter.exp: Download the .py file to the right
55 place on the host. Match Windows pathname syntax.
56 * gdb.python/py-mi-var-info-path-expression.exp: Download the
57 .py file to the host and use its host pathname.
58 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
59 * gdb.python/py-objfile.exp: Expect a host pathname, not a
60 build pathname. Skip symlink test on Windows host. Add missing
61 newline at end of file.
62 * gdb.python/py-pp-maint.exp: Download the .py file to the host
63 and use its host pathname.
64 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
65 * gdb.python/py-section-script.exp: Use host location of binfile
66 on safe-path. Use correct path separator on Windows host.
67 Reorder alternatives in gdb_test_multiple to prevent matching
68 the wrong alternative on success.
69 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
70
71 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
72
73 * gdb.gdb/selftest.exp (test_with_self): Update test to now
74 expect the GDB inferior to no longer immediately stop after
75 being resumed with "signal SIGINT".
76
77 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
78
79 * gdb.linespec/break-ask.exp: Generalize regexps to match
80 Windows pathnames too.
81
82 2019-08-08 Tom de Vries <tdevries@suse.de>
83
84 PR testsuite/24862
85 * lib/tuiterm.exp (_accept): Fix CSI regexp.
86
87 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
88
89 * gdb.base/style.exp: Update tests for help doc new invariants.
90 * gdb.base/help.exp: Likewise.
91
92 2019-08-06 Tom Tromey <tom@tromey.com>
93
94 * gdb.base/style.exp: Add disassemble test.
95 * gdb.base/style.c (some_called_function): New function.
96 (main): Use it.
97
98 2019-08-05 Christian Biesinger <cbiesinger@google.com>
99
100 * gdb.python/py-block.exp: Test dictionary access on blocks.
101
102 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
103
104 PR gdb/24863
105 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
106 -list-thread-groups --available test when running under
107 check-read1.
108
109 2019-08-05 Tom de Vries <tdevries@suse.de>
110
111 PR testsuite/24863
112 * lib/gdb.exp (with_read1_timeout_factor): New proc.
113 * gdb.base/help.exp: Use with_read1_timeout_factor.
114 * gdb.base/info-macros.exp: Same.
115 * gdb.cp/nested-types.exp: Same.
116
117 2019-08-05 Tom de Vries <tdevries@suse.de>
118
119 * lib/gdb.exp (version_at_least): Factor out of ...
120 (tcl_version_at_least): ... here.
121 (gdb_compile): Fail if pie results in non-PIE executable.
122 (readelf_version, readelf_prints_pie): New proc.
123 (exec_is_pie): Return -1 if unknown.
124
125 2019-08-05 Tom de Vries <tdevries@suse.de>
126
127 * lib/gdb.exp (tcl_version_at_least): Fix typo.
128
129 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
130
131 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
132
133 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
134
135 * lib/completion-support.exp (test_gdb_complete_none): Skip
136 tab completion tests if no readline support.
137 (test_gdb_complete_unique_re): Likewise.
138 (test_gdb_complete_multiple): Likewise.
139
140 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
141
142 * gdb.base/info_sources.exp: New file.
143 * gdb.base/info_sources.c: New file.
144 * gdb.base/info_sources_base.c: New file.
145
146 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
147
148 * gdb.base/batch-exit-status.exp: Call test_exit_status with
149 prefix argument.
150 (test_exit_status): Add prefix argument.
151
152 2019-08-01 Tom de Vries <tdevries@suse.de>
153
154 PR testsuite/24863
155 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
156 calling exp_continue for new thread and thread exited messages.
157
158 2019-08-01 Tom de Vries <tdevries@suse.de>
159
160 PR testsuite/24863
161 * gdb.base/structs.exp: Fix check-read1 timeout using
162 gdb_test_sequence.
163 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
164
165 2019-08-01 Tom de Vries <tdevries@suse.de>
166
167 PR testsuite/24863
168 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
169 line.
170
171 2019-08-01 Tom de Vries <tdevries@suse.de>
172
173 PR testsuite/24863
174 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
175
176 2019-07-30 Tom Tromey <tromey@adacore.com>
177
178 * gdb.ada/display_nested.exp: New file.
179 * gdb.ada/display_nested/foo.adb: New file.
180 * gdb.ada/display_nested/pack.adb: New file.
181 * gdb.ada/display_nested/pack.ads: New file.
182
183 2019-07-30 Christian Biesinger <cbiesinger@google.com>
184
185 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
186 namespace.
187 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
188
189 2019-07-30 Tom de Vries <tdevries@suse.de>
190
191 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
192 instead.
193
194 2019-07-30 Tom de Vries <tdevries@suse.de>
195
196 PR testsuite/24834
197 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
198 (exec_is_pie): New proc.
199
200 2019-07-29 Christian Biesinger <cbiesinger@google.com>
201
202 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
203
204 2019-07-29 Christian Biesinger <cbiesinger@google.com>
205
206 * gdb.python/py-objfile.c: Add global and static vars.
207 * gdb.python/py-objfile.exp: Test new functions Objfile.
208 lookup_global_symbol and lookup_static_symbol.
209
210 2019-07-29 Tom Tromey <tom@tromey.com>
211
212 * lib/tuiterm.exp (Term::_csi_@): New proc.
213 (Term::_csi_X): Don't move cursor.
214
215 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
216
217 * gdb.base/options.exp: Update backtrace - completion to
218 new option -frame-info.
219 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
220 Test new 'set print frame-info'. Test backtrace -frame-info
221 overriding 'set print frame-info'.
222 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
223 Test new 'set print frame-info'.
224 Verify consistency of backtrace with and without filters, with and
225 without -no-filters.
226 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
227 default.
228
229 2019-07-29 Tom de Vries <tdevries@suse.de>
230
231 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
232 no arguments".
233
234 2019-07-29 Tom de Vries <tdevries@suse.de>
235
236 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
237 is a substring of the first for "complete non-unique file name".
238
239 2019-07-29 Tom de Vries <tdevries@suse.de>
240
241 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
242 with ".*".
243
244 2019-07-29 Tom de Vries <tdevries@suse.de>
245
246 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
247 Pass prompt_regexp parameter to gdb_test_multiple calls.
248
249 2019-07-29 Tom de Vries <tdevries@suse.de>
250
251 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
252 print registers" regexps.
253
254 2019-07-29 Tom de Vries <tdevries@suse.de>
255
256 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
257
258 2019-07-29 Tom de Vries <tdevries@suse.de>
259
260 PR gdb/24855
261 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
262 (skip_python_tests_prompt): Add prompt_regexp argument to
263 gdb_test_multiple calls.
264
265 2019-07-27 Tom Tromey <tom@tromey.com>
266
267 * gdb.tui/main.exp: New file.
268
269 2019-07-27 Tom Tromey <tom@tromey.com>
270
271 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
272 optional.
273 * gdb.tui/empty.exp: New file.
274
275 2019-07-27 Tom Tromey <tom@tromey.com>
276
277 * lib/tuiterm.exp (spawn): New proc.
278 (Term::resize): New proc.
279 * gdb.tui/resize.exp: New file.
280
281 2019-07-27 Tom Tromey <tom@tromey.com>
282
283 * gdb.tui/list.exp: New file.
284
285 2019-07-27 Tom Tromey <tom@tromey.com>
286
287 * gdb.tui/regs.exp: New file.
288
289 2019-07-27 Tom Tromey <tom@tromey.com>
290
291 * gdb.tui/basic.exp: Add "layout split" test.
292
293 2019-07-27 Tom Tromey <tom@tromey.com>
294
295 * gdb.tui/basic.exp: Add "layout asm" test.
296
297 2019-07-27 Tom Tromey <tom@tromey.com>
298
299 * lib/tuiterm.exp: New file.
300 * gdb.tui/basic.exp: New file.
301
302 2019-07-27 Kevin Buettner <kevinb@redhat.com>
303
304 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
305 Enable tests associated with this flag. Adjust regex
306 referencing "foo_low" to now refer to "foo_cold" instead.
307
308 2019-07-27 Kevin Buettner <kevinb@redhat.com>
309
310 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
311 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
312 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
313 foo_cold. Revise comments to match.
314 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
315 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
316 were wrapped into this proc; Call do_test in loop from outermost
317 level.
318 (foo_low): Rename all occurrences to "foo_cold".
319 (backtrace from baz): New test.
320 (x2/i foo_cold): New test.
321 (info line *foo_cold): New test.
322
323 2019-07-26 Tom de Vries <tdevries@suse.de>
324
325 * gdb.arch/i386-pkru.exp: Fix unterminated string.
326
327 2019-07-25 Tom de Vries <tdevries@suse.de>
328
329 PR testsuite/24830
330 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
331 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
332 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
333 (skip_libstdcxx_probe_tests): ... here.
334 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
335
336 2019-07-24 Tom de Vries <tdevries@suse.de>
337
338 PR testsuite/24807
339 * gdb.objc/basicclass.m: Include stdio.h.
340 * gdb.objc/nondebug.m: Same.
341 * gdb.objc/objcdecode.m: Same.
342
343 2019-07-24 Tom de Vries <tdevries@suse.de>
344
345 PR testsuite/24612
346 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
347 additional_flags.
348
349 2019-07-24 Tom de Vries <tdevries@suse.de>
350
351 PR testsuite/24831
352 * gdb.multi/tids.exp: Update error messages for info threads.
353
354 2019-07-24 Tom de Vries <tdevries@suse.de>
355
356 * gdb.base/info-types.exp: Allow info types to print info for more than
357 one file.
358
359 2019-07-23 Tom de Vries <tdevries@suse.de>
360
361 PR testsuite/24842
362 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
363 gdb_spawn_with_cmdline_opts.
364
365 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
366
367 * gdb.arch/arm-cmse-sgstubs.c: New test.
368 * gdb.arch/arm-cmse-sgstubs.exp: New file.
369
370 2019-07-23 Tom de Vries <tdevries@suse.de>
371
372 PR testsuite/24711
373 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
374 issuing next command.
375
376 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * gdb.ada/info_auto_lang.exp: Update expected results.
379 * gdb.base/info-types.c: Add additional types to check.
380 * gdb.base/info-types.exp: Update expected results.
381
382 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * gdb.base/info-types.c: New file.
385 * gdb.base/info-types.exp: New file.
386
387 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
388
389 * gdb.arch/riscv-bp-infcall.c: New file.
390 * gdb.arch/riscv-bp-infcall.exp: New file.
391
392 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 PR breakpoints/24541
395 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
396
397 2019-07-14 Tom de Vries <tdevries@suse.de>
398
399 PR testsuite/24760
400 * gdb.objc/basicclass.exp: Fix unterminated string.
401
402 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
403 Andrew Burgess <andrew.burgess@embecosm.com>
404
405 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
406 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
407 negative bounds.
408 * gdb.fortran/vla-value.exp: Print elements of an array with
409 negative bounds.
410 * gdb.fortran/vla.f90: Setup an array with negative bounds for
411 testing.
412
413 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
414
415 * gdb.base/options.exp (expect_string): Dequote strings in
416 results.
417 (test-string): Test strings with different quoting and reindent.
418
419 2019-07-10 Tom Tromey <tromey@adacore.com>
420
421 * gdb.ada/mi_ex_cond.exp: Update expected results.
422 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
423 * gdb.ada/mi_catch_ex.exp: Update expected results.
424 * gdb.ada/mi_catch_assert.exp: Update expected results.
425 * gdb.ada/catch_ex.exp (catch_exception_info)
426 (catch_exception_entry, catch_assert_entry)
427 (catch_unhandled_entry): Update.
428 * gdb.ada/catch_assert_if.exp: Update expected results.
429
430 2019-07-10 Richard Bunt <richard.bunt@arm.com>
431 Stephen Roberts <stephen.roberts@arm.com>
432
433 * gdb.base/define.exp: Restore original prompt.
434
435 2019-07-09 Pedro Alves <palves@redhat.com>
436
437 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
438 breakpoints" output.
439 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
440 * gdb.python/py-breakpoint.exp: No longer expect that "catch
441 throw" creates breakpoint.
442 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
443 'type="catchpoint"'.
444
445 2019-07-09 Pedro Alves <palves@redhat.com>
446
447 PR c++/15468
448 * gdb.cp/except-multi-location-lib.cc: New.
449 * gdb.cp/except-multi-location-main.cc: New.
450 * gdb.cp/except-multi-location.exp: New.
451
452 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
453
454 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
455 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
456 argument and update callers.
457
458 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * gdb.arch/amd64-break-on-asm-line.S: New file.
461 * gdb.arch/amd64-break-on-asm-line.exp: New file.
462
463 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
464
465 * gdb.base/printcmds.exp: Test printing C string and
466 C wide string convenience vars without transiting via the inferior.
467 Also make test names unique.
468
469 2019-07-08 Alan Hayward <alan.hayward@arm.com>
470
471 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
472
473 2019-07-04 Pedro Alves <palves@redhat.com>
474
475 * lib/gdb.exp (foreach_with_prefix): Don't return early if
476 body returned ok(0), break(3) or continue(4).
477 * gdb.testsuite/foreach_with_prefix.exp: New file.
478
479 2019-07-04 Alan Hayward <alan.hayward@arm.com>
480
481 * gdb.server/unittest.exp: Allow 0 unit tests to run.
482
483 2019-07-03 Pedro Alves <palves@redhat.com>
484
485 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
486 "return -code".
487
488 2019-07-03 Pedro Alves <palves@redhat.com>
489
490 PR cli/24732
491 * gdb.base/shell.exp: Load completion-support.exp.
492 Adjust expected error output. Add completion tests.
493
494 2019-07-03 Pedro Alves <palves@redhat.com>
495
496 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
497 string_to_regexp.
498
499 2019-07-03 Pedro Alves <palves@redhat.com>
500
501 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
502 (expect_integer): Adjust to expect "-string".
503 (expect_string): New.
504 (all_options): Expect "-string".
505 (test-flag, test-boolean): Adjust to expect "-string".
506 (test-string): New proc.
507 (top level): Call it.
508
509 2019-07-03 Pedro Alves <palves@redhat.com>
510
511 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
512 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
513 the expected output in the success.
514
515 2019-07-03 Pedro Alves <palves@redhat.com>
516
517 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
518 Split one gdb_test_multiple call in two to avoid a race.
519
520 2019-07-03 Pedro Alves <palves@redhat.com>
521
522 * gdb.base/with.c: New file.
523 * gdb.base/with.exp: New file.
524
525 2019-07-03 Pedro Alves <palves@redhat.com>
526
527 * gdb.base/settings.exp: Replace all references to "maint
528 test-settings set" with references to "maint set test-settings",
529 and all references to "maint test-settings show" with references
530 to "maint show test-settings".
531
532 2019-07-03 Pedro Alves <palves@redhat.com>
533
534 * gdb.base/settings.exp (test-string): Adjust expected out when
535 testing "maint test-settings show filename"
536
537 2019-07-02 Pedro Alves <palves@redhat.com>
538
539 * gdb.base/options.exp (test-info-threads): New procedure.
540 (top level): Call it.
541
542 2019-06-28 Tom Tromey <tromey@adacore.com>
543
544 * gdb.dwarf2/ada-linkage-name.c: New file.
545 * gdb.dwarf2/ada-linkage-name.exp: New file.
546
547 2019-06-27 Tom Tromey <tromey@adacore.com>
548
549 * gdb.cp/constexpr-field.exp: Use setup_xfail.
550
551 2019-06-26 Tom de Vries <tdevries@suse.de>
552
553 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
554
555 2019-06-26 Tom de Vries <tdevries@suse.de>
556
557 * gdb.base/index-cache.exp: Add back missing debug option.
558
559 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
560
561 * gdb.base/alias.exp: Test non matching/non existing prefixes.
562
563 2019-06-25 Tom de Vries <tdevries@suse.de>
564
565 PR testsuite/24727
566 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
567
568 2019-06-24 Tom de Vries <tdevries@suse.de>
569
570 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
571
572 2019-06-24 Tom de Vries <tdevries@suse.de>
573
574 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
575 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
576 * gdb.trace/unavailable-dwarf-piece.exp: Same.
577
578 2019-06-24 Tom de Vries <tdevries@suse.de>
579
580 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
581
582 2019-06-21 Tom de Vries <tdevries@suse.de>
583
584 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
585
586 2019-06-21 Tom de Vries <tdevries@suse.de>
587
588 PR testsuite/24518
589 PR ada/24713
590 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
591 index.
592
593 2019-06-19 Tom Tromey <tromey@adacore.com>
594
595 * gdb.ada/length_cond.exp: Add intro comment.
596
597 2019-06-19 Tom Tromey <tromey@adacore.com>
598
599 * gdb.ada/length_cond.exp: New file.
600 * gdb.ada/length_cond/length_cond.adb: New file.
601 * gdb.ada/length_cond/pck.adb: New file.
602 * gdb.ada/length_cond/pck.ads: New file.
603
604 2019-06-18 Tom de Vries <tdevries@suse.de>
605
606 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
607
608 2019-06-18 Tom Tromey <tromey@adacore.com>
609
610 * gdb.base/list0.h: Add comment explaining control character.
611
612 2019-06-18 Tom de Vries <tdevries@suse.de>
613
614 * boards/fission.exp: Break up long debug_flags line.
615
616 2019-06-16 Tom de Vries <tdevries@suse.de>
617
618 PR gdb/24445
619 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
620 generated index.
621
622 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
623
624 PR gdb/24686
625 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
626 improve detection of bug gdb/24541.
627
628 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
629
630 PR gdb/24669
631 * gdb.base/index-cache.exp (uses_readnow,
632 expecting_index_cache_use): Define global variable.
633 (test_cache_enabled_miss, test_cache_enabled_hit): Use
634 expecting_index_cache_use.
635
636 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
637 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 * gdb.fortran/pointers.f90: New file.
640 * gdb.fortran/print_type.exp: New file.
641 * gdb.fortran/vla-ptype.exp: Adapt expected results.
642 * gdb.fortran/vla-type.exp: Likewise.
643 * gdb.fortran/vla-value.exp: Likewise.
644 * gdb.mi/mi-vla-fortran.exp: Likewise.
645
646 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
647
648 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
649 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
650 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
651 as a stop reason.
652
653 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
654
655 * gdb.base/annota1.exp: Update expected results.
656 * gdb.cp/annota2.exp: Likewise.
657 * gdb.cp/annota3.exp: Likewise.
658
659 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
660
661 * gdb.base/style-logging.exp: Remove path from test name.
662
663 2019-06-14 Tom Tromey <tromey@adacore.com>
664
665 PR gdb/24502:
666 * gdb.base/style-logging.exp: New file.
667
668 2019-06-14 Tom Tromey <tromey@adacore.com>
669
670 * gdb.base/symfile-warn.exp: New file.
671 * gdb.base/symfile-warn.c: New file.
672
673 2019-06-14 Tom Tromey <tromey@adacore.com>
674
675 * gdb.base/annotate-symlink.exp: New file.
676
677 2019-06-14 Tom Tromey <tromey@adacore.com>
678
679 * gdb.ada/set_wstr.exp: Add reassignment test.
680
681 2019-06-14 Tom Tromey <tromey@adacore.com>
682
683 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
684 'unchecked_access and 'unrestricted_access as well.
685
686 2019-06-14 Tom Tromey <tromey@adacore.com>
687
688 PR ada/24539:
689 * gdb.ada/vla.exp: Update tests.
690 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
691 pragma.
692
693 2019-06-13 Pedro Alves <palves@redhat.com>
694
695 * gdb.base/settings.exp (test-integer): Test junk after
696 "unlimited".
697
698 2019-06-13 Pedro Alves <palves@redhat.com>
699
700 * gdb.base/options.exp (test-thread-apply): New.
701 (top level): Call it.
702
703 2019-06-13 Pedro Alves <palves@redhat.com>
704
705 * gdb.base/options.exp (test-frame-apply): New.
706 (top level): Test print commands with different "frame apply"
707 prefixes.
708
709 2019-06-13 Pedro Alves <palves@redhat.com>
710
711 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
712 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
713 'max_completions' parameter and handle it.
714 (test_gdb_completion_offers_commands): New.
715
716 2019-06-13 Pedro Alves <palves@redhat.com>
717
718 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
719
720 2019-06-13 Pedro Alves <palves@redhat.com>
721
722 * gdb.base/options.exp (test-backtrace): New.
723 (top level): Call it.
724
725 2019-06-13 Pedro Alves <palves@redhat.com>
726
727 * gdb.guile/scm-frame-args.exp: Use "set print
728 raw-frame-arguments" instead of "set print raw frame-arguments".
729 * gdb.python/py-frame-args.exp: Likewise.
730
731 2019-06-13 Pedro Alves <palves@redhat.com>
732
733 * gdb.compile/compile.exp: Adjust expected output to option
734 processing changes.
735
736 2019-06-13 Pedro Alves <palves@redhat.com>
737
738 * gdb.base/options.exp: Build executable.
739 (test-print): New procedure.
740 (top level): Call it, once for "print" and another for "compile
741 print".
742
743 2019-06-13 Pedro Alves <palves@redhat.com>
744
745 * gdb.base/options.c: New file.
746 * gdb.base/options.exp: New file.
747
748 2019-06-13 Pedro Alves <palves@redhat.com>
749
750 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
751 that "o" is ambiguous.
752
753 2019-06-13 Pedro Alves <palves@redhat.com>
754
755 * gdb.base/settings.c: New file.
756 * gdb.base/settings.exp: New file.
757
758 2019-06-13 Pedro Alves <palves@redhat.com>
759
760 * gdb.base/completion.exp: Fix comment typo.
761
762 2019-06-13 Pedro Alves <palves@redhat.com>
763
764 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
765 foo --1" test.
766
767 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
768
769 * gdb.fortran/block-data.f: New.
770 * gdb.fortran/block-data.exp: New.
771
772 2019-06-11 Tom de Vries <tdevries@suse.de>
773
774 PR testsuite/24521
775 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
776 message.
777
778 2019-06-11 Tom de Vries <tdevries@suse.de>
779
780 PR testsuite/24521
781 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
782
783 2019-06-11 Tom de Vries <tdevries@suse.de>
784
785 * boards/readnow.exp: New file.
786
787 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * gdb.fortran/vla-sizeof.exp: Update expected results.
790
791 2019-06-06 Amos Bird <amosbird@gmail.com>
792
793 * gdb.base/annota1.exp (thread_switch): Add test for
794 thread-exited annotation.
795
796 2019-06-06 Tom Tromey <tromey@adacore.com>
797
798 * gdb.base/maint.exp: Expect command started/finished output.
799
800 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
803 comment.
804 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
805
806 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
807
808 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
809 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
810 * gdb.arch/riscv-unwind-long-insn.c: New file.
811 * gdb.arch/riscv-unwind-long-insn.exp: New file.
812
813 2019-06-04 Christian Biesinger <cbiesinger@google.com>
814
815 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
816
817 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
818
819 * lib/gdb.exp (help_list_trailer): New regexp variable
820 factorizing the help trailer message.
821 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
822 arg to allow to better factorize various tests.
823 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
824 (test_prefix_command_help): Use help_list_trailer.
825 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
826 * gdb.guile/scm-cmd.exp: Likewise.
827 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
828 * gdb.base/help.exp: Use test_user_defined_class_help.
829 * gdb.base/style.exp: Add tests for styling of help and apropos.
830 * lib/gdb-utils.exp (style): Add title and highlight styles.
831
832 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
833
834 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
835 $_shell_exitsignal.
836 * gdb.base/default.exp: Update for new convenience variables.
837
838 2019-05-29 Tom Tromey <tromey@adacore.com>
839
840 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
841 to "break complete ada" test case's regexp.
842
843 2019-05-29 Tom Tromey <tromey@adacore.com>
844
845 PR c++/20020:
846 * gdb.cp/constexpr-field.exp: New file.
847 * gdb.cp/constexpr-field.cc: New file.
848
849 2019-05-29 Tom Tromey <tromey@adacore.com>
850
851 * gdb.base/finish.exp (finish_no_print): New proc.
852 (finish_tests): Call it.
853
854 2019-05-24 Tom de Vries <tdevries@suse.de>
855
856 * gdb.dwarf2/gdb-add-index.exp: New file.
857
858 2019-05-22 Tom Tromey <tromey@adacore.com>
859
860 * gdb.base/info-shared.exp (check_info_shared): Use "style".
861 * gdb.base/style.exp: Use "style".
862 * lib/gdb-utils.exp (style): New proc.
863
864 2019-05-22 Tom de Vries <tdevries@suse.de>
865
866 * gdb.base/align.exp: Require c++11.
867
868 2019-05-22 Tom de Vries <tdevries@suse.de>
869
870 PR testsuite/24586
871 * gdb.python/py-mi-var-info-path-expression.exp: Call
872 mi_skip_python_tests to check if python is supported.
873
874 2019-05-22 Alan Hayward <alan.hayward@arm.com>
875
876 * gdb.arch/aarch64-pauth.c: New test.
877 * gdb.arch/aarch64-pauth.exp: New file.
878
879 2019-05-22 Alan Hayward <alan.hayward@arm.com>
880
881 * README (Re-running Tests Outside The Testsuite): New section.
882
883 2019-05-21 Tom de Vries <tdevries@suse.de>
884
885 * gdb.arch/amd64-eval.exp: Require c++11.
886 * gdb.base/max-depth.exp: Same.
887 * gdb.compile/compile-cplus-array-decay.exp: Same.
888 * gdb.cp/meth-typedefs.exp: Same.
889 * gdb.cp/subtypes.exp: Same.
890 * gdb.cp/temargs.exp: Same.
891
892 2019-05-21 Alan Hayward <alan.hayward@arm.com>
893
894 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
895
896 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
897
898 PR gdb/18644
899 * gdb.fortran/complex.exp: Remove setup_kfail calls.
900 * gdb.fortran/printing-types.exp: Add new test.
901 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
902 testing.
903 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
904 setup_kfail call.
905
906 2019-05-17 Alan Hayward <alan.hayward@arm.com>
907
908 * README (Running the Testsuite): Change example.
909 (Testsuite Parameters): Remove TRANSCRIPT.
910 * lib/gdb.exp: Remove TRANSCRIPT check.
911
912 2019-05-17 Alan Hayward <alan.hayward@arm.com>
913
914 * README (Testsuite Parameters): Add replay logging to
915 GDBSERVER_DEBUG.
916 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
917 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
918 as a comma separated list.
919 (gdb_debug_init): Override procedure.
920
921 2019-05-17 Alan Hayward <alan.hayward@arm.com>
922
923 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
924 (gdb_write_cmd_file): New procedure.
925 * lib/gdbserver-support.exp (gdbserver_start): Call
926 gdbserver_write_cmd_file.
927 (gdbserver_write_cmd_file): New procedure.
928
929 2019-05-17 Alan Hayward <alan.hayward@arm.com>
930
931 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
932 (delete_breakpoints): Likewise.
933 (gdb_run_cmd): Likewise.
934 (gdb_start_cmd): Likewise.
935 (gdb_starti_cmd): Likewise.
936 (gdb_internal_error_resync): Likewise.
937 (gdb_test_multiple): Likewise.
938 (gdb_reinitialize_dir): Likewise.
939 (default_gdb_exit): Likewise.
940 (gdb_file_cmd): Mark kill as optional.
941 (default_gdb_start): Call gdb_stdin_log_init.
942 (send_gdb): Call gdb_stdin_log_write.
943 (rerun_to_main): Mark Y as an answer.
944 (gdb_stdin_log_init): New function.
945 (gdb_stdin_log_write): Likewise.
946
947 2019-05-17 Alan Hayward <alan.hayward@arm.com>
948
949 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
950 * gdb.base/debug-expr.exp: Likewise.
951 * gdb.base/foll-fork.exp: Likewise.
952 * gdb.base/foll-vfork.exp: Likewise.
953 * gdb.base/fork-print-inferior-events.exp: Likewise.
954 * gdb.base/gdb-sigterm.exp: Likewise.
955 * gdb.base/gdbinit-history.exp: Likewise.
956 * gdb.base/osabi.exp: Likewise.
957 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
958 * gdb.base/ui-redirect.exp: Likewise.
959 * gdb.gdb/unittest.exp: Likewise.
960 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
961 * gdb.mi/mi-watch.exp: Likewise.
962 * gdb.mi/new-ui-mi-sync.exp: Likewise.
963 * gdb.mi/user-selected-context-sync.exp: Likewise.
964 * gdb.python/python.exp: Disable debug test when debugging.
965 * gdb.threads/check-libthread-db.exp: Disable when debugging.
966 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
967 Likewise.
968 * gdb.threads/stepi-random-signal.exp: Likewise.
969
970 2019-05-17 Alan Hayward <alan.hayward@arm.com>
971
972 * Makefile.in: Pass through GDB_DEBUG.
973 * README (Testsuite Parameters): Add GDB_DEBUG.
974 (gdb,debug): Add board setting.
975 * lib/gdb.exp (default_gdb_start): Start debugging.
976 (gdb_debug_enabled): New procedure.
977 (gdb_debug_init): Likewise.
978
979 2019-05-17 Alan Hayward <alan.hayward@arm.com>
980
981 * Makefile.in: Pass through GDB_DEBUG.
982 * README (Testsuite Parameters): Add GDB_DEBUG.
983 (gdb,debug): Add board setting.
984 * lib/gdb.exp (default_gdb_start): Start debugging.
985 (gdb_debug_enabled): New procedure.
986 (gdb_debug_init): Likewise.
987
988 2019-05-17 Alan Hayward <alan.hayward@arm.com>
989
990 * gdb.base/ui-redirect.exp: Add debug redirect tests.
991
992 2019-05-17 Alan Hayward <alan.hayward@arm.com>
993
994 * gdb.base/ui-redirect.exp: Test redirection.
995
996 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
997
998 * gdb.mi/mi-complete.exp: New file.
999 * gdb.mi/mi-complete.cc: Likewise.
1000
1001 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1002
1003 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1004 indexed and sliced arrays, and pointers to arrays.
1005
1006 2019-05-14 Tom Tromey <tromey@adacore.com>
1007
1008 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1009 styling test.
1010
1011 2019-05-14 Tom de Vries <tdevries@suse.de>
1012
1013 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1014 selection entry encoding.
1015
1016 2019-05-10 Tom Tromey <tromey@adacore.com>
1017
1018 * gdb.ada/info_exc.exp: Add "complete" test.
1019
1020 2019-05-09 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1023 CU-relative.
1024
1025 2019-05-09 Tom de Vries <tdevries@suse.de>
1026
1027 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1028 CU-relative.
1029
1030 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1031
1032 * gdb.ada/frame_arg_lang.exp: New testcase.
1033 * gdb.ada/frame_arg_lang/bla.adb: New file.
1034 * gdb.ada/frame_arg_lang/pck.ads: New file.
1035 * gdb.ada/frame_arg_lang/pck.adb: New file.
1036 * gdb.ada/frame_arg_lang/foo.c: New file.
1037
1038 2019-05-08 Tom Tromey <tromey@adacore.com>
1039
1040 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1041
1042 2019-05-08 Tom Tromey <tromey@adacore.com>
1043
1044 * gdb.base/ptype-offsets.exp: Update tests.
1045
1046 2019-05-08 Tom Tromey <tromey@adacore.com>
1047
1048 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1049 cases.
1050 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1051 "short".
1052
1053 2019-05-08 Tom Tromey <tromey@adacore.com>
1054
1055 * gdb.ada/vla.exp: New file.
1056 * gdb.ada/vla/vla.adb: New file.
1057
1058 2019-05-07 Tom de Vries <tdevries@suse.de>
1059
1060 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1061
1062 2019-05-07 Tom de Vries <tdevries@suse.de>
1063
1064 PR testsuite/24522
1065 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1066 section.
1067
1068 2019-05-07 Tom de Vries <tdevries@suse.de>
1069
1070 PR testsuite/24522
1071 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1072 .debug_aranges section.
1073
1074 2019-05-07 Tom de Vries <tdevries@suse.de>
1075
1076 PR testsuite/24159
1077 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1078
1079 2019-05-06 Tom de Vries <tdevries@suse.de>
1080
1081 * lib/gdb.exp (exec_has_index_section): New proc.
1082 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1083 section.
1084
1085 2019-05-04 Tom de Vries <tdevries@suse.de>
1086
1087 * boards/cc-with-debug-names.exp: New file.
1088
1089 2019-05-03 Tom Tromey <tromey@adacore.com>
1090
1091 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1092 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1093 * gdb.ada/char_enum.exp: Add test.
1094
1095 2019-05-03 Tom de Vries <tdevries@suse.de>
1096
1097 * boards/cc-with-gdb-index.exp: New file.
1098
1099 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1100
1101 * gdb.rust/simple.exp: Add new test case.
1102 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1103 (main): Initialise an instance of the new struct.
1104
1105 2019-05-01 Tom Tromey <tromey@adacore.com>
1106
1107 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1108 record.
1109 (NPR): New variable.
1110 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1111 test.
1112
1113 2019-05-01 Tom Tromey <tromey@adacore.com>
1114
1115 * gdb.ada/packed_array_assign.exp: Add packed assignment
1116 regression test.
1117
1118 2019-05-01 Tom de Vries <tdevries@suse.de>
1119
1120 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1121
1122 2019-05-01 Tom de Vries <tdevries@suse.de>
1123
1124 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1125
1126 2019-04-30 Ali Tamur <tamur@google.com>
1127
1128 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1129
1130 2019-04-30 Tom Tromey <tromey@adacore.com>
1131
1132 * lib/ada.exp (find_ada_tool): New proc.
1133 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1134 * gdb.ada/catch_ex_std.exp: New file.
1135 * gdb.ada/catch_ex_std/foo.adb: New file.
1136 * gdb.ada/catch_ex_std/some_package.adb: New file.
1137 * gdb.ada/catch_ex_std/some_package.ads: New file.
1138
1139 2019-04-30 Tom Tromey <tromey@adacore.com>
1140
1141 PR c++/24470:
1142 * gdb.cp/temargs.cc: Add test code from PR.
1143
1144 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * gdb.fortran/vla-datatypes.exp: Update expected results.
1147 * gdb.fortran/vla-ptype.exp: Likewise.
1148 * gdb.fortran/vla-type.exp: Likewise.
1149 * gdb.fortran/vla-value.exp: Likewise.
1150
1151 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1152
1153 * gdb.fortran/ptr-indentation.exp: Update expected results.
1154 * gdb.fortran/ptype-on-functions.exp: Likewise.
1155 * gdb.fortran/vla-ptr-info.exp: Likewise.
1156 * gdb.fortran/vla-value.exp: Likewise.
1157
1158 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1159
1160 * gdb.fortran/ptype-on-functions.exp: New file.
1161 * gdb.fortran/ptype-on-functions.f90: New file.
1162
1163 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1164
1165 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1166 case void string.
1167
1168 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1169
1170 * gdb.fortran/complex.exp: Expand.
1171 * gdb.fortran/complex.f: Renamed to...
1172 * gdb.fortran/complex.f90: ...this, and extended to add more
1173 complex values.
1174
1175 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1176
1177 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1178 MODULO, CMPLX.
1179
1180 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1181 Richard Bunt <richard.bunt@arm.com>
1182
1183 * gdb.base/max-depth.c: New file.
1184 * gdb.base/max-depth.exp: New file.
1185 * gdb.python/py-nested-maps.c: New file.
1186 * gdb.python/py-nested-maps.exp: New file.
1187 * gdb.python/py-nested-maps.py: New file.
1188 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1189 (test_all_common): Call test_max_depth.
1190 * gdb.fortran/max-depth.exp: New file.
1191 * gdb.fortran/max-depth.f90: New file.
1192 * gdb.go/max-depth.exp: New file.
1193 * gdb.go/max-depth.go: New file.
1194 * gdb.modula2/max-depth.exp: New file.
1195 * gdb.modula2/max-depth.c: New file.
1196 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1197
1198 2019-04-29 Tom de Vries <tdevries@suse.de>
1199
1200 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1201
1202 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1203
1204 * gdb.base/callexit.exp: Test may-call-functions off.
1205
1206 2019-04-25 Keith Seitz <keiths@redhat.com>
1207
1208 PR c++/24367
1209 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1210 (another_incomplete_struct, test_incomplete): New definitions.
1211 (main): Use new definitions.
1212 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1213 functions.
1214
1215 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1216
1217 PR corefiles/11608
1218 PR corefiles/18187
1219 * gdb.base/coredump-filter-build-id.exp: New file.
1220
1221 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1222
1223 * Makefile.in: Pass through GDBSERVER_DEBUG.
1224 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1225 (gdbserver,debug): Add board setting.
1226 * gdb.trace/tspeed.exp: Skip when debugging.
1227 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1228 * lib/gdbserver-support.exp: Likewise
1229
1230 2019-04-24 Tom Tromey <tromey@adacore.com>
1231
1232 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1233 Rust.
1234
1235 2019-04-24 Tom Tromey <tromey@adacore.com>
1236
1237 * gdb.arch/amd64-eval.exp: Test bitfield return.
1238 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1239 (class Foo) <return_bitfields>: New method.
1240 (main): Call it.
1241
1242 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1243
1244 * gdb.cp/many-args.cc: New file.
1245 * gdb.cp/many-args.exp: New file.
1246
1247 2019-04-23 Tom de Vries <tdevries@suse.de>
1248
1249 PR gdb/24433
1250 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1251
1252 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1253
1254 * gdb.trace/backtrace.exp: Use nopie flag.
1255 * gdb.trace/circ.exp: Likewise.
1256 * gdb.trace/collection.exp: Likewise.
1257 * gdb.trace/ftrace.exp: Likewise.
1258 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1259 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1260 * gdb.trace/qtro.exp: Likewise.
1261 * gdb.trace/read-memory.exp: Likewise.
1262 * gdb.trace/report.exp: Likewise.
1263 * gdb.trace/tfile.exp: Likewise.
1264 * gdb.trace/tfind.exp: Likewise.
1265 * gdb.trace/unavailable.exp: Likewise.
1266
1267 2019-04-22 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.base/solib-probes-nosharedlibrary.c,
1270 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1271
1272 2019-04-19 Tom Tromey <tromey@adacore.com>
1273
1274 * gdb.ada/ptype_union.c: New file.
1275 * gdb.ada/ptype_union.exp: New file.
1276
1277 2019-04-19 Tom Tromey <tromey@adacore.com>
1278
1279 PR symtab/24423:
1280 * gdb.base/list0.h (foo): Add a control-l character.
1281
1282 2019-04-18 Tom de Vries <tdevries@suse.de>
1283
1284 PR gdb/24433
1285 * boards/local-board.exp: Set sysroot to "".
1286
1287 2019-04-18 Tom de Vries <tdevries@suse.de>
1288 Pedro Alves <palves@redhat.com>
1289
1290 PR gdb/24454
1291 * gdb.threads/vfork-follow-child-exec.c: New file.
1292 * gdb.threads/vfork-follow-child-exec.exp: New file.
1293 * gdb.threads/vfork-follow-child-exit.c: New file.
1294 * gdb.threads/vfork-follow-child-exit.exp: New file.
1295
1296 2019-04-15 Leszek Swirski <leszeks@google.com>
1297
1298 * gdb.arch/amd64-eval.cc: New file.
1299 * gdb.arch/amd64-eval.exp: New file.
1300
1301 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1302
1303 * gdb.server/sysroot.c: New test.
1304 * gdb.server/sysroot.exp: New file.
1305 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1306 matching param.
1307
1308 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.base/align.exp: Extend test to cover structures containing
1311 only static fields.
1312
1313 2019-04-11 Tom de Vries <tdevries@suse.de>
1314
1315 * boards/cc-with-dwz-m.exp: New file.
1316 * boards/cc-with-dwz.exp: New file.
1317 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1318
1319 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1320
1321 * gdb.base/start-cpp.exp: New file.
1322 * gdb.base/start-cpp.cc: New file.
1323
1324 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1325
1326 * gdb.python/py-thrhandle.exp: Adjust tests to call
1327 thread_from_handle instead of thread_from_thread_handle.
1328
1329 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1330
1331 * gdb.python/py-thrhandle.exp: Add tests for
1332 gdb.InferiorThread.handle.
1333
1334 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1335
1336 * gdb.python/py-function.exp: Check calling helper function from
1337 all languages.
1338 * lib/gdb.exp (gdb_supported_languages): New proc.
1339
1340 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1341
1342 * gdb.base/complex-parts.c: New file.
1343 * gdb.base/complex-parts.exp: New file.
1344
1345 2019-04-01 Tom Tromey <tromey@adacore.com>
1346
1347 PR symtab/23331:
1348 * gdb.dwarf2/dw2-ranges-main.c: New file.
1349 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1350 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1351
1352 2019-03-30 Simon Marchi <simark@simark.ca>
1353
1354 * gdb.base/default.exp: Add values for $_gdb_major and
1355 $_gdb_minor.
1356
1357 2019-03-29 Tom Tromey <tromey@adacore.com>
1358
1359 * gdb.base/help.exp: Tighten apropos regexp.
1360
1361 2019-03-29 Keith Seitz <keiths@redhat.com>
1362
1363 * gdb.fortran/array-bounds.exp: New file.
1364 * gdb.fortran/array-bounds.f90: New file.
1365
1366 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1367
1368 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1369
1370 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1371
1372 * gdb.multi/hello.c (main): Increase alarm timer.
1373
1374 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1375
1376 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1377 factor when no hardware watchpoint support.
1378
1379 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1380 Pedro Alves <palves@redhat.com>
1381
1382 * boards/local-board.exp: set sysroot to /.
1383
1384 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1385
1386 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1387 in child.
1388
1389 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1390
1391 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1392 field.
1393 (make_container): Initialise new field.
1394 * gdb.python/py-prettyprint.exp: Add new tests.
1395 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1396 <display_hint>: New method.
1397
1398 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1399
1400 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1401 gdb_continue_to_breakpoint more throughout this test.
1402 (run_lang_tests) Supply unique test names, and use
1403 gdb_test_no_output.
1404
1405 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 * gdb.base/finish-pretty.exp: Update expected results.
1408 * gdb.base/pretty-print.c: New file.
1409 * gdb.base/pretty-print.exp: New file.
1410
1411 2019-03-25 Pedro Alves <palves@redhat.com>
1412
1413 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1414 move comments outside list. Append '-i "" eof' section.
1415
1416 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1417
1418 * README: Add pie options.
1419 * gdb.base/break-interp.exp: Ensure pie is disabled.
1420 * gdb.base/dump.exp: Likewise.
1421 * lib/gdb.exp (gdb_compile): Add pie option.
1422
1423 2019-03-19 Tom Tromey <tromey@adacore.com>
1424
1425 * gdb.mi/mi2-cli-display.c: New file.
1426 * gdb.mi/mi2-cli-display.exp: New file.
1427
1428 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1429 Tom Tromey <tromey@adacore.com>
1430
1431 * gdb.ada/ptype_array/pck.adb: New file.
1432 * gdb.ada/ptype_array/pck.ads: New file.
1433 * gdb.ada/ptype_array/foo.adb: New file.
1434 * gdb.ada/ptype_array.exp: New file.
1435
1436 2019-03-14 Tom Tromey <tromey@adacore.com>
1437
1438 * gdb.base/style.exp: Add "set style sources" test.
1439
1440 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1441
1442 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1443 * mi-breakpoint-multiple-locations.exp: ... this.
1444 (make_breakpoints_pattern): New proc.
1445 (do_test): Add mi_version parameter, test -break-insert,
1446 -break-info and =breakpoint-created.
1447
1448 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1449
1450 * config/default.exp: Remove 'load_lib gdb.exp'.
1451 * config/monitor.exp: Likewise.
1452 * config/sid.exp: Likewise.
1453 * config/sim.exp: Likewise.
1454 * config/slite.exp: Likewise.
1455 * config/unix.exp: Likewise.
1456 * gdb.base/default.exp: Remove unhelpful comment.
1457
1458 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1459
1460 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1461
1462 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1463
1464 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1465
1466 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1467
1468 * gdb.fortran/type-kinds.exp: Update expected results.
1469
1470 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1471
1472 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1473
1474 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1475
1476 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1477 function.
1478 (test_basic_parsing_of_type_kinds): Expand types tested.
1479 (test_parsing_invalid_type_kinds): New function.
1480
1481 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1482
1483 * gdb.fortran/intrinsics.exp: New file.
1484 * gdb.fortran/intrinsics.f90: New file.
1485 * gdb.fortran/type-kinds.exp: New file.
1486
1487 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1488
1489 * gdb.fortran/dot-ops.exp: New file.
1490
1491 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1494 Check upper and lower case logical literals.
1495
1496 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1499 Remove duplicate tests.
1500
1501 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1502
1503 * lib/gdb.exp (builtin_cd): rename of cd.
1504 (cd): Override builtin.
1505
1506 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1507
1508 * gdb.fortran/function-calls.exp: New file.
1509 * gdb.fortran/function-calls.f90: New test.
1510
1511 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1512
1513 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1514 on user program standard output.
1515 * gdb.fortran/short-circuit-argument-list.f90: Record function
1516 calls.
1517
1518 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1519
1520 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1521 failure.
1522
1523 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1524
1525 PR gdb/8527
1526 * gdb.base/interrupt-daemon-attach.c,
1527 gdb.base/interrupt-daemon-attach.exp: New test.
1528
1529 2019-02-27 Pedro Alves <palves@redhat.com>
1530
1531 * gdb.base/page.exp: Add tests for "set width/height -1".
1532
1533 2019-02-27 Pedro Alves <palves@redhat.com>
1534
1535 * gdb.base/page.exp: Add tests for "set/show width/height" with
1536 "infinite" values.
1537
1538 2019-02-27 Tom Tromey <tromey@adacore.com>
1539
1540 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1541 2.4.
1542 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1543 workaround.
1544
1545 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1546
1547 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1548 tests for structs with static members.
1549
1550 2019-02-26 Tom Tromey <tromey@adacore.com>
1551
1552 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1553 ValueError, not TypeError.
1554
1555 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1556
1557 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1558 call from main program.
1559
1560 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1561
1562 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1563 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1564 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1565 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1566 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1567
1568 2019-02-22 Keith Seitz <keiths@redhat.com>
1569
1570 PR symtab/23853
1571 * gdb.base/symlink-sourcefile.c: New file.
1572 * gdb.base/symlink-sourcefile.exp: New file.
1573
1574 2019-02-20 Tom Tromey <tom@tromey.com>
1575
1576 * gdb.base/info_qt.exp: Update.
1577
1578 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1579
1580 * gdb.base/source.exp: Move "error in sourced script" code to
1581 the end.
1582 * gdb.base/source-error.gdb: Move contents to
1583 source-error-1.gdb. Add new code to source source-error-1.gdb.
1584 * gdb.base/source-error-1.gdb: New file, from previous
1585 source-error.gdb.
1586
1587 2019-02-17 Tom Tromey <tom@tromey.com>
1588
1589 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1590 for macro styling.
1591 * gdb.base/style.c (SOME_MACRO): New macro.
1592
1593 2019-02-17 Tom Tromey <tom@tromey.com>
1594
1595 * gdb.base/style.exp: Add line-wrapping tests.
1596 * gdb.base/page.exp: Add test for quitting during pagination.
1597
1598 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1599
1600 * gdb.ada/big_packed_array: New testcase.
1601 * gdb.ada/homonym.exp: Fix incorrect expected output for
1602 "break <homonym__get_value>" test.
1603
1604 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1605
1606 PR breakpoints/21870
1607 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1608 and prepare_for_testing. Add comment.
1609 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1610 redundant cleanup call. Clean up comment.
1611
1612 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1613
1614 PR breakpoints/21870
1615 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1616 * gdb.arch/aarch64-dbreg-contents.c: New file.
1617
1618 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1619
1620 * gdb.ada/mi_ref_changeable: New testcase.
1621
1622 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1623
1624 * gdb.base/attach.exp: Add double attach test.
1625
1626 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1627
1628 * lib/gdb.exp (default_gdb_start): Don't match pagination
1629 prompt.
1630 (gdb_init): Set stty_init.
1631
1632 2019-01-27 Tom Tromey <tom@tromey.com>
1633
1634 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1635 skip_python_tests.
1636
1637 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1638
1639 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1640 New structure.
1641 (struct struct_static_02_02): Likewise.
1642 (struct struct_static_02_03): Likewise.
1643 (struct struct_static_02_04): Likewise.
1644 (struct struct_static_04_01): Likewise.
1645 (struct struct_static_04_02): Likewise.
1646 (struct struct_static_04_03): Likewise.
1647 (struct struct_static_04_04): Likewise.
1648 (struct struct_static_06_01): Likewise.
1649 (struct struct_static_06_02): Likewise.
1650 (struct struct_static_06_03): Likewise.
1651 (struct struct_static_06_04): Likewise.
1652 (cmp_struct_static_02_01): Likewise.
1653 (cmp_struct_static_02_02): Likewise.
1654 (cmp_struct_static_02_03): Likewise.
1655 (cmp_struct_static_02_04): Likewise.
1656 (cmp_struct_static_04_01): Likewise.
1657 (cmp_struct_static_04_02): Likewise.
1658 (cmp_struct_static_04_03): Likewise.
1659 (cmp_struct_static_04_04): Likewise.
1660 (cmp_struct_static_06_01): Likewise.
1661 (cmp_struct_static_06_02): Likewise.
1662 (cmp_struct_static_06_03): Likewise.
1663 (cmp_struct_static_06_04): Likewise.
1664 (call_all): Test new structs.
1665 * gdb.base/infcall-nested-structs.exp: Likewise.
1666
1667 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1668 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1669
1670 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1671 * gdb.base/stack-protector.c: New test.
1672 * gdb.base/stack-protector.exp: New file.
1673 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1674 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1675 option.
1676 (gdb_compile): Remove stack protector for GCC and prevent
1677 recursion.
1678
1679 2019-01-16 Keith Seitz <keiths@redhat.com>
1680
1681 PR gdb/23773
1682 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1683
1684 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1685
1686 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1687 aliases.
1688 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1689 tests.
1690 * gdb.arch/powerpc-vector-regs.c: New file.
1691 * gdb.arch/powerpc-vector-regs.exp: New file.
1692
1693 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1694
1695 * gdb.arch/altivec-regs.exp: Fix the list passed to
1696 gdb_expect_list when testing "info vector".
1697
1698 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1699
1700 * gdb.base/style.exp: Don't include path in testname.
1701
1702 2019-01-10 Keith Seitz <keiths@redhat.com>
1703
1704 PR gdb/23712
1705 PR symtab/23010
1706 * gdb.dwarf2/multidictionary.exp: New file.
1707
1708 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1709
1710 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1711 (test_gnuv3_style_demangling): ... this.
1712 (test_lucid_style_demangling): Remove.
1713 (test_arm_style_demangling): Remove.
1714 (test_hp_style_demangling): Remove.
1715 (do_tests): Remove calls to the above.
1716
1717 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1718
1719 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1720 case.
1721
1722 2019-01-06 Tom Tromey <tom@tromey.com>
1723
1724 PR gdb/28155:
1725 * gdb.dwarf2/typedef-void-finish.exp: New file.
1726
1727 2018-12-28 Tom Tromey <tom@tromey.com>
1728 Simon Marchi <simark@simark.ca>
1729
1730 * gdb.base/jit-exec.exp: New file.
1731 * gdb.base/jit-exec.c: New file.
1732 * gdb.base/jit-execd.c: New file.
1733
1734 2018-12-28 Tom Tromey <tom@tromey.com>
1735
1736 * gdb.base/style.exp: Update test to check for address styling.
1737
1738 2018-12-28 Tom Tromey <tom@tromey.com>
1739
1740 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1741 message.
1742
1743 2018-12-28 Tom Tromey <tom@tromey.com>
1744
1745 * gdb.base/style.exp: Add test for version number styling.
1746
1747 2018-12-28 Tom Tromey <tom@tromey.com>
1748
1749 * gdb.base/style.exp: Add test for print_address_symbolic.
1750
1751 2018-12-28 Tom Tromey <tom@tromey.com>
1752
1753 * gdb.base/style.exp: Add test for breakpoint setting.
1754
1755 2018-12-28 Tom Tromey <tom@tromey.com>
1756
1757 * gdb.base/style.exp: Add test for variable names.
1758
1759 2018-12-28 Tom Tromey <tom@tromey.com>
1760
1761 * gdb.base/style.exp: New file.
1762 * gdb.base/style.c: New file.
1763
1764 2018-12-28 Tom Tromey <tom@tromey.com>
1765
1766 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1767 "dumb".
1768 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1769 the TERM environment variable.
1770
1771 2018-12-27 Tom Tromey <tom@tromey.com>
1772
1773 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1774 pagination test.
1775
1776 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1779 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1780
1781 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1782
1783 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1784 Filename a.adb changed to bp_fun_addr.adb.
1785 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1786
1787 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1788
1789 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1790 non-PIE executables.
1791 * README: Mention the gdb,nopie_flag board setting.
1792 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1793 non-PIE executable.
1794 * gdb.arch/amd64-entry-value.exp: Likewise.
1795 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1796 * gdb.arch/i386-float.exp: Likewise.
1797 * gdb.arch/i386-signal.exp: Likewise.
1798 * gdb.mi/mi-reg-undefined.exp: Likewise.
1799
1800 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1801
1802 PR gdb/23974
1803 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1804
1805 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1806
1807 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1808 Update order of results accordingly.
1809
1810 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1811
1812 * gdb.base/annota1.exp: Update a test regexp.
1813
1814 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1815
1816 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1817
1818 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1819
1820 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1821 (reuse_time): Initialize to REUSE_TIME_CAP.
1822 (check_rc): New function.
1823 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1824 Check pthread_create rc.
1825 (spawner_thread_func): Check pthread_create and pthread_join rc.
1826
1827 2018-12-08 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.base/list.exp (test_forward_search): Rename to ...
1830 (test_forward_reverse_search): ... this. Also test reverse-search
1831 and the forward-search alias.
1832
1833 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1836 local timeout variable before return, and remove all local timeout
1837 variable entirely.
1838 (gdb_load): Likewise.
1839
1840 2018-12-01 Tom de Vries <tdevries@suse.de>
1841
1842 * gdb.base/gdb-caching-proc.exp: New file.
1843
1844 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1845
1846 * Makefile.in (TIMESTAMP): New variable.
1847 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1848 command.
1849 (check-single-racy): Likewise.
1850 (check/%.exp): Likewise.
1851 (check-racy/%.exp): Likewise.
1852 (workers/%.worker): Likewise.
1853 (build-perf): Likewise.
1854 (check-perf): Likewise.
1855 * README: Describe new "TS" and "TS_FORMAT" variables.
1856 * print-ts.py: New file.
1857
1858 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1859
1860 PR python/23714
1861 * gdb.python/python.exp: Test command repetition after
1862 gdb.execute.
1863
1864 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1865
1866 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1867 is correctly aligned.
1868
1869 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1870
1871 * gdb.ada/info_auto_lang.exp: New testcase.
1872 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1873 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1874 * gdb.ada/info_auto_lang/some_c.c: New file.
1875
1876 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1877
1878 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1879 FUNC_lang language syntax.
1880
1881 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1882
1883 * gdb.base/info_minsym.c: New file.
1884 * gdb.base/info_minsym.exp: New file.
1885
1886 2018-11-19 Tom Tromey <tom@tromey.com>
1887
1888 PR rust/23625:
1889 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1890 * gdb.rust/expr.exp: Update expected output. Change one test.
1891
1892 2018-11-19 Tom Tromey <tom@tromey.com>
1893
1894 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1895
1896 2018-11-19 Pedro Alves <palves@redhat.com>
1897
1898 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1899 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1900 see the expected warning.
1901
1902 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1903
1904 PR gdb/22736:
1905 * gdb.cp/infcall-nodebug-lib.c: New test.
1906 * gdb.cp/infcall-nodebug-main.c: New test.
1907 * gdb.cp/infcall-nodebug.exp: New file.
1908
1909 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1910
1911 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1912 completer tests.
1913
1914 2018-11-09 Tom de Vries <tdevries@suse.de>
1915
1916 * gdb.base/msym-lang.c: New test.
1917 * gdb.base/msym-lang.exp: New file.
1918 * gdb.base/msym-lang-main.c: New test.
1919
1920 2018-11-08 Tom Tromey <tom@tromey.com>
1921
1922 PR gdb/23555:
1923 PR gdb/23838:
1924 * gdb.base/warning.exp: New file.
1925
1926 2018-11-08 Jan Beulich <jbeulich@suse.com>
1927
1928 * testsuite/gdb.arch/i386-avx512.c,
1929 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1930
1931 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1932
1933 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1934 point hardware.
1935
1936 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1937
1938 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1939 * gdb.dwarf2/missing-type-name.exp: New file.
1940
1941 2018-11-06 Tom de Vries <tdevries@suse.de>
1942
1943 * gdb.base/many-headers.c: New test.
1944 * gdb.base/many-headers.exp: New file.
1945
1946 2018-11-06 Jim Wilson <jimw@sifive.com>
1947
1948 * gdb.base/code_elim.exp: For riscv, set additional_flags
1949 to include -msmall-data-limit=0.
1950
1951 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1952
1953 * gdb.ada/watch_minus_l: New testcase.
1954
1955 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1956
1957 * gdb.arch/aix-sighandle.c: New file.
1958 * gdb.arch/aix-sighandle.exp: New file.
1959
1960 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1961
1962 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1963 registers being unions.
1964
1965 2018-10-31 Tom de Vries <tdevries@suse.de>
1966
1967 * lib/valgrind.exp: New file.
1968 (vgdb_start, vgdb_stop): New procs, factored out of ...
1969 * gdb.base/valgrind-bt.exp: ... here, ...
1970 * gdb.base/valgrind-disp-step.exp: ... here and ...
1971 * gdb.base/valgrind-infcall.exp: ... here.
1972
1973 2018-10-31 Tom de Vries <tdevries@suse.de>
1974
1975 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1976
1977 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1978
1979 * gdb.dwarf2/void-type.c: New file.
1980 * gdb.dwarf2/void-type.exp: New file.
1981
1982 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1983
1984 * gdb.base/info_qt.c: New file.
1985 * gdb.base/info_qt.exp: New file.
1986
1987 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1988
1989 * gdb.arch/powerpc-htm-regs.c: New file.
1990 * gdb.arch/powerpc-htm-regs.exp: New file.
1991
1992 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1993
1994 * gdb.arch/powerpc-tar.c: New file.
1995 * gdb.arch/powerpc-tar.exp: New file.
1996
1997 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1998
1999 * gdb.arch/powerpc-ppr-dscr.c: New file.
2000 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2001
2002 2018-10-25 Tom de Vries <tdevries@suse.de>
2003
2004 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2005
2006 2018-10-24 Tom de Vries <tdevries@suse.de>
2007
2008 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2009 longer exists error.
2010
2011 2018-10-24 Tom de Vries <tdevries@suse.de>
2012
2013 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2014
2015 2018-10-24 Tom de Vries <tdevries@suse.de>
2016
2017 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2018 --db-attach in valgrind.
2019
2020 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2021
2022 * gdb.arch/riscv-reg-aliases.c: New file.
2023 * gdb.arch/riscv-reg-aliases.exp: New file.
2024
2025 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2026
2027 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2028
2029 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2030
2031 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2032
2033 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2034
2035 * gdb.cp/ovldbreak.exp: Fix regexps.
2036
2037 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2038
2039 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2040
2041 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2042
2043 PR cli/23785
2044 * gdb.base/restore.exp: New test to check if "restore" with an
2045 invalid file doesn't segfault.
2046
2047 2018-10-18 Tom de Vries <tdevries@suse.de>
2048
2049 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2050 * gdb.ada/excep_handle.exp: Same.
2051 * gdb.ada/mi_string_access.exp: Same.
2052 * gdb.ada/mi_var_union.exp: Same.
2053 * gdb.arch/arc-analyze-prologue.exp: Same.
2054 * gdb.arch/arc-decode-insn.exp: Same.
2055 * gdb.base/readnever.exp: Same.
2056 * gdb.fortran/printing-types.exp: Same.
2057 * gdb.guile/scm-lazy-string.exp: Same.
2058
2059 2018-10-16 Tom de Vries <tdevries@suse.de>
2060
2061 PR gdb/23730
2062 * gdb.base/catch-follow-exec.c: Add copyright notice.
2063 * gdb.base/catch-follow-exec.exp: Rewrite to use
2064 gdb_spawn_with_cmdline_opts. Require gdb-native.
2065
2066 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2067
2068 * gdb.trace/actions-changed.exp: Check for arch support.
2069 * gdb.trace/actions.exp: Likewise.
2070 * gdb.trace/ax.exp: Likewise.
2071 * gdb.trace/backtrace.exp: Likewise.
2072 * gdb.trace/change-loc.exp: Likewise.
2073 * gdb.trace/deltrace.exp: Likewise.
2074 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2075 * gdb.trace/ftrace.exp: Likewise.
2076 * gdb.trace/infotrace.exp: Check for arch support.
2077 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2078 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2079 * gdb.trace/mi-tsv-changed.exp: Likewise.
2080 * gdb.trace/packetlen.exp: Likewise.
2081 * gdb.trace/passc-dyn.exp: Likewise.
2082 * gdb.trace/passcount.exp: Likewise.
2083 * gdb.trace/pending.exp: Likewise.
2084 * gdb.trace/range-stepping.exp: Check for shlib support.
2085 * gdb.trace/report.exp: Check for arch support.
2086 * gdb.trace/save-trace.exp: Likewise.
2087 * gdb.trace/signal.exp: Check for signal support.
2088 * gdb.trace/tfind.exp: Check for arch support.
2089 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2090 * gdb.trace/trace-common.h: Add comment.
2091 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2092 * gdb.trace/trace-enable-disable.exp: Likewise.
2093 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2094 * gdb.trace/tracecmd.exp: Check for arch support.
2095 * gdb.trace/tspeed.exp: Check for shlib and target support.
2096 * gdb.trace/tstatus.exp: Check for arch support.
2097 * gdb.trace/tsv.exp: Likewise.
2098 * gdb.trace/while-dyn.exp: Likewise.
2099 * gdb.trace/while-stepping.exp: Likewise.
2100 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2101
2102 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2103
2104 * gdb.trace/tspeed.exp: Remove nowarnings.
2105 (prepare_for_trace_test): Declare "global ipalib".
2106 * gdb.trace/tspeed.c: Include unistd.h.
2107 (main): Remove superfluous printf argument.
2108
2109 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2110
2111 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2112 directory prefix on the filename.
2113
2114 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2115
2116 * gdb.gdb/unittest.exp: Update expected message informing that
2117 selftests have been disabled.
2118 * gdb.server/unittest.exp: Likewise.
2119
2120 2018-10-09 Tom de Vries <tdevries@suse.de>
2121
2122 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2123 with runto_main.
2124
2125 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2126
2127 PR c++/16841
2128 * gdb.cp/virtbase2.cc: New file.
2129 * gdb.cp/virtbase2.exp: New file.
2130
2131 2018-10-06 Tom Tromey <tom@tromey.com>
2132
2133 PR python/19399:
2134 * gdb.python/py-inferior.exp: Add architecture test.
2135
2136 2018-10-06 Tom Tromey <tom@tromey.com>
2137
2138 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2139 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2140
2141 2018-10-06 Tom Tromey <tom@tromey.com>
2142
2143 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2144 of a "throw" catchpoint.
2145
2146 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2147
2148 * gdb.base/info-proc.exp: Update string expected from "help info
2149 proc".
2150
2151 2018-10-04 Tom Tromey <tom@tromey.com>
2152
2153 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2154 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2155 (test_initial_complaints, test_empty_complaints): Update.
2156 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2157
2158 2018-10-04 Tom Tromey <tom@tromey.com>
2159
2160 PR cli/19551:
2161 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2162 * lib/gdb.exp (gdb_file_cmd): Update.
2163 * gdb.stabs/weird.exp (print_weird_var): Update.
2164 * gdb.server/solib-list.exp: Update.
2165 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2166 * gdb.mi/mi-cli.exp: Update.
2167 * gdb.linespec/linespec.exp: Update.
2168 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2169 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2170 * gdb.cp/cp-relocate.exp: Update.
2171 * gdb.base/sym-file.exp: Update.
2172 * gdb.base/relocate.exp: Update.
2173 * gdb.base/readnever.exp: Update.
2174 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2175 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2176 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2177 * gdb.base/code_elim.exp: Update.
2178 * gdb.base/break-unload-file.exp (test_break): Update.
2179 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2180 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2181 Update.
2182 * gdb.base/attach.exp (do_attach_tests): Update.
2183 * gdb.base/sepdebug.exp: Update.
2184 * gdb.python/py-section-script.exp: Update.
2185
2186 2018-10-04 Tom Tromey <tom@tromey.com>
2187
2188 PR cli/22234:
2189 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2190 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2191 output.
2192
2193 2018-10-04 Tom Tromey <tom@tromey.com>
2194
2195 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2196 set width and height to 0.
2197 (test_command_line_attach_run): Use -quiet.
2198
2199 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2200
2201 * lib/gdb.exp (skip_ifunc_tests): New.
2202 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2203 other compile failures.
2204 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2205
2206 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2207
2208 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2209 is_amd64_regs_target.
2210
2211 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2212
2213 * gdb.arch/aarch64-sighandler-regs.c: New test.
2214 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2215 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2216
2217 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2218
2219 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2220 assembly.
2221
2222 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * gdb.base/frame-selection.exp: New file.
2225 * gdb.base/frame-selection.c: New file.
2226
2227 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2228
2229 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2230 pthread barrier.
2231 (main): Likewise.
2232
2233 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * gdb.base/large-frame-1.c: New file.
2236 * gdb.base/large-frame-2.c: New file.
2237 * gdb.base/large-frame.exp: New file.
2238 * gdb.base/large-frame.h: New file.
2239
2240 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2241
2242 PR gdb/20948
2243 * gdb.base/write_mem.exp: New test.
2244 * gdb.base/write_mem.c: Likewise.
2245
2246 2018-09-23 Tom Tromey <tom@tromey.com>
2247
2248 PR python/18852:
2249 * gdb.python/py-parameter.exp: Add test for parameter that throws
2250 on "set".
2251
2252 2018-09-23 Tom Tromey <tom@tromey.com>
2253
2254 PR python/17284:
2255 * gdb.python/py-template.exp (test_template_arg): Add test for
2256 negative template argument number.
2257
2258 2018-09-23 Tom Tromey <tom@tromey.com>
2259
2260 PR python/14062:
2261 * gdb.python/python.exp: Add test for post_event error.
2262
2263 2018-09-23 Tom Tromey <tom@tromey.com>
2264
2265 PR python/18170:
2266 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2267 convert pointers to int and long.
2268
2269 2018-09-23 Tom Tromey <tom@tromey.com>
2270
2271 PR python/20126:
2272 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2273 signed-ness conversion tests.
2274
2275 2018-09-23 Tom Tromey <tom@tromey.com>
2276
2277 PR python/18352;
2278 * gdb.python/py-value.exp (test_float_conversion): New proc.
2279 Use it.
2280
2281 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2282
2283 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2284
2285 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2286
2287 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2288 no readline.
2289 * gdb.base/utf8-identifiers.exp: Likewise.
2290 * gdb.cp/cpcompletion.exp: Likewise.
2291 * gdb.linespec/cpcompletion.exp: Likewise.
2292 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2293 * gdb.linespec/cpls-ops.exp: Likewise.
2294
2295 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2296 Chris January <chris.january@arm.com>
2297
2298 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2299 * gdb.fortran/short-circuit-argument-list.exp: New file.
2300 * gdb.fortran/short-circuit-argument-list.f90: New test.
2301
2302 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2303
2304 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2305 "arch=" keyword when executing "-stack-list-frames".
2306
2307 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2308
2309 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2310 "arch=" keyword when executing "-stack-list-frames".
2311
2312 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2313
2314 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2315 break ada".
2316
2317 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2318
2319 PR python/23669
2320 * gdb.python/python.exp: Test gdb.execute("show commands").
2321
2322 2018-09-16 Tom Tromey <tom@tromey.com>
2323
2324 * gdb.base/new-ui.exp (do_execution_tests): Update.
2325 * gdb.base/dbx.exp (test_breakpoints): Update.
2326
2327 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2328
2329 * lib/gdb.exp (gdb_simple_compile): Add proc.
2330 (is_elf_target): Use gdb_simple_compile.
2331 (skip_altivec_tests): Likewise.
2332 (skip_vsx_tests): Likewise.
2333 (skip_tsx_tests): Likewise.
2334 (skip_btrace_tests): Likewise.
2335 (skip_btrace_pt_tests): Likewise.
2336 (gdb_can_simple_compile): Likewise.
2337 (gdb_has_argv0): Likewise.
2338 (gdb_target_symbol_prefix): Likewise.
2339 (target_supports_scheduler_locking): Likewise.
2340
2341 2018-09-13 Tom Tromey <tom@tromey.com>
2342
2343 * Makefile.in (TAGS): Recognize proc_with_prefix and
2344 gdb_caching_proc.
2345
2346 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2347
2348 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2349 method.
2350
2351 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2352
2353 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2354 and a few other Inferior properties when the Inferior is no
2355 longer valid.
2356
2357 2018-09-13 Tom Tromey <tom@tromey.com>
2358
2359 PR rust/23650:
2360 * gdb.rust/simple.exp: Add test for enum field access error.
2361
2362 2018-09-13 Tom Tromey <tom@tromey.com>
2363
2364 PR rust/23626:
2365 * gdb.rust/simple.rs (EmptyEnum): New type.
2366 (main): Use it.
2367 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2368
2369 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2370
2371 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2372 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2373 * gdb.python/py-symtab.exp: Update test printing an objfile.
2374
2375 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2376
2377 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2378 object.
2379
2380 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2381
2382 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2383 (support_complex_tests): Use gdb_can_simple_compile.
2384 (is_ilp32_target): Likewise.
2385 (is_lp64_target): Likewise.
2386 (is_64_target): Likewise.
2387 (is_amd64_regs_target): Likewise.
2388 (is_aarch32_target): Likewise.
2389 (gdb_int128_helper): Likewise.
2390
2391 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2392
2393 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2394
2395 2018-09-10 Jerome Guitton <guitton@adacore.com>
2396
2397 * gdb.ada/same_component_name: Add test for case of tagged record
2398 with variable-length fields.
2399
2400 2018-09-10 Xavier Roirand <roirand@adacore.com>
2401
2402 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2403 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2404 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2405 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2406
2407 2018-09-10 Xavier Roirand <roirand@adacore.com>
2408
2409 * gdb.ada/mi_string_access.exp: New testcase.
2410 * gdb.ada/mi_string_access/bar.adb: New file.
2411 * gdb.ada/mi_string_access/pck.adb: New file.
2412 * gdb.ada/mi_string_access/pck.asd: New file.
2413
2414 2018-09-10 Xavier Roirand <roirand@adacore.com>
2415
2416 * gdb.ada/mi_var_union.exp: New testcase.
2417 * gdb.ada/mi_var_union/bar.adb: New file.
2418 * gdb.ada/mi_var_union/pck.adb: New file.
2419 * gdb.ada/mi_var_union/pck.asd: New file.
2420
2421 2018-09-08 Tom Tromey <tom@tromey.com>
2422
2423 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2424
2425 2018-09-08 Tom Tromey <tom@tromey.com>
2426
2427 PR python/16047:
2428 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2429 (register_pretty_printers): Register new printer.
2430 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2431 test.
2432 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2433 (an_int_type3): New global.
2434
2435 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2436
2437 * gdb.ada/expr_with_funcall: New testcase.
2438
2439 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2440
2441 * gdb.ada/packed_array_assign: New testcase.
2442
2443 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2444
2445 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2446 names, and add test prefixes to make test names unique.
2447
2448 2018-09-05 Tom de Vries <tdevries@suse.de>
2449
2450 * gdb.dwarf2/varval.exp: Add test.
2451
2452 2018-09-04 Gary Benson <gbenson@redhat.com>
2453
2454 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2455 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2456
2457 2018-08-31 Tom Tromey <tom@tromey.com>
2458
2459 * gdb.rust/simple.rs: Rename second variable "v".
2460
2461 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2462
2463 * gdb.base/funcargs.c (use_a): New function.
2464 (recurse): Call use_a.
2465
2466 2018-08-29 Keith Seitz <keiths@redhat.com>
2467
2468 * gdb.compile/compile-cplus-anonymous.cc: New file.
2469 * gdb.compile/compile-cplus-anonymous.exp: New file.
2470 * gdb.compile/compile-cplus-array-decay.cc: New file.
2471 * gdb.compile/compile-cplus-array-decay.exp: New file.
2472 * gdb.compile/compile-cplus-inherit.cc: New file.
2473 * gdb.compile/compile-cplus-inherit.exp: New file.
2474 * gdb.compile/compile-cplus-member.cc: New file.
2475 * gdb.compile/compile-cplus-member.exp: New file.
2476 * gdb.compile/compile-cplus-method.cc: New file.
2477 * gdb.compile/compile-cplus-method.exp: New file.
2478 * gdb.compile/compile-cplus-mod.c: "New" file.
2479 * gdb.compile/compile-cplus-namespace.cc: New file.
2480 * gdb.compile/compile-cplus-namespace.exp: New file.
2481 * gdb.compile/compile-cplus-nested.cc: New file.
2482 * gdb.compile/compile-cplus-nested.exp: New file.
2483 * gdb.compile/compile-cplus-print.c: "New" file.
2484 * gdb.compile/compile-cplus-print.exp: "New" file.
2485 * gdb.compile/compile-cplus-virtual.cc: New file.
2486 * gdb.compile/compile-cplus-virtual.exp: New file.
2487 * gdb.compile/compile-cplus.c: "New" file.
2488 * gdb.compile/compile-cplus.exp: "New" file.
2489 * lib/compile-support.exp: New file.
2490
2491 2018-08-16 Gary Benson <gbenson@redhat.com>
2492
2493 PR gdb/13000:
2494 * gdb.base/batch-exit-status.exp: New file.
2495 * gdb.base/batch-exit-status.good-commands: Likewise.
2496 * gdb.base/batch-exit-status.bad-commands: Likewise.
2497
2498 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2499
2500 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2501 (struct struct02): Likewise.
2502 (struct struct03): Likewise.
2503 (struct struct04): Likewise.
2504 (struct struct_01_01): New struct.
2505 (struct struct_01_02): Likewise.
2506 (struct struct_01_03): Likewise.
2507 (struct struct_01_04): Likewise.
2508 (struct struct_02_01): Likewise.
2509 (struct struct_02_02): Likewise.
2510 (struct struct_02_03): Likewise.
2511 (struct struct_02_04): Likewise.
2512 (struct struct_04_01): Likewise.
2513 (struct struct_04_02): Likewise.
2514 (struct struct_04_03): Likewise.
2515 (struct struct_04_04): Likewise.
2516 (struct struct_05_01): Likewise.
2517 (struct struct_05_02): Likewise.
2518 (struct struct_05_03): Likewise.
2519 (struct struct_05_04): Likewise.
2520 (cmp_struct01): Remove function.
2521 (cmp_struct02): Likewise.
2522 (cmp_struct03): Likewise.
2523 (cmp_struct04): Likewise.
2524 (cmp_struct_01_01): Add Function.
2525 (cmp_struct_01_02): Likewise.
2526 (cmp_struct_01_03): Likewise.
2527 (cmp_struct_01_04): Likewise.
2528 (cmp_struct_02_01): Likewise.
2529 (cmp_struct_02_02): Likewise.
2530 (cmp_struct_02_03): Likewise.
2531 (cmp_struct_02_04): Likewise.
2532 (cmp_struct_04_01): Likewise.
2533 (cmp_struct_04_02): Likewise.
2534 (cmp_struct_04_03): Likewise.
2535 (cmp_struct_04_04): Likewise.
2536 (cmp_struct_05_01): Likewise.
2537 (cmp_struct_05_02): Likewise.
2538 (cmp_struct_05_03): Likewise.
2539 (cmp_struct_05_04): Likewise.
2540 (call_all): Add new structs.
2541 * gdb.base/infcall-nested-structs.exp: Likewise.
2542
2543 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2544
2545 * gdb.python/py-framefilter-mi.exp: Update regexp to
2546 check for "arch" field in frame output.
2547
2548 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2549
2550 * gdb.dwarf2/dw2-ranges-func.c: New file.
2551 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2552
2553 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2554
2555 * gdb.base/term.exp: Compare terminal settings with values from
2556 the inferior.
2557 * gdb.base/term.c: Get and set terminal settings.
2558
2559 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2560
2561 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2562 accommodate new "arch" field in frame output.
2563 * gdb.mi/mi-return.exp: Likewise.
2564 * gdb.mi/mi-stack.exp: Likewise.
2565 * gdb.mi/mi-syn-frame.exp: Likewise.
2566 * gdb.mi/user-selected-context-sync.exp: Likewise.
2567
2568 2018-08-19 Michael Spang <spang@google.com>
2569
2570 PR gdb/11786
2571 * gdb.base/gcore-tls-pie.c: New file.
2572 * gdb.base/gcore-tls-pie.exp: New file.
2573
2574 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2575
2576 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2577 * gdb.dwarf2/varval.c: New file.
2578 * gdb.dwarf2/varval.exp: New file.
2579
2580 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2581
2582 PR gdb/18931
2583 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2584
2585 2018-08-16 Keith Seitz <keiths@redhat.com>
2586
2587 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2588 tests expected to pass.
2589
2590 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2591
2592 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2593 -data-disassemble -a.
2594 (test_disassembly_bogus_args): Likewise.
2595
2596 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2597
2598 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2599
2600 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2601
2602 * gdb.base/vla-optimized-out.exp: Add new test.
2603
2604 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.base/vla-optimized-out-o3.exp: Delete.
2607 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2608 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2609 deleted tests.
2610
2611 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2612
2613 PR gdb/18050:
2614 * gdb.server/extended-remote-restart.c: New file.
2615 * gdb.server/extended-remote-restart.exp: New file.
2616
2617 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2618
2619 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2620 "set variable index = 42".
2621
2622 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2623
2624 * boards/index-cache-gdb.exp: New file.
2625 * gdb.dwarf2/index-cache.exp: New file.
2626 * gdb.dwarf2/index-cache.c: New file.
2627 * gdb.base/maint.exp: Check if we are using the index cache.
2628
2629 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2630
2631 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2632 MAKEFLAGS.
2633
2634 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2635
2636 * dg-extract-results.sh: Move to toplevel contrib.
2637 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2638 * Makefile.in (check-parallel-racy): Likewise.
2639
2640 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2641
2642 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2643 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2644 tests if the target supports scheduler locking.
2645
2646 2018-08-04 Tom de Vries <tdevries@suse.de>
2647
2648 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2649
2650 2018-08-02 Tom Tromey <tom@tromey.com>
2651
2652 PR symtab/16842.
2653 * gdb.cp/temargs.exp: Test "info address" of a template
2654 parameter.
2655
2656 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2657
2658 * gdb.python/py-mi-var-info-path-expression.c: New file.
2659 * gdb.python/py-mi-var-info-path-expression.py: New file.
2660 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2661
2662 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2663
2664 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2665 error after "cannot resolve name" string.
2666
2667 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2668
2669 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2670 started.
2671 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2672
2673 2018-07-28 Tom de Vries <tdevries@suse.de>
2674
2675 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2676
2677 2018-07-26 Tom de Vries <tdevries@suse.de>
2678
2679 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2680
2681 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2684 is visible.
2685
2686 2018-07-26 Tom de Vries <tdevries@suse.de>
2687
2688 PR breakpoints/23366
2689 * gdb.base/catch-follow-exec.c: New test.
2690 * gdb.base/catch-follow-exec.exp: New file.
2691
2692 2018-07-25 Tom de Vries <tdevries@suse.de>
2693
2694 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2695 vla-optimized-out.c.
2696
2697 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2698
2699 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2700 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2701
2702 2018-07-20 Tom de Vries <tdevries@suse.de>
2703
2704 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2705 NOCLONE macro.
2706 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2707
2708 2018-07-19 Tom de Vries <tdevries@suse.de>
2709
2710 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2711 regular expression.
2712
2713 2018-07-18 Tom de Vries <tdevries@suse.de>
2714
2715 * gdb.base/vla-optimized-out.c: New test.
2716 * gdb.base/vla-optimized-out.exp: New file.
2717
2718 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2719
2720 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2721 message "No address associated with hostname" when gdbserver
2722 cannot resolve the hostname.
2723
2724 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2725
2726 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2727 Add some test prefixes to make tests unique.
2728
2729 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2730
2731 * gdb.base/frameapply.c: New file.
2732 * gdb.base/frameapply.exp: New file.
2733
2734 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2735
2736 * gdb.base/skip.exp: Update expected error message.
2737
2738 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2739 Jan Kratochvil <jan.kratochvil@redhat.com>
2740 Paul Fertser <fercerpav@gmail.com>
2741 Tsutomu Seki <sekiriki@gmail.com>
2742
2743 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2744 parameter.
2745 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2746 by default.
2747 * boards/native-gdbserver.exp: Likewise.
2748 * gdb.server/run-without-local-binary.exp: Improve regexp used
2749 for detecting when a remote debugging connection succeeds.
2750 * gdb.server/server-connect.exp: New file.
2751 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2752 Do not prefix the port number with ":".
2753 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2754 support for detecting and using it. Add '$debughost_gdbserver'
2755 to the list of arguments used to start gdbserver. Handle case
2756 when gdbserver cannot resolve a network name.
2757
2758 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2759
2760 PR c++/23373
2761 * gdb.base/ptype-offsets.cc (struct static_member): New
2762 struct.
2763 (main) <stmember>: New variable.
2764 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2765 with a static member in it.
2766
2767 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2768
2769 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2770 watchpoints enabled and disabled.
2771
2772 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2773
2774 * gdb.base/examine-backward.exp: Still run tests around address
2775 0x0, even if address 0x0 is not readable. Update the pattern for
2776 matching address 0x0 in expected output.
2777
2778 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2781 malloc/free.
2782
2783 2018-07-04 Tom de Vries <tdevries@suse.de>
2784
2785 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2786
2787 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2788
2789 PR tdep/8282
2790 * gdb.arch/mips-disassembler-options.exp: New test.
2791 * gdb.arch/mips-disassembler-options.s: New test source.
2792
2793 2018-06-29 Pedro Alves <palves@redhat.com>
2794
2795 * gdb.threads/names.exp: Adjust expected "info threads" output.
2796
2797 2018-06-29 Pedro Alves <palves@redhat.com>
2798
2799 * gdb.opt/inline-break.exp (line number, address): Add "info
2800 break" tests.
2801
2802 2018-06-29 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2805 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2806 number and address and running to them.
2807
2808 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2809
2810 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2811
2812 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2813
2814 * lib/compiler.c: Remove executable permission flag.
2815
2816 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2817
2818 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2819 code.
2820 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2821
2822 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2823
2824 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2825
2826 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2827
2828 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2829 address argument is omitted.
2830
2831 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2832
2833 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2834
2835 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2836
2837 PR gdb/21695
2838 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2839 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2840
2841 2018-06-26 Tom Tromey <tom@tromey.com>
2842
2843 PR rust/22574:
2844 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2845 * gdb.rust/simple.rs (struct SimpleLayout): New.
2846
2847 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2848
2849 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2850 "info registers" output.
2851
2852 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2853
2854 * gdb.base/watchpoint-hw-attach.c: New test.
2855 * gdb.base/watchpoint-hw-attach.exp: New file.
2856
2857 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2858
2859 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2860 through /bin/sh.
2861 * boards/dwarf4-gdb-index.exp: Likewise.
2862 * boards/fission-dwp.exp: Likewise.
2863
2864 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2865
2866 * gdb.base/float128.exp: Add comment and improved fail message
2867 to the failure case of "print large128" test.
2868
2869 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2870
2871 * configure.ac: Remove AC_PREREQ.
2872 * configure: Re-generate.
2873
2874 2018-06-19 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2877 (func_extern_caller): New.
2878 (main): Call func_extern_caller.
2879 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2880 logic change.
2881
2882 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2883
2884 PR gdb/16841
2885 * gdb.cp/typedef-base.cc: New file.
2886 * gdb.cp/typedef-base.exp: New file.
2887
2888 2018-06-18 Tom de Vries <tdevries@suse.de>
2889
2890 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2891
2892 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2893 Richard Bunt <Richard.Bunt@arm.com>
2894
2895 * gdb.threads/attach-slow-waitpid.c: New file.
2896 * gdb.threads/attach-slow-waitpid.exp: New file.
2897 * gdb.threads/slow-waitpid.c: New file.
2898
2899 2018-06-14 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.base/fork-running-state.c: Include <errno.h>.
2902 (exit_if_relative_exits): New.
2903 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2904 exits.
2905 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2906 child exits.
2907
2908 2018-06-14 Tom de Vries <tdevries@suse.de>
2909
2910 PR cli/22573
2911 * gdb.base/finish-pretty.c: New test.
2912 * gdb.base/finish-pretty.exp: New file.
2913
2914 2018-06-14 Pedro Alves <palves@redhat.com>
2915
2916 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2917 gdb's expected startup output.
2918
2919 2018-06-14 Pedro Alves <palves@redhat.com>
2920
2921 * lib/selftest-support.exp (selftest_setup): Remove inlined
2922 function handling.
2923
2924 2018-06-14 Tom de Vries <tdevries@suse.de>
2925
2926 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2927 matching of breakpoint printing.
2928
2929 2018-06-13 Tom de Vries <tdevries@suse.de>
2930
2931 PR testsuite/23269
2932 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2933 (fork_child): ... here, and ...
2934 (fork_parent): ... here.
2935
2936 2018-06-12 Tom de Vries <tdevries@suse.de>
2937
2938 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2939
2940 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2941 Stephen Roberts <stephen.roberts@arm.com>
2942
2943 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2944 rewrite test to describe action performed, rather than possible
2945 failure.
2946
2947 2018-06-08 Gary Benson <gbenson@redhat.com>
2948
2949 * gdb.threads/check-libthread-db.exp: New file.
2950 * gdb.threads/check-libthread-db.c: Likewise.
2951
2952 2018-06-05 Tom Tromey <tom@tromey.com>
2953
2954 * gdb.base/default.exp: Update expected "show version" output.
2955
2956 2018-06-05 Tom Tromey <tom@tromey.com>
2957
2958 PR cli/12326:
2959 * gdb.cp/static-print-quit.exp: Update.
2960 * lib/gdb.exp (pagination_prompt): Update.
2961 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2962 * gdb.python/python.exp: Update.
2963
2964 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2965
2966 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2967
2968 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2969
2970 * gdb.ada/bp_fun_addr: New testcase.
2971
2972 2018-06-01 Tom Tromey <tom@tromey.com>
2973
2974 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2975 results.
2976 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2977 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2978 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2979 * gdb.base/maint.exp (maint_pass_if): Update.
2980
2981 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2982
2983 * gdb.base/endian.exp: New test.
2984 * gdb.base/endian.c: New test source.
2985
2986 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2987
2988 PR gdb/23203
2989 * gdb.base/bt-selected-frame.c: New file.
2990 * gdb.base/bt-selected-frame.exp: New file.
2991 * lib/gdb.exp (get_current_frame_number): New function.
2992
2993 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2994 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.threads/tls-core.c: Include <stdlib.h>
2997 (thread_proc): Call `abort'.
2998 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2999 (tls_core_test): New procedure, bits factored out from ...
3000 (top level): ... here. Test both native cores and gcore cores.
3001
3002 2018-05-23 Tom Tromey <tom@tromey.com>
3003
3004 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3005
3006 2018-05-23 Tom Tromey <tom@tromey.com>
3007
3008 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3009 symfile_complaints.
3010 (test_short_complaints): Likewise.
3011 (test_empty_complaints): Likewise.
3012 (test_initial_complaints): Update.
3013
3014 2018-05-23 Tom Tromey <tom@tromey.com>
3015
3016 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3017
3018 2018-05-23 Tom Tromey <tom@tromey.com>
3019
3020 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3021 (test_short_complaints): Update.
3022
3023 2018-05-22 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.base/remote.exp: Only gdb_start after compiling the
3026 testcase. Issue "disconnect" before testing "set remote" command
3027 defaults. Issue clean_restart before running to main.
3028
3029 2018-05-22 Pedro Alves <palves@redhat.com>
3030
3031 * gdb.base/remote.exp: Adjust expected output of "show remote
3032 memory-write-packet-size". Add tests for "set remote
3033 memory-write-packet-size 0" and "set remote
3034 memory-write-packet-size fixed/limit".
3035
3036 2018-05-22 Pedro Alves <palves@redhat.com>
3037
3038 PR gdb/22973
3039 * gdb.base/utf8-identifiers.c: New file.
3040 * gdb.base/utf8-identifiers.exp: New file.
3041
3042 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3043
3044 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3045
3046 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3047
3048 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3049
3050 2018-05-18 Tom Tromey <tom@tromey.com>
3051
3052 * gdb.base/ptype-offsets.exp: Update.
3053
3054 2018-05-17 Keith Seitz <keiths@redhat.com>
3055
3056 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3057 in expected breakpoint stop locations.
3058 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3059 move to proper scope to test variable values.
3060 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3061 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3062 New functions.
3063 (main): Call not_inline_func3.
3064 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3065 inline_func1, inline_func2, and inline_func3. Test that when each
3066 breakpoint is hit, GDB properly reports both the stop location
3067 and the backtrace. Repeat tests for temporary breakpoints.
3068
3069 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3070
3071 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3072 rather then trying to access it in determining whether the PID
3073 of `gdbserver' could have been retrieved.
3074
3075 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3076
3077 * gdb.arch/amd64-init-x87-values.S: New file.
3078 * gdb.arch/amd64-init-x87-values.exp: New file.
3079
3080 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3081
3082 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3083
3084 2018-05-04 Tom Tromey <tom@tromey.com>
3085
3086 PR python/22730:
3087 * gdb.python/python.exp: Test multi-line execute.
3088
3089 2018-05-04 Tom Tromey <tom@tromey.com>
3090
3091 PR python/22731:
3092 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3093
3094 2018-05-04 Tom Tromey <tom@tromey.com>
3095
3096 PR gdb/11750:
3097 * gdb.base/define.exp: Test defining a user command inside a user
3098 command.
3099 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3100
3101 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3102 Pedro Alves <palves@redhat.com>
3103
3104 PR breakpoints/19806 and support for PR external/20207.
3105 * gdb.base/watchpoint-unaligned.c: New file.
3106 * gdb.base/watchpoint-unaligned.exp: New file.
3107
3108 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3109
3110 * gdb.base/maint.exp: Make test names unique, use
3111 test_prefix_command_help to test 'help maint info', and remove
3112 repeated test of 'help maint'.
3113
3114 2018-05-04 Tom Tromey <tom@tromey.com>
3115
3116 PR gdb/22619:
3117 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3118 behavior.
3119
3120 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * gdb.base/maint.exp: Process output from 'maint print registers'
3123 line at a time.
3124
3125 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3126
3127 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3128 timeout.
3129
3130 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3131
3132 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3133 filter pattern.
3134
3135 2018-05-02 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3138 to_log_command renames.
3139 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3140
3141 2018-05-02 Tom Tromey <tom@tromey.com>
3142
3143 * gdb.python/py-parameter.exp: Set test message.
3144
3145 2018-05-02 Tom Tromey <tom@tromey.com>
3146
3147 PR python/20084:
3148 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3149 PARAM_ZUINTEGER_UNLIMITED tests.
3150
3151 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3152
3153 PR rust/23124
3154 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3155 when casting.
3156
3157 2018-04-30 Tom Tromey <tom@tromey.com>
3158
3159 * gdb.python/py-type.exp: Check align attribute.
3160 * gdb.python/py-type.c: New "aligncheck" global.
3161
3162 2018-04-30 Tom Tromey <tom@tromey.com>
3163
3164 PR exp/17095:
3165 * gdb.dwarf2/dw2-align.exp: New file.
3166 * gdb.cp/align.exp: New file.
3167 * gdb.base/align.exp: New file.
3168 * lib/gdb.exp (gdb_int128_helper): New proc.
3169 (has_int128_c, has_int128_cxx): New caching procs.
3170
3171 2018-04-27 Tom Tromey <tom@tromey.com>
3172
3173 PR rust/22545:
3174 * gdb.rust/simple.exp: Add inclusive range tests.
3175
3176 2018-04-26 Pedro Alves <palves@redhat.com>
3177
3178 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3179 ifunc breakpoint locations correctly of ifunc breakpoints set
3180 while the program resolves the ifunc.
3181
3182 2018-04-26 Pedro Alves <palves@redhat.com>
3183
3184 * gdb.base/gnu-ifunc-final.c: New file.
3185 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3186 * gdb.base/gnu-ifunc.exp (executable): Delete.
3187 (staticexecutable): Adjust.
3188 (lib_opts, exec_opts): Delete.
3189 (make_binsuffix, build, set-break): New procedures.
3190 (misc_tests): New, with tests factored out from the top level.
3191 (top level): Test different combinations of ifunc resolver name,
3192 resolver with and with debug info, and ifunc target with and
3193 without debug info. Wrap static tests with with_target_prefix.
3194
3195 2018-04-26 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3198 return type" warnings.
3199
3200 2018-04-25 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3203 killed".
3204 * gdb.base/kill-after-signal.exp: Likewise.
3205 * gdb.threads/kill.exp: Likewise.
3206
3207 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3208 Sergio Durigan Junior <sergiodj@redhat.com>
3209 Pedro Alves <palves@redhat.com>
3210
3211 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3212 regexps to expect for '[Inferior ... detached]' as well.
3213 * gdb.base/attach.exp: Likewise.
3214 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3215 "gdb_continue_to_end".
3216 (test_catch_syscall_with_wrong_args): Likewise.
3217 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3218 ']'. Don't set 'verbose' on.
3219 * gdb.base/foll-vfork.exp: Likewise.
3220 * gdb.base/fork-print-inferior-events.c: New file.
3221 * gdb.base/fork-print-inferior-events.exp: New file.
3222 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3223 '[Inferior ... has been killed]' message.
3224 * gdb.base/kill-after-signal.exp: Likewise.
3225 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3226 detach message.
3227 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3228 message.
3229 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3230 regexps to expect for '[Inferior ... detached]' as well.
3231 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3232
3233 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3234
3235 PR gdb/23104
3236 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3237
3238 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3239
3240 * gdb.threads/multiple-successive-infcall.c: New test.
3241 * gdb.threads/multiple-successive-infcall.exp: New file.
3242
3243 2018-04-17 Tom Tromey <tom@tromey.com>
3244
3245 * gdb.rust/simple.rs (Union): New type.
3246 (main): New local "u".
3247 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3248
3249 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3250
3251 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3252 number information in output of "whereis" command.
3253 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3254
3255 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3256
3257 * gdb.ada/info_types.exp: Adjust expected output to the line
3258 numbers now printed by "info var/func/type".
3259 * gdb.base/completion.exp: Likewise.
3260 * gdb.base/included.exp: Likewise.
3261 * gdb.cp/cp-relocate.exp: Likewise.
3262 * gdb.cp/cplusfuncs.exp: Likewise.
3263 * gdb.cp/namespace.exp: Likewise.
3264 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3265
3266 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3267
3268 * gdb.btrace/cpu.exp: New.
3269
3270 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3271
3272 * gdb.base/step-indirect-call-thunk.exp: New.
3273 * gdb.base/step-indirect-call-thunk.c: New.
3274 * gdb.reverse/step-indirect-call-thunk.exp: New.
3275 * gdb.reverse/step-indirect-call-thunk.c: New.
3276
3277 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3278
3279 * gdb.base/pie-fork.c: New file.
3280 * gdb.base/pie-fork.exp: New file.
3281
3282 2018-04-11 Tom Tromey <tom@tromey.com>
3283
3284 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3285
3286 2018-04-10 Pedro Alves <palves@redhat.com>
3287
3288 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3289 exits. Instead loop running forever.
3290 (fork_parent): Run forever too.
3291
3292 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3293
3294 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3295 mi_continue_to_line.
3296 * gdb.mi/mi-stack.c (callee4): Add comment.
3297
3298 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3299
3300 * gdb.mi/mi-stack.exp: Fix indentation.
3301
3302 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3303
3304 PR gdb/22979
3305 * gdb.arch/amd64-osabi.exp: New file.
3306
3307 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3308
3309 PR gdb/22980
3310 * gdb.base/osabi.exp: New file.
3311
3312 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3313
3314 * gdb.cp/static-typedef-print.exp: New file.
3315 * gdb.cp/static-typedef-print.cc: New file.
3316
3317 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3318
3319 * gdb.ada/varsize_limit: New testcase.
3320
3321 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3322
3323 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3324
3325 * gdb.ada/notcplusplus: New testcase.
3326
3327 * gdb.base/c-linkage-name.c: New file.
3328 * gdb.base/c-linkage-name.exp: New testcase.
3329
3330 2018-03-26 Tom Tromey <tom@tromey.com>
3331
3332 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3333 * gdb.python/py-framefilter.py (name_error): New global.
3334 (ErrorInName.function): Use name_error.
3335
3336 2018-03-26 Tom Tromey <tom@tromey.com>
3337
3338 PR backtrace/15582:
3339 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3340
3341 2018-03-23 Keith Seitz <keiths@redhat.com>
3342
3343 PR c++/22968
3344 * gdb.cp/subtypes.exp: New file.
3345 * gdb.cp/subtypes.h: New file.
3346 * gdb.cp/subtypes.cc: New file.
3347 * gdb.cp/subtypes-2.cc: New file.
3348
3349 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3350
3351 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3352 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3353 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3354 -nostartfiles when compiling the test. Confirm that all registers
3355 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3356
3357 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3358
3359 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3360 option, syntax was wrong anyway.
3361 * gdb.arch/arm-disp-step.exp: Likewise.
3362 * gdb.arch/sparc64-regs.exp: Likewise.
3363 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3364 option, syntax was wrong anyway, switch to use
3365 prepare_for_testing.
3366 * gdb.arch/i386-disp-step.exp: Likewise.
3367
3368 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3369
3370 * gdb.ada/exec_changed.exp: Replace "target_info exists
3371 use_gdb_stub" by "use_gdb_stub".
3372 * gdb.ada/start.exp: Likewise.
3373 * gdb.base/async-shell.exp: Likewise.
3374 * gdb.base/attach-pie-misread.exp: Likewise.
3375 * gdb.base/attach-wait-input.exp: Likewise.
3376 * gdb.base/break-entry.exp: Likewise.
3377 * gdb.base/break-interp.exp: Likewise.
3378 * gdb.base/dprintf-detach.exp: Likewise.
3379 * gdb.base/nostdlib.exp: Likewise.
3380 * gdb.base/solib-nodir.exp: Likewise.
3381 * gdb.base/statistics.exp: Likewise.
3382 * gdb.base/testenv.exp: Likewise.
3383 * gdb.mi/mi-exec-run.exp: Likewise.
3384 * gdb.mi/mi-start.exp: Likewise.
3385 * gdb.multi/dummy-frame-restore.exp: Likewise.
3386 * gdb.multi/multi-arch-exec.exp: Likewise.
3387 * gdb.multi/multi-arch.exp: Likewise.
3388 * gdb.multi/tids.exp: Likewise.
3389 * gdb.multi/watchpoint-multi.exp: Likewise.
3390 * gdb.python/py-events.exp: Likewise.
3391 * gdb.threads/attach-into-signal.exp: Likewise.
3392 * gdb.threads/attach-stopped.exp: Likewise.
3393 * gdb.threads/threadapply.exp: Likewise.
3394 * lib/selftest-support.exp: Likewise.
3395
3396 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3397
3398 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3399
3400 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3401
3402 * gdb.perf/template-breakpoints.cc: New file.
3403 * gdb.perf/template-breakpoints.exp: New file.
3404 * gdb.perf/template-breakpoints.py: New file.
3405
3406 2018-03-19 Tom Tromey <tom@tromey.com>
3407
3408 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3409 y0.
3410 * gdb.rust/simple.exp: Test bare identifier form of struct
3411 initializer.
3412
3413 2018-03-19 Tom Tromey <tom@tromey.com>
3414
3415 * gdb.gdb/observer.exp: Remove.
3416
3417 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3418
3419 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3420 "qualified" option when setting breakpoints.
3421 * gdb.trace/backtrace.exp: Likewise.
3422 * gdb.trace/circ.exp: Likewise.
3423 * gdb.trace/collection.exp: Likewise.
3424 * gdb.trace/disconnected-tracing.exp: Likewise.
3425 * gdb.trace/ftrace-lock.exp: Likewise.
3426 * gdb.trace/ftrace.exp: Likewise.
3427 * gdb.trace/infotrace.exp: Likewise.
3428 * gdb.trace/packetlen.exp: Likewise.
3429 * gdb.trace/passc-dyn.exp: Likewise.
3430 * gdb.trace/qtro.exp: Likewise.
3431 * gdb.trace/read-memory.exp: Likewise.
3432 * gdb.trace/report.exp: Likewise.
3433 * gdb.trace/signal.exp: Likewise.
3434 * gdb.trace/status-stop.exp: Likewise.
3435 * gdb.trace/strace.exp: Likewise.
3436 * gdb.trace/tfind.exp: Likewise.
3437 * gdb.trace/trace-break.exp: Likewise.
3438 * gdb.trace/trace-condition.exp: Likewise.
3439 * gdb.trace/trace-mt.exp: Likewise.
3440 * gdb.trace/tstatus.exp: Likewise.
3441 * gdb.trace/tsv.exp: Likewise.
3442 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3443 * gdb.trace/unavailable.exp: Likewise.
3444 * gdb.trace/while-dyn.exp: Likewise.
3445
3446 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3447
3448 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3449 that libinproctrace is copied to the target.
3450
3451 2018-03-14 Tom Tromey <tom@tromey.com>
3452
3453 PR cli/14977:
3454 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3455 a null pointer.
3456 * gdb.base/wchar.exp: Likewise.
3457
3458 2018-03-14 Tom Tromey <tom@tromey.com>
3459
3460 PR cli/19918:
3461 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3462 flag.
3463
3464 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3465
3466 PR gdb/22841
3467 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3468 "target" to remote_exec.
3469
3470 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3471
3472 PR gdb/22841
3473 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3474 ${board}_upload): Remove.
3475
3476 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3477
3478 * gdb.cp/watch-cp.cc: New test.
3479 * gdb.cp/watch-cp.exp: New file.
3480
3481 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3482
3483 * gdb.base/infcall-nested-structs.exp: New file.
3484 * gdb.base/infcall-nested-structs.c: New file.
3485 * gdb.base/float.exp: Add riscv support.
3486
3487 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3488
3489 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3490 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3491
3492 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3493
3494 * gdb.server/abspath.exp: New file.
3495 * lib/gdb.exp (with_cwd): New procedure.
3496
3497 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3498
3499 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3500 use it.
3501 (gdb_is_target_remote_prompt): New proc.
3502 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3503 (gdb_is_target_native): Pass prompt parameter to
3504 gdb_is_target_1.
3505
3506 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3507
3508 * gdb.base/load-command.c: New file.
3509 * gdb.base/load-command.exp: New file.
3510 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3511 (gdb_is_target_1): ...this, and generalize for other targets
3512 than just remote.
3513 (gdb_is_target_remote): Use gdb_is_target_1.
3514 (gdb_is_target_native): use gdb_is_target_1.
3515
3516 2018-02-26 Tom Tromey <tom@tromey.com>
3517
3518 PR python/16497:
3519 * gdb.python/py-framefilter.exp: Update test.
3520
3521 2018-02-26 Tom Tromey <tom@tromey.com>
3522
3523 * gdb.dwarf2/variant.c: New file.
3524 * gdb.dwarf2/variant.exp: New file.
3525
3526 2018-02-26 Tom Tromey <tom@tromey.com>
3527
3528 * gdb.rust/simple.exp: Accept more possible results in enum test.
3529
3530 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3531
3532 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3533 parentheses.
3534
3535 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3536
3537 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3538 name of a variable: $actual_linejj -> $actual_line.
3539
3540 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3541
3542 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3543
3544 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3545
3546 * gdb.btrace/buffer-size.exp: Do not force BTS.
3547
3548 2018-02-14 Pedro Alves <palves@redhat.com>
3549
3550 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3551 getting a "Quit".
3552
3553 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3554
3555 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3556 Fix test name.
3557
3558 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3559
3560 * gdb.cp/m-static.exp: Check type of optimized out static
3561 member.
3562
3563 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3566 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3567
3568 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3569 Leszek Swirski <leszeks@google.com>
3570
3571 * gdb.python/py-prettyprint.c
3572 (struct to_string_returns_value_inner,
3573 struct to_string_returns_value_wrapper): New.
3574 (main): Add tsrvw variable.
3575 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3576 ToStringReturnsValueWrapper): New classes.
3577 (register_pretty_printers): Register new pretty-printers.
3578 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3579 recursive pretty printer.
3580 * gdb.python/py-mi.exp: Likewise.
3581
3582 2018-02-01 Leszek Swirski <leszeks@google.com>
3583
3584 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3585 functions with the same name as an include file are parsed
3586 correctly.
3587
3588 2018-02-01 Yao Qi <yao.qi@linaro.org>
3589
3590 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3591 "\[^\r\n\]*".
3592
3593 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3594
3595 * gdb.arch/powerpc-prologue-frame.s: New file.
3596 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3597 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3598
3599 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3600
3601 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3602
3603 2018-01-30 Pedro Alves <palves@redhat.com>
3604
3605 PR gdb/13211
3606 * gdb.base/interrupt-daemon.c: New.
3607 * gdb.base/interrupt-daemon.exp: New.
3608 * gdb.multi/multi-term-settings.c: New.
3609 * gdb.multi/multi-term-settings.exp: New.
3610
3611 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3612
3613 * gdb.base/break.exp: Save the location where the breakpoint
3614 on break.c:47 was actually inserted when debugging the version
3615 compiled at -O2 and use it in the expected output of the "info
3616 break" test performed soon after.
3617
3618 2018-01-22 Pedro Alves <palves@redhat.com>
3619 Sergio Durigan Junior <sergiodj@redhat.com>
3620
3621 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3622 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3623
3624 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3625
3626 * gdb.base/break-include.c, gdb.base/break-include.inc,
3627 gdb.base/break-include.exp: New files.
3628 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3629 line number now being the actual line number where the breakpoint
3630 was inserted.
3631 * gdb.mi/mi-break.exp: Likewise.
3632 * gdb.mi/mi-reverse.exp: Likewise.
3633 * gdb.mi/mi-simplerun.exp: Ditto.
3634
3635 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3636
3637 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3638 varobj.
3639 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3640
3641 2018-01-21 Don Breazeal <donb@codesourcery.com>
3642 Andrew Burgess <andrew.burgess@embecosm.com>
3643
3644 * gdb.mi/basics.c: Add new global.
3645 * gdb.mi/mi-frame-regs.exp: New file.
3646 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3647 case.
3648
3649 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3650
3651 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3652 non-parameter, and on an unknown symbol.
3653
3654 2018-01-19 Tom Tromey <tom@tromey.com>
3655
3656 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3657 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3658
3659 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3660
3661 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3662 setrlimit and chdir to int.
3663
3664 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3665
3666 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3667 function.
3668 (my_tend): Likewise.
3669 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3670 rationale of avoiding FP- and vector instructions.
3671
3672 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3673
3674 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3675 "info reg" with "\[ \t\]*".
3676 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3677 "\[ \t\]+".
3678 * gdb.arch/s390-multiarch.exp: Ditto.
3679 * gdb.base/pc-fp.exp: Ditto.
3680 * gdb.reverse/i386-precsave.exp: Ditto.
3681 * gdb.reverse/i386-reverse.exp: Ditto.
3682 * gdb.reverse/i387-env-reverse.exp: Ditto.
3683 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3684
3685 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3686
3687 * lib/gdb.exp (gdb_compile): Re-enable use of
3688 universal_compile_options for languages other than Rust.
3689
3690 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3691
3692 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3693
3694 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3695
3696 PR gdb/16577
3697 * gdb.base/solib-vanish.exp: New.
3698 * gdb.base/solib-vanish-main.c: New.
3699 * gdb.base/solib-vanish-lib1.c: New.
3700 * gdb.base/solib-vanish-lib2.c: New.
3701
3702 2018-01-17 Yao Qi <yao.qi@linaro.org>
3703
3704 * gdb.compile/compile.exp: Match the address printed for
3705 frame in the output of command "bt".
3706
3707 2018-01-15 Tom Tromey <tom@tromey.com>
3708
3709 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3710 compute sp_reg.
3711
3712 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3713
3714 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3715 to prepare.
3716 (prepare): Return 0 on error, 1 on success.
3717
3718 2018-01-12 Pedro Alves <palves@redhat.com>
3719
3720 * gdb.base/continue-after-aborted-step-over.c: New.
3721 * gdb.base/continue-after-aborted-step-over.exp: New.
3722
3723 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3724
3725 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3726 options when not creating an executable.
3727
3728 2018-01-11 Pedro Alves <palves@redhat.com>
3729
3730 PR remote/22597
3731 * gdb.server/stop-reply-no-thread.c: New file.
3732 * gdb.server/stop-reply-no-thread.exp: New file.
3733
3734 2018-01-10 Pedro Alves <palves@redhat.com>
3735
3736 PR gdb/22670
3737 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3738 functions too. Test setting breakpoints and printing C functions
3739 with no debug info too.
3740 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3741
3742 2018-01-10 Pedro Alves <palves@redhat.com>
3743
3744 PR gdb/22670
3745 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3746 a fail.
3747
3748 2018-01-10 Pedro Alves <palves@redhat.com>
3749
3750 PR gdb/22670
3751 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3752
3753 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3754
3755 * gdb.server/unittest.exp: Match the output in non-development
3756 mode.
3757
3758 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3759
3760 * gdb.gdb/unittest.exp: Match output in non-development mode.
3761
3762 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3763
3764 * gdb.ada/access_tagged_param.exp: Relax expected output
3765 for value of "ObjL" in "continue" to pck.inspect breakpoint
3766 test.
3767
3768 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3769
3770 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3771 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3772
3773 2018-01-05 Pedro Alves <palves@redhat.com>
3774
3775 PR gdb/18653
3776 * gdb.base/libsegfault.exp: New.
3777
3778 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3779
3780 PR gdb/22670
3781 * gdb.ada/access_tagged_param.exp: New file.
3782 * gdb.ada/access_tagged_param/foo.adb: New file.
3783
3784 2018-01-05 Pedro Alves <palves@redhat.com>
3785
3786 PR gdb/22670
3787 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3788 exercise lower case too, and to exercise both full matching and
3789 wild matching.
3790
3791 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3792
3793 * gdb.ada/rename_subscript_param: New testcase.
3794
3795 2018-01-05 Jerome Guitton <guitton@adacore.com>
3796
3797 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3798
3799 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3800
3801 * gdb.ada/convvar_comp: New testcase.
3802
3803 2018-01-05 Xavier Roirand <roirand@adacore.com>
3804
3805 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3806 (My_Table): New global variable.
3807 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3808
3809 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3810
3811 PR gdb/22670
3812 * gdb.ada/maint_with_ada: New testcase.
3813
3814 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3815
3816 PR gdb/22670
3817 * gdb.ada/bp_c_mixed_case: New testcase.
3818
3819 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3820
3821 PR gdb/22670
3822 * gdb.ada/complete.exp: Add "complete break ada" test.
3823
3824 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3825
3826 PR gdb/22670
3827 * gdb.ada/info_addr_mixed_case: New testcase.
3828
3829 2018-01-03 Xavier Roirand <roirand@adacore.com>
3830
3831 * gdb.ada/excep_handle.exp: New testcase.
3832 * gdb.ada/excep_handle/foo.adb: New file.
3833 * gdb.ada/excep_handle/pck.ads: New file.
3834
3835 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3836
3837 * gdb.base/step-line.c: Add extra empty line in copyright header.
3838 * gdb.base/step-line.inp: Likewise.
3839
3840 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3841
3842 * gdb.ada/dyn_stride.exp: Add slice test.
3843
3844 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3845
3846 * gdb.ada/dyn_stride: New testcase.
3847
3848 2017-12-27 Stafford Horne <shorne@gmail.com>
3849
3850 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3851 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3852
3853 2017-12-27 Stafford Horne <shorne@gmail.com>
3854
3855 * gdb.base/reggroups.c: New file.
3856 * gdb.base/reggroups.exp: New file.
3857
3858 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3859
3860 * gdb.dwarf2/ada-valprint-error.c: New file.
3861 * gdb.dwarf2/ada-valprint-error.exp: New file.
3862
3863 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3864
3865 * gdb.ada/assign_arr: New testcase.
3866
3867 2017-12-18 Xavier Roirand <roirand@adacore.com>
3868
3869 * gdb.ada/funcall_ptr: New testcase.
3870
3871 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3872
3873 PR cli/16224
3874 * gdb.base/ptype-offsets.cc: New file.
3875 * gdb.base/ptype-offsets.exp: New file.
3876
3877 2017-12-15 Yao Qi <yao.qi@linaro.org>
3878
3879 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3880 if XML is disabled.
3881
3882 2017-12-15 Xavier Roirand <roirand@adacore.com>
3883
3884 * gdb.ada/same_component_name: New testcase.
3885
3886 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3887
3888 * gdb.ada/str_binop_equal: New testcase.
3889
3890 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3891
3892 * gdb.ada/task_switch_in_core: New testcase.
3893
3894 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3895
3896 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3897 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3898 call test_bkpt_qualified.
3899 (test_bkpt_qualified): New proc.
3900
3901 2017-12-13 Pedro Alves <palves@redhat.com>
3902
3903 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3904 Tighten regexp by matching with an anchor.
3905
3906 2017-12-13 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3909 ("expression with namespace"): New set of tests.
3910 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3911 (Nested::Test_NS::qux): New.
3912 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3913 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3914
3915 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3916
3917 * gdb.base/server-del-break.c: New file.
3918 * gdb.base/server-del-break.exp: New file.
3919
3920 2017-12-12 Stafford Horne <shorne@gmail.com>
3921
3922 * gdb.xml/tdesc-regs.exp: Add or1k support.
3923
3924 2017-12-12 Stafford Horne <shorne@gmail.com>
3925
3926 * gdb.base/bp-permanent.c: Define nop of or1k.
3927
3928 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3929
3930 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3931 output with components being reordered.
3932
3933 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3934
3935 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3936 output with components being reordered.
3937
3938 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3939 Pedro Alves <palves@redhat.com>
3940
3941 * gdb.base/maint.exp (check for .gdb_index): Check also for
3942 .debug_names.
3943 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3944 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3945 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3946 (.gdb_index used after symbol reloading): Support also .debug_names.
3947 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3948
3949 2017-12-08 Yao Qi <yao.qi@linaro.org>
3950
3951 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3952 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3953
3954 2017-12-08 Yao Qi <yao.qi@linaro.org>
3955
3956 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3957 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3958
3959 2017-12-08 Yao Qi <yao.qi@linaro.org>
3960
3961 * gdb.arch/aarch64-tagged-pointer.c: New file.
3962 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3963
3964 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3965
3966 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3967 "int".
3968
3969 2017-12-07 Keith Seitz <keiths@redhat.com>
3970
3971 PR breakpoints/22569
3972 * gdb.linespec/ls-errs.exp: Change expected result of "break
3973 -source this file has spaces.c -line 3".
3974 Check that an explicit source file followed by whitespace is
3975 identified as an invalid explicit location.
3976
3977 2017-12-07 Keith Seitz <keiths@redhat.com>
3978
3979 * gdb.cp/nested-types.cc: New file.
3980 * gdb.cp/nested-types.exp: New file.
3981 * lib/cp-support.exp: Load data-structures.exp library.
3982 (debug_cp_test_ptype_class): New global.
3983 (cp_ptype_class_verbose, next_line): New procedures.
3984 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3985 Add and document new return value.
3986 Switch the list of lines to a queue.
3987 Add support for new `type' key for nested type definitions.
3988 Add debugging/troubleshooting messages.
3989 * lib/data-structures.exp: New file.
3990
3991 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3992
3993 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3994 with proc_with_prefix, don't use with_test_prefix.
3995
3996 2017-12-07 Tom Tromey <tom@tromey.com>
3997
3998 * gdb.base/break.exp: Add test for empty "commands".
3999
4000 2017-12-07 Yao Qi <yao.qi@linaro.org>
4001
4002 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4003 malloc and catch syscall.
4004
4005 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4006
4007 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4008 tests for explicit locations.
4009
4010 2017-12-06 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4013 force-disabling XML descriptions.
4014
4015 2017-12-04 Pedro Alves <palves@redhat.com>
4016
4017 PR gdb/22499
4018 * gdb.arch/amd64-disp-step-avx.S: New file.
4019 * gdb.arch/amd64-disp-step-avx.exp: New file.
4020
4021 2017-12-03 Pedro Alves <palves@redhat.com>
4022
4023 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4024 and <string.h>.
4025 (parent_function): Print distinct messages when waitpid fails, or
4026 the child exits with a signal, or the child exits for an unhandled
4027 reason.
4028 * gdb.threads/process-dies-while-detaching.exp
4029 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4030 it. Wait for both inferior output and GDB's prompt. Use an
4031 indirect spawn id list.
4032 (do_detach): New parameter 'child_exit'. Use it to compute
4033 expected inferior output.
4034 (test_detach, test_detach_watch, test_detach_killed_outside):
4035 Adjust to pass down the expected child exit kind.
4036
4037 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4038 Sergio Durigan Junior <sergiodj@redhat.com>
4039 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4042
4043 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4044
4045 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4046 to 'symbol-file' and 'add-symbol-file' can be
4047 position-independent.
4048
4049 2017-12-01 Yao Qi <yao.qi@linaro.org>
4050
4051 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4052 the URL in copyright header.
4053 * gdb.arch/aarch64-fp.exp: Likewise.
4054 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4055 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4056 * gdb.base/expand-psymtabs.exp: Likewise.
4057 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4058 * gdb.fortran/common-block.exp: Likewise.
4059 * gdb.fortran/common-block.f90: Likewise.
4060 * gdb.fortran/logical.exp: Likewise.
4061 * gdb.fortran/vla-datatypes.f90: Likewise.
4062 * gdb.fortran/vla-sub.f90: Likewise.
4063
4064 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4065
4066 * gdb.ada/repeat_dyn: New testcase.
4067
4068 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4069
4070 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4071 Update for changed thread numbering.
4072 * gdb.cell/bt.exp: Update for changed GDB output.
4073
4074 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4075
4076 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4077 setting isremote by hand.
4078 * boards/dwarf4-gdb-index.exp: Likewise.
4079 * boards/fission.exp: Likewise.
4080 * boards/stabs.exp: Likewise.
4081
4082 2017-11-30 Pedro Alves <palves@redhat.com>
4083
4084 * gdb.linespec/cpls-ops.exp
4085 (check_explicit_skips_function_argument): Extract the underlying
4086 type of size_t instead of hardcoding it.
4087
4088 2017-11-29 Pedro Alves <palves@redhat.com>
4089
4090 PR c++/19436
4091 * gdb.linespec/cpls-abi-tag.cc: New file.
4092 * gdb.linespec/cpls-abi-tag.exp: New file.
4093
4094 2017-11-29 Pedro Alves <palves@redhat.com>
4095
4096 * gdb.base/langs.exp: Use -qualified.
4097 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4098 it.
4099 * gdb.cp/namespace.exp: Use -qualified.
4100 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4101 (overload-3, template-overload, template-ret-type, const-overload)
4102 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4103 procedures.
4104 (test_driver): Call them.
4105 * gdb.cp/save-bp-qualified.cc: New.
4106 * gdb.cp/save-bp-qualified.exp: New.
4107 * gdb.linespec/explicit.exp: Test -qualified.
4108 * lib/completion-support.exp (completion::explicit_opts_list): Add
4109 "-qualified".
4110 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4111
4112 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4113
4114 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4115
4116 2017-11-29 Tom Tromey <tom@tromey.com>
4117
4118 * gdb.base/relocate.exp: Update invalid argument test.
4119 Add new tests for invalid arguments.
4120
4121 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4122
4123 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4124 Return 0 as a long.
4125 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4126
4127 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4128
4129 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4130 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4131 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4132 func ().
4133 * gdb.cp/shadow.cc (B.func): Return 0.
4134
4135 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4136
4137 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4138 expected output in gdb_expect call to allow the exception
4139 message to be present as well. Fix syntax confusion to avoid
4140 TCL thinking that exception_name is an array.
4141
4142 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4143
4144 * gdb.arch/spu-info.c: Include <unistd.h>.
4145 (do_signal_test): Fix broken calls to write.
4146 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4147 Fix checks for empty mailboxes. Update signal tests for corrected
4148 do_signal_test routine. Allow nonzero event status.
4149 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4150 * gdb.cell/arch.exp: Use standard_output_file.
4151 * gdb.cell/break.exp: Likewise.
4152 * gdb.cell/bt.exp: Likewise.
4153 * gdb.cell/core.exp: Likewise.
4154 * gdb.cell/dwarfaddr.exp: Likewise.
4155 * gdb.cell/ea-cache.exp: Likewise.
4156 * gdb.cell/ea-standalone.exp: Likewise.
4157 * gdb.cell/f-regs.exp: Likewise.
4158 * gdb.cell/fork.exp: Likewise.
4159 * gdb.cell/gcore.exp: Likewise.
4160 * gdb.cell/mem-access.exp: Likewise.
4161 * gdb.cell/ptype.exp: Likewise.
4162 * gdb.cell/registers.exp: Likewise.
4163 * gdb.cell/sizeof.exp: Likewise.
4164 * gdb.cell/solib-symbol.exp: Likewise.
4165 * gdb.cell/solib.exp: Likewise.
4166
4167 2017-11-25 Pedro Alves <palves@redhat.com>
4168
4169 * gdb.base/complete-empty.exp: New file.
4170 * gdb.base/completion.exp: Adjust.
4171
4172 2017-11-25 Pedro Alves <palves@redhat.com>
4173
4174 * gdb.linespec/cpls-ops.cc: New file.
4175 * gdb.linespec/cpls-ops.exp: New file.
4176 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4177 factored out from ...
4178 (test_complete_prefix_range): ... this.
4179
4180 2017-11-24 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.linespec/cpcompletion.exp: New file.
4183 * gdb.linespec/cpls-hyphen.cc: New file.
4184 * gdb.linespec/cpls.cc: New file.
4185 * gdb.linespec/cpls2.cc: New file.
4186 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4187 test to use test_gdb_complete_unique. Add label completion,
4188 keyword completion and explicit location completion tests.
4189 * lib/completion-support.exp: New file.
4190
4191 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4192
4193 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4194 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4195 when hitting an exception catchpoint.
4196
4197 2017-11-22 Yao Qi <yao.qi@linaro.org>
4198
4199 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4200
4201 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4202
4203 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4204 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4205 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4206
4207 2017-11-22 Yao Qi <yao.qi@linaro.org>
4208
4209 * gdb.base/info-os.exp: Pass pthreads.
4210 * gdb.multi/multi-attach.exp: Likewise.
4211
4212 2017-11-22 Yao Qi <yao.qi@linaro.org>
4213
4214 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4215 compiler.
4216
4217 2017-11-22 Yao Qi <yao.qi@linaro.org>
4218
4219 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4220 * gdb.base/break-interp.exp: Likewise.
4221 * gdb.base/jit-attach-pie.exp: Likewise.
4222
4223 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4224
4225 * gdb.base/float128.c (large128): New variable.
4226 * gdb.base/float128.exp: Add test to print largest __float128 value.
4227
4228 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4229
4230 * gdb.arch/vsx-regs.exp: Update register content checks.
4231
4232 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4233
4234 * gdb.arch/ppc-longdouble.exp: New file.
4235 * gdb.arch/ppc-longdouble.c: Likewise.
4236
4237 2017-11-21 Pedro Alves <palves@redhat.com>
4238
4239 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4240
4241 2017-11-20 Pedro Alves <palves@redhat.com>
4242
4243 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4244 (long_double_typedef): New typedefs.
4245 Use DEF on double and long double.
4246 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4247 cases.
4248 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4249 and 'long_double_ptr_same_size' locals. Use them to decide
4250 whether cast from array/function to float is valid/invalid.
4251
4252 2017-11-17 Tom Tromey <tom@tromey.com>
4253
4254 * gdb.rust/traits.rs: New file.
4255 * gdb.rust/traits.exp: New file.
4256
4257 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4258
4259 * gdb.ada/minsyms: New testcase.
4260
4261 2017-11-16 Pedro Alves <palves@redhat.com>
4262
4263 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4264 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4265
4266 2017-11-16 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4269 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4270
4271 2017-11-16 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.server/reconnect-ctrl-c.c: New file.
4274 * gdb.server/reconnect-ctrl-c.exp: New file.
4275
4276 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4277
4278 * gdb.python/py-rbreak.exp: New file.
4279 * gdb.python/py-rbreak.c: New file.
4280 * gdb.python/py-rbreak-func2.c: New file.
4281
4282 2017-11-16 Pedro Alves <palves@redhat.com>
4283
4284 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4285 pattern.
4286 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4287 GDB.
4288
4289 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4290
4291 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4292 regex.
4293
4294 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4295
4296 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4297 test names.
4298
4299 2017-11-09 Pedro Alves <palves@redhat.com>
4300
4301 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4302 factored out from ...
4303 (top level): ... here, and adjusted to avoid expecting beyond the
4304 prompt in a single gdb_test_multiple.
4305
4306 2017-11-09 Pedro Alves <palves@redhat.com>
4307
4308 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4309 output.
4310 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4311 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4312 * gdb.server/ext-run.exp ("kill" test): Likewise.
4313 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4314
4315 2017-11-09 Pedro Alves <palves@redhat.com>
4316
4317 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4318 match till end of line.
4319
4320 2017-11-09 Pedro Alves <palves@redhat.com>
4321
4322 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4323
4324 2017-11-09 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4327 New procedures, factored out from ...
4328 (top level): ... here, and adjusted to avoid expecting beyond the
4329 prompt in one go.
4330
4331 2017-11-09 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4334 output. Fix '?' match.
4335
4336 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4337
4338 * gdb.ada/scoped_watch: New testcase.
4339 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4340 which is actually correct.
4341 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4342 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4343
4344 2017-11-08 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.gdb/complaints.exp (test_initial_complaints)
4347 (test_serial_complaints, test_short_complaints): Call
4348 complaint_internal instead of complaint.
4349
4350 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4351
4352 * gdb.threads/tls-core.c: New file.
4353 * gdb.threads/tls-core.exp: Likewise.
4354
4355 2017-11-08 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4358 (p Exported_Capitalized): New test.
4359 (p exported_capitalized): New test.
4360
4361 2017-11-07 Pedro Alves <palves@redhat.com>
4362
4363 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4364
4365 2017-11-07 Pedro Alves <palves@redhat.com>
4366
4367 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4368 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4369 (disable_invalid, disable_inverted, disable_negative): New
4370 procedures.
4371 ("bad numbers"): New set of tests.
4372
4373 2017-11-07 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.cp/ena-dis-br-range.exp: Add tests.
4376
4377 2017-11-07 Pedro Alves <palves@redhat.com>
4378
4379 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4380
4381 2017-11-07 Xavier Roirand <roirand@adacore.com>
4382 Pedro Alves <palves@redhat.com>
4383
4384 * gdb.base/ena-dis-br.exp: Add reference to
4385 gdb.cp/ena-dis-br-range.exp.
4386 * gdb.cp/ena-dis-br-range.exp: New file.
4387 * gdb.cp/ena-dis-br-range.cc: New file.
4388
4389 2017-11-06 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.base/attach-non-pgrp-leader.c: New.
4392 * gdb.base/attach-non-pgrp-leader.exp: New.
4393
4394 2017-11-06 Pedro Alves <palves@redhat.com>
4395
4396 * configure.ac: No longer check for termio.h and sgtty.h.
4397 * configure: Regenerate.
4398 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4399 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4400 Remove termio and sgtty code.
4401
4402 2017-11-03 Yao Qi <yao.qi@linaro.org>
4403
4404 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4405 in GDB is disabled.
4406
4407 2017-11-03 Yao Qi <yao.qi@linaro.org>
4408
4409 * gdb.python/py-thrhandle.exp: Skip it if python is not
4410 enabled.
4411
4412 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4413
4414 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4415 as a breakpoint command.
4416
4417 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4418
4419 PR python/21213
4420 * gdb.python/py-infthread.exp: Test calling
4421 InferiorThread.inferior () multiple times in a row.
4422
4423 2017-10-27 Keith Seitz <keiths@redhat.com>
4424
4425 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4426 Test "info break" for every inlined function breakpoint.
4427
4428 2017-10-27 Yao Qi <yao.qi@linaro.org>
4429
4430 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4431
4432 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4433
4434 * gdb.cp/classes.exp (test_static_members): Test printing
4435 Outer::instance.
4436 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4437 (Inner::instance, Outer::instance): New.
4438
4439 2017-10-24 Pedro Alves <palves@redhat.com>
4440
4441 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4442 extra console" test in two stages.
4443
4444 2017-10-24 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4447
4448 2017-10-24 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4451 loop.
4452
4453 2017-10-24 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4456 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4457
4458 2017-10-24 Pedro Alves <palves@redhat.com>
4459
4460 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4461 parameter and handle it. Don't output read value in test name.
4462
4463 2017-10-24 Pedro Alves <palves@redhat.com>
4464
4465 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4466 custom test name.
4467
4468 2017-10-24 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4471 include the unstable output directory name in the test's name.
4472 (initial_setup_simple) <'set args'>: Use custom test name.
4473
4474 2017-10-24 Pedro Alves <palves@redhat.com>
4475
4476 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4477 with explicit test name.
4478
4479 2017-10-20 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4482 'wait -i'. Use gdb_assert and remote_close.
4483
4484 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4485
4486 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4487 number from variable rather than hard-coded.
4488
4489 2017-10-19 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.base/long-inferior-output.c: New file.
4492 * gdb.base/long-inferior-output.exp: New file.
4493
4494 2017-11-18 Keith Seitz <keiths@redhat.com>
4495
4496 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4497 method.
4498 (main): Call it.
4499 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4500 Add additional user-defined conversion operator tests.
4501
4502 2017-10-17 Pedro Alves <palves@redhat.com>
4503
4504 * boards/native-stdio-gdbserver.exp: Load "local-board".
4505
4506 2017-10-17 Pedro Alves <palves@redhat.com>
4507
4508 * gdb.base/quit-live.c: New file.
4509 * gdb.base/quit-live.exp: New file.
4510
4511 2017-10-16 Keith Seitz <keiths@redhat.com>
4512
4513 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4514 (class_with_protected_typedef, class_with_private_typedef)
4515 (struct_with_public_typedef, struct_with_protected_typedef)
4516 (struct_with_private_typedef): New classes/structs.
4517 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4518 typedefs and access specifiers.
4519
4520 2017-10-16 Pedro Alves <palves@redhat.com>
4521 Simon Marchi <simon.marchi@polymtl.ca>
4522
4523 * README (Local vs Remote vs Native): New section.
4524 * boards/local-board.exp: New file, with bits factored out from
4525 ...
4526 * boards/native-extended-gdbserver.exp: ... here. Load
4527 "local-board".
4528 * boards/native-gdbserver.exp: Load "local-board".
4529 (${board}_spawn, ${board}_exec): Delete.
4530 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4531 ...
4532 * boards/stdio-gdbserver-base.exp: ... this new file.
4533 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4534 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4535 procedure.
4536 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4537 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4538 stdio_gdbserver_command.
4539 (${board}_get_remote_address, ${board}_get_comm_port)
4540 (${board}_download, ${board}_upload): Delete.
4541 (get_target_remote_pipe_cmd): New.
4542
4543 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4544
4545 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4546 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4547 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4548 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4549 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4550 remove with_test_prefix.
4551
4552 2017-10-13 Pedro Alves <palves@redhat.com>
4553
4554 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4555 * gdb.base/annota1.exp: Use it instead of is_remote.
4556 * gdb.base/annota3.exp: Use it instead of is_remote.
4557 * gdb.cp/annota2.exp: Use it instead of is_remote.
4558 * gdb.cp/annota3.exp: Use it instead of is_remote.
4559 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4560
4561 2017-10-13 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4564 (test_num_test_vars, run_and_count_vars, find_env)
4565 (test_set_unset_env, test_inherit_env_var): New procedures.
4566 (top level): Use them.
4567
4568 2017-10-13 Pedro Alves <palves@redhat.com>
4569
4570 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4571 also skip on stub-like targets.
4572
4573 2017-10-13 Pedro Alves <palves@redhat.com>
4574
4575 PR gdb/22293
4576 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4577 (top level): Move some tests to ...
4578 (test_not_found): ... this new procedure.
4579 (top level): Call it.
4580
4581 2017-10-13 Pedro Alves <palves@redhat.com>
4582
4583 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4584 expect different "info terminal" output if testing with a
4585 non-native target.
4586
4587 2017-10-13 Pedro Alves <palves@redhat.com>
4588 Simon Marchi <simon.marchi@polymtl.ca>
4589
4590 PR python/12966
4591 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4592
4593 2017-10-13 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4596 already.
4597
4598 2017-10-13 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4601 is_remote.
4602
4603 2017-10-13 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4606 is_remote.
4607
4608 2017-10-13 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4611 is set.
4612 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4613 instead of is_remote.
4614
4615 2017-10-13 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4618 (top level): Add comment.
4619
4620 2017-10-13 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.base/remote.exp (top level): Fix comment typo and add
4623 missing return.
4624
4625 2017-10-13 Pedro Alves <palves@redhat.com>
4626 Simon Marchi <simon.marchi@polymtl.ca>
4627
4628 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4629 calls and add comments. Skip test if use_gdb_stub is set.
4630 (top level): Use "set cwd" command instead of "cd" command.
4631
4632 2017-10-13 Pedro Alves <palves@redhat.com>
4633
4634 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4635 is_remote target check.
4636
4637 2017-10-13 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.base/scope.exp: Use build_executable + clean_restart +
4640 gdb_file_cmd instead of prepare_for_testing and no longer skip
4641 "before run" tests on is_remote target boards. Update comments.
4642 * boards/native-extended-gdbserver.exp
4643 (extended_gdbserver_load_last_file): New, factored out from ...
4644 (gdb_load): ... this. Move further below and add comment.
4645 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4646
4647 2017-10-12 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.base/attach.exp: Remove references to gdb64.
4650 * gdb.base/dbx.exp: Remove references to gdb64.
4651
4652 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4653 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.base/label.exp: Remove is_remote target check.
4656
4657 2017-10-12 Pedro Alves <palves@redhat.com>
4658
4659 * gdb.base/auvx.exp (coredir): Update comment.
4660 (top level) <core_works>: Use "set cwd" command instead of "cd"
4661 command.
4662
4663 2017-10-12 Pedro Alves <palves@redhat.com>
4664 Simon Marchi <simon.marchi@polymtl.ca>
4665
4666 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4667 target boards.
4668
4669 2017-10-12 Pedro Alves <palves@redhat.com>
4670 Simon Marchi <simon.marchi@polymtl.ca>
4671
4672 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4673 Instead skip if there's any gdb_protocol set.
4674
4675 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4676 Pedro Alves <palves@redhat.com>
4677
4678 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4679
4680 2017-10-12 Pedro Alves <palves@redhat.com>
4681 Simon Marchi <simon.marchi@polymtl.ca>
4682
4683 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4684 instead of on dejagnu remote boards.
4685
4686 2017-10-12 Pedro Alves <palves@redhat.com>
4687 Simon Marchi <simon.marchi@polymtl.ca>
4688
4689 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4690 checks. Use build_executable + clean_restart instead of
4691 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4692 of enabling non-stop after starting gdb.
4693
4694 2017-10-12 Pedro Alves <palves@redhat.com>
4695
4696 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4697 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4698 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4699 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4700
4701 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4702
4703 * gdb.arch/arc-tdesc-cpu.exp: New file.
4704 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4705
4706 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4707
4708 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4709
4710 2017-10-10 Pedro Alves <palves@redhat.com>
4711
4712 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4713 expect CLI output.
4714
4715 2017-10-10 Pedro Alves <palves@redhat.com>
4716
4717 * lib/selftest-support.exp (selftest_setup): Update for
4718 captured_command_loop's prototype change.
4719
4720 2017-10-09 Pedro Alves <palves@redhat.com>
4721
4722 Test both arch1=>arch2 and arch2=>arch1.
4723
4724 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4725 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4726 factored out to...
4727 (append_arch1_options, append_arch2_options, append_arch_options)
4728 (build_executables): New procedures.
4729 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4730 local.
4731 (top level): Add new 'first_arch' testing axis.
4732
4733 2017-10-09 Pedro Alves <palves@redhat.com>
4734
4735 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4736 (barrier): New.
4737 (thread_start, all_started): New functions.
4738 (main): Spawn new thread and wait until it is scheduled.
4739 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4740 option.
4741 (do_test): Add 'selected_thread' parameter. Run to all_started
4742 instead of main. Explicitly set the breakpoint at main. Switch
4743 to the SELECTED_THREAD thread.
4744 (top level): Test handling the exec event with either the main
4745 thread or the second thread selected.
4746
4747 2017-10-09 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4750 logic. Move STOP marker after the value checks.
4751 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4752 regexp.
4753
4754 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4755
4756 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4757
4758 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4759
4760 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4761 integer-to-dfp conversion.
4762 * gdb.base/dfp-test.exp: Likewise.
4763
4764 2017-10-04 Pedro Alves <palves@redhat.com>
4765
4766 * gdb.multi/hangout.c: Include <unistd.h>.
4767 (hangout_loop): New function.
4768 (main): Call alarm. Call hangout_loop in a loop.
4769 * gdb.multi/hello.c: Include <unistd.h>.
4770 (hello_loop): New function.
4771 (main): Call alarm. Call hangout_loop in a loop.
4772 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4773 inferior with the other selected.
4774
4775 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4776
4777 * gdb.mi/list-thread-groups-available.exp: New file.
4778 * gdb.mi/list-thread-groups-available.c: New file.
4779
4780 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4781
4782 * gdb.base/set-cwd.exp: Make it available on
4783 native-extended-gdbserver.
4784
4785 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4786
4787 * gdb.base/set-cwd.c: New file.
4788 * gdb.base/set-cwd.exp: Likewise.
4789
4790 2017-10-02 Tom Tromey <tom@tromey.com>
4791
4792 PR rust/22236:
4793 * gdb.rust/simple.rs (main): New variable "fslice".
4794 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4795
4796 2017-10-02 Tom Tromey <tom@tromey.com>
4797
4798 * gdb.rust/simple.exp: Test ptype of a slice.
4799
4800 2017-10-02 Tom Tromey <tom@tromey.com>
4801
4802 * gdb.rust/simple.exp: Test index of slice.
4803
4804 2017-09-27 Tom Tromey <tom@tromey.com>
4805
4806 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4807
4808 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4809 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.base/compare-sections.exp (get value of read-only section): Read
4812 as unsigned value.
4813 (corrupt read-only section): Likewise and don't set written if patching
4814 failed.
4815
4816 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4817
4818 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4819 files.
4820
4821 2017-09-20 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4824 symbol names in gdb's output.
4825 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4826
4827 2017-09-20 Pedro Alves <palves@redhat.com>
4828
4829 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4830 Rename to ...
4831 (test_list_ambiguous_symbol): ... this and add a symbol name
4832 parameter. Adjust.
4833 (test_list_ambiguous_function): Reimplement on top of
4834 test_list_ambiguous_symbol and also test listing ambiguous
4835 variables.
4836 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4837 (ambiguous_fun): ... this.
4838 (ambiguous_var): New.
4839 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4840 (ambiguous_fun): ... this.
4841 (ambiguous_var): New.
4842
4843 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4844
4845 * gdb.base/starti.c: New file.
4846 * gdb.base/starti.exp: New file.
4847 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4848
4849 2017-09-14 Pedro Alves <palves@redhat.com>
4850
4851 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4852 (top level): Use it instead of runto.
4853
4854 2017-09-11 Tom Tromey <tom@tromey.com>
4855
4856 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4857
4858 2017-09-11 Tom Tromey <tom@tromey.com>
4859
4860 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4861 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4862
4863 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4864
4865 * gdb.fortran/printing-types.exp: New file.
4866 * gdb.fortran/printing-types.exp: New file.
4867
4868 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4869
4870 * gdb.fortran/vla-ptype.exp: Fix typos.
4871 * gdb.fortran/vla-value.exp: Same.
4872
4873 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4874
4875 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4876 * gdb.mi/mi-var-child-f.exp: Likewise.
4877 * gdb.mi/mi-vla-fortran.exp: Likewise.
4878
4879 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4880 Christoph Weinmann <christoph.t.weinmann@intel.com>
4881 Bernhard Heckel <bernhard.heckel@intel.com>
4882
4883 * gdb.fortran/ptr-indentation.f90: New file.
4884 * gdb.fortran/ptr-indentation.exp: New file.
4885
4886 2017-09-05 Tom Tromey <tom@tromey.com>
4887
4888 PR gdb/22010:
4889 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4890
4891 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4892
4893 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4894
4895 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4896
4897 * gdb.threads/tls-nodebug-pie.c: New file.
4898 * gdb.threads/tls-nodebug-pie.exp: New file.
4899
4900 2017-09-05 Tom Tromey <tom@tromey.com>
4901
4902 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4903 for rust.
4904
4905 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4906
4907 * gdb.multi/multi-arch-exec.exp: Test with different
4908 "follow-exec-mode" settings.
4909 (do_test): New procedure.
4910
4911 2017-09-04 Pedro Alves <palves@redhat.com>
4912
4913 * gdb.base/func-static.c (S::method const, S::method volatile)
4914 (S::method volatile const): New methods.
4915 (c_s, v_s, cv_s): New instances.
4916 (main): Call method() on them.
4917 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4918 (cannot_resolve): New procedure.
4919 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4920 print-quote-unquoted columns.
4921 (do_test): Test printing each scope too.
4922
4923 2017-09-04 Pedro Alves <palves@redhat.com>
4924
4925 * gdb.base/local-static.exp: Also test with
4926 class::method::variable wholly quoted.
4927 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4928
4929 2017-09-04 Pedro Alves <palves@redhat.com>
4930
4931 * gdb.base/local-static.c: New.
4932 * gdb.base/local-static.cc: New.
4933 * gdb.base/local-static.exp: New.
4934
4935 2017-09-04 Pedro Alves <palves@redhat.com>
4936
4937 * gdb.asm/asm-source.exp: Add casts to int.
4938 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4939 (dataglobal64_1, dataglobal64_2): New globals.
4940 * gdb.base/nodebug.exp: Test different expressions involving the
4941 new globals, with print, whatis and ptype. Add casts to int.
4942 * gdb.base/solib-display.exp: Add casts to int.
4943 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4944 * gdb.cp/m-static.exp: Add cast to int.
4945 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4946 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4947 tls variable with no debug info without a cast. Test with a cast
4948 to int too.
4949 * gdb.trace/entry-values.exp: Add casts.
4950
4951 2017-09-04 Pedro Alves <palves@redhat.com>
4952
4953 * gdb.base/nodebug.exp: Test that ptype's error about functions
4954 with unknown return type includes the function name too.
4955
4956 2017-09-04 Pedro Alves <palves@redhat.com>
4957
4958 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4959 return type of munmap in infcall.
4960 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4961 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4962 type of ftell in infcall.
4963 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4964 type of getpid in infcall.
4965 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4966 infcall.
4967 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4968 Bail on failure to extract the pid.
4969 * gdb.base/nodebug.c: #include <stdint.h>.
4970 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4971 New functions.
4972 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4973 Change expected output of print/whatis/ptype with functions with
4974 no debug info. Test all supported languages. Call
4975 test_call_promotion.
4976 * gdb.compile/compile.exp: Adjust expected output to expect
4977 warning.
4978 * gdb.threads/siginfo-threads.exp: Likewise.
4979
4980 2017-09-04 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4983 "prototypes". Test calling float functions via prototyped and
4984 unprototyped function pointers.
4985 (perform_all_tests): New parameter "prototypes". Pass it down.
4986 (top level): Pass down "prototypes" parameter to
4987 perform_all_tests.
4988
4989 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4990
4991 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4992 Test with nested loops.
4993
4994 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4995
4996 * gdb.base/commands.exp: Call the new procedures.
4997 (loop_break_test, loop_continue_test): New procedures.
4998
4999 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5000
5001 * gdb.base/commands.exp: Call new procedure.
5002 (define_if_without_arg_test): New procedure.
5003
5004 2017-09-04 Pedro Alves <palves@redhat.com>
5005
5006 * gdb.base/list-ambiguous.exp: New file.
5007 * gdb.base/list-ambiguous0.c: New file.
5008 * gdb.base/list-ambiguous1.c: New file.
5009 * gdb.base/list.exp (test_list_range): Adjust expected output.
5010
5011 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5012
5013 * gdb.base/share-env-with-gdbserver.c: New file.
5014 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5015
5016 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5017
5018 * gdb.base/commands.exp (gdbvar_simple_if_test,
5019 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5020 progvar_simple_if_test, progvar_simple_while_test,
5021 progvar_complex_if_while_test, user_defined_command_test,
5022 user_defined_command_args_eval,
5023 user_defined_command_args_stack_test,
5024 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5025 temporary_breakpoint_commands,
5026 gdb_test_no_prompt, redefine_hook_test,
5027 redefine_backtrace_test): Remove "global gdb_prompt".
5028
5029 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5030
5031 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5032 New proc, call it from toplevel.
5033
5034 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5035
5036 PR remote/21852
5037 * gdb.server/normal.c: New file, copied from gdb.base.
5038 * gdb.server/run-without-local-binary.exp: New file.
5039
5040 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5041
5042 * gdb.arch/sparc64-adi.exp: New file.
5043 * gdb.arch/sparc64-adi.c: New file.
5044
5045 2017-08-22 Pedro Alves <palves@redhat.com>
5046
5047 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5048 (top level): Add "list all overloads" tests.
5049
5050 2017-08-22 Tom Tromey <tom@tromey.com>
5051
5052 * gdb.gdb/xfullpath.exp: Remove.
5053
5054 2017-08-21 Pedro Alves <palves@redhat.com>
5055
5056 PR gdb/19487
5057 * gdb.base/symbol-alias.c: New.
5058 * gdb.base/symbol-alias2.c: New.
5059 * gdb.base/symbol-alias.exp: New.
5060
5061 2017-08-21 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.base/dfp-test.c
5064 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5065 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5066 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5067 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5068 * gdb.base/whatis-ptype-typedefs.c: New.
5069 * gdb.base/whatis-ptype-typedefs.exp: New.
5070 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5071 (an_int, an_int_type, an_int_type2): New globals.
5072 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5073 involving typedefs and cast expressions.
5074 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5075 (lookup_typedefs_function): New.
5076 (typedefs_pretty_printers_dict): New.
5077 (top level): Register lookup_typedefs_function in
5078 gdb.pretty_printers.
5079
5080 2017-08-18 Yao Qi <yao.qi@linaro.org>
5081
5082 * gdb.server/unittest.exp: New.
5083
5084 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5085
5086 PR gdb/21954
5087 * gdb.base/environ.exp: Add test to check if 'unset environment'
5088 works.
5089
5090 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5091
5092 * lib/gdb.exp (universal_compile_options): New caching proc.
5093 (gdb_compile): Suppress GCC's coloring of messages.
5094
5095 2017-08-14 Tom Tromey <tom@tromey.com>
5096
5097 PR gdb/21675:
5098 * gdb.base/printcmds.exp (test_radices): New function.
5099 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5100 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5101 * lib/gdb.exp (get_integer_valueof): Use p/d.
5102
5103 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5104
5105 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5106 characters.
5107
5108 2017-08-05 Tom Tromey <tom@tromey.com>
5109
5110 * gdb.rust/simple.exp: Allow String to appear in a different
5111 namespace.
5112
5113 2017-07-26 Yao Qi <yao.qi@linaro.org>
5114
5115 * gdb.gdb/unittest.exp: Invoke command
5116 "maintenance check xml-descriptions".
5117
5118 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5119
5120 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5121 calling context.
5122 (hex128): Drop erroneous calculation of parameters.
5123
5124 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5125
5126 * gdb.python/py-unwind.exp: Disable stack protection when
5127 building test file.
5128
5129 2017-07-20 Pedro Alves <palves@redhat.com>
5130
5131 * gdb.base/default.exp (set language): Adjust expected output.
5132
5133 2017-07-20 Pedro Alves <palves@redhat.com>
5134
5135 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5136 (test_minsym): ... this, and make static.
5137 (get_pck__foo__bar__minsym): Rename to ...
5138 (get_test_minsym): ... this.
5139 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5140 symbol names and comments.
5141 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5142 (get_test_minsym): ... this.
5143 (pck__foo__bar__minsym__2): Rename to ...
5144 (test_minsym): ... this.
5145 (main): Adjust.
5146
5147 2017-07-17 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.base/completion.exp: Adjust expected output.
5150 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5151 the completer works.
5152
5153 2017-07-17 Pedro Alves <palves@redhat.com>
5154
5155 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5156
5157 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5158
5159 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5160
5161 2017-07-14 Tom Tromey <tom@tromey.com>
5162
5163 PR rust/21764:
5164 * gdb.rust/simple.exp: Add tests.
5165
5166 2017-07-14 Tom Tromey <tom@tromey.com>
5167
5168 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5169
5170 2017-07-14 Pedro Alves <palves@redhat.com>
5171
5172 * gdb.linespec/base/one/thefile.cc (z1): New function.
5173 * gdb.linespec/base/two/thefile.cc (z2): New function.
5174 * gdb.linespec/linespec.exp: Add tests.
5175
5176 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5177
5178 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5179 to mi_create_breakpoint.
5180
5181 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5182
5183 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5184 mi_create_breakpoint.
5185
5186 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5187
5188 * gdb.dlang/demangle.exp: Update for demangling changes.
5189
5190 2017-07-09 Tom Tromey <tom@tromey.com>
5191
5192 * gdb.dwarf2/shortpiece.exp: New file.
5193
5194 2017-07-06 David Blaikie <dblaikie@gmail.com>
5195
5196 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5197 built from fissiont-multi-cu{1,2}.c.
5198 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5199 except putting 'main' and 'func' in separate CUs in the same DWO file.
5200 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5201 test.
5202 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5203 test.
5204
5205 2017-07-06 Pedro Alves <palves@redhat.com>
5206
5207 * gdb.python/py-unwind.exp: Test flushregs.
5208
5209 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5210
5211 PR cli/21688
5212 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5213 tests for alias commands and trailing whitespace.
5214
5215 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5216
5217 PR cli/21688
5218 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5219 procedure. Call it.
5220
5221 2017-06-29 Pedro Alves <palves@redhat.com>
5222
5223 * gdb.base/printcmds.exp: Add tests.
5224
5225 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5226
5227 PR gdb/21337
5228 * gdb.base/reread-readsym.exp: New file.
5229 * gdb.base/reread-readsym.c: New file.
5230
5231 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5232
5233 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5234 subpattern.
5235
5236 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5237
5238 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5239 extended mnemonic.
5240 * gdb.arch/powerpc-power9.s: Likewise.
5241
5242 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5243
5244 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5245 on 32-bit x86 targets. Exploit is_*_target macros where
5246 appropriate.
5247
5248 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5249
5250 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5251 register pieces.
5252
5253 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5254
5255 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5256 located in one or more DWARF pieces.
5257
5258 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5259
5260 * lib/gdb.exp (get_endianness): New proc.
5261 * gdb.arch/aarch64-fp.exp: Use it.
5262 * gdb.arch/altivec-regs.exp: Likewise.
5263 * gdb.arch/e500-regs.exp: Likewise.
5264 * gdb.arch/vsx-regs.exp: Likewise.
5265 * gdb.base/dump.exp: Likewise.
5266 * gdb.base/funcargs.exp: Likewise.
5267 * gdb.base/gnu_vector.exp: Likewise.
5268 * gdb.dwarf2/formdata16.exp: Likewise.
5269 * gdb.dwarf2/implptrpiece.exp: Likewise.
5270 * gdb.dwarf2/nonvar-access.exp: Likewise.
5271 * gdb.python/py-inferior.exp: Likewise.
5272 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5273
5274 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5275
5276 PR gdb/21226
5277 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5278 stack value pieces are taken from the LSB end.
5279
5280 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5281
5282 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5283 variable at nonzero offset.
5284
5285 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5286
5287 * gdb.dwarf2/var-access.c: New file.
5288 * gdb.dwarf2/var-access.exp: New test.
5289 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5290
5291 2017-06-12 Tom Tromey <tom@tromey.com>
5292
5293 * gdb.dwarf2/formdata16.exp: Add tests.
5294
5295 2017-06-12 Tom Tromey <tom@tromey.com>
5296
5297 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5298
5299 2017-06-12 Tom Tromey <tom@tromey.com>
5300
5301 PR exp/16225:
5302 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5303 * gdb.arch/vsx-regs.exp: Update tests.
5304 * gdb.arch/s390-vregs.exp (hex128): New proc.
5305 Update test.
5306 * gdb.arch/altivec-regs.exp: Update tests.
5307
5308 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5309
5310 * gdb.base/startup-with-shell.c: New file.
5311 * gdb.base/startup-with-shell.exp: Likewise.
5312
5313 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5314
5315 * gdb.server/non-existing-program.exp: Update regex in order to
5316 reflect the fact that gdbserver is now using fork_inferior (with a
5317 shell) to startup the inferior.
5318
5319 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5320
5321 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5322 support function calls from GDB.
5323
5324 2017-05-21 Tom Tromey <tom@tromey.com>
5325
5326 PR rust/21466:
5327 * gdb.rust/unsized.exp: New file.
5328 * gdb.rust/unsized.rs: New file.
5329
5330 2017-05-19 Tom Tromey <tom@tromey.com>
5331
5332 PR rust/21484:
5333 * gdb.rust/watch.exp: New file.
5334 * gdb.rust/watch.rs: New file.
5335
5336 2017-05-18 Tom Tromey <tom@tromey.com>
5337
5338 * gdb.rust/simple.exp: Allow Box to be qualified.
5339
5340 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5341
5342 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5343
5344 2017-05-18 Pedro Alves <palves@redhat.com>
5345
5346 * gdb.base/fileio.c (test_write, test_read, test_close)
5347 (test_fstat): Don't print 'ret' in the fail path.
5348
5349 2017-05-18 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5352 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5353 (test_system, test_rename, test_unlink, test_time): Change
5354 prototypes.
5355 * gdb.base/fileio.exp (stop_msg): Adjust.
5356
5357 2017-05-18 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/fileio.c (null_str): New global.
5360 (test_stat): Use it.
5361 * gdb.base/fileio.exp: Remove nowarnings.
5362
5363 2017-05-17 Yao Qi <yao.qi@linaro.org>
5364
5365 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5366
5367 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5368
5369 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5370 argument command.
5371 (top-level): Invoke test_set_inferior_tty.
5372
5373 2017-05-04 Pedro Alves <palves@redhat.com>
5374
5375 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5376 Add parens to print call for Python 3.
5377
5378 2017-05-03 Keith Seitz <keiths@redhat.com>
5379
5380 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5381 (main): Call it.
5382
5383 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5384
5385 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5386 to prev and next.
5387
5388 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5389
5390 * gdb.python/py-record-btrace.exp: Remove test for
5391 gdb.BtraceInstruction.error.
5392
5393 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5394
5395 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5396
5397 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5398
5399 * gdb.python/py-record-btrace-threads.c: New file.
5400 * gdb.python/py-record-btrace-threads.exp: New file.
5401
5402 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5403
5404 PR testsuite/8595
5405 * gdb.base/environ.exp: Make test available in all architectures.
5406 Move bits related to "info program" testing to
5407 gdb.base/info-program.exp. Rewrite tests to use the two new
5408 procedures mentione below.
5409 (test_set_show_env_var) New procedure.
5410 (test_set_show_env_var_equal): Likewise.
5411 * gdb.base/info-program.exp: New file.
5412
5413 2017-04-27 Keith Seitz <keiths@redhat.com>
5414
5415 * gdb.cp/oranking.cc (test15): New function.
5416 (main): Call test15 and declare additional variables for testing.
5417 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5418 "p foo101('abc')" tests.
5419 Add tests for cv qualifier overloads.
5420 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5421 "lvalue reference overload" test.
5422 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5423 "print value of f1 on Child&& in f2" test.
5424
5425 2017-04-19 Pedro Alves <palves@redhat.com>
5426
5427 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5428 procedure.
5429 (top level): Call it.
5430 * lib/gdb.exp (gdb_define_cmd): New procedure.
5431
5432 2017-04-12 Pedro Alves <palves@redhat.com>
5433
5434 PR gdb/21323
5435 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5436 (wchar): New global.
5437 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5438 (do_test_wide_char, wide_char_types_no_program, top level): Add
5439 wchar_t testing.
5440
5441 2017-04-12 Pedro Alves <palves@redhat.com>
5442
5443 PR c++/21323
5444 * gdb.cp/wide_char_types.c: New file.
5445 * gdb.cp/wide_char_types.exp: New file.
5446
5447 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5448
5449 PR gdb/21352
5450 * gdb.trace/tsv.exp: Add test for "tsave -r".
5451
5452 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5453
5454 * gdb.dlang/watch-loc.c: New file.
5455 * gdb.dlang/watch-loc.exp: New file.
5456
5457 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5458
5459 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5460
5461 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5462
5463 * gdb.arch/arc-analyze-prologue.S: New file.
5464 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5465
5466 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5467
5468 * gdb.arch/arc-decode-insn.S: New file.
5469 * gdb.arch/arc-decode-insn.exp: Likewise.
5470
5471 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5472
5473 PR tdep/20928
5474 * gdb.arch/sparc64-regs.exp: New file.
5475 * gdb.arch/sparc64-regs.S: Likewise.
5476
5477 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5478
5479 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5480 and memory view on Python 3.
5481
5482 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5483 Keith Seitz <keiths@redhat.com>
5484
5485 PR gdb/14441
5486 * gdb.cp/demangle.exp: Add rvalue reference tests.
5487 * gdb.cp/rvalue-ref-casts.cc: New file.
5488 * gdb.cp/rvalue-ref-casts.exp: New file.
5489 * gdb.cp/rvalue-ref-overload.cc: New file.
5490 * gdb.cp/rvalue-ref-overload.exp: New file.
5491 * gdb.cp/rvalue-ref-params.cc: New file.
5492 * gdb.cp/rvalue-ref-params.exp: New file.
5493 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5494 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5495 * gdb.cp/rvalue-ref-types.cc: New file.
5496 * gdb.cp/rvalue-ref-types.exp: New file.
5497 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5498 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5499
5500 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5501
5502 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5503 New procedure.
5504
5505 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5506
5507 * lib/mi-support.exp (mi_gdb_test): Add additional message
5508 for unexpected output.
5509
5510 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5511
5512 * gdb.base/examine-backward.c (Barrier): New character array
5513 constant, to ensure that TestStrings is preceded by a string
5514 terminator.
5515
5516 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5517
5518 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5519 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5520 and implicit pointer into such a location.
5521
5522 2017-03-16 Doug Evans <dje@google.com>
5523
5524 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5525
5526 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5527
5528 * gdb.cp/m-static.exp: Fix expectation for prototype of
5529 test5.single_constructor and single_constructor::single_constructor.
5530
5531 2017-03-16 Doug Evans <dje@google.com>
5532
5533 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5534 * gdb.guile/scm-lazy-string.c: New file.
5535 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5536 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5537 for pointer, array, typedef lazy strings.
5538
5539 2017-03-16 Doug Evans <dje@google.com>
5540
5541 PR python/17728, python/18439, python/18779
5542 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5543 * gdb.python/py-lazy-string.c (pointer): New typedef.
5544 (main): New locals ptr, array, typedef_ptr.
5545 * gdb.python/py-value.exp: Move lazy string tests to ...
5546 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5547 array, typedef lazy strings.
5548
5549 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5550
5551 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5552 Add optional 'test' parameter.
5553
5554 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5555
5556 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5557 Skip for versions of DejaGnu < 1.5.
5558
5559 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5560
5561 * lib/gdb.exp (dejagnu_version): New proc.
5562 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5563 Use dejagnu_version.
5564
5565 2017-03-10 Keith Seitz <keiths@redhat.com>
5566
5567 PR c++/8128
5568 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5569 type from destructor regexps.
5570 Add a branch which actually passes the test.
5571 Adjust "ptype t5i" test names.
5572
5573 2017-03-08 Pedro Alves <palves@redhat.com>
5574
5575 * gdb.base/step-over-exit.exp: Add explicit test message.
5576
5577 2017-03-08 Pedro Alves <palves@redhat.com>
5578
5579 PR gdb/18360
5580 * gdb.threads/interrupt-while-step-over.c: New file.
5581 * gdb.threads/interrupt-while-step-over.exp: New file.
5582
5583 2017-03-08 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5586 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5587
5588 2017-03-08 Pedro Alves <palves@redhat.com>
5589
5590 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5591 PKRU as not supported as a PASS.
5592
5593 2017-03-08 Pedro Alves <palves@redhat.com>
5594
5595 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5596 prefix instead of $binfile1/$binfile2.
5597 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5598 in test message.
5599 * gdb.python/py-completion.exp: Use "load python file" as test
5600 messages instead of unstable path names.
5601
5602 2017-03-08 Pedro Alves <palves@redhat.com>
5603 Jan Kratochvil <jan.kratochvil@redhat.com>
5604
5605 PR cli/21218
5606 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5607 New proc.
5608 (top level): Call it.
5609
5610 2017-03-08 Pedro Alves <palves@redhat.com>
5611
5612 PR tui/21216
5613 * gdb.tui/tui-nl-filtered-output.exp: New file.
5614
5615 2017-03-08 Pedro Alves <palves@redhat.com>
5616
5617 * gdb.base/completion.exp: Move TUI completion tests to ...
5618 * gdb.tui/completion.exp: ... this new file.
5619
5620 2017-03-08 Pedro Alves <palves@redhat.com>
5621
5622 * gdb.base/tui-disasm-long-lines.c,
5623 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5624 gdb.base/tui-layout.exp: Move to ...
5625 * gdb.tui/: ... this new directory.
5626
5627 2017-03-07 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.base/tui-layout.c: New file.
5630 * gdb.base/tui-layout.exp: New file.
5631
5632 2017-03-07 Pedro Alves <palves@redhat.com>
5633
5634 * gdb.base/tui-layout.c: Rename to ...
5635 * gdb.base/tui-disasm-long-lines.c: ... this.
5636 * gdb.base/tui-layout.exp: Rename to ...
5637 * gdb.base/tui-disasm-long-lines.exp: ... this.
5638
5639 2017-03-07 Pedro Alves <palves@redhat.com>
5640
5641 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5642
5643 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5644
5645 * i386-mpx-call.c: New file.
5646 * i386-mpx-call.exp: New file.
5647
5648 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5649
5650 * gdb.arch/powerpc-power.exp: Delete test.
5651 * gdb.arch/powerpc-power.s: Likewise.
5652 * gdb.disasm/disassembler-options.exp: New test.
5653 * gdb.arch/powerpc-altivec.exp: Likewise.
5654 * gdb.arch/powerpc-altivec.s: Likewise.
5655 * gdb.arch/powerpc-altivec2.exp: Likewise.
5656 * gdb.arch/powerpc-altivec2.s: Likewise.
5657 * gdb.arch/powerpc-altivec3.exp: Likewise.
5658 * gdb.arch/powerpc-altivec3.s: Likewise.
5659 * gdb.arch/powerpc-power7.exp: Likewise.
5660 * gdb.arch/powerpc-power7.s: Likewise.
5661 * gdb.arch/powerpc-power8.exp: Likewise.
5662 * gdb.arch/powerpc-power8.s: Likewise.
5663 * gdb.arch/powerpc-power9.exp: Likewise.
5664 * gdb.arch/powerpc-power9.s: Likewise.
5665 * gdb.arch/powerpc-vsx.exp: Likewise.
5666 * gdb.arch/powerpc-vsx.s: Likewise.
5667 * gdb.arch/powerpc-vsx2.exp: Likewise.
5668 * gdb.arch/powerpc-vsx2.s: Likewise.
5669 * gdb.arch/powerpc-vsx3.exp: Likewise.
5670 * gdb.arch/powerpc-vsx3.s: Likewise.
5671 * gdb.arch/arm-disassembler-options.exp: Likewise.
5672 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5673 * gdb.arch/s390-disassembler-options.exp: Likewise.
5674
5675 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5676
5677 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5678 (check_supported_features): ... this. Changed return type to void.
5679 (supports_rdseed): New static global.
5680 (rdseed): Check supports_rdseed.
5681 (initialize): Call check_supported_features.
5682
5683 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5684
5685 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5686 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5687 and lqarx/stqcx.
5688 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5689 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5690
5691 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5692
5693 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5694 uppercase.
5695
5696 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5697
5698 * gdb.dwarf2/formdata16.c: New file.
5699 * gdb.dwarf2/formdata16.exp: New file.
5700 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5701
5702 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5703
5704 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5705 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5706 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5707 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5708 DW_AT_GNU_*.
5709
5710 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5711
5712 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5713
5714 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5715
5716 PR gdb/21164
5717 * gdb.base/maint.exp: Add testcases for when the commands do
5718 not have arguments.
5719
5720 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5721
5722 * gdb.cp/chained-calls.exp: Use p instead of P.
5723
5724 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5725
5726 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5727 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5728
5729 2017-02-14 Tom Tromey <tom@tromey.com>
5730
5731 PR python/13598:
5732 * gdb.python/py-events.exp: Add before_prompt event tests.
5733
5734 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5735
5736 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5737
5738 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5739
5740 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5741 (main): Call my_unique_function_name.
5742 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5743 completion of patterns with a single match.
5744 Add missing -re switches to gdb_test_multiple calls.
5745
5746 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5747
5748 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5749 return if core file is not recognized.
5750
5751 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5752
5753 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5754 and extra UIs.
5755
5756 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5757
5758 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5759 proc_with_prefix.
5760
5761 2017-02-10 Tom Tromey <tom@tromey.com>
5762
5763 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5764
5765 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5766
5767 PR gdb/21122
5768 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5769
5770 2017-02-08 Jerome Guitton <guitton@adacore.com>
5771
5772 * gdb.base/define.exp: Add test for command abbreviations
5773 in define.
5774
5775 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5776
5777 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5778 * gdb.reverse/insn-reverse-x86.c: New file.
5779
5780 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5781
5782 PR tdep/20936
5783 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5784
5785 2017-02-03 Tom Tromey <tom@tromey.com>
5786
5787 PR rust/21097:
5788 * gdb.rust/simple.exp: Add new tests.
5789
5790 2017-02-02 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5793 tests.
5794
5795 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5796
5797 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5798 taking a 2-byte value out of a 4-byte DWARF implicit value on
5799 big-endian targets.
5800 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5801 logic. Add test cases for DW_OP_implicit.
5802
5803 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5804
5805 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5806
5807 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5808
5809 * gdb.btrace/enable.exp: Call gdb_exit before
5810 skip_gdbserver_tests.
5811
5812 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5813
5814 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5815 GDBFLAGS.
5816
5817 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5818
5819 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5820 the test is skipped.
5821 * gdb.btrace/data.exp: Likewise.
5822 * gdb.btrace/delta.exp: Likewise.
5823 * gdb.btrace/dlopen.exp: Likewise.
5824 * gdb.btrace/enable-running.exp: Likewise.
5825 * gdb.btrace/enable.exp: Likewise.
5826 * gdb.btrace/exception.exp: Likewise.
5827 * gdb.btrace/function_call_history.exp: Likewise.
5828 * gdb.btrace/gcore.exp: Likewise.
5829 * gdb.btrace/instruction_history.exp: Likewise.
5830 * gdb.btrace/multi-thread-step.exp: Likewise.
5831 * gdb.btrace/nohist.exp: Likewise.
5832 * gdb.btrace/non-stop.exp: Likewise.
5833 * gdb.btrace/reconnect.exp: Likewise.
5834 * gdb.btrace/record_goto-step.exp: Likewise.
5835 * gdb.btrace/record_goto.exp: Likewise.
5836 * gdb.btrace/rn-dl-bind.exp: Likewise.
5837 * gdb.btrace/segv.exp: Likewise.
5838 * gdb.btrace/step.exp: Likewise.
5839 * gdb.btrace/stepi.exp: Likewise.
5840 * gdb.btrace/tailcall-only.exp: Likewise.
5841 * gdb.btrace/tailcall.exp: Likewise.
5842 * gdb.btrace/tsx.exp: Likewise.
5843 * gdb.btrace/unknown_functions.exp: Likewise.
5844 * gdb.btrace/vdso.exp: Likewise.
5845
5846 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5847
5848 * gdb.btrace/enable-running.c: New.
5849 * gdb.btrace/enable-running.exp: New.
5850
5851 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5852
5853 * gdb.arch/amd64-gs_base.c: New file.
5854 * gdb.arch/amd64-gs_base.exp: New file.
5855
5856 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5857
5858 * lib/memory.exp: Remove spurious empty newlines.
5859
5860 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5861
5862 * gdb.python/py-bad-printers.exp: Load python file using "source".
5863 * gdb.python/py-events.exp: Likewise.
5864 * gdb.python/py-evsignal.exp: Likewise.
5865 * gdb.python/py-evthreads.exp: Likewise.
5866 * gdb.python/py-frame-args.exp: Likewise.
5867 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5868 * gdb.python/py-framefilter-mi.exp: Likewise.
5869 * gdb.python/py-framefilter.exp: Likewise.
5870 * gdb.python/py-mi.exp: Likewise.
5871 * gdb.python/py-pp-maint.exp: Likewise.
5872 * gdb.python/py-pp-registration.exp: Likewise.
5873 * gdb.python/py-prettyprint.exp: Likewise.
5874 (run_lang_tests): Likewise.
5875 * gdb.python/py-typeprint.exp: Likewise.
5876
5877 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5878
5879 * lib/memory.exp: New file.
5880 * lib/gdb.exp: Load memory.exp.
5881 * gdb.base/memattr.exp (delete_memory): Move proc to
5882 lib/memory.exp and rename to delete_memory_regions.
5883 Replace delete_memory with delete_memory_regions.
5884 Cleanup memory regions before tests.
5885 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5886 before tests.
5887
5888 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5889
5890 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5891 files.
5892 (initialize): New function conditionally defined.
5893 (testcases): Move within conditional block.
5894 (main): Call initialize.
5895 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5896 of gdb.reverse/insn-reverse.c.
5897 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5898 gdb.reverse/insn-reverse.c.
5899
5900 2017-01-26 Yao Qi <yao.qi@linaro.org>
5901
5902 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5903 disassemble on address 0.
5904
5905 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5906 Yao Qi <yao.qi@linaro.org>
5907
5908 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5909 * gdb.dwarf2/implptr-64bit.S: Remove.
5910 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5911 variables in caller's context. Add DW_OP_implicit_value.
5912
5913 2017-01-25 Yao Qi <yao.qi@linaro.org>
5914
5915 * lib/dwarf.exp (Dwarf::_location): Handle
5916 DW_OP_GNU_implicit_pointer with proper size.
5917
5918 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5919
5920 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5921 and add untested calls.
5922
5923 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5924
5925 * gdb.python/python.exp: Check line number against what GDB thinks
5926 the line number is for func1.
5927
5928 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5929
5930 * gdb.dlang/debug-expr.exp: New file.
5931
5932 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5933
5934 Fix test names for the following files:
5935
5936 * gdb.ada/exec_changed.exp
5937 * gdb.ada/info_types.exp
5938 * gdb.arch/aarch64-atomic-inst.exp
5939 * gdb.arch/aarch64-fp.exp
5940 * gdb.arch/altivec-abi.exp
5941 * gdb.arch/altivec-regs.exp
5942 * gdb.arch/amd64-byte.exp
5943 * gdb.arch/amd64-disp-step.exp
5944 * gdb.arch/amd64-dword.exp
5945 * gdb.arch/amd64-entry-value-inline.exp
5946 * gdb.arch/amd64-entry-value-param.exp
5947 * gdb.arch/amd64-entry-value-paramref.exp
5948 * gdb.arch/amd64-entry-value.exp
5949 * gdb.arch/amd64-i386-address.exp
5950 * gdb.arch/amd64-invalid-stack-middle.exp
5951 * gdb.arch/amd64-invalid-stack-top.exp
5952 * gdb.arch/amd64-optimout-repeat.exp
5953 * gdb.arch/amd64-prologue-skip.exp
5954 * gdb.arch/amd64-prologue-xmm.exp
5955 * gdb.arch/amd64-stap-special-operands.exp
5956 * gdb.arch/amd64-stap-wrong-subexp.exp
5957 * gdb.arch/amd64-tailcall-cxx.exp
5958 * gdb.arch/amd64-tailcall-noret.exp
5959 * gdb.arch/amd64-tailcall-ret.exp
5960 * gdb.arch/amd64-tailcall-self.exp
5961 * gdb.arch/amd64-word.exp
5962 * gdb.arch/arm-bl-branch-dest.exp
5963 * gdb.arch/arm-disp-step.exp
5964 * gdb.arch/arm-neon.exp
5965 * gdb.arch/arm-single-step-kernel-helper.exp
5966 * gdb.arch/avr-flash-qualifier.exp
5967 * gdb.arch/disp-step-insn-reloc.exp
5968 * gdb.arch/e500-abi.exp
5969 * gdb.arch/e500-regs.exp
5970 * gdb.arch/ftrace-insn-reloc.exp
5971 * gdb.arch/i386-avx512.exp
5972 * gdb.arch/i386-bp_permanent.exp
5973 * gdb.arch/i386-byte.exp
5974 * gdb.arch/i386-cfi-notcurrent.exp
5975 * gdb.arch/i386-disp-step.exp
5976 * gdb.arch/i386-dr3-watch.exp
5977 * gdb.arch/i386-float.exp
5978 * gdb.arch/i386-gnu-cfi.exp
5979 * gdb.arch/i386-mpx-map.exp
5980 * gdb.arch/i386-mpx-sigsegv.exp
5981 * gdb.arch/i386-mpx-simple_segv.exp
5982 * gdb.arch/i386-mpx.exp
5983 * gdb.arch/i386-permbkpt.exp
5984 * gdb.arch/i386-prologue.exp
5985 * gdb.arch/i386-signal.exp
5986 * gdb.arch/i386-size-overlap.exp
5987 * gdb.arch/i386-unwind.exp
5988 * gdb.arch/i386-word.exp
5989 * gdb.arch/mips-fcr.exp
5990 * gdb.arch/powerpc-d128-regs.exp
5991 * gdb.arch/powerpc-stackless.exp
5992 * gdb.arch/ppc64-atomic-inst.exp
5993 * gdb.arch/s390-stackless.exp
5994 * gdb.arch/s390-tdbregs.exp
5995 * gdb.arch/s390-vregs.exp
5996 * gdb.arch/sparc-sysstep.exp
5997 * gdb.arch/thumb-bx-pc.exp
5998 * gdb.arch/thumb-singlestep.exp
5999 * gdb.arch/thumb2-it.exp
6000 * gdb.arch/vsx-regs.exp
6001 * gdb.asm/asm-source.exp
6002 * gdb.base/a2-run.exp
6003 * gdb.base/advance.exp
6004 * gdb.base/all-bin.exp
6005 * gdb.base/anon.exp
6006 * gdb.base/args.exp
6007 * gdb.base/arithmet.exp
6008 * gdb.base/async-shell.exp
6009 * gdb.base/async.exp
6010 * gdb.base/attach-pie-noexec.exp
6011 * gdb.base/attach-twice.exp
6012 * gdb.base/auto-load.exp
6013 * gdb.base/bang.exp
6014 * gdb.base/bitfields.exp
6015 * gdb.base/break-always.exp
6016 * gdb.base/break-caller-line.exp
6017 * gdb.base/break-entry.exp
6018 * gdb.base/break-inline.exp
6019 * gdb.base/break-on-linker-gcd-function.exp
6020 * gdb.base/break-probes.exp
6021 * gdb.base/break.exp
6022 * gdb.base/breakpoint-shadow.exp
6023 * gdb.base/call-ar-st.exp
6024 * gdb.base/call-sc.exp
6025 * gdb.base/call-signal-resume.exp
6026 * gdb.base/call-strs.exp
6027 * gdb.base/callfuncs.exp
6028 * gdb.base/catch-fork-static.exp
6029 * gdb.base/catch-gdb-caused-signals.exp
6030 * gdb.base/catch-load.exp
6031 * gdb.base/catch-signal-fork.exp
6032 * gdb.base/catch-signal.exp
6033 * gdb.base/catch-syscall.exp
6034 * gdb.base/charset.exp
6035 * gdb.base/checkpoint.exp
6036 * gdb.base/chng-syms.exp
6037 * gdb.base/code-expr.exp
6038 * gdb.base/code_elim.exp
6039 * gdb.base/commands.exp
6040 * gdb.base/completion.exp
6041 * gdb.base/complex.exp
6042 * gdb.base/cond-expr.exp
6043 * gdb.base/condbreak.exp
6044 * gdb.base/consecutive.exp
6045 * gdb.base/continue-all-already-running.exp
6046 * gdb.base/coredump-filter.exp
6047 * gdb.base/corefile.exp
6048 * gdb.base/dbx.exp
6049 * gdb.base/debug-expr.exp
6050 * gdb.base/define.exp
6051 * gdb.base/del.exp
6052 * gdb.base/disabled-location.exp
6053 * gdb.base/disasm-end-cu.exp
6054 * gdb.base/disasm-optim.exp
6055 * gdb.base/display.exp
6056 * gdb.base/duplicate-bp.exp
6057 * gdb.base/ena-dis-br.exp
6058 * gdb.base/ending-run.exp
6059 * gdb.base/enumval.exp
6060 * gdb.base/environ.exp
6061 * gdb.base/eu-strip-infcall.exp
6062 * gdb.base/eval-avoid-side-effects.exp
6063 * gdb.base/eval-skip.exp
6064 * gdb.base/exitsignal.exp
6065 * gdb.base/expand-psymtabs.exp
6066 * gdb.base/filesym.exp
6067 * gdb.base/find-unmapped.exp
6068 * gdb.base/finish.exp
6069 * gdb.base/float.exp
6070 * gdb.base/foll-exec-mode.exp
6071 * gdb.base/foll-exec.exp
6072 * gdb.base/foll-fork.exp
6073 * gdb.base/fortran-sym-case.exp
6074 * gdb.base/freebpcmd.exp
6075 * gdb.base/func-ptr.exp
6076 * gdb.base/func-ptrs.exp
6077 * gdb.base/funcargs.exp
6078 * gdb.base/gcore-buffer-overflow.exp
6079 * gdb.base/gcore-relro-pie.exp
6080 * gdb.base/gcore-relro.exp
6081 * gdb.base/gcore.exp
6082 * gdb.base/gdb1090.exp
6083 * gdb.base/gdb11530.exp
6084 * gdb.base/gdb11531.exp
6085 * gdb.base/gdb1821.exp
6086 * gdb.base/gdbindex-stabs.exp
6087 * gdb.base/gdbvars.exp
6088 * gdb.base/hbreak.exp
6089 * gdb.base/hbreak2.exp
6090 * gdb.base/included.exp
6091 * gdb.base/infcall-input.exp
6092 * gdb.base/inferior-died.exp
6093 * gdb.base/infnan.exp
6094 * gdb.base/info-macros.exp
6095 * gdb.base/info-os.exp
6096 * gdb.base/info-proc.exp
6097 * gdb.base/info-shared.exp
6098 * gdb.base/info-target.exp
6099 * gdb.base/infoline.exp
6100 * gdb.base/interp.exp
6101 * gdb.base/interrupt.exp
6102 * gdb.base/jit-reader.exp
6103 * gdb.base/jit-simple.exp
6104 * gdb.base/kill-after-signal.exp
6105 * gdb.base/kill-detach-inferiors-cmd.exp
6106 * gdb.base/label.exp
6107 * gdb.base/langs.exp
6108 * gdb.base/ldbl_e308.exp
6109 * gdb.base/line-symtabs.exp
6110 * gdb.base/linespecs.exp
6111 * gdb.base/list.exp
6112 * gdb.base/long_long.exp
6113 * gdb.base/longest-types.exp
6114 * gdb.base/maint.exp
6115 * gdb.base/max-value-size.exp
6116 * gdb.base/memattr.exp
6117 * gdb.base/mips_pro.exp
6118 * gdb.base/morestack.exp
6119 * gdb.base/moribund-step.exp
6120 * gdb.base/multi-forks.exp
6121 * gdb.base/nested-addr.exp
6122 * gdb.base/nextoverexit.exp
6123 * gdb.base/noreturn-finish.exp
6124 * gdb.base/noreturn-return.exp
6125 * gdb.base/nostdlib.exp
6126 * gdb.base/offsets.exp
6127 * gdb.base/opaque.exp
6128 * gdb.base/pc-fp.exp
6129 * gdb.base/permissions.exp
6130 * gdb.base/print-symbol-loading.exp
6131 * gdb.base/prologue-include.exp
6132 * gdb.base/psymtab.exp
6133 * gdb.base/ptype.exp
6134 * gdb.base/random-signal.exp
6135 * gdb.base/randomize.exp
6136 * gdb.base/range-stepping.exp
6137 * gdb.base/readline-ask.exp
6138 * gdb.base/recpar.exp
6139 * gdb.base/recurse.exp
6140 * gdb.base/relational.exp
6141 * gdb.base/restore.exp
6142 * gdb.base/return-nodebug.exp
6143 * gdb.base/return.exp
6144 * gdb.base/run-after-attach.exp
6145 * gdb.base/save-bp.exp
6146 * gdb.base/scope.exp
6147 * gdb.base/sect-cmd.exp
6148 * gdb.base/set-lang-auto.exp
6149 * gdb.base/set-noassign.exp
6150 * gdb.base/setvar.exp
6151 * gdb.base/sigall.exp
6152 * gdb.base/sigbpt.exp
6153 * gdb.base/siginfo-addr.exp
6154 * gdb.base/siginfo-infcall.exp
6155 * gdb.base/siginfo-obj.exp
6156 * gdb.base/siginfo.exp
6157 * gdb.base/signals-state-child.exp
6158 * gdb.base/signest.exp
6159 * gdb.base/sigstep.exp
6160 * gdb.base/sizeof.exp
6161 * gdb.base/skip.exp
6162 * gdb.base/solib-corrupted.exp
6163 * gdb.base/solib-nodir.exp
6164 * gdb.base/solib-search.exp
6165 * gdb.base/stack-checking.exp
6166 * gdb.base/stale-infcall.exp
6167 * gdb.base/stap-probe.exp
6168 * gdb.base/start.exp
6169 * gdb.base/step-break.exp
6170 * gdb.base/step-bt.exp
6171 * gdb.base/step-line.exp
6172 * gdb.base/step-over-exit.exp
6173 * gdb.base/step-over-syscall.exp
6174 * gdb.base/step-resume-infcall.exp
6175 * gdb.base/step-test.exp
6176 * gdb.base/store.exp
6177 * gdb.base/structs3.exp
6178 * gdb.base/sym-file.exp
6179 * gdb.base/symbol-without-target_section.exp
6180 * gdb.base/term.exp
6181 * gdb.base/testenv.exp
6182 * gdb.base/ui-redirect.exp
6183 * gdb.base/until.exp
6184 * gdb.base/unwindonsignal.exp
6185 * gdb.base/value-double-free.exp
6186 * gdb.base/vla-datatypes.exp
6187 * gdb.base/vla-ptr.exp
6188 * gdb.base/vla-sideeffect.exp
6189 * gdb.base/volatile.exp
6190 * gdb.base/watch-cond-infcall.exp
6191 * gdb.base/watch-cond.exp
6192 * gdb.base/watch-non-mem.exp
6193 * gdb.base/watch-read.exp
6194 * gdb.base/watch-vfork.exp
6195 * gdb.base/watchpoint-cond-gone.exp
6196 * gdb.base/watchpoint-delete.exp
6197 * gdb.base/watchpoint-hw-hit-once.exp
6198 * gdb.base/watchpoint-hw.exp
6199 * gdb.base/watchpoint-stops-at-right-insn.exp
6200 * gdb.base/watchpoints.exp
6201 * gdb.base/wchar.exp
6202 * gdb.base/whatis-exp.exp
6203 * gdb.btrace/buffer-size.exp
6204 * gdb.btrace/data.exp
6205 * gdb.btrace/delta.exp
6206 * gdb.btrace/dlopen.exp
6207 * gdb.btrace/enable.exp
6208 * gdb.btrace/exception.exp
6209 * gdb.btrace/function_call_history.exp
6210 * gdb.btrace/gcore.exp
6211 * gdb.btrace/instruction_history.exp
6212 * gdb.btrace/nohist.exp
6213 * gdb.btrace/reconnect.exp
6214 * gdb.btrace/record_goto-step.exp
6215 * gdb.btrace/record_goto.exp
6216 * gdb.btrace/rn-dl-bind.exp
6217 * gdb.btrace/segv.exp
6218 * gdb.btrace/step.exp
6219 * gdb.btrace/stepi.exp
6220 * gdb.btrace/tailcall-only.exp
6221 * gdb.btrace/tailcall.exp
6222 * gdb.btrace/tsx.exp
6223 * gdb.btrace/unknown_functions.exp
6224 * gdb.btrace/vdso.exp
6225 * gdb.compile/compile-ifunc.exp
6226 * gdb.compile/compile-ops.exp
6227 * gdb.compile/compile-print.exp
6228 * gdb.compile/compile-setjmp.exp
6229 * gdb.cp/abstract-origin.exp
6230 * gdb.cp/ambiguous.exp
6231 * gdb.cp/annota2.exp
6232 * gdb.cp/annota3.exp
6233 * gdb.cp/anon-ns.exp
6234 * gdb.cp/anon-struct.exp
6235 * gdb.cp/anon-union.exp
6236 * gdb.cp/arg-reference.exp
6237 * gdb.cp/baseenum.exp
6238 * gdb.cp/bool.exp
6239 * gdb.cp/breakpoint.exp
6240 * gdb.cp/bs15503.exp
6241 * gdb.cp/call-c.exp
6242 * gdb.cp/casts.exp
6243 * gdb.cp/chained-calls.exp
6244 * gdb.cp/class2.exp
6245 * gdb.cp/classes.exp
6246 * gdb.cp/cmpd-minsyms.exp
6247 * gdb.cp/converts.exp
6248 * gdb.cp/cp-relocate.exp
6249 * gdb.cp/cpcompletion.exp
6250 * gdb.cp/cpexprs.exp
6251 * gdb.cp/cplabel.exp
6252 * gdb.cp/cplusfuncs.exp
6253 * gdb.cp/cpsizeof.exp
6254 * gdb.cp/ctti.exp
6255 * gdb.cp/derivation.exp
6256 * gdb.cp/destrprint.exp
6257 * gdb.cp/dispcxx.exp
6258 * gdb.cp/enum-class.exp
6259 * gdb.cp/exception.exp
6260 * gdb.cp/exceptprint.exp
6261 * gdb.cp/expand-psymtabs-cxx.exp
6262 * gdb.cp/expand-sals.exp
6263 * gdb.cp/extern-c.exp
6264 * gdb.cp/filename.exp
6265 * gdb.cp/formatted-ref.exp
6266 * gdb.cp/fpointer.exp
6267 * gdb.cp/gdb1355.exp
6268 * gdb.cp/gdb2495.exp
6269 * gdb.cp/hang.exp
6270 * gdb.cp/impl-this.exp
6271 * gdb.cp/infcall-dlopen.exp
6272 * gdb.cp/inherit.exp
6273 * gdb.cp/iostream.exp
6274 * gdb.cp/koenig.exp
6275 * gdb.cp/local.exp
6276 * gdb.cp/m-data.exp
6277 * gdb.cp/m-static.exp
6278 * gdb.cp/mb-ctor.exp
6279 * gdb.cp/mb-inline.exp
6280 * gdb.cp/mb-templates.exp
6281 * gdb.cp/member-name.exp
6282 * gdb.cp/member-ptr.exp
6283 * gdb.cp/meth-typedefs.exp
6284 * gdb.cp/method.exp
6285 * gdb.cp/method2.exp
6286 * gdb.cp/minsym-fallback.exp
6287 * gdb.cp/misc.exp
6288 * gdb.cp/namelessclass.exp
6289 * gdb.cp/namespace-enum.exp
6290 * gdb.cp/namespace-nested-import.exp
6291 * gdb.cp/namespace.exp
6292 * gdb.cp/nextoverthrow.exp
6293 * gdb.cp/no-dmgl-verbose.exp
6294 * gdb.cp/non-trivial-retval.exp
6295 * gdb.cp/noparam.exp
6296 * gdb.cp/nsdecl.exp
6297 * gdb.cp/nsimport.exp
6298 * gdb.cp/nsnested.exp
6299 * gdb.cp/nsnoimports.exp
6300 * gdb.cp/nsrecurs.exp
6301 * gdb.cp/nsstress.exp
6302 * gdb.cp/nsusing.exp
6303 * gdb.cp/operator.exp
6304 * gdb.cp/oranking.exp
6305 * gdb.cp/overload-const.exp
6306 * gdb.cp/overload.exp
6307 * gdb.cp/ovldbreak.exp
6308 * gdb.cp/ovsrch.exp
6309 * gdb.cp/paren-type.exp
6310 * gdb.cp/parse-lang.exp
6311 * gdb.cp/pass-by-ref.exp
6312 * gdb.cp/pr-1023.exp
6313 * gdb.cp/pr-1210.exp
6314 * gdb.cp/pr-574.exp
6315 * gdb.cp/pr10687.exp
6316 * gdb.cp/pr12028.exp
6317 * gdb.cp/pr17132.exp
6318 * gdb.cp/pr17494.exp
6319 * gdb.cp/pr9067.exp
6320 * gdb.cp/pr9167.exp
6321 * gdb.cp/pr9631.exp
6322 * gdb.cp/printmethod.exp
6323 * gdb.cp/psmang.exp
6324 * gdb.cp/psymtab-parameter.exp
6325 * gdb.cp/ptype-cv-cp.exp
6326 * gdb.cp/ptype-flags.exp
6327 * gdb.cp/re-set-overloaded.exp
6328 * gdb.cp/ref-types.exp
6329 * gdb.cp/rtti.exp
6330 * gdb.cp/scope-err.exp
6331 * gdb.cp/shadow.exp
6332 * gdb.cp/smartp.exp
6333 * gdb.cp/static-method.exp
6334 * gdb.cp/static-print-quit.exp
6335 * gdb.cp/temargs.exp
6336 * gdb.cp/templates.exp
6337 * gdb.cp/try_catch.exp
6338 * gdb.cp/typedef-operator.exp
6339 * gdb.cp/typeid.exp
6340 * gdb.cp/userdef.exp
6341 * gdb.cp/using-crash.exp
6342 * gdb.cp/var-tag.exp
6343 * gdb.cp/virtbase.exp
6344 * gdb.cp/virtfunc.exp
6345 * gdb.cp/virtfunc2.exp
6346 * gdb.cp/vla-cxx.exp
6347 * gdb.disasm/t01_mov.exp
6348 * gdb.disasm/t02_mova.exp
6349 * gdb.disasm/t03_add.exp
6350 * gdb.disasm/t04_sub.exp
6351 * gdb.disasm/t05_cmp.exp
6352 * gdb.disasm/t06_ari2.exp
6353 * gdb.disasm/t07_ari3.exp
6354 * gdb.disasm/t08_or.exp
6355 * gdb.disasm/t09_xor.exp
6356 * gdb.disasm/t10_and.exp
6357 * gdb.disasm/t11_logs.exp
6358 * gdb.disasm/t12_bit.exp
6359 * gdb.disasm/t13_otr.exp
6360 * gdb.dlang/circular.exp
6361 * gdb.dwarf2/arr-stride.exp
6362 * gdb.dwarf2/arr-subrange.exp
6363 * gdb.dwarf2/atomic-type.exp
6364 * gdb.dwarf2/bad-regnum.exp
6365 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6366 * gdb.dwarf2/callframecfa.exp
6367 * gdb.dwarf2/clztest.exp
6368 * gdb.dwarf2/corrupt.exp
6369 * gdb.dwarf2/data-loc.exp
6370 * gdb.dwarf2/dup-psym.exp
6371 * gdb.dwarf2/dw2-anon-mptr.exp
6372 * gdb.dwarf2/dw2-anonymous-func.exp
6373 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6374 * gdb.dwarf2/dw2-bad-unresolved.exp
6375 * gdb.dwarf2/dw2-basic.exp
6376 * gdb.dwarf2/dw2-canonicalize-type.exp
6377 * gdb.dwarf2/dw2-case-insensitive.exp
6378 * gdb.dwarf2/dw2-common-block.exp
6379 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6380 * gdb.dwarf2/dw2-compressed.exp
6381 * gdb.dwarf2/dw2-const.exp
6382 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6383 * gdb.dwarf2/dw2-cu-size.exp
6384 * gdb.dwarf2/dw2-dup-frame.exp
6385 * gdb.dwarf2/dw2-entry-value.exp
6386 * gdb.dwarf2/dw2-icycle.exp
6387 * gdb.dwarf2/dw2-ifort-parameter.exp
6388 * gdb.dwarf2/dw2-inline-break.exp
6389 * gdb.dwarf2/dw2-inline-param.exp
6390 * gdb.dwarf2/dw2-intercu.exp
6391 * gdb.dwarf2/dw2-intermix.exp
6392 * gdb.dwarf2/dw2-lexical-block-bare.exp
6393 * gdb.dwarf2/dw2-linkage-name-trust.exp
6394 * gdb.dwarf2/dw2-minsym-in-cu.exp
6395 * gdb.dwarf2/dw2-noloc.exp
6396 * gdb.dwarf2/dw2-op-call.exp
6397 * gdb.dwarf2/dw2-op-out-param.exp
6398 * gdb.dwarf2/dw2-opt-structptr.exp
6399 * gdb.dwarf2/dw2-param-error.exp
6400 * gdb.dwarf2/dw2-producer.exp
6401 * gdb.dwarf2/dw2-ranges-base.exp
6402 * gdb.dwarf2/dw2-ref-missing-frame.exp
6403 * gdb.dwarf2/dw2-reg-undefined.exp
6404 * gdb.dwarf2/dw2-regno-invalid.exp
6405 * gdb.dwarf2/dw2-restore.exp
6406 * gdb.dwarf2/dw2-restrict.exp
6407 * gdb.dwarf2/dw2-single-line-discriminators.exp
6408 * gdb.dwarf2/dw2-strp.exp
6409 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6410 * gdb.dwarf2/dw2-unresolved.exp
6411 * gdb.dwarf2/dw2-var-zero-addr.exp
6412 * gdb.dwarf2/dw4-sig-types.exp
6413 * gdb.dwarf2/dwz.exp
6414 * gdb.dwarf2/dynarr-ptr.exp
6415 * gdb.dwarf2/enum-type.exp
6416 * gdb.dwarf2/gdb-index.exp
6417 * gdb.dwarf2/implptr-64bit.exp
6418 * gdb.dwarf2/implptr-optimized-out.exp
6419 * gdb.dwarf2/implptr.exp
6420 * gdb.dwarf2/implref-array.exp
6421 * gdb.dwarf2/implref-const.exp
6422 * gdb.dwarf2/implref-global.exp
6423 * gdb.dwarf2/implref-struct.exp
6424 * gdb.dwarf2/mac-fileno.exp
6425 * gdb.dwarf2/main-subprogram.exp
6426 * gdb.dwarf2/member-ptr-forwardref.exp
6427 * gdb.dwarf2/method-ptr.exp
6428 * gdb.dwarf2/missing-sig-type.exp
6429 * gdb.dwarf2/nonvar-access.exp
6430 * gdb.dwarf2/opaque-type-lookup.exp
6431 * gdb.dwarf2/pieces-optimized-out.exp
6432 * gdb.dwarf2/pieces.exp
6433 * gdb.dwarf2/pr10770.exp
6434 * gdb.dwarf2/pr13961.exp
6435 * gdb.dwarf2/staticvirtual.exp
6436 * gdb.dwarf2/subrange.exp
6437 * gdb.dwarf2/symtab-producer.exp
6438 * gdb.dwarf2/trace-crash.exp
6439 * gdb.dwarf2/typeddwarf.exp
6440 * gdb.dwarf2/valop.exp
6441 * gdb.dwarf2/watch-notconst.exp
6442 * gdb.fortran/array-element.exp
6443 * gdb.fortran/charset.exp
6444 * gdb.fortran/common-block.exp
6445 * gdb.fortran/complex.exp
6446 * gdb.fortran/derived-type-function.exp
6447 * gdb.fortran/derived-type.exp
6448 * gdb.fortran/logical.exp
6449 * gdb.fortran/module.exp
6450 * gdb.fortran/multi-dim.exp
6451 * gdb.fortran/nested-funcs.exp
6452 * gdb.fortran/print-formatted.exp
6453 * gdb.fortran/subarray.exp
6454 * gdb.fortran/vla-alloc-assoc.exp
6455 * gdb.fortran/vla-datatypes.exp
6456 * gdb.fortran/vla-history.exp
6457 * gdb.fortran/vla-ptr-info.exp
6458 * gdb.fortran/vla-ptype-sub.exp
6459 * gdb.fortran/vla-ptype.exp
6460 * gdb.fortran/vla-sizeof.exp
6461 * gdb.fortran/vla-type.exp
6462 * gdb.fortran/vla-value-sub-arbitrary.exp
6463 * gdb.fortran/vla-value-sub-finish.exp
6464 * gdb.fortran/vla-value-sub.exp
6465 * gdb.fortran/vla-value.exp
6466 * gdb.fortran/whatis_type.exp
6467 * gdb.go/chan.exp
6468 * gdb.go/handcall.exp
6469 * gdb.go/hello.exp
6470 * gdb.go/integers.exp
6471 * gdb.go/methods.exp
6472 * gdb.go/package.exp
6473 * gdb.go/strings.exp
6474 * gdb.go/types.exp
6475 * gdb.go/unsafe.exp
6476 * gdb.guile/scm-arch.exp
6477 * gdb.guile/scm-block.exp
6478 * gdb.guile/scm-breakpoint.exp
6479 * gdb.guile/scm-cmd.exp
6480 * gdb.guile/scm-disasm.exp
6481 * gdb.guile/scm-equal.exp
6482 * gdb.guile/scm-frame-args.exp
6483 * gdb.guile/scm-frame-inline.exp
6484 * gdb.guile/scm-frame.exp
6485 * gdb.guile/scm-iterator.exp
6486 * gdb.guile/scm-math.exp
6487 * gdb.guile/scm-objfile.exp
6488 * gdb.guile/scm-ports.exp
6489 * gdb.guile/scm-symbol.exp
6490 * gdb.guile/scm-symtab.exp
6491 * gdb.guile/scm-value-cc.exp
6492 * gdb.guile/types-module.exp
6493 * gdb.linespec/break-ask.exp
6494 * gdb.linespec/cpexplicit.exp
6495 * gdb.linespec/explicit.exp
6496 * gdb.linespec/keywords.exp
6497 * gdb.linespec/linespec.exp
6498 * gdb.linespec/ls-dollar.exp
6499 * gdb.linespec/ls-errs.exp
6500 * gdb.linespec/skip-two.exp
6501 * gdb.linespec/thread.exp
6502 * gdb.mi/mi-async.exp
6503 * gdb.mi/mi-basics.exp
6504 * gdb.mi/mi-break.exp
6505 * gdb.mi/mi-catch-load.exp
6506 * gdb.mi/mi-cli.exp
6507 * gdb.mi/mi-cmd-param-changed.exp
6508 * gdb.mi/mi-console.exp
6509 * gdb.mi/mi-detach.exp
6510 * gdb.mi/mi-disassemble.exp
6511 * gdb.mi/mi-eval.exp
6512 * gdb.mi/mi-file-transfer.exp
6513 * gdb.mi/mi-file.exp
6514 * gdb.mi/mi-fill-memory.exp
6515 * gdb.mi/mi-inheritance-syntax-error.exp
6516 * gdb.mi/mi-linespec-err-cp.exp
6517 * gdb.mi/mi-logging.exp
6518 * gdb.mi/mi-memory-changed.exp
6519 * gdb.mi/mi-read-memory.exp
6520 * gdb.mi/mi-record-changed.exp
6521 * gdb.mi/mi-reg-undefined.exp
6522 * gdb.mi/mi-regs.exp
6523 * gdb.mi/mi-return.exp
6524 * gdb.mi/mi-reverse.exp
6525 * gdb.mi/mi-simplerun.exp
6526 * gdb.mi/mi-solib.exp
6527 * gdb.mi/mi-stack.exp
6528 * gdb.mi/mi-stepi.exp
6529 * gdb.mi/mi-syn-frame.exp
6530 * gdb.mi/mi-until.exp
6531 * gdb.mi/mi-var-block.exp
6532 * gdb.mi/mi-var-child.exp
6533 * gdb.mi/mi-var-cmd.exp
6534 * gdb.mi/mi-var-cp.exp
6535 * gdb.mi/mi-var-display.exp
6536 * gdb.mi/mi-var-invalidate.exp
6537 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6538 * gdb.mi/mi-vla-fortran.exp
6539 * gdb.mi/mi-watch.exp
6540 * gdb.mi/mi2-var-child.exp
6541 * gdb.mi/user-selected-context-sync.exp
6542 * gdb.modula2/unbounded-array.exp
6543 * gdb.multi/dummy-frame-restore.exp
6544 * gdb.multi/multi-arch-exec.exp
6545 * gdb.multi/multi-arch.exp
6546 * gdb.multi/tids.exp
6547 * gdb.multi/watchpoint-multi.exp
6548 * gdb.opencl/callfuncs.exp
6549 * gdb.opencl/convs_casts.exp
6550 * gdb.opencl/datatypes.exp
6551 * gdb.opencl/operators.exp
6552 * gdb.opencl/vec_comps.exp
6553 * gdb.opt/clobbered-registers-O2.exp
6554 * gdb.opt/inline-break.exp
6555 * gdb.opt/inline-bt.exp
6556 * gdb.opt/inline-cmds.exp
6557 * gdb.opt/inline-locals.exp
6558 * gdb.pascal/case-insensitive-symbols.exp
6559 * gdb.pascal/floats.exp
6560 * gdb.pascal/gdb11492.exp
6561 * gdb.python/lib-types.exp
6562 * gdb.python/py-arch.exp
6563 * gdb.python/py-as-string.exp
6564 * gdb.python/py-bad-printers.exp
6565 * gdb.python/py-block.exp
6566 * gdb.python/py-breakpoint-create-fail.exp
6567 * gdb.python/py-breakpoint.exp
6568 * gdb.python/py-caller-is.exp
6569 * gdb.python/py-cmd.exp
6570 * gdb.python/py-explore-cc.exp
6571 * gdb.python/py-explore.exp
6572 * gdb.python/py-finish-breakpoint.exp
6573 * gdb.python/py-finish-breakpoint2.exp
6574 * gdb.python/py-frame-args.exp
6575 * gdb.python/py-frame-inline.exp
6576 * gdb.python/py-frame.exp
6577 * gdb.python/py-framefilter-mi.exp
6578 * gdb.python/py-infthread.exp
6579 * gdb.python/py-lazy-string.exp
6580 * gdb.python/py-linetable.exp
6581 * gdb.python/py-mi-events.exp
6582 * gdb.python/py-mi-objfile.exp
6583 * gdb.python/py-mi.exp
6584 * gdb.python/py-objfile.exp
6585 * gdb.python/py-pp-integral.exp
6586 * gdb.python/py-pp-maint.exp
6587 * gdb.python/py-pp-re-notag.exp
6588 * gdb.python/py-pp-registration.exp
6589 * gdb.python/py-recurse-unwind.exp
6590 * gdb.python/py-strfns.exp
6591 * gdb.python/py-symbol.exp
6592 * gdb.python/py-symtab.exp
6593 * gdb.python/py-sync-interp.exp
6594 * gdb.python/py-typeprint.exp
6595 * gdb.python/py-unwind-maint.exp
6596 * gdb.python/py-unwind.exp
6597 * gdb.python/py-value-cc.exp
6598 * gdb.python/py-xmethods.exp
6599 * gdb.reverse/amd64-tailcall-reverse.exp
6600 * gdb.reverse/break-precsave.exp
6601 * gdb.reverse/break-reverse.exp
6602 * gdb.reverse/consecutive-precsave.exp
6603 * gdb.reverse/consecutive-reverse.exp
6604 * gdb.reverse/finish-precsave.exp
6605 * gdb.reverse/finish-reverse-bkpt.exp
6606 * gdb.reverse/finish-reverse.exp
6607 * gdb.reverse/fstatat-reverse.exp
6608 * gdb.reverse/getresuid-reverse.exp
6609 * gdb.reverse/i386-precsave.exp
6610 * gdb.reverse/i386-reverse.exp
6611 * gdb.reverse/i386-sse-reverse.exp
6612 * gdb.reverse/i387-env-reverse.exp
6613 * gdb.reverse/i387-stack-reverse.exp
6614 * gdb.reverse/insn-reverse.exp
6615 * gdb.reverse/machinestate-precsave.exp
6616 * gdb.reverse/machinestate.exp
6617 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6618 * gdb.reverse/pipe-reverse.exp
6619 * gdb.reverse/readv-reverse.exp
6620 * gdb.reverse/recvmsg-reverse.exp
6621 * gdb.reverse/rerun-prec.exp
6622 * gdb.reverse/s390-mvcle.exp
6623 * gdb.reverse/step-precsave.exp
6624 * gdb.reverse/step-reverse.exp
6625 * gdb.reverse/time-reverse.exp
6626 * gdb.reverse/until-precsave.exp
6627 * gdb.reverse/until-reverse.exp
6628 * gdb.reverse/waitpid-reverse.exp
6629 * gdb.reverse/watch-precsave.exp
6630 * gdb.reverse/watch-reverse.exp
6631 * gdb.rust/generics.exp
6632 * gdb.rust/methods.exp
6633 * gdb.rust/modules.exp
6634 * gdb.rust/simple.exp
6635 * gdb.server/connect-with-no-symbol-file.exp
6636 * gdb.server/ext-attach.exp
6637 * gdb.server/ext-restart.exp
6638 * gdb.server/ext-wrapper.exp
6639 * gdb.server/file-transfer.exp
6640 * gdb.server/server-exec-info.exp
6641 * gdb.server/server-kill.exp
6642 * gdb.server/server-mon.exp
6643 * gdb.server/wrapper.exp
6644 * gdb.stabs/exclfwd.exp
6645 * gdb.stabs/gdb11479.exp
6646 * gdb.threads/clone-new-thread-event.exp
6647 * gdb.threads/corethreads.exp
6648 * gdb.threads/current-lwp-dead.exp
6649 * gdb.threads/dlopen-libpthread.exp
6650 * gdb.threads/gcore-thread.exp
6651 * gdb.threads/sigstep-threads.exp
6652 * gdb.threads/watchpoint-fork.exp
6653 * gdb.trace/actions-changed.exp
6654 * gdb.trace/backtrace.exp
6655 * gdb.trace/change-loc.exp
6656 * gdb.trace/circ.exp
6657 * gdb.trace/collection.exp
6658 * gdb.trace/disconnected-tracing.exp
6659 * gdb.trace/ftrace.exp
6660 * gdb.trace/mi-trace-frame-collected.exp
6661 * gdb.trace/mi-trace-unavailable.exp
6662 * gdb.trace/mi-traceframe-changed.exp
6663 * gdb.trace/mi-tsv-changed.exp
6664 * gdb.trace/no-attach-trace.exp
6665 * gdb.trace/passc-dyn.exp
6666 * gdb.trace/qtro.exp
6667 * gdb.trace/range-stepping.exp
6668 * gdb.trace/read-memory.exp
6669 * gdb.trace/save-trace.exp
6670 * gdb.trace/signal.exp
6671 * gdb.trace/status-stop.exp
6672 * gdb.trace/tfile.exp
6673 * gdb.trace/trace-break.exp
6674 * gdb.trace/trace-buffer-size.exp
6675 * gdb.trace/trace-condition.exp
6676 * gdb.trace/tracefile-pseudo-reg.exp
6677 * gdb.trace/tstatus.exp
6678 * gdb.trace/unavailable.exp
6679 * gdb.trace/while-dyn.exp
6680 * gdb.trace/while-stepping.exp
6681
6682 2016-12-22 Doug Evans <xdje42@gmail.com>
6683
6684 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6685 and msymbols.
6686
6687 2016-12-19 Yao Qi <yao.qi@linaro.org>
6688
6689 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6690 (test_with_self): Don't call do_steps_and_nexts, and remove
6691 code about stepping into xmalloc.
6692
6693 2016-12-09 Yao Qi <yao.qi@linaro.org>
6694
6695 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6696
6697 2016-12-09 Yao Qi <yao.qi@linaro.org>
6698
6699 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6700
6701 2016-12-09 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.base/all-architectures-0.exp: New file.
6704 * gdb.base/all-architectures-1.exp: New file.
6705 * gdb.base/all-architectures-2.exp: New file.
6706 * gdb.base/all-architectures-3.exp: New file.
6707 * gdb.base/all-architectures-4.exp: New file.
6708 * gdb.base/all-architectures-5.exp: New file.
6709 * gdb.base/all-architectures-6.exp: New file.
6710 * gdb.base/all-architectures-7.exp: New file.
6711 * gdb.base/all-architectures.exp.in: New file.
6712
6713 2016-12-09 Yao Qi <yao.qi@linaro.org>
6714
6715 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6716
6717 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6718
6719 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6720 possible.
6721 Remove useless pattern-matching code.
6722
6723 2016-12-02 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6726 procedure.
6727 (top level): Call it.
6728
6729 2016-12-02 Pedro Alves <palves@redhat.com>
6730
6731 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6732 New procedure.
6733 (top level): Call it.
6734
6735 2016-12-02 Pedro Alves <palves@redhat.com>
6736
6737 PR cli/20559
6738 * gdb.base/commands.exp (user_defined_command_args_eval): New
6739 procedure.
6740 (top level): Call it.
6741
6742 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6743
6744 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6745 timeout handling.
6746
6747 2016-12-02 Tom Tromey <tom@tromey.com>
6748
6749 * gdb.dwarf2/main-subprogram.c: New file.
6750 * gdb.dwarf2/main-subprogram.exp: New file.
6751
6752 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6753
6754 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6755 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6756 gdb_test_no_output for a couple of cases.
6757 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6758
6759 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6760
6761 Fix test names and standardize compilation error messages throughout
6762 the following files:
6763
6764 * gdb.ada/start.exp
6765 * gdb.arch/alpha-step.exp
6766 * gdb.arch/e500-prologue.exp
6767 * gdb.arch/ftrace-insn-reloc.exp
6768 * gdb.arch/gdb1291.exp
6769 * gdb.arch/gdb1431.exp
6770 * gdb.arch/gdb1558.exp
6771 * gdb.arch/i386-dr3-watch.exp
6772 * gdb.arch/i386-sse-stack-align.exp
6773 * gdb.arch/ia64-breakpoint-shadow.exp
6774 * gdb.arch/pa-nullify.exp
6775 * gdb.arch/powerpc-aix-prologue.exp
6776 * gdb.arch/thumb-bx-pc.exp
6777 * gdb.base/annota1.exp
6778 * gdb.base/annota3.exp
6779 * gdb.base/arrayidx.exp
6780 * gdb.base/assign.exp
6781 * gdb.base/attach.exp
6782 * gdb.base/auxv.exp
6783 * gdb.base/bang.exp
6784 * gdb.base/bfp-test.exp
6785 * gdb.base/bigcore.exp
6786 * gdb.base/bitfields2.exp
6787 * gdb.base/break-fun-addr.exp
6788 * gdb.base/break-probes.exp
6789 * gdb.base/call-rt-st.exp
6790 * gdb.base/callexit.exp
6791 * gdb.base/catch-fork-kill.exp
6792 * gdb.base/charset.exp
6793 * gdb.base/checkpoint.exp
6794 * gdb.base/comprdebug.exp
6795 * gdb.base/constvars.exp
6796 * gdb.base/coredump-filter.exp
6797 * gdb.base/cursal.exp
6798 * gdb.base/cvexpr.exp
6799 * gdb.base/detach.exp
6800 * gdb.base/display.exp
6801 * gdb.base/dmsym.exp
6802 * gdb.base/dprintf-pending.exp
6803 * gdb.base/dso2dso.exp
6804 * gdb.base/dtrace-probe.exp
6805 * gdb.base/dump.exp
6806 * gdb.base/enum_cond.exp
6807 * gdb.base/exe-lock.exp
6808 * gdb.base/exec-invalid-sysroot.exp
6809 * gdb.base/execl-update-breakpoints.exp
6810 * gdb.base/exprs.exp
6811 * gdb.base/fileio.exp
6812 * gdb.base/find.exp
6813 * gdb.base/finish.exp
6814 * gdb.base/fixsection.exp
6815 * gdb.base/foll-vfork.exp
6816 * gdb.base/frame-args.exp
6817 * gdb.base/gcore.exp
6818 * gdb.base/gdb1250.exp
6819 * gdb.base/global-var-nested-by-dso.exp
6820 * gdb.base/gnu-ifunc.exp
6821 * gdb.base/hashline1.exp
6822 * gdb.base/hashline2.exp
6823 * gdb.base/hashline3.exp
6824 * gdb.base/hbreak-in-shr-unsupported.exp
6825 * gdb.base/huge.exp
6826 * gdb.base/infcall-input.exp
6827 * gdb.base/info-fun.exp
6828 * gdb.base/info-shared.exp
6829 * gdb.base/jit-simple.exp
6830 * gdb.base/jit-so.exp
6831 * gdb.base/jit.exp
6832 * gdb.base/jump.exp
6833 * gdb.base/label.exp
6834 * gdb.base/lineinc.exp
6835 * gdb.base/logical.exp
6836 * gdb.base/longjmp.exp
6837 * gdb.base/macscp.exp
6838 * gdb.base/miscexprs.exp
6839 * gdb.base/new-ui-echo.exp
6840 * gdb.base/new-ui-pending-input.exp
6841 * gdb.base/new-ui.exp
6842 * gdb.base/nodebug.exp
6843 * gdb.base/nofield.exp
6844 * gdb.base/offsets.exp
6845 * gdb.base/overlays.exp
6846 * gdb.base/pending.exp
6847 * gdb.base/pointers.exp
6848 * gdb.base/pr11022.exp
6849 * gdb.base/printcmds.exp
6850 * gdb.base/prologue.exp
6851 * gdb.base/ptr-typedef.exp
6852 * gdb.base/realname-expand.exp
6853 * gdb.base/relativedebug.exp
6854 * gdb.base/relocate.exp
6855 * gdb.base/remote.exp
6856 * gdb.base/reread.exp
6857 * gdb.base/return2.exp
6858 * gdb.base/savedregs.exp
6859 * gdb.base/sep.exp
6860 * gdb.base/sepdebug.exp
6861 * gdb.base/sepsymtab.exp
6862 * gdb.base/set-inferior-tty.exp
6863 * gdb.base/setshow.exp
6864 * gdb.base/shlib-call.exp
6865 * gdb.base/sigaltstack.exp
6866 * gdb.base/siginfo-addr.exp
6867 * gdb.base/signals.exp
6868 * gdb.base/signull.exp
6869 * gdb.base/sigrepeat.exp
6870 * gdb.base/so-impl-ld.exp
6871 * gdb.base/solib-display.exp
6872 * gdb.base/solib-overlap.exp
6873 * gdb.base/solib-search.exp
6874 * gdb.base/solib-symbol.exp
6875 * gdb.base/structs.exp
6876 * gdb.base/structs2.exp
6877 * gdb.base/symtab-search-order.exp
6878 * gdb.base/twice.exp
6879 * gdb.base/unload.exp
6880 * gdb.base/varargs.exp
6881 * gdb.base/watchpoint-solib.exp
6882 * gdb.base/watchpoint.exp
6883 * gdb.base/whatis.exp
6884 * gdb.base/wrong_frame_bt_full.exp
6885 * gdb.btrace/dlopen.exp
6886 * gdb.cell/ea-standalone.exp
6887 * gdb.cell/ea-test.exp
6888 * gdb.cp/dispcxx.exp
6889 * gdb.cp/gdb2384.exp
6890 * gdb.cp/method2.exp
6891 * gdb.cp/nextoverthrow.exp
6892 * gdb.cp/pr10728.exp
6893 * gdb.disasm/am33.exp
6894 * gdb.disasm/h8300s.exp
6895 * gdb.disasm/mn10300.exp
6896 * gdb.disasm/sh3.exp
6897 * gdb.dwarf2/dw2-dir-file-name.exp
6898 * gdb.fortran/complex.exp
6899 * gdb.fortran/library-module.exp
6900 * gdb.guile/scm-pretty-print.exp
6901 * gdb.guile/scm-symbol.exp
6902 * gdb.guile/scm-type.exp
6903 * gdb.guile/scm-value.exp
6904 * gdb.linespec/linespec.exp
6905 * gdb.mi/gdb701.exp
6906 * gdb.mi/gdb792.exp
6907 * gdb.mi/mi-breakpoint-changed.exp
6908 * gdb.mi/mi-dprintf-pending.exp
6909 * gdb.mi/mi-dprintf.exp
6910 * gdb.mi/mi-exit-code.exp
6911 * gdb.mi/mi-pending.exp
6912 * gdb.mi/mi-solib.exp
6913 * gdb.mi/new-ui-mi-sync.exp
6914 * gdb.mi/pr11022.exp
6915 * gdb.mi/user-selected-context-sync.exp
6916 * gdb.opt/solib-intra-step.exp
6917 * gdb.python/py-events.exp
6918 * gdb.python/py-finish-breakpoint.exp
6919 * gdb.python/py-mi.exp
6920 * gdb.python/py-prettyprint.exp
6921 * gdb.python/py-shared.exp
6922 * gdb.python/py-symbol.exp
6923 * gdb.python/py-template.exp
6924 * gdb.python/py-type.exp
6925 * gdb.python/py-value.exp
6926 * gdb.reverse/solib-precsave.exp
6927 * gdb.reverse/solib-reverse.exp
6928 * gdb.server/solib-list.exp
6929 * gdb.stabs/weird.exp
6930 * gdb.threads/reconnect-signal.exp
6931 * gdb.threads/stepi-random-signal.exp
6932 * gdb.trace/actions.exp
6933 * gdb.trace/ax.exp
6934 * gdb.trace/backtrace.exp
6935 * gdb.trace/change-loc.exp
6936 * gdb.trace/deltrace.exp
6937 * gdb.trace/ftrace-lock.exp
6938 * gdb.trace/ftrace.exp
6939 * gdb.trace/infotrace.exp
6940 * gdb.trace/mi-tracepoint-changed.exp
6941 * gdb.trace/packetlen.exp
6942 * gdb.trace/passcount.exp
6943 * gdb.trace/pending.exp
6944 * gdb.trace/range-stepping.exp
6945 * gdb.trace/report.exp
6946 * gdb.trace/stap-trace.exp
6947 * gdb.trace/tfind.exp
6948 * gdb.trace/trace-break.exp
6949 * gdb.trace/trace-condition.exp
6950 * gdb.trace/trace-enable-disable.exp
6951 * gdb.trace/trace-mt.exp
6952 * gdb.trace/tracecmd.exp
6953 * gdb.trace/tspeed.exp
6954 * gdb.trace/tsv.exp
6955 * lib/perftest.exp
6956
6957 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6958
6959 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6960 with gdb_test_no_output.
6961 Use command as test name.
6962
6963 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6964
6965 Fix test names starting with uppercase throughout the files.
6966
6967 * gdb.ada/assign_1.exp
6968 * gdb.ada/boolean_expr.exp
6969 * gdb.base/arrayidx.exp
6970 * gdb.base/del.exp
6971 * gdb.base/gcore-buffer-overflow.exp
6972 * gdb.base/testenv.exp
6973 * gdb.compile/compile.exp
6974 * gdb.python/py-framefilter-invalidarg.exp
6975 * gdb.python/py-framefilter.exp
6976
6977 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6978
6979 Fix test names starting with uppercase throughout the files.
6980
6981 * gdb.ada/array_return.exp
6982 * gdb.ada/expr_delims.exp
6983 * gdb.ada/mi_dyn_arr.exp
6984 * gdb.ada/mi_interface.exp
6985 * gdb.ada/mi_var_array.exp
6986 * gdb.ada/watch_arg.exp
6987 * gdb.arch/alpha-step.exp
6988 * gdb.arch/altivec-regs.exp
6989 * gdb.arch/e500-regs.exp
6990 * gdb.arch/powerpc-d128-regs.exp
6991 * gdb.base/arrayidx.exp
6992 * gdb.base/break.exp
6993 * gdb.base/checkpoint.exp
6994 * gdb.base/debug-expr.exp
6995 * gdb.base/dmsym.exp
6996 * gdb.base/radix.exp
6997 * gdb.base/sepdebug.exp
6998 * gdb.base/testenv.exp
6999 * gdb.base/watch_thread_num.exp
7000 * gdb.base/watchpoint-cond-gone.exp
7001 * gdb.cell/break.exp
7002 * gdb.cell/ea-cache.exp
7003 * gdb.compile/compile.exp
7004 * gdb.cp/gdb2495.exp
7005 * gdb.gdb/selftest.exp
7006 * gdb.gdb/xfullpath.exp
7007 * gdb.go/hello.exp
7008 * gdb.go/integers.exp
7009 * gdb.objc/basicclass.exp
7010 * gdb.pascal/hello.exp
7011 * gdb.pascal/integers.exp
7012 * gdb.python/py-breakpoint.exp
7013 * gdb.python/py-cmd.exp
7014 * gdb.python/py-linetable.exp
7015 * gdb.python/py-xmethods.exp
7016 * gdb.python/python.exp
7017 * gdb.reverse/consecutive-precsave.exp
7018 * gdb.reverse/finish-precsave.exp
7019 * gdb.reverse/i386-precsave.exp
7020 * gdb.reverse/machinestate-precsave.exp
7021 * gdb.reverse/sigall-precsave.exp
7022 * gdb.reverse/solib-precsave.exp
7023 * gdb.reverse/step-precsave.exp
7024 * gdb.reverse/until-precsave.exp
7025 * gdb.reverse/watch-precsave.exp
7026 * gdb.threads/leader-exit.exp
7027 * gdb.threads/pthreads.exp
7028 * gdb.threads/wp-replication.exp
7029 * gdb.trace/actions.exp
7030 * gdb.trace/mi-tsv-changed.exp
7031 * gdb.trace/tsv.exp
7032
7033 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7034
7035 Fix test names starting with uppercase throughout the files.
7036
7037 * gdb.arch/i386-bp_permanent.exp
7038 * gdb.arch/i386-gnu-cfi.exp
7039 * gdb.base/disasm-end-cu.exp
7040 * gdb.base/macscp.exp
7041 * gdb.base/pending.exp
7042 * gdb.base/watch_thread_num.exp
7043 * gdb.cp/exception.exp
7044 * gdb.cp/gdb2495.exp
7045 * gdb.cp/local.exp
7046 * gdb.python/py-evsignal.exp
7047 * gdb.python/python.exp
7048 * gdb.trace/tracecmd.exp
7049
7050 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7051
7052 Fix test names starting with uppercase throughout the files.
7053
7054 * gdb.base/charset.exp
7055 * gdb.base/eval.exp
7056 * gdb.base/multi-forks.exp
7057 * gdb.guile/scm-progspace.exp
7058 * gdb.opencl/datatypes.exp
7059 * gdb.python/py-block.exp
7060 * gdb.python/py-function.exp
7061 * gdb.python/py-symbol.exp
7062 * gdb.python/py-symtab.exp
7063 * gdb.python/py-xmethods.exp
7064 * gdb.reverse/break-precsave.exp
7065 * gdb.reverse/break-reverse.exp
7066 * gdb.reverse/consecutive-precsave.exp
7067 * gdb.reverse/consecutive-reverse.exp
7068 * gdb.reverse/finish-precsave.exp
7069 * gdb.reverse/finish-reverse-bkpt.exp
7070 * gdb.reverse/finish-reverse.exp
7071 * gdb.reverse/fstatat-reverse.exp
7072 * gdb.reverse/getresuid-reverse.exp
7073 * gdb.reverse/i386-precsave.exp
7074 * gdb.reverse/i386-reverse.exp
7075 * gdb.reverse/i386-sse-reverse.exp
7076 * gdb.reverse/i387-stack-reverse.exp
7077 * gdb.reverse/insn-reverse.exp
7078 * gdb.reverse/machinestate-precsave.exp
7079 * gdb.reverse/machinestate.exp
7080 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7081 * gdb.reverse/pipe-reverse.exp
7082 * gdb.reverse/readv-reverse.exp
7083 * gdb.reverse/recvmsg-reverse.exp
7084 * gdb.reverse/rerun-prec.exp
7085 * gdb.reverse/s390-mvcle.exp
7086 * gdb.reverse/sigall-precsave.exp
7087 * gdb.reverse/sigall-reverse.exp
7088 * gdb.reverse/solib-precsave.exp
7089 * gdb.reverse/solib-reverse.exp
7090 * gdb.reverse/step-precsave.exp
7091 * gdb.reverse/step-reverse.exp
7092 * gdb.reverse/time-reverse.exp
7093 * gdb.reverse/until-precsave.exp
7094 * gdb.reverse/until-reverse.exp
7095 * gdb.reverse/waitpid-reverse.exp
7096 * gdb.reverse/watch-precsave.exp
7097 * gdb.reverse/watch-reverse.exp
7098
7099 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7100
7101 Fix test names starting with uppercase throughout the files.
7102
7103 * gdb.arch/i386-mpx-simple_segv.exp
7104 * gdb.arch/i386-mpx.exp
7105 * gdb.arch/i386-permbkpt.exp
7106 * gdb.arch/pa-nullify.exp
7107 * gdb.arch/powerpc-d128-regs.exp
7108 * gdb.arch/vsx-regs.exp
7109 * gdb.base/bfp-test.exp
7110 * gdb.base/break.exp
7111 * gdb.base/breakpoint-shadow.exp
7112 * gdb.base/callfuncs.exp
7113 * gdb.base/charset.exp
7114 * gdb.base/commands.exp
7115 * gdb.base/completion.exp
7116 * gdb.base/dfp-test.exp
7117 * gdb.base/echo.exp
7118 * gdb.base/ending-run.exp
7119 * gdb.base/eval.exp
7120 * gdb.base/expand-psymtabs.exp
7121 * gdb.base/float128.exp
7122 * gdb.base/floatn.exp
7123 * gdb.base/foll-exec-mode.exp
7124 * gdb.base/gdb1056.exp
7125 * gdb.base/gdb11531.exp
7126 * gdb.base/kill-after-signal.exp
7127 * gdb.base/multi-forks.exp
7128 * gdb.base/overlays.exp
7129 * gdb.base/pending.exp
7130 * gdb.base/sepdebug.exp
7131 * gdb.base/testenv.exp
7132 * gdb.base/valgrind-db-attach.exp
7133 * gdb.base/watch_thread_num.exp
7134 * gdb.base/watchpoint-cond-gone.exp
7135 * gdb.base/watchpoint.exp
7136 * gdb.base/watchpoints.exp
7137 * gdb.cp/arg-reference.exp
7138 * gdb.cp/baseenum.exp
7139 * gdb.cp/operator.exp
7140 * gdb.cp/shadow.exp
7141 * gdb.dwarf2/dw2-op-out-param.exp
7142 * gdb.dwarf2/dw2-reg-undefined.exp
7143 * gdb.go/chan.exp
7144 * gdb.go/hello.exp
7145 * gdb.go/integers.exp
7146 * gdb.go/methods.exp
7147 * gdb.go/package.exp
7148 * gdb.guile/scm-parameter.exp
7149 * gdb.guile/scm-progspace.exp
7150 * gdb.guile/scm-value.exp
7151 * gdb.mi/mi-pending.exp
7152 * gdb.mi/user-selected-context-sync.exp
7153 * gdb.multi/multi-attach.exp
7154 * gdb.multi/tids.exp
7155 * gdb.opt/clobbered-registers-O2.exp
7156 * gdb.pascal/floats.exp
7157 * gdb.pascal/integers.exp
7158 * gdb.python/py-block.exp
7159 * gdb.python/py-events.exp
7160 * gdb.python/py-parameter.exp
7161 * gdb.python/py-symbol.exp
7162 * gdb.python/py-symtab.exp
7163 * gdb.python/py-type.exp
7164 * gdb.python/py-value.exp
7165 * gdb.python/py-xmethods.exp
7166 * gdb.python/python.exp
7167 * gdb.reverse/break-precsave.exp
7168 * gdb.reverse/consecutive-precsave.exp
7169 * gdb.reverse/finish-precsave.exp
7170 * gdb.reverse/i386-precsave.exp
7171 * gdb.reverse/machinestate-precsave.exp
7172 * gdb.reverse/sigall-precsave.exp
7173 * gdb.reverse/solib-precsave.exp
7174 * gdb.reverse/step-precsave.exp
7175 * gdb.reverse/until-precsave.exp
7176 * gdb.reverse/watch-precsave.exp
7177 * gdb.server/ext-attach.exp
7178 * gdb.server/ext-restart.exp
7179 * gdb.server/ext-run.exp
7180 * gdb.server/ext-wrapper.exp
7181 * gdb.stabs/gdb11479.exp
7182 * gdb.stabs/weird.exp
7183 * gdb.threads/attach-many-short-lived-threads.exp
7184 * gdb.threads/kill.exp
7185 * gdb.threads/watchpoint-fork.exp
7186
7187 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7188
7189 Fix test names starting with uppercase throughout all the files below.
7190
7191 * gdb.ada/array_return.exp
7192 * gdb.ada/catch_ex.exp
7193 * gdb.ada/info_exc.exp
7194 * gdb.ada/mi_catch_ex.exp
7195 * gdb.ada/mi_dyn_arr.exp
7196 * gdb.ada/mi_ex_cond.exp
7197 * gdb.ada/mi_exc_info.exp
7198 * gdb.ada/mi_interface.exp
7199 * gdb.ada/mi_task_arg.exp
7200 * gdb.ada/mi_task_info.exp
7201 * gdb.ada/mi_var_array.exp
7202 * gdb.arch/alpha-step.exp
7203 * gdb.arch/amd64-disp-step.exp
7204 * gdb.arch/arm-disp-step.exp
7205 * gdb.arch/disp-step-insn-reloc.exp
7206 * gdb.arch/e500-prologue.exp
7207 * gdb.arch/ftrace-insn-reloc.exp
7208 * gdb.arch/gdb1558.exp
7209 * gdb.arch/i386-bp_permanent.exp
7210 * gdb.arch/i386-disp-step.exp
7211 * gdb.arch/i386-float.exp
7212 * gdb.arch/i386-gnu-cfi.exp
7213 * gdb.arch/ia64-breakpoint-shadow.exp
7214 * gdb.arch/mips16-thunks.exp
7215 * gdb.arch/pa-nullify.exp
7216 * gdb.arch/powerpc-aix-prologue.exp
7217 * gdb.arch/powerpc-power.exp
7218 * gdb.arch/ppc-dfp.exp
7219 * gdb.arch/s390-tdbregs.exp
7220 * gdb.arch/spu-info.exp
7221 * gdb.arch/spu-ls.exp
7222 * gdb.arch/thumb-bx-pc.exp
7223 * gdb.base/advance.exp
7224 * gdb.base/annota-input-while-running.exp
7225 * gdb.base/arrayidx.exp
7226 * gdb.base/asmlabel.exp
7227 * gdb.base/async.exp
7228 * gdb.base/attach-wait-input.exp
7229 * gdb.base/auto-connect-native-target.exp
7230 * gdb.base/batch-preserve-term-settings.exp
7231 * gdb.base/bfp-test.exp
7232 * gdb.base/bigcore.exp
7233 * gdb.base/bp-permanent.exp
7234 * gdb.base/break-always.exp
7235 * gdb.base/break-fun-addr.exp
7236 * gdb.base/break-idempotent.exp
7237 * gdb.base/break-main-file-remove-fail.exp
7238 * gdb.base/break-probes.exp
7239 * gdb.base/break-unload-file.exp
7240 * gdb.base/break.exp
7241 * gdb.base/call-ar-st.exp
7242 * gdb.base/call-rt-st.exp
7243 * gdb.base/call-sc.exp
7244 * gdb.base/call-signal-resume.exp
7245 * gdb.base/call-strs.exp
7246 * gdb.base/callexit.exp
7247 * gdb.base/callfuncs.exp
7248 * gdb.base/catch-gdb-caused-signals.exp
7249 * gdb.base/catch-signal-siginfo-cond.exp
7250 * gdb.base/catch-syscall.exp
7251 * gdb.base/compare-sections.exp
7252 * gdb.base/cond-eval-mode.exp
7253 * gdb.base/condbreak-call-false.exp
7254 * gdb.base/consecutive-step-over.exp
7255 * gdb.base/cursal.exp
7256 * gdb.base/disabled-location.exp
7257 * gdb.base/disasm-end-cu.exp
7258 * gdb.base/display.exp
7259 * gdb.base/double-prompt-target-event-error.exp
7260 * gdb.base/dprintf-bp-same-addr.exp
7261 * gdb.base/dprintf-detach.exp
7262 * gdb.base/dprintf-next.exp
7263 * gdb.base/dprintf-non-stop.exp
7264 * gdb.base/dprintf-pending.exp
7265 * gdb.base/dso2dso.exp
7266 * gdb.base/ending-run.exp
7267 * gdb.base/enum_cond.exp
7268 * gdb.base/examine-backward.exp
7269 * gdb.base/exe-lock.exp
7270 * gdb.base/exec-invalid-sysroot.exp
7271 * gdb.base/execl-update-breakpoints.exp
7272 * gdb.base/execution-termios.exp
7273 * gdb.base/fileio.exp
7274 * gdb.base/fixsection.exp
7275 * gdb.base/foll-exec-mode.exp
7276 * gdb.base/foll-exec.exp
7277 * gdb.base/fork-running-state.exp
7278 * gdb.base/frame-args.exp
7279 * gdb.base/fullpath-expand.exp
7280 * gdb.base/func-ptr.exp
7281 * gdb.base/gcore-relro-pie.exp
7282 * gdb.base/gdb1090.exp
7283 * gdb.base/gdb1555.exp
7284 * gdb.base/global-var-nested-by-dso.exp
7285 * gdb.base/gnu-ifunc.exp
7286 * gdb.base/hbreak-in-shr-unsupported.exp
7287 * gdb.base/hbreak-unmapped.exp
7288 * gdb.base/hook-stop.exp
7289 * gdb.base/infcall-input.exp
7290 * gdb.base/info-fun.exp
7291 * gdb.base/info-shared.exp
7292 * gdb.base/interrupt-noterm.exp
7293 * gdb.base/jit-so.exp
7294 * gdb.base/jit.exp
7295 * gdb.base/line-symtabs.exp
7296 * gdb.base/list.exp
7297 * gdb.base/longjmp.exp
7298 * gdb.base/macscp.exp
7299 * gdb.base/max-value-size.exp
7300 * gdb.base/nodebug.exp
7301 * gdb.base/nofield.exp
7302 * gdb.base/overlays.exp
7303 * gdb.base/paginate-after-ctrl-c-running.exp
7304 * gdb.base/paginate-bg-execution.exp
7305 * gdb.base/paginate-inferior-exit.exp
7306 * gdb.base/pending.exp
7307 * gdb.base/pr11022.exp
7308 * gdb.base/printcmds.exp
7309 * gdb.base/ptr-typedef.exp
7310 * gdb.base/ptype.exp
7311 * gdb.base/randomize.exp
7312 * gdb.base/range-stepping.exp
7313 * gdb.base/realname-expand.exp
7314 * gdb.base/relativedebug.exp
7315 * gdb.base/remote.exp
7316 * gdb.base/savedregs.exp
7317 * gdb.base/sepdebug.exp
7318 * gdb.base/set-noassign.exp
7319 * gdb.base/shlib-call.exp
7320 * gdb.base/shreloc.exp
7321 * gdb.base/sigaltstack.exp
7322 * gdb.base/sigbpt.exp
7323 * gdb.base/siginfo-addr.exp
7324 * gdb.base/siginfo-obj.exp
7325 * gdb.base/siginfo-thread.exp
7326 * gdb.base/signest.exp
7327 * gdb.base/signull.exp
7328 * gdb.base/sigrepeat.exp
7329 * gdb.base/skip.exp
7330 * gdb.base/so-impl-ld.exp
7331 * gdb.base/solib-corrupted.exp
7332 * gdb.base/solib-disc.exp
7333 * gdb.base/solib-display.exp
7334 * gdb.base/solib-overlap.exp
7335 * gdb.base/solib-search.exp
7336 * gdb.base/solib-symbol.exp
7337 * gdb.base/source-execution.exp
7338 * gdb.base/sss-bp-on-user-bp-2.exp
7339 * gdb.base/sss-bp-on-user-bp.exp
7340 * gdb.base/stack-checking.exp
7341 * gdb.base/stale-infcall.exp
7342 * gdb.base/step-break.exp
7343 * gdb.base/step-line.exp
7344 * gdb.base/step-over-exit.exp
7345 * gdb.base/step-test.exp
7346 * gdb.base/structs.exp
7347 * gdb.base/sym-file.exp
7348 * gdb.base/symtab-search-order.exp
7349 * gdb.base/term.exp
7350 * gdb.base/type-opaque.exp
7351 * gdb.base/unload.exp
7352 * gdb.base/until-nodebug.exp
7353 * gdb.base/until.exp
7354 * gdb.base/unwindonsignal.exp
7355 * gdb.base/watch-cond.exp
7356 * gdb.base/watch-non-mem.exp
7357 * gdb.base/watch_thread_num.exp
7358 * gdb.base/watchpoint-reuse-slot.exp
7359 * gdb.base/watchpoint-solib.exp
7360 * gdb.base/watchpoint.exp
7361 * gdb.btrace/dlopen.exp
7362 * gdb.cell/arch.exp
7363 * gdb.cell/break.exp
7364 * gdb.cell/bt.exp
7365 * gdb.cell/core.exp
7366 * gdb.cell/data.exp
7367 * gdb.cell/dwarfaddr.exp
7368 * gdb.cell/ea-cache.exp
7369 * gdb.cell/ea-standalone.exp
7370 * gdb.cell/ea-test.exp
7371 * gdb.cell/f-regs.exp
7372 * gdb.cell/fork.exp
7373 * gdb.cell/gcore.exp
7374 * gdb.cell/mem-access.exp
7375 * gdb.cell/ptype.exp
7376 * gdb.cell/registers.exp
7377 * gdb.cell/sizeof.exp
7378 * gdb.cell/solib-symbol.exp
7379 * gdb.cell/solib.exp
7380 * gdb.compile/compile-tls.exp
7381 * gdb.cp/exception.exp
7382 * gdb.cp/gdb2495.exp
7383 * gdb.cp/local.exp
7384 * gdb.cp/mb-inline.exp
7385 * gdb.cp/mb-templates.exp
7386 * gdb.cp/pr10687.exp
7387 * gdb.cp/pr9167.exp
7388 * gdb.cp/scope-err.exp
7389 * gdb.cp/templates.exp
7390 * gdb.cp/virtfunc.exp
7391 * gdb.dwarf2/dw2-dir-file-name.exp
7392 * gdb.dwarf2/dw2-single-line-discriminators.exp
7393 * gdb.fortran/complex.exp
7394 * gdb.fortran/library-module.exp
7395 * gdb.guile/guile.exp
7396 * gdb.guile/scm-cmd.exp
7397 * gdb.guile/scm-frame-inline.exp
7398 * gdb.guile/scm-objfile.exp
7399 * gdb.guile/scm-pretty-print.exp
7400 * gdb.guile/scm-symbol.exp
7401 * gdb.guile/scm-type.exp
7402 * gdb.guile/scm-value.exp
7403 * gdb.linespec/keywords.exp
7404 * gdb.linespec/ls-errs.exp
7405 * gdb.linespec/macro-relative.exp
7406 * gdb.linespec/thread.exp
7407 * gdb.mi/mi-breakpoint-changed.exp
7408 * gdb.mi/mi-dprintf-pending.exp
7409 * gdb.mi/mi-fullname-deleted.exp
7410 * gdb.mi/mi-logging.exp
7411 * gdb.mi/mi-pending.exp
7412 * gdb.mi/mi-solib.exp
7413 * gdb.mi/new-ui-mi-sync.exp
7414 * gdb.mi/user-selected-context-sync.exp
7415 * gdb.multi/dummy-frame-restore.exp
7416 * gdb.multi/multi-arch-exec.exp
7417 * gdb.multi/remove-inferiors.exp
7418 * gdb.multi/watchpoint-multi-exit.exp
7419 * gdb.opt/solib-intra-step.exp
7420 * gdb.perf/backtrace.exp
7421 * gdb.perf/single-step.exp
7422 * gdb.perf/skip-command.exp
7423 * gdb.perf/skip-prologue.exp
7424 * gdb.perf/solib.exp
7425 * gdb.python/lib-types.exp
7426 * gdb.python/py-as-string.exp
7427 * gdb.python/py-bad-printers.exp
7428 * gdb.python/py-block.exp
7429 * gdb.python/py-breakpoint.exp
7430 * gdb.python/py-cmd.exp
7431 * gdb.python/py-events.exp
7432 * gdb.python/py-evthreads.exp
7433 * gdb.python/py-finish-breakpoint.exp
7434 * gdb.python/py-finish-breakpoint2.exp
7435 * gdb.python/py-frame-inline.exp
7436 * gdb.python/py-frame.exp
7437 * gdb.python/py-inferior.exp
7438 * gdb.python/py-infthread.exp
7439 * gdb.python/py-mi.exp
7440 * gdb.python/py-objfile.exp
7441 * gdb.python/py-pp-maint.exp
7442 * gdb.python/py-pp-registration.exp
7443 * gdb.python/py-prettyprint.exp
7444 * gdb.python/py-recurse-unwind.exp
7445 * gdb.python/py-shared.exp
7446 * gdb.python/py-symbol.exp
7447 * gdb.python/py-symtab.exp
7448 * gdb.python/py-template.exp
7449 * gdb.python/py-type.exp
7450 * gdb.python/py-unwind-maint.exp
7451 * gdb.python/py-unwind.exp
7452 * gdb.python/py-value.exp
7453 * gdb.python/python.exp
7454 * gdb.reverse/finish-reverse-bkpt.exp
7455 * gdb.reverse/insn-reverse.exp
7456 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7457 * gdb.reverse/solib-precsave.exp
7458 * gdb.reverse/solib-reverse.exp
7459 * gdb.stabs/gdb11479.exp
7460 * gdb.stabs/weird.exp
7461 * gdb.threads/fork-child-threads.exp
7462 * gdb.threads/fork-plus-threads.exp
7463 * gdb.threads/fork-thread-pending.exp
7464 * gdb.threads/forking-threads-plus-breakpoint.exp
7465 * gdb.threads/hand-call-in-threads.exp
7466 * gdb.threads/interrupted-hand-call.exp
7467 * gdb.threads/linux-dp.exp
7468 * gdb.threads/local-watch-wrong-thread.exp
7469 * gdb.threads/next-while-other-thread-longjmps.exp
7470 * gdb.threads/non-ldr-exit.exp
7471 * gdb.threads/pending-step.exp
7472 * gdb.threads/print-threads.exp
7473 * gdb.threads/process-dies-while-detaching.exp
7474 * gdb.threads/process-dies-while-handling-bp.exp
7475 * gdb.threads/pthreads.exp
7476 * gdb.threads/queue-signal.exp
7477 * gdb.threads/reconnect-signal.exp
7478 * gdb.threads/signal-command-handle-nopass.exp
7479 * gdb.threads/signal-command-multiple-signals-pending.exp
7480 * gdb.threads/signal-delivered-right-thread.exp
7481 * gdb.threads/signal-sigtrap.exp
7482 * gdb.threads/sigthread.exp
7483 * gdb.threads/staticthreads.exp
7484 * gdb.threads/stepi-random-signal.exp
7485 * gdb.threads/thread-unwindonsignal.exp
7486 * gdb.threads/thread_check.exp
7487 * gdb.threads/thread_events.exp
7488 * gdb.threads/tid-reuse.exp
7489 * gdb.threads/tls-nodebug.exp
7490 * gdb.threads/tls-shared.exp
7491 * gdb.threads/tls-so_extern.exp
7492 * gdb.threads/tls.exp
7493 * gdb.threads/wp-replication.exp
7494 * gdb.trace/actions-changed.exp
7495 * gdb.trace/actions.exp
7496 * gdb.trace/backtrace.exp
7497 * gdb.trace/change-loc.exp
7498 * gdb.trace/collection.exp
7499 * gdb.trace/deltrace.exp
7500 * gdb.trace/disconnected-tracing.exp
7501 * gdb.trace/entry-values.exp
7502 * gdb.trace/ftrace-lock.exp
7503 * gdb.trace/ftrace.exp
7504 * gdb.trace/infotrace.exp
7505 * gdb.trace/mi-trace-frame-collected.exp
7506 * gdb.trace/mi-trace-unavailable.exp
7507 * gdb.trace/mi-traceframe-changed.exp
7508 * gdb.trace/mi-tracepoint-changed.exp
7509 * gdb.trace/mi-tsv-changed.exp
7510 * gdb.trace/no-attach-trace.exp
7511 * gdb.trace/packetlen.exp
7512 * gdb.trace/passc-dyn.exp
7513 * gdb.trace/passcount.exp
7514 * gdb.trace/pending.exp
7515 * gdb.trace/pr16508.exp
7516 * gdb.trace/qtro.exp
7517 * gdb.trace/range-stepping.exp
7518 * gdb.trace/read-memory.exp
7519 * gdb.trace/report.exp
7520 * gdb.trace/save-trace.exp
7521 * gdb.trace/signal.exp
7522 * gdb.trace/stap-trace.exp
7523 * gdb.trace/status-stop.exp
7524 * gdb.trace/strace.exp
7525 * gdb.trace/tfile.exp
7526 * gdb.trace/tfind.exp
7527 * gdb.trace/trace-break.exp
7528 * gdb.trace/trace-condition.exp
7529 * gdb.trace/trace-enable-disable.exp
7530 * gdb.trace/trace-mt.exp
7531 * gdb.trace/tracecmd.exp
7532 * gdb.trace/tracefile-pseudo-reg.exp
7533 * gdb.trace/tspeed.exp
7534 * gdb.trace/tstatus.exp
7535 * gdb.trace/tsv.exp
7536 * gdb.trace/unavailable.exp
7537 * gdb.trace/while-dyn.exp
7538 * gdb.trace/while-stepping.exp
7539 * lib/gdb-guile.exp
7540 * lib/gdb.exp
7541 * lib/mi-support.exp
7542 * lib/pascal.exp
7543 * lib/perftest.exp
7544 * lib/prelink-support.exp
7545 * lib/selftest-support.exp
7546
7547 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7548
7549 * Makefile.in: Include disable-implicit-rules.mk.
7550
7551 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7552
7553 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7554 non-byte-aligned bit fields.
7555
7556 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7557
7558 PR gdb/12616
7559 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7560 respects the DW_AT_data_bit_offset attribute.
7561
7562 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7563
7564 * gdb.base/default.exp: Fix output of "set language".
7565
7566 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7567
7568 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7569 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7570 make.
7571 * configure.ac: Remove checks for the make program.
7572 * configure: Re-generate.
7573
7574 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7575
7576 * gdb.python/py-recurse-unwind.c (main): Add loop.
7577 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7578 to read_register() and gdb.parse_and_eval(). Make each code
7579 call a separate case that can be individually tested.
7580 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7581 proc. Call cont_and_backtrace for each of the code paths that
7582 we want to test in the unwinder.
7583
7584 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7585
7586 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7587 the definition of struct S.
7588
7589 2016-11-11 Catherine Moore <clm@codesourcery.com>
7590
7591 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7592
7593 2016-11-09 Pedro Alves <palves@redhat.com>
7594
7595 * gdb.base/commands.exp (runto_or_return): New procedure.
7596 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7597 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7598 (progvar_simple_while_test, progvar_complex_if_while_test)
7599 (if_while_breakpoint_command_test)
7600 (infrun_breakpoint_command_test, breakpoint_command_test)
7601 (user_defined_command_test, watchpoint_command_test)
7602 (test_command_prompt_position, redefine_hook_test)
7603 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7604 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7605 multi_line_input and multi_line. Remove gdb_expect and
7606 gdb_stop_suppressing_tests uses.
7607 * lib/gdb.exp (valnum_re): New global.
7608 (multi_line_input): New procedure.
7609
7610 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7611
7612 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7613 Remove.
7614 (test_setup): Define with proc_with_prefix.
7615 (test_cli_inferior): Likewise.
7616 (test_cli_thread): Likewise.
7617 (test_cli_frame): Likewise.
7618 (test_cli_select_frame): Likewise.
7619 (test_cli_up_down): Likewise.
7620 (test_mi_thread_select): Likewise.
7621 (test_mi_stack_select_frame): Likewise.
7622 (test_cli_in_mi_inferior): Likewise.
7623 (test_cli_in_mi_thread): Likewise.
7624 (test_cli_in_mi_frame): Likewise.
7625 (top level): Do not use with_test_prefix_procname.
7626
7627 2016-11-09 Pedro Alves <palves@redhat.com>
7628
7629 * gdb.base/commands.exp (gdbvar_simple_if_test)
7630 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7631 (progvar_simple_if_test, progvar_simple_while_test)
7632 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7633 (infrun_breakpoint_command_test, breakpoint_command_test)
7634 (user_defined_command_test, watchpoint_command_test)
7635 (test_command_prompt_position, deprecated_command_test)
7636 (bp_deleted_in_command, temporary_breakpoint_commands)
7637 (stray_arg0_test, source_file_with_indented_comment)
7638 (recursive_source_test, if_commands_test)
7639 (error_clears_commands_left, redefine_hook_test)
7640 (redefine_backtrace_test): Use proc_with_prefix.
7641 * lib/gdb.exp (proc_with_prefix): New proc.
7642
7643 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7644
7645 * gdb.base/tui-layout.c: New file.
7646 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7647 disassembly window contains very long lines.
7648
7649 2016-11-08 Tom Tromey <tom@tromey.com>
7650
7651 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7652 depend on Python 2.
7653
7654 2016-11-08 Tom Tromey <tom@tromey.com>
7655
7656 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7657 New method.
7658
7659 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7660
7661 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7662
7663 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7664
7665 * gdb.rust/simple.rs: Add test for univariant enums without
7666 discriminants and for encoded struct-like enums.
7667
7668 2016-10-28 Pedro Alves <palves@redhat.com>
7669
7670 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7671 gdb_test_multiple, tighten regexps and match symtabs and line
7672 tables incrementally.
7673
7674 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7675
7676 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7677 general.
7678
7679 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7680
7681 * gdb.base/exec-invalid-sysroot.exp: New file.
7682
7683 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7684
7685 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7686
7687 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7688
7689 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7690
7691 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7692
7693 * gdb.base/killed-outside.exp: Remove $options from a call to
7694 `prepare_for_testing'.
7695
7696 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7697
7698 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7699 Change test message.
7700
7701 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7702
7703 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7704 Update comment.
7705
7706 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * gdb.trace/mi-trace-save.exp: New file.
7709
7710 2016-10-13 Yao Qi <yao.qi@linaro.org>
7711
7712 * gdb.base/code_elim.exp (get_var_address): Remove.
7713 * gdb.base/relocate.exp: Likewise.
7714 * gdb.base/shreloc.exp: Likewise.
7715 * lib/gdb.exp (get_var_address): New.
7716
7717 2016-10-13 Yao Qi <yao.qi@linaro.org>
7718
7719 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7720 floating point tests if $skip_float_test is false.
7721
7722 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7723
7724 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7725 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7726 argc values.
7727 Add 1 to argc so we guarantee distinct initial/modified argc values.
7728
7729 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7730
7731 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7732
7733 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7734
7735 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7736 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7737 * gdb.arch/vsx-regs.exp: Likewise.
7738
7739 2016-10-07 Yao Qi <yao.qi@linaro.org>
7740
7741 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7742
7743 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7744
7745 * gdb.python/python.exp: Test decode_line("*0").
7746
7747 2016-10-06 Doug Evans <dje@google.com>
7748
7749 * gdb.python/py-value.exp (test_value_creation): Add test for large
7750 unsigned 64-bit value.
7751
7752 2016-10-06 Tom Tromey <tom@tromey.com>
7753
7754 * gdb.compile/compile.exp: Change java tests to rust.
7755 * gdb.base/setshow.exp: Change java tests to rust.
7756 * gdb.base/default.exp: Remove java from language list.
7757 * README (Examples): Update language example.
7758 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7759 test.
7760 * lib/gdb.exp (skip_java_tests): Remove.
7761 * lib/java.exp: Remove.
7762 * gdb.java: Remove.
7763
7764 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7765
7766 * gdb.arch/mips-fcr.exp: New test.
7767 * gdb.arch/mips-fcr.c: Source for the new test.
7768
7769 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7770
7771 * gdb.base/solib-disc.exp: Use `standard_output_file'
7772 throughout.
7773
7774 2016-10-06 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.base/jit-simple-dl.c: New file.
7777 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7778 * gdb.base/jit-simple.c: ... this.
7779 * gdb.base/jit-simple.exp (jit_run): Delete.
7780 (build_jit): New proc.
7781 (jit_test_reread): Recompile either the main program or the shared
7782 library, depending on what is being tested. Skip changing address
7783 if caller wants to. Compare before/after addresses. If testing
7784 standalone, explicitly load the binary. Test "maint info
7785 breakpoints".
7786 (top level): Add "standalone vs shared lib" and "change address"
7787 vs "same address" axes.
7788
7789 2016-10-06 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7792 call.
7793 (jit_run): Delete.
7794 (jit_test_reread): Use with_test_prefix. Reload the main binary
7795 explicitly. Compare the before/after addresses of the JIT
7796 descriptor.
7797
7798 2016-08-15 Doug Evans <dje@google.com>
7799
7800 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7801 for single bitfields is bool.
7802 * gdb.xml/tdesc-regs.exp: Ditto.
7803
7804 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7805
7806 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7807
7808 2016-10-05 Yao Qi <yao.qi@linaro.org>
7809
7810 * lib/gdb.exp (support_complex_tests): Return zero if
7811 gdb_skip_float_test return true.
7812
7813 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7814 Simon Marchi <simon.marchi@ericsson.com>
7815
7816 PR gdb/20487
7817 * gdb.mi/user-selected-context-sync.exp: New file.
7818 * gdb.mi/user-selected-context-sync.c: New file.
7819
7820 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7821 Simon Marchi <simon.marchi@ericsson.com>
7822
7823 PR gdb/20487
7824 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7825 =thread-select-event check.
7826
7827 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7828
7829 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7830 the compulsory L operand changes.
7831 * gdb.arch/powerpc-power.s: Likewise.
7832
7833 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7834
7835 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7836 * gdb.base/jit-attach-pie.c: New file.
7837 * gdb.base/jit-attach-pie.exp: New file.
7838
7839 2016-09-28 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/infcall-input.c: New file.
7842 * gdb.base/infcall-input.exp: New file.
7843
7844 2016-09-22 Yao Qi <yao.qi@linaro.org>
7845
7846 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7847 (gdb_exit): Rename it to ...
7848 (gdbserver_gdb_exit): ... Close GDBserver.
7849 (gdb_exit): New proc, call gdbserver_gdb_exit.
7850 (mi_gdb_exit): Likewise.
7851
7852 2016-09-22 Yao Qi <yao.qi@linaro.org>
7853
7854 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7855 path.
7856 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7857 Remove duplication.
7858
7859 2016-09-22 Yao Qi <yao.qi@linaro.org>
7860
7861 * lib/gdbserver-support.exp: Check the existence of
7862 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7863
7864 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7865
7866 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7867
7868 2016-09-21 Tom Tromey <tom@tromey.com>
7869
7870 PR gdb/20604:
7871 * gdb.base/quit.exp: New file.
7872
7873 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7874
7875 * .gitignore: New file.
7876
7877 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7878
7879 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7880 throughout.
7881
7882 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7883
7884 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7885
7886 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7887
7888 * gdb.cp/casts.cc (decltype): Move it ...
7889 (main): ... with its call to ...
7890 * gdb.cp/casts03.cc: ... a new file.
7891 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7892
7893 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7894
7895 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7896
7897 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7898
7899 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7900 and sync up the test with tests in gas/testsuite/gas/ppc.
7901 * gdb.arch/powerpc-power.exp: Likewise.
7902
7903 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7904
7905 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7906
7907 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7908 Jan Kratochvil <jan.kratochvil@redhat.com>
7909
7910 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7911 make m1's definition to be different from m2's. Use 'dummy' as an
7912 argument for probe 'two'.
7913
7914 2016-09-10 Jon Beniston <jon@beniston.com>
7915
7916 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7917 for sim target.
7918
7919 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7920
7921 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7922 variable declaration.
7923 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7924 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7925 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7926 received HWCAP as its argument.
7927
7928 2016-09-06 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.base/new-ui-pending-input.c: New file.
7931 * gdb.base/new-ui-pending-input.exp: New file.
7932 * gdb.exp (clear_gdb_spawn_id): New procedure.
7933 (with_spawn_id): Check whether gdb_spawn_id exists before
7934 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7935 on exit.
7936
7937 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7938
7939 * gdb.base/float128.c: New file.
7940 * gdb.base/float128.exp: Likewise.
7941 * gdb.base/floatn.c: Likewise.
7942 * gdb.base/floatn.exp: Likewise.
7943
7944 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7945
7946 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7947
7948 2016-09-05 Pedro Alves <palves@redhat.com>
7949
7950 PR backtrace/19927
7951 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7952 unwinders are immediately called as side effect of "source" or
7953 "disable unwinder" commands.
7954 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7955
7956 2016-09-02 Yao Qi <yao.qi@linaro.org>
7957
7958 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7959 is true and $type is "float" or "double".
7960
7961 2016-09-02 Yao Qi <yao.qi@linaro.org>
7962
7963 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7964 true.
7965 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7966 * gdb.base/call-rt-st.exp: Likewise.
7967 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7968 return value instead of gdb,skip_float_test.
7969 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7970 (do_function_calls): Use its return value instead of
7971 gdb,skip_float_test.
7972 * gdb.base/finish.exp: Likewise.
7973 * gdb.base/funcargs.exp: Likewise.
7974 * gdb.base/return.exp: Likewise.
7975 * gdb.base/return2.exp: Likewise.
7976 * gdb.base/varargs.exp: Likewise.
7977 * lib/gdb.exp (gdb_skip_float_test): Change it to
7978 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7979
7980 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7981
7982 * gdb.multi/tids.exp: Test "thread apply all".
7983
7984 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7985
7986 * gdb.base/default.exp (tty): Remove.
7987
7988 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7989
7990 * gdb.python/py-recurse-unwind.c: New file.
7991 * gdb.python/py-recurse-unwind.py: New file.
7992 * gdb.python/py-recurse-unwind.exp: New file.
7993
7994 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7995
7996 * gdb.base/set-inferior-tty.exp: New file.
7997 * gdb.base/set-inferior-tty.c: New file.
7998
7999 2016-08-23 Pedro Alves <palves@redhat.com>
8000
8001 PR gdb/20494
8002 * gdb.base/new-ui-echo.c: New file.
8003 * gdb.base/new-ui-echo.exp: New file.
8004
8005 2016-08-23 Yao Qi <yao.qi@linaro.org>
8006
8007 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8008 gdbserver_spawn.
8009 * gdb.server/connect-without-multi-process.exp (do_test):
8010 Likewise.
8011
8012 2016-08-23 Yao Qi <yao.qi@linaro.org>
8013
8014 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8015 standalone_txt. Delete gdb_txt and standalone_txt on host
8016 and target. Spawn the binary on target. Copy files from
8017 target to host.
8018
8019 2016-08-22 Pedro Alves <palves@redhat.com>
8020
8021 PR gdb/20505
8022 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8023 with_test_prefix. Factor out bits to ...
8024 (test_no_vdso): ... this new procedure.
8025
8026 2016-08-19 Carl Love <cel@us.ibm.com>
8027
8028 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8029 maintaining separate logic for constructing the output path.
8030 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8031 * gdb.arch/ppc-dfp.exp: Likewise.
8032 * gdb.arch/ppc-fp.exp: Likewise.
8033 * gdb.arch/vsx-regs.exp: Likewise.
8034 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8035 binprefix for generating the additional binary files.
8036
8037 2016-08-19 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.trace/mi-trace-frame-collected.exp
8040 (test_trace_frame_collected): On x32, expect two registers.
8041
8042 2016-08-18 Carl Love <cel@us.ibm.com>
8043
8044 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8045 and sync up the test with tests in gas/testsuite/gas/ppc.
8046 * gdb.arch/powerpc-power.exp: Likewise.
8047
8048 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8049
8050 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8051 expected error message.
8052
8053 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8054
8055 * gdb.multi/remove-inferiors.exp: New file.
8056 * gdb.multi/remove-inferiors.c: New file.
8057
8058 2016-08-12 Yao Qi <yao.qi@linaro.org>
8059
8060 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8061 argument list.
8062
8063 2016-08-10 Pedro Alves <palves@redhat.com>
8064
8065 PR gdb/19187
8066 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8067 setup_kfails.
8068
8069 2016-08-09 Pedro Alves <palves@redhat.com>
8070 Simon Marchi <simon.marchi@ericsson.com>
8071
8072 PR gdb/20418
8073 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8074 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8075
8076 2016-08-09 Pedro Alves <palves@redhat.com>
8077
8078 PR mi/20431
8079 * gdb.mi/mi-cmd-error.exp: New file.
8080
8081 2016-08-09 Pedro Alves <palves@redhat.com>
8082
8083 PR gdb/18653
8084 * gdb.base/signals-state-child.c: New file.
8085 * gdb.base/signals-state-child.exp: New file.
8086 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8087
8088 2016-08-09 Pedro Alves <palves@redhat.com>
8089
8090 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8091
8092 2016-08-03 Tom Tromey <tom@tromey.com>
8093
8094 PR python/18565:
8095 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8096
8097 2016-08-01 Yao Qi <yao.qi@linaro.org>
8098
8099 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8100 variable mode to "multi-process" if $multi_process is 1, otherwise
8101 set it to "single-process".
8102
8103 2016-08-01 Yao Qi <yao.qi@linaro.org>
8104
8105 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8106 * gdb.cp/cpexprs.exp: Likewise.
8107 * gdb.cp/m-static.exp: Likewise.
8108
8109 2016-07-26 Tom Tromey <tom@tromey.com>
8110
8111 PR python/20190:
8112 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8113 test.
8114
8115 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8116
8117 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8118 selecting assembly source files.
8119 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8120 assembly source files.
8121 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8122 assembly source files.
8123 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8124 selecting assembly source files.
8125
8126 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8127
8128 * gdb.base/new-ui.exp (do_test_invalid_args): New
8129 procedure.
8130
8131 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8132
8133 * gdb.btrace/reconnect.c: New file.
8134 * gdb.btrace/reconnect.exp: New file.
8135
8136 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8137
8138 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8139 to test_catch_syscall_group.
8140 (test_catch_syscall_group): New.
8141
8142 2016-07-21 Tom Tromey <tom@tromey.com>
8143
8144 * gdb.rust/simple.rs (main): Use empty struct expression.
8145 * gdb.rust/simple.exp: Add tests for empty struct expression.
8146
8147 2016-07-21 Yao Qi <yao.qi@linaro.org>
8148
8149 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8150 if gdb_skip_xml_test is true on some targets.
8151
8152 2016-07-21 Yao Qi <yao.qi@linaro.org>
8153
8154 * gdb.server/solib-list.exp: Unset last_loaded_file.
8155
8156 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8157
8158 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8159 "step into captured_main (args)".
8160
8161 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8162
8163 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8164
8165 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8166
8167 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8168
8169 2016-07-19 Pedro Alves <palves@redhat.com>
8170
8171 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8172 * gdb.opt/inline-bt.exp: Likewise.
8173 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8174 additional_flags=-Winline.
8175 * gdb.opt/inline-locals.exp: Likewise.
8176 * gdb.opt/inline-markers.c (ATTR): Define.
8177 (inlined_fn): Use it.
8178
8179 2016-07-19 Yao Qi <yao.qi@linaro.org>
8180
8181 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8182 (test_with_self): Remove some code. Remove argument executable.
8183 (top-level): Use do_self_tests.
8184
8185 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8186 Don Breazeal <donb@codesourcery.com>
8187
8188 * gdb.base/maint.exp: Escape paths used in regular expressions.
8189 * gdb.stabs/weird.exp: Likewise.
8190
8191 2016-07-13 Tom Tromey <tom@tromey.com>
8192
8193 PR python/15620, PR python/18620:
8194 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8195 (test_bkpt_events): New procs.
8196
8197 2016-07-13 Tom Tromey <tom@tromey.com>
8198
8199 PR python/17698:
8200 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8201 test.
8202 (test_watchpoints): Likewise.
8203 (test_bkpt_pending): New proc.
8204
8205 2016-07-13 Tom Tromey <tom@tromey.com>
8206
8207 PR cli/18053:
8208 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8209 completion test.
8210
8211 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8212
8213 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8214 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8215 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8216 f_label.
8217 (g): Rename g_end_lbl to g_label.
8218 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8219 low_pc and high_pc.
8220 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8221
8222 2016-07-12 Tom Tromey <tom@tromey.com>
8223
8224 PR python/19293:
8225 * gdb.python/py-unwind-maint.exp: Update tests.
8226
8227 2016-07-12 Yao Qi <yao.qi@linaro.org>
8228
8229 * lib/selftest-support.exp (selftest_setup): Match the output
8230 when captured_main is inlined.
8231
8232 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8233
8234 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8235 New variables.
8236 (print this%a, print this%b, print this): New tests.
8237 * gdb.fortran/derived-types.f90 (this): New object and
8238 initialization.
8239
8240 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8241
8242 * gdb.ada/arraydim.exp: Remove extra directory level in build
8243 directory.
8244
8245 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8246
8247 * lib/ada.exp: Remove extra directory level in build directory.
8248 * gdb.ada/cond_lang.exp: Likewise.
8249 * gdb.ada/exec_changed.exp: Likewise.
8250 * gdb.ada/lang_switch.exp: Likewise.
8251
8252 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8253
8254 * simple.rs: Add test for raw pointer subscripting.
8255 * simple.exp: Add test expectations.
8256
8257 2016-07-05 Yao Qi <yao.qi@linaro.org>
8258
8259 * gdb.mi/mi-reverse.exp: Match =record-started output.
8260
8261 2016-07-01 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8264 procedure.
8265 (jit_reader_test): Test the jit reader's unwinder.
8266 * gdb.base/jithost.c (jit_function_00_code): New global.
8267 (main): Use memcpy to fill in the mmapped code, instead of poking
8268 bytes manually here.
8269 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8270 value.
8271 (read_debug_info): Save the function's range.
8272 (read_sp): New function.
8273 (unwind_frame): Use it. Also unwind RBP.
8274 (get_frame_id): Use read_sp.
8275 (gdb_init_reader): Use calloc instead of malloc.
8276 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8277 parameter. Use gdb_test_multiple.
8278
8279 2016-07-01 Pedro Alves <palves@redhat.com>
8280 Antoine Tremblay <antoine.tremblay@ericsson.com>
8281
8282 * gdb.threads/process-dies-while-detaching.c: New file.
8283 * gdb.threads/process-dies-while-detaching.exp: New file.
8284
8285 2016-07-01 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.multi/watchpoint-multi-exit.c: New file.
8288 * gdb.multi/watchpoint-multi-exit.exp: New file.
8289
8290 2016-06-30 Pedro Alves <palves@redhat.com>
8291
8292 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8293 unset inferior_spawn_id.
8294
8295 2016-06-30 Pedro Alves <palves@redhat.com>
8296
8297 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8298 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8299
8300 2016-06-29 Yao Qi <yao.qi@linaro.org>
8301
8302 * gdb.base/return.c: Add copyright header.
8303
8304 2016-06-29 Tom Tromey <tom@tromey.com>
8305
8306 PR python/20129:
8307 * gdb.python/py-framefilter.exp: Add tests for setting priority
8308 and disabling of non-existent frame filter.
8309
8310 2016-06-29 Yao Qi <yao.qi@linaro.org>
8311
8312 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8313 0x0f07ff.
8314
8315 2016-06-28 Yao Qi <yao.qi@linaro.org>
8316
8317 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8318 triplets. Start gdb, execute catch syscall, and continue. Check
8319 gdb's output to determine catch syscall is supported.
8320
8321 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8322
8323 * gdb.rust/simple.rs: Add test for returning unit in a function.
8324 * gdb.rust/simple.exp: Add expectation for functions returning
8325 unit.
8326
8327 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8328
8329 * gdb.python/py-breakpoint-create-fail.c,
8330 gdb.python/py-breakpoint-create-fail.exp,
8331 gdb.python/py-breakpoint-create-fail.py: New testcase.
8332
8333 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8334
8335 PR gdb/20239
8336 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8337 * gdb.rust/simple.exp: Add test expectations for new NonZero
8338 tests.
8339
8340 2016-06-24 David Taylor <dtaylor@emc.com>
8341
8342 * gdb.base/offsets.exp: New file.
8343 * gdb.base/offsets.c: New file.
8344
8345 2016-06-23 Tom Tromey <tom@tromey.com>
8346
8347 PR gdb/16483:
8348 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8349 before any filters are loaded.
8350
8351 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8352
8353 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8354 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8355 structs.
8356 * gdb.fortran/derived-type-function.exp: New file.
8357 * gdb.fortran/derived-type-function.f90: New file.
8358
8359
8360 2016-06-21 Pedro Alves <palves@redhat.com>
8361
8362 * gdb.base/new-ui.exp: New file.
8363 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8364 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8365 (with_spawn_id): New procedure.
8366
8367 2016-06-21 Pedro Alves <palves@redhat.com>
8368
8369 * gdb.mi/mi-exec-run.exp: New file.
8370
8371 2016-06-21 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8374 breakpoint command's output on the main UI.
8375 (test_break): New procedure, factored out from calls in the top
8376 level.
8377 (top level): Use foreach_with_prefix to test MI as main UI and as
8378 separate UI.
8379
8380 2016-06-21 Pedro Alves <palves@redhat.com>
8381
8382 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8383 (test_awatch_creation_and_listing)
8384 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8385 Remove 'type' parameter.
8386 (test_watchpoint_all): New parameter mi_mode. Remove
8387 with_test_prefix.
8388 (top level): Use foreach_with_prefix, and add main/separate UI MI
8389 testing axis.
8390
8391 2016-06-21 Pedro Alves <palves@redhat.com>
8392
8393 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8394 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8395 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8396 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8397 (gdb_main_spawn_id, mi_spawn_id): Declare and
8398 comment.
8399 (mi_create_inferior_pty): New procedure,
8400 factored out from default_mi_gdb_start.
8401 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8402 procedures.
8403 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8404 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8405 Use mi_create_inferior_pty.
8406 (mi_gdb_start): Use eval to pass down args list.
8407
8408 2016-06-21 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8411 * gdb.opt/inline-cmds.exp: Add MI tests.
8412
8413 2016-06-21 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8416
8417 2016-06-21 Pedro Alves <palves@redhat.com>
8418
8419 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8420 (top level): Use it instead of mi_execute_to.
8421
8422 2016-06-21 Pedro Alves <palves@redhat.com>
8423
8424 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8425 (cont_handler_str): New.
8426 (signal_stop_handler): Set stop_handler_str instead of printing to
8427 stdout.
8428 (continue_handler): Set cont_handler_str instead of printing to
8429 stdout.
8430 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8431 mi_send_resuming_command. Print stop_handler_str and
8432 cont_handler_str instead of expecting the python events print
8433 directly.
8434
8435 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8436
8437 * gdb.base/jit-reader.exp: New file.
8438 * gdb.base/jithost.c: New file.
8439 * gdb.base/jithost.h: New file.
8440 * gdb.base/jitreader.c : New file.
8441 * gdb.base/jit-protocol.h: New file.
8442
8443 2016-06-17 Yao Qi <yao.qi@linaro.org>
8444
8445 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8446 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8447 and detach-on-fork. Adjust tests.
8448 (top level): Invoke break_cond_on_syscall with combinations of
8449 syscall, follow-fork-mode and detach-on-fork.
8450
8451 2016-06-17 Yao Qi <yao.qi@linaro.org>
8452
8453 * gdb.base/step-over-exit.c: New.
8454 * gdb.base/step-over-exit.exp: New.
8455
8456 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8457
8458 * gdb.base/float.exp: Add target check for nds32*-*-*.
8459 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8460
8461 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8462
8463 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8464 for unsupported target features.
8465 * gdb.base/call-rt-st.exp: Likewise.
8466 * gdb.base/call-sc.exp: Likewise.
8467 * gdb.base/call-signal-resume.exp: Likewise.
8468 * gdb.base/call-strs.exp: Likewise.
8469 * gdb.base/callexit.exp: Likewise.
8470 * gdb.base/callfuncs.exp: Likewise.
8471 * gdb.base/nodebug.exp: Likewise.
8472 * gdb.base/printcmds.exp: Likewise.
8473 * gdb.base/ptype.exp: Likewise.
8474 * gdb.base/structs.exp: Likewise.
8475 * gdb.base/unwindonsignal.exp: Likewise.
8476 * gdb.cp/gdb2495.exp: Likewise.
8477 * gdb.cp/templates.exp: Likewise.
8478 * gdb.cp/virtfunc.exp: Likewise.
8479 * gdb.threads/hand-call-in-threads.exp: Likewise.
8480 * gdb.threads/interrupted-hand-call.exp: Likewise.
8481 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8482
8483 2016-06-10 Tom Tromey <tom@tromey.com>
8484
8485 PR rust/20110:
8486 * gdb.rust/expr.exp: Add test for integer constant larger than
8487 i32.
8488
8489 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8490
8491 * gdb.fortran/nested-funcs.exp: New.
8492 * gdb.fortran/nested-funcs.f90: New.
8493
8494 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8495
8496 * gdb.base/examine-backward.c: New file.
8497 * gdb.base/examine-backward.exp: New file.
8498
8499 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8500
8501 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8502 matching.
8503
8504 2016-06-02 Tom Tromey <tom@tromey.com>
8505
8506 PR python/18984:
8507 * gdb.python/py-shared.exp: Add solib_name test.
8508
8509 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8510
8511 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8512
8513 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8514
8515 PR c++/19893
8516 * gdb.dwarf2/implref.exp: Rename to...
8517 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8518 * gdb.dwarf2/implref-array.c: New file.
8519 * gdb.dwarf2/implref-array.exp: Likewise.
8520 * gdb.dwarf2/implref-global.c: Likewise.
8521 * gdb.dwarf2/implref-global.exp: Likewise.
8522 * gdb.dwarf2/implref-struct.c: Likewise.
8523 * gdb.dwarf2/implref-struct.exp: Likewise.
8524
8525 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8526
8527 * gdb.trace/trace-condition.exp: Add 64bit tests.
8528
8529 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8530
8531 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8532 bits types.
8533 (main): Adapt to 8 to 64 bits types.
8534 * gdb.trace/trace-condition.exp: Add new tests.
8535
8536 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8537
8538 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8539
8540 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8541
8542 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8543 Move condition tests...
8544 * gdb.trace/trace-condition.exp: Here.
8545
8546 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8547
8548 * gdb.trace/trace-condition.exp: Add counter-case tests.
8549
8550 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8551
8552 PR c++/15231
8553 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8554 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8555
8556 2016-05-27 Pedro Alves <palves@redhat.com>
8557
8558 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8559 New procedure.
8560 (top level): Call it, and bail out of DejaGnu is known to be bad.
8561
8562 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8563
8564 * gdb.base/whatis.c: Extend the test case.
8565 * gdb.base/whatis.exp: Add additional tests.
8566
8567 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8568
8569 * gdb.fortran/type.f90: Add pointer variable.
8570 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8571
8572 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8573
8574 * gdb.fortran/vla-type.exp: Fix testcase name.
8575
8576 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8577
8578 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8579
8580 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8581
8582 * gdb.fortran/type.f90: Add nested structures.
8583 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8584 * gdb.fortran/derived-type.exp: Adapt expected output.
8585 * gdb.fortran/vla-type.exp: Adapt expected output.
8586
8587 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8588
8589 * gdb.fortran/whatis_type.exp: Adapt expected output.
8590
8591 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8592
8593 * gdb.fortran/print_type.exp: Fix expected output.
8594 * gdb.fortran/whatis_type.exp: Fix expected output.
8595
8596 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8597
8598 * gdb.fortran/whatis_type.exp: Use multi_line.
8599
8600 2016-05-24 Tom Tromey <tom@tromey.com>
8601
8602 PR python/17386:
8603 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8604 use value as an index.
8605
8606 2016-05-23 Tom Tromey <tom@tromey.com>
8607
8608 PR python/17981:
8609 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8610 no-breakpoint case.
8611
8612 2016-05-24 Pedro Alves <palves@redhat.com>
8613
8614 PR gdb/19828
8615 * gdb.threads/clone-attach-detach.c: New file.
8616 * gdb.threads/clone-attach-detach.exp: New file.
8617
8618 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8619
8620 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8621
8622 2016-05-23 Tom Tromey <tom@tromey.com>
8623
8624 PR python/19438, PR python/18393:
8625 * gdb.python/py-progspace.exp: Add "dir" test.
8626 * gdb.python/py-objfile.exp: Add "dir" test.
8627
8628 2016-05-23 Yao Qi <yao.qi@linaro.org>
8629
8630 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8631 * gdb.arch/thumb2-it.exp: Likewise.
8632
8633 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8634
8635 * gdb.mi/mi-threads-interrupt.c: New file.
8636 * gdb.mi/mi-threads-interrupt.exp: New file.
8637
8638 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8639
8640 PR gdb/18077
8641 * gdb.mi/mi-async-run.exp: New file.
8642 * gdb.mi/mi-async-run.c: New file.
8643
8644 2016-05-17 Tom Tromey <tom@tromey.com>
8645 Manish Goregaokar <manishsmail@gmail.com>
8646
8647 * lib/rust-support.exp: New file.
8648 * lib/gdb.exp (skip_rust_tests): New proc.
8649 (build_executable_from_specs): Handle rust.
8650 * lib/future.exp (gdb_find_rustc): New proc.
8651 (gdb_default_target_compile): Handle rust.
8652 * gdb.rust/expr.exp: New file.
8653 * gdb.rust/generics.exp: New file.
8654 * gdb.rust/generics.rs: New file.
8655 * gdb.rust/methods.exp: New file.
8656 * gdb.rust/methods.rs: New file.
8657 * gdb.rust/modules.exp: New file.
8658 * gdb.rust/modules.rs: New file.
8659 * gdb.rust/simple.exp: New file.
8660 * gdb.rust/simple.rs: New file.
8661
8662 2016-05-17 Tom Tromey <tom@tromey.com>
8663
8664 * gdb.base/default.exp (set language): Add rust.
8665
8666 2016-05-17 Tom Tromey <tom@tromey.com>
8667
8668 * gdb.gdb/unittest.exp: New file.
8669
8670 2016-05-16 Yao Qi <yao.qi@linaro.org>
8671
8672 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8673 shell_prompt. Update shell_prompt_re.
8674
8675 2016-05-12 Doug Evans <dje@google.com>
8676
8677 PR symtab/19999
8678 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8679 $options when building executable.
8680 * gdb.dwarf2/fission-loclists-pie.S: New file.
8681 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8682
8683 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8684
8685 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8686 of [is_remote target],
8687
8688 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8689
8690 * lib/gdb.exp (use_gdb_stub): New procedure.
8691
8692 2016-05-03 Yunlian Jiang <yunlian@google.com>
8693 Doug Evans <dje@google.com>
8694
8695 PR symtab/19914
8696 * gdb.dwarf2/dwp-sepdebug.c: New file.
8697 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8698
8699 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8700
8701 * gdb.base/detach.exp: Remove is_remote check.
8702
8703 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8704
8705 * gdb.base/annota-input-while-running.exp: Don't check for
8706 [is_remote target]. Enable annotations after running to main.
8707 Remove unused "set test..." line.
8708
8709 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8710
8711 * gdb.trace/trace-enable-disable.exp: New file.
8712 * gdb.trace/trace-enable-disable.c: New file.
8713
8714 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8715
8716 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8717 use it in info sharedlibrary test.
8718 * gdb.trace/ftrace-lock.exp: Likewise.
8719 * gdb.trace/ftrace.exp: Likewise.
8720 * gdb.trace/range-stepping.exp: Likewise.
8721 * gdb.trace/trace-break.exp: Likewise.
8722 * gdb.trace/trace-condition.exp: Likewise.
8723 * gdb.trace/trace-mt.exp: Likewise.
8724
8725 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8726
8727 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8728 (gdb_load_shlib): ... this.
8729 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8730 gdb_load_shlib.
8731 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8732 * gdb.base/ctxobj.exp: Likewise.
8733 * gdb.base/dprintf-pending.exp: Likewise.
8734 * gdb.base/dso2dso.exp: Likewise.
8735 * gdb.base/fixsection.exp: Likewise.
8736 * gdb.base/gcore-relro.exp: Likewise.
8737 * gdb.base/gdb1555.exp: Likewise.
8738 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8739 * gdb.base/gnu-ifunc.exp: Likewise.
8740 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8741 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8742 * gdb.base/pending.exp: Likewise.
8743 * gdb.base/print-file-var.exp: Likewise.
8744 * gdb.base/print-symbol-loading.exp: Likewise.
8745 * gdb.base/shlib-call.exp: Likewise.
8746 * gdb.base/shreloc.exp: Likewise.
8747 * gdb.base/so-impl-ld.exp: Likewise.
8748 * gdb.base/solib-disc.exp: Likewise.
8749 * gdb.base/solib-nodir.exp: Likewise.
8750 * gdb.base/solib-overlap.exp: Likewise.
8751 * gdb.base/solib-symbol.exp: Likewise.
8752 * gdb.base/solib-weak.exp (do_test): Likewise.
8753 * gdb.base/sym-file.exp: Likewise.
8754 * gdb.base/symtab-search-order.exp: Likewise.
8755 * gdb.base/type-opaque.exp: Likewise.
8756 * gdb.base/unload.exp: Likewise.
8757 * gdb.base/watchpoint-solib.exp: Likewise.
8758 * gdb.compile/compile.exp: Likewise.
8759 * gdb.cp/gdb2384.exp: Likewise.
8760 * gdb.cp/infcall-dlopen.exp: Likewise.
8761 * gdb.cp/re-set-overloaded.exp: Likewise.
8762 * gdb.fortran/library-module.exp: Likewise.
8763 * gdb.opt/solib-intra-step.exp: Likewise.
8764 * gdb.python/py-finish-breakpoint.exp: Likewise.
8765 * gdb.python/py-shared.exp: Likewise.
8766 * gdb.reverse/solib-precsave.exp: Likewise.
8767 * gdb.reverse/solib-reverse.exp: Likewise.
8768 * gdb.server/solib-list.exp: Likewise.
8769 * gdb.threads/dlopen-libpthread.exp: Likewise.
8770 * gdb.threads/tls-shared.exp: Likewise.
8771 * gdb.threads/tls-so_extern.exp: Likewise.
8772 * gdb.trace/change-loc.exp: Likewise.
8773 * gdb.trace/ftrace-lock.exp: Likewise.
8774 * gdb.trace/ftrace.exp: Likewise.
8775 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8776 * gdb.trace/pending.exp: Likewise.
8777 * gdb.trace/range-stepping.exp: Likewise.
8778 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8779 (strace_info_marker): Likewise.
8780 (strace_probe_marker): Likewise.
8781 (strace_trace_on_same_addr): Likewise.
8782 (strace_trace_on_diff_addr): Likewise.
8783 * gdb.trace/trace-break.exp: Likewise.
8784 * gdb.trace/trace-condition.exp: Likewise.
8785 * gdb.trace/trace-mt.exp: Likewise.
8786
8787 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8788
8789 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8790 result of gdb_remote_download.
8791 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8792 * gdb.base/dso2dso.exp: Likewise.
8793 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8794 * gdb.base/print-file-var.exp: Likewise.
8795 * gdb.base/shlib-call.exp: Likewise.
8796 * gdb.base/shreloc.exp: Likewise.
8797 * gdb.base/solib-overlap.exp: Likewise.
8798 * gdb.base/solib-weak.exp (do_test): Likewise.
8799 * gdb.base/unload.exp: Likewise.
8800
8801 2016-04-27 Yao Qi <yao.qi@linaro.org>
8802
8803 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8804 exists.
8805
8806 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8807
8808 * vla-type.exp: Print structure from toplevel.
8809
8810 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8811
8812 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8813 of dynamic types.
8814 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8815 of dynamic types.
8816
8817 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8818
8819 * gdb.fortran/vla-type.f90: New file.
8820 * gdb.fortran/vla-type.exp: New file.
8821
8822 2016-04-25 Yao Qi <yao.qi@linaro.org>
8823
8824 * gdb.base/branch-to-self.c: New file.
8825 * gdb.base/branch-to-self.exp: New file.
8826
8827 2016-04-22 Yao Qi <yao.qi@linaro.org>
8828
8829 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8830 more after $hex.
8831
8832 2016-04-22 Yao Qi <yao.qi@linaro.org>
8833
8834 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8835 * gdb.base/annota3.exp: Likewise.
8836
8837 2016-04-22 Yao Qi <yao.qi@linaro.org>
8838
8839 * gdb.reverse/step-precsave.exp: Do one step and test program
8840 stops in "callee" and do multiple steps until program goes out
8841 of "callee".
8842 * gdb.reverse/step-reverse.exp: Likewise.
8843
8844 2016-04-22 Yao Qi <yao.qi@linaro.org>
8845
8846 * gdb.trace/signal.exp: Also pass if
8847 $tracepoint_hits($i) > $iterations.
8848
8849 2016-04-22 Yao Qi <yao.qi@linaro.org>
8850
8851 * gdb.trace/signal.c: New file.
8852 * gdb.trace/signal.exp: New file.
8853
8854 2016-04-19 Doug Evans <xdje42@gmail.com>
8855
8856 * gdb.base/bad-file.exp: New file.
8857
8858 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8859
8860 * gdb.dwarf2/implref.exp: New file.
8861
8862 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8863
8864 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8865 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8866 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8867 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8868 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8869 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8870 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8871 * lib/fortran.exp (fortran_int4): New procedure.
8872 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8873 (fortran_logical4): Likewise.
8874
8875 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8876
8877 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8878
8879 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8880
8881 * lib/compiler.c: Add Intel specific preprocessor macros.
8882 * lib/compiler.cc: Likewise.
8883
8884 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8885
8886 * gdb.server/connect-with-no-symbol-file.c: New file.
8887 * gdb.server/connect-with-no-symbol-file.exp: New file.
8888
8889 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8890
8891 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8892
8893 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8894
8895 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8896 standard output directory.
8897
8898 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8899
8900 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8901
8902 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8903
8904 * gdb.btrace/instruction_history.c (loop): Add declaration.
8905
8906 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8907
8908 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8909
8910 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8911
8912 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8913 parentheses to print.
8914 (continue_handler): Likewise.
8915
8916 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8917
8918 * gdb.server/solib-list.exp: Remove is_remote check.
8919 Pass shlib= to gdb_compile. Don't link shared library with
8920 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8921 Run binary filename through "readlink -f" on the target.
8922
8923 2016-04-08 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8926 interpreter filename as argument to gdbserver_spawn.
8927 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8928 Return empty if $last_loaded_file does not exist.
8929
8930 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8931
8932 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8933 * gdb.base/jit-main.c: Use exit after usage.
8934
8935 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8936
8937 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8938 GDBHISTSIZE prior to the tests.
8939 * gdb.base/gdbinit-history.exp: Likewise.
8940
8941 2016-04-07 Pedro Alves <palves@redhat.com>
8942
8943 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8944 instead of build_executable. Use gdb_load_shlibs.
8945
8946 2016-04-07 Yao Qi <yao.qi@linaro.org>
8947
8948 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8949 Execute "si" command.
8950
8951 2016-04-07 Yao Qi <yao.qi@linaro.org>
8952
8953 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8954 number instead of the comments on some line.
8955
8956 2016-04-06 Don Breazeal <donb@codesourcery.com>
8957
8958 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8959 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8960
8961 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8962
8963 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8964 standard_output_file. Remove unused binfile variable.
8965
8966 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8967
8968 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8969 * gdb.python/py-mi-objfile.exp: Match "list main" output
8970 in console format.
8971
8972 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8973
8974 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8975 absolute.
8976
8977 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8978
8979 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8980 absolute.
8981 * gdb.trace/ftrace.exp: Likewise.
8982 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8983 targets as well.
8984 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8985 (gdb_load_shlibs): Copy libraries to test directory when testing
8986 natively. Only set solib-search-path if testing remotely.
8987 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8988
8989 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8990
8991 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8992 gdb_download. Use it even if the target is not remote.
8993 * gdb.base/jit.exp (compile_jit_test): Likewise.
8994 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8995 output directory if the destination board is local, otherwise use
8996 the standard remote_download from DejaGnu.
8997 (gdb_download): Remove.
8998 (gdb_load_shlibs): Use gdb_remote_download instead of
8999 gdb_download.
9000 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9001 Use gdb_remote_download instead of gdb_download. Use it even if
9002 the target is not remote.
9003 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9004 instead of gdb_download.
9005
9006 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9007
9008 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9009 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9010 run.
9011
9012 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9013
9014 PR gdb/19820
9015 * gdb.base/printcmds.exp: Add artificial arrays tests.
9016
9017 2016-03-31 Pedro Alves <palves@redhat.com>
9018
9019 PR gdb/19858
9020 * gdb.base/jit-main.c: Include unistd.h.
9021 (ATTACH): Define to 0 if not already defined.
9022 (wait_for_gdb, mypid): New globals.
9023 (WAIT_FOR_GDB): New macro.
9024 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9025 some breakpoint locations.
9026 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9027 New procedures.
9028 (one_jit_test): Add REATTACH parameter, and handle it. Use
9029 continue_to_test_location.
9030 (top level): Test attach, and adjusts calls to one_jit_test.
9031
9032 2016-03-31 Pedro Alves <palves@redhat.com>
9033
9034 PR gdb/19858
9035 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9036 BINSUFFIX parameter, and handle it.
9037 (top level): Adjust calls compile_jit_test.
9038
9039 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9040
9041 PR python/19743
9042 * gdb.python/py-mi-events-gdb.py: New file.
9043 * gdb.python/py-mi-events.c: New file.
9044 * gdb.python/py-mi-events.exp: New file.
9045
9046 2016-03-30 Yao Qi <yao.qi@linaro.org>
9047
9048 * gdb.reverse/until-precsave.exp: Match function name only.
9049 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9050 Move malloc to a condition block.
9051 * gdb.reverse/until-reverse.exp: Match function name only.
9052
9053 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9054
9055 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9056 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9057 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9058 variable for GPR 0 instead of assuming it is register 0.
9059 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9060 * lib/trace-support.exp: Add s390 registers.
9061
9062 2016-03-29 Yao Qi <yao.qi@linaro.org>
9063
9064 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9065
9066 2016-03-24 Yao Qi <yao.qi@linaro.org>
9067
9068 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9069 test message.
9070
9071 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9072
9073 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9074 maintaining separate logic for constructing the output path.
9075
9076 2016-03-16 Don Breazeal <donb@codesourcery.com>
9077
9078 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9079 Retry fork and waitpid on interrupted system call errors.
9080 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9081 Use with_timeout_factor to increase timeout by factor of 10.
9082
9083 2016-03-15 Don Breazeal <donb@codesourcery.com>
9084
9085 * gdb.cp/scope-err.cc: New test program.
9086 * gdb.cp/scope-err.exp: New test script.
9087 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9088 lines and "set breakpoint here" comment.
9089 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9090 Fixed some whitespace and format issues.
9091 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9092 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9093
9094 2016-03-15 Doug Evans <dje@google.com>
9095
9096 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9097 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9098 All callers updated. Add tests for enums, mixed flags register.
9099
9100 2016-03-15 Doug Evans <dje@google.com>
9101
9102 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9103 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9104
9105 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9106
9107 * gdb.base/default.exp: Add $_as_string to the list of expected
9108 convenience functions.
9109
9110 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9111
9112 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9113
9114 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9115
9116 * gdb.python/py-as-string.exp: New file.
9117 * gdb.python/py-as-string.c: New file.
9118
9119 2016-03-09 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9122 signal" -> "Thread NN received signal" output change.
9123 * gdb.threads/ia64-sigill.exp: Likewise.
9124 * gdb.threads/linux-dp.exp: Likewise.
9125 * gdb.threads/manythreads.exp: Likewise.
9126 * gdb.threads/pending-step.exp: Likewise.
9127 * gdb.threads/print-threads.exp: Likewise.
9128 * gdb.threads/sigstep-threads.exp: Likewise.
9129 * gdb.threads/staticthreads.exp: Likewise.
9130 * gdb.threads/tls.exp: Likewise.
9131
9132 2016-03-09 Pedro Alves <palves@redhat.com>
9133
9134 * gdb.base/command-line-input.exp: New file.
9135
9136 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9137
9138 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9139 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9140 * gdb.trace/pending.exp: Accept leading dot before function name.
9141 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9142 * lib/trace-support.exp: Set registers for ppc.
9143
9144 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9145
9146 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9147 use it for disassembly; accept .main in addition to main in backtrace.
9148
9149 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9150 Marcin Kościelnicki <koriakin@0x04.net>
9151
9152 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9153 (gdb_recursion_test_ptr): New global variable.
9154 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9155 gdb_recursion_test.
9156 (gdb_c_test): Ditto.
9157
9158 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9159
9160 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9161 ordering.
9162
9163 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9164
9165 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9166 (bar): Add bar_start_lbl label.
9167 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9168 of foo/bar for emitting DWARF and tracing.
9169
9170 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9171
9172 * analyze-racy-logs.py: Set executable bit.
9173
9174 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9175
9176 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9177 (CHECK_TARGET_TMP): Likewise.
9178 (check-single-racy): New rule.
9179 (check-parallel-racy): Likewise.
9180 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9181 (do-check-parallel-racy): New rule.
9182 (check-racy/%.exp): Likewise.
9183 * README (Racy testcases): New section.
9184 * analyze-racy-logs.py: New file.
9185
9186 2016-03-03 Doug Evans <dje@google.com>
9187
9188 * gdb.base/skip.exp: Use with_test_prefix.
9189
9190 2016-03-03 Yao Qi <yao.qi@linaro.org>
9191
9192 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9193 Invoke step_over_syscall "clone" and break_cond_on_syscall
9194 "clone".
9195 * gdb.base/step-over-clone.c: New file.
9196
9197 2016-03-03 Yao Qi <yao.qi@linaro.org>
9198
9199 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9200 code format.
9201
9202 2016-03-03 Yao Qi <yao.qi@linaro.org>
9203
9204 * gdb.base/disp-step-fork.c: Rename to ...
9205 * gdb.base/step-over-fork.c: ... it. New file.
9206 * gdb.base/disp-step-vfork.c: Rename to ...
9207 * gdb.base/step-over-vfork.c: ... it. New file.
9208 * gdb.base/disp-step-syscall.exp: Rename to ...
9209 * gdb.base/step-over-syscall.exp: ... it. New file.
9210 (disp_step_cross_syscall): Rename to ...
9211 (step_over_syscall): ... it.
9212
9213 2016-03-03 Yao Qi <yao.qi@linaro.org>
9214
9215 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9216 If target supports condition evaluation on target, invoke
9217 break_cond_on_syscall for fork and vfork.
9218
9219 2016-03-03 Yao Qi <yao.qi@linaro.org>
9220
9221 * gdb.base/disp-step-syscall.exp: Don't invoke
9222 support_displaced_stepping.
9223 (disp_step_cross_syscall): Test with displaced stepping off and
9224 on if supported.
9225
9226 2016-03-03 Yao Qi <yao.qi@linaro.org>
9227
9228 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9229 proc.
9230 (setup): New proc.
9231 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9232 and setup.
9233
9234 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9235
9236 * gdb.fortran/vla-history.exp: Remove breakpoint.
9237
9238 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9239
9240 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9241 exceeds timeout.
9242
9243 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9244
9245 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9246 breakpoint.
9247
9248 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9249
9250 * gdb.mi/vla.f90: Nullify pointer after declaration.
9251
9252 2016-03-01 Pedro Alves <palves@redhat.com>
9253
9254 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9255
9256 2016-03-01 Pedro Alves <palves@redhat.com>
9257
9258 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9259 before anything else.
9260 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9261 _GNU_SOURCE here.
9262 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9263 before anything else.
9264 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9265
9266 2016-03-01 Pedro Alves <palves@redhat.com>
9267
9268 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9269
9270 2016-03-01 Yao Qi <yao.qi@linaro.org>
9271
9272 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9273 prepare_for_testing.
9274
9275 2016-03-01 Yao Qi <yao.qi@linaro.org>
9276
9277 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9278
9279 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9280
9281 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9282 manually constructing the output path.
9283
9284 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9285
9286 * gdb.arch/s390-stackless.S: New.
9287 * gdb.arch/s390-stackless.exp: New.
9288
9289 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9290
9291 * gdb.dlang/circular.c: New file.
9292 * gdb.dlang/circular.exp: New file.
9293
9294 2016-02-26 Yao Qi <yao.qi@linaro.org>
9295
9296 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9297 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9298 (testcases): Update.
9299
9300 2016-02-26 Yao Qi <yao.qi@linaro.org>
9301
9302 * gdb.reverse/aarch64.c: Rename to ...
9303 * gdb.reverse/insn-reverse.c: ... it.
9304 * gdb.reverse/aarch64.exp: Rename to ...
9305 * gdb.reverse/insn-reverse.exp: ... it.
9306
9307 2016-02-26 Yao Qi <yao.qi@linaro.org>
9308
9309 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9310 (testcase_ftype): New.
9311 (testcases): New array.
9312 (n_testcases): New.
9313 (main): Call each element in testcases.
9314 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9315 (read_testcase): New.
9316 Do the tests in a loop.
9317
9318 2016-02-25 Yao Qi <yao.qi@linaro.org>
9319
9320 * gdb.base/branches.c: Remove.
9321
9322 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9323
9324 PR gdb/13808
9325 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9326
9327 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9328
9329 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9330
9331 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9332
9333 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9334 change x86_64 call_insn to 'callq'.
9335
9336 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9337
9338 * gdb.trace/tfile-avx.c: Move to...
9339 * gdb.trace/tracefile-pseudo-reg.c: Here.
9340 * gdb.trace/tfile-avx.exp: Move to...
9341 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9342
9343 2016-02-24 Gary Benson <gbenson@redhat.com>
9344
9345 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9346 message on attach.
9347
9348 2016-02-23 Doug Evans <dje@google.com>
9349
9350 * gdb.base/skip.c (test_skip): New function.
9351 (end_test_skip_file_and_function): New function.
9352 (test_skip_file_and_function): New function.
9353 * gdb.base/skip1.c (test_skip): New function.
9354 (skip1_test_skip_file_and_function): New function.
9355 * gdb.base/skip.exp: Add tests for new skip options.
9356 * gdb.base/skip-solib.exp: Update expected output.
9357 * gdb.perf/skip-command.cc: New file.
9358 * gdb.perf/skip-command.exp: New file.
9359 * gdb.perf/skip-command.py: New file.
9360
9361 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9362
9363 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9364 info registers pattern.
9365
9366 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9367
9368 * lib/future.exp: Add D support.
9369 (gdb_find_gdc): New proc.
9370 (gdb_default_target_compile): Add D support.
9371
9372 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9373
9374 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9375 user+system time.
9376 (trace_speed_test): Determine the iteration count for a time
9377 between 15..30 seconds.
9378
9379 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9380
9381 * gdb.arch/i386-mpx-sigsegv.c: New file.
9382 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9383 * gdb.arch/i386-mpx-simple_segv.c: New file.
9384 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9385
9386 2016-02-18 Yao Qi <yao.qi@linaro.org>
9387
9388 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9389 Don't call setup_kfail.
9390
9391 2016-02-18 Yao Qi <yao.qi@linaro.org>
9392
9393 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9394 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9395
9396 2016-02-16 Doug Evans <dje@google.com>
9397
9398 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9399 * gdb.base/skip1.c: Ditto.
9400 * gdb.base/skip.exp: Whitespace cleanup.
9401
9402 2016-02-16 Don Breazeal <donb@codesourcery.com>
9403
9404 PR remote/19496
9405 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9406 Remove kfail for PR remote/19496.
9407
9408 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9409
9410 * lib/gdb.exp (standard_temp_file): Return a path specific to
9411 the runtest invocation.
9412
9413 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9414
9415 * gdb.trace/save-trace.exp: Change relative path to be in the
9416 standard output directory.
9417
9418 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9419
9420 * gdb.arch/i386-prologue.c: Add missing prototypes.
9421
9422 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9423
9424 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9425 * gdb.arch/i386-prologue.exp: Likewise.
9426 * gdb.arch/i386-size.exp: Likewise.
9427
9428 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9429
9430 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9431 define object file path.
9432 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9433 file path.
9434 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9435 standard_output_file to define binfile.
9436
9437 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9438
9439 Fix compatibility with recent gfortran-5.3.1.
9440 * gdb.fortran/vla-history.exp (print vla1 allocated)
9441 (print vla2 allocated, print $2, print $3): Remove
9442 (print $4): Rename to ...
9443 (print $2): ... here.
9444 (print $9): Rename to ...
9445 (print $5): ... here.
9446 (print $10): Rename to ...
9447 (print $6): ... here.
9448 * gdb.fortran/vla.f90: Add pvla initialization.
9449
9450 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9451
9452 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9453 New test.
9454 * gdb.fortran/vla-value-sub.exp: Likewise.
9455
9456 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9457
9458 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9459
9460 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9461
9462 * i386-biarch-core.exp: Define corefile using
9463 standard_output_file.
9464
9465 2016-02-12 Yao Qi <yao.qi@linaro.org>
9466
9467 * gdb.arch/arm-single-step-kernel-helper.c: New.
9468 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9469
9470 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9471
9472 * gdb.btrace/tailcall-only.exp: New.
9473 * gdb.btrace/tailcall-only.c: New.
9474 * gdb.btrace/x86_64-tailcall-only.S: New.
9475 * gdb.btrace/i686-tailcall-only.S: New.
9476
9477 2016-02-11 Pedro Alves <palves@redhat.com>
9478
9479 * README (Parallel testing): Add missing double quotes.
9480
9481 2016-02-11 Pedro Alves <palves@redhat.com>
9482
9483 * README (Parallel testing): New section.
9484 (GDB_PARALLEL): Rewrite.
9485 (FORCE_PARALLEL): Document.
9486
9487 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9488
9489 * gdb.trace/tfile-avx.c: New test.
9490 * gdb.trace/tfile-avx.exp: New test.
9491
9492 2016-02-09 Keith Seitz <keiths@redhat.com>
9493
9494 PR breakpoints/19546
9495 * gdb.base/infcall-exec.c: New file.
9496 * gdb.base/infcall-exec2.c: New file.
9497 * gdb.base/infcall-exec.exp: New file.
9498
9499 2016-02-09 Keith Seitz <keiths@redhat.com>
9500
9501 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9502 (toplevel): Call test_bkpt_address.
9503
9504 2016-02-09 Keith Seitz <keiths@redhat.com>
9505
9506 PR python/19506
9507 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9508 (toplevel): Call test_bkpt_address.
9509
9510 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9511
9512 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9513 to AC_OUTPUT.
9514 * configure: Regenerate.
9515
9516 2016-02-09 Pedro Alves <palves@redhat.com>
9517
9518 PR breakpoints/19548
9519 * gdb.base/execl-update-breakpoints.c (some_function): New
9520 function.
9521 (main): Call it.
9522 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9523 Tighten expected GDB output.
9524
9525 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9526
9527 * Makefile.in (ALL_SUBDIRS): Remove.
9528 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9529 (distclean maintainer-clean realclean): Likewise.
9530 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9531 * configure: Regenerate.
9532 * gdb.ada/Makefile.in: Delete.
9533 * gdb.arch/Makefile.in: Likewise.
9534 * gdb.asm/Makefile.in: Likewise.
9535 * gdb.base/Makefile.in: Likewise.
9536 * gdb.btrace/Makefile.in: Likewise.
9537 * gdb.cell/Makefile.in: Likewise.
9538 * gdb.compile/Makefile.in: Likewise.
9539 * gdb.cp/Makefile.in: Likewise.
9540 * gdb.disasm/Makefile.in: Likewise.
9541 * gdb.dlang/Makefile.in: Likewise.
9542 * gdb.dwarf2/Makefile.in: Likewise.
9543 * gdb.fortran/Makefile.in: Likewise.
9544 * gdb.gdb/Makefile.in: Likewise.
9545 * gdb.go/Makefile.in: Likewise.
9546 * gdb.guile/Makefile.in: Likewise.
9547 * gdb.java/Makefile.in: Likewise.
9548 * gdb.linespec/Makefile.in: Likewise.
9549 * gdb.mi/Makefile.in: Likewise.
9550 * gdb.modula2/Makefile.in: Likewise.
9551 * gdb.multi/Makefile.in: Likewise.
9552 * gdb.objc/Makefile.in: Likewise.
9553 * gdb.opencl/Makefile.in: Likewise.
9554 * gdb.opt/Makefile.in: Likewise.
9555 * gdb.pascal/Makefile.in: Likewise.
9556 * gdb.perf/Makefile.in: Likewise.
9557 * gdb.python/Makefile.in: Likewise.
9558 * gdb.reverse/Makefile.in: Likewise.
9559 * gdb.server/Makefile.in: Likewise.
9560 * gdb.stabs/Makefile.in: Likewise.
9561 * gdb.threads/Makefile.in: Likewise.
9562 * gdb.trace/Makefile.in: Likewise.
9563 * gdb.xml/Makefile.in: Likewise.
9564 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9565 GDB_PARALLEL.
9566 (standard_output_file): Remove check for GDB_PARALLEL, always
9567 return path in outputs/$subdir/$testname.
9568
9569 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9570
9571 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9572 (site.exp): Assign abs_srcdir to tcl's srcdir.
9573
9574 2016-02-04 Yao Qi <yao.qi@linaro.org>
9575
9576 * gdb.base/foll-exec-mode.c: Include limits.h.
9577 (main): Add parameters argc and argv. Get directory from
9578 argv[0].
9579 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9580 compilation.
9581 * gdb.base/foll-exec.c: Include limits.h.
9582 (main): Add parameters argc and argv.
9583 Get directory from argv[0].
9584 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9585 Adjust tests on the number of lines as source code changed.
9586 * gdb.base/foll-vfork-exit.c: Include limits.h.
9587 (main): Add one line of statement before vfork.
9588 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9589 (main): Add parameters argc and argv. Get directory from
9590 argv[0].
9591 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9592 (setup_gdb): Set tbreak to skip some source lines.
9593 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9594 (main): Add parameters argc and argv. Get directory from
9595 argv[0].
9596 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9597 compilation.
9598 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9599 (main): Add parameters argc and argv. Get directory from
9600 argv[0].
9601 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9602 compilation.
9603
9604 2016-02-01 Doug Evans <dje@google.com>
9605
9606 * gdb.base/skip.exp: Clean up multiple references to same test name.
9607
9608 2016-02-01 Pedro Alves <palves@redhat.com>
9609
9610 PR remote/19496
9611 * gdb.threads/forking-threads-plus-breakpoint.exp
9612 (displaced_stepping_supported): New global.
9613 (probe_displaced_stepping_support): New procedure.
9614 (do_test): Add 'displaced' parameter, and use it.
9615 (top level): Check for displaced stepping support. Add displaced
9616 stepping on/off testing axis.
9617
9618 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9619
9620 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9621 pointer. Don't perform further tests on the unassociated pointer
9622 if the first test fails.
9623
9624 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9625
9626 * gdb.base/max-value-size.c: New file.
9627 * gdb.base/max-value-size.exp: New file.
9628 * gdb.base/huge.exp: Disable max-value-size for this test.
9629
9630 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9631
9632 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9633
9634 2016-01-28 Yao Qi <yao.qi@linaro.org>
9635
9636 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9637
9638 2016-01-25 Pedro Alves <palves@redhat.com>
9639
9640 PR threads/19461
9641 * gdb.base/fork-running-state.c: New file.
9642 * gdb.base/fork-running-state.exp: New file.
9643
9644 2016-01-25 Pedro Alves <palves@redhat.com>
9645
9646 PR gdb/19494
9647 * gdb.base/catch-fork-kill.c: New file.
9648 * gdb.base/catch-fork-kill.exp: New file.
9649
9650 2016-01-25 Pedro Alves <palves@redhat.com>
9651
9652 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9653 Delete, moved to lib/gdb.exp.
9654 * gdb.threads/forking-threads-plus-breakpoint.exp
9655 (foreach_with_prefix): Likewise.
9656 * gdb.threads/process-dies-while-handling-bp.exp
9657 (foreach_with_prefix): Likewise.
9658 * lib/gdb.exp (foreach_with_prefix): New procedure.
9659
9660 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9661
9662 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9663 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9664
9665 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9666
9667 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9668 endian targets.
9669
9670 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9671 Pedro Alves <palves@redhat.com>
9672
9673 Fix testsuite compatibility with Guile.
9674 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9675 number.
9676
9677 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9678
9679 Fix testsuite compatibility with Guile.
9680 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9681 (thread 1): New test for backtrace through signal handler.
9682
9683 2016-01-22 Yao Qi <yao.qi@linaro.org>
9684
9685 PR testsuite/19491
9686 * gdb.base/multi-forks.c: Include
9687 ../lib/unbuffer_output.c
9688 (main): Call gdb_unbuffer_output.
9689
9690 2016-01-21 Doug Evans <dje@google.com>
9691
9692 * lib/ada.exp (gdb_compile_ada): Fix typo.
9693
9694 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9695
9696 * gdb.base/break-fun-addr.exp: New file.
9697 * gdb.base/break-fun-addr1.c: New file.
9698 * gdb.base/break-fun-addr2.c: New file.
9699
9700 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9701
9702 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9703 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9704 enum flag values.
9705
9706 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9707
9708 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9709 when GDB can not set the vector return value. Add more comments
9710 for clarification.
9711
9712 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9713
9714 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9715 command.
9716
9717 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9718
9719 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9720
9721 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9722
9723 * Makefile.in (check-single): Pass --status to runtest.
9724 (check/%.exp): Likewise.
9725
9726 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9727
9728 * Makefile.in (check-parallel): Propagate return code from make
9729 do-check-parallel.
9730
9731 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9732
9733 * gdb.trace/ftrace.exp: Fix expected message on continue.
9734 * gdb.trace/pending.exp: Fix expected message on continue.
9735 * gdb.trace/trace-break.exp: Fix expected message on continue.
9736
9737 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9738
9739 * lib/gdb.exp (gdb_test): Remove unused global references.
9740
9741 2016-01-18 Pedro Alves <palves@redhat.com>
9742
9743 * gdb.base/async-shell.exp: Adjust expected output.
9744 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9745 * gdb.base/siginfo-thread.exp: Adjust expected output.
9746 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9747 * gdb.java/jnpe.exp: Adjust expected output.
9748 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9749 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9750 * gdb.threads/leader-exit.exp: Adjust expected output.
9751 * gdb.threads/manythreads.exp: Adjust expected output.
9752 * gdb.threads/pthreads.exp: Adjust expected output.
9753 * gdb.threads/schedlock.exp: Adjust expected output.
9754 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9755 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9756 expected output.
9757 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9758 output.
9759 * gdb.threads/sigthread.exp: Adjust expected output.
9760 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9761
9762 2016-01-18 Yao Qi <yao.qi@linaro.org>
9763
9764 * gdb.guile/scm-section-script.c: Replace @progbits with
9765 %progbits.
9766 * gdb.python/py-section-script.c: Likewise.
9767
9768 2016-01-15 Pedro Alves <palves@redhat.com>
9769
9770 * gdb.multi/tids.exp: Test star wildcard ranges.
9771
9772 2016-01-15 Pedro Alves <palves@redhat.com>
9773
9774 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9775 command from "thread apply" invocation.
9776 (thr_apply_info_thr_invalid): Default the expected output to the
9777 input tid list.
9778 (top level): Add tests that use convenience variables. Add tests
9779 for "thread apply" with a valid TID list, but missing the command.
9780
9781 2016-01-13 Pedro Alves <palves@redhat.com>
9782
9783 * gdb.base/default.exp: Expect $_gthread as well.
9784 * gdb.multi/tids.exp: Test $_gthread.
9785 * gdb.threads/thread-specific.exp: Test $_gthread.
9786
9787 2016-01-13 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.multi/tids.exp: Test "info threads -gid".
9790
9791 2016-01-13 Pedro Alves <palves@redhat.com>
9792
9793 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9794 Breakpoint.thread.
9795 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9796
9797 2016-01-07 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.base/break.exp: Adjust to output changes.
9800 * gdb.base/hbreak2.exp: Likewise.
9801 * gdb.base/sepdebug.exp: Likewise.
9802 * gdb.base/watch_thread_num.exp: Likewise.
9803 * gdb.linespec/keywords.exp: Likewise.
9804 * gdb.multi/info-threads.exp: Likewise.
9805 * gdb.threads/thread-find.exp: Likewise.
9806 * gdb.multi/tids.c: New file.
9807 * gdb.multi/tids.exp: New file.
9808
9809 2016-01-13 Pedro Alves <palves@redhat.com>
9810
9811 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9812
9813 2016-01-13 Pedro Alves <palves@redhat.com>
9814
9815 * gdb.base/default.exp: Expect $_inferior as well.
9816 * gdb.multi/base.exp: Test $_inferior.
9817
9818 2016-01-13 Pedro Alves <palves@redhat.com>
9819
9820 PR breakpoints/19388
9821 * gdb.base/catch-signal-siginfo-cond.c: New file.
9822 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9823
9824 2016-01-12 Josh Stone <jistone@redhat.com>
9825 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9826
9827 * gdb.base/catch-syscall.c (do_execve): New variable.
9828 (main): Conditionally trigger an execve.
9829 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9830 (test_catch_syscall_execve): New, check entry/return across execve.
9831 (do_syscall_tests): Call test_catch_syscall_execve.
9832
9833 2016-01-12 Pedro Alves <palves@redhat.com>
9834
9835 * gdb.base/random-signal.exp (do_test): New procedure, with body
9836 of testcase moved in.
9837
9838 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9839 Pedro Alves <palves@redhat.com>
9840
9841 * gdb.base/funcargs.exp (finish from indirectly called function):
9842 Reintroduce the case for 'First'.
9843
9844 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9845 Pedro Alves <palves@redhat.com>
9846
9847 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9848 (tcatch_vfork_then_child_follow_exec)
9849 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9850 identification.
9851
9852 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9853
9854 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9855 and repeats to unlimited.
9856 * gdb.python/py-value.exp: Likewise.
9857 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9858 and repeats to unlimited.
9859
9860 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9861
9862 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9863 and reordering the functions.
9864 * gdb.multi/hangout.c: Likewise.
9865 * gdb.multi/hello.c: Likewise.
9866
9867 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9868
9869 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9870 absolute.
9871 (SingleStatisticTestResult.report): Use dict.keys instead of
9872 dict.iterkeys.
9873
9874 2016-01-06 Pedro Alves <palves@redhat.com>
9875
9876 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9877
9878 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9879
9880 * gdb.btrace/dlopen.exp: New.
9881 * gdb.btrace/dlopen.c: New.
9882 * gdb.btrace/dlopen-dso.c: New.
9883
9884 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9885
9886 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9887 PATTERN argument is optional.
9888
9889 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9890
9891 * lib/ada.exp (target_compile_ada_from_dir): New function.
9892 (gdb_compile_ada): Reimplement avoiding the use of project files.
9893 * gdb.ada/gnat_ada.gpr: Delete.
9894 * gdb.ada/cond_lang.exp: Adjust test to make path before
9895 filename optional.
9896 * gdb.ada/small_reg_param.exp: Likewise.
9897
9898 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9899
9900 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9901
9902 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9903
9904 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9905 case.
9906
9907 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9908
9909 * gdb.base/break.exp: Remove dead code.
9910 * gdb.base/sepdebug.exp: Likewise.
9911
9912 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9913
9914 * gdb.asm/asm-source.exp: Remove HP-UX references.
9915 * gdb.base/annota1.exp: Likewise.
9916 * gdb.base/annota3.exp: Likewise.
9917 * gdb.base/attach.exp: Likewise.
9918 * gdb.base/bigcore.exp: Likewise.
9919 * gdb.base/break.exp: Likewise.
9920 * gdb.base/call-ar-st.exp: Likewise.
9921 * gdb.base/callfuncs.exp: Likewise.
9922 * gdb.base/catch-fork-static.exp: Likewise.
9923 * gdb.base/display.exp: Likewise.
9924 * gdb.base/foll-exec-mode.exp: Likewise.
9925 * gdb.base/foll-exec.exp: Likewise.
9926 * gdb.base/foll-fork.exp: Likewise.
9927 * gdb.base/foll-vfork.exp: Likewise.
9928 * gdb.base/funcargs.exp: Likewise.
9929 * gdb.base/hbreak2.exp: Likewise.
9930 * gdb.base/inferior-died.exp: Likewise.
9931 * gdb.base/interrupt.exp: Likewise.
9932 * gdb.base/multi-forks.exp: Likewise.
9933 * gdb.base/nodebug.exp: Likewise.
9934 * gdb.base/sepdebug.exp: Likewise.
9935 * gdb.base/solib1.c: Likewise.
9936 * gdb.base/step-test.exp: Likewise.
9937 * gdb.mi/non-stop.c: Likewise.
9938 * gdb.mi/pthreads.c: Likewise.
9939 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9940 * gdb.threads/pthreads.c: Likewise.
9941 * gdb.threads/staticthreads.exp: Likewise.
9942 * lib/future.exp: Likewise.
9943 * lib/gdb.exp: Likewise.
9944 * gdb.base/so-indr-cl.c: Remove.
9945 * gdb.base/so-indr-cl.exp: Likewise.
9946 * gdb.base/solib.c: Likewise.
9947 * gdb.base/solib.exp: Likewise.
9948 * gdb.base/solib2.c: Likewise.
9949
9950 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9951
9952 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9953 * gdb.base/call-ar-st.exp: Likewise.
9954 * gdb.base/callfuncs.exp: Likewise.
9955 * gdb.base/condbreak.exp: Likewise.
9956 * gdb.base/constvars.exp: Likewise.
9957 * gdb.base/hbreak2.exp: Likewise.
9958 * gdb.base/langs.exp: Likewise.
9959 * gdb.base/list.exp: Likewise.
9960 * gdb.base/long_long.exp: Likewise.
9961 * gdb.base/ptype.exp: Likewise.
9962 * gdb.base/scope.exp: Likewise.
9963 * gdb.base/signals.exp: Likewise.
9964 * gdb.base/so-impl-ld.exp: Likewise.
9965 * gdb.base/varargs.exp: Likewise.
9966 * gdb.base/volatile.exp: Likewise.
9967 * gdb.base/whatis.exp: Likewise.
9968 * gdb.cp/cplusfuncs.exp: Likewise.
9969 * gdb.cp/inherit.exp: Likewise.
9970 * gdb.cp/local.exp: Likewise.
9971 * gdb.cp/member-ptr.exp: Likewise.
9972 * gdb.cp/method.exp: Likewise.
9973 * gdb.cp/overload.exp: Likewise.
9974 * gdb.cp/templates.exp: Likewise.
9975 * gdb.stabs/weird.exp: Likewise.
9976 * lib/compiler.c: Likewise.
9977 * lib/compiler.cc: Likewise.
9978 * lib/cp-support.exp: Likewise.
9979 * lib/gdb.exp: Likewise.
9980
9981 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9982
9983 * configure.ac: Remove HP-UX case.
9984 * configure: Regenerate.
9985
9986 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9987
9988 * lib/gdb.exp (gdb_compile): Add function doc.
9989
9990 2015-12-17 Pedro Alves <palves@redhat.com>
9991
9992 PR threads/19354
9993 * gdb.multi/info-threads.exp: New file.
9994
9995 2015-12-15 Yao Qi <yao.qi@linaro.org>
9996
9997 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9998 is aarch64*-*-*.
9999
10000 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10001
10002 * gdb.base/history-duplicates.exp: Skip if no readline support.
10003
10004 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10005
10006 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10007
10008 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10009
10010 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10011
10012 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10013
10014 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10015 ctrl-C if nointerrupts target property is set.
10016 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10017 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10018 * gdb.base/paginate-bg-execution.exp: Likewise.
10019 * gdb.base/paginate-execution-startup.exp: Likewise.
10020 * gdb.base/random-signal.exp: Likewise.
10021 * gdb.base/range-stepping.exp: Likewise.
10022 * gdb.cp/annota2.exp: Likewise.
10023 * gdb.cp/annota3.exp: Likewise.
10024 * gdb.gdb/selftest.exp: Likewise.
10025 * gdb.threads/continue-pending-status.exp: Likewise.
10026 * gdb.threads/leader-exit.exp: Likewise.
10027 * gdb.threads/manythreads.exp: Likewise.
10028 * gdb.threads/pthreads.exp: Likewise.
10029 * gdb.threads/schedlock.exp: Likewise.
10030 * gdb.threads/sigthread.exp: Likewise.
10031
10032 2015-12-11 Don Breazeal <donb@codesourcery.com>
10033
10034 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10035 remote.
10036 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10037 * gdb.base/foll-exec.exp (main): Enable for target remote.
10038 * gdb.base/foll-fork.exp (main): Likewise.
10039 * gdb.base/foll-vfork.exp (main): Likewise.
10040 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10041 (proc continue_to_exit_bp_loc): Use clean_restart.
10042 * gdb.base/pie-execl.exp (main): Disable for target remote.
10043 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10044 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10045 * gdb.threads/execl.exp (main): Likewise.
10046 * gdb.threads/fork-child-threads.exp (main): Likewise.
10047 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10048 remote.
10049 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10050 remote.
10051 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10052 pid.tid style ptids, instead of just tid.
10053 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10054 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10055 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10056 ptids, instead of just tid.
10057
10058 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10059
10060 * gdb.base/list.exp (test_list_forward): Add end of file error
10061 test.
10062 (test_repeat_list_command): Add end of file error test.
10063 (test_list_backwards): Add beginning of file error test.
10064
10065 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10066
10067 * gdb.base/list.exp (test_list_invalid_args): New function,
10068 defined, and called.
10069
10070 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10071
10072 * gdb.base/list.exp (test_list): Make test names unique.
10073
10074 2015-12-11 Yao Qi <yao.qi@linaro.org>
10075
10076 * gdb.base/coremaker2.c: Remove.
10077
10078 2015-12-10 Pedro Alves <palves@redhat.com>
10079
10080 * gdb.multi/base.exp: Remove stale "spaces" references.
10081
10082 2015-12-10 Pedro Alves <palves@redhat.com>
10083
10084 * gdb.multi/base.exp: Don't use nowarnings.
10085 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10086 * gdb.multi/hangout.c: Include stdio.h.
10087 * gdb.multi/hello.c: Include stdlib.h.
10088 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10089 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10090 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10091
10092 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10093
10094 * gdb.dwarf2/dw2-ranges-base.c: New file.
10095 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10096 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10097 support additional line table, and debug ranges generation.
10098 (Dwarf::ranges): New function, generate .debug_ranges.
10099 (Dwarf::lines): Support generating simple line table programs.
10100 (Dwarf::assemble): Initialise new namespace variables.
10101
10102 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10103
10104 * gdb.base/async.exp (proc test_background): Add case for
10105 asynchronous execution not supported.
10106
10107 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10108
10109 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10110 format and change test names to make them unique.
10111
10112 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10113 Pedro Alves <pedro@redhat.com>
10114
10115 PR gdb/18702
10116 Add checking of floatformats setup on x86_64 hosts.
10117 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10118 (smallval, bigval): New labels/constants.
10119 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10120 float" after loading bigval and smallval.
10121
10122 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10123
10124 * gdb.ada/fun_overload_menu.exp: New testcase.
10125 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10126
10127 2015-12-04 Josh Stone <jistone@redhat.com>
10128
10129 * gdb.base/catch-fork-static.exp: New.
10130
10131 2015-12-03 Yao Qi <yao.qi@linaro.org>
10132
10133 * gdb.base/sizeof.c: Don't include stdio.h and
10134 ../lib/unbuffer_output.c.
10135 (main): New variable 'size' and 'value'. Remove printf and
10136 gdb_unbuffer_output. Assign return value to size and value.
10137 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10138 at the beginning.
10139 (check_sizeof): Check the result by printing variable 'size'.
10140 (check_valueof): Check the result by printing variable 'value'.
10141
10142 2015-12-01 Yao Qi <yao.qi@linaro.org>
10143
10144 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10145 for aarch64*-*-linux* target.
10146
10147 2015-11-30 Pedro Alves <palves@redhat.com>
10148
10149 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10150
10151 2015-11-30 Pedro Alves <palves@redhat.com>
10152
10153 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10154 Handle non-stop mode vCont replies.
10155
10156 2015-11-30 Pedro Alves <palves@redhat.com>
10157
10158 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10159 prepare_for_testing. Start gdb with "set non-stop on" appended to
10160 GDBFLAGS. Lax expected stop output.
10161
10162 2015-11-27 Yao Qi <yao.qi@linaro.org>
10163
10164 * gdb.arch/arm-neon.exp: New.
10165 * gdb.arch/arm-neon.c: New.
10166
10167 2015-11-27 Yao Qi <yao.qi@linaro.org>
10168
10169 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10170
10171 2015-11-27 Yao Qi <yao.qi@linaro.org>
10172
10173 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10174 frames-invalid annotation.
10175
10176 2015-11-27 Yao Qi <yao.qi@linaro.org>
10177
10178 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10179
10180 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10181
10182 * gdb.threads/names.exp: New file.
10183 * gdb.threads/names.c: New file.
10184 * README: Mention gdb,no_thread_names.
10185
10186 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10187
10188 PR 19297
10189 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10190 support" error.
10191
10192 2015-11-24 Pedro Alves <palves@redhat.com>
10193
10194 PR 17539
10195 * gdb.base/display.exp: Expect displays to be sorted in ascending
10196 order. Use multi_line.
10197 * gdb.base/solib-display.exp: Likewise.
10198
10199 2015-11-24 Pedro Alves <palves@redhat.com>
10200
10201 PR 17539
10202 * gdb.base/display.exp: Expect displays to be sorted in ascending
10203 order. Use multi_line.
10204 * gdb.base/solib-display.exp: Likewise.
10205
10206 2015-11-24 Pedro Alves <palves@redhat.com>
10207
10208 PR 17539
10209 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10210 threads in ascending order.
10211 * gdb.base/foll-fork.exp: Likewise.
10212 * gdb.base/foll-vfork.exp: Likewise.
10213 * gdb.base/multi-forks.exp: Likewise.
10214 * gdb.mi/mi-nonstop.exp: Likewise.
10215 * gdb.mi/mi-nsintrall.exp: Likewise.
10216 * gdb.multi/base.exp: Likewise.
10217 * gdb.multi/multi-arch.exp: Likewise.
10218 * gdb.python/py-inferior.exp: Likewise.
10219 * gdb.threads/break-while-running.exp: Likewise.
10220 * gdb.threads/execl.exp: Likewise.
10221 * gdb.threads/gcore-thread.exp: Likewise.
10222 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10223 * gdb.threads/kill.exp: Likewise.
10224 * gdb.threads/linux-dp.exp: Likewise.
10225 * gdb.threads/multiple-step-overs.exp: Likewise.
10226 * gdb.threads/next-bp-other-thread.exp: Likewise.
10227 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10228 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10229 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10230 * gdb.threads/thread-find.exp: Likewise.
10231 * gdb.threads/tls.exp: Likewise.
10232 * lib/mi-support.exp (mi_reverse_list): Delete.
10233 (mi_check_thread_states): No longer reverse list.
10234
10235 2015-11-24 Pedro Alves <palves@redhat.com>
10236
10237 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10238 use lowercase.
10239
10240 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10241
10242 * gdb.trace/actions.c: Include trace-common.h.
10243 (main): Add a location for a fast tracepoint.
10244 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10245 the normal tracepoints.
10246 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10247
10248 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10249
10250 * save-trace.exp: Factor out code to these...
10251 (gdb_save_tracepoints): New.
10252 (gdb_load_tracepoints): New.
10253 (do_save_load_test): New.
10254
10255 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10256
10257 * gdb.base/asmlabel.exp: New test.
10258 * gdb.base/asmlabel.c: New test case.
10259
10260 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10261
10262 * gdb.base/wrong_frame_bt_full-main.c: New file.
10263 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10264 * gdb.base/wrong_frame_bt_full.exp: New file.
10265
10266 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10267
10268 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10269
10270 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10271
10272 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10273 pstate register when comparing registers values in
10274 sparc64-*-linux-gnu targets to avoid spurious differences.
10275
10276 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10277
10278 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10279
10280 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10281
10282 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10283 as type argument to gdb_compile.
10284 * gdb.base/nested-subp2.exp: Likewise.
10285 * gdb.base/nested-subp3.exp: Likewise.
10286
10287 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10288
10289 * lib/dwarf.exp (_note): Fix left shift of negative value.
10290 * gdb.trace/trace-condition.exp: Likewise.
10291
10292 2015-11-13 Yao Qi <yao.qi@linaro.org>
10293
10294 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10295 comments about d10v.
10296 (test_scalar_returns): Likewise.
10297 * gdb.base/d10v.ld: Remove.
10298 * gdb.base/overlays.exp: Remove the target triplet checking for
10299 d10v-*-*.
10300 * gdb.base/structs.exp (test_struct_returns): Remove the
10301 comments about d10v.
10302 (test_struct_calls): Likewise.
10303
10304 2015-11-13 Yao Qi <yao.qi@linaro.org>
10305
10306 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10307 * gdb.base/gnu_vector.c: Don't include stdio.h.
10308 (main): Don't print res and call add_some_intvecs.
10309
10310 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10311
10312 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10313 macro.
10314 (func5): Removed.
10315 (func4): Use FAST_TRACEPOINT_LABEL.
10316 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10317 macro.
10318 (func): Removed.
10319 (thread_function): Use FAST_TRACEPOINT_LABEL.
10320 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10321 (func): Remove.
10322 (marker): Use FAST_TRACEPOINT_LABEL.
10323 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10324 (pendfunc1): Remove.
10325 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10326 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10327 (foo): Remove.
10328 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10329 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10330 macro.
10331 (func): Remove.
10332 (marker): Use FAST_TRACEPOINT_LABEL.
10333 * gdb.trace/trace-common.h: New header.
10334 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10335 macro.
10336 (func): Remove.
10337 (marker): Use FAST_TRACEPOINT_LABEL.
10338 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10339 (func): Remove.
10340 (thread_function): Use FAST_TRACEPOINT_LABEL.
10341
10342 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10343
10344 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10345 in front.
10346 * gdb.trace/change-loc.exp: Use global pcreg definition.
10347 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10348 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10349 in front.
10350 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10351 * gdb.trace/pending.exp: Likewise.
10352 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10353 * gdb.trace/trace-break.exp: Likewise.
10354 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10355 in front.
10356 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10357 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10358 in front.
10359 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10360
10361 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10362
10363 * gdb.ada/fin_fun_out: New testcase.
10364
10365 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10366
10367 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10368 value associated with DW_AT_byte_size.
10369 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10370 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10371 DW_AT_upper_bound.
10372
10373 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10374
10375 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10376 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10377 version.
10378 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10379 gdb.dwarf2/dw2-canonicalize-type.exp,
10380 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10381 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10382 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10383 provided by gdb_target_symbol_prefix_flags_asm.
10384 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10385 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10386 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10387 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10388 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10389 macros where needed). Use this macro for symbols which require
10390 the prefix provided by SYMBOL_PREFIX.
10391
10392 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10393
10394 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10395 New procs.
10396 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10397 representing expressions, of more than one list element.
10398 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10399 to prepend linker symbol prefix to f.
10400 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10401 table_1 and table_2.
10402 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10403 Likewise, for f and g.
10404 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10405 for ptr.
10406 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10407 for main.
10408 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10409 table_1_ptr and table_2_ptr.
10410
10411 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10412 Joel Brobecker <brobecker@adacore.com>
10413
10414 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10415
10416 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10417
10418 * gdb.reverse/s390-mvcle.c: New test.
10419 * gdb.reverse/s390-mvcle.exp: New file.
10420 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10421
10422 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10423
10424 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10425
10426 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10427
10428 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10429 reaching marker2.
10430 * gdb.reverse/getresuid-reverse.exp: Likewise.
10431 * gdb.reverse/pipe-reverse.exp: Likewise.
10432 * gdb.reverse/readv-reverse.exp: Likewise.
10433 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10434 * gdb.reverse/time-reverse.exp: Likewise.
10435 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10436
10437 2015-10-30 Yao Qi <yao.qi@linaro.org>
10438
10439 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10440 (empty_cycle): Remove.
10441 (main): Don't call empty_cycle. Don't use watch_count_done.
10442 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10443 empty_cycle. Rewrite the code counting HW watchpoints.
10444
10445 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10446
10447 * gdb.reverse/fstatat-reverse.c: New test.
10448 * gdb.reverse/fstatat-reverse.exp: New file.
10449 * gdb.reverse/getresuid-reverse.c: New test.
10450 * gdb.reverse/getresuid-reverse.exp: New file.
10451 * gdb.reverse/pipe-reverse.c: New test.
10452 * gdb.reverse/pipe-reverse.exp: New file.
10453 * gdb.reverse/readv-reverse.c: New test.
10454 * gdb.reverse/readv-reverse.exp: New file.
10455 * gdb.reverse/recvmsg-reverse.c: New test.
10456 * gdb.reverse/recvmsg-reverse.exp: New file.
10457 * gdb.reverse/time-reverse.c: New test.
10458 * gdb.reverse/time-reverse.exp: New file.
10459 * gdb.reverse/waitpid-reverse.c: New test.
10460 * gdb.reverse/waitpid-reverse.exp: New file.
10461
10462 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10463
10464 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10465
10466 2015-10-26 Doug Evans <dje@google.com>
10467
10468 PR symtab/17391
10469 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10470 * gdb.dwarf2/bad-regnum.c: New file.
10471 * gdb.dwarf2/bad-regnum.exp: New file.
10472
10473 2015-10-26 Doug Evans <dje@google.com>
10474
10475 PR python/18938
10476 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10477 file.
10478
10479 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10480
10481 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10482 for a change by "Mention language in compile error message".
10483
10484 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10485
10486 PR python/18073
10487 * gdb.python/py-type.c (C::a_method): New.
10488 (C::a_const_method): New.
10489 (C::a_static_method): New.
10490 (a_function): New.
10491 * gdb.python/py-type.exp (test_fields): Test getting fields
10492 from function and method.
10493
10494 2015-10-21 Keven Boell <keven.boell@intel.com>
10495
10496 * gdb.fortran/vla-alloc-assoc.exp: New file.
10497 * gdb.fortran/vla-datatypes.exp: New file.
10498 * gdb.fortran/vla-datatypes.f90: New file.
10499 * gdb.fortran/vla-history.exp: New file.
10500 * gdb.fortran/vla-ptype-sub.exp: New file.
10501 * gdb.fortran/vla-ptype.exp: New file.
10502 * gdb.fortran/vla-sizeof.exp: New file.
10503 * gdb.fortran/vla-sub.f90: New file.
10504 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10505 * gdb.fortran/vla-value-sub-finish.exp: New file.
10506 * gdb.fortran/vla-value-sub.exp: New file.
10507 * gdb.fortran/vla-value.exp: New file.
10508 * gdb.fortran/vla-ptr-info.exp: New file.
10509 * gdb.mi/mi-vla-fortran.exp: New file.
10510 * gdb.mi/vla.f90: New file.
10511
10512 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10513
10514 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10515 of hardwired timeout value.
10516
10517 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10518 Pedro Alves <palves@redhat.com>
10519
10520 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10521 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10522
10523 2015-10-19 Josh Stone <jistone@redhat.com>
10524
10525 * gdb.base/catch-syscall.c: Include <sched.h>.
10526 (unknown_syscall): New variable.
10527 (main): Trigger a vfork and an unknown syscall.
10528 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10529 (unknown_syscall_number): Likewise.
10530 (check_call_to_syscall): Accept an optional syscall pattern.
10531 (check_return_from_syscall): Likewise.
10532 (check_continue): Likewise.
10533 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10534 (test_catch_syscall_skipping_return): New test toggling off 'catch
10535 syscall' to step over the syscall return, then toggling back on.
10536 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10537 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10538 (do_syscall_tests): Call test_catch_syscall_without_args and
10539 test_catch_syscall_mid_vfork.
10540 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10541 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10542
10543 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10544
10545 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10546 print g_vE): Add new pass patterns.
10547 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10548 print various symbol names for vptr fields.
10549
10550 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10551
10552 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10553 results.
10554
10555 2015-10-12 Yao Qi <yao.qi@linaro.org>
10556
10557 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10558
10559 2015-10-12 Yao Qi <yao.qi@linaro.org>
10560
10561 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10562 is aarch64*-*-linux*.
10563
10564 2015-10-12 Yao Qi <yao.qi@linaro.org>
10565
10566 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10567 (can_relocate_bcond_true): ... it.
10568 (can_relocate_bcond_false): New function.
10569 (foo): Likewise.
10570 (can_relocate_bl): Likewise.
10571 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10572 can_relocate_bl.
10573
10574 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10575
10576 * gdb.base/nested-addr.c: New file.
10577 * gdb.base/nested-addr.exp: New testcase.
10578
10579 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10580
10581 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10582 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10583 its output. Ignore the output of "record goto begin" and instead
10584 check that GDB is replaying.
10585
10586 2015-10-09 Pedro Alves <palves@redhat.com>
10587
10588 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10589 (top level): Use it in the run with no args test.
10590
10591 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10592
10593 * gdb.dlang/properties.exp: New file.
10594
10595 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10596
10597 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10598 whether or not address 0x1000 is mapped on the target.
10599
10600 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10601
10602 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10603 build.
10604
10605 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10606
10607 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10608 instruction-history test.
10609
10610 2015-09-28 Doug Evans <dje@google.com>
10611
10612 * gdb.base/gcore.c (array_func): Add reference to static_array.
10613
10614 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10615
10616 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10617 source line.
10618
10619 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10620
10621 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10622 short or char as base type.
10623
10624 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10625
10626 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10627 to allow any size enum.
10628
10629 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10630
10631 * gdb.ada/array_ptr_renaming.exp: New testcase.
10632 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10633 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10634
10635 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10636
10637 * gdb.trace/ftrace-lock.c: New file.
10638 * gdb.trace/ftrace-lock.exp: New file.
10639
10640 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10641
10642 * gdb.arch/insn-reloc.c: New file.
10643 * gdb.arch/ftrace-insn-reloc.exp: New file.
10644
10645 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10646
10647 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10648 instruction.
10649 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10650 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10651 * gdb.trace/range-stepping.c: Likewise.
10652 * gdb.trace/trace-break.c: Likewise.
10653 * gdb.trace/trace-mt.c (thread_function): Likewise.
10654 * gdb.trace/ftrace.c (marker): Likewise.
10655 * gdb.trace/trace-condition.c (marker): Likewise.
10656 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10657 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10658 is_aarch64_target.
10659
10660 2015-09-18 Doug Evans <xdje42@gmail.com>
10661
10662 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10663 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10664
10665 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10666
10667 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10668 the breakpoint.
10669
10670 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10671
10672 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10673 the pending breakpoint. Remove timeout override for "Run till
10674 MI pending breakpoint on pendfunc3 on thread 2" test.
10675
10676 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10677
10678 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10679 filename pattern.
10680
10681 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10682
10683 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10684 in breakpoint filename pattern.
10685
10686 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10687
10688 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10689
10690 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10691
10692 * gdb.linespec/explicit.exp: Check for readline support for
10693 tab-completion tests. Fix obvious typo.
10694
10695 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10696
10697 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10698 and replay.
10699
10700 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10701
10702 * gdb.btrace/non-stop.c: New.
10703 * gdb.btrace/non-stop.exp: New.
10704
10705 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10706 Yao Qi <yao.qi@linaro.org>
10707
10708 * gdb.trace/trace-condition.c: New file.
10709 * gdb.trace/trace-condition.exp: New file.
10710
10711 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10712
10713 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10714 for testing bytecode compilation.
10715
10716 2015-09-16 Pedro Alves <palves@redhat.com>
10717 Sandra Loosemore <sandra@codesourcery.com>
10718
10719 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10720 (SECONDS): Redefine.
10721 (main): Call pthread_kill and alarm early.
10722 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10723 support.
10724 (test): If the target can't hardware step and doesn't support
10725 displaced stepping, increase the timeout.
10726
10727 2015-09-16 Pedro Alves <palves@redhat.com>
10728
10729 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10730 (enable_debug): New procedures.
10731 (test): Use them. Bail out if waiting for threads fails.
10732 (top level): Bail out if a test fails.
10733
10734 2015-09-16 Yao Qi <yao.qi@linaro.org>
10735
10736 * gdb.asm/asm-source.exp: Set asm-arch for
10737 aarch64*-*-* target.
10738 * gdb.asm/aarch64.inc: New file.
10739
10740 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10741
10742 * gdb.ada/array_of_variable_length.exp: New testcase.
10743 * gdb.ada/array_of_variable_length/foo.adb: New file.
10744 * gdb.ada/array_of_variable_length/pck.adb: New file.
10745 * gdb.ada/array_of_variable_length/pck.ads: New file.
10746
10747 2015-09-15 Doug Evans <dje@google.com>
10748
10749 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10750 of function static local variable.
10751
10752 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10753
10754 * gdb.threads/tls-so_extern.exp: New test file.
10755 * gdb.threads/tls-so_extern.c: New test file.
10756 * gdb.threads/tls-so_extern_main.c: New test file.
10757
10758 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10759
10760 * gdb.opt/solib-intra-step-lib.c: New file.
10761 * gdb.opt/solib-intra-step-main.c: New file.
10762 * gdb.opt/solib-intra-step.exp: New file.
10763
10764 2015-09-15 Pedro Alves <palves@redhat.com>
10765
10766 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10767 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10768
10769 2015-09-14 Pedro Alves <palves@redhat.com>
10770
10771 * gdb.base/hook-stop-continue.c: Delete.
10772 * gdb.base/hook-stop-continue.exp: Delete.
10773 * gdb.base/hook-stop-frame.c: Delete.
10774 * gdb.base/hook-stop-frame.exp: Delete.
10775 * gdb.base/hook-stop.c: New file.
10776 * gdb.base/hook-stop.exp: New file.
10777
10778 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10779
10780 * gdb.ada/access_to_packed_array.exp: New testcase.
10781 * gdb.ada/access_to_packed_array/foo.adb: New file.
10782 * gdb.ada/access_to_packed_array/pack.adb: New file.
10783 * gdb.ada/access_to_packed_array/pack.ads: New file.
10784
10785 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10786
10787 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10788 buffer size test.
10789
10790 2015-09-11 Don Breazeal <donb@codesourcery.com>
10791
10792 * gdb.base/foll-exec.c: Add copyright header. Fix
10793 formatting issues.
10794 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10795 (do_exec_tests): Use clean_restart in place of zap_session,
10796 and for test initialization. Fix formatting issues. Use
10797 fail in place of perror.
10798 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10799 an expect statement to match an expression with output from
10800 the program under debug.
10801 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10802 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10803 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10804 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10805 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10806
10807 2015-09-09 Doug Evans <dje@google.com>
10808
10809 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10810
10811 2015-09-09 Doug Evans <dje@google.com>
10812
10813 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10814
10815 2015-09-09 Doug Evans <dje@google.com>
10816
10817 * gdb.base/savedregs.exp: Fix typo.
10818
10819 2015-09-09 Pedro Alves <palves@redhat.com>
10820
10821 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10822
10823 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10824
10825 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10826 command actually switches threads. Give up on remaining
10827 tests if target fails to stop at breakpoint.
10828
10829 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10830
10831 * gdb.ada/funcall_char.exp: New testcase.
10832 * gdb.ada/funcall_char/foo.adb: New file.
10833
10834 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10835
10836 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10837 expected outputs. Add two testcases for completing ambiguous
10838 functions.
10839 * gdb.ada/complete/aux_pck.adb: New file.
10840 * gdb.ada/complete/aux_pck.ads: New file.
10841 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10842 Ambiguous_Func functions.
10843 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10844 * gdb.ada/complete/pck.adb: Likewise.
10845
10846 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10847
10848 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10849 failures to run the test program under GDB.
10850
10851 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10852
10853 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10854 to C.
10855
10856 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10857
10858 * gdb.base/run-after-attach.exp: New test file.
10859 * gdb.base/run-after-attach.c: New test file.
10860
10861 2015-08-26 Don Breazeal <donb@codesourcery.com>
10862
10863 * gdb.base/foll-exec-2.c: New test program.
10864 * gdb.base/foll-exec-2.exp: New test.
10865
10866 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10867
10868 * gdb.base/nested-subp1.exp: New file.
10869 * gdb.base/nested-subp1.c: New file.
10870 * gdb.base/nested-subp2.exp: New file.
10871 * gdb.base/nested-subp2.c: New file.
10872 * gdb.base/nested-subp3.exp: New file.
10873 * gdb.base/nested-subp3.c: New file.
10874
10875 2015-08-24 Pedro Alves <palves@redhat.com>
10876
10877 * gdb.server/connect-without-multi-process.c: New file.
10878 * gdb.server/connect-without-multi-process.exp: New file.
10879
10880 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10881
10882 * gdb.opt/inline-markers.c: Make z int.
10883
10884 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10885
10886 * gdb.opt/inline-markers.c: Make z volatile.
10887
10888 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10889
10890 * gdb.opt/inline-bt.c: New volatile global z.
10891 * gdb.opt/inline-cmds.c: Likewise.
10892 * gdb.opt/inline-locals.c: Likewise.
10893 * gdb.opt/inline-markers.c: New extern global z.
10894 (marker): Use z.
10895 (inline_fn): Likewise.
10896
10897 2015-08-24 Pedro Alves <palves@redhat.com>
10898
10899 * config/m32r-stub.exp: Remove file.
10900 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10901 * gdb.base/call-rt-st.exp: Likewise.
10902 * gdb.base/call-strs.exp: Likewise.
10903 * gdb.base/default.exp: Remove references to h8300-*-hms and
10904 *-*-udi*.
10905 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10906
10907 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10908
10909 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10910 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10911 and "return" use KFAIL when GDB can not read/write the vector
10912 return value.
10913
10914 2015-08-21 Gary Benson <gbenson@redhat.com>
10915
10916 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10917
10918 2015-08-20 Pedro Alves <palves@redhat.com>
10919
10920 * gdb.server/solib-list.exp: No longer expect an interior stop in
10921 non-stop mode.
10922
10923 2015-08-20 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.server/connect-stopped-target.c: New file.
10926 * gdb.server/connect-stopped-target.exp: New file.
10927
10928 2015-08-20 Pedro Alves <palves@redhat.com>
10929
10930 * gdb.dwarf2/comp-unit-lang.exp: New file.
10931 * gdb.dwarf2/comp-unit-lang.c: New file.
10932
10933 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10934
10935 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10936 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10937
10938 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10939
10940 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10941 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10942
10943 2015-08-18 Doug Evans <dje@google.com>
10944 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10945
10946 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10947 skip_python_tests. New arg prompt_regexp.
10948 (skip_python_tests): New function.
10949 * lib/mi-support.exp (mi_skip_python_tests): New function.
10950 * gdb.python/py-mi-objfile-gdb.py: New file.
10951 * gdb.python/py-mi-objfile.c: New file.
10952 * gdb.python/py-mi-objfile.exp: New file.
10953
10954 2015-08-17 Keith Seitz <keiths@redhat.com>
10955
10956 * gdb.linespec/explicit.exp: Move strace test from here ...
10957 * gdb.trace/strace.exp: ... to here.
10958
10959 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10960
10961 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10962 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10963
10964 2015-08-14 Doug Evans <xdje42@gmail.com>
10965
10966 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10967 inferior before selecting a new file.
10968
10969 2015-08-14 Doug Evans <xdje42@gmail.com>
10970
10971 * gdb.mi/mi-disassemble.exp: Update.
10972 * gdb.base/disasm-optim.S: New file.
10973 * gdb.base/disasm-optim.c: New file.
10974 * gdb.base/disasm-optim.h: New file.
10975 * gdb.base/disasm-optim.exp: New file.
10976
10977 2015-08-14 Keith Seitz <keiths@redhat.com>
10978
10979 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10980 "evaluated-by".
10981
10982 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10983
10984 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10985
10986 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10987
10988 * gdb.ada/fun_renaming.exp: New testcase.
10989 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10990 * gdb.ada/fun_renaming/pack.adb: New file.
10991 * gdb.ada/fun_renaming/pack.ads: New file.
10992
10993 2015-08-12 Keith Seitz <keiths@redhat.com>
10994
10995 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10996 gdb_get_line_number.
10997
10998 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10999
11000 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11001 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11002 gdb.base/dso2dso.exp: New files.
11003
11004 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11005 Pedro Alves <palves@redhat.com>
11006 Keith Seitz <keiths@redhat.com>
11007
11008 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11009 GDBFLAGS.
11010
11011 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11012
11013 * gdb.base/gdbhistsize-history.exp
11014 (test_histsize_history_setting): Use save_vars.
11015 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11016 Use save_vars.
11017 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11018 * gdb.base/readline.exp: Use save_vars.
11019
11020 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11021
11022 * lib/gdb.exp (save_vars): New proc.
11023
11024 2015-08-11 Keith Seitz <keiths@redhat.com>
11025
11026 * gdb.base/help.exp: Update help_breakpoint_text.
11027
11028 2015-08-11 Keith Seitz <keiths@redhat.com>
11029
11030 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11031 (at toplevel): Call test_explicit_breakpoints.
11032 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11033 breakpoints.
11034 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11035 breakpoint conditions, "-cond".
11036
11037 2015-08-11 Keith Seitz <keiths@redhat.com>
11038
11039 * gdb.linespec/3explicit.c: New file.
11040 * gdb.linespec/cpexplicit.cc: New file.
11041 * gdb.linespec/cpexplicit.exp: New file.
11042 * gdb.linespec/explicit.c: New file.
11043 * gdb.linespec/explicit.exp: New file.
11044 * gdb.linespec/explicit2.c: New file.
11045 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11046 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11047 before using in the matching pattern.
11048 Clarify that `prefix' is a regular expression.
11049
11050 2015-08-11 Keith Seitz <keiths@redhat.com>
11051
11052 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11053 test.
11054 Add tests for missing ",FMT" and ",".
11055
11056 2015-08-10 Doug Evans <dje@google.com>
11057 Keith Seitz <keiths@redhat.com>
11058
11059 PR gdb/17960
11060 * gdb.base/completion.exp: Add location completer tests.
11061
11062 2015-08-07 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11065 tests here.
11066 (top level): Run do_test with and without displaced stepping.
11067
11068 2015-08-07 Pedro Alves <palves@redhat.com>
11069
11070 * gdb.base/valgrind-disp-step.c: New file.
11071 * gdb.base/valgrind-disp-step.exp: New file.
11072
11073 2015-08-07 Pedro Alves <palves@redhat.com>
11074
11075 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11076 Delete function.
11077 (main): Add alarm. Run an infinite loop instead of calling
11078 wait_threads.
11079 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11080 comment.
11081 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11082 Delete function.
11083 (main): Add alarm. Run an infinite loop instead of calling
11084 wait_threads.
11085 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11086 comment.
11087
11088 2015-08-07 Pedro Alves <palves@redhat.com>
11089
11090 * gdb.base/checkpoint-ns.exp: New file.
11091 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11092 standard_testfile.
11093
11094 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11095
11096 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11097 * gdb.btrace/instruction_history.exp: Update.
11098 * gdb.btrace/tsx.exp: New.
11099 * gdb.btrace/tsx.c: New.
11100
11101 2015-08-06 Pedro Alves <palves@redhat.com>
11102
11103 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11104 increase timeout.
11105 * gdb.reverse/until-precsave.exp: Bump timeouts.
11106
11107 2015-08-06 Pedro Alves <palves@redhat.com>
11108
11109 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11110
11111 2015-08-06 Pedro Alves <palves@redhat.com>
11112
11113 PR gdb/18749
11114 * gdb.threads/process-dies-while-handling-bp.c: New file.
11115 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11116
11117 2015-08-06 Pedro Alves <palves@redhat.com>
11118
11119 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11120 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11121
11122 2015-08-05 Pedro Alves <palves@redhat.com>
11123
11124 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11125 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11126
11127 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11128
11129 * gdb.base/bp-permanent.exp: Report test as unsupported if
11130 the target cannot stop at the permanent breakpoint.
11131
11132 2015-08-03 Doug Evans <dje@google.com>
11133
11134 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11135 10000.
11136
11137 2015-08-03 Doug Evans <dje@google.com>
11138
11139 * Makefile.in (workers/%.worker, build-perf): New rule.
11140 (GDB_PERFTEST_MODE): New variable.
11141 (check-perf): Use it.
11142 (clean): Clean up gdb.perf parallel build subdirs.
11143 * lib/build-piece.exp: New file.
11144 * lib/gdb.exp (make_gdb_parallel_path): New function
11145 (standard_output_file, standard_temp_file): Call it.
11146 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11147 of $GDB_PARALLEL.
11148 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11149
11150 2015-08-03 Doug Evans <dje@google.com>
11151
11152 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11153 (LOG_FILE_NAME): New global.
11154 (TextReporter.__init__): Initialize self.txt_sum.
11155 (TextReporter.report): Add support for multiple data-points.
11156 Move report to perftest.sum, put raw data in perftest.log.
11157 (TextReporter.start): Open sum and log files.
11158 (TextReporter.end): Close sum and log files.
11159 * gdb.perf/lib/perftest/testresult.py
11160 (SingleStatisticTestResult.record): Handle multiple data-points.
11161
11162 2015-07-31 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11165 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11166 kill_wait_spawned_process instead of explicit "kill -9".
11167 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11168 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11169 kill_wait_spawned_process.
11170 * gdb.base/attach-twice.exp: Likewise.
11171 * gdb.base/attach.exp: Likewise.
11172 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11173 gdb_test_multiple.
11174 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11175 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11176 kill_wait_spawned_process.
11177 * gdb.base/valgrind-infcall.exp: Likewise.
11178 * gdb.multi/multi-attach.exp: Likewise.
11179 * gdb.python/py-prompt.exp: Likewise.
11180 * gdb.python/py-sync-interp.exp: Likewise.
11181 * gdb.server/ext-attach.exp: Likewise.
11182 * gdb.threads/attach-into-signal.exp (corefunc): Use
11183 spawn_wait_for_attach, spawn_id_get_pid and
11184 kill_wait_spawned_process.
11185 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11186 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11187 spawn_id_get_pid and kill_wait_spawned_process.
11188 * gdb.threads/attach-stopped.exp (corefunc): Use
11189 spawn_wait_for_attach, spawn_id_get_pid and
11190 kill_wait_spawned_process.
11191 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11192 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11193 kill_wait_spawned_process instead of explicit "kill -9".
11194 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11195 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11196 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11197 processes. Don't map cygwin/windows pids here. Now returns a
11198 spawn id list.
11199
11200 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11201
11202 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11203 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11204 correct patch.
11205
11206 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11207
11208 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11209
11210 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11211
11212 Reapply:
11213 2014-05-21 Mark Wielaard <mjw@redhat.com>
11214
11215 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11216
11217 2015-07-30 Pedro Alves <palves@redhat.com>
11218
11219 * linux-low.c (handle_extended_wait): Set the child's last
11220 reported status to TARGET_WAITKIND_STOPPED.
11221
11222 2015-07-30 Pedro Alves <palves@redhat.com>
11223
11224 PR threads/18600
11225 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11226 only shows inferior 1.
11227
11228 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11229 Pedro Alves <palves@redhat.com>
11230
11231 PR threads/18600
11232 * gdb.threads/fork-plus-threads.c: New file.
11233 * gdb.threads/fork-plus-threads.exp: New file.
11234
11235 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11236
11237 * gdb.base/batch-preserve-term-settings.exp
11238 (test_terminal_settings_preserved_after_cli_exit): Use
11239 send_quit_command.
11240
11241 2015-07-29 Pedro Alves <palves@redhat.com>
11242 Don Breazeal <donb@codesourcery.com>
11243
11244 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11245 output from both inferior_spawn_id and gdb_spawn_id.
11246
11247 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11248
11249 * gdb.threads/attach-into-signal.exp (corefunc): Use
11250 with_test_prefix on nested loops, uniquefying the test messages.
11251
11252 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11253
11254 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11255 commit.
11256
11257 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11258
11259 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11260 New proc.
11261 (test_terminal_settings_preserved_after_sigterm): New test.
11262
11263 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11264
11265 * gdb.base/batch-preserve-term-settings.exp
11266 (test_terminal_settings_preserved_after_cli_exit): New test.
11267
11268 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11269
11270 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11271 manipulation of saved_gdbflags.
11272 (test_terminal_settings_preserved): Remove global declaration of
11273 the unused variable pagination_prompt. Remove manipulation of
11274 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11275 GDBFLAGS.
11276
11277 2015-07-29 Pedro Alves <palves@redhat.com>
11278
11279 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11280
11281 2015-07-29 Pedro Alves <palves@redhat.com>
11282
11283 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11284 at the top.
11285
11286 2015-07-29 Pedro Alves <palves@redhat.com>
11287
11288 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11289 (main): Call gdb_unbuffer_output.
11290 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11291 (main): Call gdb_unbuffer_output.
11292 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11293 (main): Call gdb_unbuffer_output.
11294 * gdb.base/call-strs.exp: Adjust to step over the
11295 gdb_unbuffer_output call.
11296 * gdb.base/catch-gdb-caused-signals.c: Include
11297 "../lib/unbuffer_output.c".
11298 (main): Call gdb_unbuffer_output.
11299 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11300 (main): Call gdb_unbuffer_output.
11301 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11302 (main): Call gdb_unbuffer_output.
11303 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11304 (main): Call gdb_unbuffer_output.
11305 * gdb.base/shlib-call.exp: Adjust to step over the
11306 gdb_unbuffer_output call.
11307 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11308 (main): Call gdb_unbuffer_output.
11309 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11310 (main): Call gdb_unbuffer_output.
11311 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11312 (main): Rename to ...
11313 (test): ... this.
11314 (main): Reimplement.
11315 * gdb.base/varargs.exp: Run to test instead of to main.
11316 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11317 (main): Call gdb_unbuffer_output.
11318
11319 2015-07-29 Pedro Alves <palves@redhat.com>
11320
11321 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11322 factore out from mi_continue_dprintf. For call-style dprintfs,
11323 expect dprintf output out of $inferior_spawn_id.
11324 (mi_continue_dprintf): Use mi_expect_dprintf.
11325 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11326 (main): Call gdb_unbuffer_output.
11327
11328 2015-07-29 Pedro Alves <palves@redhat.com>
11329
11330 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11331 (default_mi_gdb_start): Set inferior_spawn_id instead of
11332 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11333 gdb_spawn_id.
11334 (mi_gdb_test): Always expect inferior output from both
11335 $inferior_spawn_id and $gdb_spawn_id.
11336
11337 2015-07-29 Pedro Alves <palves@redhat.com>
11338
11339 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11340 send_inferior and $inferior_spawn_id.
11341
11342 2015-07-29 Pedro Alves <palves@redhat.com>
11343
11344 * gdb.gdb/complaints.exp (test_initial_complaints)
11345 (test_serial_complaints, test_short_complaints): Use
11346 gdb_test_stdio.
11347 (test_empty_complaint): Handle $inferior_spawn_id !=
11348 $gdb_spawn_id.
11349
11350 2015-07-29 Pedro Alves <palves@redhat.com>
11351
11352 * gdb.base/varargs.exp: Use gdb_test_stdio.
11353
11354 2015-07-29 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11357
11358 2015-07-29 Pedro Alves <palves@redhat.com>
11359
11360 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11361
11362 2015-07-29 Pedro Alves <palves@redhat.com>
11363
11364 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11365 parameter into two new parameters, "inf_result" and "gdb_result".
11366 Expect inferior output and gdb output from $inferior_spawn_id and
11367 $gdb_spawn_id, respectively. Adjust all callers.
11368
11369 2015-07-29 Pedro Alves <palves@redhat.com>
11370
11371 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11372 of gdb_test_sequence.
11373
11374 2015-07-29 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11377 (saw_spurious_output): Expect inferior output from
11378 $inferior_spawn_id. Use gdb_test_stdio.
11379
11380 2015-07-29 Pedro Alves <palves@redhat.com>
11381
11382 * gdb.base/dprintf.exp: Use standard_testfile. Change
11383 prepare_for_testing call.
11384 (srcfile): Don't set.
11385 (restart): New procedure.
11386 (test_dprintf): New procecure, use to continue over dprintfs.
11387 (test_call, test_agent): New procedures, tests moved here.
11388 Restart gdb and recreate dprintfs. Adjust expected output.
11389
11390 2015-07-29 Pedro Alves <palves@redhat.com>
11391
11392 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11393
11394 2015-07-29 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11397
11398 2015-07-29 Pedro Alves <palves@redhat.com>
11399
11400 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11401 gdb_test_stdio.
11402
11403 2015-07-29 Pedro Alves <palves@redhat.com>
11404
11405 * lib/gdb.exp (gdb_test_stdio): New procedure.
11406
11407 2015-07-29 Pedro Alves <palves@redhat.com>
11408
11409 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11410
11411 2015-07-29 Pedro Alves <palves@redhat.com>
11412
11413 * gdb.base/call-signal-resume.exp: Remove check for
11414 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11415 * gdb.base/unwindonsignal.exp: Likewise.
11416 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11417 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11418
11419 2015-07-29 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.base/siginfo-addr.c (pass): New function.
11422 (handler): Call it iff si_addr is correct.
11423 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11424 Set a breakpoint at "pass" and continue to it.
11425
11426 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11427
11428 * gdb.python/py-objfile.exp: Make some tests have unique names.
11429 * gdb.python/py-pp-registration.exp: Likewise.
11430
11431 2015-07-28 Pedro Alves <palves@redhat.com>
11432
11433 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11434
11435 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11436
11437 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11438
11439 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11440
11441 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11442
11443 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11444
11445 * gdb.base/gdb-sigterm-2.exp: New test.
11446
11447 2015-07-25 Doug Evans <xdje42@gmail.com>
11448
11449 Revert:
11450 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11451 (workers/%.worker, build-perf): New rule.
11452 (GDB_PERFTEST_MODE): New variable.
11453 (check-perf): Use it.
11454 (clean): Clean up gdb.perf parallel build subdirs.
11455 * lib/build-piece.exp: New file.
11456 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11457 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11458 name.
11459 (standard_temp_file): Ditto.
11460 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11461 of $GDB_PARALLEL.
11462
11463 2015-07-24 Doug Evans <dje@google.com>
11464
11465 * gdb.perf/lib/perftest/utils.py: New file.
11466 * gdb.perf/gm-hello.cc: New file.
11467 * gdb.perf/gm-pervasive-typedef.cc: New file.
11468 * gdb.perf/gm-pervasive-typedef.h: New file.
11469 * gdb.perf/gm-std.cc: New file.
11470 * gdb.perf/gm-std.h: New file.
11471 * gdb.perf/gm-use-cerr.cc: New file.
11472 * gdb.perf/gm-utils.h: New file.
11473 * gdb.perf/gmonster-null-lookup.py: New file.
11474 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11475 * gdb.perf/gmonster-print-cerr.py: New file.
11476 * gdb.perf/gmonster-ptype-string.py: New file.
11477 * gdb.perf/gmonster-runto-main.py: New file.
11478 * gdb.perf/gmonster-select-file.py: New file.
11479 * gdb.perf/gmonster1-null-lookup.exp: New file.
11480 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11481 * gdb.perf/gmonster1-print-cerr.exp: New file.
11482 * gdb.perf/gmonster1-ptype-string.exp: New file.
11483 * gdb.perf/gmonster1-runto-main.exp: New file.
11484 * gdb.perf/gmonster1-select-file.exp: New file.
11485 * gdb.perf/gmonster1.cc: New file.
11486 * gdb.perf/gmonster1.exp: New file.
11487 * gdb.perf/gmonster2-null-lookup.exp: New file.
11488 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11489 * gdb.perf/gmonster2-print-cerr.exp: New file.
11490 * gdb.perf/gmonster2-ptype-string.exp: New file.
11491 * gdb.perf/gmonster2-runto-main.exp: New file.
11492 * gdb.perf/gmonster2-select-file.exp: New file.
11493 * gdb.perf/gmonster2.cc: New file.
11494 * gdb.perf/gmonster2.exp: New file.
11495
11496 2015-07-24 Doug Evans <dje@google.com>
11497
11498 * gdb.perf/README: New file.
11499 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11500 * lib/gen-perf-test.exp: New file.
11501
11502 2015-07-24 Doug Evans <dje@google.com>
11503
11504 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11505 (PerfTest::startup): New function.
11506 (PerfTest::run): Return result of calling body.
11507 (PerfTest::assemble): Rewrite.
11508 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11509 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11510 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11511 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11512 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11513
11514 2015-07-24 Doug Evans <dje@google.com>
11515
11516 * lib/gdb.exp (clean_restart): Make executable optional.
11517
11518 2015-07-24 Doug Evans <dje@google.com>
11519
11520 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11521 compiler_info references.
11522 * gdb.cp/temargs.exp: Ditto.
11523 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11524 (get_compiler_info): Early exit if already computed. Set compiler_info
11525 to "unknown" if there was a problem.
11526 (test_compiler_info): Add function comment. Call get_compiler_info.
11527
11528 2015-07-24 Doug Evans <dje@google.com>
11529
11530 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11531 (workers/%.worker, build-perf): New rule.
11532 (GDB_PERFTEST_MODE): New variable.
11533 (check-perf): Use it.
11534 (clean): Clean up gdb.perf parallel build subdirs.
11535 * lib/build-piece.exp: New file.
11536 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11537 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11538 name.
11539 (standard_temp_file): Ditto.
11540 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11541 of $GDB_PARALLEL.
11542
11543 2015-07-24 Doug Evans <dje@google.com>
11544
11545 * lib/future.exp (gdb_default_target_compile): New option
11546 "early_flags".
11547 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11548 --as-needed.
11549
11550 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11551
11552 * gdb.base/catch-syscall.exp: Call gdb_exit before
11553 gdb_skip_xml_test.
11554
11555 2015-07-24 Pedro Alves <palves@redhat.com>
11556
11557 * gdb.python/py-events.exp: Accept output between the stop event
11558 and the prompt.
11559 * gdb.python/py-evsignal.exp: Likewise.
11560 * gdb.python/py-evthreads.exp: Likewise.
11561
11562 2015-07-24 Pedro Alves <palves@redhat.com>
11563
11564 PR gdb/18717
11565 * gdb.threads/non-ldr-exit.c: New file.
11566 * gdb.threads/non-ldr-exit.exp: New file.
11567
11568 2015-07-24 Yao Qi <yao.qi@linaro.org>
11569
11570 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11571 restarting process.
11572
11573 2015-07-24 Yao Qi <yao.qi@linaro.org>
11574
11575 * gdb.server/ext-restart.exp: New file.
11576
11577 2015-07-24 Yao Qi <yao.qi@linaro.org>
11578
11579 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11580 argument options.
11581 * gdb.server/ext-wrapper.exp: New file.
11582
11583 2015-07-23 Doug Evans <dje@google.com>
11584
11585 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11586 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11587
11588 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11589
11590 * gdb.ada/var_arr_typedef.exp: New testcase.
11591 * gdb.ada/var_arr_typedef/pack.adb: New file.
11592 * gdb.ada/var_arr_typedef/pack.ads: New file.
11593 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11594
11595 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11596
11597 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11598
11599 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11600
11601 * gdb.arch/i386-biarch-core.exp: Replace istarget
11602 by "complete set gnutarget". Remove expectation for the "core-file"
11603 command.
11604
11605 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11606
11607 Revert the previous commit:
11608 Tests for validate symbol file using build-id.
11609
11610 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11611
11612 Tests for validate symbol file using build-id.
11613 * gdb.base/solib-mismatch-lib.c: New file.
11614 * gdb.base/solib-mismatch-libmod.c: New file.
11615 * gdb.base/solib-mismatch.c: New file.
11616 * gdb.base/solib-mismatch.exp: New file.
11617
11618 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11619
11620 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11621 nios2-*-linux*.
11622 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11623 * gdb.base/siginfo.exp: Likewise.
11624 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11625
11626 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11627
11628 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11629 Move it to ...
11630 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11631 ... here.
11632 * gdb.trace/range-stepping.exp: Check that the target supports
11633 range stepping.
11634
11635 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11636
11637 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11638
11639 2015-07-14 Pedro Alves <palves@redhat.com>
11640
11641 * gdb.base/killed-outside.exp: New file.
11642 * gdb.base/killed-outside.c: New file.
11643
11644 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11645
11646 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11647 (n at main): New.
11648 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11649
11650 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11651
11652 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11653 infcall tests instead of setting up for KFAIL.
11654
11655 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11656
11657 * gdb.btrace/record_goto-step.exp: New.
11658
11659 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11660
11661 PR compile/18484
11662 * gdb.compile/compile.c (struct struct_type): Add volatile to
11663 selffield's type.
11664 * gdb.compile/compile.exp
11665 (compile code struct_object.selffield = &struct_object): Skip further
11666 struct_object tests if this one xfails.
11667
11668 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11669
11670 PR exp/18617
11671 * gdb.trace/ax.exp: Add test.
11672
11673 2015-07-07 Yao Qi <yao.qi@linaro.org>
11674
11675 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11676 instead of istarget "aarch64*-*-*".
11677 * gdb.arch/aarch64-fp.exp: Likewise.
11678 * gdb.base/float.exp: Likewise.
11679 * gdb.reverse/aarch64.exp: Likewise.
11680 * lib/gdb.exp (is_aarch64_target): New proc.
11681
11682 2015-07-07 Yao Qi <yao.qi@linaro.org>
11683
11684 * lib/gdb.exp (is_aarch32_target): New proc.
11685 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11686 instead of "istarget "arm*-*-*"".
11687 * gdb.arch/arm-disp-step.exp: Likewise.
11688 * gdb.arch/thumb-bx-pc.exp: Likewise.
11689 * gdb.arch/thumb-prologue.exp: Likewise.
11690 * gdb.arch/thumb-singlestep.exp: Likewise.
11691 * gdb.base/disp-step-syscall.exp: Likewise.
11692 * gdb.base/float.exp: Likewise.
11693
11694 2015-07-07 Yao Qi <yao.qi@linaro.org>
11695
11696 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11697 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11698
11699 2015-07-07 Yao Qi <yao.qi@linaro.org>
11700
11701 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11702 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11703 if it exists.
11704 * gdb.multi/multi-arch.exp: Likewise.
11705
11706 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11707
11708 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11709 print.
11710
11711 2015-07-07 Yao Qi <yao.qi@linaro.org>
11712
11713 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11714
11715 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11716
11717 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11718 '[' and ']' characters.
11719
11720 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11721
11722 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11723
11724 2015-06-29 Pedro Alves <palves@redhat.com>
11725
11726 PR threads/18127
11727 * gdb.threads/hand-call-new-thread.c: New file.
11728 * gdb.threads/hand-call-new-thread.c: New file.
11729
11730 2015-06-26 Keith Seitz <keiths@redhat.com>
11731 Doug Evans <dje@google.com>
11732
11733 PR 16253
11734 * gdb.cp/var-tag-2.cc: New file.
11735 * gdb.cp/var-tag-3.cc: New file.
11736 * gdb.cp/var-tag-4.cc: New file.
11737 * gdb.cp/var-tag.cc: New file.
11738 * gdb.cp/var-tag.exp: New file.
11739
11740 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11741
11742 * gdb.base/history-duplicates.exp: New test.
11743
11744 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11745
11746 * gdb.base/completion.exp: Test the completion of the "focus"
11747 command.
11748
11749 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11750
11751 * gdb.arch/amd64-prologue-skip.S: New file.
11752 * gdb.arch/amd64-prologue-skip.exp: New file.
11753
11754 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11755
11756 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11757 is_address_zero_readable check.
11758
11759 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11760
11761 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11762 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11763
11764 2015-06-24 Yao Qi <yao.qi@linaro.org>
11765
11766 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11767 linux targets.
11768
11769 2015-06-24 Yao Qi <yao.qi@linaro.org>
11770
11771 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11772 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11773 * gdb.base/siginfo-thread.exp: Likewise.
11774
11775 2015-06-22 Yao Qi <yao.qi@linaro.org>
11776
11777 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11778
11779 2015-06-22 Yao Qi <yao.qi@linaro.org>
11780
11781 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11782 aarch64*-*-*.
11783 (skip_hw_watchpoint_tests): Likewise.
11784
11785 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11786
11787 * gdb.base/gdbinit-history.exp: Test the interaction between
11788 setting GDBHISTSIZE and setting the history size via .gdbinit.
11789
11790 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11791
11792 PR gdb/16999
11793 * gdb.base/gdbhistsize-history.exp: New test.
11794
11795 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11796
11797 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11798 with GDBHISTSIZE.
11799 * gdb.base/readline.exp: Likewise.
11800
11801 2015-06-17 Yao Qi <yao.qi@linaro.org>
11802
11803 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11804 line.
11805
11806 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11807
11808 * gdb.base/gdbinit-history.exp: Add test case to check that
11809 an unlimited history file does not get truncated on exit.
11810
11811 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11812
11813 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11814 (VECTOR): New macro. Use it...
11815 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11816 ...for these typedefs.
11817 (int8, char1, int1, double1): New typedefs.
11818 (struct just_int2, struct two_int2): New structures.
11819 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11820 (add_structvecs, add_singlevecs): New functions.
11821 (main): Call add_some_intvecs twice.
11822 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11823 the compile and exit upon failure. Try compiling for the "native"
11824 architecture. Test inferior function calls with vector arguments
11825 and vector return value handling with "finish" and "return".
11826
11827 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11828
11829 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11830 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11831 PE file.
11832 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11833
11834 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11835
11836 PR breakpoints/16465
11837 * gdb.mi/mi-dprintf-pending.c: New file.
11838 * gdb.mi/mi-dprintf-pending.exp: New test.
11839 * gdb.mi/mi-dprintf-pendshr.c: New file.
11840
11841 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11842 Mircea Gherzan <mircea.gherzan@intel.com>
11843
11844 * gdb.arch/i386-mpx-map.c: New file.
11845 * gdb.arch/i386-mpx-map.exp: New File.
11846
11847 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11848
11849 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11850 * gdb.arch/i386-mpx.exp: Indentation fixed.
11851
11852 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11853
11854 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11855 function and improved indentation.
11856 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11857 gdb_test_multiple. Added additional tests to skip the test.
11858
11859 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11860
11861 * gdb.arch/i386-avx512.c: Change path in include file.
11862 * gdb.arch/i386-avx512.exp: Change include dir path
11863 compilation flag.
11864 * gdb.arch/i386-mpx.c: Change path in include file.
11865 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11866 flag.
11867
11868 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11869
11870 * gdb.compile/compile-print.exp (compile print *vararray@3)
11871 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11872
11873 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11874
11875 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11876 (do not keep jit in memory): ... this.
11877 (expect 5): Change it to ...
11878 (expect no 5): ... this.
11879
11880 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11881
11882 PR gdb/15564
11883 * gdb.mi/mi-detach.exp: New file.
11884
11885 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11886
11887 PR symtab/18392
11888 * gdb.arch/amd64-tailcall-self.S: New file.
11889 * gdb.arch/amd64-tailcall-self.c: New file.
11890 * gdb.arch/amd64-tailcall-self.exp: New file.
11891
11892 2015-05-28 Don Breazeal <donb@codesourcery.com>
11893
11894 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11895 tests for remote targets by checking is_target_gdbserver.
11896
11897 2015-05-27 Doug Evans <dje@google.com>
11898
11899 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11900 * gdb.dwarf2/opaque-type-lookup.c: New file.
11901 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11902
11903 2015-05-26 Doug Evans <dje@google.com>
11904
11905 * gdb.cp/iostream.cc: New file.
11906 * gdb.cp/iostream.exp: New file.
11907
11908 2015-05-26 Doug Evans <dje@google.com>
11909
11910 * gdb.dwarf2/dw2-op-call.exp: Update.
11911 * gdb.dwarf2/dw4-sig-types.exp: Update.
11912 * gdb.dwarf2/implptr.exp: Update.
11913 * gdb.mi/mi-cmd-param-changed.exp: Update.
11914
11915 2015-05-26 Doug Evans <dje@google.com>
11916
11917 * gdb.python/py-lazy-string.c: New file.
11918 * gdb.python/py-lazy-string.exp: New file.
11919 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11920 (main): Update. Add estring3.
11921 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11922 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11923
11924 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11925 Yao Qi <yao.qi@linaro.org>
11926
11927 * gdb.reverse/aarch64.c: New.
11928 * gdb.reverse/aarch64.exp: New.
11929
11930 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11931
11932 * lib/gdb.exp (supports_process_record): Return true for
11933 aarch64*-linux*.
11934 (supports_reverse): Likewise.
11935
11936 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11937
11938 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11939 Use with_test_prefix.
11940
11941 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11942
11943 * gdb.base/completion.exp: Add test for completion of layout
11944 names.
11945
11946 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11947
11948 * lib/gdb.exp (skip_tui_tests): New proc.
11949 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11950
11951 2015-05-19 Pedro Alves <palves@redhat.com>
11952
11953 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11954 Save the whole env array instead of just HOME. Unset HISTSIZE in
11955 the environment while testing. Restore whole environment
11956 afterwards.
11957
11958 2015-05-16 Doug Evans <xdje42@gmail.com>
11959
11960 * gdb.guile/scm-ports.c: New file.
11961 * gdb.guile/scm-ports.exp: Add memory port tests.
11962
11963 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11964
11965 * gdb.compile/compile-print.c: New file.
11966 * gdb.compile/compile-print.exp: New file.
11967
11968 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11969
11970 * gdb.compile/compile-ops.exp: Cast param to void.
11971 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11972 (compile code struct_object.selffield = &struct_object): Add xfail.
11973
11974 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11975
11976 * gdb.ada/arr_enum_with_gap: New testcase.
11977
11978 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11979
11980 * gdb.ada/byte_packed_arr: New testcase.
11981
11982 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11983
11984 * gdb.ada/pckd_neg: New testcase.
11985
11986 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11987
11988 PR gdb/17820
11989 * gdb.base/gdbinit-history.exp: New test.
11990 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11991 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11992
11993 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11994
11995 * gdb.python/py-xmethods.cc: Enhance test case.
11996 * gdb.python/py-xmethods.exp: New tests.
11997 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11998 function.
11999 (B_indexoper): Likewise.
12000 (global_dm_list) : Add new xmethod worker functions.
12001
12002 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12003
12004 * gdb.base/coredump-filter.exp: Correctly unset
12005 "coredump_var_addr" array.
12006
12007 2015-05-08 Pedro Alves <palves@redhat.com>
12008
12009 * gdb.server/non-existing-program.exp: Unset spawn_id.
12010
12011 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12012
12013 PR python/18291
12014 * gdb.python/py-xmethods.exp: Add tests.
12015
12016 2015-05-08 Yao Qi <yao.qi@linaro.org>
12017
12018 PR gdb/18208
12019 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12020 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12021 function set_coredump_filter, and remove remote_exec call.
12022 Remove argument ipid. Callers update.
12023 (top level): Don't get inferior's PID.
12024
12025 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12026
12027 * gdb.base/watch_thread_num.exp: Skip test on targets without
12028 access watchpoints.
12029
12030 2015-05-06 Pedro Alves <palves@redhat.com>
12031
12032 PR server/18081
12033 * gdb.server/non-existing-program.exp: New file.
12034
12035 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12036
12037 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12038
12039 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12040
12041 * gdb.ada/out_of_line_in_inlined: New testcase.
12042
12043 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12044
12045 * gdb.ada/var_rec_arr: New testcase.
12046
12047 2015-04-30 Yao Qi <yao.qi@linaro.org>
12048
12049 * gdb.base/break-idempotent.exp: If
12050 skip_hw_watchpoint_multi_tests returns true, skip the tests
12051 on "rwatch" and "awatch".
12052
12053 2015-04-30 Yao Qi <yao.qi@linaro.org>
12054
12055 * gdb.base/relativedebug.exp: Invoke gdb command
12056 "info sharedlibrary", and if libc.so doesn't have debug info,
12057 skip the test.
12058
12059 2015-04-29 Doug Evans <dje@google.com>
12060
12061 * gdb.python/py-xmethods.exp: Add ptype tests.
12062 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12063 get_result_type method.
12064
12065 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12066
12067 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12068 the target does not support hardware watchpoints.
12069
12070 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12071
12072 * gdb.base/break-always.exp: Abort testing if writing to memory
12073 causes an error.
12074
12075 2015-04-28 Doug Evans <dje@google.com>
12076
12077 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12078 * gdb.python/py-pp-registration.exp: ... here. New file.
12079 * gdb.python/py-pp-registration.c: New file.
12080 * gdb.python/py-pp-registration.py: New file.
12081
12082 2015-04-28 Doug Evans <dje@google.com>
12083
12084 * gdb.python/py-bad-printers.c: New file.
12085 * gdb.python/py-bad-printers.py: New file.
12086 * gdb.python/py-bad-printers.exp: New file.
12087
12088 2015-04-28 Sasha Smundak <asmundak@google.com>
12089
12090 * gdb.python/py-type.exp: New test.
12091
12092 2015-04-28 Andy Wingo <wingo@igalia.com>
12093
12094 * gdb.python/py-parameter.exp:
12095 * gdb.guile/scm-parameter.exp: Escape the path that we are
12096 matching against, as it might contain characters that are special
12097 to regular expressions.
12098
12099 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12100
12101 * gdb.ada/rec_comp: New testcase.
12102
12103 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12104
12105 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12106 before using it.
12107
12108 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12109
12110 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12111 new tests for verilog output.
12112
12113 2015-04-24 Yao Qi <yao.qi@linaro.org>
12114
12115 * boards/remote-gdbserver-on-localhost.exp: New file.
12116
12117 2015-04-23 Pedro Alves <palves@redhat.com>
12118
12119 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12120 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12121 "end of file", remove $inferior_spawn_id from the indirect list.
12122
12123 2015-04-23 Pedro Alves <palves@redhat.com>
12124
12125 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12126
12127 2015-04-23 Pedro Alves <palves@redhat.com>
12128
12129 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12130 on $any_spawn_id instead of only on $gdb_spawn_id.
12131
12132 2015-04-21 Pierre Muller <muller@sourceware.org>
12133
12134 PR pascal/17815
12135 * lib/pascal.exp (gpc_compile): Add new option "class".
12136 (fpc_compile): Likewise.
12137 * gdb.pascal/case-insensitive-symbols.pas: New file.
12138 * gdb.pascal/case-insensitive-symbols.exp: New file.
12139
12140 2015-04-20 Gary Benson <gbenson@redhat.com>
12141
12142 * gdb.base/attach.exp: Fix three extended remote failures.
12143
12144 2015-04-17 Gary Benson <gbenson@redhat.com>
12145
12146 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12147 the main executable over the remote protocol.
12148
12149 2015-04-16 Pedro Alves <palves@redhat.com>
12150
12151 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12152 a new gdbserver if gdbserver_reconnect_p is set.
12153
12154 2015-04-16 Pedro Alves <palves@redhat.com>
12155
12156 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12157 is set, don't exit gdbserver.
12158
12159 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12160
12161 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12162 appropriate .insn, such that an older assembler can be used.
12163 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12164 the z/Architecture instruction set on 31-bit targets as well.
12165
12166 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12167
12168 * gdb.go/handcall.exp: Remove all logic related to the first
12169 breakpoint and rely on go_runto_main instead.
12170 * gdb.go/strings.exp: Likewise.
12171 * gdb.go/unsafe.exp: Likewise.
12172 * gdb.go/hello.exp: Likewise. Also rename the remaining
12173 breakpoint marker to "breakpoint 1".
12174 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12175 * gdb.go/strings.go: Likewise.
12176 * gdb.go/unsafe.go: Likewise.
12177 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12178 "set breakpoint 2 here" and rename the remaining breakpoint marker
12179 to "breakpoint 1".
12180
12181 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12182
12183 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12184 if itertools.imap is not present.
12185 * gdb.python/py-objfile.exp: Add parentheses.
12186 * gdb.python/py-type.exp: Same.
12187 * gdb.python/py-unwind-maint.py: Same.
12188
12189 2015-04-15 Yao Qi <yao.qi@linaro.org>
12190
12191 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12192 of ":$ptr_size" and set its form explicitly.
12193
12194 2015-04-15 Pedro Alves <palves@redhat.com>
12195 Yao Qi <yao.qi@linaro.org>
12196
12197 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12198 timeout by factor of 4.
12199 (test_regular_watch): Likewise.
12200 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12201 * gdb.reverse/sigall-reverse.exp: Likewise.
12202 * gdb.reverse/until-precsave.exp: Likewise.
12203 * lib/gdb.exp (with_timeout_factor): New proc.
12204 (gdb_expect): Move some code to ...
12205 (get_largest_timeout): ... here. New procedure.
12206
12207 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12208
12209 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12210
12211 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12212
12213 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12214 to write to the .text section.
12215
12216 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12217
12218 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12219 Handle the case of targets that do not provide PID information.
12220
12221 2015-04-13 Yao Qi <yao.qi@linaro.org>
12222
12223 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12224 and use expect instead of gdb_expect.
12225
12226 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12227
12228 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12229 "coredump_var_addr" to avoid naming conflict with other testcases.
12230
12231 2015-04-10 Pedro Alves <palves@redhat.com>
12232
12233 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12234 gdb_test_sequence and gdb_assert.
12235
12236 2015-04-10 Pedro Alves <palves@redhat.com>
12237
12238 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12239 test messages that don't include the breakpoint address.
12240
12241 2015-04-10 Yao Qi <yao.qi@linaro.org>
12242
12243 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12244 false for some offset and width combinations which aren't
12245 supported by linux kernel.
12246
12247 2015-04-10 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12250 procedure, factored out from ...
12251 (top level): ... here. Add "set displaced-stepping" testing axis.
12252 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12253 parameter "displaced". Use it.
12254 (top level): Use foreach and add "set displaced-stepping" testing
12255 axis.
12256
12257 2015-04-10 Pedro Alves <palves@redhat.com>
12258
12259 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12260 Remove comment.
12261 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12262 both the address of the instruction that triggers the watchpoint
12263 and the address of the instruction immediately after, and use
12264 those addresses for the test. Fix comment.
12265
12266 2015-04-10 Pedro Alves <palves@redhat.com>
12267
12268 * gdb.base/sigstep.exp (breakpoint_to_handler)
12269 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12270 Test "backtrace" in handler.
12271 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12272 (top level): Add new "displaced" test axis to
12273 breakpoint_to_handler, breakpoint_to_handler_entry and
12274 breakpoint_over_handler.
12275
12276 2015-04-10 Pedro Alves <palves@redhat.com>
12277
12278 PR gdb/18216
12279 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12280
12281 2015-04-10 Yao Qi <yao.qi@linaro.org>
12282
12283 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12284 (test_add_rn_pc): New function.
12285 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12286 (top level): Invoke test_add_rn_pc.
12287
12288 2015-04-10 Pedro Alves <palves@redhat.com>
12289
12290 PR gdb/13858
12291 * gdb.base/step-over-no-symbols.exp: New file.
12292
12293 2015-04-09 Andy Wingo <wingo@igalia.com>
12294
12295 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12296 after the Python tests.
12297
12298 2015-04-08 Keith Seitz <keiths@redhat.com>
12299
12300 PR python/16699
12301 * gdb.python/py-completion.exp: New tests for completion.
12302 * gdb.python/py-completion.py (CompleteLimit1): New class.
12303 (CompleteLimit2): Likewise.
12304 (CompleteLimit3): Likewise.
12305 (CompleteLimit4): Likewise.
12306 (CompleteLimit5): Likewise.
12307 (CompleteLimit6): Likewise.
12308 (CompleteLimit7): Likewise.
12309
12310 2015-04-08 Pedro Alves <palves@redhat.com>
12311
12312 PR gdb/18214
12313 PR gdb/18216
12314 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12315 function.
12316 (main): Install it as SIGUSR1 handler.
12317 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12318 parameter. Always use "setup" as prefix. Toggle "set
12319 displaced-stepping" off/on depending on global. Don't switch to
12320 thread 1 here.
12321 (top level): Add displaced stepping "off/on" test axis. Update
12322 "setup" calls. Wrap each subtest with with_test_prefix. Test
12323 continuing with a queued signal in each thread.
12324
12325 2015-04-08 Pedro Alves <palves@redhat.com>
12326
12327 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12328 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12329 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12330 Return early if running to main fails.
12331 * gdb.trace/while-stepping.exp: Likewise.
12332
12333 2015-04-07 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12336 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12337 interact with inferior program.
12338
12339 2015-04-07 Pedro Alves <palves@redhat.com>
12340
12341 * lib/gdb.exp (inferior_spawn_id): New global.
12342 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12343 spawn id after processing the user code.
12344 (default_gdb_start): Set inferior_spawn_id.
12345 (send_inferior): New procedure.
12346 * lib/gdbserver-support.exp (gdbserver_start): Set
12347 inferior_spawn_id.
12348 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12349
12350 2015-04-07 Pedro Alves <palves@redhat.com>
12351
12352 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12353 * lib/gdbserver-support.exp (gdbserver_start): Make
12354 $server_spawn_id global.
12355 (gdbserver_start): Don't wait for gdbserver's spawn id with
12356 expect_background.
12357 (close_gdbserver): New procedure.
12358 (gdb_exit): Rename the default version and reimplement.
12359
12360 2015-04-07 Pedro Alves <palves@redhat.com>
12361
12362 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12363 append the substituted item, not the original item.
12364
12365 2015-04-07 Pedro Alves <palves@redhat.com>
12366
12367 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12368 gdb_expect.
12369
12370 2015-04-07 Pedro Alves <palves@redhat.com>
12371
12372 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12373 output appearing once only.
12374
12375 2015-04-07 Pedro Alves <palves@redhat.com>
12376
12377 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12378 that doesn't expect anything. Return early if running to main
12379 fails.
12380
12381 2015-04-07 Yao Qi <yao.qi@linaro.org>
12382
12383 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12384 (child_function): Call alarm.
12385 (main): Move call to alarm into the loop.
12386 * gdb.threads/non-stop-fair-events.exp: Build program with
12387 -DTIMEOUT=$timeout.
12388
12389 2015-04-06 Doug Evans <xdje42@gmail.com>
12390
12391 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12392 Fix dest parameter to board_info.
12393 (fpc_compile): Ditto.
12394 (gdb_compile_pascal): Rename dest arg to destfile.
12395
12396 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12397
12398 * gdb.ada/funcall_ref.exp: New file.
12399 * gdb.ada/funcall_ref/foo.adb: New file.
12400
12401 2015-04-02 Yao Qi <yao.qi@linaro.org>
12402
12403 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12404 is remote.
12405
12406 2015-04-02 Gary Benson <gbenson@redhat.com>
12407
12408 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12409
12410 2015-04-01 Sasha Smundak <asmundak@google.com>
12411
12412 * gdb.python/py-unwind-maint.c: New file.
12413 * gdb.python/py-unwind-maint.exp: New test.
12414 * gdb.python/py-unwind-maint.py: New file.
12415 * gdb.python/py-unwind.c: New file.
12416 * gdb.python/py-unwind.exp: New test.
12417 * gdb.python/py-unwind.py: New test.
12418
12419 2015-04-01 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12422 to fail instead of non-existent $test.
12423
12424 2015-04-01 Pedro Alves <palves@redhat.com>
12425
12426 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12427 GDBFLAGS if not empty.
12428
12429 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12430
12431 * gdb.ada/complete.exp: Remove "multi_line".
12432 * gdb.ada/info_exc.exp: Remove "multi_line".
12433 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12434 * gdb.ada/ptype_field.exp: Remove "multi_line".
12435 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12436 * gdb.ada/tagged.exp: Remove "multi_line".
12437 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12438 [multi_line ...]
12439 * gdb.btrace/delta.exp: Likewise.
12440 * gdb.btrace/exception.exp: Likewise.
12441 * gdb.btrace/function_call_history.exp: Likewise.
12442 * gdb.btrace/instruction_history.exp: Likewise.
12443 * gdb.btrace/nohist.exp: Likewise.
12444 * gdb.btrace/record_goto.exp: Likewise.
12445 * gdb.btrace/segv.exp: Likewise.
12446 * gdb.btrace/stepi.exp: Likewise.
12447 * gdb.btrace/tailcall.exp: Likewise.
12448 * gdb.btrace/unknown_functions.exp: Likewise.
12449 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12450 * lib/gdb.exp: Add the "multi_line" helper.
12451
12452 2015-04-01 Pedro Alves <palves@redhat.com>
12453
12454 * gdb.threads/tid-reuse.c: New file.
12455 * gdb.threads/tid-reuse.exp: New file.
12456
12457 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12458
12459 PR corefiles/16092
12460 * gdb.base/coredump-filter.c: New file.
12461 * gdb.base/coredump-filter.exp: Likewise.
12462
12463 2015-03-27 Petr Machata <pmachata@redhat.com>
12464
12465 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12466 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12467 (Dwarf::assemble): Initialize them.
12468 (Dwarf::lines): New function.
12469
12470 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12471
12472 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12473 SYMBOL_PREFIX for x86_64-*-cygwin.
12474
12475 2015-03-26 Andy Wingo <wingo@igalia.com>
12476
12477 PR symtab/18148
12478 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12479 const_value but not a location.
12480 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12481 location defined in non-main CUs are visible.
12482
12483 2015-03-26 Yao Qi <yao.qi@linaro.org>
12484
12485 PR testsuite/18139
12486 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12487 Add a line number entry for the same line.
12488 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12489 Add a line number entry for the same line.
12490
12491 2015-03-26 Yao Qi <yao.qi@linaro.org>
12492
12493 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12494 .int 0.
12495 (func): Likewise. Add .Lfunc_1 label.
12496 Use .Lfunc_1 label.
12497 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12498 .int 0.
12499 (func): Likewise.
12500 Use .Lfunc_1 label.
12501
12502 2015-03-26 Yao Qi <yao.qi@linaro.org>
12503
12504 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12505 Call gdb_compile instead to compile each .s files without debug
12506 information.
12507
12508 2015-03-26 Yao Qi <yao.qi@linaro.org>
12509
12510 * gdb.base/savedregs.exp (process_saved_regs): Make
12511 "Saved registers:" optional in the pattern.
12512
12513 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12514
12515 * gdb.btrace/next.exp: Merged into step.exp.
12516 * gdb.btrace/finish.exp: Merged into step.exp.
12517 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12518 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12519 "record goto" and checking the exact replay position.
12520 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12521 check for "Recording format" in "info record" output.
12522 * gdb.btrace/record_goto.exp: Choose test file based on target.
12523 * gdb.btrace/x86-record_goto.S: Renamed into ...
12524 * gdb.btrace/x86_64-record_goto.S: ... this.
12525 * gdb.btrace/i686-record_goto.S: New.
12526 * gdb.btrace/x86-tailcall.S: Renamed into ...
12527 * gdb.btrace/x86_64-tailcall.S: ... this.
12528 * gdb.btrace/i686-tailcall.S: New.
12529 * gdb.btrace/x86-tailcall.c: Renamed into ...
12530 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12531 separate statements. Update test.
12532 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12533 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12534 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12535 * gdb.btrace/tailcall.exp: Choose test file based on target.
12536 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12537
12538 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12539
12540 * gdb.btrace/exception.exp: Increase BTS buffer size.
12541
12542 2015-03-24 Pedro Alves <palves@redhat.com>
12543
12544 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12545
12546 2015-03-24 Pedro Alves <palves@redhat.com>
12547
12548 * gdb.threads/schedlock.exp (test_step): No longer expect that
12549 "set scheduler-locking step" with "next" over a function call runs
12550 threads unlocked.
12551
12552 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12553
12554 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12555
12556 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12557
12558 PR breakpoints/16466
12559 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12560 * gdb.mi/mi-pending.c (thread_func): New function.
12561 (int main): Add threading support required.
12562 * gdb.mi/mi-pending.exp: Add tests for this issue.
12563 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12564 (pendfunc2): Remove stdio dependency.
12565 * gdb.mi/mi-pendshr2.c: New file.
12566
12567 2015-03-23 Keith Seitz <keiths@redhat.com>
12568
12569 * gdb.linespec/keywords.c: New file.
12570 * gdb.linespec/keywords.exp: New file.
12571
12572 2015-03-23 Keith Seitz <keiths@redhat.com>
12573
12574 PR gdb/18021
12575 * gdb.dwarf2/staticvirtual.exp: New test.
12576
12577 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12578
12579 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12580 * README: Remove HP-UX and gdb.hp.
12581 (configuration):
12582 * configure: Regenerate.
12583 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12584 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12585 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12586 gdb.hp/gdb.defects/Makefile.
12587 * gdb.hp/Makefile.in: File deleted.
12588 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12589 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12590 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12591 * gdb.hp/gdb.aCC/run.c: File deleted.
12592 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12593 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12594 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12595 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12596 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12597 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12598 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12599 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12600 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12601 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12602 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12603 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12604 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12605 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12606 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12607 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12608 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12609 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12610 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12611 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12612 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12613 * gdb.hp/gdb.compat/average.c: File deleted.
12614 * gdb.hp/gdb.compat/sum.c: File deleted.
12615 * gdb.hp/gdb.compat/xdb.c: File deleted.
12616 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12617 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12618 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12619 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12620 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12621 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12622 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12623 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12624 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12625 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12626 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12627 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12628 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12629 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12630 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12631 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12632 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12633 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12634 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12635 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12636 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12637 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12638 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12639 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12640 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12641 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12642 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12643 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12644 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12645 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12646 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12647 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12648 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12649 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12650 * gdb.hp/tools/odump: File deleted.
12651
12652 2015-03-19 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12655 (saw_thread_3): New globals.
12656 (top level): Increment them when an event for the corresponding
12657 thread is seen.
12658 (no thread starvation): New test.
12659
12660 2015-03-19 Pedro Alves <palves@redhat.com>
12661
12662 * gdb.threads/continue-pending-status.c: New file.
12663 * gdb.threads/continue-pending-status.exp: New file.
12664
12665 2015-03-18 Pedro Alves <palves@redhat.com>
12666
12667 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12668 Use gdb_is_target_remote instead of is_remote. Use
12669 gdb_test_multiple instead of gdb_expect. Exit early if
12670 gdb_test_multiple hits its internal matches. Tighten stepi tests
12671 expected output. Fail on exit with any signal, instead of just
12672 SIGILL.
12673
12674 2015-03-18 Yao Qi <yao.qi@linaro.org>
12675
12676 PR tdep/18107
12677 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12678 variable.
12679 * gdb.base/catch-syscall.exp: Don't skip it on
12680 aarch64*-*-linux* target. Remove elements in all_syscalls.
12681 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12682 target.
12683 (setup_all_syscalls): New proc.
12684
12685 2015-03-16 Yao Qi <yao.qi@linaro.org>
12686
12687 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12688 (top level): Skip tests if valid_addr_p returns false for
12689 $cmd1 or $cmd2.
12690
12691 2015-03-11 Andy Wingo <wingo@igalia.com>
12692
12693 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12694
12695 2015-03-11 Yao Qi <yao.qi@linaro.org>
12696
12697 * gdb.base/catch-syscall.exp: Fix typo in comments.
12698
12699 2015-03-11 Yao Qi <yao.qi@linaro.org>
12700
12701 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12702
12703 2015-03-09 Pedro Alves <palves@redhat.com>
12704
12705 * dg-extract-results.py: Delete.
12706
12707 2015-03-09 Pedro Alves <palves@redhat.com>
12708
12709 Merge dg-extract-results.sh from GCC upstream (r218843).
12710
12711 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12712 * dg-extract-results.sh: Use --text with grep to avoid issues with
12713 binary files. Fall back to cat -v, if that doesn't work.
12714
12715 2015-03-05 Pedro Alves <palves@redhat.com>
12716
12717 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12718
12719 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12720
12721 * lib/mi-support.exp (mi_expect_interrupt): Accept
12722 alternative event for when in all-stop mode.
12723
12724 2015-03-04 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12727
12728 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12729
12730 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12731
12732 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12733
12734 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12735 regexps for GDB's current line display, accept a hex address
12736 preceding the line number.
12737
12738 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12739
12740 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12741 the 'arch1' variable for "s390*-linux*" targets.
12742
12743 2015-03-04 Pedro Alves <palves@redhat.com>
12744
12745 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12746 (main): Pass missing retval argument to pthread_join call.
12747
12748 2015-03-02 Pedro Alves <palves@redhat.com>
12749
12750 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12751 (top level): Call do_test with non-stop as well.
12752
12753 2015-03-02 Pedro Alves <palves@redhat.com>
12754
12755 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12756 -1.
12757
12758 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12759
12760 * gdb.arch/s390-vregs.exp: New test.
12761 * gdb.arch/s390-vregs.S: New file.
12762
12763 2015-02-27 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12766 call to catch_command_errors.
12767 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12768 catch_command_errors.
12769
12770 2015-02-27 Pedro Alves <palves@redhat.com>
12771
12772 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12773 "true" for boolean result.
12774 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12775 prototype of main.
12776
12777 2015-02-27 Pedro Alves <palves@redhat.com>
12778
12779 * lib/unbuffer_output.c: New file.
12780 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12781 (main): Call gdb_unbuffer_output.
12782
12783 2015-02-27 Yao Qi <yao.qi@linaro.org>
12784
12785 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12786 target.
12787
12788 2015-02-26 Doug Evans <dje@google.com>
12789
12790 * gdb.cp/class2.cc (Dbase, D): New classes.
12791 (main): New local delta.
12792 * gdb.cp/class2.exp: Test printing delta.
12793 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12794 (dynbar): New global.
12795 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12796
12797 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12798
12799 * gdb.compile/compile-ifunc.c: New file.
12800 * gdb.compile/compile-ifunc.exp: New file.
12801
12802 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12803
12804 * gdb.base/structs.exp: Check for correct struct on finish.
12805
12806 2015-02-26 Yao Qi <yao.qi@linaro.org>
12807
12808 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12809 is zero.
12810
12811 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12812
12813 * gdb.arch/cordic.ko.bz2: New file.
12814 * gdb.arch/cordic.ko.debug.bz2: New file.
12815 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12816
12817 2015-02-25 Yao Qi <yao.qi@linaro.org>
12818
12819 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12820 aarch64*-*-* target.
12821
12822 2015-02-23 Pedro Alves <palves@redhat.com>
12823
12824 * lib/gdb.exp (delete_breakpoints): Rewrite using
12825 gdb_test_multiple.
12826
12827 2015-02-23 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.base/info-os.c: Include stdlib.h.
12830
12831 2015-02-22 Doug Evans <xdje42@gmail.com>
12832
12833 PR symtab/17855
12834 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12835 is read after symbols have been re-read.
12836 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12837 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12838
12839 2015-02-21 Doug Evans <dje@google.com>
12840
12841 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12842
12843 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12844
12845 PR corefiles/17808
12846 * gdb.arch/i386-biarch-core.core.bz2: New file.
12847 * gdb.arch/i386-biarch-core.exp: New file.
12848
12849 2015-02-21 Pedro Alves <palves@redhat.com>
12850
12851 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12852 runto_main fails.
12853
12854 2015-02-20 Pedro Alves <palves@redhat.com>
12855
12856 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12857 info probes.
12858
12859 2015-02-20 Pedro Alves <palves@redhat.com>
12860
12861 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12862
12863 2015-02-20 Pedro Alves <palves@redhat.com>
12864
12865 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12866 clean_restart before gdb_target_supports_trace.
12867
12868 2015-02-20 Pedro Alves <palves@redhat.com>
12869
12870 PR threads/18006
12871 * gdb.threads/clone-thread_db.c: New file.
12872 * gdb.threads/clone-thread_db.exp: New file.
12873
12874 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12875
12876 PR breakpoints/16812
12877 * gdb.base/catch-gdb-caused-signals.c: New file.
12878 * gdb.base/catch-gdb-caused-signals.exp: New file.
12879
12880 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12881
12882 * configure: Regenerated.
12883 * configure.ac: Use GDB_AC_TRANSFORM.
12884 * aclocal.m4: sinclude ../transform.m4.
12885
12886 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12887
12888 * lib/dtrace.exp: New file.
12889 * gdb.base/dtrace-probe.exp: Likewise.
12890 * gdb.base/dtrace-probe.d: Likewise.
12891 * gdb.base/dtrace-probe.c: Likewise.
12892 * lib/pdtrace.in: Likewise.
12893 * configure.ac: Output variables with the transformed names of
12894 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12895 * configure: Regenerated.
12896
12897 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12898
12899 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12900 expected message when trying to access $_probe_* convenience
12901 variables while not on a probe.
12902
12903 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12904
12905 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12906
12907 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12908
12909 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12910 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12911
12912 2015-02-10 Doug Evans <xdje42@gmail.com>
12913
12914 * lib/gdb.exp (gdb_load): Always return a result.
12915
12916 2015-02-10 Pedro Alves <palves@redhat.com>
12917
12918 * gdb.threads/signal-sigtrap.c: New file.
12919 * gdb.threads/signal-sigtrap.exp: New file.
12920
12921 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12922
12923 * gdb.trace/no-attach-trace.c: New file.
12924 * gdb.trace/no-attach-trace.exp: New file.
12925
12926 2015-02-09 Mark Wielaard <mjw@redhat.com>
12927
12928 * gdb.dwarf2/atomic.c: New file.
12929 * gdb.dwarf2/atomic-type.exp: Likewise.
12930
12931 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12932
12933 * gdb.btrace/buffer-size.exp: Update "info record" output.
12934 * gdb.btrace/delta.exp: Update "info record" output.
12935 * gdb.btrace/enable.exp: Update "info record" output.
12936 * gdb.btrace/finish.exp: Update "info record" output.
12937 * gdb.btrace/instruction_history.exp: Update "info record" output.
12938 * gdb.btrace/next.exp: Update "info record" output.
12939 * gdb.btrace/nexti.exp: Update "info record" output.
12940 * gdb.btrace/step.exp: Update "info record" output.
12941 * gdb.btrace/stepi.exp: Update "info record" output.
12942 * gdb.btrace/nohist.exp: Update "info record" output.
12943
12944 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12945
12946 * gdb.btrace/buffer-size: New.
12947
12948 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12949
12950 * gdb.btrace/delta.exp: Update "info record" output.
12951 * gdb.btrace/enable.exp: Update "info record" output.
12952 * gdb.btrace/finish.exp: Update "info record" output.
12953 * gdb.btrace/instruction_history.exp: Update "info record" output.
12954 * gdb.btrace/next.exp: Update "info record" output.
12955 * gdb.btrace/nexti.exp: Update "info record" output.
12956 * gdb.btrace/step.exp: Update "info record" output.
12957 * gdb.btrace/stepi.exp: Update "info record" output.
12958 * gdb.btrace/nohist.exp: Update "info record" output.
12959
12960 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12961
12962 PR gdb/15678
12963 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12964
12965 2015-02-06 Pedro Alves <palves@redhat.com>
12966
12967 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12968 macro.
12969 (seconds_left, again): New globals.
12970 (main): Wait seconds_left in a 1-second sleep loop instead of
12971 sleeping 180 seconds. If 'again' is set, reset the seconds
12972 counter.
12973 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12974 'again' in the inferior before detaching. Print the seconds left.
12975 (options): New global.
12976 (top level): Build program with -DTIMEOUT=$timeout.
12977
12978 2015-02-06 Pedro Alves <palves@redhat.com>
12979
12980 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12981 determine how many seconds to pass to 'alarm'.
12982 * gdb.base/gdb-sigterm.exp (top level): Build program with
12983 -DTIMEOUT=$timeout.
12984 (do_test): Return success/failure indication. Add more verbose
12985 logging. Don't fail if 200 single steps are seen. Instead, fail
12986 when the test times out.
12987 (passes): New global.
12988 (top level): Break the testing loop if testing fails on any
12989 iteration. Use gdb_assert.
12990
12991 2015-02-04 Don Breazeal <donb@codesourcery.com>
12992
12993 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12994 and initialize them.
12995 (ipc_cleanup): New function.
12996 (main): Don't declare shmid, semid, and msqid. Add a call to
12997 atexit so that we call ipc_cleanup on exit.
12998
12999 2015-02-04 Pedro Alves <palves@redhat.com>
13000
13001 * boards/native-extended-gdbserver.exp: Remove any target variant
13002 specifications from the board name before clearing the isremote
13003 flag from board_info.
13004
13005 2015-01-31 Doug Evans <xdje42@gmail.com>
13006
13007 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13008
13009 2015-01-31 Gary Benson <gbenson@redhat.com>
13010
13011 * gdb.base/completion.exp: Disable completion limiting for
13012 existing tests. Add new tests to check completion limiting.
13013 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13014
13015 2015-01-31 Doug Evans <xdje42@gmail.com>
13016
13017 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13018
13019 2015-01-31 Doug Evans <xdje42@gmail.com>
13020
13021 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13022 entries. Duplicate file section script entries.
13023 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13024 inlined entries. Add test for safe-path rejection.
13025 * gdb.python/py-section-script.c: Add duplicate inlined section script
13026 entries. Duplicate file section script entries.
13027 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13028 inlined entries. Add test for safe-path rejection.
13029
13030 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13031
13032 * gdb.ada/disc_arr_bound: New testcase.
13033
13034 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13035
13036 * gdb.ada/mi_var_array: New testcase.
13037
13038 2015-01-27 Doug Evans <dje@google.com>
13039
13040 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13041 Add test for objfile.filename, objfile.username after objfile
13042 has been unloaded.
13043
13044 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13045
13046 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13047 the second test to print the name attribute of value
13048 returned by the call to gdb.lookup_type, and adjust
13049 the expected output accordingly.
13050
13051 2015-01-25 Mark Wielaard <mjw@redhat.com>
13052
13053 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13054 * gdb.base/disp-step-fork.c: Include unistd.h.
13055 * gdb.base/siginfo-obj.c: Include stdio.h.
13056 * gdb.base/siginfo-thread.c: Likewise.
13057 * gdb.mi/non-stop.c: Include unistd.h.
13058 * gdb.mi/nsthrexec.c: Include stdio.h.
13059 * gdb.mi/pthreads.c: Include unistd.h.
13060 * gdb.modula2/unbounded1.c (main): Declare returns int.
13061 * gdb.reverse/consecutive-reverse.c: Likewise.
13062 * gdb.threads/create-fail.c: Include unistd.h.
13063 * gdb.threads/killed.c: Likewise.
13064 * gdb.threads/linux-dp.c: Likewise.
13065 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13066 * gdb.threads/non-ldr-exc-2.c: Likewise.
13067 * gdb.threads/non-ldr-exc-3.c: Likewise.
13068 * gdb.threads/non-ldr-exc-4.c: Likewise.
13069 * gdb.threads/pthreads.c: Include unistd.h.
13070 (main): Declare returns int.
13071 * gdb.threads/tls-main.c (foo): New declaration.
13072 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13073
13074 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13075
13076 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13077 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13078
13079 2015-01-15 Mark Wielaard <mjw@redhat.com>
13080
13081 * gdb.base/noreturn-return.c: New file.
13082 * gdb.base/noreturn-return.exp: New file.
13083 * gdb.base/noreturn-finish.c: New file.
13084 * gdb.base/noreturn-finish.exp: New file.
13085
13086 2015-01-23 Pedro Alves <palves@redhat.com>
13087
13088 * gdb.threads/continue-pending-after-query.c: New file.
13089 * gdb.threads/continue-pending-after-query.exp: New file.
13090
13091 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13092 Simon Marchi <simon.marchi@ericsson.com>
13093
13094 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13095 * gdb.base/valgrind-db-attach.exp: Same.
13096 * gdb.base/valgrind-infcall.exp: Same.
13097 * lib/mi-support.exp (default_mi_gdb_start): Same.
13098 * lib/prompt.exp (default_prompt_gdb_start): Same.
13099 * lib/gdb.exp (default_gdb_spawn): Same.
13100 (gdb_interact): New.
13101
13102
13103 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13104
13105 * gdb.compile/compile.exp (pointer to jit function): New test.
13106
13107 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13108
13109 * lib/gdb.exp (supports_process_record): Return true for
13110 powerpc*-*-linux*.
13111 (supports_reverse): Likewise.
13112
13113 2015-01-15 Don Breazeal <donb@codesourcery.com>
13114
13115 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13116 instead of checking whether the target board is remote and
13117 use spawn_wait_for_attach instead of exec/sleep.
13118 * gdb.base/attach-twice.exp: Likewise.
13119
13120 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13121
13122 * gdb.ada/var_arr_attrs: New testcase.
13123
13124 2015-01-14 Pedro Alves <palves@redhat.com>
13125 Joel Brobecker <brobecker@adacore.com>
13126
13127 PR gdb/17525
13128 * gdb.base/bp-cmds-execution-x-script.c: New file.
13129 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13130 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13131
13132 2015-01-14 Pedro Alves <palves@redhat.com>
13133
13134 PR cli/17828
13135 * gdb.base/batch-preserve-term-settings.c: New file.
13136 * gdb.base/batch-preserve-term-settings.exp: New file.
13137
13138 2015-01-13 Doug Evans <dje@google.com>
13139
13140 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13141 binary.
13142
13143 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13144
13145 * Makefile.in (clean mostlyclean): Do not delete *.py.
13146
13147 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13148
13149 * gdb.python/py-lookup-type.exp: New file.
13150
13151 2015-01-12 Pedro Alves <palves@redhat.com>
13152
13153 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13154 restore GDBFLAGS before returning.
13155
13156 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13157
13158 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13159 is_amd64_regs_target and is_x86_like_target.
13160
13161 2015-01-11 Doug Evans <xdje42@gmail.com>
13162
13163 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13164 is given without an explicit form.
13165 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13166 attributes.
13167 * gdb.dwarf/corrupt.exp: Ditto.
13168 * gdb.dwarf2/enum-type.exp: Ditto.
13169 * gdb.trace/entry-values.exp: Ditto.
13170 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13171
13172 2015-01-11 Doug Evans <xdje42@gmail.com>
13173
13174 PR gdb/15830
13175 * gdb.base/maint.exp: Remove references to "maint demangle".
13176 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13177 Add tests for explicitly specifying language to demangle.
13178 * gdb.dlang/demangle.exp: Ditto.
13179
13180 2015-01-09 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.threads/non-stop-fair-events.c: New file.
13183 * gdb.threads/non-stop-fair-events.exp: New file.
13184
13185 2015-01-09 Pedro Alves <palves@redhat.com>
13186
13187 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13188 the global scope. Set a breakpoint after all threads are started
13189 rather than stepping over two source lines. Expect the prompt.
13190 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13191 global.
13192 (NUM): Now 15.
13193 (main): Use threads_started_barrier to wait for all threads to
13194 start. Main thread no longer calls thread_function. Exit after
13195 180 seconds.
13196 (loop): New function.
13197 (thread_function): Wait on threads_started_barrier barrier. Call
13198 'loop' at each iteration.
13199 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13200 threads have started, instead of hardcoding number of "next"
13201 steps. Use an access watchpoint instead of a write watchpoint.
13202
13203 2015-01-09 Pedro Alves <palves@redhat.com>
13204
13205 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13206 (thread_func): Wait on barrier.
13207 (main): Wait for all threads to start before stopping GDB.
13208 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13209 global.
13210 (thread1_func, thread2_func): Wait on barrier.
13211 (main): Wait for all threads to start before stopping GDB.
13212 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13213 New global.
13214 (thread1_func, thread2_func): Wait on barrier.
13215 (main): Wait for all threads to start before stopping GDB.
13216
13217 2015-01-09 Pedro Alves <palves@redhat.com>
13218
13219 * gdb.threads/attach-many-short-lived-threads.c: New file.
13220 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13221
13222 2014-01-09 Pedro Alves <palves@redhat.com>
13223
13224 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13225 instead of to thread 2.
13226 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13227 Add barrier around each pthread_create call instead of around all
13228 calls.
13229 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13230 Set a break on thread_function and have the child threads hit it
13231 one at at a time.
13232
13233 2015-01-09 Pedro Alves <palves@redhat.com>
13234
13235 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13236 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13237 false.
13238 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13239 checking whether the target board is remote.
13240 * gdb.multi/multi-attach.exp: Likewise.
13241 * gdb.python/py-sync-interp.exp: Likewise.
13242 * gdb.server/ext-attach.exp: Likewise.
13243 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13244 tests that need to attach, instead of checking whether the target
13245 board is remote at the top of the file.
13246
13247 2015-01-08 Yao Qi <yao@codesourcery.com>
13248
13249 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13250
13251 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13252
13253 Fix testcase compilation.
13254 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13255
13256 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13257
13258 * gdb.python/py-type.exp: Add a couple test about empty
13259 array creation, and negative-length array creation.
13260
13261 2015-01-02 Doug Evans <xdje42@gmail.com>
13262
13263 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13264
13265 2015-01-02 Doug Evans <dje@google.com>
13266
13267 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13268
13269 2014-12-29 Yao Qi <yao@codesourcery.com>
13270
13271 * gdb.trace/entry-values.exp: Update comments. Rename variable
13272 bar_call_foo to returned_from_foo.
13273
13274 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13275
13276 PR gdb/17394
13277 * gdb.linespec/break-asm-file.c: New file.
13278 * gdb.linespec/break-asm-file.exp: New file.
13279 * gdb.linespec/break-asm-file0.s: New file.
13280 * gdb.linespec/break-asm-file1.s: New file.
13281
13282 2014-12-18 Nigel Stephens <nigel@mips.com>
13283 Maciej W. Rozycki <macro@codesourcery.com>
13284
13285 * gdb.base/float.exp: Handle the new output from "info float" on
13286 MIPS targets.
13287
13288 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13289
13290 Fix MinGW compilation.
13291 * gdb.compile/compile-ops.exp: Update untested message if
13292 !skip_compile_feature_tests.
13293 * gdb.compile/compile-setjmp.exp: Likewise.
13294 * gdb.compile/compile-tls.exp: Likewise.
13295 * gdb.compile/compile.exp: Likewise.
13296 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13297 supported on this host".
13298
13299 2014-12-16 Doug Evans <xdje42@gmail.com>
13300
13301 * boards/stabs.exp: New file.
13302
13303 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13304
13305 * gdb.base/completion.exp: Adjust to format changes of "maint
13306 print user-registers".
13307
13308 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13309
13310 PR server/17457
13311 * gdb.arch/aarch64-fp.c: New file.
13312 * gdb.arch/aarch64-fp.exp: New file.
13313
13314 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13315
13316 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13317 r210637, r210913, r211666, r215400, r215817).
13318
13319 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13320 * dg-extract-results.py: New file.
13321 * dg-extract-results.sh: Use it if the environment seems
13322 suitable.
13323
13324 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13325
13326 * dg-extract-results.py (parse_run): Handle warnings that
13327 are printed before a test harness is run.
13328
13329 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13330
13331 * dg-extract-results.py (Named): Remove __cmp__ method.
13332 (output_variation): Use a key to sort variation.harnesses.
13333
13334 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13335
13336 * dg-extract-results.py: For Python 3, force sys.stdout to
13337 handle surrogate escape sequences.
13338 (safe_open): New function.
13339 (output_segment, main): Use it.
13340
13341 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13342
13343 * dg-extract-results.py (Prog.result_re): Include options
13344 in test name.
13345
13346 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13347
13348 * dg-extract-results.py (output_variation): Always sort if
13349 do_sum.
13350
13351 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13352
13353 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13354 as long as we get pagination notifications.
13355
13356 2014-12-15 Jason Merrill <jason@redhat.com>
13357
13358 * Makefile.in (check-gdb.%): Restore.
13359 * README: Mention it.
13360
13361 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13362
13363 * gdb.ada/str_uninit: New testcase.
13364
13365 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13366
13367 PR symtab/17642
13368 * gdb.base/vla-stub-define.c: New file.
13369 * gdb.base/vla-stub.c: New file.
13370 * gdb.base/vla-stub.exp: New file.
13371
13372 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13373 Jan Kratochvil <jan.kratochvil@redhat.com>
13374 Tom Tromey <tromey@redhat.com>
13375
13376 * configure.ac: Add gdb.compile/.
13377 * configure: Regenerate.
13378 * gdb.compile/Makefile.in: New file.
13379 * gdb.compile/compile-ops.exp: New file.
13380 * gdb.compile/compile-ops.c: New file.
13381 * gdb.compile/compile-tls.c: New file.
13382 * gdb.compile/compile-tls.exp: New file.
13383 * gdb.compile/compile-constvar.S: New file.
13384 * gdb.compile/compile-constvar.c: New file.
13385 * gdb.compile/compile-mod.c: New file.
13386 * gdb.compile/compile-nodebug.c: New file.
13387 * gdb.compile/compile-setjmp-mod.c: New file.
13388 * gdb.compile/compile-setjmp.c: New file.
13389 * gdb.compile/compile-setjmp.exp: New file.
13390 * gdb.compile/compile-shlib.c: New file.
13391 * gdb.compile/compile.c: New file.
13392 * gdb.compile/compile.exp: New file.
13393 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13394
13395 2014-12-12 Tom Tromey <tromey@redhat.com>
13396
13397 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13398 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13399
13400 2014-12-12 Doug Evans <dje@google.com>
13401
13402 * lib/gdb-python.exp (get_python_valueof): New function.
13403 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13404
13405 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13406
13407 * gdb.base/completion.exp: Add test for completion of "info
13408 registers ".
13409
13410 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13411
13412 * gdb.base/func-ptrs.c: New file.
13413 * gdb.base/func-ptrs.exp: New file.
13414
13415 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13416
13417 PR breakpoints/17012
13418 * gdb.base/dprintf-detach.c: New file.
13419 * gdb.base/dprintf-detach.exp: New file.
13420
13421 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13422
13423 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13424 * lib/gdb.exp (target_is_gdbserver): New procedure.
13425
13426 2014-12-08 Doug Evans <dje@google.com>
13427
13428 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13429
13430 2014-12-05 Yao Qi <yao@codesourcery.com>
13431
13432 * gdb.guile/scm-error.exp: Remove the third argument to
13433 gdb_remote_download.
13434 * gdb.guile/scm-frame-args.exp: Likewise.
13435 * gdb.guile/scm-section-script.exp: Likewise.
13436
13437 2014-12-05 Yao Qi <yao@codesourcery.com>
13438
13439 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13440
13441 2014-12-04 Doug Evans <dje@google.com>
13442
13443 * gdb.python/py-objfile.exp: Add tests for
13444 objfile.add_separate_debug_file.
13445
13446 2014-12-04 Doug Evans <dje@google.com>
13447
13448 * lib/gdb.exp (get_build_id): New function.
13449 (build_id_debug_filename_get): Rewrite to use it.
13450 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13451
13452 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13453
13454 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13455 `method(long)', not just 0x0.
13456 * gdb.cp/nsalias.exp: Align code labels to 4.
13457 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13458 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13459 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13460 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13461 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13462 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13463
13464 2014-12-02 Doug Evans <dje@google.com>
13465
13466 PR symtab/17602
13467 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13468 * gdb.cp/anon-ns2.cc: ... here. New file.
13469 * gdb.cp/anon-ns.exp: Update.
13470
13471 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13472
13473 * gdb.python/py-events.py (inferior_call_handler): New.
13474 (register_changed_handler, memory_changed_handler): New.
13475 (test_events.invoke): Register new handlers.
13476 * gdb.python/py-events.exp: Add tests for inferior call,
13477 memory_changed and register_changed events.
13478
13479 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13480
13481 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13482 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13483 if the linker doesn't understand this.
13484
13485 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13486
13487 * gdb.python/python.exp: Change expected reply to help().
13488
13489 2014-12-01 Yao Qi <yao@codesourcery.com>
13490
13491 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13492 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13493 * configure: Re-generated.
13494
13495 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13496
13497 * gdb.cp/chained-calls.cc: New file.
13498 * gdb.cp/chained-calls.exp: New file.
13499 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13500
13501 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13502
13503 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13504 * gdb.dwarf2/symtab-producer.exp: Same.
13505 * gdb.gdb/python-interrupts.exp: Same.
13506 * gdb.gdb/python-selftest.exp: Same.
13507 * gdb.python/py-linetable.exp: Same.
13508 * gdb.python/py-type.exp: Same.
13509 * gdb.python/py-value-cc.exp: Same.
13510 * gdb.python/py-value.exp: Same.
13511
13512 2014-11-28 Yao Qi <yao@codesourcery.com>
13513
13514 * gdb.base/break-probes.exp: Match library name prefixed with
13515 sysroot.
13516
13517 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13518
13519 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13520 test expected output. Add parentheses for the call to print.
13521 Remove L suffix from integers.
13522
13523 2014-11-26 Doug Evans <dje@google.com>
13524
13525 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13526
13527 2014-11-22 Yao Qi <yao@codesourcery.com>
13528
13529 * gdb.trace/entry-values.c: Remove asms.
13530 (foo): Add foo_label.
13531 (bar): Add bar_label.
13532 * gdb.trace/entry-values.exp: Remove code computing foo's
13533 length and bar's length.
13534 (Dwarf::assemble): Invoke function_range for bar and use
13535 MACRO_AT_func for foo.
13536
13537 2014-11-22 Yao Qi <yao@codesourcery.com>
13538
13539 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13540 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13541 Use .Lgcc43_procstart instead of gcc43.
13542
13543 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13544
13545 * gdb.ada/n_arr_bound: New testcase.
13546
13547 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13548
13549 PR breakpoints/10737
13550 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13551 test_catch_syscall_multi_arch.
13552 (test_catch_syscall_multi_arch): New function.
13553
13554 2014-11-20 Doug Evans <xdje42@gmail.com>
13555
13556 * gdb.base/maint.exp: Update expected output.
13557
13558 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13559
13560 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13561 4-byte instruction on S390.
13562
13563 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13564
13565 * gdb.ada/arr_arr: New testcase.
13566
13567 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13568
13569 * gdb.ada/pkd_arr_elem: New Testcase.
13570
13571 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13572
13573 * gdb.reverse/break-precsave: Expect completion message for
13574 core file reads.
13575 * gdb.reverse/consecutive-precsave.exp: Likewise.
13576 * gdb.reverse/finish-precsave.exp: Likewise.
13577 * gdb.reverse/i386-precsave.exp: Likewise.
13578 * gdb.reverse/machinestate-precsave.exp: Likewise.
13579 * gdb.reverse/sigall-precsave.exp: Likewise.
13580 * gdb.reverse/solib-precsave.exp: Likewise.
13581 * gdb.reverse/step-precsave.exp: Likewise.
13582 * gdb.reverse/until-precsave.exp: Likewise.
13583 * gdb.reverse/watch-precsave.exp: Likewise.
13584
13585 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13586
13587 * gdb.base/bp-permanent.c: Include unistd.h.
13588 * gdb.python/py-framefilter-mi.c (main): Add return type.
13589 * gdb.python/py-framefilter.c (main): Likewise.
13590 * gdb.trace/actions-changed.c (main): Likewise.
13591
13592 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13593
13594 * gdb.mi/until.c: Add eye-catchers.
13595 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13596 line numbers.
13597
13598 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13599
13600 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13601 function header variants in break1.c.
13602 * gdb.base/ena-dis-br.exp: Likewise.
13603 * gdb.base/hbreak2.exp: Likewise.
13604 * gdb.reverse/until-precsave.exp: Drop references to removed
13605 non-prototype function header variants in ur1.c.
13606 * gdb.reverse/until-reverse.exp: Likewise.
13607
13608 2014-11-17 Petr Machata <pmachata@redhat.com>
13609
13610 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13611 ${_cu_offset_size} bytes abbrev offset.
13612
13613 2014-11-15 Doug Evans <xdje42@gmail.com>
13614
13615 PR symtab/17559
13616 * gdb.base/line-symtabs.exp: New file.
13617 * gdb.base/line-symtabs.c: New file.
13618 * gdb.base/line-symtabs.h: New file.
13619
13620 2014-11-14 Yao Qi <yao@codesourcery.com>
13621
13622 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13623 (func): Add label func_label.
13624 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13625 Replace low_pc and high_pc with MACRO_AT_range.
13626 Replace name, low_pc and high_pc with MACRO_AT_func.
13627
13628 2014-11-14 Yao Qi <yao@codesourcery.com>
13629
13630 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13631 Replace name, low_pc and high_pc with MACRO_AT_func.
13632
13633 2014-11-14 Yao Qi <yao@codesourcery.com>
13634
13635 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13636 produce debug information.
13637 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13638
13639 2014-11-14 Yao Qi <yao@codesourcery.com>
13640
13641 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13642 object and get function length.
13643 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13644 with MACRO_AT_func.
13645 (top-level): Replace gdb_compile and clean_restart with
13646 prepare_for_testing.
13647 * gdb.dwarf2/main.c (main): Add label main_label.
13648
13649 2014-11-14 Yao Qi <yao@codesourcery.com>
13650
13651 * lib/dwarf.exp (function_range): New procedure.
13652 (Dwarf::_handle_macro_at_func): New procedure.
13653 (Dwarf::_handle_macro_at_range): New procedure.
13654 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13655
13656 2014-11-14 Yao Qi <yao@codesourcery.com>
13657
13658 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13659 (_handle_attribute): New procedure.
13660
13661 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13662
13663 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13664 * gdb.base/call-sc.c (zed): Likewise.
13665 * gdb.base/checkpoint.c (main): Likewise.
13666 * gdb.base/dump.c (main): Likewise.
13667 * gdb.base/gcore.c (main): Likewise.
13668 * gdb.base/huge.c (main): Likewise.
13669 * gdb.base/multi-forks.c (main): Likewise.
13670 * gdb.base/pr10179-a.c (main): Likewise.
13671 * gdb.base/savedregs.c (main): Likewise.
13672 * gdb.base/sigaltstack.c (main): Likewise.
13673 * gdb.base/siginfo.c (main): Likewise.
13674 * gdb.base/structs.c (zed): Likewise.
13675 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13676 * gdb.mi/mi-syn-frame.c (main): Likewise.
13677 * gdb.mi/until.c (foo, main): Likewise.
13678 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13679 * gdb.base/solib-weak.c (foo): Declare.
13680 * gdb.base/attach-twice.c: Include stdio.h.
13681 * gdb.base/weaklib1.c: Likewise.
13682 * gdb.base/weaklib2.c: Likewise.
13683 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13684 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13685 unistd.h.
13686 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13687 * gdb.mi/mi-exit-code.c: Likewise.
13688 * gdb.base/break-interp-lib.c: Include string.h.
13689 * gdb.base/coremaker.c: Likewise.
13690 * gdb.base/testenv.c: Likewise.
13691 * gdb.python/py-finish-breakpoint.c: Likewise.
13692 * gdb.base/inferior-died.c: Include sys/wait.h.
13693 * gdb.base/fileio.c: Include time.h.
13694 * gdb.base/async-shell.c: Include unistd.h.
13695 * gdb.base/dprintf-non-stop.c: Likewise.
13696 * gdb.base/info-os.c: Likewise.
13697 * gdb.mi/mi-console.c: Likewise.
13698 * gdb.mi/watch-nonstop.c: Likewise.
13699 * gdb.python/py-events.c: Likewise.
13700 * gdb.base/async.c (baz): Move up before its invocation.
13701 * gdb.base/code_elim2.c (my_global_func): Likewise.
13702 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13703 * gdb.base/advance.c (func2): Likewise.
13704
13705 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13706
13707 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13708 variant.
13709 * gdb.base/annota3.c: Likewise.
13710 * gdb.base/async.c: Likewise.
13711 * gdb.base/average.c: Likewise.
13712 * gdb.base/call-ar-st.c: Likewise.
13713 * gdb.base/call-rt-st.c: Likewise.
13714 * gdb.base/call-sc.c: Likewise.
13715 * gdb.base/call-strs.c: Likewise.
13716 * gdb.base/ending-run.c: Likewise.
13717 * gdb.base/execd-prog.c: Likewise.
13718 * gdb.base/exprs.c: Likewise.
13719 * gdb.base/foll-exec.c: Likewise.
13720 * gdb.base/foll-fork.c: Likewise.
13721 * gdb.base/foll-vfork.c: Likewise.
13722 * gdb.base/funcargs.c: Likewise.
13723 * gdb.base/gcore.c: Likewise.
13724 * gdb.base/jump.c: Likewise.
13725 * gdb.base/langs0.c: Likewise.
13726 * gdb.base/langs1.c: Likewise.
13727 * gdb.base/langs2.c: Likewise.
13728 * gdb.base/mips_pro.c: Likewise.
13729 * gdb.base/nodebug.c: Likewise.
13730 * gdb.base/opaque0.c: Likewise.
13731 * gdb.base/opaque1.c: Likewise.
13732 * gdb.base/recurse.c: Likewise.
13733 * gdb.base/run.c: Likewise.
13734 * gdb.base/scope0.c: Likewise.
13735 * gdb.base/scope1.c: Likewise.
13736 * gdb.base/setshow.c: Likewise.
13737 * gdb.base/setvar.c: Likewise.
13738 * gdb.base/shmain.c: Likewise.
13739 * gdb.base/shr1.c: Likewise.
13740 * gdb.base/shr2.c: Likewise.
13741 * gdb.base/sigall.c: Likewise.
13742 * gdb.base/signals.c: Likewise.
13743 * gdb.base/so-indr-cl.c: Likewise.
13744 * gdb.base/solib2.c: Likewise.
13745 * gdb.base/structs.c: Likewise.
13746 * gdb.base/sum.c: Likewise.
13747 * gdb.base/vforked-prog.c: Likewise.
13748 * gdb.base/watchpoint.c: Likewise.
13749 * gdb.reverse/shr2.c: Likewise.
13750 * gdb.reverse/until-reverse.c: Likewise.
13751 * gdb.reverse/ur1.c: Likewise.
13752 * gdb.reverse/watch-reverse.c: Likewise.
13753
13754 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13755
13756 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13757 variant.
13758 * gdb.base/sepdebug.exp: Drop references to removed code.
13759
13760 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13761
13762 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13763 variant. Preserve original line numbering.
13764 * gdb.base/list1.c: Likewise.
13765
13766 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13767
13768 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13769 variant.
13770 * gdb.base/break1.c: Likewise.
13771 * gdb.base/break.exp: Drop references to removed code.
13772
13773 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13774
13775 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13776 variant.
13777
13778 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13779
13780 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13781
13782 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13783
13784 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13785 logic into perform_all_tests() and invoke it with and without
13786 function header prototypes.
13787 (do_function_calls): Remove conditional XFAIL for PR 5318.
13788 (rerun_and_prepare): Remove duplicate code.
13789 (perform_all_tests): New. Main logic moved here.
13790
13791 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13792
13793 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13794 code guarded by #ifdef NO_PROTOTYPES.
13795 (t_double_many_args): Likewise.
13796 (DEF_FUNC_MANY_ARGS_1): Likewise.
13797 (DEF_FUNC_VALUES_1): Likewise.
13798 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13799 guarded by #ifdef PROTOTYPES.
13800
13801 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13802
13803 * gdb.mi/mi-console.c: Add eye-catcher.
13804 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13805 instead of literal line number.
13806
13807 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13808
13809 * gdb.base/shr2.c: Add eye-catcher.
13810 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13811 line number.
13812
13813 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13814
13815 * gdb.base/jump.c: Add eye-catchers.
13816 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13817 numbers.
13818
13819 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13820
13821 * gdb.base/execd-prog.c: Add eye-catchers.
13822 * gdb.base/foll-exec.c: Likewise.
13823 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13824 line numbers.
13825
13826 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13827
13828 * gdb.base/ending-run.c: Add eye-catchers.
13829 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13830 literal line numbers.
13831
13832 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13833
13834 * gdb.base/call-rt-st.c: Add eye-catchers.
13835 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13836 literal line numbers.
13837
13838 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13839
13840 * gdb.base/call-ar-st.c: Add eye-catchers.
13841 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13842 literal line numbers.
13843
13844 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13845
13846 * gdb.base/average.c: Add eye-catchers.
13847 * gdb.base/sum.c: Likewise.
13848 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13849 regexps dynamically.
13850
13851 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13852
13853 * gdb.base/solib1.c: Add eye-catchers.
13854 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13855 literal line numbers.
13856
13857 2014-11-12 Pedro Alves <palves@redhat.com>
13858
13859 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13860 leader has exited.
13861
13862 2014-11-12 Pedro Alves <palves@redhat.com>
13863
13864 * gdb.arch/i386-bp_permanent.c: New file.
13865 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13866 (srcfile): Set to i386-bp_permanent.c.
13867 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13868 that stepi does not execute the 'leave' instruction, instead of
13869 testing it does execute.
13870 * gdb.base/bp-permanent.c: New file.
13871 * gdb.base/bp-permanent.exp: New file.
13872
13873 2014-11-10 Doug Evans <xdje42@gmail.com>
13874
13875 PR symtab/17564
13876 * gdb.base/symtab-search-order.exp: New file.
13877 * gdb.base/symtab-search-order.c: New file.
13878 * gdb.base/symtab-search-order-1.c: New file.
13879 * gdb.base/symtab-search-order-shlib-1.c: New file.
13880
13881 2014-11-07 Pedro Alves <palves@redhat.com>
13882
13883 PR gdb/17511
13884 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13885 i?86-*-linux*.
13886
13887 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13888
13889 PR c++/17494
13890 * gdb.cp/pr17494.cc: New file.
13891 * gdb.cp/pr17494.exp: New file.
13892
13893 2014-11-02 Yao Qi <yao@codesourcery.com>
13894
13895 * gdb.python/python.exp: Get working directory and match the
13896 output of "set extended-prompt \\w " with it.
13897
13898 2014-10-30 Doug Evans <dje@google.com>
13899
13900 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13901 in objfiles.
13902 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13903 in progspaces.
13904
13905 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13906
13907 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13908 * gdb.base/realname-expand.exp: Likewise.
13909 * gdb.linespec/macro-relative.exp: Likewise.
13910
13911 2014-10-29 Pedro Alves <palves@redhat.com>
13912
13913 PR gdb/17408
13914 * gdb.threads/schedlock.c (some_function): New function.
13915 (call_function): New global.
13916 (MAYBE_CALL_SOME_FUNCTION): New macro.
13917 (thread_function): Call it.
13918 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13919 and use it instead of a global counter. Adjust all callers.
13920 (get_current_thread): Use "find current thread" for test message
13921 here rather than having all callers pass down the same string.
13922 (goto_loop): New procedure, factored out from ...
13923 (my_continue): ... this.
13924 (step_ten_loops): Change parameter from test message to command to
13925 use. Adjust.
13926 (list_count): Delete global.
13927 (check_result): New procedure, factored out from duplicate top
13928 level code.
13929 (continue tests): Wrap in with_test_prefix.
13930 (test_step): New procedure, factored out from duplicate top level
13931 code.
13932 (top level): Test "step" in combination with all scheduler-locking
13933 modes. Test "next" in combination with all scheduler-locking
13934 modes, and in combination with stepping over a function call or
13935 not.
13936 * gdb.threads/next-bp-other-thread.c: New file.
13937 * gdb.threads/next-bp-other-thread.exp: New file.
13938
13939 2014-10-29 Pedro Alves <palves@redhat.com>
13940
13941 PR python/17372
13942 * gdb.python/python.exp: Test a multi-line command that spawns
13943 interactive Python.
13944 * gdb.base/multi-line-starts-subshell.exp: New file.
13945
13946 2014-10-29 Yao Qi <yao@codesourcery.com>
13947
13948 * gdb.base/fileio.exp: Make directories on host.
13949
13950 2014-10-29 Yao Qi <yao@codesourcery.com>
13951
13952 * gdb.base/fileio.c (test_write): Close the file.
13953
13954 2014-10-28 Pedro Alves <palves@redhat.com>
13955
13956 PR gdb/12623
13957 * gdb.base/sigstep.c (no_handler): New global.
13958 (main): If 'no_handler is true, set the signal handlers to
13959 SIG_IGN.
13960 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13961 with_sw_watch and no_handler parameters. Handle them.
13962 (top level) <stepping over handler when stopped at a breakpoint
13963 test>: Add a test axis for testing with a software watchpoint, and
13964 another for testing with the signal handler set to SIG_IGN.
13965 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13966 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13967
13968 2014-10-28 Pedro Alves <palves@redhat.com>
13969
13970 PR gdb/17511
13971 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13972 * gdb.base/sigstep.exp (other_handler_location): New global.
13973 (advance): Support stepping into the signal handler, and running
13974 commands while in the handler.
13975 (in_handler_map): New global.
13976 (top level): In the advance test, add combinations for getting
13977 into the handler with stepping commands, and for running commands
13978 in the handler. Add comment descripting the advancei tests.
13979
13980 2014-10-28 Pedro Alves <palves@redhat.com>
13981
13982 * gdb.base/sigstep.exp: Use build_executable instead of
13983 prepare_for_testing.
13984 (top level): Move code that starts GDB, runs to main and creates a
13985 display to ...
13986 (restart): ... this new procedure.
13987 (top level): Move backtrace from signal handler test to ...
13988 (validate_backtrace): ... this new procedure.
13989 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13990 with_test_prefix. Always restart GDB.
13991 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13992 with_test_prefix. Always restart GDB. No need to delete
13993 breakpoints after the test.
13994 (test_skip_handler): Remove prefix parameter.
13995 (skip_over_handler, breakpoint_to_handler)
13996 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13997 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13998 restart GDB. No need to delete breakpoints after the test.
13999 (top level): Use foreach to call the test procedures with
14000 different commands.
14001
14002 2014-10-28 Pedro Alves <palves@redhat.com>
14003
14004 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14005 instead of GNATS numbers.
14006 * gdb.base/sigbpt.exp: Likewise.
14007 * gdb.base/siginfo.exp: Likewise.
14008 * gdb.base/sigstep.exp: Likewise.
14009
14010 2014-10-27 Pedro Alves <palves@redhat.com>
14011
14012 * gdb.base/sigstep.c (dummy): New global.
14013 (main): Issue a couple writes to the new global.
14014 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14015 procedures.
14016 (skip_over_handler): Use test_skip_handler.
14017 (top level): Call skip_over_handler for stepi and nexti too.
14018 (breakpoint_over_handler): Use test_skip_handler.
14019 (top level): Call breakpoint_over_handler for stepi and nexti too.
14020
14021 2014-10-27 Yao Qi <yao@codesourcery.com>
14022
14023 * gdb.trace/tfile.c (adjust_function_address)
14024 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14025 function descriptor.
14026
14027 2014-10-24 Don Breazeal <donb@codesourcery.com>
14028
14029 * gdb.base/foll-fork.exp (test_follow_fork,
14030 catch_fork_child_follow): Check for updated fork messages emitted
14031 from infrun.c.
14032 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14033 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14034 vfork_and_exec_child_follow_through_step): Check for updated vfork
14035 messages emitted from infrun.c.
14036
14037 2014-10-24 Pedro Alves <palves@redhat.com>
14038
14039 * gdb.base/corefile.exp: Remove references to ultrix.
14040 * gdb.base/interrupt.exp: Likewise.
14041 * gdb.base/whatis.exp: Likewise.
14042 * gdb.gdb/selftest.exp: Likewise.
14043 * gdb.threads/manythreads.exp: Likewise.
14044 * gdb.threads/print-threads.exp: Likewise.
14045 * gdb.threads/pthreads.exp:: Likewise.
14046 * gdb.threads/schedlock.exp: Likewise.
14047
14048 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14049
14050 * gdb.cp/non-trivial-retval.cc: Add a test case.
14051 * gdb.cp/non-trivial-retval.exp: Add a test.
14052
14053 2014-10-20 Yao Qi <yao@codesourcery.com>
14054
14055 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14056 * gdb.python/py-objfile-script-gdb.py: New file.
14057 * gdb.python/py-objfile-script.exp: Update reference to
14058 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14059 of remote_download. Remove the dest file.
14060
14061 2014-10-20 Yao Qi <yao@codesourcery.com>
14062
14063 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14064 * gdb.base/step-line.exp: Likewise.
14065 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14066 * gdb.dwarf2/dw2-basic.exp: Likewise.
14067 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14068 * gdb.dwarf2/dw2-filename.exp: Likewise.
14069 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14070 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14071 * gdb.dwarf2/dw2-producer.exp: Likewise.
14072 * gdb.dwarf2/mac-fileno.exp: Likewise.
14073 * gdb.python/py-frame-args.exp: Likewise.
14074 * gdb.python/py-framefilter.exp: Likewise.
14075 * gdb.python/py-mi.exp: Likewise.
14076 * gdb.python/py-objfile-script.exp: Likewise
14077 * gdb.python/py-pp-integral.exp: Likewise.
14078 * gdb.python/py-pp-re-notag.exp: Likewise.
14079 * gdb.python/py-prettyprint.exp: Likewise.
14080 * gdb.python/py-section-script.exp: Likewise.
14081 * gdb.python/py-typeprint.exp: Likewise.
14082 * gdb.python/py-xmethods.exp: Likewise.
14083 * gdb.stabs/weird.exp: Likewise.
14084 * gdb.xml/tdesc-regs.exp: Likewise.
14085
14086 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14087
14088 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14089 (out_cu): Use addr_len for the size of addresses.
14090 (out_line): Likewise. Size DW_LNE_set_address instruction
14091 according to addr_len.
14092 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14093 (FUNC): Add START_INSNS to definition.
14094
14095 2014-10-18 Yao Qi <yao@codesourcery.com>
14096
14097 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14098 gdb_has_argv0 return true.
14099 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14100 check [target_info exists noargs], check [gdb_has_argv0]
14101 instead.
14102 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14103 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14104 procedures.
14105
14106 2014-10-17 Doug Evans <dje@google.com>
14107
14108 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14109 event.
14110 * gdb.python/py-events.py: Add clear_objfiles event.
14111
14112 2014-10-17 Doug Evans <dje@google.com>
14113
14114 * gdb.python/py-objfile.exp: Test progspace attribute.
14115
14116 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14117
14118 * gdb.guile/scm-breakpoint.exp: Do not assume any
14119 directory separators when matching source file paths.
14120 * gdb.python/py-breakpoint.exp: Likewise.
14121 * gdb.reverse/break-precsave.exp: Likewise.
14122 * gdb.reverse/break-reverse.exp: Likewise.
14123 * gdb.reverse/consecutive-precsave.exp: Likewise.
14124 * gdb.reverse/finish-precsave.exp: Likewise.
14125 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14126 * gdb.reverse/finish-reverse.exp: Likewise.
14127 * gdb.reverse/i386-precsave.exp: Likewise.
14128 * gdb.reverse/i387-env-reverse.exp: Likewise.
14129 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14130 * gdb.reverse/machinestate-precsave.exp: Likewise.
14131 * gdb.reverse/machinestate.exp: Likewise.
14132 * gdb.reverse/sigall-precsave.exp: Likewise.
14133 * gdb.reverse/solib-precsave.exp: Likewise.
14134 * gdb.reverse/step-precsave.exp: Likewise.
14135 * gdb.reverse/until-precsave.exp: Likewise.
14136 * gdb.reverse/watch-precsave.exp: Likewise.
14137 * gdb.reverse/watch-reverse.exp: Likewise.
14138
14139 2014-10-17 Yao Qi <yao@codesourcery.com>
14140
14141 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14142 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14143
14144 2014-10-17 Pedro Alves <palves@redhat.com>
14145
14146 PR gdb/17471
14147 * gdb.base/bg-execution-repeat.c: New file.
14148 * gdb.base/bg-execution-repeat.exp: New file.
14149
14150 2014-10-17 Pedro Alves <palves@redhat.com>
14151
14152 PR gdb/17300
14153 * gdb.base/continue-all-already-running.c: New file.
14154 * gdb.base/continue-all-already-running.exp: New file.
14155
14156 2014-10-17 Pedro Alves <palves@redhat.com>
14157
14158 PR gdb/17472
14159 * gdb.base/annota-input-while-running.c: New file.
14160 * gdb.base/annota-input-while-running.exp: New file.
14161
14162 2014-10-17 Pedro Alves <palves@redhat.com>
14163
14164 * gdb.base/callfuncs.exp: emove references to osf.
14165 * gdb.base/sigall.exp: Likewise.
14166 * gdb.gdb/selftest.exp: Likewise.
14167 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14168 * gdb.mi/non-stop.c: Likewise.
14169 * gdb.mi/pthreads.c: Likewise.
14170 * gdb.reverse/sigall-precsave.exp: Likewise.
14171 * gdb.reverse/sigall-reverse.exp: Likewise.
14172 * gdb.threads/pthreads.c: Likewise.
14173 * gdb.threads/pthreads.exp: Likewise.
14174
14175 2014-10-17 Yao Qi <yao@codesourcery.com>
14176
14177 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14178 check 'target_info exists noargs'.
14179 (test_command_prompt_position): Likewise.
14180 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14181 Remove "set args".
14182 (progvar_simple_while_test): Likewise.
14183 (progvar_complex_if_while_test): Likewise.
14184 (if_while_breakpoint_command_test): Likewise.
14185 (infrun_breakpoint_command_test): Likewise.
14186 (breakpoint_command_test): Likewise.
14187 (watchpoint_command_test): Likewise.
14188 (bp_deleted_in_command_test): Likewise.
14189 (temporary_breakpoint_commands): Likewise.
14190
14191 2014-10-16 Yao Qi <yao@codesourcery.com>
14192
14193 * gdb.base/remotetimeout.exp: Remove noargs checking.
14194
14195 2014-10-15 Pedro Alves <palves@redhat.com>
14196
14197 PR breakpoints/9649
14198 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14199 * gdb.base/breakpoint-in-ro-region.exp
14200 (probe_target_hardware_step): New procedure.
14201 (top level): Probe hardware stepping and hardware breakpoint
14202 support. Test stepping through a read-only region, with both
14203 "breakpoint auto-hw" on and off and both "always-inserted" on and
14204 off.
14205
14206 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14207
14208 * gdb.dlang/demangle.exp: Update for demangling changes.
14209
14210 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14211
14212 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14213 * gdb.cp/non-trivial-retval.exp: Add new tests.
14214
14215 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14216
14217 PR c++/13403
14218 PR c++/15154
14219 * gdb.cp/non-trivial-retval.cc: New file.
14220 * gdb.cp/non-trivial-retval.exp: New file.
14221
14222 2014-10-15 Yao Qi <yao@codesourcery.com>
14223
14224 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14225 remote host.
14226
14227 2014-10-15 Yao Qi <yao@codesourcery.com>
14228
14229 * gdb.python/py-symbol.exp: Match file base name if host is
14230 remote, otherwise match file name with dir name.
14231 * gdb.python/py-symtab.exp: Likewise.
14232 * gdb.python/python.exp: Likewise.
14233
14234 2014-10-15 Yao Qi <yao@codesourcery.com>
14235
14236 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14237 pattern.
14238 * gdb.python/py-symtab.exp: Likewise.
14239 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14240 locationn.
14241
14242 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14243
14244 * gdb.ada/addr_arith: New testcase.
14245
14246 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14247
14248 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14249 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14250 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14251 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14252
14253 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14254
14255 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14256 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14257 * gdb.arch/stap-eval-lang-ada.exp: New file.
14258
14259 2014-10-14 Yao Qi <yao@codesourcery.com>
14260
14261 * gdb.mi/mi-var-child.c (nothing1): New function.
14262 (nothing2): New function.
14263 (do_children_tests): Set function pointers by nothing1 and
14264 nothing2.
14265 * gdb.mi/mi-var-child.exp: Step over new added statements.
14266 Update test to match the new output.
14267 * gdb.mi/var-cmd.c (nothing1): New function.
14268 (nothing2): New function.
14269 (do_children_tests): Set function pointers by nothing1 and
14270 nothing2.
14271 * gdb.mi/mi-var-display.exp: Update test to match output.
14272 Step to the line specified by $line_dct_nothing.
14273 Increase the number of lines to step.
14274
14275 2014-10-14 Yao Qi <yao@codesourcery.com>
14276
14277 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14278 tests.
14279 * gdb.mi/mi2-var-child.exp: Likewise.
14280
14281 2014-10-13 Doug Evans <dje@google.com>
14282
14283 * gdb.python/py-objfile.exp: Change name of file name test.
14284
14285 2014-10-13 Doug Evans <dje@google.com>
14286
14287 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14288 from the start of the CU.
14289
14290 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14291 Yao Qi <yao@codesourcery.com>
14292
14293 Fix "save breakpoints" for "catch" command.
14294 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14295 Remove -nonewline. Match also the added "main" line.
14296
14297 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14298
14299 Fix "save breakpoints" for "disable $bpnum" command.
14300 * gdb.base/save-bp.c (main): Add label.
14301 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14302
14303 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14304
14305 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14306
14307 2014-10-11 Yao Qi <yao@codesourcery.com>
14308
14309 * gdb.server/server-kill.exp: Execute command
14310 "set remote trace-status-packet on" before "tstatus".
14311
14312 2014-10-11 Yao Qi <yao@codesourcery.com>
14313
14314 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14315 (main): Call getppid.
14316 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14317 and continue to it. Read variable "server_pid".
14318
14319 2014-10-11 Yao Qi <yao@codesourcery.com>
14320
14321 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14322
14323 2014-10-11 Yao Qi <yao@codesourcery.com>
14324
14325 * gdb.threads/thread-find.exp: Don't execute command
14326 "info threads".
14327 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14328 * gdb.threads/linux-dp.exp: Don't check the condition
14329 $threads_created equals to zero.
14330
14331 2014-10-10 Pedro Alves <palves@redhat.com>
14332
14333 * gdb.base/bigcore.exp: Remove references to IRIX.
14334 * gdb.base/funcargs.exp: Likewise.
14335 * gdb.base/interrupt.exp: Likewise.
14336 * gdb.base/mips_pro.exp: Likewise.
14337 * gdb.base/nodebug.exp: Likewise.
14338 * gdb.base/setvar.exp: Likewise.
14339 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14340
14341 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14342 Pedro Alves <palves@redhat.com>
14343
14344 PR symtab/14466
14345 * gdb.base/vdso-warning.c: New file.
14346 * gdb.base/vdso-warning.exp: New file.
14347
14348 2014-10-02 Doug Evans <dje@google.com>
14349
14350 * gdb.base/structs.c (main): Don't run forever.
14351
14352 2014-10-02 Pedro Alves <palves@redhat.com>
14353
14354 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14355 (top level) <stop threads 1, stop threads 2>: Use it.
14356
14357 2014-10-02 Pedro Alves <palves@redhat.com>
14358
14359 * gdb.threads/break-while-running.exp (test): Add new
14360 'update_thread_list' argument. Skip "info threads" if false.
14361 (top level): Add new 'update_thread_list' axis.
14362
14363 2014-10-02 Pedro Alves <palves@redhat.com>
14364
14365 PR breakpoints/17431
14366 * gdb.base/execl-update-breakpoints.c: New file.
14367 * gdb.base/execl-update-breakpoints.exp: New file.
14368
14369 2014-10-01 Pedro Alves <palves@redhat.com>
14370
14371 * gdb.base/breakpoint-in-ro-region.c: New file.
14372 * gdb.base/breakpoint-in-ro-region.exp: New file.
14373
14374 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14375
14376 * gdb.mi/mi-exit-code.exp: New file.
14377 * gdb.mi/mi-exit-code.c: New file.
14378
14379 2014-09-30 Yao Qi <yao@codesourcery.com>
14380
14381 * lib/prelink-support.exp (build_executable_own_libs): Error if
14382 the target isn't native.
14383
14384 2014-09-30 Yao Qi <yao@codesourcery.com>
14385
14386 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14387 false.
14388
14389 2014-09-22 Pedro Alves <palves@redhat.com>
14390
14391 * gdb.threads/break-while-running.exp: New file.
14392 * gdb.threads/break-while-running.c: New file.
14393
14394 2014-09-19 Yao Qi <yao@codesourcery.com>
14395
14396 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14397 Invoke test. Restart GDB with --readnow and invoke test again.
14398
14399 2014-09-19 Yao Qi <yao@codesourcery.com>
14400
14401 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14402 proc set_breakpoint_on_gcd_function. Invoke
14403 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14404 invoke set_breakpoint_on_gcd_function again.
14405
14406 2014-09-18 Doug Evans <dje@google.com>
14407
14408 * gdb.dwarf2/symtab-producer.exp: New file.
14409
14410 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14411
14412 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14413 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14414 * gdb.base/global-var-nested-by-dso.c: Likewise.
14415 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14416
14417 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14418 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.base/watch-bitfields.exp: Pass string other than test file
14421 name to prepare_for_testing.
14422 (watch): New procedure.
14423 (expect_watchpoint): Use with_test_prefix.
14424 (top level): Factor out tests to ...
14425 (test_watch_location, test_regular_watch): ... these new
14426 procedures, and use with_test_prefix and gdb_continue_to_end.
14427
14428 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14429
14430 PR breakpoints/12526
14431 * gdb.base/watch-bitfields.exp: New file.
14432 * gdb.base/watch-bitfields.c: New file.
14433
14434 2014-09-16 Pedro Alves <palves@redhat.com>
14435
14436 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14437 software and hardware addresses, not software address against
14438 itself.
14439
14440 2014-09-16 Pedro Alves <palves@redhat.com>
14441
14442 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14443 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14444
14445 2014-09-16 Pedro Alves <palves@redhat.com>
14446
14447 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14448 files.
14449 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14450 "*-*-vxworks*" throughout.
14451 * gdb.base/break.exp: Likewise.
14452 * gdb.base/default.exp: Likewise.
14453 * gdb.base/scope.exp: Likewise.
14454 * gdb.base/sepdebug.exp: Likewise.
14455 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14456 throughout.
14457 * gdb.base/run.c: Likewise.
14458 * gdb.base/sepdebug.c: Likewise.
14459 * gdb.hp/gdb.aCC/run.c: Likewise.
14460 * gdb.reverse/until-reverse.c: Likewise.
14461 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14462
14463 2014-09-16 Yao Qi <yao@codesourcery.com>
14464
14465 * boards/local-remote-host-native.exp: New file.
14466
14467 2014-09-14 Doug Evans <xdje42@gmail.com>
14468
14469 * gdb.threads/queue-signal.c (thread_count): New variable.
14470 (thread_count_mutex, thread_count_condvar): New variables.
14471 (incr_thread_count, wait_all_threads_running): New functions.
14472 (main): Wait for all threads to be in their thread functions.
14473
14474 2014-09-13 Doug Evans <xdje42@gmail.com>
14475
14476 * gdb.threads/queue-signal.c: New file.
14477 * gdb.threads/queue-signal.exp: New file.
14478
14479 2014-09-13 Doug Evans <xdje42@gmail.com>
14480
14481 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14482 be consistent with what default_gdb_init uses.
14483 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14484 the plain text of the prompt. Add some logging printfs.
14485 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14486
14487 2014-09-12 Pedro Alves <palves@redhat.com>
14488
14489 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14490 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14491 * gdb.arch/i386-size-overlap.exp: Likewise.
14492 * gdb.arch/i386-size.exp: Likewise.
14493 * gdb.arch/i386-unwind.exp: Likewise.
14494 * gdb.base/a2-run.exp: Likewise.
14495 * gdb.base/break.exp: Likewise.
14496 * gdb.base/charset.exp: Likewise.
14497 * gdb.base/chng-syms.exp: Likewise.
14498 * gdb.base/commands.exp: Likewise.
14499 * gdb.base/dbx.exp: Likewise.
14500 * gdb.base/find.exp: Likewise.
14501 * gdb.base/funcargs.exp: Likewise.
14502 * gdb.base/jit-simple.exp: Likewise.
14503 * gdb.base/reread.exp: Likewise.
14504 * gdb.base/sepdebug.exp: Likewise.
14505 * gdb.base/step-bt.exp: Likewise.
14506 * gdb.cp/mb-inline.exp: Likewise.
14507 * gdb.cp/mb-templates.exp: Likewise.
14508 * gdb.objc/basicclass.exp: Likewise.
14509 * gdb.threads/killed.exp: Likewise.
14510
14511 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14512
14513 PR tdep/17379
14514 * gdb.arch/powerpc-stackless.S: New file.
14515 * gdb.arch/powerpc-stackless.exp: New file.
14516
14517 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14518
14519 * gdb.base/attach.c: Include unistd.h.
14520 (main): Call alarm. Add label postloop.
14521 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14522 gdb_breakpoint, gdb_continue_to_breakpoint.
14523 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14524
14525 2014-09-11 Pedro Alves <palves@redhat.com>
14526
14527 PR gdb/17347
14528 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14529 * gdb.base/attach.exp (test_command_line_attach_run): New
14530 procedure.
14531 (top level): Call it.
14532
14533 2014-09-11 Pedro Alves <palves@redhat.com>
14534
14535 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14536 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14537 (do_command_attach_tests): Use spawn_wait_for_attach.
14538 * gdb.base/solib-overlap.exp: Likewise.
14539 * gdb.multi/multi-attach.exp: Likewise.
14540 * gdb.python/py-prompt.exp: Likewise.
14541 * gdb.python/py-sync-interp.exp: Likewise.
14542 * gdb.server/ext-attach.exp: Likewise.
14543
14544 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14545
14546 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14547 command in testcase. Simplify testcase.
14548
14549 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14550
14551 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14552
14553 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14554
14555 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14556
14557 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14558
14559 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14560
14561 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14562
14563 * gdb.dwarf2/dynarr-ptr.c: New file.
14564 * gdb.dwarf2/dynarr-ptr.exp: New file.
14565
14566 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14567
14568 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14569 of 30 rather than hardcoding 120 for a slow test case. Take the
14570 `gdb,timeout' target setting into account for this calculation.
14571 Don't extend the timeout for the test cases that don't need it.
14572
14573 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14574
14575 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14576 a factor of 2 for a slow test case. Take the `gdb,timeout'
14577 target setting into account for this calculation.
14578 * gdb.reverse/until-precsave.exp: Increase the timeout by
14579 a factor of 15 and 3 respectively rather than adding 120
14580 for a pair of slow test cases. Take the `gdb,timeout'
14581 target setting into account for this calculation.
14582
14583 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14584
14585 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14586 timeout, don't pass one down to gdb_expect.
14587 (gdb_expect): Rework timeout selection.
14588
14589 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14590
14591 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14592 exception on timeout.
14593 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14594 (gdbserver_start_extended): Catch any `gdbserver_start' error
14595 exceptions.
14596 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14597 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14598 `gdbserver_gdb_load' error exceptions.
14599
14600 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14601
14602 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14603 120 on waiting for the TCP socket to open.
14604
14605 2014-09-09 Doug Evans <xdje42@gmail.com>
14606
14607 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14608 _caller_matches, _any_caller_is, _any_caller_matches.
14609
14610 2014-09-09 Doug Evans <xdje42@gmail.com>
14611
14612 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14613
14614 2014-09-09 Yao Qi <yao@codesourcery.com>
14615
14616 * gdb.mi/mi-var-display.exp: Set print symbol off.
14617
14618 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14619
14620 PR gdb/17035
14621 * gdb.base/commands.exp: Add tests to verify user-defined
14622 commands with empty bodies.
14623 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14624 python commands in `show user command`.
14625 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14626 scheme commands in `show user command`.
14627
14628 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14629
14630 PR python/17355
14631 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14632 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14633 * gdb.python/py-framefilter-invalidarg.exp: New file.
14634 * gdb.python/py-framefilter-invalidarg.py: New file.
14635
14636 2014-09-06 Doug Evans <xdje42@gmail.com>
14637
14638 PR 15276
14639 * gdb.python/py-caller-is.c: New file.
14640 * gdb.python/py-caller-is.exp: New file.
14641
14642 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14643
14644 PR gdb/17235
14645 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14646 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14647
14648 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14649
14650 PR fortran/17237
14651 * gdb.fortran/print-formatted.exp: New file.
14652 * gdb.fortran/print-formatted.f90: Likewise.
14653
14654 2014-09-03 Sasha Smundak <asmundak@google.com>
14655
14656 * gdb.python/py-frame.exp: Test Frame.read_register.
14657
14658 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14659
14660 PR python/16699
14661 * gdb.python/py-completion.exp: New file.
14662 * gdb.python/py-completion.py: Likewise.
14663
14664 2014-08-28 Doug Evans <dje@google.com>
14665
14666 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14667 eax,etc. are live with values set by gdb and thus the compiler can't
14668 use them.
14669 * gdb.arch/i386-pseudo.c (main): Ditto.
14670
14671 2014-08-27 Doug Evans <dje@google.com>
14672
14673 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14674
14675 2014-08-25 Doug Evans <dje@google.com>
14676
14677 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14678 (main): Ditto.
14679
14680 2014-08-25 Doug Evans <dje@google.com>
14681
14682 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14683
14684 2014-08-24 Yao Qi <yao@codesourcery.com>
14685
14686 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14687 symbol off.
14688 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14689
14690 2014-08-22 Doug Evans <dje@google.com>
14691
14692 PR 17276
14693 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14694 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14695 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14696
14697 2014-08-22 Yao Qi <yao@codesourcery.com>
14698
14699 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14700 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14701 * gdb.python/python.exp: Likewise. Use .py file on the host
14702 instead of the build.
14703
14704 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14705
14706 * gdb.threads/gcore-stale-thread.c: New file.
14707 * gdb.threads/gcore-stale-thread.exp: New file.
14708
14709 2014-08-21 Pedro Alves <palves@redhat.com>
14710
14711 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14712 * gdb.base/gcore-relro-pie.exp: Likewise.
14713 * gdb.base/gcore-relro.exp: Likewise.
14714 * gdb.base/gcore.exp: Likewise.
14715 * gdb.base/print-symbol-loading.exp: Likewise.
14716 * gdb.threads/gcore-thread.exp: Likewise.
14717 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14718
14719 2014-08-20 Pedro Alves <palves@redhat.com>
14720 Jan Kratochvil <jan.kratochvil@redhat.com>
14721
14722 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14723 configure.
14724 (EXPECT): Handle READ1 being set.
14725 (all): Depend on EXTRA_RULES.
14726 (check-read1, expect-read1, read1.so, read1): New rules.
14727 * README (Testsuite Parameters): Document the READ1 make variable.
14728 (Race detection): New section.
14729 * configure: Regenerate.
14730 * configure.ac: If build==host==target, and running under a
14731 GNU/glibc system, add read1 to the extra Makefile rules.
14732 (EXTRA_RULES): AC_SUBST it.
14733 * lib/read1.c: New file.
14734
14735 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14736
14737 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14738 the handling of variables declared as a typedef to an array
14739 which a DW_AT_data_location attribute.
14740
14741 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14742 Pedro Alves <palves@redhat.com>
14743
14744 PR symtab/14604
14745 PR symtab/14605
14746 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14747 gdb_test.
14748
14749 2014-08-19 Pedro Alves <palves@redhat.com>
14750
14751 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14752
14753 2014-08-19 Yao Qi <yao@codesourcery.com>
14754
14755 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14756 right line.
14757
14758 2014-08-18 David Blaikie <dblaikie@gmail.com>
14759
14760 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14761
14762 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14763
14764 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14765 attribute in array range.
14766
14767 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14768
14769 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14770
14771 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14772
14773 PR c++/17132
14774 * gdb.cp/pr17132.cc: New file.
14775 * gdb.cp/pr17132.exp: New file.
14776
14777 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14778
14779 * gdb.python/py-xmethods.py (A_getarrayind)
14780 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14781 Use 'print' with function call syntax.
14782 (E_method_matcher.match): Fix tab vs space indentation mixup.
14783
14784 2014-08-15 Yao Qi <yao@codesourcery.com>
14785
14786 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14787 false.
14788
14789 2014-08-15 Yao Qi <yao@codesourcery.com>
14790
14791 * gdb.cp/casts.exp: Set print symbol off.
14792 * gdb.cp/class2.exp: Likewise.
14793 * gdb.cp/overload.exp: Likewise.
14794 * gdb.cp/templates.exp: Likewise.
14795
14796 2014-08-11 Doug Evans <dje@google.com>
14797
14798 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14799 (test_load_shlib): Update.
14800
14801 2014-08-09 Yao Qi <yao@codesourcery.com>
14802
14803 * gdb.base/display.exp: Invoke is_address_zero_readable.
14804 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14805 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14806 * gdb.base/hbreak-unmapped.exp: Return if
14807 is_address_zero_readable returns true.
14808 * gdb.base/signest.exp: Likewise.
14809 * gdb.base/signull.exp: Likewise.
14810 * gdb.base/sigbpt.exp: Likewise.
14811 * gdb.guile/scm-disasm.exp: Do the test if
14812 is_address_zero_readable returns false.
14813 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14814 * gdb.python/py-arch.exp: Likewise.
14815 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14816 * lib/gdb.exp (is_address_zero_readable): New proc.
14817
14818 2014-08-09 Yao Qi <yao@codesourcery.com>
14819
14820 PR testsuite/13443
14821 * gdb.mi/mi-var-display.exp: Make test messages unique.
14822
14823 2014-08-04 Tom Tromey <tromey@redhat.com>
14824
14825 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14826 target 0".
14827
14828 2014-08-04 Tom Tromey <tromey@redhat.com>
14829
14830 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14831 "target_resume".
14832
14833 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14834
14835 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14836 inner_vla_struct_object_size.
14837 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14838 as xfail.
14839
14840 2014-07-30 Pedro Alves <palves@redhat.com>
14841
14842 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14843 comment.
14844
14845 2014-07-29 Yao Qi <yao@codesourcery.com>
14846
14847 PR gdb/17206
14848 * gdb.base/until-nodebug.exp: New.
14849
14850 2014-07-28 Doug Evans <xdje42@gmail.com>
14851
14852 PR guile/17203
14853 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14854 previously existing parameter, and previously ambiguously spelled
14855 parameter.
14856
14857 2014-07-28 Will Newton <will.newton@linaro.org>
14858
14859 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14860
14861 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14862 Doug Evans <xdje42@gmail.com>
14863
14864 PR guile/17146
14865 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14866
14867 2014-07-25 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.threads/signal-command-handle-nopass.c: New file.
14870 * gdb.threads/signal-command-handle-nopass.exp: New file.
14871 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14872 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14873 * gdb.threads/signal-delivered-right-thread.c: New file.
14874 * gdb.threads/signal-delivered-right-thread.exp: New file.
14875
14876 2014-07-25 Pedro Alves <palves@redhat.com>
14877
14878 * gdb.base/double-prompt-target-event-error.exp
14879 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14880 match.
14881 (cancel_pagination_in_target_event): Rework double prompt
14882 detection.
14883 * gdb.base/paginate-after-ctrl-c-running.exp
14884 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14885 <return>' match.
14886 * gdb.base/paginate-bg-execution.exp
14887 (test_bg_execution_pagination_return)
14888 (test_bg_execution_pagination_cancel): Remove '-notransfer
14889 <return>' matches.
14890 * gdb.base/paginate-execution-startup.exp
14891 (test_fg_execution_pagination_return)
14892 (test_fg_execution_pagination_cancel): Remove '-notransfer
14893 <return>' matches.
14894 * gdb.base/paginate-inferior-exit.exp
14895 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14896 match.
14897 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14898 * lib/gdb.exp (pagination_prompt): Run text through
14899 string_to_regexp.
14900 (gdb_test_multiple): Match $pagination_prompt instead of
14901 "<return>".
14902 (string_to_regexp): Move to lib/gdb-utils.exp.
14903
14904 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14905
14906 * gdb.arch/amd64-entry-value-paramref.S: New file.
14907 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14908 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14909 * gdb.arch/amd64-optimout-repeat.S: New file.
14910 * gdb.arch/amd64-optimout-repeat.c: New file.
14911 * gdb.arch/amd64-optimout-repeat.exp: New file.
14912
14913 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14914
14915 PR gdb/17170
14916 * gdb.base/statistics.exp: New file.
14917
14918 2014-07-17 Doug Evans <dje@google.com>
14919
14920 PR gdb/17170
14921 * gdb.base/maint.exp: Update testing of per-command stats.
14922
14923 2014-07-16 Pedro Alves <palves@redhat.com>
14924
14925 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14926 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14927 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14928 (tfile_write_buf): New functions.
14929 (add_memory_block): Rewrite using the above.
14930 (adjust_function_address): New function.
14931 (FUNCTION_ADDRESS): New macro.
14932 (write_basic_trace_file): Remove short_x local, and use
14933 tfile_write_16. Change type of func_addr local to unsigned long
14934 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14935 here. Cast argument of add_memory_block to char pointer.
14936 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14937 (main): Remove parameters.
14938 * gdb.trace/tfile.exp: Remove nowarnings.
14939
14940 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14941
14942 * gdb.base/debug-expr.exp: Test string evaluation with
14943 "debug expression" on.
14944
14945 2014-07-15 Pedro Alves <palves@redhat.com>
14946
14947 * gdb.base/reread.exp: Use clean_restart.
14948
14949 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14950
14951 * gdb.arch/avr-flash-qualifer.c: New.
14952 * gdb.arch/avr-flash-qualifer.exp: New.
14953
14954 2014-07-14 Pedro Alves <palves@redhat.com>
14955
14956 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14957 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14958
14959 2014-07-14 Pedro Alves <palves@redhat.com>
14960
14961 * gdb.base/double-prompt-target-event-error.c: New file.
14962 * gdb.base/double-prompt-target-event-error.exp: New file.
14963
14964 2014-07-14 Pedro Alves <palves@redhat.com>
14965
14966 PR gdb/17072
14967 * gdb.base/paginate-inferior-exit.c: New file.
14968 * gdb.base/paginate-inferior-exit.exp: New file.
14969
14970 2014-07-14 Pedro Alves <palves@redhat.com>
14971
14972 PR gdb/17072
14973 * gdb.base/paginate-bg-execution.c: New file.
14974 * gdb.base/paginate-bg-execution.exp: New file.
14975
14976 2014-07-14 Pedro Alves <palves@redhat.com>
14977
14978 PR gdb/17072
14979 * gdb.base/paginate-execution-startup.c: New file.
14980 * gdb.base/paginate-execution-startup.exp: New file.
14981 * lib/gdb.exp (pagination_prompt): New global.
14982 (default_gdb_spawn): New procedure, factored out from
14983 default_gdb_spawn.
14984 (default_gdb_start): Adjust to call default_gdb_spawn.
14985 (gdb_spawn): New procedure.
14986
14987 2014-07-14 Pedro Alves <palves@redhat.com>
14988
14989 * lib/gdb.exp (gdb_assert): New procedure.
14990 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14991
14992 2014-07-14 Pedro Alves <palves@redhat.com>
14993
14994 * gdb.base/execution-termios.c: New file.
14995 * gdb.base/execution-termios.exp: New file.
14996
14997 2014-07-14 Tom Tromey <tromey@redhat.com>
14998
14999 * gdb.cp/vla-cxx.cc: New file.
15000 * gdb.cp/vla-cxx.exp: New file.
15001
15002 2014-07-14 Tom Tromey <tromey@redhat.com>
15003
15004 * gdb.reverse/rerun-prec.c: New file.
15005 * gdb.reverse/rerun-prec.exp: New file.
15006
15007 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15008 Maciej W. Rozycki <macro@codesourcery.com>
15009
15010 * lib/gdb-utils.exp: New file.
15011 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15012 inline `gdb_init_command' processing.
15013 (gdb_start_cmd): Likewise.
15014 * lib/mi-support.exp (mi_run_cmd): Likewise.
15015 * README: Document `gdb_init_command' and `gdb_init_commands'.
15016
15017 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15018
15019 Fix false FAIL running under a very long directory name.
15020 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15021 and "set print elements 10000". Twice.
15022
15023 2014-07-11 Yao Qi <yao@codesourcery.com>
15024
15025 * gdb.base/exprs.exp: "set print symbol off".
15026
15027 2014-07-11 Pedro Alves <palves@redhat.com>
15028
15029 * gdb.threads/kill.c: New file.
15030 * gdb.threads/kill.exp: New file.
15031
15032 2014-07-10 Yao Qi <yao@codesourcery.com>
15033
15034 * gdb.trace/tfile.c (write_basic_trace_file)
15035 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15036 address written to trace file.
15037
15038 2014-07-09 Pedro Alves <palves@redhat.com>
15039
15040 * gdb.base/attach-wait-input.exp: New file.
15041 * gdb.base/attach-wait-input.c: New file.
15042
15043 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15044
15045 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15046 setting up test structures.
15047 (main): Call new test function.
15048 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15049 test function, continue into test function and walk test
15050 structures.
15051
15052 2014-07-02 Yao Qi <yao@codesourcery.com>
15053
15054 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15055 'bar_start' at the beginning of functions 'foo' and 'bar'
15056 respectively.
15057 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15058 instead of 'foo' and 'bar'.
15059
15060 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15061
15062 * gdb.btrace/segv.exp: New.
15063 * gdb.btrace/segv.c: New.
15064
15065 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15066
15067 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15068 instruction.
15069
15070 2014-06-30 Mark Wielaard <mjw@redhat.com>
15071
15072 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15073 vulture, vilify, villar): New volatile array constants.
15074 (vindictive, vegetation): New const volatile array constants.
15075 * gdb.base/volatile.exp: Test volatile and const volatile array
15076 types.
15077
15078 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15079
15080 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15081 target lacks support for awatch, rwatch, or hbreak.
15082
15083 2014-06-27 Yao Qi <yao@codesourcery.com>
15084
15085 * gdb.multi/dummy-frame-restore.exp: New.
15086 * gdb.multi/dummy-frame-restore.c: New.
15087
15088 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15089
15090 * gdb.btrace/gcore.exp: New.
15091
15092 2014-06-23 Pedro Alves <palves@redhat.com>
15093
15094 * gdb.base/watchpoint-reuse-slot.c: New file.
15095 * gdb.base/watchpoint-reuse-slot.exp: New file.
15096
15097 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15098
15099 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15100 progspace's filename in 'info', 'enable' and 'disable' command
15101 tests.
15102
15103 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15104
15105 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15106 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15107 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15108
15109 2014-06-20 Gary Benson <gbenson@redhat.com>
15110
15111 * gdb.arch/i386-avx.exp: Fix include file location.
15112 * gdb.arch/i386-sse.exp: Likewise.
15113
15114 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15115
15116 * gdb.dlang/expression.exp: New file.
15117
15118 2014-06-19 Pedro Alves <palves@redhat.com>
15119
15120 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15121 out from ...
15122 (top level): ... here. Iterate running tests under different
15123 scheduler-locking settings.
15124
15125 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15126
15127 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15128 to DW_FORM_addr and use non-zero addresses.
15129
15130 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15131
15132 PR gdb/17017
15133 * gdb.python/py-xmethods.cc: Add global function call counters and
15134 increment them in their respective functions. Remove "cout"
15135 statements.
15136 * gdb.python/py-xmethods.exp: Make tests check the global function
15137 call counters instead of depending on inferior IO.
15138
15139 2014-06-18 Don Breazeal <donb@codesourcery.com>
15140
15141 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15142 Deleted procedure.
15143 (explicit_fork_parent_follow): Deleted procedure.
15144 (explicit_fork_child_follow): Deleted procedure.
15145 (test_follow_fork): New procedure.
15146 (do_fork_tests): Replace calls to deleted procedures with
15147 calls to test_follow_fork and reset GDB for subsequent
15148 procedure calls.
15149
15150 2014-06-17 Yao Qi <yao@codesourcery.com>
15151
15152 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15153 CP1252.
15154
15155 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15156
15157 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15158 Initialize ptr and S explicitly.
15159 (skip_type_update_when_not_use_rtti_test): Likewise.
15160
15161 2014-06-16 Keith Seitz <keiths@redhat.com>
15162
15163 PR mi/15863
15164 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15165 the inferior is started.
15166
15167 2014-06-16 Pedro Alves <palves@redhat.com>
15168
15169 * gdb.base/break-main-file-remove-fail.c: New file.
15170 * gdb.base/break-main-file-remove-fail.exp: New file.
15171 * gdb.base/break-unload-file.exp: Use build_executable instead of
15172 prepare_for_testing.
15173 (test_break): New parameter "initial_load". Handle it.
15174 (top level): Add initial_load cmdline/file axis.
15175
15176 2014-06-12 Tom Tromey <tromey@redhat.com>
15177
15178 * gdb.base/completion.exp: Don't use directory name in test.
15179
15180 2014-06-09 Gary Benson <gbenson@redhat.com>
15181
15182 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15183 separate the always-available ANSI-standard signals from the
15184 signals that require checking.
15185 (main): Likewise.
15186 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15187 Likewise.
15188 (main): Likewise.
15189
15190 2014-06-07 Keith Seitz <keiths@redhat.com>
15191
15192 Revert:
15193 PR c++/16253
15194 * gdb.cp/var-tag.cc: New file.
15195 * gdb.cp/var-tag.exp: New file.
15196 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15197 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15198 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15199 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15200
15201 2014-06-06 Doug Evans <xdje42@gmail.com>
15202
15203 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15204
15205 2014-06-06 Pedro Alves <palves@redhat.com>
15206
15207 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15208 in target debug output instead of looking at RSP packets,
15209 disabling the test on any target that uses hardware stepping.
15210 Update comments.
15211
15212 2014-06-06 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.base/break-unload-file.exp: Fix typo.
15215
15216 2014-06-06 Yao Qi <yao@codesourcery.com>
15217
15218 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15219 from "jit_function" to "^jit_function".
15220
15221 2014-06-06 Yao Qi <yao@codesourcery.com>
15222
15223 * gdb.base/async.c (foo): Add one statement.
15224 * gdb.base/async.exp: Get the next instruction address and
15225 match the output of "nexti" by instruction address. Match
15226 the hex address in the output of "finish".
15227
15228 2014-06-06 Gary Benson <gbenson@redhat.com>
15229
15230 * gdb.base/call-signals.c: Remove preprocessor conditionals
15231 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15232 SIGSEGV and SIGTERM.
15233 * gdb.base/sigall.c: Likewise.
15234 * gdb.base/unwindonsignal.c: Likewise.
15235 * gdb.reverse/sigall-reverse.c: Likewise.
15236
15237 2014-06-06 Yao Qi <yao@codesourcery.com>
15238
15239 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15240 readable, skip the test.
15241
15242 2014-06-06 Yao Qi <yao@codesourcery.com>
15243
15244 * gdb.threads/staticthreads.c (thread_function): Move the line
15245 setting breakpoint on forward.
15246 * gdb.threads/staticthreads.exp: Update comments.
15247
15248 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15249
15250 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15251 "history-append! type error".
15252
15253 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15254
15255 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15256 erroneous dprintf expected input.
15257
15258 2014-06-04 Doug Evans <xdje42@gmail.com>
15259
15260 * gdb.guile/scm-generics.exp: Delete.
15261
15262 2014-06-04 Doug Evans <xdje42@gmail.com>
15263
15264 * gdb.guile/scm-breakpoint.exp: Update.
15265 Add tests for breakpoint registration.
15266
15267 2014-06-04 Tom Tromey <tromey@redhat.com>
15268
15269 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15270 VLA-in-union.
15271 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15272 inner_vla_struct, vla_union types. Initialize objects of those
15273 types and compute their sizes.
15274
15275 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15276 Hui Zhu <hui@codesourcery.com>
15277
15278 * gdb.base/fileio.exp: Add test for shell not available as well as
15279 available.
15280 * gdb.base/fileio.c (test_system): Check for shell twice.
15281
15282 2014-06-04 Yao Qi <yao@codesourcery.com>
15283
15284 * gdb.base/auto-connect-native-target.exp: Remove redundant
15285 space from the regexp pattern.
15286
15287 2014-06-04 Yao Qi <yao@codesourcery.com>
15288
15289 * gdb.base/default.exp: Replace "child" with "native" in
15290 regexp pattern.
15291
15292 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15293
15294 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15295 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15296 * gdb.python/py-xmethods.py: Python script supporting the
15297 new testcase and tests.
15298
15299 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15300 Pedro Alves <palves@redhat.com>
15301
15302 PR breakpoints/17000
15303 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15304 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15305
15306 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15307
15308 * gdb.base/subst.exp: Add tests to verify partial path matching
15309 output.
15310
15311 2014-06-03 Pedro Alves <palves@redhat.com>
15312
15313 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15314 target that doesn't use software single-stepping.
15315
15316 2014-06-03 Pedro Alves <palves@redhat.com>
15317
15318 PR breakpoints/17000
15319 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15320 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15321
15322 2014-06-02 Doug Evans <xdje42@gmail.com>
15323
15324 * gdb.guile/scm-parameter.exp: New file.
15325
15326 2014-06-02 Doug Evans <xdje42@gmail.com>
15327
15328 * gdb.guile/scm-cmd.c: New file.
15329 * gdb.guile/scm-cmd.exp: New file.
15330
15331 2014-06-02 Doug Evans <xdje42@gmail.com>
15332
15333 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15334 pretty-printer lookup.
15335 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15336 (make-pp_s-printer): Call it.
15337 (make-pretty-printer-from-dict): New function.
15338 (lookup-pretty-printer-maker-from-dict): New function.
15339 (*pretty-printer*): Simplify.
15340 (make-objfile-pp_s-printer): New function.
15341 (install-objfile-pretty-printers!): New function.
15342 (make-progspace-pp_s-printer): New function.
15343 (install-progspace-pretty-printers!): New function.
15344 * gdb.guile/scm-progspace.c: New file.
15345 * gdb.guile/scm-progspace.exp: New file.
15346
15347 2014-06-02 Pedro Alves <palves@redhat.com>
15348
15349 * gdb.base/dprintf-bp-same-addr.c: New file.
15350 * gdb.base/dprintf-bp-same-addr.exp: New file.
15351
15352 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15353
15354 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15355 * gdb.arch/powerpc-power.s: Likewise.
15356
15357 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15358
15359 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15360
15361 2014-06-01 Yao Qi <yao@codesourcery.com>
15362
15363 * gdb.base/watchpoint.exp (test_watch_location): Check null
15364 pointer can be dereferenced. If not, do the test, otherwise
15365 skip it.
15366
15367 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15368
15369 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15370 results.
15371 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15372
15373 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15374
15375 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15376 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15377 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15378 * gdb.arch/amd64-invalid-stack-top.c: New file.
15379 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15380
15381 2014-05-30 Pedro Alves <palves@redhat.com>
15382
15383 PR breakpoints/17000
15384 * gdb.base/sss-bp-on-user-bp.c: New file.
15385 * gdb.base/sss-bp-on-user-bp.exp: New file.
15386
15387 2014-05-30 David Blaikie <dblaikie@gmail.com>
15388
15389 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15390 gnu_inline semantics via attribute.
15391 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15392 source explicitly specifies the required semantics.
15393
15394 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15395
15396 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15397
15398 2014-05-29 Pedro Alves <palves@redhat.com>
15399 Tom Tromey <tromey@redhat.com>
15400
15401 * gdb.base/async-shell.exp: Don't enable target-async.
15402 * gdb.base/async.exp
15403 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15404 parameter. Adjust.
15405 (top level): Don't test with "target-async".
15406 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15407 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15408 * gdb.base/inferior-died.exp: Don't enable target-async.
15409 * gdb.base/interrupt-noterm.exp: Likewise.
15410 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15411 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15412 * gdb.mi/mi-nonstop.exp: Likewise.
15413 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15414 * gdb.mi/mi-nsintrall.exp: Likewise.
15415 * gdb.mi/mi-nsmoribund.exp: Likewise.
15416 * gdb.mi/mi-nsthrexec.exp: Likewise.
15417 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15418 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15419 * gdb.python/py-evsignal.exp: Don't enable target-async.
15420 * gdb.python/py-evthreads.exp: Likewise.
15421 * gdb.python/py-prompt.exp: Likewise.
15422 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15423 * gdb.server/solib-list.exp: Don't enable target-async.
15424 * gdb.threads/thread-specific-bp.exp: Likewise.
15425 * lib/mi-support.exp: Adjust to use mi-async.
15426
15427 2014-05-29 Pedro Alves <palves@redhat.com>
15428
15429 PR gdb/13860
15430 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15431 reason, even in sync mode.
15432
15433 2014-05-29 Pedro Alves <palves@redhat.com>
15434 Hui Zhu <hui@codesourcery.com>
15435
15436 PR PR15693
15437 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15438 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15439 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15440 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15441
15442 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15443
15444 * config/monitor.exp (gdb_target_monitor): Replace use of
15445 "set remotebaud" by "set serial baud".
15446
15447 2014-05-26 Andy Wingo <wingo@igalia.com>
15448
15449 * gdb.guile/scm-breakpoint.exp:
15450 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15451 properties instead of gdb-object-properties.
15452
15453 2014-05-26 Yao Qi <yao@codesourcery.com>
15454
15455 * gdb.server/no-thread-db.exp: Specify source file name
15456 explicitly when setting a breakpoint.
15457
15458 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15459
15460 * gdb.btrace/vdso.c: New.
15461 * gdb.btrace/vdso.exp: New.
15462
15463 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15464
15465 * gdb.base/gcore.exp (capture_command_output): Move ...
15466 * lib/gdb.exp (capture_command_output): ... here.
15467
15468 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15469
15470 * gdb.btrace/data.exp: Test memory access during btrace replay.
15471
15472 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15473
15474 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15475
15476 2014-05-21 Pedro Alves <palves@redhat.com>
15477
15478 PR gdb/13860
15479 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15480 (top level): Test that output related to execution commands is
15481 sent to the console with CLI commands, but not with MI commands.
15482 Test that breakpoint events are always mirrored to the console.
15483 Also expect the new source line to be output after a "next" in
15484 async mode too. Make it a pass/fail test.
15485 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15486 output.
15487 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15488
15489 2014-05-21 Pedro Alves <palves@redhat.com>
15490
15491 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15492 Use them to test variations of "list" after reaching a breakpoint.
15493 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15494 Test "list" with listsize 10 after reaching a breakpoint.
15495 * gdb.python/python.exp (decode_line current location line
15496 number): Adjust expected line number.
15497
15498 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15499
15500 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15501 behavior for $args, pass it directly to "run".
15502
15503 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15504
15505 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15506 30000 to 65536.
15507
15508 2014-05-21 Pedro Alves <palves@redhat.com>
15509
15510 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15511 auto-connect-native-target off".
15512 * gdb.base/auto-connect-native-target.c: New file.
15513 * gdb.base/auto-connect-native-target.exp: New file.
15514
15515 2014-05-21 Pedro Alves <palves@redhat.com>
15516
15517 * gdb.base/default.exp: Test "target native" instead of "target
15518 child".
15519
15520 2014-05-21 Mark Wielaard <mjw@redhat.com>
15521
15522 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15523
15524 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15525
15526 Fix TLS access for -static -pthread.
15527 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15528 <HAVE_TLS> (thread_function, main): Initialize it.
15529 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15530 Add clean_restart.
15531 <$have_tls != "">: Check TLSVAR.
15532
15533 2014-05-21 Pedro Alves <palves@redhat.com>
15534
15535 * gdb.base/dcache-line-read-error.c: New.
15536 * gdb.base/dcache-line-read-error.exp: New.
15537
15538 2014-05-20 Pedro Alves <palves@redhat.com>
15539
15540 * gdb.base/compare-sections.c: New file.
15541 * gdb.base/compare-sections.exp: New file.
15542
15543 2014-05-20 Pedro Alves <palves@redhat.com>
15544
15545 * gdb.base/break-idempotent.c: New file.
15546 * gdb.base/break-idempotent.exp: New file.
15547
15548 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15549
15550 * gdb.btrace/nohist.exp: New.
15551
15552 2014-05-20 Yao Qi <yao@codesourcery.com>
15553
15554 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15555 gdb.reverse directory and gdb_reverse_timeout exists in board
15556 setting.
15557 * README: Document gdb_reverse_timeout.
15558
15559 2014-05-20 Yao Qi <yao@codesourcery.com>
15560
15561 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15562 'test_file_name'. Treat args as a string instead of a list.
15563 (gdb_init): Rename argument 'args' by 'test_file_name'.
15564
15565 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15566
15567 * gdb.arch/powerpc-power.exp: New file.
15568 * gdb.arch/powerpc-power.s: New file.
15569
15570 2014-05-16 Doug Evans <dje@google.com>
15571
15572 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15573 * gdb.base/completion.exp: Check that all expected files exist
15574 before doing file completion.
15575
15576 2014-05-16 Doug Evans <dje@google.com>
15577
15578 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15579 Update.
15580 (do_syscall_tests_without_xml): Update.
15581
15582 2014-05-16 Pedro Alves <palves@redhat.com>
15583
15584 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15585 instead of "unknown output after running".
15586
15587 2014-05-16 Yao Qi <yao@codesourcery.com>
15588
15589 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15590 file1.txt from host at the end.
15591 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15592
15593 2014-05-15 Doug Evans <dje@google.com>
15594
15595 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15596 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15597 loading file. Add test for TU lookup.
15598
15599 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15600
15601 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15602 calling "-exec-arguments" or "set args" before running the
15603 inferior.
15604
15605 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15606
15607 * lib/mi-support.exp (mi_expect_stop): Expect message for
15608 inferiors that exit with non-zero exit code.
15609
15610 2014-05-14 Yao Qi <yao@codesourcery.com>
15611
15612 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15613 match absolute path on remote host.
15614 (test_file_list_exec_source_files): Remove "/" from the
15615 pattern.
15616
15617 2014-05-14 Yao Qi <yao@codesourcery.com>
15618
15619 * boards/local-remote-host-notty.exp (${board}_file): New
15620 proc.
15621
15622 2014-05-07 Kyle McMartin <kyle@redhat.com>
15623
15624 Pushed by Joel Brobecker <brobecker@adacore.com>.
15625 * gdb.arch/aarch64-atomic-inst.c: New file.
15626 * gdb.arch/aarch64-atomic-inst.exp: New file.
15627
15628 2014-05-07 Yao Qi <yao@codesourcery.com>
15629
15630 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15631 in current context" too.
15632
15633 2014-05-05 Keith Seitz <keiths@redhat.com>
15634
15635 * gdb.linespec/ls-dollar.exp: Add test for linespec
15636 file:convenience_variable.
15637
15638 2014-05-05 Yao Qi <yao@codesourcery.com>
15639
15640 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15641 traceframes into tfile and ctf trace files. Read data from
15642 trace file and test collected data.
15643 (gdb_collect_locals_test): Likewise.
15644 (gdb_unavailable_registers_test): Likewise.
15645 (gdb_unavailable_floats): Likewise.
15646 (gdb_collect_globals_test): Likewise.
15647 (top-level): Append "ctf" to trace_file_targets if GDB
15648 supports.
15649
15650 2014-05-05 Yao Qi <yao@codesourcery.com>
15651
15652 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15653 code to ...
15654 (gdb_collect_args_test_1): ... it. New proc.
15655 (gdb_collect_locals_test): Move some code to ...
15656 (gdb_collect_locals_test_1): ... it. New proc.
15657 (gdb_unavailable_registers_test): Move some code to ...
15658 (gdb_unavailable_registers_test_1): ... it. New proc.
15659 (gdb_unavailable_floats): Move some code to ...
15660 (gdb_unavailable_floats_1): ... it. New proc.
15661
15662 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15663
15664 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15665 probes to test for bitness recognition.
15666 * gdb.arch/amd64-stap-optional-prefix.exp
15667 (test_probe_value_without_reg): New procedure.
15668 Add code to test for different kinds of bitness.
15669
15670 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15671
15672 PR breakpoints/16889
15673 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15674 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15675
15676 2014-05-01 Pedro Alves <palves@redhat.com>
15677
15678 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15679 gdb_file_cmd if no file is specified.
15680 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15681 last_loaded_file to set the remote exec-file.
15682
15683 2014-05-01 Pedro Alves <palves@redhat.com>
15684
15685 * boards/local-remote-host.exp: New file.
15686
15687 2014-05-01 Pedro Alves <palves@redhat.com>
15688
15689 * boards/local-remote-host.exp: Rename to ...
15690 * boards/local-remote-host-notty.exp: ... this.
15691
15692 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15693
15694 * gdb.ada/dyn_arrayidx: New testcase.
15695
15696 2014-04-26 Yao Qi <yao@codesourcery.com>
15697
15698 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15699 and compute the length of function main. Save it in
15700 $main_length.
15701 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15702 (top-level): Use gdb_compile to compile objects into
15703 executable and restart GDB. Remove invocation to
15704 prepare_for_testing.
15705
15706 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15707 Pedro Alves <palves@redhat.com>
15708
15709 PR server/16255
15710 * gdb.multi/multi-attach.c: New file.
15711 * gdb.multi/multi-attach.exp: New file.
15712
15713 2014-04-25 Pedro Alves <palves@redhat.com>
15714
15715 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15716 user.
15717 (top level): Test that "set remote conditional-breakpoints-packet
15718 off" works as intended.
15719 * gdb.base/dprintf.exp: Test that "set remote
15720 breakpoint-commands-packet off" works as intended.
15721 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15722 New function.
15723 (top level): Call it.
15724 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15725 remote fast-tracepoints-packet off" works as intended.
15726 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15727 * lib/gdb.exp (gdb_is_target_remote): ... here.
15728
15729 2014-04-24 David Blaikie <dblaikie@gmail.com>
15730
15731 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15732 ensure clang would not discard them.
15733 * gdb.base/gdbvars.c: Ditto.
15734 * gdb.base/memattr.c: Ditto.
15735 * gdb.base/whatis.c: Ditto.
15736 * gdb.python/py-prettyprint.c: Ditto.
15737 * gdb.trace/actions.c: Ditto.
15738 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15739 ensure clang would not discard it.
15740
15741 2014-04-24 David Blaikie <dblaikie@gmail.com>
15742
15743 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15744 clang to emit the full definition of type required by the test
15745 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15746
15747 2014-04-24 David Blaikie <dblaikie@gmail.com>
15748
15749 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15750 coax Clang into emitting the definition of the type.
15751 * gdb.cp/pr10728-x.h (y): Ditto.
15752 * gdb.cp/pr10728-y.cc (y): Ditto.
15753
15754 2014-04-24 David Blaikie <dblaikie@gmail.com>
15755
15756 * gdb.base/label.exp: XFAIL label related tests under Clang.
15757 * gdb.cp/cplabel.exp: Ditto.
15758 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15759 under Clang those using labels.
15760
15761 2014-04-25 Yao Qi <yao@codesourcery.com>
15762
15763 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15764 double_label.
15765 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15766 partial_label and double_label.
15767
15768 2014-04-24 David Blaikie <dblaikie@gmail.com>
15769
15770 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15771
15772 2014-04-24 David Blaikie <dblaikie@gmail.com>
15773
15774 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15775 of the function to work across GCC and Clang.
15776 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15777 pointer types (const void ** const V void **).
15778
15779 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15780 Walfred Tedeschi <walfred.tedeschi@intel.com>
15781
15782 * Makefile.in (EXECUTABLES): Added i386-avx512.
15783 * gdb.arch/i386-avx512.c: New file.
15784 * gdb.arch/i386-avx512.exp: Likewise.
15785
15786 2014-04-23 Keith Seitz <keiths@redhat.com>
15787
15788 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15789 (mi_make_breakpoint_table): New procedure.
15790 (mi_create_breakpoint): Use mi_make_breakpoint
15791 and return the result.
15792 (mi_make_breakpoint): New procedure.
15793 (mi_build_kv_pairs): New procedure.
15794
15795 * gdb.mi/mi-break.exp: Remove unused globals,
15796 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15797 All callers updated.
15798 * gdb.mi/mi-dprintf.exp: Use variable to track command
15799 number.
15800 Update all callers of mi_create_breakpoint and use
15801 mi_make_breakpoint_table.
15802 Remove any unused global variables.
15803 * gdb.mi/mi-nonstop.exp: Likewise.
15804 * gdb.mi/mi-nsintrall.exp: Likewise.
15805 * gdb.mi/mi-nsmoribund.exp: Likewise.
15806 * gdb.mi/mi-nsthrexec.exp: Likewise.
15807 * gdb.mi/mi-reverse.exp: Likewise.
15808 * gdb.mi/mi-simplerun.exp: Likewise.
15809 * gdb.mi/mi-stepn.exp: Likewise.
15810 * gdb.mi/mi-syn-frame.exp: Likewise.
15811 * gdb.mi/mi-until.exp: Likewise.
15812 * gdb.mi/mi-var-cp.exp: Likewise.
15813 * gdb.mi/mi-var-display.exp: Likewise.
15814 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15815 * gdb.mi/mi2-var-child.exp: Likewise.
15816 * gdb.mi/mi-vla-c99.exp: Likewise.
15817 * lib/mi-support.exp: Likewise.
15818
15819 From Ian Lance Taylor <iant@cygnus.com>:
15820 * lib/gdb.exp (parse_args): New procedure.
15821
15822 2014-04-23 Pedro Alves <palves@redhat.com>
15823
15824 * gdb.base/break-unload-file.c: New file.
15825 * gdb.base/break-unload-file.exp: New file.
15826 * gdb.base/sym-file-lib.c (baz): New function.
15827 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15828 field.
15829 (load): Store the segment's mapped size.
15830 (unload): New function.
15831 (unload_shlib): New function.
15832 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15833 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15834 set a breakpoint at baz, and call it.
15835 * gdb.base/sym-file.exp: New tests for stale breakpoint
15836 instructions.
15837
15838 2014-04-23 Pedro Alves <palves@redhat.com>
15839
15840 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15841 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15842 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15843 * gdb.base/hbreak-unmapped.c: New file.
15844 * gdb.base/hbreak-unmapped.exp: New file.
15845 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15846 * lib/gdb.exp (gdb_is_target_remote): ... here.
15847
15848 2014-04-22 Pedro Alves <palves@redhat.com>
15849
15850 * gdb.base/consecutive-step-over.c: New file.
15851 * gdb.base/consecutive-step-over.exp: New file.
15852
15853 2014-04-22 Pedro Alves <palves@redhat.com>
15854
15855 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15856 instead of send_gdb/gdb_expect.
15857
15858 2014-04-22 Yao Qi <yao@codesourcery.com>
15859
15860 * lib/trace-support.exp (generate_tracefile): New procedure.
15861 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15862 return 0.
15863 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15864 if generate_tracefile returns 1.
15865
15866 2014-04-18 Tom Tromey <palves@redhat.com>
15867 Pedro alves <tromey@redhat.com>
15868
15869 PR backtrace/15558
15870 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15871 with a backtrace limit.
15872 * gdb.python/py-frame-inline.exp: Test running to an inline
15873 function with a backtrace limit, and printing the newest frame.
15874 * gdb.python/py-frame-inline.c (main): Call f.
15875
15876 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15877
15878 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15879
15880 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15881
15882 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15883 Drop prefix from unsupported source file path.
15884
15885 2014-04-17 Yao Qi <yao@codesourcery.com>
15886
15887 * lib/gdb.exp (with_target_charset): New proc.
15888 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15889 with_target_charset.
15890 (test_print_strings): Likewise.
15891 (test_repeat_bytes): Likewise.
15892 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15893 for some tests.
15894
15895 2014-04-16 Keith Seitz <keiths@redhat.com>
15896
15897 PR gdb/15827
15898 * gdb.dwarf2/corrupt.c: New file.
15899 * gdb.dwarf2/corrupt.exp: New file.
15900
15901 2014-04-16 Keith Seitz <keiths@redhat.com>
15902
15903 PR c++/16597
15904 * gdb.cp/namelessclass.cc: New file.
15905 * gdb.cp/namelessclass.exp: New file.
15906 * gdb.cp/namelessclass.S: New file.
15907
15908 2014-04-16 Doug Evans <dje@google.com>
15909
15910 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15911 Add comment.
15912 (gdbserver_default_get_comm_port): New function.
15913 (gdbserver_start): Check if board file provided
15914 "gdbserver,get_comm_port" and use it if so.
15915 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15916 (gdb,socketport): Set to "stdio".
15917 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15918 (stdio_gdbserver_template): Delete.
15919 (${board}_get_remote_address): Update.
15920 (${board}_build_remote_cmd): Delete.
15921 (${board}_get_comm_port): New function.
15922 (${board}_spawn): Update.
15923 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15924 Delete.
15925 (${board}_get_remote_address): Update.
15926 (${board}_get_comm_port): New function.
15927
15928 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15929
15930 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15931 appearing in any order.
15932
15933 2014-04-15 Doug Evans <dje@google.com>
15934
15935 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15936 uninitialized value of "description".
15937
15938 2014-04-15 Keith Seitz <keiths@redhat.com>
15939
15940 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15941 Remove unused globals.
15942 (test_running_the_program): Likewise.
15943 (test_controlled_execution): Likewise.
15944 (test_controlling_breakpoints): Likewise.
15945 (test_program_termination): Likewise.
15946
15947 2014-04-15 Keith Seitz <keiths@redhat.com>
15948
15949 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15950 unused globals.
15951 (test_rbreak_creation_and_listing): Likewise.
15952 (test_ignore_count): Likewise.
15953 (test_error): Likewise.
15954
15955 2014-04-15 Pedro Alves <palves@redhat.com>
15956
15957 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15958 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15959 sym-file-loader.c.
15960 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15961 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15962 to sym-file-loader.c.
15963 (struct library): Forward declare.
15964 (load_shlib, lookup_function): Change prototypes.
15965 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15966 (translate_offset): Remove declarations.
15967 (get_text_addr): New declaration.
15968 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15969 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15970 sym-file-loader.h.
15971 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15972 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15973 here from sym-file-loader.h.
15974 (struct library): New structure.
15975 (load_shlib, lookup_function): Change prototypes and adjust to
15976 work with a struct library.
15977 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15978 (translate_offset): Make static.
15979 (get_text_addr): New function.
15980 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15981
15982 2014-04-15 Pedro Alves <palves@redhat.com>
15983
15984 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15985
15986 2014-04-15 Pedro Alves <palves@redhat.com>
15987
15988 * gdb.base/sym-file-loader.c: Include <limits.h>.
15989 (SELF_LINK): New define.
15990 (get_origin): New function.
15991 (load_shlib): Use it.
15992 * gdb.base/sym-file.exp: Don't early return if the target is
15993 remote. Use runto_main, and issue fail is that fails. Use
15994 gdb_load_shlibs.
15995 (shlib_name): Delete.
15996 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15997
15998 2014-04-15 Pedro Alves <palves@redhat.com>
15999
16000 * gdb.base/sym-file.exp: Remove regex characters from test
16001 message. Don't refer to breakpoint numbers in test messages.
16002
16003 2014-04-14 Keith Seitz <keiths@redhat.com>
16004
16005 PR c++/16253
16006 * gdb.cp/var-tag.cc: New file.
16007 * gdb.cp/var-tag.exp: New file.
16008 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16009 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16010 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16011 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16012
16013 2014-04-14 Tom Tromey <tromey@redhat.com>
16014
16015 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16016 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16017 type.
16018 * gdb.cp/enum-class.exp: New file.
16019 * gdb.cp/enum-class.cc: New file.
16020
16021 2014-04-14 Tom Tromey <tromey@redhat.com>
16022
16023 * gdb.dwarf2/enum-type.exp: New file.
16024
16025 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16026
16027 * gdb.mi/mi-vla-c99.exp: New file.
16028 * gdb.mi/vla.c: New file.
16029
16030 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16031
16032 * gdb.base/vla-datatypes.c: New file.
16033 * gdb.base/vla-datatypes.exp: New file.
16034
16035 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16036
16037 * gdb.base/vla-ptr.c: New file.
16038 * gdb.base/vla-ptr.exp: New file.
16039
16040 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16041
16042 * gdb.dwarf2/count.exp: New file.
16043
16044 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16045
16046 * gdb.base/vla-sideeffect.c: New file.
16047 * gdb.base/vla-sideeffect.exp: New file.
16048
16049 2014-04-14 David Blaikie <dblaikie@gmail.com>
16050
16051 * gdb.mi/non-stop.c: Add return value for non-void function return
16052 statement.
16053 * gdb.threads/staticthreads.c: Ditto.
16054
16055 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16056 Doug Evans <xdje42@gmail.com>
16057
16058 * gdb.guile/scm-value.c: Improve test case.
16059 * gdb.guile/scm-value.exp: Add new test.
16060
16061 2014-04-11 David Blaikie <dblaikie@gmail.com>
16062
16063 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16064 override Clang's default.
16065
16066 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16067
16068 Revert the following changes (regressions):
16069
16070 * gdb.base/vla-sideeffect.c: New file.
16071 * gdb.base/vla-sideeffect.exp: New file.
16072
16073 * gdb.dwarf2/count.exp: New file.
16074
16075 * gdb.base/vla-multi.c: New file.
16076 * gdb.base/vla-multi.exp: New file.
16077
16078 * gdb.base/vla-ptr.c: New file.
16079 * gdb.base/vla-ptr.exp: New file.
16080
16081 * gdb.base/vla-datatypes.c: New file.
16082 * gdb.base/vla-datatypes.exp: New file.
16083
16084 * gdb.mi/mi-vla-c99.exp: New file.
16085 * gdb.mi/vla.c: New file.
16086
16087 2014-04-11 Keith Seitz <keiths@redhat.com>
16088
16089 PR c++/16675
16090 * gdb.cp/cpsizeof.exp: New file.
16091 * gdb.cp/cpsizeof.cc: New file.
16092
16093 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16094
16095 * gdb.mi/mi-vla-c99.exp: New file.
16096 * gdb.mi/vla.c: New file.
16097
16098 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16099
16100 * gdb.base/vla-datatypes.c: New file.
16101 * gdb.base/vla-datatypes.exp: New file.
16102
16103 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16104
16105 * gdb.base/vla-ptr.c: New file.
16106 * gdb.base/vla-ptr.exp: New file.
16107
16108 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16109
16110 * gdb.base/vla-multi.c: New file.
16111 * gdb.base/vla-multi.exp: New file.
16112
16113 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16114
16115 * gdb.dwarf2/count.exp: New file.
16116
16117 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16118
16119 * gdb.base/vla-sideeffect.c: New file.
16120 * gdb.base/vla-sideeffect.exp: New file.
16121
16122 2014-04-11 Yao Qi <yao@codesourcery.com>
16123
16124 * gdb.base/completion.exp: Check file exists before running tests
16125 on file completion.
16126
16127 2014-04-10 Pedro Alves <palves@redhat.com>
16128
16129 * gdb.base/cond-eval-mode.c: New file.
16130 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16131 prepare_for_testing to build the new file. Check result of
16132 runto_main.
16133 (test_break, test_watch): New procedures.
16134 (top level): Use them.
16135
16136 2014-04-08 Pierre Muller <muller@sourceware.org>
16137
16138 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16139 Ctrl-V use for mingw hosts.
16140
16141 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16142
16143 * gdb.python/py-value.c: Improve test case.
16144 * gdb.python/py-value.exp: Add new test.
16145
16146 2014-04-07 David Blaikie <dblaikie@gmail.com>
16147
16148 * lib/compiler.c: Identify the clang compiler.
16149 * lib/compiler.cc: Ditto.
16150
16151 2014-04-03 Yao Qi <yao@codesourcery.com>
16152
16153 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16154
16155 2014-04-01 Anton Blanchard <anton@samba.org>
16156
16157 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16158 messages unique.
16159
16160 2014-04-01 Anton Blanchard <anton@samba.org>
16161
16162 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16163 prepare_for_testing.
16164
16165 2014-04-01 Anton Blanchard <anton@samba.org>
16166
16167 * gdb.arch/ppc64-atomic-inst.c: Remove.
16168 * gdb.arch/ppc64-atomic-inst.S: New file.
16169 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16170
16171 2014-03-31 Doug Evans <dje@google.com>
16172
16173 * gdb.base/print-symbol-loading-lib.c: New file.
16174 * gdb.base/print-symbol-loading-main.c: New file.
16175 * gdb.base/print-symbol-loading.exp: New file.
16176
16177 2014-03-31 Yao Qi <yao@codesourcery.com>
16178
16179 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16180
16181 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16182
16183 * gdb.ada/mi_dyn_arr: New testcase.
16184
16185 2014-03-27 Doug Evans <dje@google.com>
16186
16187 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16188
16189 2014-03-27 Yao Qi <yao@codesourcery.com>
16190
16191 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16192 if target is nios2-*-*.
16193
16194 2014-03-26 Yao Qi <yao@codesourcery.com>
16195
16196 * lib/gdb.exp (readline_is_used): New proc.
16197 * gdb.base/completion.exp: Move tests on command complete up.
16198 Skip the rest of tests if readline is not used.
16199 * gdb.ada/complete.exp: Skp the test if readline is not
16200 used.
16201 * gdb.base/filesym.exp: Likewise.
16202 * gdb.base/macscp.exp: Likewise.
16203 * gdb.base/readline-ask.exp: Likewise.
16204 * gdb.base/readline.exp: Likewise.
16205 * gdb.python/py-cmd.exp: Likewise.
16206 * gdb.trace/tfile.exp: Likewise.
16207
16208 2014-03-26 Yao Qi <yao@codesourcery.com>
16209
16210 * gdb.base/macscp.exp: Fix code format issues.
16211
16212 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16213
16214 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16215 * gdb.asm/powerpc64le.inc: New file.
16216
16217 2014-03-25 Pedro Alves <palves@redhat.com>
16218 Doug Evans <dje@google.com>
16219
16220 * gdb.base/source-execution.c: New file.
16221 * gdb.base/source-execution.exp: New file.
16222 * gdb.base/source-execution.gdb: New file.
16223
16224 2014-03-24 Doug Evans <dje@google.com>
16225
16226 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16227 using fission.
16228
16229 2014-03-24 Hui Zhu <hui@codesourcery.com>
16230 Pedro Alves <palves@redhat.com>
16231
16232 PR breakpoints/16101
16233 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16234 test pass/fail messages. Detect missing support for dprintf when
16235 breakpoints are actually inserted.
16236 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16237 breakpoints are actually inserted.
16238 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16239 fails.
16240
16241 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16242
16243 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16244
16245 2014-03-22 Doug Evans <xdje42@gmail.com>
16246
16247 * gdb.python/python.exp (python not supported): Verify multi-line
16248 python command issues an error.
16249 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16250 guile command issues an error.
16251
16252 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16253
16254 * gdb.threads/thread-specific.exp: Handle the lack of usable
16255 $this_breakpoint and $this_thread.
16256
16257 2014-03-21 Hui Zhu <hui@codesourcery.com>
16258
16259 * gdb.base/attach.exp (do_command_attach_tests): New.
16260
16261 2014-03-20 Tom Tromey <tromey@redhat.com>
16262 Pedro Alves <palves@redhat.com>
16263
16264 PR cli/15718
16265 * gdb.base/condbreak-call-false.c: New file.
16266 * gdb.base/condbreak-call-false.exp: New file.
16267
16268 2014-03-20 Pedro Alves <palves@redhat.com>
16269
16270 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16271 Delete.
16272 (block_signals, unblock_signals): Delete.
16273 (child_function_2, main): Remove references to deleted variable
16274 and functions.
16275
16276 2014-03-20 Pedro Alves <palves@redhat.com>
16277
16278 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16279 Use pthread_kill to signal thread 2.
16280 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16281 Adjust to make the test send itself a signal rather than using the
16282 host's "kill" command.
16283
16284 2014-03-20 Pedro Alves <palves@redhat.com>
16285
16286 * gdb.threads/multiple-step-overs.c: New file.
16287 * gdb.threads/multiple-step-overs.exp: New file.
16288 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16289 Adjust expected infrun debug output.
16290
16291 2014-03-20 Pedro Alves <palves@redhat.com>
16292
16293 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16294 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16295
16296 2014-03-20 Pedro Alves <palves@redhat.com>
16297
16298 PR breakpoints/7143
16299 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16300 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16301 of gdb_test_multiple.
16302 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16303 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16304
16305 2014-03-20 Pedro Alves <palves@redhat.com>
16306
16307 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16308 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16309
16310 2014-03-19 Pedro Alves <palves@redhat.com>
16311
16312 * gdb.base/async.exp: Remove early return.
16313
16314 2014-03-19 Pedro Alves <palves@redhat.com>
16315
16316 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16317
16318 2014-03-19 Pedro Alves <palves@redhat.com>
16319
16320 * gdb.base/async.exp (test_background): Expect \r\n after
16321 "completed." in the fail pattern.
16322
16323 2014-03-19 Pedro Alves <palves@redhat.com>
16324
16325 * gdb.base/async.exp (test_background): New procedure.
16326 Use it for all background execution command tests.
16327
16328 2014-03-19 Pedro Alves <palves@redhat.com>
16329
16330 * gdb.base/async.exp: Use prepare_for_testing.
16331
16332 2014-03-19 Pedro Alves <palves@redhat.com>
16333
16334 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16335 the same line.
16336
16337 2014-03-19 Pedro Alves <palves@redhat.com>
16338
16339 * gdb.base/async.c (main): Add "jump here" and "until here" line
16340 marker comments.
16341 * gdb.base/async.exp (jump_here): New global.
16342 (jump& test): Use it.
16343 (until_here): New global.
16344 (until& test): Use it.
16345
16346 2014-03-19 Pedro Alves <palves@redhat.com>
16347
16348 * gdb.base/async.exp: Don't frob gdb_protocol.
16349
16350 2014-03-18 Doug Evans <xdje42@gmail.com>
16351
16352 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16353 Fix spelling of exec-done-display.
16354
16355 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16356
16357 PR gdb/15358
16358 * gdb.base/gdb-sigterm.c: New file.
16359 * gdb.base/gdb-sigterm.exp: New file.
16360
16361 2014-03-18 Pedro Alves <palves@redhat.com>
16362
16363 PR gdb/13860
16364 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16365 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16366 solib-event.
16367
16368 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16369
16370 * gdb.ada/pckd_arr_ren: New testcase.
16371
16372 2014-03-13 Doug Evans <xdje42@gmail.com>
16373
16374 PR guile/16612
16375 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16376 collect after discarding symbols.
16377
16378 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16379 Doug Evans <xdje42@gmail.com>
16380
16381 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16382 to history survives a gc.
16383
16384 2014-03-13 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.base/default.exp: Don't test "target procfs".
16387
16388 2014-03-13 Pedro Alves <palves@redhat.com>
16389
16390 * gdb.base/default.exp: Update "target child" and "target procfs"
16391 tests to not expect "Unix".
16392
16393 2014-03-12 Tom Tromey <tromey@redhat.com>
16394
16395 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16396 New procs. Add target-async tests.
16397 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16398 Add target-async tests.
16399
16400 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16401
16402 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16403 'func_start' and 'func_end' for the beginning and end of the
16404 function code, respectively.
16405 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16406 'func_end' instead of 'func' and 'main'.
16407
16408 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16409
16410 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16411 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16412 generate the debug info assembler source.
16413
16414 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16415
16416 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16417 * gdb.dwarf2/arr-subrange.exp: Likewise.
16418 * gdb.dwarf2/dwz.exp: Likewise.
16419 * gdb.dwarf2/method-ptr.exp: Likewise.
16420 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16421 * gdb.dwarf2/subrange.exp: Likewise.
16422 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16423 * gdb.dwarf2/implptrpiece.exp: Likewise.
16424 * gdb.dwarf2/nostaticblock.exp: Likewise.
16425
16426 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16427
16428 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16429 directory to absolute path name arguments.
16430
16431 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16432
16433 * gdb.ada/tagged_access: New testcase.
16434
16435 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16436
16437 * gdb.btrace/data.exp: Update expected output.
16438
16439 2014-03-06 Yao Qi <yao@codesourcery.com>
16440
16441 * gdb.trace/pr16508.exp: New file.
16442
16443 2014-03-05 Pedro Alves <palves@redhat.com>
16444
16445 PR gdb/16575
16446 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16447 procedure.
16448 (top level): Adjust to use it. Add tests that exercise breakpoint
16449 interaction with the code-cache.
16450
16451 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16452
16453 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16454 test for 'history-append!'.
16455
16456 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16457
16458 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16459 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16460 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16461 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16462 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16463 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16464
16465 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16466
16467 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16468 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16469 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16470
16471 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16472
16473 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16474
16475 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16476
16477 * gdb.dwarf2/arr-stride.c: New file.
16478 * gdb.dwarf2/arr-stride.exp: New file.
16479
16480 2014-02-26 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16483 that won't ever trigger. Make sure that GDB reports the correct
16484 breakpoint that caused the stop.
16485
16486 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16487
16488 PR gdb/16626
16489 * gdb.base/auto-load-script: New file.
16490 * gdb.base/auto-load.c: New file.
16491 * gdb.base/auto-load.exp: New file.
16492
16493 PR gdb/16626
16494 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16495
16496 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16497
16498 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16499 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16500
16501 2014-02-24 Doug Evans <dje@google.com>
16502
16503 * lib/gdb.exp (run_on_host): Log error output if program fails.
16504
16505 2014-02-21 Pedro Alves <palves@redhat.com>
16506
16507 * gdb.threads/step-after-sr-lock.c: Rename to ...
16508 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16509 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16510 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16511 ... this.
16512
16513 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16514
16515 PR tdep/16397
16516 * gdb.arch/amd64-stap-special-operands.exp: New file.
16517 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16518 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16519 * gdb.arch/amd64-stap-triplet.S: Likewise.
16520 * gdb.arch/amd64-stap-triplet.c: Likewise.
16521
16522 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16523
16524 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16525 in .section pseudo-op.
16526
16527 2014-02-20 lin zuojian <manjian2006@gmail.com>
16528 Joel Brobecker <brobecker@adacore.com>
16529 Doug Evans <xdje42@gmail.com>
16530
16531 PR symtab/16581
16532 * gdb.dwarf2/dw2-icycle.S: New file.
16533 * gdb.dwarf2/dw2-icycle.c: New file.
16534 * gdb.dwarf2/dw2-icycle.exp: New file.
16535
16536 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16537
16538 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16539 operations on gdb.Value objects.
16540 * gdb.python/py-value-cc.exp: Add new test to test operations on
16541 gdb.Value objects.
16542
16543 2014-02-18 Doug Evans <dje@google.com>
16544
16545 * Makefile.in (TESTS): New variable.
16546 (expanded_tests, expanded_tests_or_none): New variables
16547 (check-single): Pass $(expanded_tests_or_none) to runtest.
16548 (check-parallel): Only run tests in $(TESTS) if non-empty.
16549 (check/no-matching-tests-found): New rule.
16550 * README: Document TESTS makefile variable.
16551
16552 2014-02-18 Doug Evans <dje@google.com>
16553
16554 * Makefile.in (check-parallel): rm -rf outputs temp.
16555
16556 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16557
16558 Fix "ERROR: no fileid for" in the testsuite.
16559 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16560
16561 2014-02-12 Doug Evans <dje@google.com>
16562
16563 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16564 (MISCELLANEOUS): New variable.
16565 (clean): rm -rf $(MISCELLANEOUS).
16566 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16567 dwp live in the same directory as symlinks, with each symlink pointed
16568 to a differently named file in a different directory.
16569
16570 2014-02-11 Doug Evans <dje@google.com>
16571
16572 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16573 of Tcl file commands.
16574
16575 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16576
16577 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16578 "kill -SIGUSR1 -1".
16579
16580 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16581
16582 * gdb.ada/tick_length_array_enum_idx: New testcase.
16583
16584 2014-02-10 Doug Evans <xdje42@gmail.com>
16585
16586 * configure.ac (AC_OUTPUT): Add gdb.guile.
16587 * configure: Regenerate.
16588 * lib/gdb-guile.exp: New file.
16589 * lib/gdb.exp (get_target_charset): New function.
16590 * gdb.base/help.exp: Update expected output from "apropos apropos".
16591 * gdb.guile/Makefile.in: New file.
16592 * gdb.guile/guile.exp: New file.
16593 * gdb.guile/scm-arch.c: New file.
16594 * gdb.guile/scm-arch.exp: New file.
16595 * gdb.guile/scm-block.c: New file.
16596 * gdb.guile/scm-block.exp: New file.
16597 * gdb.guile/scm-breakpoint.c: New file.
16598 * gdb.guile/scm-breakpoint.exp: New file.
16599 * gdb.guile/scm-disasm.c: New file.
16600 * gdb.guile/scm-disasm.exp: New file.
16601 * gdb.guile/scm-equal.c: New file.
16602 * gdb.guile/scm-equal.exp: New file.
16603 * gdb.guile/scm-error.exp: New file.
16604 * gdb.guile/scm-error.scm: New file.
16605 * gdb.guile/scm-frame-args.c: New file.
16606 * gdb.guile/scm-frame-args.exp: New file.
16607 * gdb.guile/scm-frame-args.scm: New file.
16608 * gdb.guile/scm-frame-inline.c: New file.
16609 * gdb.guile/scm-frame-inline.exp: New file.
16610 * gdb.guile/scm-frame.c: New file.
16611 * gdb.guile/scm-frame.exp: New file.
16612 * gdb.guile/scm-generics.exp: New file.
16613 * gdb.guile/scm-gsmob.exp: New file.
16614 * gdb.guile/scm-iterator.c: New file.
16615 * gdb.guile/scm-iterator.exp: New file.
16616 * gdb.guile/scm-math.c: New file.
16617 * gdb.guile/scm-math.exp: New file.
16618 * gdb.guile/scm-objfile-script-gdb.in: New file.
16619 * gdb.guile/scm-objfile-script.c: New file.
16620 * gdb.guile/scm-objfile-script.exp: New file.
16621 * gdb.guile/scm-objfile.c: New file.
16622 * gdb.guile/scm-objfile.exp: New file.
16623 * gdb.guile/scm-ports.exp: New file.
16624 * gdb.guile/scm-pretty-print.c: New file.
16625 * gdb.guile/scm-pretty-print.exp: New file.
16626 * gdb.guile/scm-pretty-print.scm: New file.
16627 * gdb.guile/scm-section-script.c: New file.
16628 * gdb.guile/scm-section-script.exp: New file.
16629 * gdb.guile/scm-section-script.scm: New file.
16630 * gdb.guile/scm-symbol.c: New file.
16631 * gdb.guile/scm-symbol.exp: New file.
16632 * gdb.guile/scm-symtab-2.c: New file.
16633 * gdb.guile/scm-symtab.c: New file.
16634 * gdb.guile/scm-symtab.exp: New file.
16635 * gdb.guile/scm-type.c: New file.
16636 * gdb.guile/scm-type.exp: New file.
16637 * gdb.guile/scm-value-cc.cc: New file.
16638 * gdb.guile/scm-value-cc.exp: New file.
16639 * gdb.guile/scm-value.c: New file.
16640 * gdb.guile/scm-value.exp: New file.
16641 * gdb.guile/source2.scm: New file.
16642 * gdb.guile/types-module.cc: New file.
16643 * gdb.guile/types-module.exp: New file.
16644
16645 2014-02-10 Yao Qi <yao@codesourcery.com>
16646
16647 PR testsuite/16543
16648 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16649 * configure: Regenerated.
16650 * Makefile.in: New file.
16651
16652 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16653
16654 * gdb.python/py-framefilter.exp: Fix typo.
16655
16656 2014-02-08 Yao Qi <yao@codesourcery.com>
16657
16658 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16659 that no =breakpoint-modified is emitted when breakpoints are
16660 modified through MI commands.
16661
16662 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16663 Pedro Alves <palves@redhat.com>
16664
16665 * gdb.threads/step-after-sr-lock.c: New file.
16666 * gdb.threads/step-after-sr-lock.exp: New file.
16667
16668 2014-02-07 Pedro Alves <palves@redhat.com>
16669
16670 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16671
16672 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16673
16674 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16675 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16676
16677 2014-02-06 Doug Evans <xdje42@gmail.com>
16678
16679 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16680 output.
16681
16682 * gdb.gdb/python-interrupts.exp: New file.
16683
16684 2014-02-05 Yao Qi <yao@codesourcery.com>
16685
16686 * gdb.trace/report.exp (use_collected_data): Test the output
16687 of "info threads" and "info inferiors".
16688
16689 2014-02-05 Yao Qi <yao@codesourcery.com>
16690
16691 Revert this patch:
16692
16693 2013-05-24 Yao Qi <yao@codesourcery.com>
16694
16695 * gdb.trace/tfile.exp: Test inferior and thread.
16696
16697 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16698
16699 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16700 on a function.
16701 * gdb.base/step-bt.c: Call hello via function pointer to make
16702 sure its first instruction is executed on powerpc64le-linux.
16703
16704 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16705
16706 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16707
16708 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16709
16710 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16711 of the test patterns for use on little-endian systems.
16712
16713 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16714
16715 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16716 (decimal_vector): Fix for little-endian.
16717
16718 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16719
16720 * gdb.arch/sparc-sysstep.exp: New file.
16721 * gdb.arch/sparc-sysstep.c: Likewise.
16722
16723 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16724
16725 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16726
16727 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16728
16729 2014-01-23 Tom Tromey <tromey@redhat.com>
16730
16731 * gdb.ada/array_char_idx: New testcase.
16732
16733 2014-01-23 Tom Tromey <tromey@redhat.com>
16734
16735 PR python/16487:
16736 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16737 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16738 classes.
16739
16740 2014-01-23 Tom Tromey <tromey@redhat.com>
16741
16742 PR python/16491:
16743 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16744 string from an inferior frame.
16745 * gdb.python/py-framefilter-mi.exp: Update.
16746
16747 2014-01-22 Doug Evans <dje@google.com>
16748
16749 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16750
16751 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16752
16753 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16754
16755 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16756
16757 * gdb.trace/entry-values.exp: Remove excess space character from
16758 regex patterns. Handle s390 call instruction.
16759
16760 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16761
16762 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16763 define "*_start" label. Make "name" static.
16764 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16765 ${name} by references to ${name}_start.
16766
16767 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16768
16769 * gdb.base/info-macros.exp: Remove "debug" from the compile
16770 options.
16771
16772 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16773
16774 * gdb.dlang/demangle.exp: New file.
16775
16776 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16777
16778 * gdb.dlang/primitive-types.exp: New file.
16779
16780 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16781
16782 * configure.ac: Create gdb.dlang/Makefile.
16783 * configure: Regenerate.
16784 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16785 * gdb.dlang/Makefile.in: New file.
16786 * lib/d-support.exp: New file.
16787 * lib/gdb.exp (skip_d_tests): New proc.
16788
16789 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16790
16791 * gdb.btrace/delta.exp: Check reverse stepi.
16792 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16793 * gdb.btrace/finish.exp: New.
16794 * gdb.btrace/next.exp: New.
16795 * gdb.btrace/nexti.exp: New.
16796 * gdb.btrace/record_goto.c: Add comments.
16797 * gdb.btrace/step.exp: New.
16798 * gdb.btrace/stepi.exp: New.
16799 * gdb.btrace/multi-thread-step.c: New.
16800 * gdb.btrace/multi-thread-step.exp: New.
16801 * gdb.btrace/rn-dl-bind.c: New.
16802 * gdb.btrace/rn-dl-bind.exp: New.
16803 * gdb.btrace/data.c: New.
16804 * gdb.btrace/data.exp: New.
16805 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16806
16807 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16808
16809 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16810 * gdb.btrace/exception.exp: Update.
16811 * gdb.btrace/instruction_history.exp: Update.
16812 * gdb.btrace/record_goto.exp: Update.
16813 * gdb.btrace/tailcall.exp: Update.
16814 * gdb.btrace/unknown_functions.exp: Update.
16815 * gdb.btrace/delta.exp: New.
16816
16817 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16818
16819 * gdb.btrace/record_goto.exp: Add backtrace test.
16820 * gdb.btrace/tailcall.exp: Add backtrace test.
16821
16822 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16823
16824 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16825 * gdb.btrace/record_goto.c: New.
16826 * gdb.btrace/record_goto.exp: New.
16827 * gdb.btrace/x86-record_goto.S: New.
16828
16829 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16830
16831 * gdb.btrace/function_call_history.exp: Update tests.
16832 * gdb.btrace/instruction_history.exp: Update tests.
16833
16834 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16835
16836 * gdb.btrace/function_call_history.exp: Fix expected field
16837 order for "record function-call-history".
16838 Add new tests for "record function-call-history /c".
16839 * gdb.btrace/exception.cc: New.
16840 * gdb.btrace/exception.exp: New.
16841 * gdb.btrace/tailcall.exp: New.
16842 * gdb.btrace/x86-tailcall.S: New.
16843 * gdb.btrace/x86-tailcall.c: New.
16844 * gdb.btrace/unknown_functions.c: New.
16845 * gdb.btrace/unknown_functions.exp: New.
16846 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16847
16848 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16849
16850 * gdb.btrace/instruction_history.exp: Update.
16851 * gdb.btrace/function_call_history.exp: Update.
16852
16853 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16854
16855 * gdb.btrace/function_call_history.exp: Fix expected function
16856 trace.
16857 * gdb.btrace/instruction_history.exp: Initialize traced.
16858 Remove traced_functions.
16859
16860 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16861
16862 * gdb.btrace/function_call_history.exp: Update
16863 * gdb.btrace/instruction_history.exp: Update.
16864
16865 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16866
16867 * gdb.btrace/enable.exp: Update expected text.
16868
16869 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16870
16871 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16872 bytes.
16873
16874 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16875
16876 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16877
16878 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16879
16880 * lib/gdb.exp (supports_process_record): Return true for
16881 arm*-linux*. (supports_reverse): Likewise.
16882
16883 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16884
16885 PR python/15464
16886 PR python/16113
16887 * gdb.python/py-type.c: Enhance test case.
16888 * gdb.python/py-value-cc.cc: Likewise
16889 * gdb.python/py-type.exp: Add new tests.
16890 * gdb.python/py-value-cc.exp: Likewise
16891
16892 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16893 Pedro Alves <palves@redhat.com>
16894
16895 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16896 Make "name" extern.
16897 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16898 references to ${name}_start by references to ${name}.
16899
16900 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16901
16902 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16903
16904 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16905
16906 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16907
16908 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16909 Pedro Alves <palves@redhat.com>
16910
16911 * gdb.mi/mi-info-os.exp: Connect to the target with
16912 mi_gdb_target_load.
16913
16914 2014-01-08 Pedro Alves <palves@redhat.com>
16915
16916 * gdb.threads/reconnect-signal.c: New file.
16917 * gdb.threads/reconnect-signal.exp: New file.
16918
16919 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16920
16921 * gdb.base/source-dir.exp: New file.
16922
16923 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16924
16925 * gdb.ada/mi_interface: New testcase.
16926
16927 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16928
16929 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16930 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16931 gdb.ada/pp-rec-component/pck.ads: New files.
16932
16933 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16934
16935 * gdb.python/py-pp-integral.c: New file.
16936 * gdb.python/py-pp-integral.py: New file.
16937 * gdb.python/py-pp-integral.exp: New file.
16938
16939 For older changes see ChangeLog-1993-2013.
16940 \f
16941 ;; Local Variables:
16942 ;; mode: change-log
16943 ;; left-margin: 8
16944 ;; fill-column: 74
16945 ;; version-control: never
16946 ;; End:
16947
16948 Copyright 2014-2019 Free Software Foundation, Inc.
16949 Copying and distribution of this file, with or without modification,
16950 are permitted provided the copyright notice and this notice are preserved.
This page took 0.355834 seconds and 5 git commands to generate.