[gdb/testsuite] Restore breakpoint command in ui-redirect.exp
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-09-05 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (cmp_file_string): New proc.
4 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
5 runto_main. Verify save breakpoints output.
6
7 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8
9 * gdb.base/info-var.exp: Test info variables without running
10 to main, to avoid expect's buffer overflow.
11
12 2019-09-03 Tom Tromey <tromey@adacore.com>
13
14 * gdb.ada/bias.exp: New file.
15 * gdb.ada/bias/bias.adb: New file.
16 * gdb.ada/print_chars.exp: Add regression test.
17 * gdb.ada/print_chars/foo.adb (My_Character): New type.
18 (MC): New variable.
19
20 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
21
22 * gdb.base/argv0-symlink.exp: Run only on native target
23 and local host.
24
25 2019-08-29 Tom de Vries <tdevries@suse.de>
26
27 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
28 diverse debug info.
29 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
30
31 2019-08-28 Tom de Vries <tdevries@suse.de>
32
33 * gdb.base/info-var.exp: Allow info variables to print info for files
34 other than info-var-f1.c and info-var-f2.c.
35
36 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 * gdb.fortran/info-types.exp: Add module.
39 * gdb.fortran/info-types.f90: Update expected results.
40
41 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * gdb.fortran/info-types.exp: New file.
44 * gdb.fortran/info-types.f90: New file.
45 * lib/fortran.exp (fortran_character1): New proc.
46
47 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
50 functions'. Reindent as needed.
51 * gdb.base/info-var-f1.c: New file.
52 * gdb.base/info-var-f2.c: New file.
53 * gdb.base/info-var.exp: New file.
54 * gdb.base/info-var.h: New file.
55
56 2019-08-26 Tom de Vries <tdevries@suse.de>
57
58 PR c++/24852
59 * gdb.cp/no-libstdcxx-probe.exp: New test.
60
61 2019-08-26 Tom de Vries <tdevries@suse.de>
62
63 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
64 * tests need to be skipped.
65 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
66 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
67 mi_skip_libstdcxx_probe_tests.
68
69 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
70
71 * gdb.python/py-xmethods.exp: Use raw strings when passing
72 arguments to SimpleXMethodMatcher.
73
74 2019-08-22 Tom de Vries <tdevries@suse.de>
75
76 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
77 more informative.
78
79 2019-08-21 Pedro Alves <palves@redhat.com>
80
81 * gdb.base/with.exp: Test "with" with no arguments.
82
83 2019-08-21 Tom de Vries <tdevries@suse.de>
84
85 * gdb.base/gdb-caching-proc.exp: Sort files.
86
87 2019-08-20 Tom de Vries <tdevries@suse.de>
88
89 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
90 compilation.
91
92 2019-08-16 Tom de Vries <tdevries@suse.de>
93
94 * gdb.base/compare-sections.exp ("after run to main"): Allow
95 mismatched read-only sections for PIE executables.
96
97 2019-08-16 Tom Tromey <tom@tromey.com>
98
99 * lib/tuiterm.exp (_csi_Z): New proc.
100 * gdb.tui/basic.exp: Update window positions.
101 * gdb.tui/empty.exp: Update window positions.
102
103 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
104
105 * gdb.base/examine-backward.exp: Correct regexp for
106 "examine 3 bytes backward from ${address_zero}".
107
108 2019-08-15 Tom Tromey <tom@tromey.com>
109
110 * gdb.tui/empty.exp: Enable resizing tests.
111
112 2019-08-15 Tom Tromey <tromey@adacore.com>
113
114 * gdb.ada/char_enum.exp: Add regression tests.
115 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
116 and '0'.
117 (Char, Gchar): Update.
118 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
119
120 2019-08-15 Christian Biesinger <cbiesinger@google.com>
121
122 * gdb.python/python.exp: Expect a leading underscore on
123 GdbOutput{,Error}File.
124
125 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
126
127 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
128 Windows host.
129
130 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
131
132 * gdb.base/batch-preserve-term-settings.exp
133 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
134
135 2019-08-15 Christian Biesinger <cbiesinger@google.com>
136
137 * lib/gdb.exp: When running on a mingw target, replace
138 /x/ with x:/.
139
140 2019-08-14 Alan Hayward <alan.hayward@arm.com>
141
142 * gdb.arch/aarch64-prologue.c: New test.
143 * gdb.arch/aarch64-prologue.exp: New file.
144
145 2019-08-13 Tom de Vries <tdevries@suse.de>
146
147 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
148 Thread.
149
150 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
151
152 * gdb.python/py-completion.exp: Download the .py file to the host
153 and use its host pathname. Conditionalize tests that use
154 tab completion and manipulate files on the build machine.
155 * gdb.python/py-events.exp: Download the .py file to the host
156 and use its host pathname.
157 * gdb.python/py-evsignal.exp: Likewise.
158 * gdb.python/py-evthreads.exp: Likewise.
159 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
160 pathname syntax.
161 * gdb.python/py-framefilter.exp: Download the .py file to the right
162 place on the host. Match Windows pathname syntax.
163 * gdb.python/py-mi-var-info-path-expression.exp: Download the
164 .py file to the host and use its host pathname.
165 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
166 * gdb.python/py-objfile.exp: Expect a host pathname, not a
167 build pathname. Skip symlink test on Windows host. Add missing
168 newline at end of file.
169 * gdb.python/py-pp-maint.exp: Download the .py file to the host
170 and use its host pathname.
171 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
172 * gdb.python/py-section-script.exp: Use host location of binfile
173 on safe-path. Use correct path separator on Windows host.
174 Reorder alternatives in gdb_test_multiple to prevent matching
175 the wrong alternative on success.
176 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
177
178 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
179
180 * gdb.gdb/selftest.exp (test_with_self): Update test to now
181 expect the GDB inferior to no longer immediately stop after
182 being resumed with "signal SIGINT".
183
184 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
185
186 * gdb.linespec/break-ask.exp: Generalize regexps to match
187 Windows pathnames too.
188
189 2019-08-08 Tom de Vries <tdevries@suse.de>
190
191 PR testsuite/24862
192 * lib/tuiterm.exp (_accept): Fix CSI regexp.
193
194 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
195
196 * gdb.base/style.exp: Update tests for help doc new invariants.
197 * gdb.base/help.exp: Likewise.
198
199 2019-08-06 Tom Tromey <tom@tromey.com>
200
201 * gdb.base/style.exp: Add disassemble test.
202 * gdb.base/style.c (some_called_function): New function.
203 (main): Use it.
204
205 2019-08-05 Christian Biesinger <cbiesinger@google.com>
206
207 * gdb.python/py-block.exp: Test dictionary access on blocks.
208
209 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
210
211 PR gdb/24863
212 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
213 -list-thread-groups --available test when running under
214 check-read1.
215
216 2019-08-05 Tom de Vries <tdevries@suse.de>
217
218 PR testsuite/24863
219 * lib/gdb.exp (with_read1_timeout_factor): New proc.
220 * gdb.base/help.exp: Use with_read1_timeout_factor.
221 * gdb.base/info-macros.exp: Same.
222 * gdb.cp/nested-types.exp: Same.
223
224 2019-08-05 Tom de Vries <tdevries@suse.de>
225
226 * lib/gdb.exp (version_at_least): Factor out of ...
227 (tcl_version_at_least): ... here.
228 (gdb_compile): Fail if pie results in non-PIE executable.
229 (readelf_version, readelf_prints_pie): New proc.
230 (exec_is_pie): Return -1 if unknown.
231
232 2019-08-05 Tom de Vries <tdevries@suse.de>
233
234 * lib/gdb.exp (tcl_version_at_least): Fix typo.
235
236 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
237
238 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
239
240 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
241
242 * lib/completion-support.exp (test_gdb_complete_none): Skip
243 tab completion tests if no readline support.
244 (test_gdb_complete_unique_re): Likewise.
245 (test_gdb_complete_multiple): Likewise.
246
247 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
248
249 * gdb.base/info_sources.exp: New file.
250 * gdb.base/info_sources.c: New file.
251 * gdb.base/info_sources_base.c: New file.
252
253 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
254
255 * gdb.base/batch-exit-status.exp: Call test_exit_status with
256 prefix argument.
257 (test_exit_status): Add prefix argument.
258
259 2019-08-01 Tom de Vries <tdevries@suse.de>
260
261 PR testsuite/24863
262 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
263 calling exp_continue for new thread and thread exited messages.
264
265 2019-08-01 Tom de Vries <tdevries@suse.de>
266
267 PR testsuite/24863
268 * gdb.base/structs.exp: Fix check-read1 timeout using
269 gdb_test_sequence.
270 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
271
272 2019-08-01 Tom de Vries <tdevries@suse.de>
273
274 PR testsuite/24863
275 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
276 line.
277
278 2019-08-01 Tom de Vries <tdevries@suse.de>
279
280 PR testsuite/24863
281 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
282
283 2019-07-30 Tom Tromey <tromey@adacore.com>
284
285 * gdb.ada/display_nested.exp: New file.
286 * gdb.ada/display_nested/foo.adb: New file.
287 * gdb.ada/display_nested/pack.adb: New file.
288 * gdb.ada/display_nested/pack.ads: New file.
289
290 2019-07-30 Christian Biesinger <cbiesinger@google.com>
291
292 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
293 namespace.
294 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
295
296 2019-07-30 Tom de Vries <tdevries@suse.de>
297
298 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
299 instead.
300
301 2019-07-30 Tom de Vries <tdevries@suse.de>
302
303 PR testsuite/24834
304 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
305 (exec_is_pie): New proc.
306
307 2019-07-29 Christian Biesinger <cbiesinger@google.com>
308
309 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
310
311 2019-07-29 Christian Biesinger <cbiesinger@google.com>
312
313 * gdb.python/py-objfile.c: Add global and static vars.
314 * gdb.python/py-objfile.exp: Test new functions Objfile.
315 lookup_global_symbol and lookup_static_symbol.
316
317 2019-07-29 Tom Tromey <tom@tromey.com>
318
319 * lib/tuiterm.exp (Term::_csi_@): New proc.
320 (Term::_csi_X): Don't move cursor.
321
322 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
323
324 * gdb.base/options.exp: Update backtrace - completion to
325 new option -frame-info.
326 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
327 Test new 'set print frame-info'. Test backtrace -frame-info
328 overriding 'set print frame-info'.
329 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
330 Test new 'set print frame-info'.
331 Verify consistency of backtrace with and without filters, with and
332 without -no-filters.
333 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
334 default.
335
336 2019-07-29 Tom de Vries <tdevries@suse.de>
337
338 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
339 no arguments".
340
341 2019-07-29 Tom de Vries <tdevries@suse.de>
342
343 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
344 is a substring of the first for "complete non-unique file name".
345
346 2019-07-29 Tom de Vries <tdevries@suse.de>
347
348 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
349 with ".*".
350
351 2019-07-29 Tom de Vries <tdevries@suse.de>
352
353 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
354 Pass prompt_regexp parameter to gdb_test_multiple calls.
355
356 2019-07-29 Tom de Vries <tdevries@suse.de>
357
358 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
359 print registers" regexps.
360
361 2019-07-29 Tom de Vries <tdevries@suse.de>
362
363 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
364
365 2019-07-29 Tom de Vries <tdevries@suse.de>
366
367 PR gdb/24855
368 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
369 (skip_python_tests_prompt): Add prompt_regexp argument to
370 gdb_test_multiple calls.
371
372 2019-07-27 Tom Tromey <tom@tromey.com>
373
374 * gdb.tui/main.exp: New file.
375
376 2019-07-27 Tom Tromey <tom@tromey.com>
377
378 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
379 optional.
380 * gdb.tui/empty.exp: New file.
381
382 2019-07-27 Tom Tromey <tom@tromey.com>
383
384 * lib/tuiterm.exp (spawn): New proc.
385 (Term::resize): New proc.
386 * gdb.tui/resize.exp: New file.
387
388 2019-07-27 Tom Tromey <tom@tromey.com>
389
390 * gdb.tui/list.exp: New file.
391
392 2019-07-27 Tom Tromey <tom@tromey.com>
393
394 * gdb.tui/regs.exp: New file.
395
396 2019-07-27 Tom Tromey <tom@tromey.com>
397
398 * gdb.tui/basic.exp: Add "layout split" test.
399
400 2019-07-27 Tom Tromey <tom@tromey.com>
401
402 * gdb.tui/basic.exp: Add "layout asm" test.
403
404 2019-07-27 Tom Tromey <tom@tromey.com>
405
406 * lib/tuiterm.exp: New file.
407 * gdb.tui/basic.exp: New file.
408
409 2019-07-27 Kevin Buettner <kevinb@redhat.com>
410
411 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
412 Enable tests associated with this flag. Adjust regex
413 referencing "foo_low" to now refer to "foo_cold" instead.
414
415 2019-07-27 Kevin Buettner <kevinb@redhat.com>
416
417 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
418 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
419 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
420 foo_cold. Revise comments to match.
421 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
422 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
423 were wrapped into this proc; Call do_test in loop from outermost
424 level.
425 (foo_low): Rename all occurrences to "foo_cold".
426 (backtrace from baz): New test.
427 (x2/i foo_cold): New test.
428 (info line *foo_cold): New test.
429
430 2019-07-26 Tom de Vries <tdevries@suse.de>
431
432 * gdb.arch/i386-pkru.exp: Fix unterminated string.
433
434 2019-07-25 Tom de Vries <tdevries@suse.de>
435
436 PR testsuite/24830
437 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
438 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
439 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
440 (skip_libstdcxx_probe_tests): ... here.
441 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
442
443 2019-07-24 Tom de Vries <tdevries@suse.de>
444
445 PR testsuite/24807
446 * gdb.objc/basicclass.m: Include stdio.h.
447 * gdb.objc/nondebug.m: Same.
448 * gdb.objc/objcdecode.m: Same.
449
450 2019-07-24 Tom de Vries <tdevries@suse.de>
451
452 PR testsuite/24612
453 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
454 additional_flags.
455
456 2019-07-24 Tom de Vries <tdevries@suse.de>
457
458 PR testsuite/24831
459 * gdb.multi/tids.exp: Update error messages for info threads.
460
461 2019-07-24 Tom de Vries <tdevries@suse.de>
462
463 * gdb.base/info-types.exp: Allow info types to print info for more than
464 one file.
465
466 2019-07-23 Tom de Vries <tdevries@suse.de>
467
468 PR testsuite/24842
469 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
470 gdb_spawn_with_cmdline_opts.
471
472 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
473
474 * gdb.arch/arm-cmse-sgstubs.c: New test.
475 * gdb.arch/arm-cmse-sgstubs.exp: New file.
476
477 2019-07-23 Tom de Vries <tdevries@suse.de>
478
479 PR testsuite/24711
480 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
481 issuing next command.
482
483 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
484
485 * gdb.ada/info_auto_lang.exp: Update expected results.
486 * gdb.base/info-types.c: Add additional types to check.
487 * gdb.base/info-types.exp: Update expected results.
488
489 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * gdb.base/info-types.c: New file.
492 * gdb.base/info-types.exp: New file.
493
494 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.arch/riscv-bp-infcall.c: New file.
497 * gdb.arch/riscv-bp-infcall.exp: New file.
498
499 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
500
501 PR breakpoints/24541
502 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
503
504 2019-07-14 Tom de Vries <tdevries@suse.de>
505
506 PR testsuite/24760
507 * gdb.objc/basicclass.exp: Fix unterminated string.
508
509 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
510 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
513 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
514 negative bounds.
515 * gdb.fortran/vla-value.exp: Print elements of an array with
516 negative bounds.
517 * gdb.fortran/vla.f90: Setup an array with negative bounds for
518 testing.
519
520 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
521
522 * gdb.base/options.exp (expect_string): Dequote strings in
523 results.
524 (test-string): Test strings with different quoting and reindent.
525
526 2019-07-10 Tom Tromey <tromey@adacore.com>
527
528 * gdb.ada/mi_ex_cond.exp: Update expected results.
529 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
530 * gdb.ada/mi_catch_ex.exp: Update expected results.
531 * gdb.ada/mi_catch_assert.exp: Update expected results.
532 * gdb.ada/catch_ex.exp (catch_exception_info)
533 (catch_exception_entry, catch_assert_entry)
534 (catch_unhandled_entry): Update.
535 * gdb.ada/catch_assert_if.exp: Update expected results.
536
537 2019-07-10 Richard Bunt <richard.bunt@arm.com>
538 Stephen Roberts <stephen.roberts@arm.com>
539
540 * gdb.base/define.exp: Restore original prompt.
541
542 2019-07-09 Pedro Alves <palves@redhat.com>
543
544 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
545 breakpoints" output.
546 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
547 * gdb.python/py-breakpoint.exp: No longer expect that "catch
548 throw" creates breakpoint.
549 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
550 'type="catchpoint"'.
551
552 2019-07-09 Pedro Alves <palves@redhat.com>
553
554 PR c++/15468
555 * gdb.cp/except-multi-location-lib.cc: New.
556 * gdb.cp/except-multi-location-main.cc: New.
557 * gdb.cp/except-multi-location.exp: New.
558
559 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
560
561 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
562 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
563 argument and update callers.
564
565 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * gdb.arch/amd64-break-on-asm-line.S: New file.
568 * gdb.arch/amd64-break-on-asm-line.exp: New file.
569
570 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
571
572 * gdb.base/printcmds.exp: Test printing C string and
573 C wide string convenience vars without transiting via the inferior.
574 Also make test names unique.
575
576 2019-07-08 Alan Hayward <alan.hayward@arm.com>
577
578 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
579
580 2019-07-04 Pedro Alves <palves@redhat.com>
581
582 * lib/gdb.exp (foreach_with_prefix): Don't return early if
583 body returned ok(0), break(3) or continue(4).
584 * gdb.testsuite/foreach_with_prefix.exp: New file.
585
586 2019-07-04 Alan Hayward <alan.hayward@arm.com>
587
588 * gdb.server/unittest.exp: Allow 0 unit tests to run.
589
590 2019-07-03 Pedro Alves <palves@redhat.com>
591
592 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
593 "return -code".
594
595 2019-07-03 Pedro Alves <palves@redhat.com>
596
597 PR cli/24732
598 * gdb.base/shell.exp: Load completion-support.exp.
599 Adjust expected error output. Add completion tests.
600
601 2019-07-03 Pedro Alves <palves@redhat.com>
602
603 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
604 string_to_regexp.
605
606 2019-07-03 Pedro Alves <palves@redhat.com>
607
608 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
609 (expect_integer): Adjust to expect "-string".
610 (expect_string): New.
611 (all_options): Expect "-string".
612 (test-flag, test-boolean): Adjust to expect "-string".
613 (test-string): New proc.
614 (top level): Call it.
615
616 2019-07-03 Pedro Alves <palves@redhat.com>
617
618 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
619 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
620 the expected output in the success.
621
622 2019-07-03 Pedro Alves <palves@redhat.com>
623
624 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
625 Split one gdb_test_multiple call in two to avoid a race.
626
627 2019-07-03 Pedro Alves <palves@redhat.com>
628
629 * gdb.base/with.c: New file.
630 * gdb.base/with.exp: New file.
631
632 2019-07-03 Pedro Alves <palves@redhat.com>
633
634 * gdb.base/settings.exp: Replace all references to "maint
635 test-settings set" with references to "maint set test-settings",
636 and all references to "maint test-settings show" with references
637 to "maint show test-settings".
638
639 2019-07-03 Pedro Alves <palves@redhat.com>
640
641 * gdb.base/settings.exp (test-string): Adjust expected out when
642 testing "maint test-settings show filename"
643
644 2019-07-02 Pedro Alves <palves@redhat.com>
645
646 * gdb.base/options.exp (test-info-threads): New procedure.
647 (top level): Call it.
648
649 2019-06-28 Tom Tromey <tromey@adacore.com>
650
651 * gdb.dwarf2/ada-linkage-name.c: New file.
652 * gdb.dwarf2/ada-linkage-name.exp: New file.
653
654 2019-06-27 Tom Tromey <tromey@adacore.com>
655
656 * gdb.cp/constexpr-field.exp: Use setup_xfail.
657
658 2019-06-26 Tom de Vries <tdevries@suse.de>
659
660 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
661
662 2019-06-26 Tom de Vries <tdevries@suse.de>
663
664 * gdb.base/index-cache.exp: Add back missing debug option.
665
666 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
667
668 * gdb.base/alias.exp: Test non matching/non existing prefixes.
669
670 2019-06-25 Tom de Vries <tdevries@suse.de>
671
672 PR testsuite/24727
673 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
674
675 2019-06-24 Tom de Vries <tdevries@suse.de>
676
677 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
678
679 2019-06-24 Tom de Vries <tdevries@suse.de>
680
681 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
682 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
683 * gdb.trace/unavailable-dwarf-piece.exp: Same.
684
685 2019-06-24 Tom de Vries <tdevries@suse.de>
686
687 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
688
689 2019-06-21 Tom de Vries <tdevries@suse.de>
690
691 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
692
693 2019-06-21 Tom de Vries <tdevries@suse.de>
694
695 PR testsuite/24518
696 PR ada/24713
697 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
698 index.
699
700 2019-06-19 Tom Tromey <tromey@adacore.com>
701
702 * gdb.ada/length_cond.exp: Add intro comment.
703
704 2019-06-19 Tom Tromey <tromey@adacore.com>
705
706 * gdb.ada/length_cond.exp: New file.
707 * gdb.ada/length_cond/length_cond.adb: New file.
708 * gdb.ada/length_cond/pck.adb: New file.
709 * gdb.ada/length_cond/pck.ads: New file.
710
711 2019-06-18 Tom de Vries <tdevries@suse.de>
712
713 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
714
715 2019-06-18 Tom Tromey <tromey@adacore.com>
716
717 * gdb.base/list0.h: Add comment explaining control character.
718
719 2019-06-18 Tom de Vries <tdevries@suse.de>
720
721 * boards/fission.exp: Break up long debug_flags line.
722
723 2019-06-16 Tom de Vries <tdevries@suse.de>
724
725 PR gdb/24445
726 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
727 generated index.
728
729 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
730
731 PR gdb/24686
732 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
733 improve detection of bug gdb/24541.
734
735 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
736
737 PR gdb/24669
738 * gdb.base/index-cache.exp (uses_readnow,
739 expecting_index_cache_use): Define global variable.
740 (test_cache_enabled_miss, test_cache_enabled_hit): Use
741 expecting_index_cache_use.
742
743 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
744 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.fortran/pointers.f90: New file.
747 * gdb.fortran/print_type.exp: New file.
748 * gdb.fortran/vla-ptype.exp: Adapt expected results.
749 * gdb.fortran/vla-type.exp: Likewise.
750 * gdb.fortran/vla-value.exp: Likewise.
751 * gdb.mi/mi-vla-fortran.exp: Likewise.
752
753 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
756 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
757 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
758 as a stop reason.
759
760 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
761
762 * gdb.base/annota1.exp: Update expected results.
763 * gdb.cp/annota2.exp: Likewise.
764 * gdb.cp/annota3.exp: Likewise.
765
766 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * gdb.base/style-logging.exp: Remove path from test name.
769
770 2019-06-14 Tom Tromey <tromey@adacore.com>
771
772 PR gdb/24502:
773 * gdb.base/style-logging.exp: New file.
774
775 2019-06-14 Tom Tromey <tromey@adacore.com>
776
777 * gdb.base/symfile-warn.exp: New file.
778 * gdb.base/symfile-warn.c: New file.
779
780 2019-06-14 Tom Tromey <tromey@adacore.com>
781
782 * gdb.base/annotate-symlink.exp: New file.
783
784 2019-06-14 Tom Tromey <tromey@adacore.com>
785
786 * gdb.ada/set_wstr.exp: Add reassignment test.
787
788 2019-06-14 Tom Tromey <tromey@adacore.com>
789
790 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
791 'unchecked_access and 'unrestricted_access as well.
792
793 2019-06-14 Tom Tromey <tromey@adacore.com>
794
795 PR ada/24539:
796 * gdb.ada/vla.exp: Update tests.
797 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
798 pragma.
799
800 2019-06-13 Pedro Alves <palves@redhat.com>
801
802 * gdb.base/settings.exp (test-integer): Test junk after
803 "unlimited".
804
805 2019-06-13 Pedro Alves <palves@redhat.com>
806
807 * gdb.base/options.exp (test-thread-apply): New.
808 (top level): Call it.
809
810 2019-06-13 Pedro Alves <palves@redhat.com>
811
812 * gdb.base/options.exp (test-frame-apply): New.
813 (top level): Test print commands with different "frame apply"
814 prefixes.
815
816 2019-06-13 Pedro Alves <palves@redhat.com>
817
818 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
819 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
820 'max_completions' parameter and handle it.
821 (test_gdb_completion_offers_commands): New.
822
823 2019-06-13 Pedro Alves <palves@redhat.com>
824
825 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
826
827 2019-06-13 Pedro Alves <palves@redhat.com>
828
829 * gdb.base/options.exp (test-backtrace): New.
830 (top level): Call it.
831
832 2019-06-13 Pedro Alves <palves@redhat.com>
833
834 * gdb.guile/scm-frame-args.exp: Use "set print
835 raw-frame-arguments" instead of "set print raw frame-arguments".
836 * gdb.python/py-frame-args.exp: Likewise.
837
838 2019-06-13 Pedro Alves <palves@redhat.com>
839
840 * gdb.compile/compile.exp: Adjust expected output to option
841 processing changes.
842
843 2019-06-13 Pedro Alves <palves@redhat.com>
844
845 * gdb.base/options.exp: Build executable.
846 (test-print): New procedure.
847 (top level): Call it, once for "print" and another for "compile
848 print".
849
850 2019-06-13 Pedro Alves <palves@redhat.com>
851
852 * gdb.base/options.c: New file.
853 * gdb.base/options.exp: New file.
854
855 2019-06-13 Pedro Alves <palves@redhat.com>
856
857 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
858 that "o" is ambiguous.
859
860 2019-06-13 Pedro Alves <palves@redhat.com>
861
862 * gdb.base/settings.c: New file.
863 * gdb.base/settings.exp: New file.
864
865 2019-06-13 Pedro Alves <palves@redhat.com>
866
867 * gdb.base/completion.exp: Fix comment typo.
868
869 2019-06-13 Pedro Alves <palves@redhat.com>
870
871 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
872 foo --1" test.
873
874 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
875
876 * gdb.fortran/block-data.f: New.
877 * gdb.fortran/block-data.exp: New.
878
879 2019-06-11 Tom de Vries <tdevries@suse.de>
880
881 PR testsuite/24521
882 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
883 message.
884
885 2019-06-11 Tom de Vries <tdevries@suse.de>
886
887 PR testsuite/24521
888 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
889
890 2019-06-11 Tom de Vries <tdevries@suse.de>
891
892 * boards/readnow.exp: New file.
893
894 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
895
896 * gdb.fortran/vla-sizeof.exp: Update expected results.
897
898 2019-06-06 Amos Bird <amosbird@gmail.com>
899
900 * gdb.base/annota1.exp (thread_switch): Add test for
901 thread-exited annotation.
902
903 2019-06-06 Tom Tromey <tromey@adacore.com>
904
905 * gdb.base/maint.exp: Expect command started/finished output.
906
907 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
910 comment.
911 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
912
913 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
914
915 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
916 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
917 * gdb.arch/riscv-unwind-long-insn.c: New file.
918 * gdb.arch/riscv-unwind-long-insn.exp: New file.
919
920 2019-06-04 Christian Biesinger <cbiesinger@google.com>
921
922 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
923
924 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
925
926 * lib/gdb.exp (help_list_trailer): New regexp variable
927 factorizing the help trailer message.
928 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
929 arg to allow to better factorize various tests.
930 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
931 (test_prefix_command_help): Use help_list_trailer.
932 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
933 * gdb.guile/scm-cmd.exp: Likewise.
934 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
935 * gdb.base/help.exp: Use test_user_defined_class_help.
936 * gdb.base/style.exp: Add tests for styling of help and apropos.
937 * lib/gdb-utils.exp (style): Add title and highlight styles.
938
939 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
940
941 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
942 $_shell_exitsignal.
943 * gdb.base/default.exp: Update for new convenience variables.
944
945 2019-05-29 Tom Tromey <tromey@adacore.com>
946
947 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
948 to "break complete ada" test case's regexp.
949
950 2019-05-29 Tom Tromey <tromey@adacore.com>
951
952 PR c++/20020:
953 * gdb.cp/constexpr-field.exp: New file.
954 * gdb.cp/constexpr-field.cc: New file.
955
956 2019-05-29 Tom Tromey <tromey@adacore.com>
957
958 * gdb.base/finish.exp (finish_no_print): New proc.
959 (finish_tests): Call it.
960
961 2019-05-24 Tom de Vries <tdevries@suse.de>
962
963 * gdb.dwarf2/gdb-add-index.exp: New file.
964
965 2019-05-22 Tom Tromey <tromey@adacore.com>
966
967 * gdb.base/info-shared.exp (check_info_shared): Use "style".
968 * gdb.base/style.exp: Use "style".
969 * lib/gdb-utils.exp (style): New proc.
970
971 2019-05-22 Tom de Vries <tdevries@suse.de>
972
973 * gdb.base/align.exp: Require c++11.
974
975 2019-05-22 Tom de Vries <tdevries@suse.de>
976
977 PR testsuite/24586
978 * gdb.python/py-mi-var-info-path-expression.exp: Call
979 mi_skip_python_tests to check if python is supported.
980
981 2019-05-22 Alan Hayward <alan.hayward@arm.com>
982
983 * gdb.arch/aarch64-pauth.c: New test.
984 * gdb.arch/aarch64-pauth.exp: New file.
985
986 2019-05-22 Alan Hayward <alan.hayward@arm.com>
987
988 * README (Re-running Tests Outside The Testsuite): New section.
989
990 2019-05-21 Tom de Vries <tdevries@suse.de>
991
992 * gdb.arch/amd64-eval.exp: Require c++11.
993 * gdb.base/max-depth.exp: Same.
994 * gdb.compile/compile-cplus-array-decay.exp: Same.
995 * gdb.cp/meth-typedefs.exp: Same.
996 * gdb.cp/subtypes.exp: Same.
997 * gdb.cp/temargs.exp: Same.
998
999 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1000
1001 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1002
1003 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1004
1005 PR gdb/18644
1006 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1007 * gdb.fortran/printing-types.exp: Add new test.
1008 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1009 testing.
1010 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1011 setup_kfail call.
1012
1013 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1014
1015 * README (Running the Testsuite): Change example.
1016 (Testsuite Parameters): Remove TRANSCRIPT.
1017 * lib/gdb.exp: Remove TRANSCRIPT check.
1018
1019 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1020
1021 * README (Testsuite Parameters): Add replay logging to
1022 GDBSERVER_DEBUG.
1023 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1024 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1025 as a comma separated list.
1026 (gdb_debug_init): Override procedure.
1027
1028 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1029
1030 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1031 (gdb_write_cmd_file): New procedure.
1032 * lib/gdbserver-support.exp (gdbserver_start): Call
1033 gdbserver_write_cmd_file.
1034 (gdbserver_write_cmd_file): New procedure.
1035
1036 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1037
1038 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1039 (delete_breakpoints): Likewise.
1040 (gdb_run_cmd): Likewise.
1041 (gdb_start_cmd): Likewise.
1042 (gdb_starti_cmd): Likewise.
1043 (gdb_internal_error_resync): Likewise.
1044 (gdb_test_multiple): Likewise.
1045 (gdb_reinitialize_dir): Likewise.
1046 (default_gdb_exit): Likewise.
1047 (gdb_file_cmd): Mark kill as optional.
1048 (default_gdb_start): Call gdb_stdin_log_init.
1049 (send_gdb): Call gdb_stdin_log_write.
1050 (rerun_to_main): Mark Y as an answer.
1051 (gdb_stdin_log_init): New function.
1052 (gdb_stdin_log_write): Likewise.
1053
1054 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1055
1056 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1057 * gdb.base/debug-expr.exp: Likewise.
1058 * gdb.base/foll-fork.exp: Likewise.
1059 * gdb.base/foll-vfork.exp: Likewise.
1060 * gdb.base/fork-print-inferior-events.exp: Likewise.
1061 * gdb.base/gdb-sigterm.exp: Likewise.
1062 * gdb.base/gdbinit-history.exp: Likewise.
1063 * gdb.base/osabi.exp: Likewise.
1064 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1065 * gdb.base/ui-redirect.exp: Likewise.
1066 * gdb.gdb/unittest.exp: Likewise.
1067 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1068 * gdb.mi/mi-watch.exp: Likewise.
1069 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1070 * gdb.mi/user-selected-context-sync.exp: Likewise.
1071 * gdb.python/python.exp: Disable debug test when debugging.
1072 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1073 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1074 Likewise.
1075 * gdb.threads/stepi-random-signal.exp: Likewise.
1076
1077 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1078
1079 * Makefile.in: Pass through GDB_DEBUG.
1080 * README (Testsuite Parameters): Add GDB_DEBUG.
1081 (gdb,debug): Add board setting.
1082 * lib/gdb.exp (default_gdb_start): Start debugging.
1083 (gdb_debug_enabled): New procedure.
1084 (gdb_debug_init): Likewise.
1085
1086 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1087
1088 * Makefile.in: Pass through GDB_DEBUG.
1089 * README (Testsuite Parameters): Add GDB_DEBUG.
1090 (gdb,debug): Add board setting.
1091 * lib/gdb.exp (default_gdb_start): Start debugging.
1092 (gdb_debug_enabled): New procedure.
1093 (gdb_debug_init): Likewise.
1094
1095 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1096
1097 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1098
1099 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1100
1101 * gdb.base/ui-redirect.exp: Test redirection.
1102
1103 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1104
1105 * gdb.mi/mi-complete.exp: New file.
1106 * gdb.mi/mi-complete.cc: Likewise.
1107
1108 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1109
1110 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1111 indexed and sliced arrays, and pointers to arrays.
1112
1113 2019-05-14 Tom Tromey <tromey@adacore.com>
1114
1115 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1116 styling test.
1117
1118 2019-05-14 Tom de Vries <tdevries@suse.de>
1119
1120 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1121 selection entry encoding.
1122
1123 2019-05-10 Tom Tromey <tromey@adacore.com>
1124
1125 * gdb.ada/info_exc.exp: Add "complete" test.
1126
1127 2019-05-09 Tom de Vries <tdevries@suse.de>
1128
1129 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1130 CU-relative.
1131
1132 2019-05-09 Tom de Vries <tdevries@suse.de>
1133
1134 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1135 CU-relative.
1136
1137 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1138
1139 * gdb.ada/frame_arg_lang.exp: New testcase.
1140 * gdb.ada/frame_arg_lang/bla.adb: New file.
1141 * gdb.ada/frame_arg_lang/pck.ads: New file.
1142 * gdb.ada/frame_arg_lang/pck.adb: New file.
1143 * gdb.ada/frame_arg_lang/foo.c: New file.
1144
1145 2019-05-08 Tom Tromey <tromey@adacore.com>
1146
1147 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1148
1149 2019-05-08 Tom Tromey <tromey@adacore.com>
1150
1151 * gdb.base/ptype-offsets.exp: Update tests.
1152
1153 2019-05-08 Tom Tromey <tromey@adacore.com>
1154
1155 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1156 cases.
1157 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1158 "short".
1159
1160 2019-05-08 Tom Tromey <tromey@adacore.com>
1161
1162 * gdb.ada/vla.exp: New file.
1163 * gdb.ada/vla/vla.adb: New file.
1164
1165 2019-05-07 Tom de Vries <tdevries@suse.de>
1166
1167 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1168
1169 2019-05-07 Tom de Vries <tdevries@suse.de>
1170
1171 PR testsuite/24522
1172 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1173 section.
1174
1175 2019-05-07 Tom de Vries <tdevries@suse.de>
1176
1177 PR testsuite/24522
1178 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1179 .debug_aranges section.
1180
1181 2019-05-07 Tom de Vries <tdevries@suse.de>
1182
1183 PR testsuite/24159
1184 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1185
1186 2019-05-06 Tom de Vries <tdevries@suse.de>
1187
1188 * lib/gdb.exp (exec_has_index_section): New proc.
1189 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1190 section.
1191
1192 2019-05-04 Tom de Vries <tdevries@suse.de>
1193
1194 * boards/cc-with-debug-names.exp: New file.
1195
1196 2019-05-03 Tom Tromey <tromey@adacore.com>
1197
1198 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1199 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1200 * gdb.ada/char_enum.exp: Add test.
1201
1202 2019-05-03 Tom de Vries <tdevries@suse.de>
1203
1204 * boards/cc-with-gdb-index.exp: New file.
1205
1206 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.rust/simple.exp: Add new test case.
1209 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1210 (main): Initialise an instance of the new struct.
1211
1212 2019-05-01 Tom Tromey <tromey@adacore.com>
1213
1214 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1215 record.
1216 (NPR): New variable.
1217 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1218 test.
1219
1220 2019-05-01 Tom Tromey <tromey@adacore.com>
1221
1222 * gdb.ada/packed_array_assign.exp: Add packed assignment
1223 regression test.
1224
1225 2019-05-01 Tom de Vries <tdevries@suse.de>
1226
1227 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1228
1229 2019-05-01 Tom de Vries <tdevries@suse.de>
1230
1231 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1232
1233 2019-04-30 Ali Tamur <tamur@google.com>
1234
1235 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1236
1237 2019-04-30 Tom Tromey <tromey@adacore.com>
1238
1239 * lib/ada.exp (find_ada_tool): New proc.
1240 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1241 * gdb.ada/catch_ex_std.exp: New file.
1242 * gdb.ada/catch_ex_std/foo.adb: New file.
1243 * gdb.ada/catch_ex_std/some_package.adb: New file.
1244 * gdb.ada/catch_ex_std/some_package.ads: New file.
1245
1246 2019-04-30 Tom Tromey <tromey@adacore.com>
1247
1248 PR c++/24470:
1249 * gdb.cp/temargs.cc: Add test code from PR.
1250
1251 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * gdb.fortran/vla-datatypes.exp: Update expected results.
1254 * gdb.fortran/vla-ptype.exp: Likewise.
1255 * gdb.fortran/vla-type.exp: Likewise.
1256 * gdb.fortran/vla-value.exp: Likewise.
1257
1258 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1259
1260 * gdb.fortran/ptr-indentation.exp: Update expected results.
1261 * gdb.fortran/ptype-on-functions.exp: Likewise.
1262 * gdb.fortran/vla-ptr-info.exp: Likewise.
1263 * gdb.fortran/vla-value.exp: Likewise.
1264
1265 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * gdb.fortran/ptype-on-functions.exp: New file.
1268 * gdb.fortran/ptype-on-functions.f90: New file.
1269
1270 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1273 case void string.
1274
1275 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1276
1277 * gdb.fortran/complex.exp: Expand.
1278 * gdb.fortran/complex.f: Renamed to...
1279 * gdb.fortran/complex.f90: ...this, and extended to add more
1280 complex values.
1281
1282 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1285 MODULO, CMPLX.
1286
1287 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1288 Richard Bunt <richard.bunt@arm.com>
1289
1290 * gdb.base/max-depth.c: New file.
1291 * gdb.base/max-depth.exp: New file.
1292 * gdb.python/py-nested-maps.c: New file.
1293 * gdb.python/py-nested-maps.exp: New file.
1294 * gdb.python/py-nested-maps.py: New file.
1295 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1296 (test_all_common): Call test_max_depth.
1297 * gdb.fortran/max-depth.exp: New file.
1298 * gdb.fortran/max-depth.f90: New file.
1299 * gdb.go/max-depth.exp: New file.
1300 * gdb.go/max-depth.go: New file.
1301 * gdb.modula2/max-depth.exp: New file.
1302 * gdb.modula2/max-depth.c: New file.
1303 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1304
1305 2019-04-29 Tom de Vries <tdevries@suse.de>
1306
1307 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1308
1309 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1310
1311 * gdb.base/callexit.exp: Test may-call-functions off.
1312
1313 2019-04-25 Keith Seitz <keiths@redhat.com>
1314
1315 PR c++/24367
1316 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1317 (another_incomplete_struct, test_incomplete): New definitions.
1318 (main): Use new definitions.
1319 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1320 functions.
1321
1322 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1323
1324 PR corefiles/11608
1325 PR corefiles/18187
1326 * gdb.base/coredump-filter-build-id.exp: New file.
1327
1328 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1329
1330 * Makefile.in: Pass through GDBSERVER_DEBUG.
1331 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1332 (gdbserver,debug): Add board setting.
1333 * gdb.trace/tspeed.exp: Skip when debugging.
1334 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1335 * lib/gdbserver-support.exp: Likewise
1336
1337 2019-04-24 Tom Tromey <tromey@adacore.com>
1338
1339 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1340 Rust.
1341
1342 2019-04-24 Tom Tromey <tromey@adacore.com>
1343
1344 * gdb.arch/amd64-eval.exp: Test bitfield return.
1345 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1346 (class Foo) <return_bitfields>: New method.
1347 (main): Call it.
1348
1349 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1350
1351 * gdb.cp/many-args.cc: New file.
1352 * gdb.cp/many-args.exp: New file.
1353
1354 2019-04-23 Tom de Vries <tdevries@suse.de>
1355
1356 PR gdb/24433
1357 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1358
1359 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1360
1361 * gdb.trace/backtrace.exp: Use nopie flag.
1362 * gdb.trace/circ.exp: Likewise.
1363 * gdb.trace/collection.exp: Likewise.
1364 * gdb.trace/ftrace.exp: Likewise.
1365 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1366 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1367 * gdb.trace/qtro.exp: Likewise.
1368 * gdb.trace/read-memory.exp: Likewise.
1369 * gdb.trace/report.exp: Likewise.
1370 * gdb.trace/tfile.exp: Likewise.
1371 * gdb.trace/tfind.exp: Likewise.
1372 * gdb.trace/unavailable.exp: Likewise.
1373
1374 2019-04-22 Pedro Alves <palves@redhat.com>
1375
1376 * gdb.base/solib-probes-nosharedlibrary.c,
1377 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1378
1379 2019-04-19 Tom Tromey <tromey@adacore.com>
1380
1381 * gdb.ada/ptype_union.c: New file.
1382 * gdb.ada/ptype_union.exp: New file.
1383
1384 2019-04-19 Tom Tromey <tromey@adacore.com>
1385
1386 PR symtab/24423:
1387 * gdb.base/list0.h (foo): Add a control-l character.
1388
1389 2019-04-18 Tom de Vries <tdevries@suse.de>
1390
1391 PR gdb/24433
1392 * boards/local-board.exp: Set sysroot to "".
1393
1394 2019-04-18 Tom de Vries <tdevries@suse.de>
1395 Pedro Alves <palves@redhat.com>
1396
1397 PR gdb/24454
1398 * gdb.threads/vfork-follow-child-exec.c: New file.
1399 * gdb.threads/vfork-follow-child-exec.exp: New file.
1400 * gdb.threads/vfork-follow-child-exit.c: New file.
1401 * gdb.threads/vfork-follow-child-exit.exp: New file.
1402
1403 2019-04-15 Leszek Swirski <leszeks@google.com>
1404
1405 * gdb.arch/amd64-eval.cc: New file.
1406 * gdb.arch/amd64-eval.exp: New file.
1407
1408 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1409
1410 * gdb.server/sysroot.c: New test.
1411 * gdb.server/sysroot.exp: New file.
1412 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1413 matching param.
1414
1415 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1416
1417 * gdb.base/align.exp: Extend test to cover structures containing
1418 only static fields.
1419
1420 2019-04-11 Tom de Vries <tdevries@suse.de>
1421
1422 * boards/cc-with-dwz-m.exp: New file.
1423 * boards/cc-with-dwz.exp: New file.
1424 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1425
1426 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1427
1428 * gdb.base/start-cpp.exp: New file.
1429 * gdb.base/start-cpp.cc: New file.
1430
1431 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1432
1433 * gdb.python/py-thrhandle.exp: Adjust tests to call
1434 thread_from_handle instead of thread_from_thread_handle.
1435
1436 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1437
1438 * gdb.python/py-thrhandle.exp: Add tests for
1439 gdb.InferiorThread.handle.
1440
1441 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1442
1443 * gdb.python/py-function.exp: Check calling helper function from
1444 all languages.
1445 * lib/gdb.exp (gdb_supported_languages): New proc.
1446
1447 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * gdb.base/complex-parts.c: New file.
1450 * gdb.base/complex-parts.exp: New file.
1451
1452 2019-04-01 Tom Tromey <tromey@adacore.com>
1453
1454 PR symtab/23331:
1455 * gdb.dwarf2/dw2-ranges-main.c: New file.
1456 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1457 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1458
1459 2019-03-30 Simon Marchi <simark@simark.ca>
1460
1461 * gdb.base/default.exp: Add values for $_gdb_major and
1462 $_gdb_minor.
1463
1464 2019-03-29 Tom Tromey <tromey@adacore.com>
1465
1466 * gdb.base/help.exp: Tighten apropos regexp.
1467
1468 2019-03-29 Keith Seitz <keiths@redhat.com>
1469
1470 * gdb.fortran/array-bounds.exp: New file.
1471 * gdb.fortran/array-bounds.f90: New file.
1472
1473 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1474
1475 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1476
1477 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1478
1479 * gdb.multi/hello.c (main): Increase alarm timer.
1480
1481 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1482
1483 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1484 factor when no hardware watchpoint support.
1485
1486 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1487 Pedro Alves <palves@redhat.com>
1488
1489 * boards/local-board.exp: set sysroot to /.
1490
1491 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1492
1493 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1494 in child.
1495
1496 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1499 field.
1500 (make_container): Initialise new field.
1501 * gdb.python/py-prettyprint.exp: Add new tests.
1502 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1503 <display_hint>: New method.
1504
1505 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1506
1507 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1508 gdb_continue_to_breakpoint more throughout this test.
1509 (run_lang_tests) Supply unique test names, and use
1510 gdb_test_no_output.
1511
1512 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1513
1514 * gdb.base/finish-pretty.exp: Update expected results.
1515 * gdb.base/pretty-print.c: New file.
1516 * gdb.base/pretty-print.exp: New file.
1517
1518 2019-03-25 Pedro Alves <palves@redhat.com>
1519
1520 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1521 move comments outside list. Append '-i "" eof' section.
1522
1523 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1524
1525 * README: Add pie options.
1526 * gdb.base/break-interp.exp: Ensure pie is disabled.
1527 * gdb.base/dump.exp: Likewise.
1528 * lib/gdb.exp (gdb_compile): Add pie option.
1529
1530 2019-03-19 Tom Tromey <tromey@adacore.com>
1531
1532 * gdb.mi/mi2-cli-display.c: New file.
1533 * gdb.mi/mi2-cli-display.exp: New file.
1534
1535 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1536 Tom Tromey <tromey@adacore.com>
1537
1538 * gdb.ada/ptype_array/pck.adb: New file.
1539 * gdb.ada/ptype_array/pck.ads: New file.
1540 * gdb.ada/ptype_array/foo.adb: New file.
1541 * gdb.ada/ptype_array.exp: New file.
1542
1543 2019-03-14 Tom Tromey <tromey@adacore.com>
1544
1545 * gdb.base/style.exp: Add "set style sources" test.
1546
1547 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1548
1549 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1550 * mi-breakpoint-multiple-locations.exp: ... this.
1551 (make_breakpoints_pattern): New proc.
1552 (do_test): Add mi_version parameter, test -break-insert,
1553 -break-info and =breakpoint-created.
1554
1555 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1556
1557 * config/default.exp: Remove 'load_lib gdb.exp'.
1558 * config/monitor.exp: Likewise.
1559 * config/sid.exp: Likewise.
1560 * config/sim.exp: Likewise.
1561 * config/slite.exp: Likewise.
1562 * config/unix.exp: Likewise.
1563 * gdb.base/default.exp: Remove unhelpful comment.
1564
1565 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1566
1567 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1568
1569 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1572
1573 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1574
1575 * gdb.fortran/type-kinds.exp: Update expected results.
1576
1577 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1578
1579 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1580
1581 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1582
1583 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1584 function.
1585 (test_basic_parsing_of_type_kinds): Expand types tested.
1586 (test_parsing_invalid_type_kinds): New function.
1587
1588 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1589
1590 * gdb.fortran/intrinsics.exp: New file.
1591 * gdb.fortran/intrinsics.f90: New file.
1592 * gdb.fortran/type-kinds.exp: New file.
1593
1594 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1595
1596 * gdb.fortran/dot-ops.exp: New file.
1597
1598 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1599
1600 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1601 Check upper and lower case logical literals.
1602
1603 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1604
1605 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1606 Remove duplicate tests.
1607
1608 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1609
1610 * lib/gdb.exp (builtin_cd): rename of cd.
1611 (cd): Override builtin.
1612
1613 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1614
1615 * gdb.fortran/function-calls.exp: New file.
1616 * gdb.fortran/function-calls.f90: New test.
1617
1618 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1619
1620 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1621 on user program standard output.
1622 * gdb.fortran/short-circuit-argument-list.f90: Record function
1623 calls.
1624
1625 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1626
1627 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1628 failure.
1629
1630 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1631
1632 PR gdb/8527
1633 * gdb.base/interrupt-daemon-attach.c,
1634 gdb.base/interrupt-daemon-attach.exp: New test.
1635
1636 2019-02-27 Pedro Alves <palves@redhat.com>
1637
1638 * gdb.base/page.exp: Add tests for "set width/height -1".
1639
1640 2019-02-27 Pedro Alves <palves@redhat.com>
1641
1642 * gdb.base/page.exp: Add tests for "set/show width/height" with
1643 "infinite" values.
1644
1645 2019-02-27 Tom Tromey <tromey@adacore.com>
1646
1647 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1648 2.4.
1649 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1650 workaround.
1651
1652 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1655 tests for structs with static members.
1656
1657 2019-02-26 Tom Tromey <tromey@adacore.com>
1658
1659 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1660 ValueError, not TypeError.
1661
1662 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1663
1664 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1665 call from main program.
1666
1667 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1668
1669 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1670 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1671 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1672 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1673 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1674
1675 2019-02-22 Keith Seitz <keiths@redhat.com>
1676
1677 PR symtab/23853
1678 * gdb.base/symlink-sourcefile.c: New file.
1679 * gdb.base/symlink-sourcefile.exp: New file.
1680
1681 2019-02-20 Tom Tromey <tom@tromey.com>
1682
1683 * gdb.base/info_qt.exp: Update.
1684
1685 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1686
1687 * gdb.base/source.exp: Move "error in sourced script" code to
1688 the end.
1689 * gdb.base/source-error.gdb: Move contents to
1690 source-error-1.gdb. Add new code to source source-error-1.gdb.
1691 * gdb.base/source-error-1.gdb: New file, from previous
1692 source-error.gdb.
1693
1694 2019-02-17 Tom Tromey <tom@tromey.com>
1695
1696 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1697 for macro styling.
1698 * gdb.base/style.c (SOME_MACRO): New macro.
1699
1700 2019-02-17 Tom Tromey <tom@tromey.com>
1701
1702 * gdb.base/style.exp: Add line-wrapping tests.
1703 * gdb.base/page.exp: Add test for quitting during pagination.
1704
1705 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1706
1707 * gdb.ada/big_packed_array: New testcase.
1708 * gdb.ada/homonym.exp: Fix incorrect expected output for
1709 "break <homonym__get_value>" test.
1710
1711 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1712
1713 PR breakpoints/21870
1714 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1715 and prepare_for_testing. Add comment.
1716 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1717 redundant cleanup call. Clean up comment.
1718
1719 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1720
1721 PR breakpoints/21870
1722 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1723 * gdb.arch/aarch64-dbreg-contents.c: New file.
1724
1725 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1726
1727 * gdb.ada/mi_ref_changeable: New testcase.
1728
1729 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1730
1731 * gdb.base/attach.exp: Add double attach test.
1732
1733 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1734
1735 * lib/gdb.exp (default_gdb_start): Don't match pagination
1736 prompt.
1737 (gdb_init): Set stty_init.
1738
1739 2019-01-27 Tom Tromey <tom@tromey.com>
1740
1741 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1742 skip_python_tests.
1743
1744 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1745
1746 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1747 New structure.
1748 (struct struct_static_02_02): Likewise.
1749 (struct struct_static_02_03): Likewise.
1750 (struct struct_static_02_04): Likewise.
1751 (struct struct_static_04_01): Likewise.
1752 (struct struct_static_04_02): Likewise.
1753 (struct struct_static_04_03): Likewise.
1754 (struct struct_static_04_04): Likewise.
1755 (struct struct_static_06_01): Likewise.
1756 (struct struct_static_06_02): Likewise.
1757 (struct struct_static_06_03): Likewise.
1758 (struct struct_static_06_04): Likewise.
1759 (cmp_struct_static_02_01): Likewise.
1760 (cmp_struct_static_02_02): Likewise.
1761 (cmp_struct_static_02_03): Likewise.
1762 (cmp_struct_static_02_04): Likewise.
1763 (cmp_struct_static_04_01): Likewise.
1764 (cmp_struct_static_04_02): Likewise.
1765 (cmp_struct_static_04_03): Likewise.
1766 (cmp_struct_static_04_04): Likewise.
1767 (cmp_struct_static_06_01): Likewise.
1768 (cmp_struct_static_06_02): Likewise.
1769 (cmp_struct_static_06_03): Likewise.
1770 (cmp_struct_static_06_04): Likewise.
1771 (call_all): Test new structs.
1772 * gdb.base/infcall-nested-structs.exp: Likewise.
1773
1774 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1775 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1776
1777 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1778 * gdb.base/stack-protector.c: New test.
1779 * gdb.base/stack-protector.exp: New file.
1780 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1781 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1782 option.
1783 (gdb_compile): Remove stack protector for GCC and prevent
1784 recursion.
1785
1786 2019-01-16 Keith Seitz <keiths@redhat.com>
1787
1788 PR gdb/23773
1789 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1790
1791 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1792
1793 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1794 aliases.
1795 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1796 tests.
1797 * gdb.arch/powerpc-vector-regs.c: New file.
1798 * gdb.arch/powerpc-vector-regs.exp: New file.
1799
1800 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1801
1802 * gdb.arch/altivec-regs.exp: Fix the list passed to
1803 gdb_expect_list when testing "info vector".
1804
1805 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1806
1807 * gdb.base/style.exp: Don't include path in testname.
1808
1809 2019-01-10 Keith Seitz <keiths@redhat.com>
1810
1811 PR gdb/23712
1812 PR symtab/23010
1813 * gdb.dwarf2/multidictionary.exp: New file.
1814
1815 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1816
1817 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1818 (test_gnuv3_style_demangling): ... this.
1819 (test_lucid_style_demangling): Remove.
1820 (test_arm_style_demangling): Remove.
1821 (test_hp_style_demangling): Remove.
1822 (do_tests): Remove calls to the above.
1823
1824 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1825
1826 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1827 case.
1828
1829 2019-01-06 Tom Tromey <tom@tromey.com>
1830
1831 PR gdb/28155:
1832 * gdb.dwarf2/typedef-void-finish.exp: New file.
1833
1834 2018-12-28 Tom Tromey <tom@tromey.com>
1835 Simon Marchi <simark@simark.ca>
1836
1837 * gdb.base/jit-exec.exp: New file.
1838 * gdb.base/jit-exec.c: New file.
1839 * gdb.base/jit-execd.c: New file.
1840
1841 2018-12-28 Tom Tromey <tom@tromey.com>
1842
1843 * gdb.base/style.exp: Update test to check for address styling.
1844
1845 2018-12-28 Tom Tromey <tom@tromey.com>
1846
1847 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1848 message.
1849
1850 2018-12-28 Tom Tromey <tom@tromey.com>
1851
1852 * gdb.base/style.exp: Add test for version number styling.
1853
1854 2018-12-28 Tom Tromey <tom@tromey.com>
1855
1856 * gdb.base/style.exp: Add test for print_address_symbolic.
1857
1858 2018-12-28 Tom Tromey <tom@tromey.com>
1859
1860 * gdb.base/style.exp: Add test for breakpoint setting.
1861
1862 2018-12-28 Tom Tromey <tom@tromey.com>
1863
1864 * gdb.base/style.exp: Add test for variable names.
1865
1866 2018-12-28 Tom Tromey <tom@tromey.com>
1867
1868 * gdb.base/style.exp: New file.
1869 * gdb.base/style.c: New file.
1870
1871 2018-12-28 Tom Tromey <tom@tromey.com>
1872
1873 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1874 "dumb".
1875 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1876 the TERM environment variable.
1877
1878 2018-12-27 Tom Tromey <tom@tromey.com>
1879
1880 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1881 pagination test.
1882
1883 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1884
1885 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1886 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1887
1888 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1889
1890 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1891 Filename a.adb changed to bp_fun_addr.adb.
1892 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1893
1894 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1895
1896 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1897 non-PIE executables.
1898 * README: Mention the gdb,nopie_flag board setting.
1899 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1900 non-PIE executable.
1901 * gdb.arch/amd64-entry-value.exp: Likewise.
1902 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1903 * gdb.arch/i386-float.exp: Likewise.
1904 * gdb.arch/i386-signal.exp: Likewise.
1905 * gdb.mi/mi-reg-undefined.exp: Likewise.
1906
1907 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1908
1909 PR gdb/23974
1910 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1911
1912 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1913
1914 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1915 Update order of results accordingly.
1916
1917 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1918
1919 * gdb.base/annota1.exp: Update a test regexp.
1920
1921 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1922
1923 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1924
1925 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1926
1927 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1928 (reuse_time): Initialize to REUSE_TIME_CAP.
1929 (check_rc): New function.
1930 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1931 Check pthread_create rc.
1932 (spawner_thread_func): Check pthread_create and pthread_join rc.
1933
1934 2018-12-08 Pedro Alves <palves@redhat.com>
1935
1936 * gdb.base/list.exp (test_forward_search): Rename to ...
1937 (test_forward_reverse_search): ... this. Also test reverse-search
1938 and the forward-search alias.
1939
1940 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1941
1942 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1943 local timeout variable before return, and remove all local timeout
1944 variable entirely.
1945 (gdb_load): Likewise.
1946
1947 2018-12-01 Tom de Vries <tdevries@suse.de>
1948
1949 * gdb.base/gdb-caching-proc.exp: New file.
1950
1951 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1952
1953 * Makefile.in (TIMESTAMP): New variable.
1954 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1955 command.
1956 (check-single-racy): Likewise.
1957 (check/%.exp): Likewise.
1958 (check-racy/%.exp): Likewise.
1959 (workers/%.worker): Likewise.
1960 (build-perf): Likewise.
1961 (check-perf): Likewise.
1962 * README: Describe new "TS" and "TS_FORMAT" variables.
1963 * print-ts.py: New file.
1964
1965 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1966
1967 PR python/23714
1968 * gdb.python/python.exp: Test command repetition after
1969 gdb.execute.
1970
1971 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1972
1973 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1974 is correctly aligned.
1975
1976 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1977
1978 * gdb.ada/info_auto_lang.exp: New testcase.
1979 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1980 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1981 * gdb.ada/info_auto_lang/some_c.c: New file.
1982
1983 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1984
1985 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1986 FUNC_lang language syntax.
1987
1988 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1989
1990 * gdb.base/info_minsym.c: New file.
1991 * gdb.base/info_minsym.exp: New file.
1992
1993 2018-11-19 Tom Tromey <tom@tromey.com>
1994
1995 PR rust/23625:
1996 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1997 * gdb.rust/expr.exp: Update expected output. Change one test.
1998
1999 2018-11-19 Tom Tromey <tom@tromey.com>
2000
2001 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2002
2003 2018-11-19 Pedro Alves <palves@redhat.com>
2004
2005 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2006 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2007 see the expected warning.
2008
2009 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2010
2011 PR gdb/22736:
2012 * gdb.cp/infcall-nodebug-lib.c: New test.
2013 * gdb.cp/infcall-nodebug-main.c: New test.
2014 * gdb.cp/infcall-nodebug.exp: New file.
2015
2016 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2017
2018 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2019 completer tests.
2020
2021 2018-11-09 Tom de Vries <tdevries@suse.de>
2022
2023 * gdb.base/msym-lang.c: New test.
2024 * gdb.base/msym-lang.exp: New file.
2025 * gdb.base/msym-lang-main.c: New test.
2026
2027 2018-11-08 Tom Tromey <tom@tromey.com>
2028
2029 PR gdb/23555:
2030 PR gdb/23838:
2031 * gdb.base/warning.exp: New file.
2032
2033 2018-11-08 Jan Beulich <jbeulich@suse.com>
2034
2035 * testsuite/gdb.arch/i386-avx512.c,
2036 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2037
2038 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2039
2040 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2041 point hardware.
2042
2043 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2044
2045 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2046 * gdb.dwarf2/missing-type-name.exp: New file.
2047
2048 2018-11-06 Tom de Vries <tdevries@suse.de>
2049
2050 * gdb.base/many-headers.c: New test.
2051 * gdb.base/many-headers.exp: New file.
2052
2053 2018-11-06 Jim Wilson <jimw@sifive.com>
2054
2055 * gdb.base/code_elim.exp: For riscv, set additional_flags
2056 to include -msmall-data-limit=0.
2057
2058 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2059
2060 * gdb.ada/watch_minus_l: New testcase.
2061
2062 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2063
2064 * gdb.arch/aix-sighandle.c: New file.
2065 * gdb.arch/aix-sighandle.exp: New file.
2066
2067 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2068
2069 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2070 registers being unions.
2071
2072 2018-10-31 Tom de Vries <tdevries@suse.de>
2073
2074 * lib/valgrind.exp: New file.
2075 (vgdb_start, vgdb_stop): New procs, factored out of ...
2076 * gdb.base/valgrind-bt.exp: ... here, ...
2077 * gdb.base/valgrind-disp-step.exp: ... here and ...
2078 * gdb.base/valgrind-infcall.exp: ... here.
2079
2080 2018-10-31 Tom de Vries <tdevries@suse.de>
2081
2082 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2083
2084 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2085
2086 * gdb.dwarf2/void-type.c: New file.
2087 * gdb.dwarf2/void-type.exp: New file.
2088
2089 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2090
2091 * gdb.base/info_qt.c: New file.
2092 * gdb.base/info_qt.exp: New file.
2093
2094 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2095
2096 * gdb.arch/powerpc-htm-regs.c: New file.
2097 * gdb.arch/powerpc-htm-regs.exp: New file.
2098
2099 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2100
2101 * gdb.arch/powerpc-tar.c: New file.
2102 * gdb.arch/powerpc-tar.exp: New file.
2103
2104 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2105
2106 * gdb.arch/powerpc-ppr-dscr.c: New file.
2107 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2108
2109 2018-10-25 Tom de Vries <tdevries@suse.de>
2110
2111 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2112
2113 2018-10-24 Tom de Vries <tdevries@suse.de>
2114
2115 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2116 longer exists error.
2117
2118 2018-10-24 Tom de Vries <tdevries@suse.de>
2119
2120 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2121
2122 2018-10-24 Tom de Vries <tdevries@suse.de>
2123
2124 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2125 --db-attach in valgrind.
2126
2127 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.arch/riscv-reg-aliases.c: New file.
2130 * gdb.arch/riscv-reg-aliases.exp: New file.
2131
2132 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2133
2134 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2135
2136 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2137
2138 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2139
2140 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2141
2142 * gdb.cp/ovldbreak.exp: Fix regexps.
2143
2144 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2145
2146 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2147
2148 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2149
2150 PR cli/23785
2151 * gdb.base/restore.exp: New test to check if "restore" with an
2152 invalid file doesn't segfault.
2153
2154 2018-10-18 Tom de Vries <tdevries@suse.de>
2155
2156 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2157 * gdb.ada/excep_handle.exp: Same.
2158 * gdb.ada/mi_string_access.exp: Same.
2159 * gdb.ada/mi_var_union.exp: Same.
2160 * gdb.arch/arc-analyze-prologue.exp: Same.
2161 * gdb.arch/arc-decode-insn.exp: Same.
2162 * gdb.base/readnever.exp: Same.
2163 * gdb.fortran/printing-types.exp: Same.
2164 * gdb.guile/scm-lazy-string.exp: Same.
2165
2166 2018-10-16 Tom de Vries <tdevries@suse.de>
2167
2168 PR gdb/23730
2169 * gdb.base/catch-follow-exec.c: Add copyright notice.
2170 * gdb.base/catch-follow-exec.exp: Rewrite to use
2171 gdb_spawn_with_cmdline_opts. Require gdb-native.
2172
2173 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2174
2175 * gdb.trace/actions-changed.exp: Check for arch support.
2176 * gdb.trace/actions.exp: Likewise.
2177 * gdb.trace/ax.exp: Likewise.
2178 * gdb.trace/backtrace.exp: Likewise.
2179 * gdb.trace/change-loc.exp: Likewise.
2180 * gdb.trace/deltrace.exp: Likewise.
2181 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2182 * gdb.trace/ftrace.exp: Likewise.
2183 * gdb.trace/infotrace.exp: Check for arch support.
2184 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2185 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2186 * gdb.trace/mi-tsv-changed.exp: Likewise.
2187 * gdb.trace/packetlen.exp: Likewise.
2188 * gdb.trace/passc-dyn.exp: Likewise.
2189 * gdb.trace/passcount.exp: Likewise.
2190 * gdb.trace/pending.exp: Likewise.
2191 * gdb.trace/range-stepping.exp: Check for shlib support.
2192 * gdb.trace/report.exp: Check for arch support.
2193 * gdb.trace/save-trace.exp: Likewise.
2194 * gdb.trace/signal.exp: Check for signal support.
2195 * gdb.trace/tfind.exp: Check for arch support.
2196 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2197 * gdb.trace/trace-common.h: Add comment.
2198 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2199 * gdb.trace/trace-enable-disable.exp: Likewise.
2200 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2201 * gdb.trace/tracecmd.exp: Check for arch support.
2202 * gdb.trace/tspeed.exp: Check for shlib and target support.
2203 * gdb.trace/tstatus.exp: Check for arch support.
2204 * gdb.trace/tsv.exp: Likewise.
2205 * gdb.trace/while-dyn.exp: Likewise.
2206 * gdb.trace/while-stepping.exp: Likewise.
2207 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2208
2209 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2210
2211 * gdb.trace/tspeed.exp: Remove nowarnings.
2212 (prepare_for_trace_test): Declare "global ipalib".
2213 * gdb.trace/tspeed.c: Include unistd.h.
2214 (main): Remove superfluous printf argument.
2215
2216 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2217
2218 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2219 directory prefix on the filename.
2220
2221 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2222
2223 * gdb.gdb/unittest.exp: Update expected message informing that
2224 selftests have been disabled.
2225 * gdb.server/unittest.exp: Likewise.
2226
2227 2018-10-09 Tom de Vries <tdevries@suse.de>
2228
2229 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2230 with runto_main.
2231
2232 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2233
2234 PR c++/16841
2235 * gdb.cp/virtbase2.cc: New file.
2236 * gdb.cp/virtbase2.exp: New file.
2237
2238 2018-10-06 Tom Tromey <tom@tromey.com>
2239
2240 PR python/19399:
2241 * gdb.python/py-inferior.exp: Add architecture test.
2242
2243 2018-10-06 Tom Tromey <tom@tromey.com>
2244
2245 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2246 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2247
2248 2018-10-06 Tom Tromey <tom@tromey.com>
2249
2250 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2251 of a "throw" catchpoint.
2252
2253 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2254
2255 * gdb.base/info-proc.exp: Update string expected from "help info
2256 proc".
2257
2258 2018-10-04 Tom Tromey <tom@tromey.com>
2259
2260 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2261 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2262 (test_initial_complaints, test_empty_complaints): Update.
2263 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2264
2265 2018-10-04 Tom Tromey <tom@tromey.com>
2266
2267 PR cli/19551:
2268 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2269 * lib/gdb.exp (gdb_file_cmd): Update.
2270 * gdb.stabs/weird.exp (print_weird_var): Update.
2271 * gdb.server/solib-list.exp: Update.
2272 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2273 * gdb.mi/mi-cli.exp: Update.
2274 * gdb.linespec/linespec.exp: Update.
2275 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2276 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2277 * gdb.cp/cp-relocate.exp: Update.
2278 * gdb.base/sym-file.exp: Update.
2279 * gdb.base/relocate.exp: Update.
2280 * gdb.base/readnever.exp: Update.
2281 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2282 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2283 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2284 * gdb.base/code_elim.exp: Update.
2285 * gdb.base/break-unload-file.exp (test_break): Update.
2286 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2287 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2288 Update.
2289 * gdb.base/attach.exp (do_attach_tests): Update.
2290 * gdb.base/sepdebug.exp: Update.
2291 * gdb.python/py-section-script.exp: Update.
2292
2293 2018-10-04 Tom Tromey <tom@tromey.com>
2294
2295 PR cli/22234:
2296 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2297 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2298 output.
2299
2300 2018-10-04 Tom Tromey <tom@tromey.com>
2301
2302 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2303 set width and height to 0.
2304 (test_command_line_attach_run): Use -quiet.
2305
2306 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2307
2308 * lib/gdb.exp (skip_ifunc_tests): New.
2309 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2310 other compile failures.
2311 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2312
2313 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2314
2315 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2316 is_amd64_regs_target.
2317
2318 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2319
2320 * gdb.arch/aarch64-sighandler-regs.c: New test.
2321 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2322 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2323
2324 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2325
2326 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2327 assembly.
2328
2329 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.base/frame-selection.exp: New file.
2332 * gdb.base/frame-selection.c: New file.
2333
2334 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2335
2336 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2337 pthread barrier.
2338 (main): Likewise.
2339
2340 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.base/large-frame-1.c: New file.
2343 * gdb.base/large-frame-2.c: New file.
2344 * gdb.base/large-frame.exp: New file.
2345 * gdb.base/large-frame.h: New file.
2346
2347 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2348
2349 PR gdb/20948
2350 * gdb.base/write_mem.exp: New test.
2351 * gdb.base/write_mem.c: Likewise.
2352
2353 2018-09-23 Tom Tromey <tom@tromey.com>
2354
2355 PR python/18852:
2356 * gdb.python/py-parameter.exp: Add test for parameter that throws
2357 on "set".
2358
2359 2018-09-23 Tom Tromey <tom@tromey.com>
2360
2361 PR python/17284:
2362 * gdb.python/py-template.exp (test_template_arg): Add test for
2363 negative template argument number.
2364
2365 2018-09-23 Tom Tromey <tom@tromey.com>
2366
2367 PR python/14062:
2368 * gdb.python/python.exp: Add test for post_event error.
2369
2370 2018-09-23 Tom Tromey <tom@tromey.com>
2371
2372 PR python/18170:
2373 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2374 convert pointers to int and long.
2375
2376 2018-09-23 Tom Tromey <tom@tromey.com>
2377
2378 PR python/20126:
2379 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2380 signed-ness conversion tests.
2381
2382 2018-09-23 Tom Tromey <tom@tromey.com>
2383
2384 PR python/18352;
2385 * gdb.python/py-value.exp (test_float_conversion): New proc.
2386 Use it.
2387
2388 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2389
2390 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2391
2392 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2393
2394 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2395 no readline.
2396 * gdb.base/utf8-identifiers.exp: Likewise.
2397 * gdb.cp/cpcompletion.exp: Likewise.
2398 * gdb.linespec/cpcompletion.exp: Likewise.
2399 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2400 * gdb.linespec/cpls-ops.exp: Likewise.
2401
2402 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2403 Chris January <chris.january@arm.com>
2404
2405 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2406 * gdb.fortran/short-circuit-argument-list.exp: New file.
2407 * gdb.fortran/short-circuit-argument-list.f90: New test.
2408
2409 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2410
2411 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2412 "arch=" keyword when executing "-stack-list-frames".
2413
2414 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2415
2416 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2417 "arch=" keyword when executing "-stack-list-frames".
2418
2419 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2420
2421 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2422 break ada".
2423
2424 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2425
2426 PR python/23669
2427 * gdb.python/python.exp: Test gdb.execute("show commands").
2428
2429 2018-09-16 Tom Tromey <tom@tromey.com>
2430
2431 * gdb.base/new-ui.exp (do_execution_tests): Update.
2432 * gdb.base/dbx.exp (test_breakpoints): Update.
2433
2434 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2435
2436 * lib/gdb.exp (gdb_simple_compile): Add proc.
2437 (is_elf_target): Use gdb_simple_compile.
2438 (skip_altivec_tests): Likewise.
2439 (skip_vsx_tests): Likewise.
2440 (skip_tsx_tests): Likewise.
2441 (skip_btrace_tests): Likewise.
2442 (skip_btrace_pt_tests): Likewise.
2443 (gdb_can_simple_compile): Likewise.
2444 (gdb_has_argv0): Likewise.
2445 (gdb_target_symbol_prefix): Likewise.
2446 (target_supports_scheduler_locking): Likewise.
2447
2448 2018-09-13 Tom Tromey <tom@tromey.com>
2449
2450 * Makefile.in (TAGS): Recognize proc_with_prefix and
2451 gdb_caching_proc.
2452
2453 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2454
2455 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2456 method.
2457
2458 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2459
2460 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2461 and a few other Inferior properties when the Inferior is no
2462 longer valid.
2463
2464 2018-09-13 Tom Tromey <tom@tromey.com>
2465
2466 PR rust/23650:
2467 * gdb.rust/simple.exp: Add test for enum field access error.
2468
2469 2018-09-13 Tom Tromey <tom@tromey.com>
2470
2471 PR rust/23626:
2472 * gdb.rust/simple.rs (EmptyEnum): New type.
2473 (main): Use it.
2474 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2475
2476 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2477
2478 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2479 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2480 * gdb.python/py-symtab.exp: Update test printing an objfile.
2481
2482 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2483
2484 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2485 object.
2486
2487 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2488
2489 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2490 (support_complex_tests): Use gdb_can_simple_compile.
2491 (is_ilp32_target): Likewise.
2492 (is_lp64_target): Likewise.
2493 (is_64_target): Likewise.
2494 (is_amd64_regs_target): Likewise.
2495 (is_aarch32_target): Likewise.
2496 (gdb_int128_helper): Likewise.
2497
2498 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2501
2502 2018-09-10 Jerome Guitton <guitton@adacore.com>
2503
2504 * gdb.ada/same_component_name: Add test for case of tagged record
2505 with variable-length fields.
2506
2507 2018-09-10 Xavier Roirand <roirand@adacore.com>
2508
2509 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2510 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2511 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2512 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2513
2514 2018-09-10 Xavier Roirand <roirand@adacore.com>
2515
2516 * gdb.ada/mi_string_access.exp: New testcase.
2517 * gdb.ada/mi_string_access/bar.adb: New file.
2518 * gdb.ada/mi_string_access/pck.adb: New file.
2519 * gdb.ada/mi_string_access/pck.asd: New file.
2520
2521 2018-09-10 Xavier Roirand <roirand@adacore.com>
2522
2523 * gdb.ada/mi_var_union.exp: New testcase.
2524 * gdb.ada/mi_var_union/bar.adb: New file.
2525 * gdb.ada/mi_var_union/pck.adb: New file.
2526 * gdb.ada/mi_var_union/pck.asd: New file.
2527
2528 2018-09-08 Tom Tromey <tom@tromey.com>
2529
2530 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2531
2532 2018-09-08 Tom Tromey <tom@tromey.com>
2533
2534 PR python/16047:
2535 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2536 (register_pretty_printers): Register new printer.
2537 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2538 test.
2539 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2540 (an_int_type3): New global.
2541
2542 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2543
2544 * gdb.ada/expr_with_funcall: New testcase.
2545
2546 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2547
2548 * gdb.ada/packed_array_assign: New testcase.
2549
2550 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2551
2552 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2553 names, and add test prefixes to make test names unique.
2554
2555 2018-09-05 Tom de Vries <tdevries@suse.de>
2556
2557 * gdb.dwarf2/varval.exp: Add test.
2558
2559 2018-09-04 Gary Benson <gbenson@redhat.com>
2560
2561 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2562 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2563
2564 2018-08-31 Tom Tromey <tom@tromey.com>
2565
2566 * gdb.rust/simple.rs: Rename second variable "v".
2567
2568 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2569
2570 * gdb.base/funcargs.c (use_a): New function.
2571 (recurse): Call use_a.
2572
2573 2018-08-29 Keith Seitz <keiths@redhat.com>
2574
2575 * gdb.compile/compile-cplus-anonymous.cc: New file.
2576 * gdb.compile/compile-cplus-anonymous.exp: New file.
2577 * gdb.compile/compile-cplus-array-decay.cc: New file.
2578 * gdb.compile/compile-cplus-array-decay.exp: New file.
2579 * gdb.compile/compile-cplus-inherit.cc: New file.
2580 * gdb.compile/compile-cplus-inherit.exp: New file.
2581 * gdb.compile/compile-cplus-member.cc: New file.
2582 * gdb.compile/compile-cplus-member.exp: New file.
2583 * gdb.compile/compile-cplus-method.cc: New file.
2584 * gdb.compile/compile-cplus-method.exp: New file.
2585 * gdb.compile/compile-cplus-mod.c: "New" file.
2586 * gdb.compile/compile-cplus-namespace.cc: New file.
2587 * gdb.compile/compile-cplus-namespace.exp: New file.
2588 * gdb.compile/compile-cplus-nested.cc: New file.
2589 * gdb.compile/compile-cplus-nested.exp: New file.
2590 * gdb.compile/compile-cplus-print.c: "New" file.
2591 * gdb.compile/compile-cplus-print.exp: "New" file.
2592 * gdb.compile/compile-cplus-virtual.cc: New file.
2593 * gdb.compile/compile-cplus-virtual.exp: New file.
2594 * gdb.compile/compile-cplus.c: "New" file.
2595 * gdb.compile/compile-cplus.exp: "New" file.
2596 * lib/compile-support.exp: New file.
2597
2598 2018-08-16 Gary Benson <gbenson@redhat.com>
2599
2600 PR gdb/13000:
2601 * gdb.base/batch-exit-status.exp: New file.
2602 * gdb.base/batch-exit-status.good-commands: Likewise.
2603 * gdb.base/batch-exit-status.bad-commands: Likewise.
2604
2605 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2606
2607 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2608 (struct struct02): Likewise.
2609 (struct struct03): Likewise.
2610 (struct struct04): Likewise.
2611 (struct struct_01_01): New struct.
2612 (struct struct_01_02): Likewise.
2613 (struct struct_01_03): Likewise.
2614 (struct struct_01_04): Likewise.
2615 (struct struct_02_01): Likewise.
2616 (struct struct_02_02): Likewise.
2617 (struct struct_02_03): Likewise.
2618 (struct struct_02_04): Likewise.
2619 (struct struct_04_01): Likewise.
2620 (struct struct_04_02): Likewise.
2621 (struct struct_04_03): Likewise.
2622 (struct struct_04_04): Likewise.
2623 (struct struct_05_01): Likewise.
2624 (struct struct_05_02): Likewise.
2625 (struct struct_05_03): Likewise.
2626 (struct struct_05_04): Likewise.
2627 (cmp_struct01): Remove function.
2628 (cmp_struct02): Likewise.
2629 (cmp_struct03): Likewise.
2630 (cmp_struct04): Likewise.
2631 (cmp_struct_01_01): Add Function.
2632 (cmp_struct_01_02): Likewise.
2633 (cmp_struct_01_03): Likewise.
2634 (cmp_struct_01_04): Likewise.
2635 (cmp_struct_02_01): Likewise.
2636 (cmp_struct_02_02): Likewise.
2637 (cmp_struct_02_03): Likewise.
2638 (cmp_struct_02_04): Likewise.
2639 (cmp_struct_04_01): Likewise.
2640 (cmp_struct_04_02): Likewise.
2641 (cmp_struct_04_03): Likewise.
2642 (cmp_struct_04_04): Likewise.
2643 (cmp_struct_05_01): Likewise.
2644 (cmp_struct_05_02): Likewise.
2645 (cmp_struct_05_03): Likewise.
2646 (cmp_struct_05_04): Likewise.
2647 (call_all): Add new structs.
2648 * gdb.base/infcall-nested-structs.exp: Likewise.
2649
2650 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2651
2652 * gdb.python/py-framefilter-mi.exp: Update regexp to
2653 check for "arch" field in frame output.
2654
2655 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2656
2657 * gdb.dwarf2/dw2-ranges-func.c: New file.
2658 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2659
2660 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2661
2662 * gdb.base/term.exp: Compare terminal settings with values from
2663 the inferior.
2664 * gdb.base/term.c: Get and set terminal settings.
2665
2666 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2667
2668 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2669 accommodate new "arch" field in frame output.
2670 * gdb.mi/mi-return.exp: Likewise.
2671 * gdb.mi/mi-stack.exp: Likewise.
2672 * gdb.mi/mi-syn-frame.exp: Likewise.
2673 * gdb.mi/user-selected-context-sync.exp: Likewise.
2674
2675 2018-08-19 Michael Spang <spang@google.com>
2676
2677 PR gdb/11786
2678 * gdb.base/gcore-tls-pie.c: New file.
2679 * gdb.base/gcore-tls-pie.exp: New file.
2680
2681 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2682
2683 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2684 * gdb.dwarf2/varval.c: New file.
2685 * gdb.dwarf2/varval.exp: New file.
2686
2687 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2688
2689 PR gdb/18931
2690 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2691
2692 2018-08-16 Keith Seitz <keiths@redhat.com>
2693
2694 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2695 tests expected to pass.
2696
2697 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2698
2699 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2700 -data-disassemble -a.
2701 (test_disassembly_bogus_args): Likewise.
2702
2703 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2704
2705 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2706
2707 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 * gdb.base/vla-optimized-out.exp: Add new test.
2710
2711 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2712
2713 * gdb.base/vla-optimized-out-o3.exp: Delete.
2714 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2715 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2716 deleted tests.
2717
2718 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2719
2720 PR gdb/18050:
2721 * gdb.server/extended-remote-restart.c: New file.
2722 * gdb.server/extended-remote-restart.exp: New file.
2723
2724 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2725
2726 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2727 "set variable index = 42".
2728
2729 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2730
2731 * boards/index-cache-gdb.exp: New file.
2732 * gdb.dwarf2/index-cache.exp: New file.
2733 * gdb.dwarf2/index-cache.c: New file.
2734 * gdb.base/maint.exp: Check if we are using the index cache.
2735
2736 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2737
2738 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2739 MAKEFLAGS.
2740
2741 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2742
2743 * dg-extract-results.sh: Move to toplevel contrib.
2744 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2745 * Makefile.in (check-parallel-racy): Likewise.
2746
2747 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2748
2749 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2750 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2751 tests if the target supports scheduler locking.
2752
2753 2018-08-04 Tom de Vries <tdevries@suse.de>
2754
2755 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2756
2757 2018-08-02 Tom Tromey <tom@tromey.com>
2758
2759 PR symtab/16842.
2760 * gdb.cp/temargs.exp: Test "info address" of a template
2761 parameter.
2762
2763 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2764
2765 * gdb.python/py-mi-var-info-path-expression.c: New file.
2766 * gdb.python/py-mi-var-info-path-expression.py: New file.
2767 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2768
2769 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2770
2771 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2772 error after "cannot resolve name" string.
2773
2774 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2775
2776 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2777 started.
2778 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2779
2780 2018-07-28 Tom de Vries <tdevries@suse.de>
2781
2782 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2783
2784 2018-07-26 Tom de Vries <tdevries@suse.de>
2785
2786 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2787
2788 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2789
2790 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2791 is visible.
2792
2793 2018-07-26 Tom de Vries <tdevries@suse.de>
2794
2795 PR breakpoints/23366
2796 * gdb.base/catch-follow-exec.c: New test.
2797 * gdb.base/catch-follow-exec.exp: New file.
2798
2799 2018-07-25 Tom de Vries <tdevries@suse.de>
2800
2801 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2802 vla-optimized-out.c.
2803
2804 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2805
2806 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2807 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2808
2809 2018-07-20 Tom de Vries <tdevries@suse.de>
2810
2811 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2812 NOCLONE macro.
2813 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2814
2815 2018-07-19 Tom de Vries <tdevries@suse.de>
2816
2817 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2818 regular expression.
2819
2820 2018-07-18 Tom de Vries <tdevries@suse.de>
2821
2822 * gdb.base/vla-optimized-out.c: New test.
2823 * gdb.base/vla-optimized-out.exp: New file.
2824
2825 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2826
2827 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2828 message "No address associated with hostname" when gdbserver
2829 cannot resolve the hostname.
2830
2831 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2832
2833 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2834 Add some test prefixes to make tests unique.
2835
2836 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2837
2838 * gdb.base/frameapply.c: New file.
2839 * gdb.base/frameapply.exp: New file.
2840
2841 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2842
2843 * gdb.base/skip.exp: Update expected error message.
2844
2845 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2846 Jan Kratochvil <jan.kratochvil@redhat.com>
2847 Paul Fertser <fercerpav@gmail.com>
2848 Tsutomu Seki <sekiriki@gmail.com>
2849
2850 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2851 parameter.
2852 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2853 by default.
2854 * boards/native-gdbserver.exp: Likewise.
2855 * gdb.server/run-without-local-binary.exp: Improve regexp used
2856 for detecting when a remote debugging connection succeeds.
2857 * gdb.server/server-connect.exp: New file.
2858 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2859 Do not prefix the port number with ":".
2860 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2861 support for detecting and using it. Add '$debughost_gdbserver'
2862 to the list of arguments used to start gdbserver. Handle case
2863 when gdbserver cannot resolve a network name.
2864
2865 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2866
2867 PR c++/23373
2868 * gdb.base/ptype-offsets.cc (struct static_member): New
2869 struct.
2870 (main) <stmember>: New variable.
2871 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2872 with a static member in it.
2873
2874 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2877 watchpoints enabled and disabled.
2878
2879 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * gdb.base/examine-backward.exp: Still run tests around address
2882 0x0, even if address 0x0 is not readable. Update the pattern for
2883 matching address 0x0 in expected output.
2884
2885 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2886
2887 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2888 malloc/free.
2889
2890 2018-07-04 Tom de Vries <tdevries@suse.de>
2891
2892 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2893
2894 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2895
2896 PR tdep/8282
2897 * gdb.arch/mips-disassembler-options.exp: New test.
2898 * gdb.arch/mips-disassembler-options.s: New test source.
2899
2900 2018-06-29 Pedro Alves <palves@redhat.com>
2901
2902 * gdb.threads/names.exp: Adjust expected "info threads" output.
2903
2904 2018-06-29 Pedro Alves <palves@redhat.com>
2905
2906 * gdb.opt/inline-break.exp (line number, address): Add "info
2907 break" tests.
2908
2909 2018-06-29 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2912 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2913 number and address and running to them.
2914
2915 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2916
2917 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2918
2919 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2920
2921 * lib/compiler.c: Remove executable permission flag.
2922
2923 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2924
2925 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2926 code.
2927 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2928
2929 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2930
2931 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2932
2933 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2934
2935 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2936 address argument is omitted.
2937
2938 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2939
2940 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2941
2942 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2943
2944 PR gdb/21695
2945 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2946 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2947
2948 2018-06-26 Tom Tromey <tom@tromey.com>
2949
2950 PR rust/22574:
2951 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2952 * gdb.rust/simple.rs (struct SimpleLayout): New.
2953
2954 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2955
2956 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2957 "info registers" output.
2958
2959 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2960
2961 * gdb.base/watchpoint-hw-attach.c: New test.
2962 * gdb.base/watchpoint-hw-attach.exp: New file.
2963
2964 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2965
2966 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2967 through /bin/sh.
2968 * boards/dwarf4-gdb-index.exp: Likewise.
2969 * boards/fission-dwp.exp: Likewise.
2970
2971 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2972
2973 * gdb.base/float128.exp: Add comment and improved fail message
2974 to the failure case of "print large128" test.
2975
2976 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2977
2978 * configure.ac: Remove AC_PREREQ.
2979 * configure: Re-generate.
2980
2981 2018-06-19 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2984 (func_extern_caller): New.
2985 (main): Call func_extern_caller.
2986 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2987 logic change.
2988
2989 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2990
2991 PR gdb/16841
2992 * gdb.cp/typedef-base.cc: New file.
2993 * gdb.cp/typedef-base.exp: New file.
2994
2995 2018-06-18 Tom de Vries <tdevries@suse.de>
2996
2997 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2998
2999 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3000 Richard Bunt <Richard.Bunt@arm.com>
3001
3002 * gdb.threads/attach-slow-waitpid.c: New file.
3003 * gdb.threads/attach-slow-waitpid.exp: New file.
3004 * gdb.threads/slow-waitpid.c: New file.
3005
3006 2018-06-14 Pedro Alves <palves@redhat.com>
3007
3008 * gdb.base/fork-running-state.c: Include <errno.h>.
3009 (exit_if_relative_exits): New.
3010 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3011 exits.
3012 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3013 child exits.
3014
3015 2018-06-14 Tom de Vries <tdevries@suse.de>
3016
3017 PR cli/22573
3018 * gdb.base/finish-pretty.c: New test.
3019 * gdb.base/finish-pretty.exp: New file.
3020
3021 2018-06-14 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3024 gdb's expected startup output.
3025
3026 2018-06-14 Pedro Alves <palves@redhat.com>
3027
3028 * lib/selftest-support.exp (selftest_setup): Remove inlined
3029 function handling.
3030
3031 2018-06-14 Tom de Vries <tdevries@suse.de>
3032
3033 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3034 matching of breakpoint printing.
3035
3036 2018-06-13 Tom de Vries <tdevries@suse.de>
3037
3038 PR testsuite/23269
3039 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3040 (fork_child): ... here, and ...
3041 (fork_parent): ... here.
3042
3043 2018-06-12 Tom de Vries <tdevries@suse.de>
3044
3045 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3046
3047 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3048 Stephen Roberts <stephen.roberts@arm.com>
3049
3050 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3051 rewrite test to describe action performed, rather than possible
3052 failure.
3053
3054 2018-06-08 Gary Benson <gbenson@redhat.com>
3055
3056 * gdb.threads/check-libthread-db.exp: New file.
3057 * gdb.threads/check-libthread-db.c: Likewise.
3058
3059 2018-06-05 Tom Tromey <tom@tromey.com>
3060
3061 * gdb.base/default.exp: Update expected "show version" output.
3062
3063 2018-06-05 Tom Tromey <tom@tromey.com>
3064
3065 PR cli/12326:
3066 * gdb.cp/static-print-quit.exp: Update.
3067 * lib/gdb.exp (pagination_prompt): Update.
3068 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3069 * gdb.python/python.exp: Update.
3070
3071 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3072
3073 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3074
3075 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3076
3077 * gdb.ada/bp_fun_addr: New testcase.
3078
3079 2018-06-01 Tom Tromey <tom@tromey.com>
3080
3081 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3082 results.
3083 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3084 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3085 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3086 * gdb.base/maint.exp (maint_pass_if): Update.
3087
3088 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3089
3090 * gdb.base/endian.exp: New test.
3091 * gdb.base/endian.c: New test source.
3092
3093 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 PR gdb/23203
3096 * gdb.base/bt-selected-frame.c: New file.
3097 * gdb.base/bt-selected-frame.exp: New file.
3098 * lib/gdb.exp (get_current_frame_number): New function.
3099
3100 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3101 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.threads/tls-core.c: Include <stdlib.h>
3104 (thread_proc): Call `abort'.
3105 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3106 (tls_core_test): New procedure, bits factored out from ...
3107 (top level): ... here. Test both native cores and gcore cores.
3108
3109 2018-05-23 Tom Tromey <tom@tromey.com>
3110
3111 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3112
3113 2018-05-23 Tom Tromey <tom@tromey.com>
3114
3115 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3116 symfile_complaints.
3117 (test_short_complaints): Likewise.
3118 (test_empty_complaints): Likewise.
3119 (test_initial_complaints): Update.
3120
3121 2018-05-23 Tom Tromey <tom@tromey.com>
3122
3123 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3124
3125 2018-05-23 Tom Tromey <tom@tromey.com>
3126
3127 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3128 (test_short_complaints): Update.
3129
3130 2018-05-22 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.base/remote.exp: Only gdb_start after compiling the
3133 testcase. Issue "disconnect" before testing "set remote" command
3134 defaults. Issue clean_restart before running to main.
3135
3136 2018-05-22 Pedro Alves <palves@redhat.com>
3137
3138 * gdb.base/remote.exp: Adjust expected output of "show remote
3139 memory-write-packet-size". Add tests for "set remote
3140 memory-write-packet-size 0" and "set remote
3141 memory-write-packet-size fixed/limit".
3142
3143 2018-05-22 Pedro Alves <palves@redhat.com>
3144
3145 PR gdb/22973
3146 * gdb.base/utf8-identifiers.c: New file.
3147 * gdb.base/utf8-identifiers.exp: New file.
3148
3149 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3150
3151 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3152
3153 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3154
3155 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3156
3157 2018-05-18 Tom Tromey <tom@tromey.com>
3158
3159 * gdb.base/ptype-offsets.exp: Update.
3160
3161 2018-05-17 Keith Seitz <keiths@redhat.com>
3162
3163 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3164 in expected breakpoint stop locations.
3165 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3166 move to proper scope to test variable values.
3167 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3168 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3169 New functions.
3170 (main): Call not_inline_func3.
3171 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3172 inline_func1, inline_func2, and inline_func3. Test that when each
3173 breakpoint is hit, GDB properly reports both the stop location
3174 and the backtrace. Repeat tests for temporary breakpoints.
3175
3176 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3177
3178 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3179 rather then trying to access it in determining whether the PID
3180 of `gdbserver' could have been retrieved.
3181
3182 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3183
3184 * gdb.arch/amd64-init-x87-values.S: New file.
3185 * gdb.arch/amd64-init-x87-values.exp: New file.
3186
3187 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3190
3191 2018-05-04 Tom Tromey <tom@tromey.com>
3192
3193 PR python/22730:
3194 * gdb.python/python.exp: Test multi-line execute.
3195
3196 2018-05-04 Tom Tromey <tom@tromey.com>
3197
3198 PR python/22731:
3199 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3200
3201 2018-05-04 Tom Tromey <tom@tromey.com>
3202
3203 PR gdb/11750:
3204 * gdb.base/define.exp: Test defining a user command inside a user
3205 command.
3206 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3207
3208 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3209 Pedro Alves <palves@redhat.com>
3210
3211 PR breakpoints/19806 and support for PR external/20207.
3212 * gdb.base/watchpoint-unaligned.c: New file.
3213 * gdb.base/watchpoint-unaligned.exp: New file.
3214
3215 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3216
3217 * gdb.base/maint.exp: Make test names unique, use
3218 test_prefix_command_help to test 'help maint info', and remove
3219 repeated test of 'help maint'.
3220
3221 2018-05-04 Tom Tromey <tom@tromey.com>
3222
3223 PR gdb/22619:
3224 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3225 behavior.
3226
3227 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3228
3229 * gdb.base/maint.exp: Process output from 'maint print registers'
3230 line at a time.
3231
3232 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3233
3234 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3235 timeout.
3236
3237 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3240 filter pattern.
3241
3242 2018-05-02 Pedro Alves <palves@redhat.com>
3243
3244 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3245 to_log_command renames.
3246 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3247
3248 2018-05-02 Tom Tromey <tom@tromey.com>
3249
3250 * gdb.python/py-parameter.exp: Set test message.
3251
3252 2018-05-02 Tom Tromey <tom@tromey.com>
3253
3254 PR python/20084:
3255 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3256 PARAM_ZUINTEGER_UNLIMITED tests.
3257
3258 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3259
3260 PR rust/23124
3261 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3262 when casting.
3263
3264 2018-04-30 Tom Tromey <tom@tromey.com>
3265
3266 * gdb.python/py-type.exp: Check align attribute.
3267 * gdb.python/py-type.c: New "aligncheck" global.
3268
3269 2018-04-30 Tom Tromey <tom@tromey.com>
3270
3271 PR exp/17095:
3272 * gdb.dwarf2/dw2-align.exp: New file.
3273 * gdb.cp/align.exp: New file.
3274 * gdb.base/align.exp: New file.
3275 * lib/gdb.exp (gdb_int128_helper): New proc.
3276 (has_int128_c, has_int128_cxx): New caching procs.
3277
3278 2018-04-27 Tom Tromey <tom@tromey.com>
3279
3280 PR rust/22545:
3281 * gdb.rust/simple.exp: Add inclusive range tests.
3282
3283 2018-04-26 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3286 ifunc breakpoint locations correctly of ifunc breakpoints set
3287 while the program resolves the ifunc.
3288
3289 2018-04-26 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.base/gnu-ifunc-final.c: New file.
3292 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3293 * gdb.base/gnu-ifunc.exp (executable): Delete.
3294 (staticexecutable): Adjust.
3295 (lib_opts, exec_opts): Delete.
3296 (make_binsuffix, build, set-break): New procedures.
3297 (misc_tests): New, with tests factored out from the top level.
3298 (top level): Test different combinations of ifunc resolver name,
3299 resolver with and with debug info, and ifunc target with and
3300 without debug info. Wrap static tests with with_target_prefix.
3301
3302 2018-04-26 Pedro Alves <palves@redhat.com>
3303
3304 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3305 return type" warnings.
3306
3307 2018-04-25 Pedro Alves <palves@redhat.com>
3308
3309 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3310 killed".
3311 * gdb.base/kill-after-signal.exp: Likewise.
3312 * gdb.threads/kill.exp: Likewise.
3313
3314 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3315 Sergio Durigan Junior <sergiodj@redhat.com>
3316 Pedro Alves <palves@redhat.com>
3317
3318 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3319 regexps to expect for '[Inferior ... detached]' as well.
3320 * gdb.base/attach.exp: Likewise.
3321 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3322 "gdb_continue_to_end".
3323 (test_catch_syscall_with_wrong_args): Likewise.
3324 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3325 ']'. Don't set 'verbose' on.
3326 * gdb.base/foll-vfork.exp: Likewise.
3327 * gdb.base/fork-print-inferior-events.c: New file.
3328 * gdb.base/fork-print-inferior-events.exp: New file.
3329 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3330 '[Inferior ... has been killed]' message.
3331 * gdb.base/kill-after-signal.exp: Likewise.
3332 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3333 detach message.
3334 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3335 message.
3336 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3337 regexps to expect for '[Inferior ... detached]' as well.
3338 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3339
3340 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3341
3342 PR gdb/23104
3343 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3344
3345 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3346
3347 * gdb.threads/multiple-successive-infcall.c: New test.
3348 * gdb.threads/multiple-successive-infcall.exp: New file.
3349
3350 2018-04-17 Tom Tromey <tom@tromey.com>
3351
3352 * gdb.rust/simple.rs (Union): New type.
3353 (main): New local "u".
3354 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3355
3356 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3357
3358 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3359 number information in output of "whereis" command.
3360 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3361
3362 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3363
3364 * gdb.ada/info_types.exp: Adjust expected output to the line
3365 numbers now printed by "info var/func/type".
3366 * gdb.base/completion.exp: Likewise.
3367 * gdb.base/included.exp: Likewise.
3368 * gdb.cp/cp-relocate.exp: Likewise.
3369 * gdb.cp/cplusfuncs.exp: Likewise.
3370 * gdb.cp/namespace.exp: Likewise.
3371 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3372
3373 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3374
3375 * gdb.btrace/cpu.exp: New.
3376
3377 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3378
3379 * gdb.base/step-indirect-call-thunk.exp: New.
3380 * gdb.base/step-indirect-call-thunk.c: New.
3381 * gdb.reverse/step-indirect-call-thunk.exp: New.
3382 * gdb.reverse/step-indirect-call-thunk.c: New.
3383
3384 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3385
3386 * gdb.base/pie-fork.c: New file.
3387 * gdb.base/pie-fork.exp: New file.
3388
3389 2018-04-11 Tom Tromey <tom@tromey.com>
3390
3391 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3392
3393 2018-04-10 Pedro Alves <palves@redhat.com>
3394
3395 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3396 exits. Instead loop running forever.
3397 (fork_parent): Run forever too.
3398
3399 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3400
3401 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3402 mi_continue_to_line.
3403 * gdb.mi/mi-stack.c (callee4): Add comment.
3404
3405 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3406
3407 * gdb.mi/mi-stack.exp: Fix indentation.
3408
3409 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3410
3411 PR gdb/22979
3412 * gdb.arch/amd64-osabi.exp: New file.
3413
3414 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3415
3416 PR gdb/22980
3417 * gdb.base/osabi.exp: New file.
3418
3419 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3420
3421 * gdb.cp/static-typedef-print.exp: New file.
3422 * gdb.cp/static-typedef-print.cc: New file.
3423
3424 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3425
3426 * gdb.ada/varsize_limit: New testcase.
3427
3428 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3429
3430 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3431
3432 * gdb.ada/notcplusplus: New testcase.
3433
3434 * gdb.base/c-linkage-name.c: New file.
3435 * gdb.base/c-linkage-name.exp: New testcase.
3436
3437 2018-03-26 Tom Tromey <tom@tromey.com>
3438
3439 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3440 * gdb.python/py-framefilter.py (name_error): New global.
3441 (ErrorInName.function): Use name_error.
3442
3443 2018-03-26 Tom Tromey <tom@tromey.com>
3444
3445 PR backtrace/15582:
3446 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3447
3448 2018-03-23 Keith Seitz <keiths@redhat.com>
3449
3450 PR c++/22968
3451 * gdb.cp/subtypes.exp: New file.
3452 * gdb.cp/subtypes.h: New file.
3453 * gdb.cp/subtypes.cc: New file.
3454 * gdb.cp/subtypes-2.cc: New file.
3455
3456 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3457
3458 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3459 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3460 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3461 -nostartfiles when compiling the test. Confirm that all registers
3462 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3463
3464 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3465
3466 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3467 option, syntax was wrong anyway.
3468 * gdb.arch/arm-disp-step.exp: Likewise.
3469 * gdb.arch/sparc64-regs.exp: Likewise.
3470 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3471 option, syntax was wrong anyway, switch to use
3472 prepare_for_testing.
3473 * gdb.arch/i386-disp-step.exp: Likewise.
3474
3475 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3476
3477 * gdb.ada/exec_changed.exp: Replace "target_info exists
3478 use_gdb_stub" by "use_gdb_stub".
3479 * gdb.ada/start.exp: Likewise.
3480 * gdb.base/async-shell.exp: Likewise.
3481 * gdb.base/attach-pie-misread.exp: Likewise.
3482 * gdb.base/attach-wait-input.exp: Likewise.
3483 * gdb.base/break-entry.exp: Likewise.
3484 * gdb.base/break-interp.exp: Likewise.
3485 * gdb.base/dprintf-detach.exp: Likewise.
3486 * gdb.base/nostdlib.exp: Likewise.
3487 * gdb.base/solib-nodir.exp: Likewise.
3488 * gdb.base/statistics.exp: Likewise.
3489 * gdb.base/testenv.exp: Likewise.
3490 * gdb.mi/mi-exec-run.exp: Likewise.
3491 * gdb.mi/mi-start.exp: Likewise.
3492 * gdb.multi/dummy-frame-restore.exp: Likewise.
3493 * gdb.multi/multi-arch-exec.exp: Likewise.
3494 * gdb.multi/multi-arch.exp: Likewise.
3495 * gdb.multi/tids.exp: Likewise.
3496 * gdb.multi/watchpoint-multi.exp: Likewise.
3497 * gdb.python/py-events.exp: Likewise.
3498 * gdb.threads/attach-into-signal.exp: Likewise.
3499 * gdb.threads/attach-stopped.exp: Likewise.
3500 * gdb.threads/threadapply.exp: Likewise.
3501 * lib/selftest-support.exp: Likewise.
3502
3503 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3504
3505 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3506
3507 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3508
3509 * gdb.perf/template-breakpoints.cc: New file.
3510 * gdb.perf/template-breakpoints.exp: New file.
3511 * gdb.perf/template-breakpoints.py: New file.
3512
3513 2018-03-19 Tom Tromey <tom@tromey.com>
3514
3515 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3516 y0.
3517 * gdb.rust/simple.exp: Test bare identifier form of struct
3518 initializer.
3519
3520 2018-03-19 Tom Tromey <tom@tromey.com>
3521
3522 * gdb.gdb/observer.exp: Remove.
3523
3524 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3525
3526 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3527 "qualified" option when setting breakpoints.
3528 * gdb.trace/backtrace.exp: Likewise.
3529 * gdb.trace/circ.exp: Likewise.
3530 * gdb.trace/collection.exp: Likewise.
3531 * gdb.trace/disconnected-tracing.exp: Likewise.
3532 * gdb.trace/ftrace-lock.exp: Likewise.
3533 * gdb.trace/ftrace.exp: Likewise.
3534 * gdb.trace/infotrace.exp: Likewise.
3535 * gdb.trace/packetlen.exp: Likewise.
3536 * gdb.trace/passc-dyn.exp: Likewise.
3537 * gdb.trace/qtro.exp: Likewise.
3538 * gdb.trace/read-memory.exp: Likewise.
3539 * gdb.trace/report.exp: Likewise.
3540 * gdb.trace/signal.exp: Likewise.
3541 * gdb.trace/status-stop.exp: Likewise.
3542 * gdb.trace/strace.exp: Likewise.
3543 * gdb.trace/tfind.exp: Likewise.
3544 * gdb.trace/trace-break.exp: Likewise.
3545 * gdb.trace/trace-condition.exp: Likewise.
3546 * gdb.trace/trace-mt.exp: Likewise.
3547 * gdb.trace/tstatus.exp: Likewise.
3548 * gdb.trace/tsv.exp: Likewise.
3549 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3550 * gdb.trace/unavailable.exp: Likewise.
3551 * gdb.trace/while-dyn.exp: Likewise.
3552
3553 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3554
3555 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3556 that libinproctrace is copied to the target.
3557
3558 2018-03-14 Tom Tromey <tom@tromey.com>
3559
3560 PR cli/14977:
3561 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3562 a null pointer.
3563 * gdb.base/wchar.exp: Likewise.
3564
3565 2018-03-14 Tom Tromey <tom@tromey.com>
3566
3567 PR cli/19918:
3568 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3569 flag.
3570
3571 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3572
3573 PR gdb/22841
3574 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3575 "target" to remote_exec.
3576
3577 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3578
3579 PR gdb/22841
3580 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3581 ${board}_upload): Remove.
3582
3583 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3584
3585 * gdb.cp/watch-cp.cc: New test.
3586 * gdb.cp/watch-cp.exp: New file.
3587
3588 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3589
3590 * gdb.base/infcall-nested-structs.exp: New file.
3591 * gdb.base/infcall-nested-structs.c: New file.
3592 * gdb.base/float.exp: Add riscv support.
3593
3594 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3595
3596 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3597 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3598
3599 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3600
3601 * gdb.server/abspath.exp: New file.
3602 * lib/gdb.exp (with_cwd): New procedure.
3603
3604 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3605
3606 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3607 use it.
3608 (gdb_is_target_remote_prompt): New proc.
3609 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3610 (gdb_is_target_native): Pass prompt parameter to
3611 gdb_is_target_1.
3612
3613 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3614
3615 * gdb.base/load-command.c: New file.
3616 * gdb.base/load-command.exp: New file.
3617 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3618 (gdb_is_target_1): ...this, and generalize for other targets
3619 than just remote.
3620 (gdb_is_target_remote): Use gdb_is_target_1.
3621 (gdb_is_target_native): use gdb_is_target_1.
3622
3623 2018-02-26 Tom Tromey <tom@tromey.com>
3624
3625 PR python/16497:
3626 * gdb.python/py-framefilter.exp: Update test.
3627
3628 2018-02-26 Tom Tromey <tom@tromey.com>
3629
3630 * gdb.dwarf2/variant.c: New file.
3631 * gdb.dwarf2/variant.exp: New file.
3632
3633 2018-02-26 Tom Tromey <tom@tromey.com>
3634
3635 * gdb.rust/simple.exp: Accept more possible results in enum test.
3636
3637 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3638
3639 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3640 parentheses.
3641
3642 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3643
3644 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3645 name of a variable: $actual_linejj -> $actual_line.
3646
3647 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3648
3649 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3650
3651 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3652
3653 * gdb.btrace/buffer-size.exp: Do not force BTS.
3654
3655 2018-02-14 Pedro Alves <palves@redhat.com>
3656
3657 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3658 getting a "Quit".
3659
3660 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3661
3662 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3663 Fix test name.
3664
3665 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3666
3667 * gdb.cp/m-static.exp: Check type of optimized out static
3668 member.
3669
3670 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3671
3672 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3673 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3674
3675 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3676 Leszek Swirski <leszeks@google.com>
3677
3678 * gdb.python/py-prettyprint.c
3679 (struct to_string_returns_value_inner,
3680 struct to_string_returns_value_wrapper): New.
3681 (main): Add tsrvw variable.
3682 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3683 ToStringReturnsValueWrapper): New classes.
3684 (register_pretty_printers): Register new pretty-printers.
3685 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3686 recursive pretty printer.
3687 * gdb.python/py-mi.exp: Likewise.
3688
3689 2018-02-01 Leszek Swirski <leszeks@google.com>
3690
3691 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3692 functions with the same name as an include file are parsed
3693 correctly.
3694
3695 2018-02-01 Yao Qi <yao.qi@linaro.org>
3696
3697 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3698 "\[^\r\n\]*".
3699
3700 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3701
3702 * gdb.arch/powerpc-prologue-frame.s: New file.
3703 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3704 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3705
3706 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3707
3708 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3709
3710 2018-01-30 Pedro Alves <palves@redhat.com>
3711
3712 PR gdb/13211
3713 * gdb.base/interrupt-daemon.c: New.
3714 * gdb.base/interrupt-daemon.exp: New.
3715 * gdb.multi/multi-term-settings.c: New.
3716 * gdb.multi/multi-term-settings.exp: New.
3717
3718 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3719
3720 * gdb.base/break.exp: Save the location where the breakpoint
3721 on break.c:47 was actually inserted when debugging the version
3722 compiled at -O2 and use it in the expected output of the "info
3723 break" test performed soon after.
3724
3725 2018-01-22 Pedro Alves <palves@redhat.com>
3726 Sergio Durigan Junior <sergiodj@redhat.com>
3727
3728 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3729 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3730
3731 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3732
3733 * gdb.base/break-include.c, gdb.base/break-include.inc,
3734 gdb.base/break-include.exp: New files.
3735 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3736 line number now being the actual line number where the breakpoint
3737 was inserted.
3738 * gdb.mi/mi-break.exp: Likewise.
3739 * gdb.mi/mi-reverse.exp: Likewise.
3740 * gdb.mi/mi-simplerun.exp: Ditto.
3741
3742 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3743
3744 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3745 varobj.
3746 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3747
3748 2018-01-21 Don Breazeal <donb@codesourcery.com>
3749 Andrew Burgess <andrew.burgess@embecosm.com>
3750
3751 * gdb.mi/basics.c: Add new global.
3752 * gdb.mi/mi-frame-regs.exp: New file.
3753 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3754 case.
3755
3756 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3757
3758 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3759 non-parameter, and on an unknown symbol.
3760
3761 2018-01-19 Tom Tromey <tom@tromey.com>
3762
3763 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3764 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3765
3766 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3767
3768 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3769 setrlimit and chdir to int.
3770
3771 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3772
3773 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3774 function.
3775 (my_tend): Likewise.
3776 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3777 rationale of avoiding FP- and vector instructions.
3778
3779 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3780
3781 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3782 "info reg" with "\[ \t\]*".
3783 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3784 "\[ \t\]+".
3785 * gdb.arch/s390-multiarch.exp: Ditto.
3786 * gdb.base/pc-fp.exp: Ditto.
3787 * gdb.reverse/i386-precsave.exp: Ditto.
3788 * gdb.reverse/i386-reverse.exp: Ditto.
3789 * gdb.reverse/i387-env-reverse.exp: Ditto.
3790 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3791
3792 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3793
3794 * lib/gdb.exp (gdb_compile): Re-enable use of
3795 universal_compile_options for languages other than Rust.
3796
3797 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3798
3799 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3800
3801 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3802
3803 PR gdb/16577
3804 * gdb.base/solib-vanish.exp: New.
3805 * gdb.base/solib-vanish-main.c: New.
3806 * gdb.base/solib-vanish-lib1.c: New.
3807 * gdb.base/solib-vanish-lib2.c: New.
3808
3809 2018-01-17 Yao Qi <yao.qi@linaro.org>
3810
3811 * gdb.compile/compile.exp: Match the address printed for
3812 frame in the output of command "bt".
3813
3814 2018-01-15 Tom Tromey <tom@tromey.com>
3815
3816 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3817 compute sp_reg.
3818
3819 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3820
3821 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3822 to prepare.
3823 (prepare): Return 0 on error, 1 on success.
3824
3825 2018-01-12 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.base/continue-after-aborted-step-over.c: New.
3828 * gdb.base/continue-after-aborted-step-over.exp: New.
3829
3830 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3831
3832 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3833 options when not creating an executable.
3834
3835 2018-01-11 Pedro Alves <palves@redhat.com>
3836
3837 PR remote/22597
3838 * gdb.server/stop-reply-no-thread.c: New file.
3839 * gdb.server/stop-reply-no-thread.exp: New file.
3840
3841 2018-01-10 Pedro Alves <palves@redhat.com>
3842
3843 PR gdb/22670
3844 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3845 functions too. Test setting breakpoints and printing C functions
3846 with no debug info too.
3847 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3848
3849 2018-01-10 Pedro Alves <palves@redhat.com>
3850
3851 PR gdb/22670
3852 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3853 a fail.
3854
3855 2018-01-10 Pedro Alves <palves@redhat.com>
3856
3857 PR gdb/22670
3858 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3859
3860 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3861
3862 * gdb.server/unittest.exp: Match the output in non-development
3863 mode.
3864
3865 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3866
3867 * gdb.gdb/unittest.exp: Match output in non-development mode.
3868
3869 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3870
3871 * gdb.ada/access_tagged_param.exp: Relax expected output
3872 for value of "ObjL" in "continue" to pck.inspect breakpoint
3873 test.
3874
3875 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3876
3877 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3878 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3879
3880 2018-01-05 Pedro Alves <palves@redhat.com>
3881
3882 PR gdb/18653
3883 * gdb.base/libsegfault.exp: New.
3884
3885 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3886
3887 PR gdb/22670
3888 * gdb.ada/access_tagged_param.exp: New file.
3889 * gdb.ada/access_tagged_param/foo.adb: New file.
3890
3891 2018-01-05 Pedro Alves <palves@redhat.com>
3892
3893 PR gdb/22670
3894 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3895 exercise lower case too, and to exercise both full matching and
3896 wild matching.
3897
3898 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3899
3900 * gdb.ada/rename_subscript_param: New testcase.
3901
3902 2018-01-05 Jerome Guitton <guitton@adacore.com>
3903
3904 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3905
3906 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3907
3908 * gdb.ada/convvar_comp: New testcase.
3909
3910 2018-01-05 Xavier Roirand <roirand@adacore.com>
3911
3912 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3913 (My_Table): New global variable.
3914 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3915
3916 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3917
3918 PR gdb/22670
3919 * gdb.ada/maint_with_ada: New testcase.
3920
3921 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3922
3923 PR gdb/22670
3924 * gdb.ada/bp_c_mixed_case: New testcase.
3925
3926 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3927
3928 PR gdb/22670
3929 * gdb.ada/complete.exp: Add "complete break ada" test.
3930
3931 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3932
3933 PR gdb/22670
3934 * gdb.ada/info_addr_mixed_case: New testcase.
3935
3936 2018-01-03 Xavier Roirand <roirand@adacore.com>
3937
3938 * gdb.ada/excep_handle.exp: New testcase.
3939 * gdb.ada/excep_handle/foo.adb: New file.
3940 * gdb.ada/excep_handle/pck.ads: New file.
3941
3942 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3943
3944 * gdb.base/step-line.c: Add extra empty line in copyright header.
3945 * gdb.base/step-line.inp: Likewise.
3946
3947 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3948
3949 * gdb.ada/dyn_stride.exp: Add slice test.
3950
3951 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3952
3953 * gdb.ada/dyn_stride: New testcase.
3954
3955 2017-12-27 Stafford Horne <shorne@gmail.com>
3956
3957 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3958 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3959
3960 2017-12-27 Stafford Horne <shorne@gmail.com>
3961
3962 * gdb.base/reggroups.c: New file.
3963 * gdb.base/reggroups.exp: New file.
3964
3965 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3966
3967 * gdb.dwarf2/ada-valprint-error.c: New file.
3968 * gdb.dwarf2/ada-valprint-error.exp: New file.
3969
3970 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3971
3972 * gdb.ada/assign_arr: New testcase.
3973
3974 2017-12-18 Xavier Roirand <roirand@adacore.com>
3975
3976 * gdb.ada/funcall_ptr: New testcase.
3977
3978 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3979
3980 PR cli/16224
3981 * gdb.base/ptype-offsets.cc: New file.
3982 * gdb.base/ptype-offsets.exp: New file.
3983
3984 2017-12-15 Yao Qi <yao.qi@linaro.org>
3985
3986 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3987 if XML is disabled.
3988
3989 2017-12-15 Xavier Roirand <roirand@adacore.com>
3990
3991 * gdb.ada/same_component_name: New testcase.
3992
3993 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3994
3995 * gdb.ada/str_binop_equal: New testcase.
3996
3997 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3998
3999 * gdb.ada/task_switch_in_core: New testcase.
4000
4001 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4002
4003 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4004 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4005 call test_bkpt_qualified.
4006 (test_bkpt_qualified): New proc.
4007
4008 2017-12-13 Pedro Alves <palves@redhat.com>
4009
4010 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4011 Tighten regexp by matching with an anchor.
4012
4013 2017-12-13 Pedro Alves <palves@redhat.com>
4014
4015 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4016 ("expression with namespace"): New set of tests.
4017 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4018 (Nested::Test_NS::qux): New.
4019 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4020 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4021
4022 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4023
4024 * gdb.base/server-del-break.c: New file.
4025 * gdb.base/server-del-break.exp: New file.
4026
4027 2017-12-12 Stafford Horne <shorne@gmail.com>
4028
4029 * gdb.xml/tdesc-regs.exp: Add or1k support.
4030
4031 2017-12-12 Stafford Horne <shorne@gmail.com>
4032
4033 * gdb.base/bp-permanent.c: Define nop of or1k.
4034
4035 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4036
4037 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4038 output with components being reordered.
4039
4040 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4041
4042 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4043 output with components being reordered.
4044
4045 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4046 Pedro Alves <palves@redhat.com>
4047
4048 * gdb.base/maint.exp (check for .gdb_index): Check also for
4049 .debug_names.
4050 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4051 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4052 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4053 (.gdb_index used after symbol reloading): Support also .debug_names.
4054 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4055
4056 2017-12-08 Yao Qi <yao.qi@linaro.org>
4057
4058 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4059 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4060
4061 2017-12-08 Yao Qi <yao.qi@linaro.org>
4062
4063 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4064 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4065
4066 2017-12-08 Yao Qi <yao.qi@linaro.org>
4067
4068 * gdb.arch/aarch64-tagged-pointer.c: New file.
4069 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4070
4071 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4072
4073 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4074 "int".
4075
4076 2017-12-07 Keith Seitz <keiths@redhat.com>
4077
4078 PR breakpoints/22569
4079 * gdb.linespec/ls-errs.exp: Change expected result of "break
4080 -source this file has spaces.c -line 3".
4081 Check that an explicit source file followed by whitespace is
4082 identified as an invalid explicit location.
4083
4084 2017-12-07 Keith Seitz <keiths@redhat.com>
4085
4086 * gdb.cp/nested-types.cc: New file.
4087 * gdb.cp/nested-types.exp: New file.
4088 * lib/cp-support.exp: Load data-structures.exp library.
4089 (debug_cp_test_ptype_class): New global.
4090 (cp_ptype_class_verbose, next_line): New procedures.
4091 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4092 Add and document new return value.
4093 Switch the list of lines to a queue.
4094 Add support for new `type' key for nested type definitions.
4095 Add debugging/troubleshooting messages.
4096 * lib/data-structures.exp: New file.
4097
4098 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4099
4100 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4101 with proc_with_prefix, don't use with_test_prefix.
4102
4103 2017-12-07 Tom Tromey <tom@tromey.com>
4104
4105 * gdb.base/break.exp: Add test for empty "commands".
4106
4107 2017-12-07 Yao Qi <yao.qi@linaro.org>
4108
4109 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4110 malloc and catch syscall.
4111
4112 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4113
4114 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4115 tests for explicit locations.
4116
4117 2017-12-06 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4120 force-disabling XML descriptions.
4121
4122 2017-12-04 Pedro Alves <palves@redhat.com>
4123
4124 PR gdb/22499
4125 * gdb.arch/amd64-disp-step-avx.S: New file.
4126 * gdb.arch/amd64-disp-step-avx.exp: New file.
4127
4128 2017-12-03 Pedro Alves <palves@redhat.com>
4129
4130 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4131 and <string.h>.
4132 (parent_function): Print distinct messages when waitpid fails, or
4133 the child exits with a signal, or the child exits for an unhandled
4134 reason.
4135 * gdb.threads/process-dies-while-detaching.exp
4136 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4137 it. Wait for both inferior output and GDB's prompt. Use an
4138 indirect spawn id list.
4139 (do_detach): New parameter 'child_exit'. Use it to compute
4140 expected inferior output.
4141 (test_detach, test_detach_watch, test_detach_killed_outside):
4142 Adjust to pass down the expected child exit kind.
4143
4144 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4145 Sergio Durigan Junior <sergiodj@redhat.com>
4146 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4149
4150 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4151
4152 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4153 to 'symbol-file' and 'add-symbol-file' can be
4154 position-independent.
4155
4156 2017-12-01 Yao Qi <yao.qi@linaro.org>
4157
4158 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4159 the URL in copyright header.
4160 * gdb.arch/aarch64-fp.exp: Likewise.
4161 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4162 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4163 * gdb.base/expand-psymtabs.exp: Likewise.
4164 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4165 * gdb.fortran/common-block.exp: Likewise.
4166 * gdb.fortran/common-block.f90: Likewise.
4167 * gdb.fortran/logical.exp: Likewise.
4168 * gdb.fortran/vla-datatypes.f90: Likewise.
4169 * gdb.fortran/vla-sub.f90: Likewise.
4170
4171 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4172
4173 * gdb.ada/repeat_dyn: New testcase.
4174
4175 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4176
4177 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4178 Update for changed thread numbering.
4179 * gdb.cell/bt.exp: Update for changed GDB output.
4180
4181 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4182
4183 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4184 setting isremote by hand.
4185 * boards/dwarf4-gdb-index.exp: Likewise.
4186 * boards/fission.exp: Likewise.
4187 * boards/stabs.exp: Likewise.
4188
4189 2017-11-30 Pedro Alves <palves@redhat.com>
4190
4191 * gdb.linespec/cpls-ops.exp
4192 (check_explicit_skips_function_argument): Extract the underlying
4193 type of size_t instead of hardcoding it.
4194
4195 2017-11-29 Pedro Alves <palves@redhat.com>
4196
4197 PR c++/19436
4198 * gdb.linespec/cpls-abi-tag.cc: New file.
4199 * gdb.linespec/cpls-abi-tag.exp: New file.
4200
4201 2017-11-29 Pedro Alves <palves@redhat.com>
4202
4203 * gdb.base/langs.exp: Use -qualified.
4204 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4205 it.
4206 * gdb.cp/namespace.exp: Use -qualified.
4207 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4208 (overload-3, template-overload, template-ret-type, const-overload)
4209 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4210 procedures.
4211 (test_driver): Call them.
4212 * gdb.cp/save-bp-qualified.cc: New.
4213 * gdb.cp/save-bp-qualified.exp: New.
4214 * gdb.linespec/explicit.exp: Test -qualified.
4215 * lib/completion-support.exp (completion::explicit_opts_list): Add
4216 "-qualified".
4217 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4218
4219 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4220
4221 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4222
4223 2017-11-29 Tom Tromey <tom@tromey.com>
4224
4225 * gdb.base/relocate.exp: Update invalid argument test.
4226 Add new tests for invalid arguments.
4227
4228 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4229
4230 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4231 Return 0 as a long.
4232 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4233
4234 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4235
4236 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4237 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4238 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4239 func ().
4240 * gdb.cp/shadow.cc (B.func): Return 0.
4241
4242 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4243
4244 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4245 expected output in gdb_expect call to allow the exception
4246 message to be present as well. Fix syntax confusion to avoid
4247 TCL thinking that exception_name is an array.
4248
4249 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4250
4251 * gdb.arch/spu-info.c: Include <unistd.h>.
4252 (do_signal_test): Fix broken calls to write.
4253 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4254 Fix checks for empty mailboxes. Update signal tests for corrected
4255 do_signal_test routine. Allow nonzero event status.
4256 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4257 * gdb.cell/arch.exp: Use standard_output_file.
4258 * gdb.cell/break.exp: Likewise.
4259 * gdb.cell/bt.exp: Likewise.
4260 * gdb.cell/core.exp: Likewise.
4261 * gdb.cell/dwarfaddr.exp: Likewise.
4262 * gdb.cell/ea-cache.exp: Likewise.
4263 * gdb.cell/ea-standalone.exp: Likewise.
4264 * gdb.cell/f-regs.exp: Likewise.
4265 * gdb.cell/fork.exp: Likewise.
4266 * gdb.cell/gcore.exp: Likewise.
4267 * gdb.cell/mem-access.exp: Likewise.
4268 * gdb.cell/ptype.exp: Likewise.
4269 * gdb.cell/registers.exp: Likewise.
4270 * gdb.cell/sizeof.exp: Likewise.
4271 * gdb.cell/solib-symbol.exp: Likewise.
4272 * gdb.cell/solib.exp: Likewise.
4273
4274 2017-11-25 Pedro Alves <palves@redhat.com>
4275
4276 * gdb.base/complete-empty.exp: New file.
4277 * gdb.base/completion.exp: Adjust.
4278
4279 2017-11-25 Pedro Alves <palves@redhat.com>
4280
4281 * gdb.linespec/cpls-ops.cc: New file.
4282 * gdb.linespec/cpls-ops.exp: New file.
4283 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4284 factored out from ...
4285 (test_complete_prefix_range): ... this.
4286
4287 2017-11-24 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.linespec/cpcompletion.exp: New file.
4290 * gdb.linespec/cpls-hyphen.cc: New file.
4291 * gdb.linespec/cpls.cc: New file.
4292 * gdb.linespec/cpls2.cc: New file.
4293 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4294 test to use test_gdb_complete_unique. Add label completion,
4295 keyword completion and explicit location completion tests.
4296 * lib/completion-support.exp: New file.
4297
4298 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4299
4300 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4301 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4302 when hitting an exception catchpoint.
4303
4304 2017-11-22 Yao Qi <yao.qi@linaro.org>
4305
4306 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4307
4308 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4309
4310 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4311 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4312 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4313
4314 2017-11-22 Yao Qi <yao.qi@linaro.org>
4315
4316 * gdb.base/info-os.exp: Pass pthreads.
4317 * gdb.multi/multi-attach.exp: Likewise.
4318
4319 2017-11-22 Yao Qi <yao.qi@linaro.org>
4320
4321 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4322 compiler.
4323
4324 2017-11-22 Yao Qi <yao.qi@linaro.org>
4325
4326 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4327 * gdb.base/break-interp.exp: Likewise.
4328 * gdb.base/jit-attach-pie.exp: Likewise.
4329
4330 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4331
4332 * gdb.base/float128.c (large128): New variable.
4333 * gdb.base/float128.exp: Add test to print largest __float128 value.
4334
4335 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4336
4337 * gdb.arch/vsx-regs.exp: Update register content checks.
4338
4339 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4340
4341 * gdb.arch/ppc-longdouble.exp: New file.
4342 * gdb.arch/ppc-longdouble.c: Likewise.
4343
4344 2017-11-21 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4347
4348 2017-11-20 Pedro Alves <palves@redhat.com>
4349
4350 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4351 (long_double_typedef): New typedefs.
4352 Use DEF on double and long double.
4353 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4354 cases.
4355 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4356 and 'long_double_ptr_same_size' locals. Use them to decide
4357 whether cast from array/function to float is valid/invalid.
4358
4359 2017-11-17 Tom Tromey <tom@tromey.com>
4360
4361 * gdb.rust/traits.rs: New file.
4362 * gdb.rust/traits.exp: New file.
4363
4364 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4365
4366 * gdb.ada/minsyms: New testcase.
4367
4368 2017-11-16 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4371 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4372
4373 2017-11-16 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4376 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4377
4378 2017-11-16 Pedro Alves <palves@redhat.com>
4379
4380 * gdb.server/reconnect-ctrl-c.c: New file.
4381 * gdb.server/reconnect-ctrl-c.exp: New file.
4382
4383 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4384
4385 * gdb.python/py-rbreak.exp: New file.
4386 * gdb.python/py-rbreak.c: New file.
4387 * gdb.python/py-rbreak-func2.c: New file.
4388
4389 2017-11-16 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4392 pattern.
4393 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4394 GDB.
4395
4396 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4397
4398 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4399 regex.
4400
4401 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4402
4403 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4404 test names.
4405
4406 2017-11-09 Pedro Alves <palves@redhat.com>
4407
4408 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4409 factored out from ...
4410 (top level): ... here, and adjusted to avoid expecting beyond the
4411 prompt in a single gdb_test_multiple.
4412
4413 2017-11-09 Pedro Alves <palves@redhat.com>
4414
4415 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4416 output.
4417 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4418 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4419 * gdb.server/ext-run.exp ("kill" test): Likewise.
4420 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4421
4422 2017-11-09 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4425 match till end of line.
4426
4427 2017-11-09 Pedro Alves <palves@redhat.com>
4428
4429 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4430
4431 2017-11-09 Pedro Alves <palves@redhat.com>
4432
4433 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4434 New procedures, factored out from ...
4435 (top level): ... here, and adjusted to avoid expecting beyond the
4436 prompt in one go.
4437
4438 2017-11-09 Pedro Alves <palves@redhat.com>
4439
4440 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4441 output. Fix '?' match.
4442
4443 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4444
4445 * gdb.ada/scoped_watch: New testcase.
4446 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4447 which is actually correct.
4448 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4449 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4450
4451 2017-11-08 Pedro Alves <palves@redhat.com>
4452
4453 * gdb.gdb/complaints.exp (test_initial_complaints)
4454 (test_serial_complaints, test_short_complaints): Call
4455 complaint_internal instead of complaint.
4456
4457 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4458
4459 * gdb.threads/tls-core.c: New file.
4460 * gdb.threads/tls-core.exp: Likewise.
4461
4462 2017-11-08 Pedro Alves <palves@redhat.com>
4463
4464 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4465 (p Exported_Capitalized): New test.
4466 (p exported_capitalized): New test.
4467
4468 2017-11-07 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4471
4472 2017-11-07 Pedro Alves <palves@redhat.com>
4473
4474 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4475 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4476 (disable_invalid, disable_inverted, disable_negative): New
4477 procedures.
4478 ("bad numbers"): New set of tests.
4479
4480 2017-11-07 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.cp/ena-dis-br-range.exp: Add tests.
4483
4484 2017-11-07 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4487
4488 2017-11-07 Xavier Roirand <roirand@adacore.com>
4489 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.base/ena-dis-br.exp: Add reference to
4492 gdb.cp/ena-dis-br-range.exp.
4493 * gdb.cp/ena-dis-br-range.exp: New file.
4494 * gdb.cp/ena-dis-br-range.cc: New file.
4495
4496 2017-11-06 Pedro Alves <palves@redhat.com>
4497
4498 * gdb.base/attach-non-pgrp-leader.c: New.
4499 * gdb.base/attach-non-pgrp-leader.exp: New.
4500
4501 2017-11-06 Pedro Alves <palves@redhat.com>
4502
4503 * configure.ac: No longer check for termio.h and sgtty.h.
4504 * configure: Regenerate.
4505 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4506 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4507 Remove termio and sgtty code.
4508
4509 2017-11-03 Yao Qi <yao.qi@linaro.org>
4510
4511 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4512 in GDB is disabled.
4513
4514 2017-11-03 Yao Qi <yao.qi@linaro.org>
4515
4516 * gdb.python/py-thrhandle.exp: Skip it if python is not
4517 enabled.
4518
4519 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4520
4521 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4522 as a breakpoint command.
4523
4524 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4525
4526 PR python/21213
4527 * gdb.python/py-infthread.exp: Test calling
4528 InferiorThread.inferior () multiple times in a row.
4529
4530 2017-10-27 Keith Seitz <keiths@redhat.com>
4531
4532 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4533 Test "info break" for every inlined function breakpoint.
4534
4535 2017-10-27 Yao Qi <yao.qi@linaro.org>
4536
4537 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4538
4539 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4540
4541 * gdb.cp/classes.exp (test_static_members): Test printing
4542 Outer::instance.
4543 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4544 (Inner::instance, Outer::instance): New.
4545
4546 2017-10-24 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4549 extra console" test in two stages.
4550
4551 2017-10-24 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4554
4555 2017-10-24 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4558 loop.
4559
4560 2017-10-24 Pedro Alves <palves@redhat.com>
4561
4562 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4563 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4564
4565 2017-10-24 Pedro Alves <palves@redhat.com>
4566
4567 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4568 parameter and handle it. Don't output read value in test name.
4569
4570 2017-10-24 Pedro Alves <palves@redhat.com>
4571
4572 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4573 custom test name.
4574
4575 2017-10-24 Pedro Alves <palves@redhat.com>
4576
4577 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4578 include the unstable output directory name in the test's name.
4579 (initial_setup_simple) <'set args'>: Use custom test name.
4580
4581 2017-10-24 Pedro Alves <palves@redhat.com>
4582
4583 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4584 with explicit test name.
4585
4586 2017-10-20 Pedro Alves <palves@redhat.com>
4587
4588 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4589 'wait -i'. Use gdb_assert and remote_close.
4590
4591 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4592
4593 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4594 number from variable rather than hard-coded.
4595
4596 2017-10-19 Pedro Alves <palves@redhat.com>
4597
4598 * gdb.base/long-inferior-output.c: New file.
4599 * gdb.base/long-inferior-output.exp: New file.
4600
4601 2017-11-18 Keith Seitz <keiths@redhat.com>
4602
4603 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4604 method.
4605 (main): Call it.
4606 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4607 Add additional user-defined conversion operator tests.
4608
4609 2017-10-17 Pedro Alves <palves@redhat.com>
4610
4611 * boards/native-stdio-gdbserver.exp: Load "local-board".
4612
4613 2017-10-17 Pedro Alves <palves@redhat.com>
4614
4615 * gdb.base/quit-live.c: New file.
4616 * gdb.base/quit-live.exp: New file.
4617
4618 2017-10-16 Keith Seitz <keiths@redhat.com>
4619
4620 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4621 (class_with_protected_typedef, class_with_private_typedef)
4622 (struct_with_public_typedef, struct_with_protected_typedef)
4623 (struct_with_private_typedef): New classes/structs.
4624 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4625 typedefs and access specifiers.
4626
4627 2017-10-16 Pedro Alves <palves@redhat.com>
4628 Simon Marchi <simon.marchi@polymtl.ca>
4629
4630 * README (Local vs Remote vs Native): New section.
4631 * boards/local-board.exp: New file, with bits factored out from
4632 ...
4633 * boards/native-extended-gdbserver.exp: ... here. Load
4634 "local-board".
4635 * boards/native-gdbserver.exp: Load "local-board".
4636 (${board}_spawn, ${board}_exec): Delete.
4637 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4638 ...
4639 * boards/stdio-gdbserver-base.exp: ... this new file.
4640 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4641 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4642 procedure.
4643 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4644 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4645 stdio_gdbserver_command.
4646 (${board}_get_remote_address, ${board}_get_comm_port)
4647 (${board}_download, ${board}_upload): Delete.
4648 (get_target_remote_pipe_cmd): New.
4649
4650 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4651
4652 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4653 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4654 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4655 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4656 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4657 remove with_test_prefix.
4658
4659 2017-10-13 Pedro Alves <palves@redhat.com>
4660
4661 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4662 * gdb.base/annota1.exp: Use it instead of is_remote.
4663 * gdb.base/annota3.exp: Use it instead of is_remote.
4664 * gdb.cp/annota2.exp: Use it instead of is_remote.
4665 * gdb.cp/annota3.exp: Use it instead of is_remote.
4666 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4667
4668 2017-10-13 Pedro Alves <palves@redhat.com>
4669
4670 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4671 (test_num_test_vars, run_and_count_vars, find_env)
4672 (test_set_unset_env, test_inherit_env_var): New procedures.
4673 (top level): Use them.
4674
4675 2017-10-13 Pedro Alves <palves@redhat.com>
4676
4677 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4678 also skip on stub-like targets.
4679
4680 2017-10-13 Pedro Alves <palves@redhat.com>
4681
4682 PR gdb/22293
4683 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4684 (top level): Move some tests to ...
4685 (test_not_found): ... this new procedure.
4686 (top level): Call it.
4687
4688 2017-10-13 Pedro Alves <palves@redhat.com>
4689
4690 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4691 expect different "info terminal" output if testing with a
4692 non-native target.
4693
4694 2017-10-13 Pedro Alves <palves@redhat.com>
4695 Simon Marchi <simon.marchi@polymtl.ca>
4696
4697 PR python/12966
4698 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4699
4700 2017-10-13 Pedro Alves <palves@redhat.com>
4701
4702 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4703 already.
4704
4705 2017-10-13 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4708 is_remote.
4709
4710 2017-10-13 Pedro Alves <palves@redhat.com>
4711
4712 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4713 is_remote.
4714
4715 2017-10-13 Pedro Alves <palves@redhat.com>
4716
4717 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4718 is set.
4719 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4720 instead of is_remote.
4721
4722 2017-10-13 Pedro Alves <palves@redhat.com>
4723
4724 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4725 (top level): Add comment.
4726
4727 2017-10-13 Pedro Alves <palves@redhat.com>
4728
4729 * gdb.base/remote.exp (top level): Fix comment typo and add
4730 missing return.
4731
4732 2017-10-13 Pedro Alves <palves@redhat.com>
4733 Simon Marchi <simon.marchi@polymtl.ca>
4734
4735 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4736 calls and add comments. Skip test if use_gdb_stub is set.
4737 (top level): Use "set cwd" command instead of "cd" command.
4738
4739 2017-10-13 Pedro Alves <palves@redhat.com>
4740
4741 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4742 is_remote target check.
4743
4744 2017-10-13 Pedro Alves <palves@redhat.com>
4745
4746 * gdb.base/scope.exp: Use build_executable + clean_restart +
4747 gdb_file_cmd instead of prepare_for_testing and no longer skip
4748 "before run" tests on is_remote target boards. Update comments.
4749 * boards/native-extended-gdbserver.exp
4750 (extended_gdbserver_load_last_file): New, factored out from ...
4751 (gdb_load): ... this. Move further below and add comment.
4752 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4753
4754 2017-10-12 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.base/attach.exp: Remove references to gdb64.
4757 * gdb.base/dbx.exp: Remove references to gdb64.
4758
4759 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4760 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.base/label.exp: Remove is_remote target check.
4763
4764 2017-10-12 Pedro Alves <palves@redhat.com>
4765
4766 * gdb.base/auvx.exp (coredir): Update comment.
4767 (top level) <core_works>: Use "set cwd" command instead of "cd"
4768 command.
4769
4770 2017-10-12 Pedro Alves <palves@redhat.com>
4771 Simon Marchi <simon.marchi@polymtl.ca>
4772
4773 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4774 target boards.
4775
4776 2017-10-12 Pedro Alves <palves@redhat.com>
4777 Simon Marchi <simon.marchi@polymtl.ca>
4778
4779 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4780 Instead skip if there's any gdb_protocol set.
4781
4782 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4783 Pedro Alves <palves@redhat.com>
4784
4785 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4786
4787 2017-10-12 Pedro Alves <palves@redhat.com>
4788 Simon Marchi <simon.marchi@polymtl.ca>
4789
4790 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4791 instead of on dejagnu remote boards.
4792
4793 2017-10-12 Pedro Alves <palves@redhat.com>
4794 Simon Marchi <simon.marchi@polymtl.ca>
4795
4796 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4797 checks. Use build_executable + clean_restart instead of
4798 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4799 of enabling non-stop after starting gdb.
4800
4801 2017-10-12 Pedro Alves <palves@redhat.com>
4802
4803 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4804 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4805 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4806 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4807
4808 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4809
4810 * gdb.arch/arc-tdesc-cpu.exp: New file.
4811 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4812
4813 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4814
4815 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4816
4817 2017-10-10 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4820 expect CLI output.
4821
4822 2017-10-10 Pedro Alves <palves@redhat.com>
4823
4824 * lib/selftest-support.exp (selftest_setup): Update for
4825 captured_command_loop's prototype change.
4826
4827 2017-10-09 Pedro Alves <palves@redhat.com>
4828
4829 Test both arch1=>arch2 and arch2=>arch1.
4830
4831 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4832 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4833 factored out to...
4834 (append_arch1_options, append_arch2_options, append_arch_options)
4835 (build_executables): New procedures.
4836 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4837 local.
4838 (top level): Add new 'first_arch' testing axis.
4839
4840 2017-10-09 Pedro Alves <palves@redhat.com>
4841
4842 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4843 (barrier): New.
4844 (thread_start, all_started): New functions.
4845 (main): Spawn new thread and wait until it is scheduled.
4846 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4847 option.
4848 (do_test): Add 'selected_thread' parameter. Run to all_started
4849 instead of main. Explicitly set the breakpoint at main. Switch
4850 to the SELECTED_THREAD thread.
4851 (top level): Test handling the exec event with either the main
4852 thread or the second thread selected.
4853
4854 2017-10-09 Pedro Alves <palves@redhat.com>
4855
4856 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4857 logic. Move STOP marker after the value checks.
4858 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4859 regexp.
4860
4861 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4862
4863 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4864
4865 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4866
4867 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4868 integer-to-dfp conversion.
4869 * gdb.base/dfp-test.exp: Likewise.
4870
4871 2017-10-04 Pedro Alves <palves@redhat.com>
4872
4873 * gdb.multi/hangout.c: Include <unistd.h>.
4874 (hangout_loop): New function.
4875 (main): Call alarm. Call hangout_loop in a loop.
4876 * gdb.multi/hello.c: Include <unistd.h>.
4877 (hello_loop): New function.
4878 (main): Call alarm. Call hangout_loop in a loop.
4879 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4880 inferior with the other selected.
4881
4882 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4883
4884 * gdb.mi/list-thread-groups-available.exp: New file.
4885 * gdb.mi/list-thread-groups-available.c: New file.
4886
4887 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4888
4889 * gdb.base/set-cwd.exp: Make it available on
4890 native-extended-gdbserver.
4891
4892 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4893
4894 * gdb.base/set-cwd.c: New file.
4895 * gdb.base/set-cwd.exp: Likewise.
4896
4897 2017-10-02 Tom Tromey <tom@tromey.com>
4898
4899 PR rust/22236:
4900 * gdb.rust/simple.rs (main): New variable "fslice".
4901 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4902
4903 2017-10-02 Tom Tromey <tom@tromey.com>
4904
4905 * gdb.rust/simple.exp: Test ptype of a slice.
4906
4907 2017-10-02 Tom Tromey <tom@tromey.com>
4908
4909 * gdb.rust/simple.exp: Test index of slice.
4910
4911 2017-09-27 Tom Tromey <tom@tromey.com>
4912
4913 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4914
4915 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4916 Pedro Alves <palves@redhat.com>
4917
4918 * gdb.base/compare-sections.exp (get value of read-only section): Read
4919 as unsigned value.
4920 (corrupt read-only section): Likewise and don't set written if patching
4921 failed.
4922
4923 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4924
4925 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4926 files.
4927
4928 2017-09-20 Pedro Alves <palves@redhat.com>
4929
4930 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4931 symbol names in gdb's output.
4932 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4933
4934 2017-09-20 Pedro Alves <palves@redhat.com>
4935
4936 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4937 Rename to ...
4938 (test_list_ambiguous_symbol): ... this and add a symbol name
4939 parameter. Adjust.
4940 (test_list_ambiguous_function): Reimplement on top of
4941 test_list_ambiguous_symbol and also test listing ambiguous
4942 variables.
4943 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4944 (ambiguous_fun): ... this.
4945 (ambiguous_var): New.
4946 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4947 (ambiguous_fun): ... this.
4948 (ambiguous_var): New.
4949
4950 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4951
4952 * gdb.base/starti.c: New file.
4953 * gdb.base/starti.exp: New file.
4954 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4955
4956 2017-09-14 Pedro Alves <palves@redhat.com>
4957
4958 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4959 (top level): Use it instead of runto.
4960
4961 2017-09-11 Tom Tromey <tom@tromey.com>
4962
4963 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4964
4965 2017-09-11 Tom Tromey <tom@tromey.com>
4966
4967 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4968 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4969
4970 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4971
4972 * gdb.fortran/printing-types.exp: New file.
4973 * gdb.fortran/printing-types.exp: New file.
4974
4975 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4976
4977 * gdb.fortran/vla-ptype.exp: Fix typos.
4978 * gdb.fortran/vla-value.exp: Same.
4979
4980 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4981
4982 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4983 * gdb.mi/mi-var-child-f.exp: Likewise.
4984 * gdb.mi/mi-vla-fortran.exp: Likewise.
4985
4986 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4987 Christoph Weinmann <christoph.t.weinmann@intel.com>
4988 Bernhard Heckel <bernhard.heckel@intel.com>
4989
4990 * gdb.fortran/ptr-indentation.f90: New file.
4991 * gdb.fortran/ptr-indentation.exp: New file.
4992
4993 2017-09-05 Tom Tromey <tom@tromey.com>
4994
4995 PR gdb/22010:
4996 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4997
4998 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4999
5000 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5001
5002 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5003
5004 * gdb.threads/tls-nodebug-pie.c: New file.
5005 * gdb.threads/tls-nodebug-pie.exp: New file.
5006
5007 2017-09-05 Tom Tromey <tom@tromey.com>
5008
5009 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5010 for rust.
5011
5012 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5013
5014 * gdb.multi/multi-arch-exec.exp: Test with different
5015 "follow-exec-mode" settings.
5016 (do_test): New procedure.
5017
5018 2017-09-04 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/func-static.c (S::method const, S::method volatile)
5021 (S::method volatile const): New methods.
5022 (c_s, v_s, cv_s): New instances.
5023 (main): Call method() on them.
5024 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5025 (cannot_resolve): New procedure.
5026 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5027 print-quote-unquoted columns.
5028 (do_test): Test printing each scope too.
5029
5030 2017-09-04 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.base/local-static.exp: Also test with
5033 class::method::variable wholly quoted.
5034 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5035
5036 2017-09-04 Pedro Alves <palves@redhat.com>
5037
5038 * gdb.base/local-static.c: New.
5039 * gdb.base/local-static.cc: New.
5040 * gdb.base/local-static.exp: New.
5041
5042 2017-09-04 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.asm/asm-source.exp: Add casts to int.
5045 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5046 (dataglobal64_1, dataglobal64_2): New globals.
5047 * gdb.base/nodebug.exp: Test different expressions involving the
5048 new globals, with print, whatis and ptype. Add casts to int.
5049 * gdb.base/solib-display.exp: Add casts to int.
5050 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5051 * gdb.cp/m-static.exp: Add cast to int.
5052 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5053 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5054 tls variable with no debug info without a cast. Test with a cast
5055 to int too.
5056 * gdb.trace/entry-values.exp: Add casts.
5057
5058 2017-09-04 Pedro Alves <palves@redhat.com>
5059
5060 * gdb.base/nodebug.exp: Test that ptype's error about functions
5061 with unknown return type includes the function name too.
5062
5063 2017-09-04 Pedro Alves <palves@redhat.com>
5064
5065 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5066 return type of munmap in infcall.
5067 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5068 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5069 type of ftell in infcall.
5070 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5071 type of getpid in infcall.
5072 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5073 infcall.
5074 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5075 Bail on failure to extract the pid.
5076 * gdb.base/nodebug.c: #include <stdint.h>.
5077 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5078 New functions.
5079 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5080 Change expected output of print/whatis/ptype with functions with
5081 no debug info. Test all supported languages. Call
5082 test_call_promotion.
5083 * gdb.compile/compile.exp: Adjust expected output to expect
5084 warning.
5085 * gdb.threads/siginfo-threads.exp: Likewise.
5086
5087 2017-09-04 Pedro Alves <palves@redhat.com>
5088
5089 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5090 "prototypes". Test calling float functions via prototyped and
5091 unprototyped function pointers.
5092 (perform_all_tests): New parameter "prototypes". Pass it down.
5093 (top level): Pass down "prototypes" parameter to
5094 perform_all_tests.
5095
5096 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5097
5098 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5099 Test with nested loops.
5100
5101 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5102
5103 * gdb.base/commands.exp: Call the new procedures.
5104 (loop_break_test, loop_continue_test): New procedures.
5105
5106 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5107
5108 * gdb.base/commands.exp: Call new procedure.
5109 (define_if_without_arg_test): New procedure.
5110
5111 2017-09-04 Pedro Alves <palves@redhat.com>
5112
5113 * gdb.base/list-ambiguous.exp: New file.
5114 * gdb.base/list-ambiguous0.c: New file.
5115 * gdb.base/list-ambiguous1.c: New file.
5116 * gdb.base/list.exp (test_list_range): Adjust expected output.
5117
5118 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5119
5120 * gdb.base/share-env-with-gdbserver.c: New file.
5121 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5122
5123 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5124
5125 * gdb.base/commands.exp (gdbvar_simple_if_test,
5126 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5127 progvar_simple_if_test, progvar_simple_while_test,
5128 progvar_complex_if_while_test, user_defined_command_test,
5129 user_defined_command_args_eval,
5130 user_defined_command_args_stack_test,
5131 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5132 temporary_breakpoint_commands,
5133 gdb_test_no_prompt, redefine_hook_test,
5134 redefine_backtrace_test): Remove "global gdb_prompt".
5135
5136 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5137
5138 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5139 New proc, call it from toplevel.
5140
5141 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5142
5143 PR remote/21852
5144 * gdb.server/normal.c: New file, copied from gdb.base.
5145 * gdb.server/run-without-local-binary.exp: New file.
5146
5147 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5148
5149 * gdb.arch/sparc64-adi.exp: New file.
5150 * gdb.arch/sparc64-adi.c: New file.
5151
5152 2017-08-22 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5155 (top level): Add "list all overloads" tests.
5156
5157 2017-08-22 Tom Tromey <tom@tromey.com>
5158
5159 * gdb.gdb/xfullpath.exp: Remove.
5160
5161 2017-08-21 Pedro Alves <palves@redhat.com>
5162
5163 PR gdb/19487
5164 * gdb.base/symbol-alias.c: New.
5165 * gdb.base/symbol-alias2.c: New.
5166 * gdb.base/symbol-alias.exp: New.
5167
5168 2017-08-21 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.base/dfp-test.c
5171 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5172 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5173 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5174 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5175 * gdb.base/whatis-ptype-typedefs.c: New.
5176 * gdb.base/whatis-ptype-typedefs.exp: New.
5177 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5178 (an_int, an_int_type, an_int_type2): New globals.
5179 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5180 involving typedefs and cast expressions.
5181 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5182 (lookup_typedefs_function): New.
5183 (typedefs_pretty_printers_dict): New.
5184 (top level): Register lookup_typedefs_function in
5185 gdb.pretty_printers.
5186
5187 2017-08-18 Yao Qi <yao.qi@linaro.org>
5188
5189 * gdb.server/unittest.exp: New.
5190
5191 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5192
5193 PR gdb/21954
5194 * gdb.base/environ.exp: Add test to check if 'unset environment'
5195 works.
5196
5197 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5198
5199 * lib/gdb.exp (universal_compile_options): New caching proc.
5200 (gdb_compile): Suppress GCC's coloring of messages.
5201
5202 2017-08-14 Tom Tromey <tom@tromey.com>
5203
5204 PR gdb/21675:
5205 * gdb.base/printcmds.exp (test_radices): New function.
5206 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5207 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5208 * lib/gdb.exp (get_integer_valueof): Use p/d.
5209
5210 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5211
5212 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5213 characters.
5214
5215 2017-08-05 Tom Tromey <tom@tromey.com>
5216
5217 * gdb.rust/simple.exp: Allow String to appear in a different
5218 namespace.
5219
5220 2017-07-26 Yao Qi <yao.qi@linaro.org>
5221
5222 * gdb.gdb/unittest.exp: Invoke command
5223 "maintenance check xml-descriptions".
5224
5225 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5226
5227 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5228 calling context.
5229 (hex128): Drop erroneous calculation of parameters.
5230
5231 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5232
5233 * gdb.python/py-unwind.exp: Disable stack protection when
5234 building test file.
5235
5236 2017-07-20 Pedro Alves <palves@redhat.com>
5237
5238 * gdb.base/default.exp (set language): Adjust expected output.
5239
5240 2017-07-20 Pedro Alves <palves@redhat.com>
5241
5242 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5243 (test_minsym): ... this, and make static.
5244 (get_pck__foo__bar__minsym): Rename to ...
5245 (get_test_minsym): ... this.
5246 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5247 symbol names and comments.
5248 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5249 (get_test_minsym): ... this.
5250 (pck__foo__bar__minsym__2): Rename to ...
5251 (test_minsym): ... this.
5252 (main): Adjust.
5253
5254 2017-07-17 Pedro Alves <palves@redhat.com>
5255
5256 * gdb.base/completion.exp: Adjust expected output.
5257 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5258 the completer works.
5259
5260 2017-07-17 Pedro Alves <palves@redhat.com>
5261
5262 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5263
5264 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5265
5266 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5267
5268 2017-07-14 Tom Tromey <tom@tromey.com>
5269
5270 PR rust/21764:
5271 * gdb.rust/simple.exp: Add tests.
5272
5273 2017-07-14 Tom Tromey <tom@tromey.com>
5274
5275 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5276
5277 2017-07-14 Pedro Alves <palves@redhat.com>
5278
5279 * gdb.linespec/base/one/thefile.cc (z1): New function.
5280 * gdb.linespec/base/two/thefile.cc (z2): New function.
5281 * gdb.linespec/linespec.exp: Add tests.
5282
5283 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5284
5285 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5286 to mi_create_breakpoint.
5287
5288 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5289
5290 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5291 mi_create_breakpoint.
5292
5293 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5294
5295 * gdb.dlang/demangle.exp: Update for demangling changes.
5296
5297 2017-07-09 Tom Tromey <tom@tromey.com>
5298
5299 * gdb.dwarf2/shortpiece.exp: New file.
5300
5301 2017-07-06 David Blaikie <dblaikie@gmail.com>
5302
5303 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5304 built from fissiont-multi-cu{1,2}.c.
5305 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5306 except putting 'main' and 'func' in separate CUs in the same DWO file.
5307 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5308 test.
5309 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5310 test.
5311
5312 2017-07-06 Pedro Alves <palves@redhat.com>
5313
5314 * gdb.python/py-unwind.exp: Test flushregs.
5315
5316 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5317
5318 PR cli/21688
5319 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5320 tests for alias commands and trailing whitespace.
5321
5322 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5323
5324 PR cli/21688
5325 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5326 procedure. Call it.
5327
5328 2017-06-29 Pedro Alves <palves@redhat.com>
5329
5330 * gdb.base/printcmds.exp: Add tests.
5331
5332 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5333
5334 PR gdb/21337
5335 * gdb.base/reread-readsym.exp: New file.
5336 * gdb.base/reread-readsym.c: New file.
5337
5338 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5339
5340 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5341 subpattern.
5342
5343 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5344
5345 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5346 extended mnemonic.
5347 * gdb.arch/powerpc-power9.s: Likewise.
5348
5349 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5350
5351 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5352 on 32-bit x86 targets. Exploit is_*_target macros where
5353 appropriate.
5354
5355 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5356
5357 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5358 register pieces.
5359
5360 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5361
5362 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5363 located in one or more DWARF pieces.
5364
5365 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5366
5367 * lib/gdb.exp (get_endianness): New proc.
5368 * gdb.arch/aarch64-fp.exp: Use it.
5369 * gdb.arch/altivec-regs.exp: Likewise.
5370 * gdb.arch/e500-regs.exp: Likewise.
5371 * gdb.arch/vsx-regs.exp: Likewise.
5372 * gdb.base/dump.exp: Likewise.
5373 * gdb.base/funcargs.exp: Likewise.
5374 * gdb.base/gnu_vector.exp: Likewise.
5375 * gdb.dwarf2/formdata16.exp: Likewise.
5376 * gdb.dwarf2/implptrpiece.exp: Likewise.
5377 * gdb.dwarf2/nonvar-access.exp: Likewise.
5378 * gdb.python/py-inferior.exp: Likewise.
5379 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5380
5381 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5382
5383 PR gdb/21226
5384 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5385 stack value pieces are taken from the LSB end.
5386
5387 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5388
5389 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5390 variable at nonzero offset.
5391
5392 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5393
5394 * gdb.dwarf2/var-access.c: New file.
5395 * gdb.dwarf2/var-access.exp: New test.
5396 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5397
5398 2017-06-12 Tom Tromey <tom@tromey.com>
5399
5400 * gdb.dwarf2/formdata16.exp: Add tests.
5401
5402 2017-06-12 Tom Tromey <tom@tromey.com>
5403
5404 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5405
5406 2017-06-12 Tom Tromey <tom@tromey.com>
5407
5408 PR exp/16225:
5409 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5410 * gdb.arch/vsx-regs.exp: Update tests.
5411 * gdb.arch/s390-vregs.exp (hex128): New proc.
5412 Update test.
5413 * gdb.arch/altivec-regs.exp: Update tests.
5414
5415 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5416
5417 * gdb.base/startup-with-shell.c: New file.
5418 * gdb.base/startup-with-shell.exp: Likewise.
5419
5420 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5421
5422 * gdb.server/non-existing-program.exp: Update regex in order to
5423 reflect the fact that gdbserver is now using fork_inferior (with a
5424 shell) to startup the inferior.
5425
5426 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5427
5428 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5429 support function calls from GDB.
5430
5431 2017-05-21 Tom Tromey <tom@tromey.com>
5432
5433 PR rust/21466:
5434 * gdb.rust/unsized.exp: New file.
5435 * gdb.rust/unsized.rs: New file.
5436
5437 2017-05-19 Tom Tromey <tom@tromey.com>
5438
5439 PR rust/21484:
5440 * gdb.rust/watch.exp: New file.
5441 * gdb.rust/watch.rs: New file.
5442
5443 2017-05-18 Tom Tromey <tom@tromey.com>
5444
5445 * gdb.rust/simple.exp: Allow Box to be qualified.
5446
5447 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5448
5449 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5450
5451 2017-05-18 Pedro Alves <palves@redhat.com>
5452
5453 * gdb.base/fileio.c (test_write, test_read, test_close)
5454 (test_fstat): Don't print 'ret' in the fail path.
5455
5456 2017-05-18 Pedro Alves <palves@redhat.com>
5457
5458 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5459 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5460 (test_system, test_rename, test_unlink, test_time): Change
5461 prototypes.
5462 * gdb.base/fileio.exp (stop_msg): Adjust.
5463
5464 2017-05-18 Pedro Alves <palves@redhat.com>
5465
5466 * gdb.base/fileio.c (null_str): New global.
5467 (test_stat): Use it.
5468 * gdb.base/fileio.exp: Remove nowarnings.
5469
5470 2017-05-17 Yao Qi <yao.qi@linaro.org>
5471
5472 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5473
5474 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5475
5476 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5477 argument command.
5478 (top-level): Invoke test_set_inferior_tty.
5479
5480 2017-05-04 Pedro Alves <palves@redhat.com>
5481
5482 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5483 Add parens to print call for Python 3.
5484
5485 2017-05-03 Keith Seitz <keiths@redhat.com>
5486
5487 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5488 (main): Call it.
5489
5490 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5491
5492 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5493 to prev and next.
5494
5495 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5496
5497 * gdb.python/py-record-btrace.exp: Remove test for
5498 gdb.BtraceInstruction.error.
5499
5500 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5501
5502 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5503
5504 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5505
5506 * gdb.python/py-record-btrace-threads.c: New file.
5507 * gdb.python/py-record-btrace-threads.exp: New file.
5508
5509 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5510
5511 PR testsuite/8595
5512 * gdb.base/environ.exp: Make test available in all architectures.
5513 Move bits related to "info program" testing to
5514 gdb.base/info-program.exp. Rewrite tests to use the two new
5515 procedures mentione below.
5516 (test_set_show_env_var) New procedure.
5517 (test_set_show_env_var_equal): Likewise.
5518 * gdb.base/info-program.exp: New file.
5519
5520 2017-04-27 Keith Seitz <keiths@redhat.com>
5521
5522 * gdb.cp/oranking.cc (test15): New function.
5523 (main): Call test15 and declare additional variables for testing.
5524 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5525 "p foo101('abc')" tests.
5526 Add tests for cv qualifier overloads.
5527 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5528 "lvalue reference overload" test.
5529 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5530 "print value of f1 on Child&& in f2" test.
5531
5532 2017-04-19 Pedro Alves <palves@redhat.com>
5533
5534 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5535 procedure.
5536 (top level): Call it.
5537 * lib/gdb.exp (gdb_define_cmd): New procedure.
5538
5539 2017-04-12 Pedro Alves <palves@redhat.com>
5540
5541 PR gdb/21323
5542 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5543 (wchar): New global.
5544 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5545 (do_test_wide_char, wide_char_types_no_program, top level): Add
5546 wchar_t testing.
5547
5548 2017-04-12 Pedro Alves <palves@redhat.com>
5549
5550 PR c++/21323
5551 * gdb.cp/wide_char_types.c: New file.
5552 * gdb.cp/wide_char_types.exp: New file.
5553
5554 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5555
5556 PR gdb/21352
5557 * gdb.trace/tsv.exp: Add test for "tsave -r".
5558
5559 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5560
5561 * gdb.dlang/watch-loc.c: New file.
5562 * gdb.dlang/watch-loc.exp: New file.
5563
5564 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5565
5566 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5567
5568 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5569
5570 * gdb.arch/arc-analyze-prologue.S: New file.
5571 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5572
5573 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5574
5575 * gdb.arch/arc-decode-insn.S: New file.
5576 * gdb.arch/arc-decode-insn.exp: Likewise.
5577
5578 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5579
5580 PR tdep/20928
5581 * gdb.arch/sparc64-regs.exp: New file.
5582 * gdb.arch/sparc64-regs.S: Likewise.
5583
5584 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5585
5586 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5587 and memory view on Python 3.
5588
5589 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5590 Keith Seitz <keiths@redhat.com>
5591
5592 PR gdb/14441
5593 * gdb.cp/demangle.exp: Add rvalue reference tests.
5594 * gdb.cp/rvalue-ref-casts.cc: New file.
5595 * gdb.cp/rvalue-ref-casts.exp: New file.
5596 * gdb.cp/rvalue-ref-overload.cc: New file.
5597 * gdb.cp/rvalue-ref-overload.exp: New file.
5598 * gdb.cp/rvalue-ref-params.cc: New file.
5599 * gdb.cp/rvalue-ref-params.exp: New file.
5600 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5601 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5602 * gdb.cp/rvalue-ref-types.cc: New file.
5603 * gdb.cp/rvalue-ref-types.exp: New file.
5604 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5605 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5606
5607 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5608
5609 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5610 New procedure.
5611
5612 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5613
5614 * lib/mi-support.exp (mi_gdb_test): Add additional message
5615 for unexpected output.
5616
5617 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5618
5619 * gdb.base/examine-backward.c (Barrier): New character array
5620 constant, to ensure that TestStrings is preceded by a string
5621 terminator.
5622
5623 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5624
5625 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5626 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5627 and implicit pointer into such a location.
5628
5629 2017-03-16 Doug Evans <dje@google.com>
5630
5631 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5632
5633 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5634
5635 * gdb.cp/m-static.exp: Fix expectation for prototype of
5636 test5.single_constructor and single_constructor::single_constructor.
5637
5638 2017-03-16 Doug Evans <dje@google.com>
5639
5640 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5641 * gdb.guile/scm-lazy-string.c: New file.
5642 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5643 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5644 for pointer, array, typedef lazy strings.
5645
5646 2017-03-16 Doug Evans <dje@google.com>
5647
5648 PR python/17728, python/18439, python/18779
5649 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5650 * gdb.python/py-lazy-string.c (pointer): New typedef.
5651 (main): New locals ptr, array, typedef_ptr.
5652 * gdb.python/py-value.exp: Move lazy string tests to ...
5653 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5654 array, typedef lazy strings.
5655
5656 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5657
5658 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5659 Add optional 'test' parameter.
5660
5661 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5662
5663 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5664 Skip for versions of DejaGnu < 1.5.
5665
5666 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5667
5668 * lib/gdb.exp (dejagnu_version): New proc.
5669 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5670 Use dejagnu_version.
5671
5672 2017-03-10 Keith Seitz <keiths@redhat.com>
5673
5674 PR c++/8128
5675 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5676 type from destructor regexps.
5677 Add a branch which actually passes the test.
5678 Adjust "ptype t5i" test names.
5679
5680 2017-03-08 Pedro Alves <palves@redhat.com>
5681
5682 * gdb.base/step-over-exit.exp: Add explicit test message.
5683
5684 2017-03-08 Pedro Alves <palves@redhat.com>
5685
5686 PR gdb/18360
5687 * gdb.threads/interrupt-while-step-over.c: New file.
5688 * gdb.threads/interrupt-while-step-over.exp: New file.
5689
5690 2017-03-08 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5693 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5694
5695 2017-03-08 Pedro Alves <palves@redhat.com>
5696
5697 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5698 PKRU as not supported as a PASS.
5699
5700 2017-03-08 Pedro Alves <palves@redhat.com>
5701
5702 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5703 prefix instead of $binfile1/$binfile2.
5704 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5705 in test message.
5706 * gdb.python/py-completion.exp: Use "load python file" as test
5707 messages instead of unstable path names.
5708
5709 2017-03-08 Pedro Alves <palves@redhat.com>
5710 Jan Kratochvil <jan.kratochvil@redhat.com>
5711
5712 PR cli/21218
5713 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5714 New proc.
5715 (top level): Call it.
5716
5717 2017-03-08 Pedro Alves <palves@redhat.com>
5718
5719 PR tui/21216
5720 * gdb.tui/tui-nl-filtered-output.exp: New file.
5721
5722 2017-03-08 Pedro Alves <palves@redhat.com>
5723
5724 * gdb.base/completion.exp: Move TUI completion tests to ...
5725 * gdb.tui/completion.exp: ... this new file.
5726
5727 2017-03-08 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.base/tui-disasm-long-lines.c,
5730 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5731 gdb.base/tui-layout.exp: Move to ...
5732 * gdb.tui/: ... this new directory.
5733
5734 2017-03-07 Pedro Alves <palves@redhat.com>
5735
5736 * gdb.base/tui-layout.c: New file.
5737 * gdb.base/tui-layout.exp: New file.
5738
5739 2017-03-07 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.base/tui-layout.c: Rename to ...
5742 * gdb.base/tui-disasm-long-lines.c: ... this.
5743 * gdb.base/tui-layout.exp: Rename to ...
5744 * gdb.base/tui-disasm-long-lines.exp: ... this.
5745
5746 2017-03-07 Pedro Alves <palves@redhat.com>
5747
5748 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5749
5750 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5751
5752 * i386-mpx-call.c: New file.
5753 * i386-mpx-call.exp: New file.
5754
5755 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5756
5757 * gdb.arch/powerpc-power.exp: Delete test.
5758 * gdb.arch/powerpc-power.s: Likewise.
5759 * gdb.disasm/disassembler-options.exp: New test.
5760 * gdb.arch/powerpc-altivec.exp: Likewise.
5761 * gdb.arch/powerpc-altivec.s: Likewise.
5762 * gdb.arch/powerpc-altivec2.exp: Likewise.
5763 * gdb.arch/powerpc-altivec2.s: Likewise.
5764 * gdb.arch/powerpc-altivec3.exp: Likewise.
5765 * gdb.arch/powerpc-altivec3.s: Likewise.
5766 * gdb.arch/powerpc-power7.exp: Likewise.
5767 * gdb.arch/powerpc-power7.s: Likewise.
5768 * gdb.arch/powerpc-power8.exp: Likewise.
5769 * gdb.arch/powerpc-power8.s: Likewise.
5770 * gdb.arch/powerpc-power9.exp: Likewise.
5771 * gdb.arch/powerpc-power9.s: Likewise.
5772 * gdb.arch/powerpc-vsx.exp: Likewise.
5773 * gdb.arch/powerpc-vsx.s: Likewise.
5774 * gdb.arch/powerpc-vsx2.exp: Likewise.
5775 * gdb.arch/powerpc-vsx2.s: Likewise.
5776 * gdb.arch/powerpc-vsx3.exp: Likewise.
5777 * gdb.arch/powerpc-vsx3.s: Likewise.
5778 * gdb.arch/arm-disassembler-options.exp: Likewise.
5779 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5780 * gdb.arch/s390-disassembler-options.exp: Likewise.
5781
5782 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5783
5784 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5785 (check_supported_features): ... this. Changed return type to void.
5786 (supports_rdseed): New static global.
5787 (rdseed): Check supports_rdseed.
5788 (initialize): Call check_supported_features.
5789
5790 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5791
5792 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5793 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5794 and lqarx/stqcx.
5795 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5796 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5797
5798 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5799
5800 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5801 uppercase.
5802
5803 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5804
5805 * gdb.dwarf2/formdata16.c: New file.
5806 * gdb.dwarf2/formdata16.exp: New file.
5807 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5808
5809 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5810
5811 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5812 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5813 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5814 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5815 DW_AT_GNU_*.
5816
5817 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5818
5819 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5820
5821 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5822
5823 PR gdb/21164
5824 * gdb.base/maint.exp: Add testcases for when the commands do
5825 not have arguments.
5826
5827 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5828
5829 * gdb.cp/chained-calls.exp: Use p instead of P.
5830
5831 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5832
5833 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5834 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5835
5836 2017-02-14 Tom Tromey <tom@tromey.com>
5837
5838 PR python/13598:
5839 * gdb.python/py-events.exp: Add before_prompt event tests.
5840
5841 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5842
5843 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5844
5845 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5846
5847 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5848 (main): Call my_unique_function_name.
5849 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5850 completion of patterns with a single match.
5851 Add missing -re switches to gdb_test_multiple calls.
5852
5853 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5854
5855 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5856 return if core file is not recognized.
5857
5858 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5859
5860 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5861 and extra UIs.
5862
5863 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5864
5865 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5866 proc_with_prefix.
5867
5868 2017-02-10 Tom Tromey <tom@tromey.com>
5869
5870 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5871
5872 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5873
5874 PR gdb/21122
5875 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5876
5877 2017-02-08 Jerome Guitton <guitton@adacore.com>
5878
5879 * gdb.base/define.exp: Add test for command abbreviations
5880 in define.
5881
5882 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5883
5884 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5885 * gdb.reverse/insn-reverse-x86.c: New file.
5886
5887 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5888
5889 PR tdep/20936
5890 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5891
5892 2017-02-03 Tom Tromey <tom@tromey.com>
5893
5894 PR rust/21097:
5895 * gdb.rust/simple.exp: Add new tests.
5896
5897 2017-02-02 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5900 tests.
5901
5902 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5903
5904 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5905 taking a 2-byte value out of a 4-byte DWARF implicit value on
5906 big-endian targets.
5907 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5908 logic. Add test cases for DW_OP_implicit.
5909
5910 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5911
5912 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5913
5914 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5915
5916 * gdb.btrace/enable.exp: Call gdb_exit before
5917 skip_gdbserver_tests.
5918
5919 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5920
5921 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5922 GDBFLAGS.
5923
5924 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5925
5926 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5927 the test is skipped.
5928 * gdb.btrace/data.exp: Likewise.
5929 * gdb.btrace/delta.exp: Likewise.
5930 * gdb.btrace/dlopen.exp: Likewise.
5931 * gdb.btrace/enable-running.exp: Likewise.
5932 * gdb.btrace/enable.exp: Likewise.
5933 * gdb.btrace/exception.exp: Likewise.
5934 * gdb.btrace/function_call_history.exp: Likewise.
5935 * gdb.btrace/gcore.exp: Likewise.
5936 * gdb.btrace/instruction_history.exp: Likewise.
5937 * gdb.btrace/multi-thread-step.exp: Likewise.
5938 * gdb.btrace/nohist.exp: Likewise.
5939 * gdb.btrace/non-stop.exp: Likewise.
5940 * gdb.btrace/reconnect.exp: Likewise.
5941 * gdb.btrace/record_goto-step.exp: Likewise.
5942 * gdb.btrace/record_goto.exp: Likewise.
5943 * gdb.btrace/rn-dl-bind.exp: Likewise.
5944 * gdb.btrace/segv.exp: Likewise.
5945 * gdb.btrace/step.exp: Likewise.
5946 * gdb.btrace/stepi.exp: Likewise.
5947 * gdb.btrace/tailcall-only.exp: Likewise.
5948 * gdb.btrace/tailcall.exp: Likewise.
5949 * gdb.btrace/tsx.exp: Likewise.
5950 * gdb.btrace/unknown_functions.exp: Likewise.
5951 * gdb.btrace/vdso.exp: Likewise.
5952
5953 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5954
5955 * gdb.btrace/enable-running.c: New.
5956 * gdb.btrace/enable-running.exp: New.
5957
5958 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5959
5960 * gdb.arch/amd64-gs_base.c: New file.
5961 * gdb.arch/amd64-gs_base.exp: New file.
5962
5963 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5964
5965 * lib/memory.exp: Remove spurious empty newlines.
5966
5967 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5968
5969 * gdb.python/py-bad-printers.exp: Load python file using "source".
5970 * gdb.python/py-events.exp: Likewise.
5971 * gdb.python/py-evsignal.exp: Likewise.
5972 * gdb.python/py-evthreads.exp: Likewise.
5973 * gdb.python/py-frame-args.exp: Likewise.
5974 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5975 * gdb.python/py-framefilter-mi.exp: Likewise.
5976 * gdb.python/py-framefilter.exp: Likewise.
5977 * gdb.python/py-mi.exp: Likewise.
5978 * gdb.python/py-pp-maint.exp: Likewise.
5979 * gdb.python/py-pp-registration.exp: Likewise.
5980 * gdb.python/py-prettyprint.exp: Likewise.
5981 (run_lang_tests): Likewise.
5982 * gdb.python/py-typeprint.exp: Likewise.
5983
5984 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5985
5986 * lib/memory.exp: New file.
5987 * lib/gdb.exp: Load memory.exp.
5988 * gdb.base/memattr.exp (delete_memory): Move proc to
5989 lib/memory.exp and rename to delete_memory_regions.
5990 Replace delete_memory with delete_memory_regions.
5991 Cleanup memory regions before tests.
5992 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5993 before tests.
5994
5995 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5996
5997 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5998 files.
5999 (initialize): New function conditionally defined.
6000 (testcases): Move within conditional block.
6001 (main): Call initialize.
6002 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6003 of gdb.reverse/insn-reverse.c.
6004 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6005 gdb.reverse/insn-reverse.c.
6006
6007 2017-01-26 Yao Qi <yao.qi@linaro.org>
6008
6009 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6010 disassemble on address 0.
6011
6012 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6013 Yao Qi <yao.qi@linaro.org>
6014
6015 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6016 * gdb.dwarf2/implptr-64bit.S: Remove.
6017 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6018 variables in caller's context. Add DW_OP_implicit_value.
6019
6020 2017-01-25 Yao Qi <yao.qi@linaro.org>
6021
6022 * lib/dwarf.exp (Dwarf::_location): Handle
6023 DW_OP_GNU_implicit_pointer with proper size.
6024
6025 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6026
6027 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6028 and add untested calls.
6029
6030 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6031
6032 * gdb.python/python.exp: Check line number against what GDB thinks
6033 the line number is for func1.
6034
6035 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6036
6037 * gdb.dlang/debug-expr.exp: New file.
6038
6039 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6040
6041 Fix test names for the following files:
6042
6043 * gdb.ada/exec_changed.exp
6044 * gdb.ada/info_types.exp
6045 * gdb.arch/aarch64-atomic-inst.exp
6046 * gdb.arch/aarch64-fp.exp
6047 * gdb.arch/altivec-abi.exp
6048 * gdb.arch/altivec-regs.exp
6049 * gdb.arch/amd64-byte.exp
6050 * gdb.arch/amd64-disp-step.exp
6051 * gdb.arch/amd64-dword.exp
6052 * gdb.arch/amd64-entry-value-inline.exp
6053 * gdb.arch/amd64-entry-value-param.exp
6054 * gdb.arch/amd64-entry-value-paramref.exp
6055 * gdb.arch/amd64-entry-value.exp
6056 * gdb.arch/amd64-i386-address.exp
6057 * gdb.arch/amd64-invalid-stack-middle.exp
6058 * gdb.arch/amd64-invalid-stack-top.exp
6059 * gdb.arch/amd64-optimout-repeat.exp
6060 * gdb.arch/amd64-prologue-skip.exp
6061 * gdb.arch/amd64-prologue-xmm.exp
6062 * gdb.arch/amd64-stap-special-operands.exp
6063 * gdb.arch/amd64-stap-wrong-subexp.exp
6064 * gdb.arch/amd64-tailcall-cxx.exp
6065 * gdb.arch/amd64-tailcall-noret.exp
6066 * gdb.arch/amd64-tailcall-ret.exp
6067 * gdb.arch/amd64-tailcall-self.exp
6068 * gdb.arch/amd64-word.exp
6069 * gdb.arch/arm-bl-branch-dest.exp
6070 * gdb.arch/arm-disp-step.exp
6071 * gdb.arch/arm-neon.exp
6072 * gdb.arch/arm-single-step-kernel-helper.exp
6073 * gdb.arch/avr-flash-qualifier.exp
6074 * gdb.arch/disp-step-insn-reloc.exp
6075 * gdb.arch/e500-abi.exp
6076 * gdb.arch/e500-regs.exp
6077 * gdb.arch/ftrace-insn-reloc.exp
6078 * gdb.arch/i386-avx512.exp
6079 * gdb.arch/i386-bp_permanent.exp
6080 * gdb.arch/i386-byte.exp
6081 * gdb.arch/i386-cfi-notcurrent.exp
6082 * gdb.arch/i386-disp-step.exp
6083 * gdb.arch/i386-dr3-watch.exp
6084 * gdb.arch/i386-float.exp
6085 * gdb.arch/i386-gnu-cfi.exp
6086 * gdb.arch/i386-mpx-map.exp
6087 * gdb.arch/i386-mpx-sigsegv.exp
6088 * gdb.arch/i386-mpx-simple_segv.exp
6089 * gdb.arch/i386-mpx.exp
6090 * gdb.arch/i386-permbkpt.exp
6091 * gdb.arch/i386-prologue.exp
6092 * gdb.arch/i386-signal.exp
6093 * gdb.arch/i386-size-overlap.exp
6094 * gdb.arch/i386-unwind.exp
6095 * gdb.arch/i386-word.exp
6096 * gdb.arch/mips-fcr.exp
6097 * gdb.arch/powerpc-d128-regs.exp
6098 * gdb.arch/powerpc-stackless.exp
6099 * gdb.arch/ppc64-atomic-inst.exp
6100 * gdb.arch/s390-stackless.exp
6101 * gdb.arch/s390-tdbregs.exp
6102 * gdb.arch/s390-vregs.exp
6103 * gdb.arch/sparc-sysstep.exp
6104 * gdb.arch/thumb-bx-pc.exp
6105 * gdb.arch/thumb-singlestep.exp
6106 * gdb.arch/thumb2-it.exp
6107 * gdb.arch/vsx-regs.exp
6108 * gdb.asm/asm-source.exp
6109 * gdb.base/a2-run.exp
6110 * gdb.base/advance.exp
6111 * gdb.base/all-bin.exp
6112 * gdb.base/anon.exp
6113 * gdb.base/args.exp
6114 * gdb.base/arithmet.exp
6115 * gdb.base/async-shell.exp
6116 * gdb.base/async.exp
6117 * gdb.base/attach-pie-noexec.exp
6118 * gdb.base/attach-twice.exp
6119 * gdb.base/auto-load.exp
6120 * gdb.base/bang.exp
6121 * gdb.base/bitfields.exp
6122 * gdb.base/break-always.exp
6123 * gdb.base/break-caller-line.exp
6124 * gdb.base/break-entry.exp
6125 * gdb.base/break-inline.exp
6126 * gdb.base/break-on-linker-gcd-function.exp
6127 * gdb.base/break-probes.exp
6128 * gdb.base/break.exp
6129 * gdb.base/breakpoint-shadow.exp
6130 * gdb.base/call-ar-st.exp
6131 * gdb.base/call-sc.exp
6132 * gdb.base/call-signal-resume.exp
6133 * gdb.base/call-strs.exp
6134 * gdb.base/callfuncs.exp
6135 * gdb.base/catch-fork-static.exp
6136 * gdb.base/catch-gdb-caused-signals.exp
6137 * gdb.base/catch-load.exp
6138 * gdb.base/catch-signal-fork.exp
6139 * gdb.base/catch-signal.exp
6140 * gdb.base/catch-syscall.exp
6141 * gdb.base/charset.exp
6142 * gdb.base/checkpoint.exp
6143 * gdb.base/chng-syms.exp
6144 * gdb.base/code-expr.exp
6145 * gdb.base/code_elim.exp
6146 * gdb.base/commands.exp
6147 * gdb.base/completion.exp
6148 * gdb.base/complex.exp
6149 * gdb.base/cond-expr.exp
6150 * gdb.base/condbreak.exp
6151 * gdb.base/consecutive.exp
6152 * gdb.base/continue-all-already-running.exp
6153 * gdb.base/coredump-filter.exp
6154 * gdb.base/corefile.exp
6155 * gdb.base/dbx.exp
6156 * gdb.base/debug-expr.exp
6157 * gdb.base/define.exp
6158 * gdb.base/del.exp
6159 * gdb.base/disabled-location.exp
6160 * gdb.base/disasm-end-cu.exp
6161 * gdb.base/disasm-optim.exp
6162 * gdb.base/display.exp
6163 * gdb.base/duplicate-bp.exp
6164 * gdb.base/ena-dis-br.exp
6165 * gdb.base/ending-run.exp
6166 * gdb.base/enumval.exp
6167 * gdb.base/environ.exp
6168 * gdb.base/eu-strip-infcall.exp
6169 * gdb.base/eval-avoid-side-effects.exp
6170 * gdb.base/eval-skip.exp
6171 * gdb.base/exitsignal.exp
6172 * gdb.base/expand-psymtabs.exp
6173 * gdb.base/filesym.exp
6174 * gdb.base/find-unmapped.exp
6175 * gdb.base/finish.exp
6176 * gdb.base/float.exp
6177 * gdb.base/foll-exec-mode.exp
6178 * gdb.base/foll-exec.exp
6179 * gdb.base/foll-fork.exp
6180 * gdb.base/fortran-sym-case.exp
6181 * gdb.base/freebpcmd.exp
6182 * gdb.base/func-ptr.exp
6183 * gdb.base/func-ptrs.exp
6184 * gdb.base/funcargs.exp
6185 * gdb.base/gcore-buffer-overflow.exp
6186 * gdb.base/gcore-relro-pie.exp
6187 * gdb.base/gcore-relro.exp
6188 * gdb.base/gcore.exp
6189 * gdb.base/gdb1090.exp
6190 * gdb.base/gdb11530.exp
6191 * gdb.base/gdb11531.exp
6192 * gdb.base/gdb1821.exp
6193 * gdb.base/gdbindex-stabs.exp
6194 * gdb.base/gdbvars.exp
6195 * gdb.base/hbreak.exp
6196 * gdb.base/hbreak2.exp
6197 * gdb.base/included.exp
6198 * gdb.base/infcall-input.exp
6199 * gdb.base/inferior-died.exp
6200 * gdb.base/infnan.exp
6201 * gdb.base/info-macros.exp
6202 * gdb.base/info-os.exp
6203 * gdb.base/info-proc.exp
6204 * gdb.base/info-shared.exp
6205 * gdb.base/info-target.exp
6206 * gdb.base/infoline.exp
6207 * gdb.base/interp.exp
6208 * gdb.base/interrupt.exp
6209 * gdb.base/jit-reader.exp
6210 * gdb.base/jit-simple.exp
6211 * gdb.base/kill-after-signal.exp
6212 * gdb.base/kill-detach-inferiors-cmd.exp
6213 * gdb.base/label.exp
6214 * gdb.base/langs.exp
6215 * gdb.base/ldbl_e308.exp
6216 * gdb.base/line-symtabs.exp
6217 * gdb.base/linespecs.exp
6218 * gdb.base/list.exp
6219 * gdb.base/long_long.exp
6220 * gdb.base/longest-types.exp
6221 * gdb.base/maint.exp
6222 * gdb.base/max-value-size.exp
6223 * gdb.base/memattr.exp
6224 * gdb.base/mips_pro.exp
6225 * gdb.base/morestack.exp
6226 * gdb.base/moribund-step.exp
6227 * gdb.base/multi-forks.exp
6228 * gdb.base/nested-addr.exp
6229 * gdb.base/nextoverexit.exp
6230 * gdb.base/noreturn-finish.exp
6231 * gdb.base/noreturn-return.exp
6232 * gdb.base/nostdlib.exp
6233 * gdb.base/offsets.exp
6234 * gdb.base/opaque.exp
6235 * gdb.base/pc-fp.exp
6236 * gdb.base/permissions.exp
6237 * gdb.base/print-symbol-loading.exp
6238 * gdb.base/prologue-include.exp
6239 * gdb.base/psymtab.exp
6240 * gdb.base/ptype.exp
6241 * gdb.base/random-signal.exp
6242 * gdb.base/randomize.exp
6243 * gdb.base/range-stepping.exp
6244 * gdb.base/readline-ask.exp
6245 * gdb.base/recpar.exp
6246 * gdb.base/recurse.exp
6247 * gdb.base/relational.exp
6248 * gdb.base/restore.exp
6249 * gdb.base/return-nodebug.exp
6250 * gdb.base/return.exp
6251 * gdb.base/run-after-attach.exp
6252 * gdb.base/save-bp.exp
6253 * gdb.base/scope.exp
6254 * gdb.base/sect-cmd.exp
6255 * gdb.base/set-lang-auto.exp
6256 * gdb.base/set-noassign.exp
6257 * gdb.base/setvar.exp
6258 * gdb.base/sigall.exp
6259 * gdb.base/sigbpt.exp
6260 * gdb.base/siginfo-addr.exp
6261 * gdb.base/siginfo-infcall.exp
6262 * gdb.base/siginfo-obj.exp
6263 * gdb.base/siginfo.exp
6264 * gdb.base/signals-state-child.exp
6265 * gdb.base/signest.exp
6266 * gdb.base/sigstep.exp
6267 * gdb.base/sizeof.exp
6268 * gdb.base/skip.exp
6269 * gdb.base/solib-corrupted.exp
6270 * gdb.base/solib-nodir.exp
6271 * gdb.base/solib-search.exp
6272 * gdb.base/stack-checking.exp
6273 * gdb.base/stale-infcall.exp
6274 * gdb.base/stap-probe.exp
6275 * gdb.base/start.exp
6276 * gdb.base/step-break.exp
6277 * gdb.base/step-bt.exp
6278 * gdb.base/step-line.exp
6279 * gdb.base/step-over-exit.exp
6280 * gdb.base/step-over-syscall.exp
6281 * gdb.base/step-resume-infcall.exp
6282 * gdb.base/step-test.exp
6283 * gdb.base/store.exp
6284 * gdb.base/structs3.exp
6285 * gdb.base/sym-file.exp
6286 * gdb.base/symbol-without-target_section.exp
6287 * gdb.base/term.exp
6288 * gdb.base/testenv.exp
6289 * gdb.base/ui-redirect.exp
6290 * gdb.base/until.exp
6291 * gdb.base/unwindonsignal.exp
6292 * gdb.base/value-double-free.exp
6293 * gdb.base/vla-datatypes.exp
6294 * gdb.base/vla-ptr.exp
6295 * gdb.base/vla-sideeffect.exp
6296 * gdb.base/volatile.exp
6297 * gdb.base/watch-cond-infcall.exp
6298 * gdb.base/watch-cond.exp
6299 * gdb.base/watch-non-mem.exp
6300 * gdb.base/watch-read.exp
6301 * gdb.base/watch-vfork.exp
6302 * gdb.base/watchpoint-cond-gone.exp
6303 * gdb.base/watchpoint-delete.exp
6304 * gdb.base/watchpoint-hw-hit-once.exp
6305 * gdb.base/watchpoint-hw.exp
6306 * gdb.base/watchpoint-stops-at-right-insn.exp
6307 * gdb.base/watchpoints.exp
6308 * gdb.base/wchar.exp
6309 * gdb.base/whatis-exp.exp
6310 * gdb.btrace/buffer-size.exp
6311 * gdb.btrace/data.exp
6312 * gdb.btrace/delta.exp
6313 * gdb.btrace/dlopen.exp
6314 * gdb.btrace/enable.exp
6315 * gdb.btrace/exception.exp
6316 * gdb.btrace/function_call_history.exp
6317 * gdb.btrace/gcore.exp
6318 * gdb.btrace/instruction_history.exp
6319 * gdb.btrace/nohist.exp
6320 * gdb.btrace/reconnect.exp
6321 * gdb.btrace/record_goto-step.exp
6322 * gdb.btrace/record_goto.exp
6323 * gdb.btrace/rn-dl-bind.exp
6324 * gdb.btrace/segv.exp
6325 * gdb.btrace/step.exp
6326 * gdb.btrace/stepi.exp
6327 * gdb.btrace/tailcall-only.exp
6328 * gdb.btrace/tailcall.exp
6329 * gdb.btrace/tsx.exp
6330 * gdb.btrace/unknown_functions.exp
6331 * gdb.btrace/vdso.exp
6332 * gdb.compile/compile-ifunc.exp
6333 * gdb.compile/compile-ops.exp
6334 * gdb.compile/compile-print.exp
6335 * gdb.compile/compile-setjmp.exp
6336 * gdb.cp/abstract-origin.exp
6337 * gdb.cp/ambiguous.exp
6338 * gdb.cp/annota2.exp
6339 * gdb.cp/annota3.exp
6340 * gdb.cp/anon-ns.exp
6341 * gdb.cp/anon-struct.exp
6342 * gdb.cp/anon-union.exp
6343 * gdb.cp/arg-reference.exp
6344 * gdb.cp/baseenum.exp
6345 * gdb.cp/bool.exp
6346 * gdb.cp/breakpoint.exp
6347 * gdb.cp/bs15503.exp
6348 * gdb.cp/call-c.exp
6349 * gdb.cp/casts.exp
6350 * gdb.cp/chained-calls.exp
6351 * gdb.cp/class2.exp
6352 * gdb.cp/classes.exp
6353 * gdb.cp/cmpd-minsyms.exp
6354 * gdb.cp/converts.exp
6355 * gdb.cp/cp-relocate.exp
6356 * gdb.cp/cpcompletion.exp
6357 * gdb.cp/cpexprs.exp
6358 * gdb.cp/cplabel.exp
6359 * gdb.cp/cplusfuncs.exp
6360 * gdb.cp/cpsizeof.exp
6361 * gdb.cp/ctti.exp
6362 * gdb.cp/derivation.exp
6363 * gdb.cp/destrprint.exp
6364 * gdb.cp/dispcxx.exp
6365 * gdb.cp/enum-class.exp
6366 * gdb.cp/exception.exp
6367 * gdb.cp/exceptprint.exp
6368 * gdb.cp/expand-psymtabs-cxx.exp
6369 * gdb.cp/expand-sals.exp
6370 * gdb.cp/extern-c.exp
6371 * gdb.cp/filename.exp
6372 * gdb.cp/formatted-ref.exp
6373 * gdb.cp/fpointer.exp
6374 * gdb.cp/gdb1355.exp
6375 * gdb.cp/gdb2495.exp
6376 * gdb.cp/hang.exp
6377 * gdb.cp/impl-this.exp
6378 * gdb.cp/infcall-dlopen.exp
6379 * gdb.cp/inherit.exp
6380 * gdb.cp/iostream.exp
6381 * gdb.cp/koenig.exp
6382 * gdb.cp/local.exp
6383 * gdb.cp/m-data.exp
6384 * gdb.cp/m-static.exp
6385 * gdb.cp/mb-ctor.exp
6386 * gdb.cp/mb-inline.exp
6387 * gdb.cp/mb-templates.exp
6388 * gdb.cp/member-name.exp
6389 * gdb.cp/member-ptr.exp
6390 * gdb.cp/meth-typedefs.exp
6391 * gdb.cp/method.exp
6392 * gdb.cp/method2.exp
6393 * gdb.cp/minsym-fallback.exp
6394 * gdb.cp/misc.exp
6395 * gdb.cp/namelessclass.exp
6396 * gdb.cp/namespace-enum.exp
6397 * gdb.cp/namespace-nested-import.exp
6398 * gdb.cp/namespace.exp
6399 * gdb.cp/nextoverthrow.exp
6400 * gdb.cp/no-dmgl-verbose.exp
6401 * gdb.cp/non-trivial-retval.exp
6402 * gdb.cp/noparam.exp
6403 * gdb.cp/nsdecl.exp
6404 * gdb.cp/nsimport.exp
6405 * gdb.cp/nsnested.exp
6406 * gdb.cp/nsnoimports.exp
6407 * gdb.cp/nsrecurs.exp
6408 * gdb.cp/nsstress.exp
6409 * gdb.cp/nsusing.exp
6410 * gdb.cp/operator.exp
6411 * gdb.cp/oranking.exp
6412 * gdb.cp/overload-const.exp
6413 * gdb.cp/overload.exp
6414 * gdb.cp/ovldbreak.exp
6415 * gdb.cp/ovsrch.exp
6416 * gdb.cp/paren-type.exp
6417 * gdb.cp/parse-lang.exp
6418 * gdb.cp/pass-by-ref.exp
6419 * gdb.cp/pr-1023.exp
6420 * gdb.cp/pr-1210.exp
6421 * gdb.cp/pr-574.exp
6422 * gdb.cp/pr10687.exp
6423 * gdb.cp/pr12028.exp
6424 * gdb.cp/pr17132.exp
6425 * gdb.cp/pr17494.exp
6426 * gdb.cp/pr9067.exp
6427 * gdb.cp/pr9167.exp
6428 * gdb.cp/pr9631.exp
6429 * gdb.cp/printmethod.exp
6430 * gdb.cp/psmang.exp
6431 * gdb.cp/psymtab-parameter.exp
6432 * gdb.cp/ptype-cv-cp.exp
6433 * gdb.cp/ptype-flags.exp
6434 * gdb.cp/re-set-overloaded.exp
6435 * gdb.cp/ref-types.exp
6436 * gdb.cp/rtti.exp
6437 * gdb.cp/scope-err.exp
6438 * gdb.cp/shadow.exp
6439 * gdb.cp/smartp.exp
6440 * gdb.cp/static-method.exp
6441 * gdb.cp/static-print-quit.exp
6442 * gdb.cp/temargs.exp
6443 * gdb.cp/templates.exp
6444 * gdb.cp/try_catch.exp
6445 * gdb.cp/typedef-operator.exp
6446 * gdb.cp/typeid.exp
6447 * gdb.cp/userdef.exp
6448 * gdb.cp/using-crash.exp
6449 * gdb.cp/var-tag.exp
6450 * gdb.cp/virtbase.exp
6451 * gdb.cp/virtfunc.exp
6452 * gdb.cp/virtfunc2.exp
6453 * gdb.cp/vla-cxx.exp
6454 * gdb.disasm/t01_mov.exp
6455 * gdb.disasm/t02_mova.exp
6456 * gdb.disasm/t03_add.exp
6457 * gdb.disasm/t04_sub.exp
6458 * gdb.disasm/t05_cmp.exp
6459 * gdb.disasm/t06_ari2.exp
6460 * gdb.disasm/t07_ari3.exp
6461 * gdb.disasm/t08_or.exp
6462 * gdb.disasm/t09_xor.exp
6463 * gdb.disasm/t10_and.exp
6464 * gdb.disasm/t11_logs.exp
6465 * gdb.disasm/t12_bit.exp
6466 * gdb.disasm/t13_otr.exp
6467 * gdb.dlang/circular.exp
6468 * gdb.dwarf2/arr-stride.exp
6469 * gdb.dwarf2/arr-subrange.exp
6470 * gdb.dwarf2/atomic-type.exp
6471 * gdb.dwarf2/bad-regnum.exp
6472 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6473 * gdb.dwarf2/callframecfa.exp
6474 * gdb.dwarf2/clztest.exp
6475 * gdb.dwarf2/corrupt.exp
6476 * gdb.dwarf2/data-loc.exp
6477 * gdb.dwarf2/dup-psym.exp
6478 * gdb.dwarf2/dw2-anon-mptr.exp
6479 * gdb.dwarf2/dw2-anonymous-func.exp
6480 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6481 * gdb.dwarf2/dw2-bad-unresolved.exp
6482 * gdb.dwarf2/dw2-basic.exp
6483 * gdb.dwarf2/dw2-canonicalize-type.exp
6484 * gdb.dwarf2/dw2-case-insensitive.exp
6485 * gdb.dwarf2/dw2-common-block.exp
6486 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6487 * gdb.dwarf2/dw2-compressed.exp
6488 * gdb.dwarf2/dw2-const.exp
6489 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6490 * gdb.dwarf2/dw2-cu-size.exp
6491 * gdb.dwarf2/dw2-dup-frame.exp
6492 * gdb.dwarf2/dw2-entry-value.exp
6493 * gdb.dwarf2/dw2-icycle.exp
6494 * gdb.dwarf2/dw2-ifort-parameter.exp
6495 * gdb.dwarf2/dw2-inline-break.exp
6496 * gdb.dwarf2/dw2-inline-param.exp
6497 * gdb.dwarf2/dw2-intercu.exp
6498 * gdb.dwarf2/dw2-intermix.exp
6499 * gdb.dwarf2/dw2-lexical-block-bare.exp
6500 * gdb.dwarf2/dw2-linkage-name-trust.exp
6501 * gdb.dwarf2/dw2-minsym-in-cu.exp
6502 * gdb.dwarf2/dw2-noloc.exp
6503 * gdb.dwarf2/dw2-op-call.exp
6504 * gdb.dwarf2/dw2-op-out-param.exp
6505 * gdb.dwarf2/dw2-opt-structptr.exp
6506 * gdb.dwarf2/dw2-param-error.exp
6507 * gdb.dwarf2/dw2-producer.exp
6508 * gdb.dwarf2/dw2-ranges-base.exp
6509 * gdb.dwarf2/dw2-ref-missing-frame.exp
6510 * gdb.dwarf2/dw2-reg-undefined.exp
6511 * gdb.dwarf2/dw2-regno-invalid.exp
6512 * gdb.dwarf2/dw2-restore.exp
6513 * gdb.dwarf2/dw2-restrict.exp
6514 * gdb.dwarf2/dw2-single-line-discriminators.exp
6515 * gdb.dwarf2/dw2-strp.exp
6516 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6517 * gdb.dwarf2/dw2-unresolved.exp
6518 * gdb.dwarf2/dw2-var-zero-addr.exp
6519 * gdb.dwarf2/dw4-sig-types.exp
6520 * gdb.dwarf2/dwz.exp
6521 * gdb.dwarf2/dynarr-ptr.exp
6522 * gdb.dwarf2/enum-type.exp
6523 * gdb.dwarf2/gdb-index.exp
6524 * gdb.dwarf2/implptr-64bit.exp
6525 * gdb.dwarf2/implptr-optimized-out.exp
6526 * gdb.dwarf2/implptr.exp
6527 * gdb.dwarf2/implref-array.exp
6528 * gdb.dwarf2/implref-const.exp
6529 * gdb.dwarf2/implref-global.exp
6530 * gdb.dwarf2/implref-struct.exp
6531 * gdb.dwarf2/mac-fileno.exp
6532 * gdb.dwarf2/main-subprogram.exp
6533 * gdb.dwarf2/member-ptr-forwardref.exp
6534 * gdb.dwarf2/method-ptr.exp
6535 * gdb.dwarf2/missing-sig-type.exp
6536 * gdb.dwarf2/nonvar-access.exp
6537 * gdb.dwarf2/opaque-type-lookup.exp
6538 * gdb.dwarf2/pieces-optimized-out.exp
6539 * gdb.dwarf2/pieces.exp
6540 * gdb.dwarf2/pr10770.exp
6541 * gdb.dwarf2/pr13961.exp
6542 * gdb.dwarf2/staticvirtual.exp
6543 * gdb.dwarf2/subrange.exp
6544 * gdb.dwarf2/symtab-producer.exp
6545 * gdb.dwarf2/trace-crash.exp
6546 * gdb.dwarf2/typeddwarf.exp
6547 * gdb.dwarf2/valop.exp
6548 * gdb.dwarf2/watch-notconst.exp
6549 * gdb.fortran/array-element.exp
6550 * gdb.fortran/charset.exp
6551 * gdb.fortran/common-block.exp
6552 * gdb.fortran/complex.exp
6553 * gdb.fortran/derived-type-function.exp
6554 * gdb.fortran/derived-type.exp
6555 * gdb.fortran/logical.exp
6556 * gdb.fortran/module.exp
6557 * gdb.fortran/multi-dim.exp
6558 * gdb.fortran/nested-funcs.exp
6559 * gdb.fortran/print-formatted.exp
6560 * gdb.fortran/subarray.exp
6561 * gdb.fortran/vla-alloc-assoc.exp
6562 * gdb.fortran/vla-datatypes.exp
6563 * gdb.fortran/vla-history.exp
6564 * gdb.fortran/vla-ptr-info.exp
6565 * gdb.fortran/vla-ptype-sub.exp
6566 * gdb.fortran/vla-ptype.exp
6567 * gdb.fortran/vla-sizeof.exp
6568 * gdb.fortran/vla-type.exp
6569 * gdb.fortran/vla-value-sub-arbitrary.exp
6570 * gdb.fortran/vla-value-sub-finish.exp
6571 * gdb.fortran/vla-value-sub.exp
6572 * gdb.fortran/vla-value.exp
6573 * gdb.fortran/whatis_type.exp
6574 * gdb.go/chan.exp
6575 * gdb.go/handcall.exp
6576 * gdb.go/hello.exp
6577 * gdb.go/integers.exp
6578 * gdb.go/methods.exp
6579 * gdb.go/package.exp
6580 * gdb.go/strings.exp
6581 * gdb.go/types.exp
6582 * gdb.go/unsafe.exp
6583 * gdb.guile/scm-arch.exp
6584 * gdb.guile/scm-block.exp
6585 * gdb.guile/scm-breakpoint.exp
6586 * gdb.guile/scm-cmd.exp
6587 * gdb.guile/scm-disasm.exp
6588 * gdb.guile/scm-equal.exp
6589 * gdb.guile/scm-frame-args.exp
6590 * gdb.guile/scm-frame-inline.exp
6591 * gdb.guile/scm-frame.exp
6592 * gdb.guile/scm-iterator.exp
6593 * gdb.guile/scm-math.exp
6594 * gdb.guile/scm-objfile.exp
6595 * gdb.guile/scm-ports.exp
6596 * gdb.guile/scm-symbol.exp
6597 * gdb.guile/scm-symtab.exp
6598 * gdb.guile/scm-value-cc.exp
6599 * gdb.guile/types-module.exp
6600 * gdb.linespec/break-ask.exp
6601 * gdb.linespec/cpexplicit.exp
6602 * gdb.linespec/explicit.exp
6603 * gdb.linespec/keywords.exp
6604 * gdb.linespec/linespec.exp
6605 * gdb.linespec/ls-dollar.exp
6606 * gdb.linespec/ls-errs.exp
6607 * gdb.linespec/skip-two.exp
6608 * gdb.linespec/thread.exp
6609 * gdb.mi/mi-async.exp
6610 * gdb.mi/mi-basics.exp
6611 * gdb.mi/mi-break.exp
6612 * gdb.mi/mi-catch-load.exp
6613 * gdb.mi/mi-cli.exp
6614 * gdb.mi/mi-cmd-param-changed.exp
6615 * gdb.mi/mi-console.exp
6616 * gdb.mi/mi-detach.exp
6617 * gdb.mi/mi-disassemble.exp
6618 * gdb.mi/mi-eval.exp
6619 * gdb.mi/mi-file-transfer.exp
6620 * gdb.mi/mi-file.exp
6621 * gdb.mi/mi-fill-memory.exp
6622 * gdb.mi/mi-inheritance-syntax-error.exp
6623 * gdb.mi/mi-linespec-err-cp.exp
6624 * gdb.mi/mi-logging.exp
6625 * gdb.mi/mi-memory-changed.exp
6626 * gdb.mi/mi-read-memory.exp
6627 * gdb.mi/mi-record-changed.exp
6628 * gdb.mi/mi-reg-undefined.exp
6629 * gdb.mi/mi-regs.exp
6630 * gdb.mi/mi-return.exp
6631 * gdb.mi/mi-reverse.exp
6632 * gdb.mi/mi-simplerun.exp
6633 * gdb.mi/mi-solib.exp
6634 * gdb.mi/mi-stack.exp
6635 * gdb.mi/mi-stepi.exp
6636 * gdb.mi/mi-syn-frame.exp
6637 * gdb.mi/mi-until.exp
6638 * gdb.mi/mi-var-block.exp
6639 * gdb.mi/mi-var-child.exp
6640 * gdb.mi/mi-var-cmd.exp
6641 * gdb.mi/mi-var-cp.exp
6642 * gdb.mi/mi-var-display.exp
6643 * gdb.mi/mi-var-invalidate.exp
6644 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6645 * gdb.mi/mi-vla-fortran.exp
6646 * gdb.mi/mi-watch.exp
6647 * gdb.mi/mi2-var-child.exp
6648 * gdb.mi/user-selected-context-sync.exp
6649 * gdb.modula2/unbounded-array.exp
6650 * gdb.multi/dummy-frame-restore.exp
6651 * gdb.multi/multi-arch-exec.exp
6652 * gdb.multi/multi-arch.exp
6653 * gdb.multi/tids.exp
6654 * gdb.multi/watchpoint-multi.exp
6655 * gdb.opencl/callfuncs.exp
6656 * gdb.opencl/convs_casts.exp
6657 * gdb.opencl/datatypes.exp
6658 * gdb.opencl/operators.exp
6659 * gdb.opencl/vec_comps.exp
6660 * gdb.opt/clobbered-registers-O2.exp
6661 * gdb.opt/inline-break.exp
6662 * gdb.opt/inline-bt.exp
6663 * gdb.opt/inline-cmds.exp
6664 * gdb.opt/inline-locals.exp
6665 * gdb.pascal/case-insensitive-symbols.exp
6666 * gdb.pascal/floats.exp
6667 * gdb.pascal/gdb11492.exp
6668 * gdb.python/lib-types.exp
6669 * gdb.python/py-arch.exp
6670 * gdb.python/py-as-string.exp
6671 * gdb.python/py-bad-printers.exp
6672 * gdb.python/py-block.exp
6673 * gdb.python/py-breakpoint-create-fail.exp
6674 * gdb.python/py-breakpoint.exp
6675 * gdb.python/py-caller-is.exp
6676 * gdb.python/py-cmd.exp
6677 * gdb.python/py-explore-cc.exp
6678 * gdb.python/py-explore.exp
6679 * gdb.python/py-finish-breakpoint.exp
6680 * gdb.python/py-finish-breakpoint2.exp
6681 * gdb.python/py-frame-args.exp
6682 * gdb.python/py-frame-inline.exp
6683 * gdb.python/py-frame.exp
6684 * gdb.python/py-framefilter-mi.exp
6685 * gdb.python/py-infthread.exp
6686 * gdb.python/py-lazy-string.exp
6687 * gdb.python/py-linetable.exp
6688 * gdb.python/py-mi-events.exp
6689 * gdb.python/py-mi-objfile.exp
6690 * gdb.python/py-mi.exp
6691 * gdb.python/py-objfile.exp
6692 * gdb.python/py-pp-integral.exp
6693 * gdb.python/py-pp-maint.exp
6694 * gdb.python/py-pp-re-notag.exp
6695 * gdb.python/py-pp-registration.exp
6696 * gdb.python/py-recurse-unwind.exp
6697 * gdb.python/py-strfns.exp
6698 * gdb.python/py-symbol.exp
6699 * gdb.python/py-symtab.exp
6700 * gdb.python/py-sync-interp.exp
6701 * gdb.python/py-typeprint.exp
6702 * gdb.python/py-unwind-maint.exp
6703 * gdb.python/py-unwind.exp
6704 * gdb.python/py-value-cc.exp
6705 * gdb.python/py-xmethods.exp
6706 * gdb.reverse/amd64-tailcall-reverse.exp
6707 * gdb.reverse/break-precsave.exp
6708 * gdb.reverse/break-reverse.exp
6709 * gdb.reverse/consecutive-precsave.exp
6710 * gdb.reverse/consecutive-reverse.exp
6711 * gdb.reverse/finish-precsave.exp
6712 * gdb.reverse/finish-reverse-bkpt.exp
6713 * gdb.reverse/finish-reverse.exp
6714 * gdb.reverse/fstatat-reverse.exp
6715 * gdb.reverse/getresuid-reverse.exp
6716 * gdb.reverse/i386-precsave.exp
6717 * gdb.reverse/i386-reverse.exp
6718 * gdb.reverse/i386-sse-reverse.exp
6719 * gdb.reverse/i387-env-reverse.exp
6720 * gdb.reverse/i387-stack-reverse.exp
6721 * gdb.reverse/insn-reverse.exp
6722 * gdb.reverse/machinestate-precsave.exp
6723 * gdb.reverse/machinestate.exp
6724 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6725 * gdb.reverse/pipe-reverse.exp
6726 * gdb.reverse/readv-reverse.exp
6727 * gdb.reverse/recvmsg-reverse.exp
6728 * gdb.reverse/rerun-prec.exp
6729 * gdb.reverse/s390-mvcle.exp
6730 * gdb.reverse/step-precsave.exp
6731 * gdb.reverse/step-reverse.exp
6732 * gdb.reverse/time-reverse.exp
6733 * gdb.reverse/until-precsave.exp
6734 * gdb.reverse/until-reverse.exp
6735 * gdb.reverse/waitpid-reverse.exp
6736 * gdb.reverse/watch-precsave.exp
6737 * gdb.reverse/watch-reverse.exp
6738 * gdb.rust/generics.exp
6739 * gdb.rust/methods.exp
6740 * gdb.rust/modules.exp
6741 * gdb.rust/simple.exp
6742 * gdb.server/connect-with-no-symbol-file.exp
6743 * gdb.server/ext-attach.exp
6744 * gdb.server/ext-restart.exp
6745 * gdb.server/ext-wrapper.exp
6746 * gdb.server/file-transfer.exp
6747 * gdb.server/server-exec-info.exp
6748 * gdb.server/server-kill.exp
6749 * gdb.server/server-mon.exp
6750 * gdb.server/wrapper.exp
6751 * gdb.stabs/exclfwd.exp
6752 * gdb.stabs/gdb11479.exp
6753 * gdb.threads/clone-new-thread-event.exp
6754 * gdb.threads/corethreads.exp
6755 * gdb.threads/current-lwp-dead.exp
6756 * gdb.threads/dlopen-libpthread.exp
6757 * gdb.threads/gcore-thread.exp
6758 * gdb.threads/sigstep-threads.exp
6759 * gdb.threads/watchpoint-fork.exp
6760 * gdb.trace/actions-changed.exp
6761 * gdb.trace/backtrace.exp
6762 * gdb.trace/change-loc.exp
6763 * gdb.trace/circ.exp
6764 * gdb.trace/collection.exp
6765 * gdb.trace/disconnected-tracing.exp
6766 * gdb.trace/ftrace.exp
6767 * gdb.trace/mi-trace-frame-collected.exp
6768 * gdb.trace/mi-trace-unavailable.exp
6769 * gdb.trace/mi-traceframe-changed.exp
6770 * gdb.trace/mi-tsv-changed.exp
6771 * gdb.trace/no-attach-trace.exp
6772 * gdb.trace/passc-dyn.exp
6773 * gdb.trace/qtro.exp
6774 * gdb.trace/range-stepping.exp
6775 * gdb.trace/read-memory.exp
6776 * gdb.trace/save-trace.exp
6777 * gdb.trace/signal.exp
6778 * gdb.trace/status-stop.exp
6779 * gdb.trace/tfile.exp
6780 * gdb.trace/trace-break.exp
6781 * gdb.trace/trace-buffer-size.exp
6782 * gdb.trace/trace-condition.exp
6783 * gdb.trace/tracefile-pseudo-reg.exp
6784 * gdb.trace/tstatus.exp
6785 * gdb.trace/unavailable.exp
6786 * gdb.trace/while-dyn.exp
6787 * gdb.trace/while-stepping.exp
6788
6789 2016-12-22 Doug Evans <xdje42@gmail.com>
6790
6791 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6792 and msymbols.
6793
6794 2016-12-19 Yao Qi <yao.qi@linaro.org>
6795
6796 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6797 (test_with_self): Don't call do_steps_and_nexts, and remove
6798 code about stepping into xmalloc.
6799
6800 2016-12-09 Yao Qi <yao.qi@linaro.org>
6801
6802 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6803
6804 2016-12-09 Yao Qi <yao.qi@linaro.org>
6805
6806 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6807
6808 2016-12-09 Pedro Alves <palves@redhat.com>
6809
6810 * gdb.base/all-architectures-0.exp: New file.
6811 * gdb.base/all-architectures-1.exp: New file.
6812 * gdb.base/all-architectures-2.exp: New file.
6813 * gdb.base/all-architectures-3.exp: New file.
6814 * gdb.base/all-architectures-4.exp: New file.
6815 * gdb.base/all-architectures-5.exp: New file.
6816 * gdb.base/all-architectures-6.exp: New file.
6817 * gdb.base/all-architectures-7.exp: New file.
6818 * gdb.base/all-architectures.exp.in: New file.
6819
6820 2016-12-09 Yao Qi <yao.qi@linaro.org>
6821
6822 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6823
6824 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6825
6826 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6827 possible.
6828 Remove useless pattern-matching code.
6829
6830 2016-12-02 Pedro Alves <palves@redhat.com>
6831
6832 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6833 procedure.
6834 (top level): Call it.
6835
6836 2016-12-02 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6839 New procedure.
6840 (top level): Call it.
6841
6842 2016-12-02 Pedro Alves <palves@redhat.com>
6843
6844 PR cli/20559
6845 * gdb.base/commands.exp (user_defined_command_args_eval): New
6846 procedure.
6847 (top level): Call it.
6848
6849 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6850
6851 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6852 timeout handling.
6853
6854 2016-12-02 Tom Tromey <tom@tromey.com>
6855
6856 * gdb.dwarf2/main-subprogram.c: New file.
6857 * gdb.dwarf2/main-subprogram.exp: New file.
6858
6859 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6860
6861 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6862 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6863 gdb_test_no_output for a couple of cases.
6864 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6865
6866 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6867
6868 Fix test names and standardize compilation error messages throughout
6869 the following files:
6870
6871 * gdb.ada/start.exp
6872 * gdb.arch/alpha-step.exp
6873 * gdb.arch/e500-prologue.exp
6874 * gdb.arch/ftrace-insn-reloc.exp
6875 * gdb.arch/gdb1291.exp
6876 * gdb.arch/gdb1431.exp
6877 * gdb.arch/gdb1558.exp
6878 * gdb.arch/i386-dr3-watch.exp
6879 * gdb.arch/i386-sse-stack-align.exp
6880 * gdb.arch/ia64-breakpoint-shadow.exp
6881 * gdb.arch/pa-nullify.exp
6882 * gdb.arch/powerpc-aix-prologue.exp
6883 * gdb.arch/thumb-bx-pc.exp
6884 * gdb.base/annota1.exp
6885 * gdb.base/annota3.exp
6886 * gdb.base/arrayidx.exp
6887 * gdb.base/assign.exp
6888 * gdb.base/attach.exp
6889 * gdb.base/auxv.exp
6890 * gdb.base/bang.exp
6891 * gdb.base/bfp-test.exp
6892 * gdb.base/bigcore.exp
6893 * gdb.base/bitfields2.exp
6894 * gdb.base/break-fun-addr.exp
6895 * gdb.base/break-probes.exp
6896 * gdb.base/call-rt-st.exp
6897 * gdb.base/callexit.exp
6898 * gdb.base/catch-fork-kill.exp
6899 * gdb.base/charset.exp
6900 * gdb.base/checkpoint.exp
6901 * gdb.base/comprdebug.exp
6902 * gdb.base/constvars.exp
6903 * gdb.base/coredump-filter.exp
6904 * gdb.base/cursal.exp
6905 * gdb.base/cvexpr.exp
6906 * gdb.base/detach.exp
6907 * gdb.base/display.exp
6908 * gdb.base/dmsym.exp
6909 * gdb.base/dprintf-pending.exp
6910 * gdb.base/dso2dso.exp
6911 * gdb.base/dtrace-probe.exp
6912 * gdb.base/dump.exp
6913 * gdb.base/enum_cond.exp
6914 * gdb.base/exe-lock.exp
6915 * gdb.base/exec-invalid-sysroot.exp
6916 * gdb.base/execl-update-breakpoints.exp
6917 * gdb.base/exprs.exp
6918 * gdb.base/fileio.exp
6919 * gdb.base/find.exp
6920 * gdb.base/finish.exp
6921 * gdb.base/fixsection.exp
6922 * gdb.base/foll-vfork.exp
6923 * gdb.base/frame-args.exp
6924 * gdb.base/gcore.exp
6925 * gdb.base/gdb1250.exp
6926 * gdb.base/global-var-nested-by-dso.exp
6927 * gdb.base/gnu-ifunc.exp
6928 * gdb.base/hashline1.exp
6929 * gdb.base/hashline2.exp
6930 * gdb.base/hashline3.exp
6931 * gdb.base/hbreak-in-shr-unsupported.exp
6932 * gdb.base/huge.exp
6933 * gdb.base/infcall-input.exp
6934 * gdb.base/info-fun.exp
6935 * gdb.base/info-shared.exp
6936 * gdb.base/jit-simple.exp
6937 * gdb.base/jit-so.exp
6938 * gdb.base/jit.exp
6939 * gdb.base/jump.exp
6940 * gdb.base/label.exp
6941 * gdb.base/lineinc.exp
6942 * gdb.base/logical.exp
6943 * gdb.base/longjmp.exp
6944 * gdb.base/macscp.exp
6945 * gdb.base/miscexprs.exp
6946 * gdb.base/new-ui-echo.exp
6947 * gdb.base/new-ui-pending-input.exp
6948 * gdb.base/new-ui.exp
6949 * gdb.base/nodebug.exp
6950 * gdb.base/nofield.exp
6951 * gdb.base/offsets.exp
6952 * gdb.base/overlays.exp
6953 * gdb.base/pending.exp
6954 * gdb.base/pointers.exp
6955 * gdb.base/pr11022.exp
6956 * gdb.base/printcmds.exp
6957 * gdb.base/prologue.exp
6958 * gdb.base/ptr-typedef.exp
6959 * gdb.base/realname-expand.exp
6960 * gdb.base/relativedebug.exp
6961 * gdb.base/relocate.exp
6962 * gdb.base/remote.exp
6963 * gdb.base/reread.exp
6964 * gdb.base/return2.exp
6965 * gdb.base/savedregs.exp
6966 * gdb.base/sep.exp
6967 * gdb.base/sepdebug.exp
6968 * gdb.base/sepsymtab.exp
6969 * gdb.base/set-inferior-tty.exp
6970 * gdb.base/setshow.exp
6971 * gdb.base/shlib-call.exp
6972 * gdb.base/sigaltstack.exp
6973 * gdb.base/siginfo-addr.exp
6974 * gdb.base/signals.exp
6975 * gdb.base/signull.exp
6976 * gdb.base/sigrepeat.exp
6977 * gdb.base/so-impl-ld.exp
6978 * gdb.base/solib-display.exp
6979 * gdb.base/solib-overlap.exp
6980 * gdb.base/solib-search.exp
6981 * gdb.base/solib-symbol.exp
6982 * gdb.base/structs.exp
6983 * gdb.base/structs2.exp
6984 * gdb.base/symtab-search-order.exp
6985 * gdb.base/twice.exp
6986 * gdb.base/unload.exp
6987 * gdb.base/varargs.exp
6988 * gdb.base/watchpoint-solib.exp
6989 * gdb.base/watchpoint.exp
6990 * gdb.base/whatis.exp
6991 * gdb.base/wrong_frame_bt_full.exp
6992 * gdb.btrace/dlopen.exp
6993 * gdb.cell/ea-standalone.exp
6994 * gdb.cell/ea-test.exp
6995 * gdb.cp/dispcxx.exp
6996 * gdb.cp/gdb2384.exp
6997 * gdb.cp/method2.exp
6998 * gdb.cp/nextoverthrow.exp
6999 * gdb.cp/pr10728.exp
7000 * gdb.disasm/am33.exp
7001 * gdb.disasm/h8300s.exp
7002 * gdb.disasm/mn10300.exp
7003 * gdb.disasm/sh3.exp
7004 * gdb.dwarf2/dw2-dir-file-name.exp
7005 * gdb.fortran/complex.exp
7006 * gdb.fortran/library-module.exp
7007 * gdb.guile/scm-pretty-print.exp
7008 * gdb.guile/scm-symbol.exp
7009 * gdb.guile/scm-type.exp
7010 * gdb.guile/scm-value.exp
7011 * gdb.linespec/linespec.exp
7012 * gdb.mi/gdb701.exp
7013 * gdb.mi/gdb792.exp
7014 * gdb.mi/mi-breakpoint-changed.exp
7015 * gdb.mi/mi-dprintf-pending.exp
7016 * gdb.mi/mi-dprintf.exp
7017 * gdb.mi/mi-exit-code.exp
7018 * gdb.mi/mi-pending.exp
7019 * gdb.mi/mi-solib.exp
7020 * gdb.mi/new-ui-mi-sync.exp
7021 * gdb.mi/pr11022.exp
7022 * gdb.mi/user-selected-context-sync.exp
7023 * gdb.opt/solib-intra-step.exp
7024 * gdb.python/py-events.exp
7025 * gdb.python/py-finish-breakpoint.exp
7026 * gdb.python/py-mi.exp
7027 * gdb.python/py-prettyprint.exp
7028 * gdb.python/py-shared.exp
7029 * gdb.python/py-symbol.exp
7030 * gdb.python/py-template.exp
7031 * gdb.python/py-type.exp
7032 * gdb.python/py-value.exp
7033 * gdb.reverse/solib-precsave.exp
7034 * gdb.reverse/solib-reverse.exp
7035 * gdb.server/solib-list.exp
7036 * gdb.stabs/weird.exp
7037 * gdb.threads/reconnect-signal.exp
7038 * gdb.threads/stepi-random-signal.exp
7039 * gdb.trace/actions.exp
7040 * gdb.trace/ax.exp
7041 * gdb.trace/backtrace.exp
7042 * gdb.trace/change-loc.exp
7043 * gdb.trace/deltrace.exp
7044 * gdb.trace/ftrace-lock.exp
7045 * gdb.trace/ftrace.exp
7046 * gdb.trace/infotrace.exp
7047 * gdb.trace/mi-tracepoint-changed.exp
7048 * gdb.trace/packetlen.exp
7049 * gdb.trace/passcount.exp
7050 * gdb.trace/pending.exp
7051 * gdb.trace/range-stepping.exp
7052 * gdb.trace/report.exp
7053 * gdb.trace/stap-trace.exp
7054 * gdb.trace/tfind.exp
7055 * gdb.trace/trace-break.exp
7056 * gdb.trace/trace-condition.exp
7057 * gdb.trace/trace-enable-disable.exp
7058 * gdb.trace/trace-mt.exp
7059 * gdb.trace/tracecmd.exp
7060 * gdb.trace/tspeed.exp
7061 * gdb.trace/tsv.exp
7062 * lib/perftest.exp
7063
7064 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7065
7066 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7067 with gdb_test_no_output.
7068 Use command as test name.
7069
7070 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7071
7072 Fix test names starting with uppercase throughout the files.
7073
7074 * gdb.ada/assign_1.exp
7075 * gdb.ada/boolean_expr.exp
7076 * gdb.base/arrayidx.exp
7077 * gdb.base/del.exp
7078 * gdb.base/gcore-buffer-overflow.exp
7079 * gdb.base/testenv.exp
7080 * gdb.compile/compile.exp
7081 * gdb.python/py-framefilter-invalidarg.exp
7082 * gdb.python/py-framefilter.exp
7083
7084 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7085
7086 Fix test names starting with uppercase throughout the files.
7087
7088 * gdb.ada/array_return.exp
7089 * gdb.ada/expr_delims.exp
7090 * gdb.ada/mi_dyn_arr.exp
7091 * gdb.ada/mi_interface.exp
7092 * gdb.ada/mi_var_array.exp
7093 * gdb.ada/watch_arg.exp
7094 * gdb.arch/alpha-step.exp
7095 * gdb.arch/altivec-regs.exp
7096 * gdb.arch/e500-regs.exp
7097 * gdb.arch/powerpc-d128-regs.exp
7098 * gdb.base/arrayidx.exp
7099 * gdb.base/break.exp
7100 * gdb.base/checkpoint.exp
7101 * gdb.base/debug-expr.exp
7102 * gdb.base/dmsym.exp
7103 * gdb.base/radix.exp
7104 * gdb.base/sepdebug.exp
7105 * gdb.base/testenv.exp
7106 * gdb.base/watch_thread_num.exp
7107 * gdb.base/watchpoint-cond-gone.exp
7108 * gdb.cell/break.exp
7109 * gdb.cell/ea-cache.exp
7110 * gdb.compile/compile.exp
7111 * gdb.cp/gdb2495.exp
7112 * gdb.gdb/selftest.exp
7113 * gdb.gdb/xfullpath.exp
7114 * gdb.go/hello.exp
7115 * gdb.go/integers.exp
7116 * gdb.objc/basicclass.exp
7117 * gdb.pascal/hello.exp
7118 * gdb.pascal/integers.exp
7119 * gdb.python/py-breakpoint.exp
7120 * gdb.python/py-cmd.exp
7121 * gdb.python/py-linetable.exp
7122 * gdb.python/py-xmethods.exp
7123 * gdb.python/python.exp
7124 * gdb.reverse/consecutive-precsave.exp
7125 * gdb.reverse/finish-precsave.exp
7126 * gdb.reverse/i386-precsave.exp
7127 * gdb.reverse/machinestate-precsave.exp
7128 * gdb.reverse/sigall-precsave.exp
7129 * gdb.reverse/solib-precsave.exp
7130 * gdb.reverse/step-precsave.exp
7131 * gdb.reverse/until-precsave.exp
7132 * gdb.reverse/watch-precsave.exp
7133 * gdb.threads/leader-exit.exp
7134 * gdb.threads/pthreads.exp
7135 * gdb.threads/wp-replication.exp
7136 * gdb.trace/actions.exp
7137 * gdb.trace/mi-tsv-changed.exp
7138 * gdb.trace/tsv.exp
7139
7140 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7141
7142 Fix test names starting with uppercase throughout the files.
7143
7144 * gdb.arch/i386-bp_permanent.exp
7145 * gdb.arch/i386-gnu-cfi.exp
7146 * gdb.base/disasm-end-cu.exp
7147 * gdb.base/macscp.exp
7148 * gdb.base/pending.exp
7149 * gdb.base/watch_thread_num.exp
7150 * gdb.cp/exception.exp
7151 * gdb.cp/gdb2495.exp
7152 * gdb.cp/local.exp
7153 * gdb.python/py-evsignal.exp
7154 * gdb.python/python.exp
7155 * gdb.trace/tracecmd.exp
7156
7157 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7158
7159 Fix test names starting with uppercase throughout the files.
7160
7161 * gdb.base/charset.exp
7162 * gdb.base/eval.exp
7163 * gdb.base/multi-forks.exp
7164 * gdb.guile/scm-progspace.exp
7165 * gdb.opencl/datatypes.exp
7166 * gdb.python/py-block.exp
7167 * gdb.python/py-function.exp
7168 * gdb.python/py-symbol.exp
7169 * gdb.python/py-symtab.exp
7170 * gdb.python/py-xmethods.exp
7171 * gdb.reverse/break-precsave.exp
7172 * gdb.reverse/break-reverse.exp
7173 * gdb.reverse/consecutive-precsave.exp
7174 * gdb.reverse/consecutive-reverse.exp
7175 * gdb.reverse/finish-precsave.exp
7176 * gdb.reverse/finish-reverse-bkpt.exp
7177 * gdb.reverse/finish-reverse.exp
7178 * gdb.reverse/fstatat-reverse.exp
7179 * gdb.reverse/getresuid-reverse.exp
7180 * gdb.reverse/i386-precsave.exp
7181 * gdb.reverse/i386-reverse.exp
7182 * gdb.reverse/i386-sse-reverse.exp
7183 * gdb.reverse/i387-stack-reverse.exp
7184 * gdb.reverse/insn-reverse.exp
7185 * gdb.reverse/machinestate-precsave.exp
7186 * gdb.reverse/machinestate.exp
7187 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7188 * gdb.reverse/pipe-reverse.exp
7189 * gdb.reverse/readv-reverse.exp
7190 * gdb.reverse/recvmsg-reverse.exp
7191 * gdb.reverse/rerun-prec.exp
7192 * gdb.reverse/s390-mvcle.exp
7193 * gdb.reverse/sigall-precsave.exp
7194 * gdb.reverse/sigall-reverse.exp
7195 * gdb.reverse/solib-precsave.exp
7196 * gdb.reverse/solib-reverse.exp
7197 * gdb.reverse/step-precsave.exp
7198 * gdb.reverse/step-reverse.exp
7199 * gdb.reverse/time-reverse.exp
7200 * gdb.reverse/until-precsave.exp
7201 * gdb.reverse/until-reverse.exp
7202 * gdb.reverse/waitpid-reverse.exp
7203 * gdb.reverse/watch-precsave.exp
7204 * gdb.reverse/watch-reverse.exp
7205
7206 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7207
7208 Fix test names starting with uppercase throughout the files.
7209
7210 * gdb.arch/i386-mpx-simple_segv.exp
7211 * gdb.arch/i386-mpx.exp
7212 * gdb.arch/i386-permbkpt.exp
7213 * gdb.arch/pa-nullify.exp
7214 * gdb.arch/powerpc-d128-regs.exp
7215 * gdb.arch/vsx-regs.exp
7216 * gdb.base/bfp-test.exp
7217 * gdb.base/break.exp
7218 * gdb.base/breakpoint-shadow.exp
7219 * gdb.base/callfuncs.exp
7220 * gdb.base/charset.exp
7221 * gdb.base/commands.exp
7222 * gdb.base/completion.exp
7223 * gdb.base/dfp-test.exp
7224 * gdb.base/echo.exp
7225 * gdb.base/ending-run.exp
7226 * gdb.base/eval.exp
7227 * gdb.base/expand-psymtabs.exp
7228 * gdb.base/float128.exp
7229 * gdb.base/floatn.exp
7230 * gdb.base/foll-exec-mode.exp
7231 * gdb.base/gdb1056.exp
7232 * gdb.base/gdb11531.exp
7233 * gdb.base/kill-after-signal.exp
7234 * gdb.base/multi-forks.exp
7235 * gdb.base/overlays.exp
7236 * gdb.base/pending.exp
7237 * gdb.base/sepdebug.exp
7238 * gdb.base/testenv.exp
7239 * gdb.base/valgrind-db-attach.exp
7240 * gdb.base/watch_thread_num.exp
7241 * gdb.base/watchpoint-cond-gone.exp
7242 * gdb.base/watchpoint.exp
7243 * gdb.base/watchpoints.exp
7244 * gdb.cp/arg-reference.exp
7245 * gdb.cp/baseenum.exp
7246 * gdb.cp/operator.exp
7247 * gdb.cp/shadow.exp
7248 * gdb.dwarf2/dw2-op-out-param.exp
7249 * gdb.dwarf2/dw2-reg-undefined.exp
7250 * gdb.go/chan.exp
7251 * gdb.go/hello.exp
7252 * gdb.go/integers.exp
7253 * gdb.go/methods.exp
7254 * gdb.go/package.exp
7255 * gdb.guile/scm-parameter.exp
7256 * gdb.guile/scm-progspace.exp
7257 * gdb.guile/scm-value.exp
7258 * gdb.mi/mi-pending.exp
7259 * gdb.mi/user-selected-context-sync.exp
7260 * gdb.multi/multi-attach.exp
7261 * gdb.multi/tids.exp
7262 * gdb.opt/clobbered-registers-O2.exp
7263 * gdb.pascal/floats.exp
7264 * gdb.pascal/integers.exp
7265 * gdb.python/py-block.exp
7266 * gdb.python/py-events.exp
7267 * gdb.python/py-parameter.exp
7268 * gdb.python/py-symbol.exp
7269 * gdb.python/py-symtab.exp
7270 * gdb.python/py-type.exp
7271 * gdb.python/py-value.exp
7272 * gdb.python/py-xmethods.exp
7273 * gdb.python/python.exp
7274 * gdb.reverse/break-precsave.exp
7275 * gdb.reverse/consecutive-precsave.exp
7276 * gdb.reverse/finish-precsave.exp
7277 * gdb.reverse/i386-precsave.exp
7278 * gdb.reverse/machinestate-precsave.exp
7279 * gdb.reverse/sigall-precsave.exp
7280 * gdb.reverse/solib-precsave.exp
7281 * gdb.reverse/step-precsave.exp
7282 * gdb.reverse/until-precsave.exp
7283 * gdb.reverse/watch-precsave.exp
7284 * gdb.server/ext-attach.exp
7285 * gdb.server/ext-restart.exp
7286 * gdb.server/ext-run.exp
7287 * gdb.server/ext-wrapper.exp
7288 * gdb.stabs/gdb11479.exp
7289 * gdb.stabs/weird.exp
7290 * gdb.threads/attach-many-short-lived-threads.exp
7291 * gdb.threads/kill.exp
7292 * gdb.threads/watchpoint-fork.exp
7293
7294 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7295
7296 Fix test names starting with uppercase throughout all the files below.
7297
7298 * gdb.ada/array_return.exp
7299 * gdb.ada/catch_ex.exp
7300 * gdb.ada/info_exc.exp
7301 * gdb.ada/mi_catch_ex.exp
7302 * gdb.ada/mi_dyn_arr.exp
7303 * gdb.ada/mi_ex_cond.exp
7304 * gdb.ada/mi_exc_info.exp
7305 * gdb.ada/mi_interface.exp
7306 * gdb.ada/mi_task_arg.exp
7307 * gdb.ada/mi_task_info.exp
7308 * gdb.ada/mi_var_array.exp
7309 * gdb.arch/alpha-step.exp
7310 * gdb.arch/amd64-disp-step.exp
7311 * gdb.arch/arm-disp-step.exp
7312 * gdb.arch/disp-step-insn-reloc.exp
7313 * gdb.arch/e500-prologue.exp
7314 * gdb.arch/ftrace-insn-reloc.exp
7315 * gdb.arch/gdb1558.exp
7316 * gdb.arch/i386-bp_permanent.exp
7317 * gdb.arch/i386-disp-step.exp
7318 * gdb.arch/i386-float.exp
7319 * gdb.arch/i386-gnu-cfi.exp
7320 * gdb.arch/ia64-breakpoint-shadow.exp
7321 * gdb.arch/mips16-thunks.exp
7322 * gdb.arch/pa-nullify.exp
7323 * gdb.arch/powerpc-aix-prologue.exp
7324 * gdb.arch/powerpc-power.exp
7325 * gdb.arch/ppc-dfp.exp
7326 * gdb.arch/s390-tdbregs.exp
7327 * gdb.arch/spu-info.exp
7328 * gdb.arch/spu-ls.exp
7329 * gdb.arch/thumb-bx-pc.exp
7330 * gdb.base/advance.exp
7331 * gdb.base/annota-input-while-running.exp
7332 * gdb.base/arrayidx.exp
7333 * gdb.base/asmlabel.exp
7334 * gdb.base/async.exp
7335 * gdb.base/attach-wait-input.exp
7336 * gdb.base/auto-connect-native-target.exp
7337 * gdb.base/batch-preserve-term-settings.exp
7338 * gdb.base/bfp-test.exp
7339 * gdb.base/bigcore.exp
7340 * gdb.base/bp-permanent.exp
7341 * gdb.base/break-always.exp
7342 * gdb.base/break-fun-addr.exp
7343 * gdb.base/break-idempotent.exp
7344 * gdb.base/break-main-file-remove-fail.exp
7345 * gdb.base/break-probes.exp
7346 * gdb.base/break-unload-file.exp
7347 * gdb.base/break.exp
7348 * gdb.base/call-ar-st.exp
7349 * gdb.base/call-rt-st.exp
7350 * gdb.base/call-sc.exp
7351 * gdb.base/call-signal-resume.exp
7352 * gdb.base/call-strs.exp
7353 * gdb.base/callexit.exp
7354 * gdb.base/callfuncs.exp
7355 * gdb.base/catch-gdb-caused-signals.exp
7356 * gdb.base/catch-signal-siginfo-cond.exp
7357 * gdb.base/catch-syscall.exp
7358 * gdb.base/compare-sections.exp
7359 * gdb.base/cond-eval-mode.exp
7360 * gdb.base/condbreak-call-false.exp
7361 * gdb.base/consecutive-step-over.exp
7362 * gdb.base/cursal.exp
7363 * gdb.base/disabled-location.exp
7364 * gdb.base/disasm-end-cu.exp
7365 * gdb.base/display.exp
7366 * gdb.base/double-prompt-target-event-error.exp
7367 * gdb.base/dprintf-bp-same-addr.exp
7368 * gdb.base/dprintf-detach.exp
7369 * gdb.base/dprintf-next.exp
7370 * gdb.base/dprintf-non-stop.exp
7371 * gdb.base/dprintf-pending.exp
7372 * gdb.base/dso2dso.exp
7373 * gdb.base/ending-run.exp
7374 * gdb.base/enum_cond.exp
7375 * gdb.base/examine-backward.exp
7376 * gdb.base/exe-lock.exp
7377 * gdb.base/exec-invalid-sysroot.exp
7378 * gdb.base/execl-update-breakpoints.exp
7379 * gdb.base/execution-termios.exp
7380 * gdb.base/fileio.exp
7381 * gdb.base/fixsection.exp
7382 * gdb.base/foll-exec-mode.exp
7383 * gdb.base/foll-exec.exp
7384 * gdb.base/fork-running-state.exp
7385 * gdb.base/frame-args.exp
7386 * gdb.base/fullpath-expand.exp
7387 * gdb.base/func-ptr.exp
7388 * gdb.base/gcore-relro-pie.exp
7389 * gdb.base/gdb1090.exp
7390 * gdb.base/gdb1555.exp
7391 * gdb.base/global-var-nested-by-dso.exp
7392 * gdb.base/gnu-ifunc.exp
7393 * gdb.base/hbreak-in-shr-unsupported.exp
7394 * gdb.base/hbreak-unmapped.exp
7395 * gdb.base/hook-stop.exp
7396 * gdb.base/infcall-input.exp
7397 * gdb.base/info-fun.exp
7398 * gdb.base/info-shared.exp
7399 * gdb.base/interrupt-noterm.exp
7400 * gdb.base/jit-so.exp
7401 * gdb.base/jit.exp
7402 * gdb.base/line-symtabs.exp
7403 * gdb.base/list.exp
7404 * gdb.base/longjmp.exp
7405 * gdb.base/macscp.exp
7406 * gdb.base/max-value-size.exp
7407 * gdb.base/nodebug.exp
7408 * gdb.base/nofield.exp
7409 * gdb.base/overlays.exp
7410 * gdb.base/paginate-after-ctrl-c-running.exp
7411 * gdb.base/paginate-bg-execution.exp
7412 * gdb.base/paginate-inferior-exit.exp
7413 * gdb.base/pending.exp
7414 * gdb.base/pr11022.exp
7415 * gdb.base/printcmds.exp
7416 * gdb.base/ptr-typedef.exp
7417 * gdb.base/ptype.exp
7418 * gdb.base/randomize.exp
7419 * gdb.base/range-stepping.exp
7420 * gdb.base/realname-expand.exp
7421 * gdb.base/relativedebug.exp
7422 * gdb.base/remote.exp
7423 * gdb.base/savedregs.exp
7424 * gdb.base/sepdebug.exp
7425 * gdb.base/set-noassign.exp
7426 * gdb.base/shlib-call.exp
7427 * gdb.base/shreloc.exp
7428 * gdb.base/sigaltstack.exp
7429 * gdb.base/sigbpt.exp
7430 * gdb.base/siginfo-addr.exp
7431 * gdb.base/siginfo-obj.exp
7432 * gdb.base/siginfo-thread.exp
7433 * gdb.base/signest.exp
7434 * gdb.base/signull.exp
7435 * gdb.base/sigrepeat.exp
7436 * gdb.base/skip.exp
7437 * gdb.base/so-impl-ld.exp
7438 * gdb.base/solib-corrupted.exp
7439 * gdb.base/solib-disc.exp
7440 * gdb.base/solib-display.exp
7441 * gdb.base/solib-overlap.exp
7442 * gdb.base/solib-search.exp
7443 * gdb.base/solib-symbol.exp
7444 * gdb.base/source-execution.exp
7445 * gdb.base/sss-bp-on-user-bp-2.exp
7446 * gdb.base/sss-bp-on-user-bp.exp
7447 * gdb.base/stack-checking.exp
7448 * gdb.base/stale-infcall.exp
7449 * gdb.base/step-break.exp
7450 * gdb.base/step-line.exp
7451 * gdb.base/step-over-exit.exp
7452 * gdb.base/step-test.exp
7453 * gdb.base/structs.exp
7454 * gdb.base/sym-file.exp
7455 * gdb.base/symtab-search-order.exp
7456 * gdb.base/term.exp
7457 * gdb.base/type-opaque.exp
7458 * gdb.base/unload.exp
7459 * gdb.base/until-nodebug.exp
7460 * gdb.base/until.exp
7461 * gdb.base/unwindonsignal.exp
7462 * gdb.base/watch-cond.exp
7463 * gdb.base/watch-non-mem.exp
7464 * gdb.base/watch_thread_num.exp
7465 * gdb.base/watchpoint-reuse-slot.exp
7466 * gdb.base/watchpoint-solib.exp
7467 * gdb.base/watchpoint.exp
7468 * gdb.btrace/dlopen.exp
7469 * gdb.cell/arch.exp
7470 * gdb.cell/break.exp
7471 * gdb.cell/bt.exp
7472 * gdb.cell/core.exp
7473 * gdb.cell/data.exp
7474 * gdb.cell/dwarfaddr.exp
7475 * gdb.cell/ea-cache.exp
7476 * gdb.cell/ea-standalone.exp
7477 * gdb.cell/ea-test.exp
7478 * gdb.cell/f-regs.exp
7479 * gdb.cell/fork.exp
7480 * gdb.cell/gcore.exp
7481 * gdb.cell/mem-access.exp
7482 * gdb.cell/ptype.exp
7483 * gdb.cell/registers.exp
7484 * gdb.cell/sizeof.exp
7485 * gdb.cell/solib-symbol.exp
7486 * gdb.cell/solib.exp
7487 * gdb.compile/compile-tls.exp
7488 * gdb.cp/exception.exp
7489 * gdb.cp/gdb2495.exp
7490 * gdb.cp/local.exp
7491 * gdb.cp/mb-inline.exp
7492 * gdb.cp/mb-templates.exp
7493 * gdb.cp/pr10687.exp
7494 * gdb.cp/pr9167.exp
7495 * gdb.cp/scope-err.exp
7496 * gdb.cp/templates.exp
7497 * gdb.cp/virtfunc.exp
7498 * gdb.dwarf2/dw2-dir-file-name.exp
7499 * gdb.dwarf2/dw2-single-line-discriminators.exp
7500 * gdb.fortran/complex.exp
7501 * gdb.fortran/library-module.exp
7502 * gdb.guile/guile.exp
7503 * gdb.guile/scm-cmd.exp
7504 * gdb.guile/scm-frame-inline.exp
7505 * gdb.guile/scm-objfile.exp
7506 * gdb.guile/scm-pretty-print.exp
7507 * gdb.guile/scm-symbol.exp
7508 * gdb.guile/scm-type.exp
7509 * gdb.guile/scm-value.exp
7510 * gdb.linespec/keywords.exp
7511 * gdb.linespec/ls-errs.exp
7512 * gdb.linespec/macro-relative.exp
7513 * gdb.linespec/thread.exp
7514 * gdb.mi/mi-breakpoint-changed.exp
7515 * gdb.mi/mi-dprintf-pending.exp
7516 * gdb.mi/mi-fullname-deleted.exp
7517 * gdb.mi/mi-logging.exp
7518 * gdb.mi/mi-pending.exp
7519 * gdb.mi/mi-solib.exp
7520 * gdb.mi/new-ui-mi-sync.exp
7521 * gdb.mi/user-selected-context-sync.exp
7522 * gdb.multi/dummy-frame-restore.exp
7523 * gdb.multi/multi-arch-exec.exp
7524 * gdb.multi/remove-inferiors.exp
7525 * gdb.multi/watchpoint-multi-exit.exp
7526 * gdb.opt/solib-intra-step.exp
7527 * gdb.perf/backtrace.exp
7528 * gdb.perf/single-step.exp
7529 * gdb.perf/skip-command.exp
7530 * gdb.perf/skip-prologue.exp
7531 * gdb.perf/solib.exp
7532 * gdb.python/lib-types.exp
7533 * gdb.python/py-as-string.exp
7534 * gdb.python/py-bad-printers.exp
7535 * gdb.python/py-block.exp
7536 * gdb.python/py-breakpoint.exp
7537 * gdb.python/py-cmd.exp
7538 * gdb.python/py-events.exp
7539 * gdb.python/py-evthreads.exp
7540 * gdb.python/py-finish-breakpoint.exp
7541 * gdb.python/py-finish-breakpoint2.exp
7542 * gdb.python/py-frame-inline.exp
7543 * gdb.python/py-frame.exp
7544 * gdb.python/py-inferior.exp
7545 * gdb.python/py-infthread.exp
7546 * gdb.python/py-mi.exp
7547 * gdb.python/py-objfile.exp
7548 * gdb.python/py-pp-maint.exp
7549 * gdb.python/py-pp-registration.exp
7550 * gdb.python/py-prettyprint.exp
7551 * gdb.python/py-recurse-unwind.exp
7552 * gdb.python/py-shared.exp
7553 * gdb.python/py-symbol.exp
7554 * gdb.python/py-symtab.exp
7555 * gdb.python/py-template.exp
7556 * gdb.python/py-type.exp
7557 * gdb.python/py-unwind-maint.exp
7558 * gdb.python/py-unwind.exp
7559 * gdb.python/py-value.exp
7560 * gdb.python/python.exp
7561 * gdb.reverse/finish-reverse-bkpt.exp
7562 * gdb.reverse/insn-reverse.exp
7563 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7564 * gdb.reverse/solib-precsave.exp
7565 * gdb.reverse/solib-reverse.exp
7566 * gdb.stabs/gdb11479.exp
7567 * gdb.stabs/weird.exp
7568 * gdb.threads/fork-child-threads.exp
7569 * gdb.threads/fork-plus-threads.exp
7570 * gdb.threads/fork-thread-pending.exp
7571 * gdb.threads/forking-threads-plus-breakpoint.exp
7572 * gdb.threads/hand-call-in-threads.exp
7573 * gdb.threads/interrupted-hand-call.exp
7574 * gdb.threads/linux-dp.exp
7575 * gdb.threads/local-watch-wrong-thread.exp
7576 * gdb.threads/next-while-other-thread-longjmps.exp
7577 * gdb.threads/non-ldr-exit.exp
7578 * gdb.threads/pending-step.exp
7579 * gdb.threads/print-threads.exp
7580 * gdb.threads/process-dies-while-detaching.exp
7581 * gdb.threads/process-dies-while-handling-bp.exp
7582 * gdb.threads/pthreads.exp
7583 * gdb.threads/queue-signal.exp
7584 * gdb.threads/reconnect-signal.exp
7585 * gdb.threads/signal-command-handle-nopass.exp
7586 * gdb.threads/signal-command-multiple-signals-pending.exp
7587 * gdb.threads/signal-delivered-right-thread.exp
7588 * gdb.threads/signal-sigtrap.exp
7589 * gdb.threads/sigthread.exp
7590 * gdb.threads/staticthreads.exp
7591 * gdb.threads/stepi-random-signal.exp
7592 * gdb.threads/thread-unwindonsignal.exp
7593 * gdb.threads/thread_check.exp
7594 * gdb.threads/thread_events.exp
7595 * gdb.threads/tid-reuse.exp
7596 * gdb.threads/tls-nodebug.exp
7597 * gdb.threads/tls-shared.exp
7598 * gdb.threads/tls-so_extern.exp
7599 * gdb.threads/tls.exp
7600 * gdb.threads/wp-replication.exp
7601 * gdb.trace/actions-changed.exp
7602 * gdb.trace/actions.exp
7603 * gdb.trace/backtrace.exp
7604 * gdb.trace/change-loc.exp
7605 * gdb.trace/collection.exp
7606 * gdb.trace/deltrace.exp
7607 * gdb.trace/disconnected-tracing.exp
7608 * gdb.trace/entry-values.exp
7609 * gdb.trace/ftrace-lock.exp
7610 * gdb.trace/ftrace.exp
7611 * gdb.trace/infotrace.exp
7612 * gdb.trace/mi-trace-frame-collected.exp
7613 * gdb.trace/mi-trace-unavailable.exp
7614 * gdb.trace/mi-traceframe-changed.exp
7615 * gdb.trace/mi-tracepoint-changed.exp
7616 * gdb.trace/mi-tsv-changed.exp
7617 * gdb.trace/no-attach-trace.exp
7618 * gdb.trace/packetlen.exp
7619 * gdb.trace/passc-dyn.exp
7620 * gdb.trace/passcount.exp
7621 * gdb.trace/pending.exp
7622 * gdb.trace/pr16508.exp
7623 * gdb.trace/qtro.exp
7624 * gdb.trace/range-stepping.exp
7625 * gdb.trace/read-memory.exp
7626 * gdb.trace/report.exp
7627 * gdb.trace/save-trace.exp
7628 * gdb.trace/signal.exp
7629 * gdb.trace/stap-trace.exp
7630 * gdb.trace/status-stop.exp
7631 * gdb.trace/strace.exp
7632 * gdb.trace/tfile.exp
7633 * gdb.trace/tfind.exp
7634 * gdb.trace/trace-break.exp
7635 * gdb.trace/trace-condition.exp
7636 * gdb.trace/trace-enable-disable.exp
7637 * gdb.trace/trace-mt.exp
7638 * gdb.trace/tracecmd.exp
7639 * gdb.trace/tracefile-pseudo-reg.exp
7640 * gdb.trace/tspeed.exp
7641 * gdb.trace/tstatus.exp
7642 * gdb.trace/tsv.exp
7643 * gdb.trace/unavailable.exp
7644 * gdb.trace/while-dyn.exp
7645 * gdb.trace/while-stepping.exp
7646 * lib/gdb-guile.exp
7647 * lib/gdb.exp
7648 * lib/mi-support.exp
7649 * lib/pascal.exp
7650 * lib/perftest.exp
7651 * lib/prelink-support.exp
7652 * lib/selftest-support.exp
7653
7654 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7655
7656 * Makefile.in: Include disable-implicit-rules.mk.
7657
7658 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7659
7660 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7661 non-byte-aligned bit fields.
7662
7663 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7664
7665 PR gdb/12616
7666 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7667 respects the DW_AT_data_bit_offset attribute.
7668
7669 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7670
7671 * gdb.base/default.exp: Fix output of "set language".
7672
7673 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7674
7675 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7676 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7677 make.
7678 * configure.ac: Remove checks for the make program.
7679 * configure: Re-generate.
7680
7681 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7682
7683 * gdb.python/py-recurse-unwind.c (main): Add loop.
7684 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7685 to read_register() and gdb.parse_and_eval(). Make each code
7686 call a separate case that can be individually tested.
7687 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7688 proc. Call cont_and_backtrace for each of the code paths that
7689 we want to test in the unwinder.
7690
7691 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7692
7693 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7694 the definition of struct S.
7695
7696 2016-11-11 Catherine Moore <clm@codesourcery.com>
7697
7698 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7699
7700 2016-11-09 Pedro Alves <palves@redhat.com>
7701
7702 * gdb.base/commands.exp (runto_or_return): New procedure.
7703 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7704 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7705 (progvar_simple_while_test, progvar_complex_if_while_test)
7706 (if_while_breakpoint_command_test)
7707 (infrun_breakpoint_command_test, breakpoint_command_test)
7708 (user_defined_command_test, watchpoint_command_test)
7709 (test_command_prompt_position, redefine_hook_test)
7710 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7711 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7712 multi_line_input and multi_line. Remove gdb_expect and
7713 gdb_stop_suppressing_tests uses.
7714 * lib/gdb.exp (valnum_re): New global.
7715 (multi_line_input): New procedure.
7716
7717 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7718
7719 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7720 Remove.
7721 (test_setup): Define with proc_with_prefix.
7722 (test_cli_inferior): Likewise.
7723 (test_cli_thread): Likewise.
7724 (test_cli_frame): Likewise.
7725 (test_cli_select_frame): Likewise.
7726 (test_cli_up_down): Likewise.
7727 (test_mi_thread_select): Likewise.
7728 (test_mi_stack_select_frame): Likewise.
7729 (test_cli_in_mi_inferior): Likewise.
7730 (test_cli_in_mi_thread): Likewise.
7731 (test_cli_in_mi_frame): Likewise.
7732 (top level): Do not use with_test_prefix_procname.
7733
7734 2016-11-09 Pedro Alves <palves@redhat.com>
7735
7736 * gdb.base/commands.exp (gdbvar_simple_if_test)
7737 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7738 (progvar_simple_if_test, progvar_simple_while_test)
7739 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7740 (infrun_breakpoint_command_test, breakpoint_command_test)
7741 (user_defined_command_test, watchpoint_command_test)
7742 (test_command_prompt_position, deprecated_command_test)
7743 (bp_deleted_in_command, temporary_breakpoint_commands)
7744 (stray_arg0_test, source_file_with_indented_comment)
7745 (recursive_source_test, if_commands_test)
7746 (error_clears_commands_left, redefine_hook_test)
7747 (redefine_backtrace_test): Use proc_with_prefix.
7748 * lib/gdb.exp (proc_with_prefix): New proc.
7749
7750 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7751
7752 * gdb.base/tui-layout.c: New file.
7753 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7754 disassembly window contains very long lines.
7755
7756 2016-11-08 Tom Tromey <tom@tromey.com>
7757
7758 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7759 depend on Python 2.
7760
7761 2016-11-08 Tom Tromey <tom@tromey.com>
7762
7763 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7764 New method.
7765
7766 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7767
7768 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7769
7770 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7771
7772 * gdb.rust/simple.rs: Add test for univariant enums without
7773 discriminants and for encoded struct-like enums.
7774
7775 2016-10-28 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7778 gdb_test_multiple, tighten regexps and match symtabs and line
7779 tables incrementally.
7780
7781 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7782
7783 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7784 general.
7785
7786 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7787
7788 * gdb.base/exec-invalid-sysroot.exp: New file.
7789
7790 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7791
7792 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7793
7794 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7795
7796 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7797
7798 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7799
7800 * gdb.base/killed-outside.exp: Remove $options from a call to
7801 `prepare_for_testing'.
7802
7803 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7804
7805 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7806 Change test message.
7807
7808 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7809
7810 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7811 Update comment.
7812
7813 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7814
7815 * gdb.trace/mi-trace-save.exp: New file.
7816
7817 2016-10-13 Yao Qi <yao.qi@linaro.org>
7818
7819 * gdb.base/code_elim.exp (get_var_address): Remove.
7820 * gdb.base/relocate.exp: Likewise.
7821 * gdb.base/shreloc.exp: Likewise.
7822 * lib/gdb.exp (get_var_address): New.
7823
7824 2016-10-13 Yao Qi <yao.qi@linaro.org>
7825
7826 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7827 floating point tests if $skip_float_test is false.
7828
7829 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7830
7831 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7832 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7833 argc values.
7834 Add 1 to argc so we guarantee distinct initial/modified argc values.
7835
7836 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7837
7838 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7839
7840 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7841
7842 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7843 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7844 * gdb.arch/vsx-regs.exp: Likewise.
7845
7846 2016-10-07 Yao Qi <yao.qi@linaro.org>
7847
7848 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7849
7850 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7851
7852 * gdb.python/python.exp: Test decode_line("*0").
7853
7854 2016-10-06 Doug Evans <dje@google.com>
7855
7856 * gdb.python/py-value.exp (test_value_creation): Add test for large
7857 unsigned 64-bit value.
7858
7859 2016-10-06 Tom Tromey <tom@tromey.com>
7860
7861 * gdb.compile/compile.exp: Change java tests to rust.
7862 * gdb.base/setshow.exp: Change java tests to rust.
7863 * gdb.base/default.exp: Remove java from language list.
7864 * README (Examples): Update language example.
7865 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7866 test.
7867 * lib/gdb.exp (skip_java_tests): Remove.
7868 * lib/java.exp: Remove.
7869 * gdb.java: Remove.
7870
7871 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7872
7873 * gdb.arch/mips-fcr.exp: New test.
7874 * gdb.arch/mips-fcr.c: Source for the new test.
7875
7876 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7877
7878 * gdb.base/solib-disc.exp: Use `standard_output_file'
7879 throughout.
7880
7881 2016-10-06 Pedro Alves <palves@redhat.com>
7882
7883 * gdb.base/jit-simple-dl.c: New file.
7884 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7885 * gdb.base/jit-simple.c: ... this.
7886 * gdb.base/jit-simple.exp (jit_run): Delete.
7887 (build_jit): New proc.
7888 (jit_test_reread): Recompile either the main program or the shared
7889 library, depending on what is being tested. Skip changing address
7890 if caller wants to. Compare before/after addresses. If testing
7891 standalone, explicitly load the binary. Test "maint info
7892 breakpoints".
7893 (top level): Add "standalone vs shared lib" and "change address"
7894 vs "same address" axes.
7895
7896 2016-10-06 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7899 call.
7900 (jit_run): Delete.
7901 (jit_test_reread): Use with_test_prefix. Reload the main binary
7902 explicitly. Compare the before/after addresses of the JIT
7903 descriptor.
7904
7905 2016-08-15 Doug Evans <dje@google.com>
7906
7907 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7908 for single bitfields is bool.
7909 * gdb.xml/tdesc-regs.exp: Ditto.
7910
7911 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7912
7913 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7914
7915 2016-10-05 Yao Qi <yao.qi@linaro.org>
7916
7917 * lib/gdb.exp (support_complex_tests): Return zero if
7918 gdb_skip_float_test return true.
7919
7920 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7921 Simon Marchi <simon.marchi@ericsson.com>
7922
7923 PR gdb/20487
7924 * gdb.mi/user-selected-context-sync.exp: New file.
7925 * gdb.mi/user-selected-context-sync.c: New file.
7926
7927 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7928 Simon Marchi <simon.marchi@ericsson.com>
7929
7930 PR gdb/20487
7931 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7932 =thread-select-event check.
7933
7934 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7935
7936 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7937 the compulsory L operand changes.
7938 * gdb.arch/powerpc-power.s: Likewise.
7939
7940 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7941
7942 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7943 * gdb.base/jit-attach-pie.c: New file.
7944 * gdb.base/jit-attach-pie.exp: New file.
7945
7946 2016-09-28 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.base/infcall-input.c: New file.
7949 * gdb.base/infcall-input.exp: New file.
7950
7951 2016-09-22 Yao Qi <yao.qi@linaro.org>
7952
7953 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7954 (gdb_exit): Rename it to ...
7955 (gdbserver_gdb_exit): ... Close GDBserver.
7956 (gdb_exit): New proc, call gdbserver_gdb_exit.
7957 (mi_gdb_exit): Likewise.
7958
7959 2016-09-22 Yao Qi <yao.qi@linaro.org>
7960
7961 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7962 path.
7963 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7964 Remove duplication.
7965
7966 2016-09-22 Yao Qi <yao.qi@linaro.org>
7967
7968 * lib/gdbserver-support.exp: Check the existence of
7969 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7970
7971 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7972
7973 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7974
7975 2016-09-21 Tom Tromey <tom@tromey.com>
7976
7977 PR gdb/20604:
7978 * gdb.base/quit.exp: New file.
7979
7980 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7981
7982 * .gitignore: New file.
7983
7984 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7985
7986 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7987 throughout.
7988
7989 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7990
7991 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7992
7993 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7994
7995 * gdb.cp/casts.cc (decltype): Move it ...
7996 (main): ... with its call to ...
7997 * gdb.cp/casts03.cc: ... a new file.
7998 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7999
8000 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8001
8002 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8003
8004 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8005
8006 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8007 and sync up the test with tests in gas/testsuite/gas/ppc.
8008 * gdb.arch/powerpc-power.exp: Likewise.
8009
8010 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8011
8012 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8013
8014 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8015 Jan Kratochvil <jan.kratochvil@redhat.com>
8016
8017 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8018 make m1's definition to be different from m2's. Use 'dummy' as an
8019 argument for probe 'two'.
8020
8021 2016-09-10 Jon Beniston <jon@beniston.com>
8022
8023 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8024 for sim target.
8025
8026 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8027
8028 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8029 variable declaration.
8030 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8031 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8032 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8033 received HWCAP as its argument.
8034
8035 2016-09-06 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.base/new-ui-pending-input.c: New file.
8038 * gdb.base/new-ui-pending-input.exp: New file.
8039 * gdb.exp (clear_gdb_spawn_id): New procedure.
8040 (with_spawn_id): Check whether gdb_spawn_id exists before
8041 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8042 on exit.
8043
8044 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8045
8046 * gdb.base/float128.c: New file.
8047 * gdb.base/float128.exp: Likewise.
8048 * gdb.base/floatn.c: Likewise.
8049 * gdb.base/floatn.exp: Likewise.
8050
8051 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8052
8053 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8054
8055 2016-09-05 Pedro Alves <palves@redhat.com>
8056
8057 PR backtrace/19927
8058 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8059 unwinders are immediately called as side effect of "source" or
8060 "disable unwinder" commands.
8061 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8062
8063 2016-09-02 Yao Qi <yao.qi@linaro.org>
8064
8065 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8066 is true and $type is "float" or "double".
8067
8068 2016-09-02 Yao Qi <yao.qi@linaro.org>
8069
8070 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8071 true.
8072 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8073 * gdb.base/call-rt-st.exp: Likewise.
8074 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8075 return value instead of gdb,skip_float_test.
8076 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8077 (do_function_calls): Use its return value instead of
8078 gdb,skip_float_test.
8079 * gdb.base/finish.exp: Likewise.
8080 * gdb.base/funcargs.exp: Likewise.
8081 * gdb.base/return.exp: Likewise.
8082 * gdb.base/return2.exp: Likewise.
8083 * gdb.base/varargs.exp: Likewise.
8084 * lib/gdb.exp (gdb_skip_float_test): Change it to
8085 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8086
8087 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8088
8089 * gdb.multi/tids.exp: Test "thread apply all".
8090
8091 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8092
8093 * gdb.base/default.exp (tty): Remove.
8094
8095 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8096
8097 * gdb.python/py-recurse-unwind.c: New file.
8098 * gdb.python/py-recurse-unwind.py: New file.
8099 * gdb.python/py-recurse-unwind.exp: New file.
8100
8101 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8102
8103 * gdb.base/set-inferior-tty.exp: New file.
8104 * gdb.base/set-inferior-tty.c: New file.
8105
8106 2016-08-23 Pedro Alves <palves@redhat.com>
8107
8108 PR gdb/20494
8109 * gdb.base/new-ui-echo.c: New file.
8110 * gdb.base/new-ui-echo.exp: New file.
8111
8112 2016-08-23 Yao Qi <yao.qi@linaro.org>
8113
8114 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8115 gdbserver_spawn.
8116 * gdb.server/connect-without-multi-process.exp (do_test):
8117 Likewise.
8118
8119 2016-08-23 Yao Qi <yao.qi@linaro.org>
8120
8121 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8122 standalone_txt. Delete gdb_txt and standalone_txt on host
8123 and target. Spawn the binary on target. Copy files from
8124 target to host.
8125
8126 2016-08-22 Pedro Alves <palves@redhat.com>
8127
8128 PR gdb/20505
8129 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8130 with_test_prefix. Factor out bits to ...
8131 (test_no_vdso): ... this new procedure.
8132
8133 2016-08-19 Carl Love <cel@us.ibm.com>
8134
8135 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8136 maintaining separate logic for constructing the output path.
8137 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8138 * gdb.arch/ppc-dfp.exp: Likewise.
8139 * gdb.arch/ppc-fp.exp: Likewise.
8140 * gdb.arch/vsx-regs.exp: Likewise.
8141 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8142 binprefix for generating the additional binary files.
8143
8144 2016-08-19 Pedro Alves <palves@redhat.com>
8145
8146 * gdb.trace/mi-trace-frame-collected.exp
8147 (test_trace_frame_collected): On x32, expect two registers.
8148
8149 2016-08-18 Carl Love <cel@us.ibm.com>
8150
8151 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8152 and sync up the test with tests in gas/testsuite/gas/ppc.
8153 * gdb.arch/powerpc-power.exp: Likewise.
8154
8155 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8156
8157 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8158 expected error message.
8159
8160 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8161
8162 * gdb.multi/remove-inferiors.exp: New file.
8163 * gdb.multi/remove-inferiors.c: New file.
8164
8165 2016-08-12 Yao Qi <yao.qi@linaro.org>
8166
8167 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8168 argument list.
8169
8170 2016-08-10 Pedro Alves <palves@redhat.com>
8171
8172 PR gdb/19187
8173 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8174 setup_kfails.
8175
8176 2016-08-09 Pedro Alves <palves@redhat.com>
8177 Simon Marchi <simon.marchi@ericsson.com>
8178
8179 PR gdb/20418
8180 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8181 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8182
8183 2016-08-09 Pedro Alves <palves@redhat.com>
8184
8185 PR mi/20431
8186 * gdb.mi/mi-cmd-error.exp: New file.
8187
8188 2016-08-09 Pedro Alves <palves@redhat.com>
8189
8190 PR gdb/18653
8191 * gdb.base/signals-state-child.c: New file.
8192 * gdb.base/signals-state-child.exp: New file.
8193 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8194
8195 2016-08-09 Pedro Alves <palves@redhat.com>
8196
8197 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8198
8199 2016-08-03 Tom Tromey <tom@tromey.com>
8200
8201 PR python/18565:
8202 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8203
8204 2016-08-01 Yao Qi <yao.qi@linaro.org>
8205
8206 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8207 variable mode to "multi-process" if $multi_process is 1, otherwise
8208 set it to "single-process".
8209
8210 2016-08-01 Yao Qi <yao.qi@linaro.org>
8211
8212 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8213 * gdb.cp/cpexprs.exp: Likewise.
8214 * gdb.cp/m-static.exp: Likewise.
8215
8216 2016-07-26 Tom Tromey <tom@tromey.com>
8217
8218 PR python/20190:
8219 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8220 test.
8221
8222 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8223
8224 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8225 selecting assembly source files.
8226 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8227 assembly source files.
8228 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8229 assembly source files.
8230 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8231 selecting assembly source files.
8232
8233 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8234
8235 * gdb.base/new-ui.exp (do_test_invalid_args): New
8236 procedure.
8237
8238 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8239
8240 * gdb.btrace/reconnect.c: New file.
8241 * gdb.btrace/reconnect.exp: New file.
8242
8243 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8244
8245 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8246 to test_catch_syscall_group.
8247 (test_catch_syscall_group): New.
8248
8249 2016-07-21 Tom Tromey <tom@tromey.com>
8250
8251 * gdb.rust/simple.rs (main): Use empty struct expression.
8252 * gdb.rust/simple.exp: Add tests for empty struct expression.
8253
8254 2016-07-21 Yao Qi <yao.qi@linaro.org>
8255
8256 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8257 if gdb_skip_xml_test is true on some targets.
8258
8259 2016-07-21 Yao Qi <yao.qi@linaro.org>
8260
8261 * gdb.server/solib-list.exp: Unset last_loaded_file.
8262
8263 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8264
8265 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8266 "step into captured_main (args)".
8267
8268 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8269
8270 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8271
8272 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8273
8274 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8275
8276 2016-07-19 Pedro Alves <palves@redhat.com>
8277
8278 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8279 * gdb.opt/inline-bt.exp: Likewise.
8280 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8281 additional_flags=-Winline.
8282 * gdb.opt/inline-locals.exp: Likewise.
8283 * gdb.opt/inline-markers.c (ATTR): Define.
8284 (inlined_fn): Use it.
8285
8286 2016-07-19 Yao Qi <yao.qi@linaro.org>
8287
8288 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8289 (test_with_self): Remove some code. Remove argument executable.
8290 (top-level): Use do_self_tests.
8291
8292 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8293 Don Breazeal <donb@codesourcery.com>
8294
8295 * gdb.base/maint.exp: Escape paths used in regular expressions.
8296 * gdb.stabs/weird.exp: Likewise.
8297
8298 2016-07-13 Tom Tromey <tom@tromey.com>
8299
8300 PR python/15620, PR python/18620:
8301 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8302 (test_bkpt_events): New procs.
8303
8304 2016-07-13 Tom Tromey <tom@tromey.com>
8305
8306 PR python/17698:
8307 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8308 test.
8309 (test_watchpoints): Likewise.
8310 (test_bkpt_pending): New proc.
8311
8312 2016-07-13 Tom Tromey <tom@tromey.com>
8313
8314 PR cli/18053:
8315 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8316 completion test.
8317
8318 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8319
8320 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8321 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8322 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8323 f_label.
8324 (g): Rename g_end_lbl to g_label.
8325 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8326 low_pc and high_pc.
8327 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8328
8329 2016-07-12 Tom Tromey <tom@tromey.com>
8330
8331 PR python/19293:
8332 * gdb.python/py-unwind-maint.exp: Update tests.
8333
8334 2016-07-12 Yao Qi <yao.qi@linaro.org>
8335
8336 * lib/selftest-support.exp (selftest_setup): Match the output
8337 when captured_main is inlined.
8338
8339 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8340
8341 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8342 New variables.
8343 (print this%a, print this%b, print this): New tests.
8344 * gdb.fortran/derived-types.f90 (this): New object and
8345 initialization.
8346
8347 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8348
8349 * gdb.ada/arraydim.exp: Remove extra directory level in build
8350 directory.
8351
8352 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8353
8354 * lib/ada.exp: Remove extra directory level in build directory.
8355 * gdb.ada/cond_lang.exp: Likewise.
8356 * gdb.ada/exec_changed.exp: Likewise.
8357 * gdb.ada/lang_switch.exp: Likewise.
8358
8359 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8360
8361 * simple.rs: Add test for raw pointer subscripting.
8362 * simple.exp: Add test expectations.
8363
8364 2016-07-05 Yao Qi <yao.qi@linaro.org>
8365
8366 * gdb.mi/mi-reverse.exp: Match =record-started output.
8367
8368 2016-07-01 Pedro Alves <palves@redhat.com>
8369
8370 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8371 procedure.
8372 (jit_reader_test): Test the jit reader's unwinder.
8373 * gdb.base/jithost.c (jit_function_00_code): New global.
8374 (main): Use memcpy to fill in the mmapped code, instead of poking
8375 bytes manually here.
8376 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8377 value.
8378 (read_debug_info): Save the function's range.
8379 (read_sp): New function.
8380 (unwind_frame): Use it. Also unwind RBP.
8381 (get_frame_id): Use read_sp.
8382 (gdb_init_reader): Use calloc instead of malloc.
8383 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8384 parameter. Use gdb_test_multiple.
8385
8386 2016-07-01 Pedro Alves <palves@redhat.com>
8387 Antoine Tremblay <antoine.tremblay@ericsson.com>
8388
8389 * gdb.threads/process-dies-while-detaching.c: New file.
8390 * gdb.threads/process-dies-while-detaching.exp: New file.
8391
8392 2016-07-01 Pedro Alves <palves@redhat.com>
8393
8394 * gdb.multi/watchpoint-multi-exit.c: New file.
8395 * gdb.multi/watchpoint-multi-exit.exp: New file.
8396
8397 2016-06-30 Pedro Alves <palves@redhat.com>
8398
8399 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8400 unset inferior_spawn_id.
8401
8402 2016-06-30 Pedro Alves <palves@redhat.com>
8403
8404 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8405 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8406
8407 2016-06-29 Yao Qi <yao.qi@linaro.org>
8408
8409 * gdb.base/return.c: Add copyright header.
8410
8411 2016-06-29 Tom Tromey <tom@tromey.com>
8412
8413 PR python/20129:
8414 * gdb.python/py-framefilter.exp: Add tests for setting priority
8415 and disabling of non-existent frame filter.
8416
8417 2016-06-29 Yao Qi <yao.qi@linaro.org>
8418
8419 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8420 0x0f07ff.
8421
8422 2016-06-28 Yao Qi <yao.qi@linaro.org>
8423
8424 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8425 triplets. Start gdb, execute catch syscall, and continue. Check
8426 gdb's output to determine catch syscall is supported.
8427
8428 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8429
8430 * gdb.rust/simple.rs: Add test for returning unit in a function.
8431 * gdb.rust/simple.exp: Add expectation for functions returning
8432 unit.
8433
8434 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8435
8436 * gdb.python/py-breakpoint-create-fail.c,
8437 gdb.python/py-breakpoint-create-fail.exp,
8438 gdb.python/py-breakpoint-create-fail.py: New testcase.
8439
8440 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8441
8442 PR gdb/20239
8443 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8444 * gdb.rust/simple.exp: Add test expectations for new NonZero
8445 tests.
8446
8447 2016-06-24 David Taylor <dtaylor@emc.com>
8448
8449 * gdb.base/offsets.exp: New file.
8450 * gdb.base/offsets.c: New file.
8451
8452 2016-06-23 Tom Tromey <tom@tromey.com>
8453
8454 PR gdb/16483:
8455 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8456 before any filters are loaded.
8457
8458 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8459
8460 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8461 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8462 structs.
8463 * gdb.fortran/derived-type-function.exp: New file.
8464 * gdb.fortran/derived-type-function.f90: New file.
8465
8466
8467 2016-06-21 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.base/new-ui.exp: New file.
8470 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8471 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8472 (with_spawn_id): New procedure.
8473
8474 2016-06-21 Pedro Alves <palves@redhat.com>
8475
8476 * gdb.mi/mi-exec-run.exp: New file.
8477
8478 2016-06-21 Pedro Alves <palves@redhat.com>
8479
8480 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8481 breakpoint command's output on the main UI.
8482 (test_break): New procedure, factored out from calls in the top
8483 level.
8484 (top level): Use foreach_with_prefix to test MI as main UI and as
8485 separate UI.
8486
8487 2016-06-21 Pedro Alves <palves@redhat.com>
8488
8489 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8490 (test_awatch_creation_and_listing)
8491 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8492 Remove 'type' parameter.
8493 (test_watchpoint_all): New parameter mi_mode. Remove
8494 with_test_prefix.
8495 (top level): Use foreach_with_prefix, and add main/separate UI MI
8496 testing axis.
8497
8498 2016-06-21 Pedro Alves <palves@redhat.com>
8499
8500 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8501 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8502 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8503 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8504 (gdb_main_spawn_id, mi_spawn_id): Declare and
8505 comment.
8506 (mi_create_inferior_pty): New procedure,
8507 factored out from default_mi_gdb_start.
8508 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8509 procedures.
8510 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8511 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8512 Use mi_create_inferior_pty.
8513 (mi_gdb_start): Use eval to pass down args list.
8514
8515 2016-06-21 Pedro Alves <palves@redhat.com>
8516
8517 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8518 * gdb.opt/inline-cmds.exp: Add MI tests.
8519
8520 2016-06-21 Pedro Alves <palves@redhat.com>
8521
8522 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8523
8524 2016-06-21 Pedro Alves <palves@redhat.com>
8525
8526 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8527 (top level): Use it instead of mi_execute_to.
8528
8529 2016-06-21 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8532 (cont_handler_str): New.
8533 (signal_stop_handler): Set stop_handler_str instead of printing to
8534 stdout.
8535 (continue_handler): Set cont_handler_str instead of printing to
8536 stdout.
8537 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8538 mi_send_resuming_command. Print stop_handler_str and
8539 cont_handler_str instead of expecting the python events print
8540 directly.
8541
8542 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8543
8544 * gdb.base/jit-reader.exp: New file.
8545 * gdb.base/jithost.c: New file.
8546 * gdb.base/jithost.h: New file.
8547 * gdb.base/jitreader.c : New file.
8548 * gdb.base/jit-protocol.h: New file.
8549
8550 2016-06-17 Yao Qi <yao.qi@linaro.org>
8551
8552 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8553 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8554 and detach-on-fork. Adjust tests.
8555 (top level): Invoke break_cond_on_syscall with combinations of
8556 syscall, follow-fork-mode and detach-on-fork.
8557
8558 2016-06-17 Yao Qi <yao.qi@linaro.org>
8559
8560 * gdb.base/step-over-exit.c: New.
8561 * gdb.base/step-over-exit.exp: New.
8562
8563 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8564
8565 * gdb.base/float.exp: Add target check for nds32*-*-*.
8566 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8567
8568 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8569
8570 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8571 for unsupported target features.
8572 * gdb.base/call-rt-st.exp: Likewise.
8573 * gdb.base/call-sc.exp: Likewise.
8574 * gdb.base/call-signal-resume.exp: Likewise.
8575 * gdb.base/call-strs.exp: Likewise.
8576 * gdb.base/callexit.exp: Likewise.
8577 * gdb.base/callfuncs.exp: Likewise.
8578 * gdb.base/nodebug.exp: Likewise.
8579 * gdb.base/printcmds.exp: Likewise.
8580 * gdb.base/ptype.exp: Likewise.
8581 * gdb.base/structs.exp: Likewise.
8582 * gdb.base/unwindonsignal.exp: Likewise.
8583 * gdb.cp/gdb2495.exp: Likewise.
8584 * gdb.cp/templates.exp: Likewise.
8585 * gdb.cp/virtfunc.exp: Likewise.
8586 * gdb.threads/hand-call-in-threads.exp: Likewise.
8587 * gdb.threads/interrupted-hand-call.exp: Likewise.
8588 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8589
8590 2016-06-10 Tom Tromey <tom@tromey.com>
8591
8592 PR rust/20110:
8593 * gdb.rust/expr.exp: Add test for integer constant larger than
8594 i32.
8595
8596 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8597
8598 * gdb.fortran/nested-funcs.exp: New.
8599 * gdb.fortran/nested-funcs.f90: New.
8600
8601 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8602
8603 * gdb.base/examine-backward.c: New file.
8604 * gdb.base/examine-backward.exp: New file.
8605
8606 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8607
8608 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8609 matching.
8610
8611 2016-06-02 Tom Tromey <tom@tromey.com>
8612
8613 PR python/18984:
8614 * gdb.python/py-shared.exp: Add solib_name test.
8615
8616 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8617
8618 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8619
8620 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8621
8622 PR c++/19893
8623 * gdb.dwarf2/implref.exp: Rename to...
8624 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8625 * gdb.dwarf2/implref-array.c: New file.
8626 * gdb.dwarf2/implref-array.exp: Likewise.
8627 * gdb.dwarf2/implref-global.c: Likewise.
8628 * gdb.dwarf2/implref-global.exp: Likewise.
8629 * gdb.dwarf2/implref-struct.c: Likewise.
8630 * gdb.dwarf2/implref-struct.exp: Likewise.
8631
8632 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8633
8634 * gdb.trace/trace-condition.exp: Add 64bit tests.
8635
8636 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8637
8638 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8639 bits types.
8640 (main): Adapt to 8 to 64 bits types.
8641 * gdb.trace/trace-condition.exp: Add new tests.
8642
8643 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8644
8645 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8646
8647 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8648
8649 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8650 Move condition tests...
8651 * gdb.trace/trace-condition.exp: Here.
8652
8653 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8654
8655 * gdb.trace/trace-condition.exp: Add counter-case tests.
8656
8657 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8658
8659 PR c++/15231
8660 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8661 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8662
8663 2016-05-27 Pedro Alves <palves@redhat.com>
8664
8665 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8666 New procedure.
8667 (top level): Call it, and bail out of DejaGnu is known to be bad.
8668
8669 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8670
8671 * gdb.base/whatis.c: Extend the test case.
8672 * gdb.base/whatis.exp: Add additional tests.
8673
8674 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8675
8676 * gdb.fortran/type.f90: Add pointer variable.
8677 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8678
8679 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8680
8681 * gdb.fortran/vla-type.exp: Fix testcase name.
8682
8683 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8684
8685 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8686
8687 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8688
8689 * gdb.fortran/type.f90: Add nested structures.
8690 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8691 * gdb.fortran/derived-type.exp: Adapt expected output.
8692 * gdb.fortran/vla-type.exp: Adapt expected output.
8693
8694 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8695
8696 * gdb.fortran/whatis_type.exp: Adapt expected output.
8697
8698 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8699
8700 * gdb.fortran/print_type.exp: Fix expected output.
8701 * gdb.fortran/whatis_type.exp: Fix expected output.
8702
8703 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8704
8705 * gdb.fortran/whatis_type.exp: Use multi_line.
8706
8707 2016-05-24 Tom Tromey <tom@tromey.com>
8708
8709 PR python/17386:
8710 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8711 use value as an index.
8712
8713 2016-05-23 Tom Tromey <tom@tromey.com>
8714
8715 PR python/17981:
8716 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8717 no-breakpoint case.
8718
8719 2016-05-24 Pedro Alves <palves@redhat.com>
8720
8721 PR gdb/19828
8722 * gdb.threads/clone-attach-detach.c: New file.
8723 * gdb.threads/clone-attach-detach.exp: New file.
8724
8725 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8726
8727 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8728
8729 2016-05-23 Tom Tromey <tom@tromey.com>
8730
8731 PR python/19438, PR python/18393:
8732 * gdb.python/py-progspace.exp: Add "dir" test.
8733 * gdb.python/py-objfile.exp: Add "dir" test.
8734
8735 2016-05-23 Yao Qi <yao.qi@linaro.org>
8736
8737 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8738 * gdb.arch/thumb2-it.exp: Likewise.
8739
8740 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8741
8742 * gdb.mi/mi-threads-interrupt.c: New file.
8743 * gdb.mi/mi-threads-interrupt.exp: New file.
8744
8745 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8746
8747 PR gdb/18077
8748 * gdb.mi/mi-async-run.exp: New file.
8749 * gdb.mi/mi-async-run.c: New file.
8750
8751 2016-05-17 Tom Tromey <tom@tromey.com>
8752 Manish Goregaokar <manishsmail@gmail.com>
8753
8754 * lib/rust-support.exp: New file.
8755 * lib/gdb.exp (skip_rust_tests): New proc.
8756 (build_executable_from_specs): Handle rust.
8757 * lib/future.exp (gdb_find_rustc): New proc.
8758 (gdb_default_target_compile): Handle rust.
8759 * gdb.rust/expr.exp: New file.
8760 * gdb.rust/generics.exp: New file.
8761 * gdb.rust/generics.rs: New file.
8762 * gdb.rust/methods.exp: New file.
8763 * gdb.rust/methods.rs: New file.
8764 * gdb.rust/modules.exp: New file.
8765 * gdb.rust/modules.rs: New file.
8766 * gdb.rust/simple.exp: New file.
8767 * gdb.rust/simple.rs: New file.
8768
8769 2016-05-17 Tom Tromey <tom@tromey.com>
8770
8771 * gdb.base/default.exp (set language): Add rust.
8772
8773 2016-05-17 Tom Tromey <tom@tromey.com>
8774
8775 * gdb.gdb/unittest.exp: New file.
8776
8777 2016-05-16 Yao Qi <yao.qi@linaro.org>
8778
8779 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8780 shell_prompt. Update shell_prompt_re.
8781
8782 2016-05-12 Doug Evans <dje@google.com>
8783
8784 PR symtab/19999
8785 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8786 $options when building executable.
8787 * gdb.dwarf2/fission-loclists-pie.S: New file.
8788 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8789
8790 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8791
8792 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8793 of [is_remote target],
8794
8795 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8796
8797 * lib/gdb.exp (use_gdb_stub): New procedure.
8798
8799 2016-05-03 Yunlian Jiang <yunlian@google.com>
8800 Doug Evans <dje@google.com>
8801
8802 PR symtab/19914
8803 * gdb.dwarf2/dwp-sepdebug.c: New file.
8804 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8805
8806 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8807
8808 * gdb.base/detach.exp: Remove is_remote check.
8809
8810 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8811
8812 * gdb.base/annota-input-while-running.exp: Don't check for
8813 [is_remote target]. Enable annotations after running to main.
8814 Remove unused "set test..." line.
8815
8816 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8817
8818 * gdb.trace/trace-enable-disable.exp: New file.
8819 * gdb.trace/trace-enable-disable.c: New file.
8820
8821 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8822
8823 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8824 use it in info sharedlibrary test.
8825 * gdb.trace/ftrace-lock.exp: Likewise.
8826 * gdb.trace/ftrace.exp: Likewise.
8827 * gdb.trace/range-stepping.exp: Likewise.
8828 * gdb.trace/trace-break.exp: Likewise.
8829 * gdb.trace/trace-condition.exp: Likewise.
8830 * gdb.trace/trace-mt.exp: Likewise.
8831
8832 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8833
8834 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8835 (gdb_load_shlib): ... this.
8836 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8837 gdb_load_shlib.
8838 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8839 * gdb.base/ctxobj.exp: Likewise.
8840 * gdb.base/dprintf-pending.exp: Likewise.
8841 * gdb.base/dso2dso.exp: Likewise.
8842 * gdb.base/fixsection.exp: Likewise.
8843 * gdb.base/gcore-relro.exp: Likewise.
8844 * gdb.base/gdb1555.exp: Likewise.
8845 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8846 * gdb.base/gnu-ifunc.exp: Likewise.
8847 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8848 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8849 * gdb.base/pending.exp: Likewise.
8850 * gdb.base/print-file-var.exp: Likewise.
8851 * gdb.base/print-symbol-loading.exp: Likewise.
8852 * gdb.base/shlib-call.exp: Likewise.
8853 * gdb.base/shreloc.exp: Likewise.
8854 * gdb.base/so-impl-ld.exp: Likewise.
8855 * gdb.base/solib-disc.exp: Likewise.
8856 * gdb.base/solib-nodir.exp: Likewise.
8857 * gdb.base/solib-overlap.exp: Likewise.
8858 * gdb.base/solib-symbol.exp: Likewise.
8859 * gdb.base/solib-weak.exp (do_test): Likewise.
8860 * gdb.base/sym-file.exp: Likewise.
8861 * gdb.base/symtab-search-order.exp: Likewise.
8862 * gdb.base/type-opaque.exp: Likewise.
8863 * gdb.base/unload.exp: Likewise.
8864 * gdb.base/watchpoint-solib.exp: Likewise.
8865 * gdb.compile/compile.exp: Likewise.
8866 * gdb.cp/gdb2384.exp: Likewise.
8867 * gdb.cp/infcall-dlopen.exp: Likewise.
8868 * gdb.cp/re-set-overloaded.exp: Likewise.
8869 * gdb.fortran/library-module.exp: Likewise.
8870 * gdb.opt/solib-intra-step.exp: Likewise.
8871 * gdb.python/py-finish-breakpoint.exp: Likewise.
8872 * gdb.python/py-shared.exp: Likewise.
8873 * gdb.reverse/solib-precsave.exp: Likewise.
8874 * gdb.reverse/solib-reverse.exp: Likewise.
8875 * gdb.server/solib-list.exp: Likewise.
8876 * gdb.threads/dlopen-libpthread.exp: Likewise.
8877 * gdb.threads/tls-shared.exp: Likewise.
8878 * gdb.threads/tls-so_extern.exp: Likewise.
8879 * gdb.trace/change-loc.exp: Likewise.
8880 * gdb.trace/ftrace-lock.exp: Likewise.
8881 * gdb.trace/ftrace.exp: Likewise.
8882 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8883 * gdb.trace/pending.exp: Likewise.
8884 * gdb.trace/range-stepping.exp: Likewise.
8885 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8886 (strace_info_marker): Likewise.
8887 (strace_probe_marker): Likewise.
8888 (strace_trace_on_same_addr): Likewise.
8889 (strace_trace_on_diff_addr): Likewise.
8890 * gdb.trace/trace-break.exp: Likewise.
8891 * gdb.trace/trace-condition.exp: Likewise.
8892 * gdb.trace/trace-mt.exp: Likewise.
8893
8894 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8895
8896 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8897 result of gdb_remote_download.
8898 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8899 * gdb.base/dso2dso.exp: Likewise.
8900 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8901 * gdb.base/print-file-var.exp: Likewise.
8902 * gdb.base/shlib-call.exp: Likewise.
8903 * gdb.base/shreloc.exp: Likewise.
8904 * gdb.base/solib-overlap.exp: Likewise.
8905 * gdb.base/solib-weak.exp (do_test): Likewise.
8906 * gdb.base/unload.exp: Likewise.
8907
8908 2016-04-27 Yao Qi <yao.qi@linaro.org>
8909
8910 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8911 exists.
8912
8913 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8914
8915 * vla-type.exp: Print structure from toplevel.
8916
8917 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8918
8919 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8920 of dynamic types.
8921 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8922 of dynamic types.
8923
8924 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8925
8926 * gdb.fortran/vla-type.f90: New file.
8927 * gdb.fortran/vla-type.exp: New file.
8928
8929 2016-04-25 Yao Qi <yao.qi@linaro.org>
8930
8931 * gdb.base/branch-to-self.c: New file.
8932 * gdb.base/branch-to-self.exp: New file.
8933
8934 2016-04-22 Yao Qi <yao.qi@linaro.org>
8935
8936 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8937 more after $hex.
8938
8939 2016-04-22 Yao Qi <yao.qi@linaro.org>
8940
8941 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8942 * gdb.base/annota3.exp: Likewise.
8943
8944 2016-04-22 Yao Qi <yao.qi@linaro.org>
8945
8946 * gdb.reverse/step-precsave.exp: Do one step and test program
8947 stops in "callee" and do multiple steps until program goes out
8948 of "callee".
8949 * gdb.reverse/step-reverse.exp: Likewise.
8950
8951 2016-04-22 Yao Qi <yao.qi@linaro.org>
8952
8953 * gdb.trace/signal.exp: Also pass if
8954 $tracepoint_hits($i) > $iterations.
8955
8956 2016-04-22 Yao Qi <yao.qi@linaro.org>
8957
8958 * gdb.trace/signal.c: New file.
8959 * gdb.trace/signal.exp: New file.
8960
8961 2016-04-19 Doug Evans <xdje42@gmail.com>
8962
8963 * gdb.base/bad-file.exp: New file.
8964
8965 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8966
8967 * gdb.dwarf2/implref.exp: New file.
8968
8969 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8970
8971 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8972 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8973 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8974 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8975 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8976 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8977 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8978 * lib/fortran.exp (fortran_int4): New procedure.
8979 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8980 (fortran_logical4): Likewise.
8981
8982 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8983
8984 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8985
8986 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8987
8988 * lib/compiler.c: Add Intel specific preprocessor macros.
8989 * lib/compiler.cc: Likewise.
8990
8991 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8992
8993 * gdb.server/connect-with-no-symbol-file.c: New file.
8994 * gdb.server/connect-with-no-symbol-file.exp: New file.
8995
8996 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8997
8998 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8999
9000 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9001
9002 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9003 standard output directory.
9004
9005 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9006
9007 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9008
9009 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9010
9011 * gdb.btrace/instruction_history.c (loop): Add declaration.
9012
9013 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9014
9015 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9016
9017 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9018
9019 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9020 parentheses to print.
9021 (continue_handler): Likewise.
9022
9023 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9024
9025 * gdb.server/solib-list.exp: Remove is_remote check.
9026 Pass shlib= to gdb_compile. Don't link shared library with
9027 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9028 Run binary filename through "readlink -f" on the target.
9029
9030 2016-04-08 Pedro Alves <palves@redhat.com>
9031
9032 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9033 interpreter filename as argument to gdbserver_spawn.
9034 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9035 Return empty if $last_loaded_file does not exist.
9036
9037 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9038
9039 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9040 * gdb.base/jit-main.c: Use exit after usage.
9041
9042 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9043
9044 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9045 GDBHISTSIZE prior to the tests.
9046 * gdb.base/gdbinit-history.exp: Likewise.
9047
9048 2016-04-07 Pedro Alves <palves@redhat.com>
9049
9050 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9051 instead of build_executable. Use gdb_load_shlibs.
9052
9053 2016-04-07 Yao Qi <yao.qi@linaro.org>
9054
9055 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9056 Execute "si" command.
9057
9058 2016-04-07 Yao Qi <yao.qi@linaro.org>
9059
9060 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9061 number instead of the comments on some line.
9062
9063 2016-04-06 Don Breazeal <donb@codesourcery.com>
9064
9065 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9066 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9067
9068 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9069
9070 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9071 standard_output_file. Remove unused binfile variable.
9072
9073 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9074
9075 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9076 * gdb.python/py-mi-objfile.exp: Match "list main" output
9077 in console format.
9078
9079 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9080
9081 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9082 absolute.
9083
9084 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9085
9086 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9087 absolute.
9088 * gdb.trace/ftrace.exp: Likewise.
9089 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9090 targets as well.
9091 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9092 (gdb_load_shlibs): Copy libraries to test directory when testing
9093 natively. Only set solib-search-path if testing remotely.
9094 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9095
9096 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9097
9098 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9099 gdb_download. Use it even if the target is not remote.
9100 * gdb.base/jit.exp (compile_jit_test): Likewise.
9101 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9102 output directory if the destination board is local, otherwise use
9103 the standard remote_download from DejaGnu.
9104 (gdb_download): Remove.
9105 (gdb_load_shlibs): Use gdb_remote_download instead of
9106 gdb_download.
9107 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9108 Use gdb_remote_download instead of gdb_download. Use it even if
9109 the target is not remote.
9110 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9111 instead of gdb_download.
9112
9113 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9114
9115 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9116 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9117 run.
9118
9119 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9120
9121 PR gdb/19820
9122 * gdb.base/printcmds.exp: Add artificial arrays tests.
9123
9124 2016-03-31 Pedro Alves <palves@redhat.com>
9125
9126 PR gdb/19858
9127 * gdb.base/jit-main.c: Include unistd.h.
9128 (ATTACH): Define to 0 if not already defined.
9129 (wait_for_gdb, mypid): New globals.
9130 (WAIT_FOR_GDB): New macro.
9131 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9132 some breakpoint locations.
9133 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9134 New procedures.
9135 (one_jit_test): Add REATTACH parameter, and handle it. Use
9136 continue_to_test_location.
9137 (top level): Test attach, and adjusts calls to one_jit_test.
9138
9139 2016-03-31 Pedro Alves <palves@redhat.com>
9140
9141 PR gdb/19858
9142 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9143 BINSUFFIX parameter, and handle it.
9144 (top level): Adjust calls compile_jit_test.
9145
9146 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9147
9148 PR python/19743
9149 * gdb.python/py-mi-events-gdb.py: New file.
9150 * gdb.python/py-mi-events.c: New file.
9151 * gdb.python/py-mi-events.exp: New file.
9152
9153 2016-03-30 Yao Qi <yao.qi@linaro.org>
9154
9155 * gdb.reverse/until-precsave.exp: Match function name only.
9156 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9157 Move malloc to a condition block.
9158 * gdb.reverse/until-reverse.exp: Match function name only.
9159
9160 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9161
9162 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9163 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9164 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9165 variable for GPR 0 instead of assuming it is register 0.
9166 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9167 * lib/trace-support.exp: Add s390 registers.
9168
9169 2016-03-29 Yao Qi <yao.qi@linaro.org>
9170
9171 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9172
9173 2016-03-24 Yao Qi <yao.qi@linaro.org>
9174
9175 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9176 test message.
9177
9178 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9179
9180 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9181 maintaining separate logic for constructing the output path.
9182
9183 2016-03-16 Don Breazeal <donb@codesourcery.com>
9184
9185 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9186 Retry fork and waitpid on interrupted system call errors.
9187 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9188 Use with_timeout_factor to increase timeout by factor of 10.
9189
9190 2016-03-15 Don Breazeal <donb@codesourcery.com>
9191
9192 * gdb.cp/scope-err.cc: New test program.
9193 * gdb.cp/scope-err.exp: New test script.
9194 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9195 lines and "set breakpoint here" comment.
9196 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9197 Fixed some whitespace and format issues.
9198 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9199 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9200
9201 2016-03-15 Doug Evans <dje@google.com>
9202
9203 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9204 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9205 All callers updated. Add tests for enums, mixed flags register.
9206
9207 2016-03-15 Doug Evans <dje@google.com>
9208
9209 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9210 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9211
9212 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9213
9214 * gdb.base/default.exp: Add $_as_string to the list of expected
9215 convenience functions.
9216
9217 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9218
9219 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9220
9221 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9222
9223 * gdb.python/py-as-string.exp: New file.
9224 * gdb.python/py-as-string.c: New file.
9225
9226 2016-03-09 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9229 signal" -> "Thread NN received signal" output change.
9230 * gdb.threads/ia64-sigill.exp: Likewise.
9231 * gdb.threads/linux-dp.exp: Likewise.
9232 * gdb.threads/manythreads.exp: Likewise.
9233 * gdb.threads/pending-step.exp: Likewise.
9234 * gdb.threads/print-threads.exp: Likewise.
9235 * gdb.threads/sigstep-threads.exp: Likewise.
9236 * gdb.threads/staticthreads.exp: Likewise.
9237 * gdb.threads/tls.exp: Likewise.
9238
9239 2016-03-09 Pedro Alves <palves@redhat.com>
9240
9241 * gdb.base/command-line-input.exp: New file.
9242
9243 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9244
9245 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9246 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9247 * gdb.trace/pending.exp: Accept leading dot before function name.
9248 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9249 * lib/trace-support.exp: Set registers for ppc.
9250
9251 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9252
9253 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9254 use it for disassembly; accept .main in addition to main in backtrace.
9255
9256 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9257 Marcin Kościelnicki <koriakin@0x04.net>
9258
9259 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9260 (gdb_recursion_test_ptr): New global variable.
9261 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9262 gdb_recursion_test.
9263 (gdb_c_test): Ditto.
9264
9265 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9266
9267 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9268 ordering.
9269
9270 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9271
9272 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9273 (bar): Add bar_start_lbl label.
9274 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9275 of foo/bar for emitting DWARF and tracing.
9276
9277 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9278
9279 * analyze-racy-logs.py: Set executable bit.
9280
9281 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9282
9283 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9284 (CHECK_TARGET_TMP): Likewise.
9285 (check-single-racy): New rule.
9286 (check-parallel-racy): Likewise.
9287 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9288 (do-check-parallel-racy): New rule.
9289 (check-racy/%.exp): Likewise.
9290 * README (Racy testcases): New section.
9291 * analyze-racy-logs.py: New file.
9292
9293 2016-03-03 Doug Evans <dje@google.com>
9294
9295 * gdb.base/skip.exp: Use with_test_prefix.
9296
9297 2016-03-03 Yao Qi <yao.qi@linaro.org>
9298
9299 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9300 Invoke step_over_syscall "clone" and break_cond_on_syscall
9301 "clone".
9302 * gdb.base/step-over-clone.c: New file.
9303
9304 2016-03-03 Yao Qi <yao.qi@linaro.org>
9305
9306 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9307 code format.
9308
9309 2016-03-03 Yao Qi <yao.qi@linaro.org>
9310
9311 * gdb.base/disp-step-fork.c: Rename to ...
9312 * gdb.base/step-over-fork.c: ... it. New file.
9313 * gdb.base/disp-step-vfork.c: Rename to ...
9314 * gdb.base/step-over-vfork.c: ... it. New file.
9315 * gdb.base/disp-step-syscall.exp: Rename to ...
9316 * gdb.base/step-over-syscall.exp: ... it. New file.
9317 (disp_step_cross_syscall): Rename to ...
9318 (step_over_syscall): ... it.
9319
9320 2016-03-03 Yao Qi <yao.qi@linaro.org>
9321
9322 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9323 If target supports condition evaluation on target, invoke
9324 break_cond_on_syscall for fork and vfork.
9325
9326 2016-03-03 Yao Qi <yao.qi@linaro.org>
9327
9328 * gdb.base/disp-step-syscall.exp: Don't invoke
9329 support_displaced_stepping.
9330 (disp_step_cross_syscall): Test with displaced stepping off and
9331 on if supported.
9332
9333 2016-03-03 Yao Qi <yao.qi@linaro.org>
9334
9335 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9336 proc.
9337 (setup): New proc.
9338 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9339 and setup.
9340
9341 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9342
9343 * gdb.fortran/vla-history.exp: Remove breakpoint.
9344
9345 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9346
9347 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9348 exceeds timeout.
9349
9350 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9351
9352 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9353 breakpoint.
9354
9355 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9356
9357 * gdb.mi/vla.f90: Nullify pointer after declaration.
9358
9359 2016-03-01 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9362
9363 2016-03-01 Pedro Alves <palves@redhat.com>
9364
9365 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9366 before anything else.
9367 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9368 _GNU_SOURCE here.
9369 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9370 before anything else.
9371 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9372
9373 2016-03-01 Pedro Alves <palves@redhat.com>
9374
9375 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9376
9377 2016-03-01 Yao Qi <yao.qi@linaro.org>
9378
9379 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9380 prepare_for_testing.
9381
9382 2016-03-01 Yao Qi <yao.qi@linaro.org>
9383
9384 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9385
9386 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9387
9388 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9389 manually constructing the output path.
9390
9391 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9392
9393 * gdb.arch/s390-stackless.S: New.
9394 * gdb.arch/s390-stackless.exp: New.
9395
9396 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9397
9398 * gdb.dlang/circular.c: New file.
9399 * gdb.dlang/circular.exp: New file.
9400
9401 2016-02-26 Yao Qi <yao.qi@linaro.org>
9402
9403 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9404 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9405 (testcases): Update.
9406
9407 2016-02-26 Yao Qi <yao.qi@linaro.org>
9408
9409 * gdb.reverse/aarch64.c: Rename to ...
9410 * gdb.reverse/insn-reverse.c: ... it.
9411 * gdb.reverse/aarch64.exp: Rename to ...
9412 * gdb.reverse/insn-reverse.exp: ... it.
9413
9414 2016-02-26 Yao Qi <yao.qi@linaro.org>
9415
9416 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9417 (testcase_ftype): New.
9418 (testcases): New array.
9419 (n_testcases): New.
9420 (main): Call each element in testcases.
9421 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9422 (read_testcase): New.
9423 Do the tests in a loop.
9424
9425 2016-02-25 Yao Qi <yao.qi@linaro.org>
9426
9427 * gdb.base/branches.c: Remove.
9428
9429 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9430
9431 PR gdb/13808
9432 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9433
9434 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9435
9436 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9437
9438 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9439
9440 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9441 change x86_64 call_insn to 'callq'.
9442
9443 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9444
9445 * gdb.trace/tfile-avx.c: Move to...
9446 * gdb.trace/tracefile-pseudo-reg.c: Here.
9447 * gdb.trace/tfile-avx.exp: Move to...
9448 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9449
9450 2016-02-24 Gary Benson <gbenson@redhat.com>
9451
9452 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9453 message on attach.
9454
9455 2016-02-23 Doug Evans <dje@google.com>
9456
9457 * gdb.base/skip.c (test_skip): New function.
9458 (end_test_skip_file_and_function): New function.
9459 (test_skip_file_and_function): New function.
9460 * gdb.base/skip1.c (test_skip): New function.
9461 (skip1_test_skip_file_and_function): New function.
9462 * gdb.base/skip.exp: Add tests for new skip options.
9463 * gdb.base/skip-solib.exp: Update expected output.
9464 * gdb.perf/skip-command.cc: New file.
9465 * gdb.perf/skip-command.exp: New file.
9466 * gdb.perf/skip-command.py: New file.
9467
9468 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9469
9470 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9471 info registers pattern.
9472
9473 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9474
9475 * lib/future.exp: Add D support.
9476 (gdb_find_gdc): New proc.
9477 (gdb_default_target_compile): Add D support.
9478
9479 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9480
9481 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9482 user+system time.
9483 (trace_speed_test): Determine the iteration count for a time
9484 between 15..30 seconds.
9485
9486 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9487
9488 * gdb.arch/i386-mpx-sigsegv.c: New file.
9489 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9490 * gdb.arch/i386-mpx-simple_segv.c: New file.
9491 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9492
9493 2016-02-18 Yao Qi <yao.qi@linaro.org>
9494
9495 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9496 Don't call setup_kfail.
9497
9498 2016-02-18 Yao Qi <yao.qi@linaro.org>
9499
9500 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9501 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9502
9503 2016-02-16 Doug Evans <dje@google.com>
9504
9505 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9506 * gdb.base/skip1.c: Ditto.
9507 * gdb.base/skip.exp: Whitespace cleanup.
9508
9509 2016-02-16 Don Breazeal <donb@codesourcery.com>
9510
9511 PR remote/19496
9512 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9513 Remove kfail for PR remote/19496.
9514
9515 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9516
9517 * lib/gdb.exp (standard_temp_file): Return a path specific to
9518 the runtest invocation.
9519
9520 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9521
9522 * gdb.trace/save-trace.exp: Change relative path to be in the
9523 standard output directory.
9524
9525 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9526
9527 * gdb.arch/i386-prologue.c: Add missing prototypes.
9528
9529 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9530
9531 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9532 * gdb.arch/i386-prologue.exp: Likewise.
9533 * gdb.arch/i386-size.exp: Likewise.
9534
9535 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9536
9537 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9538 define object file path.
9539 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9540 file path.
9541 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9542 standard_output_file to define binfile.
9543
9544 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9545
9546 Fix compatibility with recent gfortran-5.3.1.
9547 * gdb.fortran/vla-history.exp (print vla1 allocated)
9548 (print vla2 allocated, print $2, print $3): Remove
9549 (print $4): Rename to ...
9550 (print $2): ... here.
9551 (print $9): Rename to ...
9552 (print $5): ... here.
9553 (print $10): Rename to ...
9554 (print $6): ... here.
9555 * gdb.fortran/vla.f90: Add pvla initialization.
9556
9557 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9558
9559 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9560 New test.
9561 * gdb.fortran/vla-value-sub.exp: Likewise.
9562
9563 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9564
9565 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9566
9567 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9568
9569 * i386-biarch-core.exp: Define corefile using
9570 standard_output_file.
9571
9572 2016-02-12 Yao Qi <yao.qi@linaro.org>
9573
9574 * gdb.arch/arm-single-step-kernel-helper.c: New.
9575 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9576
9577 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9578
9579 * gdb.btrace/tailcall-only.exp: New.
9580 * gdb.btrace/tailcall-only.c: New.
9581 * gdb.btrace/x86_64-tailcall-only.S: New.
9582 * gdb.btrace/i686-tailcall-only.S: New.
9583
9584 2016-02-11 Pedro Alves <palves@redhat.com>
9585
9586 * README (Parallel testing): Add missing double quotes.
9587
9588 2016-02-11 Pedro Alves <palves@redhat.com>
9589
9590 * README (Parallel testing): New section.
9591 (GDB_PARALLEL): Rewrite.
9592 (FORCE_PARALLEL): Document.
9593
9594 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9595
9596 * gdb.trace/tfile-avx.c: New test.
9597 * gdb.trace/tfile-avx.exp: New test.
9598
9599 2016-02-09 Keith Seitz <keiths@redhat.com>
9600
9601 PR breakpoints/19546
9602 * gdb.base/infcall-exec.c: New file.
9603 * gdb.base/infcall-exec2.c: New file.
9604 * gdb.base/infcall-exec.exp: New file.
9605
9606 2016-02-09 Keith Seitz <keiths@redhat.com>
9607
9608 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9609 (toplevel): Call test_bkpt_address.
9610
9611 2016-02-09 Keith Seitz <keiths@redhat.com>
9612
9613 PR python/19506
9614 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9615 (toplevel): Call test_bkpt_address.
9616
9617 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9618
9619 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9620 to AC_OUTPUT.
9621 * configure: Regenerate.
9622
9623 2016-02-09 Pedro Alves <palves@redhat.com>
9624
9625 PR breakpoints/19548
9626 * gdb.base/execl-update-breakpoints.c (some_function): New
9627 function.
9628 (main): Call it.
9629 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9630 Tighten expected GDB output.
9631
9632 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9633
9634 * Makefile.in (ALL_SUBDIRS): Remove.
9635 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9636 (distclean maintainer-clean realclean): Likewise.
9637 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9638 * configure: Regenerate.
9639 * gdb.ada/Makefile.in: Delete.
9640 * gdb.arch/Makefile.in: Likewise.
9641 * gdb.asm/Makefile.in: Likewise.
9642 * gdb.base/Makefile.in: Likewise.
9643 * gdb.btrace/Makefile.in: Likewise.
9644 * gdb.cell/Makefile.in: Likewise.
9645 * gdb.compile/Makefile.in: Likewise.
9646 * gdb.cp/Makefile.in: Likewise.
9647 * gdb.disasm/Makefile.in: Likewise.
9648 * gdb.dlang/Makefile.in: Likewise.
9649 * gdb.dwarf2/Makefile.in: Likewise.
9650 * gdb.fortran/Makefile.in: Likewise.
9651 * gdb.gdb/Makefile.in: Likewise.
9652 * gdb.go/Makefile.in: Likewise.
9653 * gdb.guile/Makefile.in: Likewise.
9654 * gdb.java/Makefile.in: Likewise.
9655 * gdb.linespec/Makefile.in: Likewise.
9656 * gdb.mi/Makefile.in: Likewise.
9657 * gdb.modula2/Makefile.in: Likewise.
9658 * gdb.multi/Makefile.in: Likewise.
9659 * gdb.objc/Makefile.in: Likewise.
9660 * gdb.opencl/Makefile.in: Likewise.
9661 * gdb.opt/Makefile.in: Likewise.
9662 * gdb.pascal/Makefile.in: Likewise.
9663 * gdb.perf/Makefile.in: Likewise.
9664 * gdb.python/Makefile.in: Likewise.
9665 * gdb.reverse/Makefile.in: Likewise.
9666 * gdb.server/Makefile.in: Likewise.
9667 * gdb.stabs/Makefile.in: Likewise.
9668 * gdb.threads/Makefile.in: Likewise.
9669 * gdb.trace/Makefile.in: Likewise.
9670 * gdb.xml/Makefile.in: Likewise.
9671 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9672 GDB_PARALLEL.
9673 (standard_output_file): Remove check for GDB_PARALLEL, always
9674 return path in outputs/$subdir/$testname.
9675
9676 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9677
9678 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9679 (site.exp): Assign abs_srcdir to tcl's srcdir.
9680
9681 2016-02-04 Yao Qi <yao.qi@linaro.org>
9682
9683 * gdb.base/foll-exec-mode.c: Include limits.h.
9684 (main): Add parameters argc and argv. Get directory from
9685 argv[0].
9686 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9687 compilation.
9688 * gdb.base/foll-exec.c: Include limits.h.
9689 (main): Add parameters argc and argv.
9690 Get directory from argv[0].
9691 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9692 Adjust tests on the number of lines as source code changed.
9693 * gdb.base/foll-vfork-exit.c: Include limits.h.
9694 (main): Add one line of statement before vfork.
9695 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9696 (main): Add parameters argc and argv. Get directory from
9697 argv[0].
9698 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9699 (setup_gdb): Set tbreak to skip some source lines.
9700 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9701 (main): Add parameters argc and argv. Get directory from
9702 argv[0].
9703 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9704 compilation.
9705 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9706 (main): Add parameters argc and argv. Get directory from
9707 argv[0].
9708 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9709 compilation.
9710
9711 2016-02-01 Doug Evans <dje@google.com>
9712
9713 * gdb.base/skip.exp: Clean up multiple references to same test name.
9714
9715 2016-02-01 Pedro Alves <palves@redhat.com>
9716
9717 PR remote/19496
9718 * gdb.threads/forking-threads-plus-breakpoint.exp
9719 (displaced_stepping_supported): New global.
9720 (probe_displaced_stepping_support): New procedure.
9721 (do_test): Add 'displaced' parameter, and use it.
9722 (top level): Check for displaced stepping support. Add displaced
9723 stepping on/off testing axis.
9724
9725 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9726
9727 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9728 pointer. Don't perform further tests on the unassociated pointer
9729 if the first test fails.
9730
9731 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9732
9733 * gdb.base/max-value-size.c: New file.
9734 * gdb.base/max-value-size.exp: New file.
9735 * gdb.base/huge.exp: Disable max-value-size for this test.
9736
9737 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9738
9739 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9740
9741 2016-01-28 Yao Qi <yao.qi@linaro.org>
9742
9743 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9744
9745 2016-01-25 Pedro Alves <palves@redhat.com>
9746
9747 PR threads/19461
9748 * gdb.base/fork-running-state.c: New file.
9749 * gdb.base/fork-running-state.exp: New file.
9750
9751 2016-01-25 Pedro Alves <palves@redhat.com>
9752
9753 PR gdb/19494
9754 * gdb.base/catch-fork-kill.c: New file.
9755 * gdb.base/catch-fork-kill.exp: New file.
9756
9757 2016-01-25 Pedro Alves <palves@redhat.com>
9758
9759 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9760 Delete, moved to lib/gdb.exp.
9761 * gdb.threads/forking-threads-plus-breakpoint.exp
9762 (foreach_with_prefix): Likewise.
9763 * gdb.threads/process-dies-while-handling-bp.exp
9764 (foreach_with_prefix): Likewise.
9765 * lib/gdb.exp (foreach_with_prefix): New procedure.
9766
9767 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9768
9769 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9770 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9771
9772 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9773
9774 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9775 endian targets.
9776
9777 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9778 Pedro Alves <palves@redhat.com>
9779
9780 Fix testsuite compatibility with Guile.
9781 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9782 number.
9783
9784 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9785
9786 Fix testsuite compatibility with Guile.
9787 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9788 (thread 1): New test for backtrace through signal handler.
9789
9790 2016-01-22 Yao Qi <yao.qi@linaro.org>
9791
9792 PR testsuite/19491
9793 * gdb.base/multi-forks.c: Include
9794 ../lib/unbuffer_output.c
9795 (main): Call gdb_unbuffer_output.
9796
9797 2016-01-21 Doug Evans <dje@google.com>
9798
9799 * lib/ada.exp (gdb_compile_ada): Fix typo.
9800
9801 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9802
9803 * gdb.base/break-fun-addr.exp: New file.
9804 * gdb.base/break-fun-addr1.c: New file.
9805 * gdb.base/break-fun-addr2.c: New file.
9806
9807 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9808
9809 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9810 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9811 enum flag values.
9812
9813 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9814
9815 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9816 when GDB can not set the vector return value. Add more comments
9817 for clarification.
9818
9819 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9820
9821 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9822 command.
9823
9824 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9825
9826 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9827
9828 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9829
9830 * Makefile.in (check-single): Pass --status to runtest.
9831 (check/%.exp): Likewise.
9832
9833 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9834
9835 * Makefile.in (check-parallel): Propagate return code from make
9836 do-check-parallel.
9837
9838 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9839
9840 * gdb.trace/ftrace.exp: Fix expected message on continue.
9841 * gdb.trace/pending.exp: Fix expected message on continue.
9842 * gdb.trace/trace-break.exp: Fix expected message on continue.
9843
9844 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9845
9846 * lib/gdb.exp (gdb_test): Remove unused global references.
9847
9848 2016-01-18 Pedro Alves <palves@redhat.com>
9849
9850 * gdb.base/async-shell.exp: Adjust expected output.
9851 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9852 * gdb.base/siginfo-thread.exp: Adjust expected output.
9853 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9854 * gdb.java/jnpe.exp: Adjust expected output.
9855 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9856 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9857 * gdb.threads/leader-exit.exp: Adjust expected output.
9858 * gdb.threads/manythreads.exp: Adjust expected output.
9859 * gdb.threads/pthreads.exp: Adjust expected output.
9860 * gdb.threads/schedlock.exp: Adjust expected output.
9861 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9862 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9863 expected output.
9864 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9865 output.
9866 * gdb.threads/sigthread.exp: Adjust expected output.
9867 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9868
9869 2016-01-18 Yao Qi <yao.qi@linaro.org>
9870
9871 * gdb.guile/scm-section-script.c: Replace @progbits with
9872 %progbits.
9873 * gdb.python/py-section-script.c: Likewise.
9874
9875 2016-01-15 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.multi/tids.exp: Test star wildcard ranges.
9878
9879 2016-01-15 Pedro Alves <palves@redhat.com>
9880
9881 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9882 command from "thread apply" invocation.
9883 (thr_apply_info_thr_invalid): Default the expected output to the
9884 input tid list.
9885 (top level): Add tests that use convenience variables. Add tests
9886 for "thread apply" with a valid TID list, but missing the command.
9887
9888 2016-01-13 Pedro Alves <palves@redhat.com>
9889
9890 * gdb.base/default.exp: Expect $_gthread as well.
9891 * gdb.multi/tids.exp: Test $_gthread.
9892 * gdb.threads/thread-specific.exp: Test $_gthread.
9893
9894 2016-01-13 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.multi/tids.exp: Test "info threads -gid".
9897
9898 2016-01-13 Pedro Alves <palves@redhat.com>
9899
9900 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9901 Breakpoint.thread.
9902 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9903
9904 2016-01-07 Pedro Alves <palves@redhat.com>
9905
9906 * gdb.base/break.exp: Adjust to output changes.
9907 * gdb.base/hbreak2.exp: Likewise.
9908 * gdb.base/sepdebug.exp: Likewise.
9909 * gdb.base/watch_thread_num.exp: Likewise.
9910 * gdb.linespec/keywords.exp: Likewise.
9911 * gdb.multi/info-threads.exp: Likewise.
9912 * gdb.threads/thread-find.exp: Likewise.
9913 * gdb.multi/tids.c: New file.
9914 * gdb.multi/tids.exp: New file.
9915
9916 2016-01-13 Pedro Alves <palves@redhat.com>
9917
9918 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9919
9920 2016-01-13 Pedro Alves <palves@redhat.com>
9921
9922 * gdb.base/default.exp: Expect $_inferior as well.
9923 * gdb.multi/base.exp: Test $_inferior.
9924
9925 2016-01-13 Pedro Alves <palves@redhat.com>
9926
9927 PR breakpoints/19388
9928 * gdb.base/catch-signal-siginfo-cond.c: New file.
9929 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9930
9931 2016-01-12 Josh Stone <jistone@redhat.com>
9932 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9933
9934 * gdb.base/catch-syscall.c (do_execve): New variable.
9935 (main): Conditionally trigger an execve.
9936 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9937 (test_catch_syscall_execve): New, check entry/return across execve.
9938 (do_syscall_tests): Call test_catch_syscall_execve.
9939
9940 2016-01-12 Pedro Alves <palves@redhat.com>
9941
9942 * gdb.base/random-signal.exp (do_test): New procedure, with body
9943 of testcase moved in.
9944
9945 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9946 Pedro Alves <palves@redhat.com>
9947
9948 * gdb.base/funcargs.exp (finish from indirectly called function):
9949 Reintroduce the case for 'First'.
9950
9951 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9952 Pedro Alves <palves@redhat.com>
9953
9954 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9955 (tcatch_vfork_then_child_follow_exec)
9956 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9957 identification.
9958
9959 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9960
9961 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9962 and repeats to unlimited.
9963 * gdb.python/py-value.exp: Likewise.
9964 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9965 and repeats to unlimited.
9966
9967 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9968
9969 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9970 and reordering the functions.
9971 * gdb.multi/hangout.c: Likewise.
9972 * gdb.multi/hello.c: Likewise.
9973
9974 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9975
9976 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9977 absolute.
9978 (SingleStatisticTestResult.report): Use dict.keys instead of
9979 dict.iterkeys.
9980
9981 2016-01-06 Pedro Alves <palves@redhat.com>
9982
9983 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9984
9985 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9986
9987 * gdb.btrace/dlopen.exp: New.
9988 * gdb.btrace/dlopen.c: New.
9989 * gdb.btrace/dlopen-dso.c: New.
9990
9991 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9992
9993 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9994 PATTERN argument is optional.
9995
9996 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9997
9998 * lib/ada.exp (target_compile_ada_from_dir): New function.
9999 (gdb_compile_ada): Reimplement avoiding the use of project files.
10000 * gdb.ada/gnat_ada.gpr: Delete.
10001 * gdb.ada/cond_lang.exp: Adjust test to make path before
10002 filename optional.
10003 * gdb.ada/small_reg_param.exp: Likewise.
10004
10005 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10006
10007 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10008
10009 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10010
10011 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10012 case.
10013
10014 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10015
10016 * gdb.base/break.exp: Remove dead code.
10017 * gdb.base/sepdebug.exp: Likewise.
10018
10019 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10020
10021 * gdb.asm/asm-source.exp: Remove HP-UX references.
10022 * gdb.base/annota1.exp: Likewise.
10023 * gdb.base/annota3.exp: Likewise.
10024 * gdb.base/attach.exp: Likewise.
10025 * gdb.base/bigcore.exp: Likewise.
10026 * gdb.base/break.exp: Likewise.
10027 * gdb.base/call-ar-st.exp: Likewise.
10028 * gdb.base/callfuncs.exp: Likewise.
10029 * gdb.base/catch-fork-static.exp: Likewise.
10030 * gdb.base/display.exp: Likewise.
10031 * gdb.base/foll-exec-mode.exp: Likewise.
10032 * gdb.base/foll-exec.exp: Likewise.
10033 * gdb.base/foll-fork.exp: Likewise.
10034 * gdb.base/foll-vfork.exp: Likewise.
10035 * gdb.base/funcargs.exp: Likewise.
10036 * gdb.base/hbreak2.exp: Likewise.
10037 * gdb.base/inferior-died.exp: Likewise.
10038 * gdb.base/interrupt.exp: Likewise.
10039 * gdb.base/multi-forks.exp: Likewise.
10040 * gdb.base/nodebug.exp: Likewise.
10041 * gdb.base/sepdebug.exp: Likewise.
10042 * gdb.base/solib1.c: Likewise.
10043 * gdb.base/step-test.exp: Likewise.
10044 * gdb.mi/non-stop.c: Likewise.
10045 * gdb.mi/pthreads.c: Likewise.
10046 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10047 * gdb.threads/pthreads.c: Likewise.
10048 * gdb.threads/staticthreads.exp: Likewise.
10049 * lib/future.exp: Likewise.
10050 * lib/gdb.exp: Likewise.
10051 * gdb.base/so-indr-cl.c: Remove.
10052 * gdb.base/so-indr-cl.exp: Likewise.
10053 * gdb.base/solib.c: Likewise.
10054 * gdb.base/solib.exp: Likewise.
10055 * gdb.base/solib2.c: Likewise.
10056
10057 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10058
10059 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10060 * gdb.base/call-ar-st.exp: Likewise.
10061 * gdb.base/callfuncs.exp: Likewise.
10062 * gdb.base/condbreak.exp: Likewise.
10063 * gdb.base/constvars.exp: Likewise.
10064 * gdb.base/hbreak2.exp: Likewise.
10065 * gdb.base/langs.exp: Likewise.
10066 * gdb.base/list.exp: Likewise.
10067 * gdb.base/long_long.exp: Likewise.
10068 * gdb.base/ptype.exp: Likewise.
10069 * gdb.base/scope.exp: Likewise.
10070 * gdb.base/signals.exp: Likewise.
10071 * gdb.base/so-impl-ld.exp: Likewise.
10072 * gdb.base/varargs.exp: Likewise.
10073 * gdb.base/volatile.exp: Likewise.
10074 * gdb.base/whatis.exp: Likewise.
10075 * gdb.cp/cplusfuncs.exp: Likewise.
10076 * gdb.cp/inherit.exp: Likewise.
10077 * gdb.cp/local.exp: Likewise.
10078 * gdb.cp/member-ptr.exp: Likewise.
10079 * gdb.cp/method.exp: Likewise.
10080 * gdb.cp/overload.exp: Likewise.
10081 * gdb.cp/templates.exp: Likewise.
10082 * gdb.stabs/weird.exp: Likewise.
10083 * lib/compiler.c: Likewise.
10084 * lib/compiler.cc: Likewise.
10085 * lib/cp-support.exp: Likewise.
10086 * lib/gdb.exp: Likewise.
10087
10088 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10089
10090 * configure.ac: Remove HP-UX case.
10091 * configure: Regenerate.
10092
10093 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10094
10095 * lib/gdb.exp (gdb_compile): Add function doc.
10096
10097 2015-12-17 Pedro Alves <palves@redhat.com>
10098
10099 PR threads/19354
10100 * gdb.multi/info-threads.exp: New file.
10101
10102 2015-12-15 Yao Qi <yao.qi@linaro.org>
10103
10104 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10105 is aarch64*-*-*.
10106
10107 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10108
10109 * gdb.base/history-duplicates.exp: Skip if no readline support.
10110
10111 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10112
10113 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10114
10115 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10116
10117 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10118
10119 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10120
10121 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10122 ctrl-C if nointerrupts target property is set.
10123 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10124 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10125 * gdb.base/paginate-bg-execution.exp: Likewise.
10126 * gdb.base/paginate-execution-startup.exp: Likewise.
10127 * gdb.base/random-signal.exp: Likewise.
10128 * gdb.base/range-stepping.exp: Likewise.
10129 * gdb.cp/annota2.exp: Likewise.
10130 * gdb.cp/annota3.exp: Likewise.
10131 * gdb.gdb/selftest.exp: Likewise.
10132 * gdb.threads/continue-pending-status.exp: Likewise.
10133 * gdb.threads/leader-exit.exp: Likewise.
10134 * gdb.threads/manythreads.exp: Likewise.
10135 * gdb.threads/pthreads.exp: Likewise.
10136 * gdb.threads/schedlock.exp: Likewise.
10137 * gdb.threads/sigthread.exp: Likewise.
10138
10139 2015-12-11 Don Breazeal <donb@codesourcery.com>
10140
10141 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10142 remote.
10143 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10144 * gdb.base/foll-exec.exp (main): Enable for target remote.
10145 * gdb.base/foll-fork.exp (main): Likewise.
10146 * gdb.base/foll-vfork.exp (main): Likewise.
10147 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10148 (proc continue_to_exit_bp_loc): Use clean_restart.
10149 * gdb.base/pie-execl.exp (main): Disable for target remote.
10150 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10151 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10152 * gdb.threads/execl.exp (main): Likewise.
10153 * gdb.threads/fork-child-threads.exp (main): Likewise.
10154 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10155 remote.
10156 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10157 remote.
10158 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10159 pid.tid style ptids, instead of just tid.
10160 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10161 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10162 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10163 ptids, instead of just tid.
10164
10165 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10166
10167 * gdb.base/list.exp (test_list_forward): Add end of file error
10168 test.
10169 (test_repeat_list_command): Add end of file error test.
10170 (test_list_backwards): Add beginning of file error test.
10171
10172 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10173
10174 * gdb.base/list.exp (test_list_invalid_args): New function,
10175 defined, and called.
10176
10177 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10178
10179 * gdb.base/list.exp (test_list): Make test names unique.
10180
10181 2015-12-11 Yao Qi <yao.qi@linaro.org>
10182
10183 * gdb.base/coremaker2.c: Remove.
10184
10185 2015-12-10 Pedro Alves <palves@redhat.com>
10186
10187 * gdb.multi/base.exp: Remove stale "spaces" references.
10188
10189 2015-12-10 Pedro Alves <palves@redhat.com>
10190
10191 * gdb.multi/base.exp: Don't use nowarnings.
10192 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10193 * gdb.multi/hangout.c: Include stdio.h.
10194 * gdb.multi/hello.c: Include stdlib.h.
10195 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10196 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10197 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10198
10199 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10200
10201 * gdb.dwarf2/dw2-ranges-base.c: New file.
10202 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10203 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10204 support additional line table, and debug ranges generation.
10205 (Dwarf::ranges): New function, generate .debug_ranges.
10206 (Dwarf::lines): Support generating simple line table programs.
10207 (Dwarf::assemble): Initialise new namespace variables.
10208
10209 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10210
10211 * gdb.base/async.exp (proc test_background): Add case for
10212 asynchronous execution not supported.
10213
10214 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10215
10216 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10217 format and change test names to make them unique.
10218
10219 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10220 Pedro Alves <pedro@redhat.com>
10221
10222 PR gdb/18702
10223 Add checking of floatformats setup on x86_64 hosts.
10224 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10225 (smallval, bigval): New labels/constants.
10226 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10227 float" after loading bigval and smallval.
10228
10229 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10230
10231 * gdb.ada/fun_overload_menu.exp: New testcase.
10232 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10233
10234 2015-12-04 Josh Stone <jistone@redhat.com>
10235
10236 * gdb.base/catch-fork-static.exp: New.
10237
10238 2015-12-03 Yao Qi <yao.qi@linaro.org>
10239
10240 * gdb.base/sizeof.c: Don't include stdio.h and
10241 ../lib/unbuffer_output.c.
10242 (main): New variable 'size' and 'value'. Remove printf and
10243 gdb_unbuffer_output. Assign return value to size and value.
10244 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10245 at the beginning.
10246 (check_sizeof): Check the result by printing variable 'size'.
10247 (check_valueof): Check the result by printing variable 'value'.
10248
10249 2015-12-01 Yao Qi <yao.qi@linaro.org>
10250
10251 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10252 for aarch64*-*-linux* target.
10253
10254 2015-11-30 Pedro Alves <palves@redhat.com>
10255
10256 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10257
10258 2015-11-30 Pedro Alves <palves@redhat.com>
10259
10260 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10261 Handle non-stop mode vCont replies.
10262
10263 2015-11-30 Pedro Alves <palves@redhat.com>
10264
10265 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10266 prepare_for_testing. Start gdb with "set non-stop on" appended to
10267 GDBFLAGS. Lax expected stop output.
10268
10269 2015-11-27 Yao Qi <yao.qi@linaro.org>
10270
10271 * gdb.arch/arm-neon.exp: New.
10272 * gdb.arch/arm-neon.c: New.
10273
10274 2015-11-27 Yao Qi <yao.qi@linaro.org>
10275
10276 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10277
10278 2015-11-27 Yao Qi <yao.qi@linaro.org>
10279
10280 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10281 frames-invalid annotation.
10282
10283 2015-11-27 Yao Qi <yao.qi@linaro.org>
10284
10285 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10286
10287 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10288
10289 * gdb.threads/names.exp: New file.
10290 * gdb.threads/names.c: New file.
10291 * README: Mention gdb,no_thread_names.
10292
10293 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10294
10295 PR 19297
10296 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10297 support" error.
10298
10299 2015-11-24 Pedro Alves <palves@redhat.com>
10300
10301 PR 17539
10302 * gdb.base/display.exp: Expect displays to be sorted in ascending
10303 order. Use multi_line.
10304 * gdb.base/solib-display.exp: Likewise.
10305
10306 2015-11-24 Pedro Alves <palves@redhat.com>
10307
10308 PR 17539
10309 * gdb.base/display.exp: Expect displays to be sorted in ascending
10310 order. Use multi_line.
10311 * gdb.base/solib-display.exp: Likewise.
10312
10313 2015-11-24 Pedro Alves <palves@redhat.com>
10314
10315 PR 17539
10316 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10317 threads in ascending order.
10318 * gdb.base/foll-fork.exp: Likewise.
10319 * gdb.base/foll-vfork.exp: Likewise.
10320 * gdb.base/multi-forks.exp: Likewise.
10321 * gdb.mi/mi-nonstop.exp: Likewise.
10322 * gdb.mi/mi-nsintrall.exp: Likewise.
10323 * gdb.multi/base.exp: Likewise.
10324 * gdb.multi/multi-arch.exp: Likewise.
10325 * gdb.python/py-inferior.exp: Likewise.
10326 * gdb.threads/break-while-running.exp: Likewise.
10327 * gdb.threads/execl.exp: Likewise.
10328 * gdb.threads/gcore-thread.exp: Likewise.
10329 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10330 * gdb.threads/kill.exp: Likewise.
10331 * gdb.threads/linux-dp.exp: Likewise.
10332 * gdb.threads/multiple-step-overs.exp: Likewise.
10333 * gdb.threads/next-bp-other-thread.exp: Likewise.
10334 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10335 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10336 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10337 * gdb.threads/thread-find.exp: Likewise.
10338 * gdb.threads/tls.exp: Likewise.
10339 * lib/mi-support.exp (mi_reverse_list): Delete.
10340 (mi_check_thread_states): No longer reverse list.
10341
10342 2015-11-24 Pedro Alves <palves@redhat.com>
10343
10344 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10345 use lowercase.
10346
10347 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10348
10349 * gdb.trace/actions.c: Include trace-common.h.
10350 (main): Add a location for a fast tracepoint.
10351 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10352 the normal tracepoints.
10353 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10354
10355 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10356
10357 * save-trace.exp: Factor out code to these...
10358 (gdb_save_tracepoints): New.
10359 (gdb_load_tracepoints): New.
10360 (do_save_load_test): New.
10361
10362 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10363
10364 * gdb.base/asmlabel.exp: New test.
10365 * gdb.base/asmlabel.c: New test case.
10366
10367 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10368
10369 * gdb.base/wrong_frame_bt_full-main.c: New file.
10370 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10371 * gdb.base/wrong_frame_bt_full.exp: New file.
10372
10373 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10374
10375 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10376
10377 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10378
10379 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10380 pstate register when comparing registers values in
10381 sparc64-*-linux-gnu targets to avoid spurious differences.
10382
10383 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10384
10385 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10386
10387 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10388
10389 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10390 as type argument to gdb_compile.
10391 * gdb.base/nested-subp2.exp: Likewise.
10392 * gdb.base/nested-subp3.exp: Likewise.
10393
10394 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10395
10396 * lib/dwarf.exp (_note): Fix left shift of negative value.
10397 * gdb.trace/trace-condition.exp: Likewise.
10398
10399 2015-11-13 Yao Qi <yao.qi@linaro.org>
10400
10401 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10402 comments about d10v.
10403 (test_scalar_returns): Likewise.
10404 * gdb.base/d10v.ld: Remove.
10405 * gdb.base/overlays.exp: Remove the target triplet checking for
10406 d10v-*-*.
10407 * gdb.base/structs.exp (test_struct_returns): Remove the
10408 comments about d10v.
10409 (test_struct_calls): Likewise.
10410
10411 2015-11-13 Yao Qi <yao.qi@linaro.org>
10412
10413 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10414 * gdb.base/gnu_vector.c: Don't include stdio.h.
10415 (main): Don't print res and call add_some_intvecs.
10416
10417 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10418
10419 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10420 macro.
10421 (func5): Removed.
10422 (func4): Use FAST_TRACEPOINT_LABEL.
10423 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10424 macro.
10425 (func): Removed.
10426 (thread_function): Use FAST_TRACEPOINT_LABEL.
10427 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10428 (func): Remove.
10429 (marker): Use FAST_TRACEPOINT_LABEL.
10430 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10431 (pendfunc1): Remove.
10432 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10433 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10434 (foo): Remove.
10435 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10436 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10437 macro.
10438 (func): Remove.
10439 (marker): Use FAST_TRACEPOINT_LABEL.
10440 * gdb.trace/trace-common.h: New header.
10441 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10442 macro.
10443 (func): Remove.
10444 (marker): Use FAST_TRACEPOINT_LABEL.
10445 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10446 (func): Remove.
10447 (thread_function): Use FAST_TRACEPOINT_LABEL.
10448
10449 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10450
10451 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10452 in front.
10453 * gdb.trace/change-loc.exp: Use global pcreg definition.
10454 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10455 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10456 in front.
10457 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10458 * gdb.trace/pending.exp: Likewise.
10459 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10460 * gdb.trace/trace-break.exp: Likewise.
10461 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10462 in front.
10463 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10464 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10465 in front.
10466 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10467
10468 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10469
10470 * gdb.ada/fin_fun_out: New testcase.
10471
10472 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10473
10474 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10475 value associated with DW_AT_byte_size.
10476 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10477 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10478 DW_AT_upper_bound.
10479
10480 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10481
10482 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10483 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10484 version.
10485 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10486 gdb.dwarf2/dw2-canonicalize-type.exp,
10487 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10488 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10489 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10490 provided by gdb_target_symbol_prefix_flags_asm.
10491 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10492 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10493 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10494 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10495 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10496 macros where needed). Use this macro for symbols which require
10497 the prefix provided by SYMBOL_PREFIX.
10498
10499 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10500
10501 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10502 New procs.
10503 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10504 representing expressions, of more than one list element.
10505 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10506 to prepend linker symbol prefix to f.
10507 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10508 table_1 and table_2.
10509 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10510 Likewise, for f and g.
10511 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10512 for ptr.
10513 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10514 for main.
10515 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10516 table_1_ptr and table_2_ptr.
10517
10518 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10519 Joel Brobecker <brobecker@adacore.com>
10520
10521 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10522
10523 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10524
10525 * gdb.reverse/s390-mvcle.c: New test.
10526 * gdb.reverse/s390-mvcle.exp: New file.
10527 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10528
10529 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10530
10531 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10532
10533 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10534
10535 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10536 reaching marker2.
10537 * gdb.reverse/getresuid-reverse.exp: Likewise.
10538 * gdb.reverse/pipe-reverse.exp: Likewise.
10539 * gdb.reverse/readv-reverse.exp: Likewise.
10540 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10541 * gdb.reverse/time-reverse.exp: Likewise.
10542 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10543
10544 2015-10-30 Yao Qi <yao.qi@linaro.org>
10545
10546 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10547 (empty_cycle): Remove.
10548 (main): Don't call empty_cycle. Don't use watch_count_done.
10549 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10550 empty_cycle. Rewrite the code counting HW watchpoints.
10551
10552 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10553
10554 * gdb.reverse/fstatat-reverse.c: New test.
10555 * gdb.reverse/fstatat-reverse.exp: New file.
10556 * gdb.reverse/getresuid-reverse.c: New test.
10557 * gdb.reverse/getresuid-reverse.exp: New file.
10558 * gdb.reverse/pipe-reverse.c: New test.
10559 * gdb.reverse/pipe-reverse.exp: New file.
10560 * gdb.reverse/readv-reverse.c: New test.
10561 * gdb.reverse/readv-reverse.exp: New file.
10562 * gdb.reverse/recvmsg-reverse.c: New test.
10563 * gdb.reverse/recvmsg-reverse.exp: New file.
10564 * gdb.reverse/time-reverse.c: New test.
10565 * gdb.reverse/time-reverse.exp: New file.
10566 * gdb.reverse/waitpid-reverse.c: New test.
10567 * gdb.reverse/waitpid-reverse.exp: New file.
10568
10569 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10570
10571 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10572
10573 2015-10-26 Doug Evans <dje@google.com>
10574
10575 PR symtab/17391
10576 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10577 * gdb.dwarf2/bad-regnum.c: New file.
10578 * gdb.dwarf2/bad-regnum.exp: New file.
10579
10580 2015-10-26 Doug Evans <dje@google.com>
10581
10582 PR python/18938
10583 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10584 file.
10585
10586 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10587
10588 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10589 for a change by "Mention language in compile error message".
10590
10591 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10592
10593 PR python/18073
10594 * gdb.python/py-type.c (C::a_method): New.
10595 (C::a_const_method): New.
10596 (C::a_static_method): New.
10597 (a_function): New.
10598 * gdb.python/py-type.exp (test_fields): Test getting fields
10599 from function and method.
10600
10601 2015-10-21 Keven Boell <keven.boell@intel.com>
10602
10603 * gdb.fortran/vla-alloc-assoc.exp: New file.
10604 * gdb.fortran/vla-datatypes.exp: New file.
10605 * gdb.fortran/vla-datatypes.f90: New file.
10606 * gdb.fortran/vla-history.exp: New file.
10607 * gdb.fortran/vla-ptype-sub.exp: New file.
10608 * gdb.fortran/vla-ptype.exp: New file.
10609 * gdb.fortran/vla-sizeof.exp: New file.
10610 * gdb.fortran/vla-sub.f90: New file.
10611 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10612 * gdb.fortran/vla-value-sub-finish.exp: New file.
10613 * gdb.fortran/vla-value-sub.exp: New file.
10614 * gdb.fortran/vla-value.exp: New file.
10615 * gdb.fortran/vla-ptr-info.exp: New file.
10616 * gdb.mi/mi-vla-fortran.exp: New file.
10617 * gdb.mi/vla.f90: New file.
10618
10619 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10620
10621 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10622 of hardwired timeout value.
10623
10624 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10625 Pedro Alves <palves@redhat.com>
10626
10627 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10628 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10629
10630 2015-10-19 Josh Stone <jistone@redhat.com>
10631
10632 * gdb.base/catch-syscall.c: Include <sched.h>.
10633 (unknown_syscall): New variable.
10634 (main): Trigger a vfork and an unknown syscall.
10635 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10636 (unknown_syscall_number): Likewise.
10637 (check_call_to_syscall): Accept an optional syscall pattern.
10638 (check_return_from_syscall): Likewise.
10639 (check_continue): Likewise.
10640 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10641 (test_catch_syscall_skipping_return): New test toggling off 'catch
10642 syscall' to step over the syscall return, then toggling back on.
10643 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10644 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10645 (do_syscall_tests): Call test_catch_syscall_without_args and
10646 test_catch_syscall_mid_vfork.
10647 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10648 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10649
10650 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10651
10652 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10653 print g_vE): Add new pass patterns.
10654 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10655 print various symbol names for vptr fields.
10656
10657 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10658
10659 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10660 results.
10661
10662 2015-10-12 Yao Qi <yao.qi@linaro.org>
10663
10664 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10665
10666 2015-10-12 Yao Qi <yao.qi@linaro.org>
10667
10668 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10669 is aarch64*-*-linux*.
10670
10671 2015-10-12 Yao Qi <yao.qi@linaro.org>
10672
10673 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10674 (can_relocate_bcond_true): ... it.
10675 (can_relocate_bcond_false): New function.
10676 (foo): Likewise.
10677 (can_relocate_bl): Likewise.
10678 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10679 can_relocate_bl.
10680
10681 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10682
10683 * gdb.base/nested-addr.c: New file.
10684 * gdb.base/nested-addr.exp: New testcase.
10685
10686 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10687
10688 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10689 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10690 its output. Ignore the output of "record goto begin" and instead
10691 check that GDB is replaying.
10692
10693 2015-10-09 Pedro Alves <palves@redhat.com>
10694
10695 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10696 (top level): Use it in the run with no args test.
10697
10698 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10699
10700 * gdb.dlang/properties.exp: New file.
10701
10702 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10703
10704 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10705 whether or not address 0x1000 is mapped on the target.
10706
10707 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10708
10709 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10710 build.
10711
10712 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10713
10714 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10715 instruction-history test.
10716
10717 2015-09-28 Doug Evans <dje@google.com>
10718
10719 * gdb.base/gcore.c (array_func): Add reference to static_array.
10720
10721 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10722
10723 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10724 source line.
10725
10726 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10727
10728 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10729 short or char as base type.
10730
10731 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10732
10733 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10734 to allow any size enum.
10735
10736 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10737
10738 * gdb.ada/array_ptr_renaming.exp: New testcase.
10739 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10740 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10741
10742 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10743
10744 * gdb.trace/ftrace-lock.c: New file.
10745 * gdb.trace/ftrace-lock.exp: New file.
10746
10747 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10748
10749 * gdb.arch/insn-reloc.c: New file.
10750 * gdb.arch/ftrace-insn-reloc.exp: New file.
10751
10752 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10753
10754 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10755 instruction.
10756 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10757 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10758 * gdb.trace/range-stepping.c: Likewise.
10759 * gdb.trace/trace-break.c: Likewise.
10760 * gdb.trace/trace-mt.c (thread_function): Likewise.
10761 * gdb.trace/ftrace.c (marker): Likewise.
10762 * gdb.trace/trace-condition.c (marker): Likewise.
10763 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10764 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10765 is_aarch64_target.
10766
10767 2015-09-18 Doug Evans <xdje42@gmail.com>
10768
10769 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10770 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10771
10772 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10773
10774 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10775 the breakpoint.
10776
10777 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10778
10779 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10780 the pending breakpoint. Remove timeout override for "Run till
10781 MI pending breakpoint on pendfunc3 on thread 2" test.
10782
10783 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10784
10785 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10786 filename pattern.
10787
10788 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10789
10790 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10791 in breakpoint filename pattern.
10792
10793 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10794
10795 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10796
10797 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10798
10799 * gdb.linespec/explicit.exp: Check for readline support for
10800 tab-completion tests. Fix obvious typo.
10801
10802 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10803
10804 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10805 and replay.
10806
10807 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10808
10809 * gdb.btrace/non-stop.c: New.
10810 * gdb.btrace/non-stop.exp: New.
10811
10812 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10813 Yao Qi <yao.qi@linaro.org>
10814
10815 * gdb.trace/trace-condition.c: New file.
10816 * gdb.trace/trace-condition.exp: New file.
10817
10818 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10819
10820 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10821 for testing bytecode compilation.
10822
10823 2015-09-16 Pedro Alves <palves@redhat.com>
10824 Sandra Loosemore <sandra@codesourcery.com>
10825
10826 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10827 (SECONDS): Redefine.
10828 (main): Call pthread_kill and alarm early.
10829 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10830 support.
10831 (test): If the target can't hardware step and doesn't support
10832 displaced stepping, increase the timeout.
10833
10834 2015-09-16 Pedro Alves <palves@redhat.com>
10835
10836 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10837 (enable_debug): New procedures.
10838 (test): Use them. Bail out if waiting for threads fails.
10839 (top level): Bail out if a test fails.
10840
10841 2015-09-16 Yao Qi <yao.qi@linaro.org>
10842
10843 * gdb.asm/asm-source.exp: Set asm-arch for
10844 aarch64*-*-* target.
10845 * gdb.asm/aarch64.inc: New file.
10846
10847 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10848
10849 * gdb.ada/array_of_variable_length.exp: New testcase.
10850 * gdb.ada/array_of_variable_length/foo.adb: New file.
10851 * gdb.ada/array_of_variable_length/pck.adb: New file.
10852 * gdb.ada/array_of_variable_length/pck.ads: New file.
10853
10854 2015-09-15 Doug Evans <dje@google.com>
10855
10856 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10857 of function static local variable.
10858
10859 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10860
10861 * gdb.threads/tls-so_extern.exp: New test file.
10862 * gdb.threads/tls-so_extern.c: New test file.
10863 * gdb.threads/tls-so_extern_main.c: New test file.
10864
10865 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10866
10867 * gdb.opt/solib-intra-step-lib.c: New file.
10868 * gdb.opt/solib-intra-step-main.c: New file.
10869 * gdb.opt/solib-intra-step.exp: New file.
10870
10871 2015-09-15 Pedro Alves <palves@redhat.com>
10872
10873 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10874 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10875
10876 2015-09-14 Pedro Alves <palves@redhat.com>
10877
10878 * gdb.base/hook-stop-continue.c: Delete.
10879 * gdb.base/hook-stop-continue.exp: Delete.
10880 * gdb.base/hook-stop-frame.c: Delete.
10881 * gdb.base/hook-stop-frame.exp: Delete.
10882 * gdb.base/hook-stop.c: New file.
10883 * gdb.base/hook-stop.exp: New file.
10884
10885 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10886
10887 * gdb.ada/access_to_packed_array.exp: New testcase.
10888 * gdb.ada/access_to_packed_array/foo.adb: New file.
10889 * gdb.ada/access_to_packed_array/pack.adb: New file.
10890 * gdb.ada/access_to_packed_array/pack.ads: New file.
10891
10892 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10893
10894 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10895 buffer size test.
10896
10897 2015-09-11 Don Breazeal <donb@codesourcery.com>
10898
10899 * gdb.base/foll-exec.c: Add copyright header. Fix
10900 formatting issues.
10901 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10902 (do_exec_tests): Use clean_restart in place of zap_session,
10903 and for test initialization. Fix formatting issues. Use
10904 fail in place of perror.
10905 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10906 an expect statement to match an expression with output from
10907 the program under debug.
10908 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10909 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10910 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10911 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10912 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10913
10914 2015-09-09 Doug Evans <dje@google.com>
10915
10916 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10917
10918 2015-09-09 Doug Evans <dje@google.com>
10919
10920 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10921
10922 2015-09-09 Doug Evans <dje@google.com>
10923
10924 * gdb.base/savedregs.exp: Fix typo.
10925
10926 2015-09-09 Pedro Alves <palves@redhat.com>
10927
10928 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10929
10930 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10931
10932 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10933 command actually switches threads. Give up on remaining
10934 tests if target fails to stop at breakpoint.
10935
10936 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10937
10938 * gdb.ada/funcall_char.exp: New testcase.
10939 * gdb.ada/funcall_char/foo.adb: New file.
10940
10941 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10942
10943 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10944 expected outputs. Add two testcases for completing ambiguous
10945 functions.
10946 * gdb.ada/complete/aux_pck.adb: New file.
10947 * gdb.ada/complete/aux_pck.ads: New file.
10948 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10949 Ambiguous_Func functions.
10950 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10951 * gdb.ada/complete/pck.adb: Likewise.
10952
10953 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10954
10955 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10956 failures to run the test program under GDB.
10957
10958 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10959
10960 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10961 to C.
10962
10963 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10964
10965 * gdb.base/run-after-attach.exp: New test file.
10966 * gdb.base/run-after-attach.c: New test file.
10967
10968 2015-08-26 Don Breazeal <donb@codesourcery.com>
10969
10970 * gdb.base/foll-exec-2.c: New test program.
10971 * gdb.base/foll-exec-2.exp: New test.
10972
10973 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10974
10975 * gdb.base/nested-subp1.exp: New file.
10976 * gdb.base/nested-subp1.c: New file.
10977 * gdb.base/nested-subp2.exp: New file.
10978 * gdb.base/nested-subp2.c: New file.
10979 * gdb.base/nested-subp3.exp: New file.
10980 * gdb.base/nested-subp3.c: New file.
10981
10982 2015-08-24 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.server/connect-without-multi-process.c: New file.
10985 * gdb.server/connect-without-multi-process.exp: New file.
10986
10987 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10988
10989 * gdb.opt/inline-markers.c: Make z int.
10990
10991 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10992
10993 * gdb.opt/inline-markers.c: Make z volatile.
10994
10995 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10996
10997 * gdb.opt/inline-bt.c: New volatile global z.
10998 * gdb.opt/inline-cmds.c: Likewise.
10999 * gdb.opt/inline-locals.c: Likewise.
11000 * gdb.opt/inline-markers.c: New extern global z.
11001 (marker): Use z.
11002 (inline_fn): Likewise.
11003
11004 2015-08-24 Pedro Alves <palves@redhat.com>
11005
11006 * config/m32r-stub.exp: Remove file.
11007 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11008 * gdb.base/call-rt-st.exp: Likewise.
11009 * gdb.base/call-strs.exp: Likewise.
11010 * gdb.base/default.exp: Remove references to h8300-*-hms and
11011 *-*-udi*.
11012 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11013
11014 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11015
11016 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11017 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11018 and "return" use KFAIL when GDB can not read/write the vector
11019 return value.
11020
11021 2015-08-21 Gary Benson <gbenson@redhat.com>
11022
11023 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11024
11025 2015-08-20 Pedro Alves <palves@redhat.com>
11026
11027 * gdb.server/solib-list.exp: No longer expect an interior stop in
11028 non-stop mode.
11029
11030 2015-08-20 Pedro Alves <palves@redhat.com>
11031
11032 * gdb.server/connect-stopped-target.c: New file.
11033 * gdb.server/connect-stopped-target.exp: New file.
11034
11035 2015-08-20 Pedro Alves <palves@redhat.com>
11036
11037 * gdb.dwarf2/comp-unit-lang.exp: New file.
11038 * gdb.dwarf2/comp-unit-lang.c: New file.
11039
11040 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11041
11042 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11043 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11044
11045 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11046
11047 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11048 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11049
11050 2015-08-18 Doug Evans <dje@google.com>
11051 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11052
11053 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11054 skip_python_tests. New arg prompt_regexp.
11055 (skip_python_tests): New function.
11056 * lib/mi-support.exp (mi_skip_python_tests): New function.
11057 * gdb.python/py-mi-objfile-gdb.py: New file.
11058 * gdb.python/py-mi-objfile.c: New file.
11059 * gdb.python/py-mi-objfile.exp: New file.
11060
11061 2015-08-17 Keith Seitz <keiths@redhat.com>
11062
11063 * gdb.linespec/explicit.exp: Move strace test from here ...
11064 * gdb.trace/strace.exp: ... to here.
11065
11066 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11067
11068 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11069 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11070
11071 2015-08-14 Doug Evans <xdje42@gmail.com>
11072
11073 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11074 inferior before selecting a new file.
11075
11076 2015-08-14 Doug Evans <xdje42@gmail.com>
11077
11078 * gdb.mi/mi-disassemble.exp: Update.
11079 * gdb.base/disasm-optim.S: New file.
11080 * gdb.base/disasm-optim.c: New file.
11081 * gdb.base/disasm-optim.h: New file.
11082 * gdb.base/disasm-optim.exp: New file.
11083
11084 2015-08-14 Keith Seitz <keiths@redhat.com>
11085
11086 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11087 "evaluated-by".
11088
11089 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11090
11091 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11092
11093 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11094
11095 * gdb.ada/fun_renaming.exp: New testcase.
11096 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11097 * gdb.ada/fun_renaming/pack.adb: New file.
11098 * gdb.ada/fun_renaming/pack.ads: New file.
11099
11100 2015-08-12 Keith Seitz <keiths@redhat.com>
11101
11102 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11103 gdb_get_line_number.
11104
11105 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11106
11107 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11108 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11109 gdb.base/dso2dso.exp: New files.
11110
11111 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11112 Pedro Alves <palves@redhat.com>
11113 Keith Seitz <keiths@redhat.com>
11114
11115 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11116 GDBFLAGS.
11117
11118 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11119
11120 * gdb.base/gdbhistsize-history.exp
11121 (test_histsize_history_setting): Use save_vars.
11122 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11123 Use save_vars.
11124 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11125 * gdb.base/readline.exp: Use save_vars.
11126
11127 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11128
11129 * lib/gdb.exp (save_vars): New proc.
11130
11131 2015-08-11 Keith Seitz <keiths@redhat.com>
11132
11133 * gdb.base/help.exp: Update help_breakpoint_text.
11134
11135 2015-08-11 Keith Seitz <keiths@redhat.com>
11136
11137 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11138 (at toplevel): Call test_explicit_breakpoints.
11139 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11140 breakpoints.
11141 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11142 breakpoint conditions, "-cond".
11143
11144 2015-08-11 Keith Seitz <keiths@redhat.com>
11145
11146 * gdb.linespec/3explicit.c: New file.
11147 * gdb.linespec/cpexplicit.cc: New file.
11148 * gdb.linespec/cpexplicit.exp: New file.
11149 * gdb.linespec/explicit.c: New file.
11150 * gdb.linespec/explicit.exp: New file.
11151 * gdb.linespec/explicit2.c: New file.
11152 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11153 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11154 before using in the matching pattern.
11155 Clarify that `prefix' is a regular expression.
11156
11157 2015-08-11 Keith Seitz <keiths@redhat.com>
11158
11159 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11160 test.
11161 Add tests for missing ",FMT" and ",".
11162
11163 2015-08-10 Doug Evans <dje@google.com>
11164 Keith Seitz <keiths@redhat.com>
11165
11166 PR gdb/17960
11167 * gdb.base/completion.exp: Add location completer tests.
11168
11169 2015-08-07 Pedro Alves <palves@redhat.com>
11170
11171 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11172 tests here.
11173 (top level): Run do_test with and without displaced stepping.
11174
11175 2015-08-07 Pedro Alves <palves@redhat.com>
11176
11177 * gdb.base/valgrind-disp-step.c: New file.
11178 * gdb.base/valgrind-disp-step.exp: New file.
11179
11180 2015-08-07 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11183 Delete function.
11184 (main): Add alarm. Run an infinite loop instead of calling
11185 wait_threads.
11186 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11187 comment.
11188 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11189 Delete function.
11190 (main): Add alarm. Run an infinite loop instead of calling
11191 wait_threads.
11192 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11193 comment.
11194
11195 2015-08-07 Pedro Alves <palves@redhat.com>
11196
11197 * gdb.base/checkpoint-ns.exp: New file.
11198 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11199 standard_testfile.
11200
11201 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11202
11203 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11204 * gdb.btrace/instruction_history.exp: Update.
11205 * gdb.btrace/tsx.exp: New.
11206 * gdb.btrace/tsx.c: New.
11207
11208 2015-08-06 Pedro Alves <palves@redhat.com>
11209
11210 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11211 increase timeout.
11212 * gdb.reverse/until-precsave.exp: Bump timeouts.
11213
11214 2015-08-06 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11217
11218 2015-08-06 Pedro Alves <palves@redhat.com>
11219
11220 PR gdb/18749
11221 * gdb.threads/process-dies-while-handling-bp.c: New file.
11222 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11223
11224 2015-08-06 Pedro Alves <palves@redhat.com>
11225
11226 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11227 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11228
11229 2015-08-05 Pedro Alves <palves@redhat.com>
11230
11231 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11232 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11233
11234 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11235
11236 * gdb.base/bp-permanent.exp: Report test as unsupported if
11237 the target cannot stop at the permanent breakpoint.
11238
11239 2015-08-03 Doug Evans <dje@google.com>
11240
11241 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11242 10000.
11243
11244 2015-08-03 Doug Evans <dje@google.com>
11245
11246 * Makefile.in (workers/%.worker, build-perf): New rule.
11247 (GDB_PERFTEST_MODE): New variable.
11248 (check-perf): Use it.
11249 (clean): Clean up gdb.perf parallel build subdirs.
11250 * lib/build-piece.exp: New file.
11251 * lib/gdb.exp (make_gdb_parallel_path): New function
11252 (standard_output_file, standard_temp_file): Call it.
11253 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11254 of $GDB_PARALLEL.
11255 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11256
11257 2015-08-03 Doug Evans <dje@google.com>
11258
11259 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11260 (LOG_FILE_NAME): New global.
11261 (TextReporter.__init__): Initialize self.txt_sum.
11262 (TextReporter.report): Add support for multiple data-points.
11263 Move report to perftest.sum, put raw data in perftest.log.
11264 (TextReporter.start): Open sum and log files.
11265 (TextReporter.end): Close sum and log files.
11266 * gdb.perf/lib/perftest/testresult.py
11267 (SingleStatisticTestResult.record): Handle multiple data-points.
11268
11269 2015-07-31 Pedro Alves <palves@redhat.com>
11270
11271 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11272 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11273 kill_wait_spawned_process instead of explicit "kill -9".
11274 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11275 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11276 kill_wait_spawned_process.
11277 * gdb.base/attach-twice.exp: Likewise.
11278 * gdb.base/attach.exp: Likewise.
11279 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11280 gdb_test_multiple.
11281 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11282 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11283 kill_wait_spawned_process.
11284 * gdb.base/valgrind-infcall.exp: Likewise.
11285 * gdb.multi/multi-attach.exp: Likewise.
11286 * gdb.python/py-prompt.exp: Likewise.
11287 * gdb.python/py-sync-interp.exp: Likewise.
11288 * gdb.server/ext-attach.exp: Likewise.
11289 * gdb.threads/attach-into-signal.exp (corefunc): Use
11290 spawn_wait_for_attach, spawn_id_get_pid and
11291 kill_wait_spawned_process.
11292 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11293 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11294 spawn_id_get_pid and kill_wait_spawned_process.
11295 * gdb.threads/attach-stopped.exp (corefunc): Use
11296 spawn_wait_for_attach, spawn_id_get_pid and
11297 kill_wait_spawned_process.
11298 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11299 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11300 kill_wait_spawned_process instead of explicit "kill -9".
11301 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11302 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11303 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11304 processes. Don't map cygwin/windows pids here. Now returns a
11305 spawn id list.
11306
11307 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11308
11309 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11310 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11311 correct patch.
11312
11313 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11314
11315 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11316
11317 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11318
11319 Reapply:
11320 2014-05-21 Mark Wielaard <mjw@redhat.com>
11321
11322 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11323
11324 2015-07-30 Pedro Alves <palves@redhat.com>
11325
11326 * linux-low.c (handle_extended_wait): Set the child's last
11327 reported status to TARGET_WAITKIND_STOPPED.
11328
11329 2015-07-30 Pedro Alves <palves@redhat.com>
11330
11331 PR threads/18600
11332 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11333 only shows inferior 1.
11334
11335 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11336 Pedro Alves <palves@redhat.com>
11337
11338 PR threads/18600
11339 * gdb.threads/fork-plus-threads.c: New file.
11340 * gdb.threads/fork-plus-threads.exp: New file.
11341
11342 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11343
11344 * gdb.base/batch-preserve-term-settings.exp
11345 (test_terminal_settings_preserved_after_cli_exit): Use
11346 send_quit_command.
11347
11348 2015-07-29 Pedro Alves <palves@redhat.com>
11349 Don Breazeal <donb@codesourcery.com>
11350
11351 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11352 output from both inferior_spawn_id and gdb_spawn_id.
11353
11354 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11355
11356 * gdb.threads/attach-into-signal.exp (corefunc): Use
11357 with_test_prefix on nested loops, uniquefying the test messages.
11358
11359 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11360
11361 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11362 commit.
11363
11364 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11365
11366 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11367 New proc.
11368 (test_terminal_settings_preserved_after_sigterm): New test.
11369
11370 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11371
11372 * gdb.base/batch-preserve-term-settings.exp
11373 (test_terminal_settings_preserved_after_cli_exit): New test.
11374
11375 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11376
11377 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11378 manipulation of saved_gdbflags.
11379 (test_terminal_settings_preserved): Remove global declaration of
11380 the unused variable pagination_prompt. Remove manipulation of
11381 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11382 GDBFLAGS.
11383
11384 2015-07-29 Pedro Alves <palves@redhat.com>
11385
11386 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11387
11388 2015-07-29 Pedro Alves <palves@redhat.com>
11389
11390 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11391 at the top.
11392
11393 2015-07-29 Pedro Alves <palves@redhat.com>
11394
11395 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11396 (main): Call gdb_unbuffer_output.
11397 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11398 (main): Call gdb_unbuffer_output.
11399 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11400 (main): Call gdb_unbuffer_output.
11401 * gdb.base/call-strs.exp: Adjust to step over the
11402 gdb_unbuffer_output call.
11403 * gdb.base/catch-gdb-caused-signals.c: Include
11404 "../lib/unbuffer_output.c".
11405 (main): Call gdb_unbuffer_output.
11406 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11407 (main): Call gdb_unbuffer_output.
11408 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11409 (main): Call gdb_unbuffer_output.
11410 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11411 (main): Call gdb_unbuffer_output.
11412 * gdb.base/shlib-call.exp: Adjust to step over the
11413 gdb_unbuffer_output call.
11414 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11415 (main): Call gdb_unbuffer_output.
11416 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11417 (main): Call gdb_unbuffer_output.
11418 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11419 (main): Rename to ...
11420 (test): ... this.
11421 (main): Reimplement.
11422 * gdb.base/varargs.exp: Run to test instead of to main.
11423 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11424 (main): Call gdb_unbuffer_output.
11425
11426 2015-07-29 Pedro Alves <palves@redhat.com>
11427
11428 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11429 factore out from mi_continue_dprintf. For call-style dprintfs,
11430 expect dprintf output out of $inferior_spawn_id.
11431 (mi_continue_dprintf): Use mi_expect_dprintf.
11432 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11433 (main): Call gdb_unbuffer_output.
11434
11435 2015-07-29 Pedro Alves <palves@redhat.com>
11436
11437 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11438 (default_mi_gdb_start): Set inferior_spawn_id instead of
11439 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11440 gdb_spawn_id.
11441 (mi_gdb_test): Always expect inferior output from both
11442 $inferior_spawn_id and $gdb_spawn_id.
11443
11444 2015-07-29 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11447 send_inferior and $inferior_spawn_id.
11448
11449 2015-07-29 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.gdb/complaints.exp (test_initial_complaints)
11452 (test_serial_complaints, test_short_complaints): Use
11453 gdb_test_stdio.
11454 (test_empty_complaint): Handle $inferior_spawn_id !=
11455 $gdb_spawn_id.
11456
11457 2015-07-29 Pedro Alves <palves@redhat.com>
11458
11459 * gdb.base/varargs.exp: Use gdb_test_stdio.
11460
11461 2015-07-29 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11464
11465 2015-07-29 Pedro Alves <palves@redhat.com>
11466
11467 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11468
11469 2015-07-29 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11472 parameter into two new parameters, "inf_result" and "gdb_result".
11473 Expect inferior output and gdb output from $inferior_spawn_id and
11474 $gdb_spawn_id, respectively. Adjust all callers.
11475
11476 2015-07-29 Pedro Alves <palves@redhat.com>
11477
11478 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11479 of gdb_test_sequence.
11480
11481 2015-07-29 Pedro Alves <palves@redhat.com>
11482
11483 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11484 (saw_spurious_output): Expect inferior output from
11485 $inferior_spawn_id. Use gdb_test_stdio.
11486
11487 2015-07-29 Pedro Alves <palves@redhat.com>
11488
11489 * gdb.base/dprintf.exp: Use standard_testfile. Change
11490 prepare_for_testing call.
11491 (srcfile): Don't set.
11492 (restart): New procedure.
11493 (test_dprintf): New procecure, use to continue over dprintfs.
11494 (test_call, test_agent): New procedures, tests moved here.
11495 Restart gdb and recreate dprintfs. Adjust expected output.
11496
11497 2015-07-29 Pedro Alves <palves@redhat.com>
11498
11499 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11500
11501 2015-07-29 Pedro Alves <palves@redhat.com>
11502
11503 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11504
11505 2015-07-29 Pedro Alves <palves@redhat.com>
11506
11507 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11508 gdb_test_stdio.
11509
11510 2015-07-29 Pedro Alves <palves@redhat.com>
11511
11512 * lib/gdb.exp (gdb_test_stdio): New procedure.
11513
11514 2015-07-29 Pedro Alves <palves@redhat.com>
11515
11516 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11517
11518 2015-07-29 Pedro Alves <palves@redhat.com>
11519
11520 * gdb.base/call-signal-resume.exp: Remove check for
11521 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11522 * gdb.base/unwindonsignal.exp: Likewise.
11523 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11524 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11525
11526 2015-07-29 Pedro Alves <palves@redhat.com>
11527
11528 * gdb.base/siginfo-addr.c (pass): New function.
11529 (handler): Call it iff si_addr is correct.
11530 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11531 Set a breakpoint at "pass" and continue to it.
11532
11533 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11534
11535 * gdb.python/py-objfile.exp: Make some tests have unique names.
11536 * gdb.python/py-pp-registration.exp: Likewise.
11537
11538 2015-07-28 Pedro Alves <palves@redhat.com>
11539
11540 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11541
11542 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11543
11544 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11545
11546 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11547
11548 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11549
11550 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11551
11552 * gdb.base/gdb-sigterm-2.exp: New test.
11553
11554 2015-07-25 Doug Evans <xdje42@gmail.com>
11555
11556 Revert:
11557 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11558 (workers/%.worker, build-perf): New rule.
11559 (GDB_PERFTEST_MODE): New variable.
11560 (check-perf): Use it.
11561 (clean): Clean up gdb.perf parallel build subdirs.
11562 * lib/build-piece.exp: New file.
11563 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11564 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11565 name.
11566 (standard_temp_file): Ditto.
11567 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11568 of $GDB_PARALLEL.
11569
11570 2015-07-24 Doug Evans <dje@google.com>
11571
11572 * gdb.perf/lib/perftest/utils.py: New file.
11573 * gdb.perf/gm-hello.cc: New file.
11574 * gdb.perf/gm-pervasive-typedef.cc: New file.
11575 * gdb.perf/gm-pervasive-typedef.h: New file.
11576 * gdb.perf/gm-std.cc: New file.
11577 * gdb.perf/gm-std.h: New file.
11578 * gdb.perf/gm-use-cerr.cc: New file.
11579 * gdb.perf/gm-utils.h: New file.
11580 * gdb.perf/gmonster-null-lookup.py: New file.
11581 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11582 * gdb.perf/gmonster-print-cerr.py: New file.
11583 * gdb.perf/gmonster-ptype-string.py: New file.
11584 * gdb.perf/gmonster-runto-main.py: New file.
11585 * gdb.perf/gmonster-select-file.py: New file.
11586 * gdb.perf/gmonster1-null-lookup.exp: New file.
11587 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11588 * gdb.perf/gmonster1-print-cerr.exp: New file.
11589 * gdb.perf/gmonster1-ptype-string.exp: New file.
11590 * gdb.perf/gmonster1-runto-main.exp: New file.
11591 * gdb.perf/gmonster1-select-file.exp: New file.
11592 * gdb.perf/gmonster1.cc: New file.
11593 * gdb.perf/gmonster1.exp: New file.
11594 * gdb.perf/gmonster2-null-lookup.exp: New file.
11595 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11596 * gdb.perf/gmonster2-print-cerr.exp: New file.
11597 * gdb.perf/gmonster2-ptype-string.exp: New file.
11598 * gdb.perf/gmonster2-runto-main.exp: New file.
11599 * gdb.perf/gmonster2-select-file.exp: New file.
11600 * gdb.perf/gmonster2.cc: New file.
11601 * gdb.perf/gmonster2.exp: New file.
11602
11603 2015-07-24 Doug Evans <dje@google.com>
11604
11605 * gdb.perf/README: New file.
11606 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11607 * lib/gen-perf-test.exp: New file.
11608
11609 2015-07-24 Doug Evans <dje@google.com>
11610
11611 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11612 (PerfTest::startup): New function.
11613 (PerfTest::run): Return result of calling body.
11614 (PerfTest::assemble): Rewrite.
11615 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11616 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11617 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11618 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11619 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11620
11621 2015-07-24 Doug Evans <dje@google.com>
11622
11623 * lib/gdb.exp (clean_restart): Make executable optional.
11624
11625 2015-07-24 Doug Evans <dje@google.com>
11626
11627 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11628 compiler_info references.
11629 * gdb.cp/temargs.exp: Ditto.
11630 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11631 (get_compiler_info): Early exit if already computed. Set compiler_info
11632 to "unknown" if there was a problem.
11633 (test_compiler_info): Add function comment. Call get_compiler_info.
11634
11635 2015-07-24 Doug Evans <dje@google.com>
11636
11637 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11638 (workers/%.worker, build-perf): New rule.
11639 (GDB_PERFTEST_MODE): New variable.
11640 (check-perf): Use it.
11641 (clean): Clean up gdb.perf parallel build subdirs.
11642 * lib/build-piece.exp: New file.
11643 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11644 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11645 name.
11646 (standard_temp_file): Ditto.
11647 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11648 of $GDB_PARALLEL.
11649
11650 2015-07-24 Doug Evans <dje@google.com>
11651
11652 * lib/future.exp (gdb_default_target_compile): New option
11653 "early_flags".
11654 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11655 --as-needed.
11656
11657 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11658
11659 * gdb.base/catch-syscall.exp: Call gdb_exit before
11660 gdb_skip_xml_test.
11661
11662 2015-07-24 Pedro Alves <palves@redhat.com>
11663
11664 * gdb.python/py-events.exp: Accept output between the stop event
11665 and the prompt.
11666 * gdb.python/py-evsignal.exp: Likewise.
11667 * gdb.python/py-evthreads.exp: Likewise.
11668
11669 2015-07-24 Pedro Alves <palves@redhat.com>
11670
11671 PR gdb/18717
11672 * gdb.threads/non-ldr-exit.c: New file.
11673 * gdb.threads/non-ldr-exit.exp: New file.
11674
11675 2015-07-24 Yao Qi <yao.qi@linaro.org>
11676
11677 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11678 restarting process.
11679
11680 2015-07-24 Yao Qi <yao.qi@linaro.org>
11681
11682 * gdb.server/ext-restart.exp: New file.
11683
11684 2015-07-24 Yao Qi <yao.qi@linaro.org>
11685
11686 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11687 argument options.
11688 * gdb.server/ext-wrapper.exp: New file.
11689
11690 2015-07-23 Doug Evans <dje@google.com>
11691
11692 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11693 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11694
11695 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11696
11697 * gdb.ada/var_arr_typedef.exp: New testcase.
11698 * gdb.ada/var_arr_typedef/pack.adb: New file.
11699 * gdb.ada/var_arr_typedef/pack.ads: New file.
11700 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11701
11702 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11703
11704 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11705
11706 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11707
11708 * gdb.arch/i386-biarch-core.exp: Replace istarget
11709 by "complete set gnutarget". Remove expectation for the "core-file"
11710 command.
11711
11712 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11713
11714 Revert the previous commit:
11715 Tests for validate symbol file using build-id.
11716
11717 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11718
11719 Tests for validate symbol file using build-id.
11720 * gdb.base/solib-mismatch-lib.c: New file.
11721 * gdb.base/solib-mismatch-libmod.c: New file.
11722 * gdb.base/solib-mismatch.c: New file.
11723 * gdb.base/solib-mismatch.exp: New file.
11724
11725 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11726
11727 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11728 nios2-*-linux*.
11729 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11730 * gdb.base/siginfo.exp: Likewise.
11731 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11732
11733 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11734
11735 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11736 Move it to ...
11737 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11738 ... here.
11739 * gdb.trace/range-stepping.exp: Check that the target supports
11740 range stepping.
11741
11742 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11743
11744 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11745
11746 2015-07-14 Pedro Alves <palves@redhat.com>
11747
11748 * gdb.base/killed-outside.exp: New file.
11749 * gdb.base/killed-outside.c: New file.
11750
11751 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11752
11753 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11754 (n at main): New.
11755 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11756
11757 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11758
11759 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11760 infcall tests instead of setting up for KFAIL.
11761
11762 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11763
11764 * gdb.btrace/record_goto-step.exp: New.
11765
11766 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11767
11768 PR compile/18484
11769 * gdb.compile/compile.c (struct struct_type): Add volatile to
11770 selffield's type.
11771 * gdb.compile/compile.exp
11772 (compile code struct_object.selffield = &struct_object): Skip further
11773 struct_object tests if this one xfails.
11774
11775 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11776
11777 PR exp/18617
11778 * gdb.trace/ax.exp: Add test.
11779
11780 2015-07-07 Yao Qi <yao.qi@linaro.org>
11781
11782 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11783 instead of istarget "aarch64*-*-*".
11784 * gdb.arch/aarch64-fp.exp: Likewise.
11785 * gdb.base/float.exp: Likewise.
11786 * gdb.reverse/aarch64.exp: Likewise.
11787 * lib/gdb.exp (is_aarch64_target): New proc.
11788
11789 2015-07-07 Yao Qi <yao.qi@linaro.org>
11790
11791 * lib/gdb.exp (is_aarch32_target): New proc.
11792 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11793 instead of "istarget "arm*-*-*"".
11794 * gdb.arch/arm-disp-step.exp: Likewise.
11795 * gdb.arch/thumb-bx-pc.exp: Likewise.
11796 * gdb.arch/thumb-prologue.exp: Likewise.
11797 * gdb.arch/thumb-singlestep.exp: Likewise.
11798 * gdb.base/disp-step-syscall.exp: Likewise.
11799 * gdb.base/float.exp: Likewise.
11800
11801 2015-07-07 Yao Qi <yao.qi@linaro.org>
11802
11803 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11804 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11805
11806 2015-07-07 Yao Qi <yao.qi@linaro.org>
11807
11808 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11809 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11810 if it exists.
11811 * gdb.multi/multi-arch.exp: Likewise.
11812
11813 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11814
11815 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11816 print.
11817
11818 2015-07-07 Yao Qi <yao.qi@linaro.org>
11819
11820 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11821
11822 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11823
11824 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11825 '[' and ']' characters.
11826
11827 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11828
11829 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11830
11831 2015-06-29 Pedro Alves <palves@redhat.com>
11832
11833 PR threads/18127
11834 * gdb.threads/hand-call-new-thread.c: New file.
11835 * gdb.threads/hand-call-new-thread.c: New file.
11836
11837 2015-06-26 Keith Seitz <keiths@redhat.com>
11838 Doug Evans <dje@google.com>
11839
11840 PR 16253
11841 * gdb.cp/var-tag-2.cc: New file.
11842 * gdb.cp/var-tag-3.cc: New file.
11843 * gdb.cp/var-tag-4.cc: New file.
11844 * gdb.cp/var-tag.cc: New file.
11845 * gdb.cp/var-tag.exp: New file.
11846
11847 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11848
11849 * gdb.base/history-duplicates.exp: New test.
11850
11851 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11852
11853 * gdb.base/completion.exp: Test the completion of the "focus"
11854 command.
11855
11856 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11857
11858 * gdb.arch/amd64-prologue-skip.S: New file.
11859 * gdb.arch/amd64-prologue-skip.exp: New file.
11860
11861 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11862
11863 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11864 is_address_zero_readable check.
11865
11866 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11867
11868 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11869 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11870
11871 2015-06-24 Yao Qi <yao.qi@linaro.org>
11872
11873 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11874 linux targets.
11875
11876 2015-06-24 Yao Qi <yao.qi@linaro.org>
11877
11878 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11879 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11880 * gdb.base/siginfo-thread.exp: Likewise.
11881
11882 2015-06-22 Yao Qi <yao.qi@linaro.org>
11883
11884 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11885
11886 2015-06-22 Yao Qi <yao.qi@linaro.org>
11887
11888 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11889 aarch64*-*-*.
11890 (skip_hw_watchpoint_tests): Likewise.
11891
11892 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11893
11894 * gdb.base/gdbinit-history.exp: Test the interaction between
11895 setting GDBHISTSIZE and setting the history size via .gdbinit.
11896
11897 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11898
11899 PR gdb/16999
11900 * gdb.base/gdbhistsize-history.exp: New test.
11901
11902 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11903
11904 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11905 with GDBHISTSIZE.
11906 * gdb.base/readline.exp: Likewise.
11907
11908 2015-06-17 Yao Qi <yao.qi@linaro.org>
11909
11910 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11911 line.
11912
11913 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11914
11915 * gdb.base/gdbinit-history.exp: Add test case to check that
11916 an unlimited history file does not get truncated on exit.
11917
11918 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11919
11920 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11921 (VECTOR): New macro. Use it...
11922 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11923 ...for these typedefs.
11924 (int8, char1, int1, double1): New typedefs.
11925 (struct just_int2, struct two_int2): New structures.
11926 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11927 (add_structvecs, add_singlevecs): New functions.
11928 (main): Call add_some_intvecs twice.
11929 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11930 the compile and exit upon failure. Try compiling for the "native"
11931 architecture. Test inferior function calls with vector arguments
11932 and vector return value handling with "finish" and "return".
11933
11934 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11935
11936 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11937 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11938 PE file.
11939 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11940
11941 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11942
11943 PR breakpoints/16465
11944 * gdb.mi/mi-dprintf-pending.c: New file.
11945 * gdb.mi/mi-dprintf-pending.exp: New test.
11946 * gdb.mi/mi-dprintf-pendshr.c: New file.
11947
11948 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11949 Mircea Gherzan <mircea.gherzan@intel.com>
11950
11951 * gdb.arch/i386-mpx-map.c: New file.
11952 * gdb.arch/i386-mpx-map.exp: New File.
11953
11954 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11955
11956 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11957 * gdb.arch/i386-mpx.exp: Indentation fixed.
11958
11959 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11960
11961 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11962 function and improved indentation.
11963 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11964 gdb_test_multiple. Added additional tests to skip the test.
11965
11966 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11967
11968 * gdb.arch/i386-avx512.c: Change path in include file.
11969 * gdb.arch/i386-avx512.exp: Change include dir path
11970 compilation flag.
11971 * gdb.arch/i386-mpx.c: Change path in include file.
11972 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11973 flag.
11974
11975 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11976
11977 * gdb.compile/compile-print.exp (compile print *vararray@3)
11978 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11979
11980 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11981
11982 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11983 (do not keep jit in memory): ... this.
11984 (expect 5): Change it to ...
11985 (expect no 5): ... this.
11986
11987 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11988
11989 PR gdb/15564
11990 * gdb.mi/mi-detach.exp: New file.
11991
11992 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11993
11994 PR symtab/18392
11995 * gdb.arch/amd64-tailcall-self.S: New file.
11996 * gdb.arch/amd64-tailcall-self.c: New file.
11997 * gdb.arch/amd64-tailcall-self.exp: New file.
11998
11999 2015-05-28 Don Breazeal <donb@codesourcery.com>
12000
12001 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12002 tests for remote targets by checking is_target_gdbserver.
12003
12004 2015-05-27 Doug Evans <dje@google.com>
12005
12006 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12007 * gdb.dwarf2/opaque-type-lookup.c: New file.
12008 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12009
12010 2015-05-26 Doug Evans <dje@google.com>
12011
12012 * gdb.cp/iostream.cc: New file.
12013 * gdb.cp/iostream.exp: New file.
12014
12015 2015-05-26 Doug Evans <dje@google.com>
12016
12017 * gdb.dwarf2/dw2-op-call.exp: Update.
12018 * gdb.dwarf2/dw4-sig-types.exp: Update.
12019 * gdb.dwarf2/implptr.exp: Update.
12020 * gdb.mi/mi-cmd-param-changed.exp: Update.
12021
12022 2015-05-26 Doug Evans <dje@google.com>
12023
12024 * gdb.python/py-lazy-string.c: New file.
12025 * gdb.python/py-lazy-string.exp: New file.
12026 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12027 (main): Update. Add estring3.
12028 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12029 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12030
12031 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12032 Yao Qi <yao.qi@linaro.org>
12033
12034 * gdb.reverse/aarch64.c: New.
12035 * gdb.reverse/aarch64.exp: New.
12036
12037 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12038
12039 * lib/gdb.exp (supports_process_record): Return true for
12040 aarch64*-linux*.
12041 (supports_reverse): Likewise.
12042
12043 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12044
12045 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12046 Use with_test_prefix.
12047
12048 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12049
12050 * gdb.base/completion.exp: Add test for completion of layout
12051 names.
12052
12053 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12054
12055 * lib/gdb.exp (skip_tui_tests): New proc.
12056 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12057
12058 2015-05-19 Pedro Alves <palves@redhat.com>
12059
12060 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12061 Save the whole env array instead of just HOME. Unset HISTSIZE in
12062 the environment while testing. Restore whole environment
12063 afterwards.
12064
12065 2015-05-16 Doug Evans <xdje42@gmail.com>
12066
12067 * gdb.guile/scm-ports.c: New file.
12068 * gdb.guile/scm-ports.exp: Add memory port tests.
12069
12070 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12071
12072 * gdb.compile/compile-print.c: New file.
12073 * gdb.compile/compile-print.exp: New file.
12074
12075 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12076
12077 * gdb.compile/compile-ops.exp: Cast param to void.
12078 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12079 (compile code struct_object.selffield = &struct_object): Add xfail.
12080
12081 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12082
12083 * gdb.ada/arr_enum_with_gap: New testcase.
12084
12085 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12086
12087 * gdb.ada/byte_packed_arr: New testcase.
12088
12089 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12090
12091 * gdb.ada/pckd_neg: New testcase.
12092
12093 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12094
12095 PR gdb/17820
12096 * gdb.base/gdbinit-history.exp: New test.
12097 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12098 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12099
12100 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12101
12102 * gdb.python/py-xmethods.cc: Enhance test case.
12103 * gdb.python/py-xmethods.exp: New tests.
12104 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12105 function.
12106 (B_indexoper): Likewise.
12107 (global_dm_list) : Add new xmethod worker functions.
12108
12109 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12110
12111 * gdb.base/coredump-filter.exp: Correctly unset
12112 "coredump_var_addr" array.
12113
12114 2015-05-08 Pedro Alves <palves@redhat.com>
12115
12116 * gdb.server/non-existing-program.exp: Unset spawn_id.
12117
12118 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12119
12120 PR python/18291
12121 * gdb.python/py-xmethods.exp: Add tests.
12122
12123 2015-05-08 Yao Qi <yao.qi@linaro.org>
12124
12125 PR gdb/18208
12126 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12127 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12128 function set_coredump_filter, and remove remote_exec call.
12129 Remove argument ipid. Callers update.
12130 (top level): Don't get inferior's PID.
12131
12132 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12133
12134 * gdb.base/watch_thread_num.exp: Skip test on targets without
12135 access watchpoints.
12136
12137 2015-05-06 Pedro Alves <palves@redhat.com>
12138
12139 PR server/18081
12140 * gdb.server/non-existing-program.exp: New file.
12141
12142 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12143
12144 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12145
12146 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12147
12148 * gdb.ada/out_of_line_in_inlined: New testcase.
12149
12150 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12151
12152 * gdb.ada/var_rec_arr: New testcase.
12153
12154 2015-04-30 Yao Qi <yao.qi@linaro.org>
12155
12156 * gdb.base/break-idempotent.exp: If
12157 skip_hw_watchpoint_multi_tests returns true, skip the tests
12158 on "rwatch" and "awatch".
12159
12160 2015-04-30 Yao Qi <yao.qi@linaro.org>
12161
12162 * gdb.base/relativedebug.exp: Invoke gdb command
12163 "info sharedlibrary", and if libc.so doesn't have debug info,
12164 skip the test.
12165
12166 2015-04-29 Doug Evans <dje@google.com>
12167
12168 * gdb.python/py-xmethods.exp: Add ptype tests.
12169 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12170 get_result_type method.
12171
12172 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12173
12174 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12175 the target does not support hardware watchpoints.
12176
12177 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12178
12179 * gdb.base/break-always.exp: Abort testing if writing to memory
12180 causes an error.
12181
12182 2015-04-28 Doug Evans <dje@google.com>
12183
12184 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12185 * gdb.python/py-pp-registration.exp: ... here. New file.
12186 * gdb.python/py-pp-registration.c: New file.
12187 * gdb.python/py-pp-registration.py: New file.
12188
12189 2015-04-28 Doug Evans <dje@google.com>
12190
12191 * gdb.python/py-bad-printers.c: New file.
12192 * gdb.python/py-bad-printers.py: New file.
12193 * gdb.python/py-bad-printers.exp: New file.
12194
12195 2015-04-28 Sasha Smundak <asmundak@google.com>
12196
12197 * gdb.python/py-type.exp: New test.
12198
12199 2015-04-28 Andy Wingo <wingo@igalia.com>
12200
12201 * gdb.python/py-parameter.exp:
12202 * gdb.guile/scm-parameter.exp: Escape the path that we are
12203 matching against, as it might contain characters that are special
12204 to regular expressions.
12205
12206 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12207
12208 * gdb.ada/rec_comp: New testcase.
12209
12210 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12211
12212 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12213 before using it.
12214
12215 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12216
12217 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12218 new tests for verilog output.
12219
12220 2015-04-24 Yao Qi <yao.qi@linaro.org>
12221
12222 * boards/remote-gdbserver-on-localhost.exp: New file.
12223
12224 2015-04-23 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12227 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12228 "end of file", remove $inferior_spawn_id from the indirect list.
12229
12230 2015-04-23 Pedro Alves <palves@redhat.com>
12231
12232 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12233
12234 2015-04-23 Pedro Alves <palves@redhat.com>
12235
12236 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12237 on $any_spawn_id instead of only on $gdb_spawn_id.
12238
12239 2015-04-21 Pierre Muller <muller@sourceware.org>
12240
12241 PR pascal/17815
12242 * lib/pascal.exp (gpc_compile): Add new option "class".
12243 (fpc_compile): Likewise.
12244 * gdb.pascal/case-insensitive-symbols.pas: New file.
12245 * gdb.pascal/case-insensitive-symbols.exp: New file.
12246
12247 2015-04-20 Gary Benson <gbenson@redhat.com>
12248
12249 * gdb.base/attach.exp: Fix three extended remote failures.
12250
12251 2015-04-17 Gary Benson <gbenson@redhat.com>
12252
12253 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12254 the main executable over the remote protocol.
12255
12256 2015-04-16 Pedro Alves <palves@redhat.com>
12257
12258 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12259 a new gdbserver if gdbserver_reconnect_p is set.
12260
12261 2015-04-16 Pedro Alves <palves@redhat.com>
12262
12263 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12264 is set, don't exit gdbserver.
12265
12266 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12267
12268 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12269 appropriate .insn, such that an older assembler can be used.
12270 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12271 the z/Architecture instruction set on 31-bit targets as well.
12272
12273 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12274
12275 * gdb.go/handcall.exp: Remove all logic related to the first
12276 breakpoint and rely on go_runto_main instead.
12277 * gdb.go/strings.exp: Likewise.
12278 * gdb.go/unsafe.exp: Likewise.
12279 * gdb.go/hello.exp: Likewise. Also rename the remaining
12280 breakpoint marker to "breakpoint 1".
12281 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12282 * gdb.go/strings.go: Likewise.
12283 * gdb.go/unsafe.go: Likewise.
12284 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12285 "set breakpoint 2 here" and rename the remaining breakpoint marker
12286 to "breakpoint 1".
12287
12288 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12289
12290 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12291 if itertools.imap is not present.
12292 * gdb.python/py-objfile.exp: Add parentheses.
12293 * gdb.python/py-type.exp: Same.
12294 * gdb.python/py-unwind-maint.py: Same.
12295
12296 2015-04-15 Yao Qi <yao.qi@linaro.org>
12297
12298 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12299 of ":$ptr_size" and set its form explicitly.
12300
12301 2015-04-15 Pedro Alves <palves@redhat.com>
12302 Yao Qi <yao.qi@linaro.org>
12303
12304 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12305 timeout by factor of 4.
12306 (test_regular_watch): Likewise.
12307 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12308 * gdb.reverse/sigall-reverse.exp: Likewise.
12309 * gdb.reverse/until-precsave.exp: Likewise.
12310 * lib/gdb.exp (with_timeout_factor): New proc.
12311 (gdb_expect): Move some code to ...
12312 (get_largest_timeout): ... here. New procedure.
12313
12314 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12315
12316 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12317
12318 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12319
12320 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12321 to write to the .text section.
12322
12323 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12324
12325 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12326 Handle the case of targets that do not provide PID information.
12327
12328 2015-04-13 Yao Qi <yao.qi@linaro.org>
12329
12330 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12331 and use expect instead of gdb_expect.
12332
12333 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12334
12335 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12336 "coredump_var_addr" to avoid naming conflict with other testcases.
12337
12338 2015-04-10 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12341 gdb_test_sequence and gdb_assert.
12342
12343 2015-04-10 Pedro Alves <palves@redhat.com>
12344
12345 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12346 test messages that don't include the breakpoint address.
12347
12348 2015-04-10 Yao Qi <yao.qi@linaro.org>
12349
12350 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12351 false for some offset and width combinations which aren't
12352 supported by linux kernel.
12353
12354 2015-04-10 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12357 procedure, factored out from ...
12358 (top level): ... here. Add "set displaced-stepping" testing axis.
12359 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12360 parameter "displaced". Use it.
12361 (top level): Use foreach and add "set displaced-stepping" testing
12362 axis.
12363
12364 2015-04-10 Pedro Alves <palves@redhat.com>
12365
12366 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12367 Remove comment.
12368 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12369 both the address of the instruction that triggers the watchpoint
12370 and the address of the instruction immediately after, and use
12371 those addresses for the test. Fix comment.
12372
12373 2015-04-10 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.base/sigstep.exp (breakpoint_to_handler)
12376 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12377 Test "backtrace" in handler.
12378 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12379 (top level): Add new "displaced" test axis to
12380 breakpoint_to_handler, breakpoint_to_handler_entry and
12381 breakpoint_over_handler.
12382
12383 2015-04-10 Pedro Alves <palves@redhat.com>
12384
12385 PR gdb/18216
12386 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12387
12388 2015-04-10 Yao Qi <yao.qi@linaro.org>
12389
12390 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12391 (test_add_rn_pc): New function.
12392 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12393 (top level): Invoke test_add_rn_pc.
12394
12395 2015-04-10 Pedro Alves <palves@redhat.com>
12396
12397 PR gdb/13858
12398 * gdb.base/step-over-no-symbols.exp: New file.
12399
12400 2015-04-09 Andy Wingo <wingo@igalia.com>
12401
12402 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12403 after the Python tests.
12404
12405 2015-04-08 Keith Seitz <keiths@redhat.com>
12406
12407 PR python/16699
12408 * gdb.python/py-completion.exp: New tests for completion.
12409 * gdb.python/py-completion.py (CompleteLimit1): New class.
12410 (CompleteLimit2): Likewise.
12411 (CompleteLimit3): Likewise.
12412 (CompleteLimit4): Likewise.
12413 (CompleteLimit5): Likewise.
12414 (CompleteLimit6): Likewise.
12415 (CompleteLimit7): Likewise.
12416
12417 2015-04-08 Pedro Alves <palves@redhat.com>
12418
12419 PR gdb/18214
12420 PR gdb/18216
12421 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12422 function.
12423 (main): Install it as SIGUSR1 handler.
12424 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12425 parameter. Always use "setup" as prefix. Toggle "set
12426 displaced-stepping" off/on depending on global. Don't switch to
12427 thread 1 here.
12428 (top level): Add displaced stepping "off/on" test axis. Update
12429 "setup" calls. Wrap each subtest with with_test_prefix. Test
12430 continuing with a queued signal in each thread.
12431
12432 2015-04-08 Pedro Alves <palves@redhat.com>
12433
12434 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12435 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12436 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12437 Return early if running to main fails.
12438 * gdb.trace/while-stepping.exp: Likewise.
12439
12440 2015-04-07 Pedro Alves <palves@redhat.com>
12441
12442 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12443 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12444 interact with inferior program.
12445
12446 2015-04-07 Pedro Alves <palves@redhat.com>
12447
12448 * lib/gdb.exp (inferior_spawn_id): New global.
12449 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12450 spawn id after processing the user code.
12451 (default_gdb_start): Set inferior_spawn_id.
12452 (send_inferior): New procedure.
12453 * lib/gdbserver-support.exp (gdbserver_start): Set
12454 inferior_spawn_id.
12455 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12456
12457 2015-04-07 Pedro Alves <palves@redhat.com>
12458
12459 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12460 * lib/gdbserver-support.exp (gdbserver_start): Make
12461 $server_spawn_id global.
12462 (gdbserver_start): Don't wait for gdbserver's spawn id with
12463 expect_background.
12464 (close_gdbserver): New procedure.
12465 (gdb_exit): Rename the default version and reimplement.
12466
12467 2015-04-07 Pedro Alves <palves@redhat.com>
12468
12469 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12470 append the substituted item, not the original item.
12471
12472 2015-04-07 Pedro Alves <palves@redhat.com>
12473
12474 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12475 gdb_expect.
12476
12477 2015-04-07 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12480 output appearing once only.
12481
12482 2015-04-07 Pedro Alves <palves@redhat.com>
12483
12484 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12485 that doesn't expect anything. Return early if running to main
12486 fails.
12487
12488 2015-04-07 Yao Qi <yao.qi@linaro.org>
12489
12490 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12491 (child_function): Call alarm.
12492 (main): Move call to alarm into the loop.
12493 * gdb.threads/non-stop-fair-events.exp: Build program with
12494 -DTIMEOUT=$timeout.
12495
12496 2015-04-06 Doug Evans <xdje42@gmail.com>
12497
12498 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12499 Fix dest parameter to board_info.
12500 (fpc_compile): Ditto.
12501 (gdb_compile_pascal): Rename dest arg to destfile.
12502
12503 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12504
12505 * gdb.ada/funcall_ref.exp: New file.
12506 * gdb.ada/funcall_ref/foo.adb: New file.
12507
12508 2015-04-02 Yao Qi <yao.qi@linaro.org>
12509
12510 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12511 is remote.
12512
12513 2015-04-02 Gary Benson <gbenson@redhat.com>
12514
12515 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12516
12517 2015-04-01 Sasha Smundak <asmundak@google.com>
12518
12519 * gdb.python/py-unwind-maint.c: New file.
12520 * gdb.python/py-unwind-maint.exp: New test.
12521 * gdb.python/py-unwind-maint.py: New file.
12522 * gdb.python/py-unwind.c: New file.
12523 * gdb.python/py-unwind.exp: New test.
12524 * gdb.python/py-unwind.py: New test.
12525
12526 2015-04-01 Pedro Alves <palves@redhat.com>
12527
12528 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12529 to fail instead of non-existent $test.
12530
12531 2015-04-01 Pedro Alves <palves@redhat.com>
12532
12533 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12534 GDBFLAGS if not empty.
12535
12536 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12537
12538 * gdb.ada/complete.exp: Remove "multi_line".
12539 * gdb.ada/info_exc.exp: Remove "multi_line".
12540 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12541 * gdb.ada/ptype_field.exp: Remove "multi_line".
12542 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12543 * gdb.ada/tagged.exp: Remove "multi_line".
12544 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12545 [multi_line ...]
12546 * gdb.btrace/delta.exp: Likewise.
12547 * gdb.btrace/exception.exp: Likewise.
12548 * gdb.btrace/function_call_history.exp: Likewise.
12549 * gdb.btrace/instruction_history.exp: Likewise.
12550 * gdb.btrace/nohist.exp: Likewise.
12551 * gdb.btrace/record_goto.exp: Likewise.
12552 * gdb.btrace/segv.exp: Likewise.
12553 * gdb.btrace/stepi.exp: Likewise.
12554 * gdb.btrace/tailcall.exp: Likewise.
12555 * gdb.btrace/unknown_functions.exp: Likewise.
12556 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12557 * lib/gdb.exp: Add the "multi_line" helper.
12558
12559 2015-04-01 Pedro Alves <palves@redhat.com>
12560
12561 * gdb.threads/tid-reuse.c: New file.
12562 * gdb.threads/tid-reuse.exp: New file.
12563
12564 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12565
12566 PR corefiles/16092
12567 * gdb.base/coredump-filter.c: New file.
12568 * gdb.base/coredump-filter.exp: Likewise.
12569
12570 2015-03-27 Petr Machata <pmachata@redhat.com>
12571
12572 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12573 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12574 (Dwarf::assemble): Initialize them.
12575 (Dwarf::lines): New function.
12576
12577 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12578
12579 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12580 SYMBOL_PREFIX for x86_64-*-cygwin.
12581
12582 2015-03-26 Andy Wingo <wingo@igalia.com>
12583
12584 PR symtab/18148
12585 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12586 const_value but not a location.
12587 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12588 location defined in non-main CUs are visible.
12589
12590 2015-03-26 Yao Qi <yao.qi@linaro.org>
12591
12592 PR testsuite/18139
12593 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12594 Add a line number entry for the same line.
12595 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12596 Add a line number entry for the same line.
12597
12598 2015-03-26 Yao Qi <yao.qi@linaro.org>
12599
12600 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12601 .int 0.
12602 (func): Likewise. Add .Lfunc_1 label.
12603 Use .Lfunc_1 label.
12604 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12605 .int 0.
12606 (func): Likewise.
12607 Use .Lfunc_1 label.
12608
12609 2015-03-26 Yao Qi <yao.qi@linaro.org>
12610
12611 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12612 Call gdb_compile instead to compile each .s files without debug
12613 information.
12614
12615 2015-03-26 Yao Qi <yao.qi@linaro.org>
12616
12617 * gdb.base/savedregs.exp (process_saved_regs): Make
12618 "Saved registers:" optional in the pattern.
12619
12620 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12621
12622 * gdb.btrace/next.exp: Merged into step.exp.
12623 * gdb.btrace/finish.exp: Merged into step.exp.
12624 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12625 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12626 "record goto" and checking the exact replay position.
12627 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12628 check for "Recording format" in "info record" output.
12629 * gdb.btrace/record_goto.exp: Choose test file based on target.
12630 * gdb.btrace/x86-record_goto.S: Renamed into ...
12631 * gdb.btrace/x86_64-record_goto.S: ... this.
12632 * gdb.btrace/i686-record_goto.S: New.
12633 * gdb.btrace/x86-tailcall.S: Renamed into ...
12634 * gdb.btrace/x86_64-tailcall.S: ... this.
12635 * gdb.btrace/i686-tailcall.S: New.
12636 * gdb.btrace/x86-tailcall.c: Renamed into ...
12637 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12638 separate statements. Update test.
12639 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12640 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12641 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12642 * gdb.btrace/tailcall.exp: Choose test file based on target.
12643 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12644
12645 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12646
12647 * gdb.btrace/exception.exp: Increase BTS buffer size.
12648
12649 2015-03-24 Pedro Alves <palves@redhat.com>
12650
12651 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12652
12653 2015-03-24 Pedro Alves <palves@redhat.com>
12654
12655 * gdb.threads/schedlock.exp (test_step): No longer expect that
12656 "set scheduler-locking step" with "next" over a function call runs
12657 threads unlocked.
12658
12659 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12660
12661 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12662
12663 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12664
12665 PR breakpoints/16466
12666 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12667 * gdb.mi/mi-pending.c (thread_func): New function.
12668 (int main): Add threading support required.
12669 * gdb.mi/mi-pending.exp: Add tests for this issue.
12670 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12671 (pendfunc2): Remove stdio dependency.
12672 * gdb.mi/mi-pendshr2.c: New file.
12673
12674 2015-03-23 Keith Seitz <keiths@redhat.com>
12675
12676 * gdb.linespec/keywords.c: New file.
12677 * gdb.linespec/keywords.exp: New file.
12678
12679 2015-03-23 Keith Seitz <keiths@redhat.com>
12680
12681 PR gdb/18021
12682 * gdb.dwarf2/staticvirtual.exp: New test.
12683
12684 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12685
12686 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12687 * README: Remove HP-UX and gdb.hp.
12688 (configuration):
12689 * configure: Regenerate.
12690 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12691 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12692 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12693 gdb.hp/gdb.defects/Makefile.
12694 * gdb.hp/Makefile.in: File deleted.
12695 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12696 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12697 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12698 * gdb.hp/gdb.aCC/run.c: File deleted.
12699 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12700 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12701 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12702 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12703 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12704 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12705 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12706 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12707 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12708 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12709 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12710 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12711 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12712 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12713 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12714 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12715 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12716 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12717 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12718 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12719 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12720 * gdb.hp/gdb.compat/average.c: File deleted.
12721 * gdb.hp/gdb.compat/sum.c: File deleted.
12722 * gdb.hp/gdb.compat/xdb.c: File deleted.
12723 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12724 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12725 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12726 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12727 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12728 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12729 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12730 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12731 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12732 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12733 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12734 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12735 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12736 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12737 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12738 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12739 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12740 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12741 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12742 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12743 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12744 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12745 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12746 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12747 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12748 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12749 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12750 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12751 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12752 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12753 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12754 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12755 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12756 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12757 * gdb.hp/tools/odump: File deleted.
12758
12759 2015-03-19 Pedro Alves <palves@redhat.com>
12760
12761 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12762 (saw_thread_3): New globals.
12763 (top level): Increment them when an event for the corresponding
12764 thread is seen.
12765 (no thread starvation): New test.
12766
12767 2015-03-19 Pedro Alves <palves@redhat.com>
12768
12769 * gdb.threads/continue-pending-status.c: New file.
12770 * gdb.threads/continue-pending-status.exp: New file.
12771
12772 2015-03-18 Pedro Alves <palves@redhat.com>
12773
12774 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12775 Use gdb_is_target_remote instead of is_remote. Use
12776 gdb_test_multiple instead of gdb_expect. Exit early if
12777 gdb_test_multiple hits its internal matches. Tighten stepi tests
12778 expected output. Fail on exit with any signal, instead of just
12779 SIGILL.
12780
12781 2015-03-18 Yao Qi <yao.qi@linaro.org>
12782
12783 PR tdep/18107
12784 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12785 variable.
12786 * gdb.base/catch-syscall.exp: Don't skip it on
12787 aarch64*-*-linux* target. Remove elements in all_syscalls.
12788 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12789 target.
12790 (setup_all_syscalls): New proc.
12791
12792 2015-03-16 Yao Qi <yao.qi@linaro.org>
12793
12794 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12795 (top level): Skip tests if valid_addr_p returns false for
12796 $cmd1 or $cmd2.
12797
12798 2015-03-11 Andy Wingo <wingo@igalia.com>
12799
12800 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12801
12802 2015-03-11 Yao Qi <yao.qi@linaro.org>
12803
12804 * gdb.base/catch-syscall.exp: Fix typo in comments.
12805
12806 2015-03-11 Yao Qi <yao.qi@linaro.org>
12807
12808 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12809
12810 2015-03-09 Pedro Alves <palves@redhat.com>
12811
12812 * dg-extract-results.py: Delete.
12813
12814 2015-03-09 Pedro Alves <palves@redhat.com>
12815
12816 Merge dg-extract-results.sh from GCC upstream (r218843).
12817
12818 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12819 * dg-extract-results.sh: Use --text with grep to avoid issues with
12820 binary files. Fall back to cat -v, if that doesn't work.
12821
12822 2015-03-05 Pedro Alves <palves@redhat.com>
12823
12824 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12825
12826 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12827
12828 * lib/mi-support.exp (mi_expect_interrupt): Accept
12829 alternative event for when in all-stop mode.
12830
12831 2015-03-04 Pedro Alves <palves@redhat.com>
12832
12833 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12834
12835 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12836
12837 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12838
12839 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12840
12841 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12842 regexps for GDB's current line display, accept a hex address
12843 preceding the line number.
12844
12845 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12846
12847 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12848 the 'arch1' variable for "s390*-linux*" targets.
12849
12850 2015-03-04 Pedro Alves <palves@redhat.com>
12851
12852 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12853 (main): Pass missing retval argument to pthread_join call.
12854
12855 2015-03-02 Pedro Alves <palves@redhat.com>
12856
12857 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12858 (top level): Call do_test with non-stop as well.
12859
12860 2015-03-02 Pedro Alves <palves@redhat.com>
12861
12862 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12863 -1.
12864
12865 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12866
12867 * gdb.arch/s390-vregs.exp: New test.
12868 * gdb.arch/s390-vregs.S: New file.
12869
12870 2015-02-27 Pedro Alves <palves@redhat.com>
12871
12872 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12873 call to catch_command_errors.
12874 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12875 catch_command_errors.
12876
12877 2015-02-27 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12880 "true" for boolean result.
12881 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12882 prototype of main.
12883
12884 2015-02-27 Pedro Alves <palves@redhat.com>
12885
12886 * lib/unbuffer_output.c: New file.
12887 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12888 (main): Call gdb_unbuffer_output.
12889
12890 2015-02-27 Yao Qi <yao.qi@linaro.org>
12891
12892 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12893 target.
12894
12895 2015-02-26 Doug Evans <dje@google.com>
12896
12897 * gdb.cp/class2.cc (Dbase, D): New classes.
12898 (main): New local delta.
12899 * gdb.cp/class2.exp: Test printing delta.
12900 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12901 (dynbar): New global.
12902 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12903
12904 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12905
12906 * gdb.compile/compile-ifunc.c: New file.
12907 * gdb.compile/compile-ifunc.exp: New file.
12908
12909 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12910
12911 * gdb.base/structs.exp: Check for correct struct on finish.
12912
12913 2015-02-26 Yao Qi <yao.qi@linaro.org>
12914
12915 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12916 is zero.
12917
12918 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12919
12920 * gdb.arch/cordic.ko.bz2: New file.
12921 * gdb.arch/cordic.ko.debug.bz2: New file.
12922 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12923
12924 2015-02-25 Yao Qi <yao.qi@linaro.org>
12925
12926 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12927 aarch64*-*-* target.
12928
12929 2015-02-23 Pedro Alves <palves@redhat.com>
12930
12931 * lib/gdb.exp (delete_breakpoints): Rewrite using
12932 gdb_test_multiple.
12933
12934 2015-02-23 Pedro Alves <palves@redhat.com>
12935
12936 * gdb.base/info-os.c: Include stdlib.h.
12937
12938 2015-02-22 Doug Evans <xdje42@gmail.com>
12939
12940 PR symtab/17855
12941 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12942 is read after symbols have been re-read.
12943 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12944 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12945
12946 2015-02-21 Doug Evans <dje@google.com>
12947
12948 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12949
12950 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12951
12952 PR corefiles/17808
12953 * gdb.arch/i386-biarch-core.core.bz2: New file.
12954 * gdb.arch/i386-biarch-core.exp: New file.
12955
12956 2015-02-21 Pedro Alves <palves@redhat.com>
12957
12958 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12959 runto_main fails.
12960
12961 2015-02-20 Pedro Alves <palves@redhat.com>
12962
12963 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12964 info probes.
12965
12966 2015-02-20 Pedro Alves <palves@redhat.com>
12967
12968 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12969
12970 2015-02-20 Pedro Alves <palves@redhat.com>
12971
12972 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12973 clean_restart before gdb_target_supports_trace.
12974
12975 2015-02-20 Pedro Alves <palves@redhat.com>
12976
12977 PR threads/18006
12978 * gdb.threads/clone-thread_db.c: New file.
12979 * gdb.threads/clone-thread_db.exp: New file.
12980
12981 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12982
12983 PR breakpoints/16812
12984 * gdb.base/catch-gdb-caused-signals.c: New file.
12985 * gdb.base/catch-gdb-caused-signals.exp: New file.
12986
12987 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12988
12989 * configure: Regenerated.
12990 * configure.ac: Use GDB_AC_TRANSFORM.
12991 * aclocal.m4: sinclude ../transform.m4.
12992
12993 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12994
12995 * lib/dtrace.exp: New file.
12996 * gdb.base/dtrace-probe.exp: Likewise.
12997 * gdb.base/dtrace-probe.d: Likewise.
12998 * gdb.base/dtrace-probe.c: Likewise.
12999 * lib/pdtrace.in: Likewise.
13000 * configure.ac: Output variables with the transformed names of
13001 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13002 * configure: Regenerated.
13003
13004 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13005
13006 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13007 expected message when trying to access $_probe_* convenience
13008 variables while not on a probe.
13009
13010 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13011
13012 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13013
13014 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13015
13016 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13017 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13018
13019 2015-02-10 Doug Evans <xdje42@gmail.com>
13020
13021 * lib/gdb.exp (gdb_load): Always return a result.
13022
13023 2015-02-10 Pedro Alves <palves@redhat.com>
13024
13025 * gdb.threads/signal-sigtrap.c: New file.
13026 * gdb.threads/signal-sigtrap.exp: New file.
13027
13028 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13029
13030 * gdb.trace/no-attach-trace.c: New file.
13031 * gdb.trace/no-attach-trace.exp: New file.
13032
13033 2015-02-09 Mark Wielaard <mjw@redhat.com>
13034
13035 * gdb.dwarf2/atomic.c: New file.
13036 * gdb.dwarf2/atomic-type.exp: Likewise.
13037
13038 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13039
13040 * gdb.btrace/buffer-size.exp: Update "info record" output.
13041 * gdb.btrace/delta.exp: Update "info record" output.
13042 * gdb.btrace/enable.exp: Update "info record" output.
13043 * gdb.btrace/finish.exp: Update "info record" output.
13044 * gdb.btrace/instruction_history.exp: Update "info record" output.
13045 * gdb.btrace/next.exp: Update "info record" output.
13046 * gdb.btrace/nexti.exp: Update "info record" output.
13047 * gdb.btrace/step.exp: Update "info record" output.
13048 * gdb.btrace/stepi.exp: Update "info record" output.
13049 * gdb.btrace/nohist.exp: Update "info record" output.
13050
13051 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13052
13053 * gdb.btrace/buffer-size: New.
13054
13055 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13056
13057 * gdb.btrace/delta.exp: Update "info record" output.
13058 * gdb.btrace/enable.exp: Update "info record" output.
13059 * gdb.btrace/finish.exp: Update "info record" output.
13060 * gdb.btrace/instruction_history.exp: Update "info record" output.
13061 * gdb.btrace/next.exp: Update "info record" output.
13062 * gdb.btrace/nexti.exp: Update "info record" output.
13063 * gdb.btrace/step.exp: Update "info record" output.
13064 * gdb.btrace/stepi.exp: Update "info record" output.
13065 * gdb.btrace/nohist.exp: Update "info record" output.
13066
13067 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13068
13069 PR gdb/15678
13070 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13071
13072 2015-02-06 Pedro Alves <palves@redhat.com>
13073
13074 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13075 macro.
13076 (seconds_left, again): New globals.
13077 (main): Wait seconds_left in a 1-second sleep loop instead of
13078 sleeping 180 seconds. If 'again' is set, reset the seconds
13079 counter.
13080 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13081 'again' in the inferior before detaching. Print the seconds left.
13082 (options): New global.
13083 (top level): Build program with -DTIMEOUT=$timeout.
13084
13085 2015-02-06 Pedro Alves <palves@redhat.com>
13086
13087 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13088 determine how many seconds to pass to 'alarm'.
13089 * gdb.base/gdb-sigterm.exp (top level): Build program with
13090 -DTIMEOUT=$timeout.
13091 (do_test): Return success/failure indication. Add more verbose
13092 logging. Don't fail if 200 single steps are seen. Instead, fail
13093 when the test times out.
13094 (passes): New global.
13095 (top level): Break the testing loop if testing fails on any
13096 iteration. Use gdb_assert.
13097
13098 2015-02-04 Don Breazeal <donb@codesourcery.com>
13099
13100 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13101 and initialize them.
13102 (ipc_cleanup): New function.
13103 (main): Don't declare shmid, semid, and msqid. Add a call to
13104 atexit so that we call ipc_cleanup on exit.
13105
13106 2015-02-04 Pedro Alves <palves@redhat.com>
13107
13108 * boards/native-extended-gdbserver.exp: Remove any target variant
13109 specifications from the board name before clearing the isremote
13110 flag from board_info.
13111
13112 2015-01-31 Doug Evans <xdje42@gmail.com>
13113
13114 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13115
13116 2015-01-31 Gary Benson <gbenson@redhat.com>
13117
13118 * gdb.base/completion.exp: Disable completion limiting for
13119 existing tests. Add new tests to check completion limiting.
13120 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13121
13122 2015-01-31 Doug Evans <xdje42@gmail.com>
13123
13124 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13125
13126 2015-01-31 Doug Evans <xdje42@gmail.com>
13127
13128 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13129 entries. Duplicate file section script entries.
13130 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13131 inlined entries. Add test for safe-path rejection.
13132 * gdb.python/py-section-script.c: Add duplicate inlined section script
13133 entries. Duplicate file section script entries.
13134 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13135 inlined entries. Add test for safe-path rejection.
13136
13137 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13138
13139 * gdb.ada/disc_arr_bound: New testcase.
13140
13141 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13142
13143 * gdb.ada/mi_var_array: New testcase.
13144
13145 2015-01-27 Doug Evans <dje@google.com>
13146
13147 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13148 Add test for objfile.filename, objfile.username after objfile
13149 has been unloaded.
13150
13151 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13152
13153 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13154 the second test to print the name attribute of value
13155 returned by the call to gdb.lookup_type, and adjust
13156 the expected output accordingly.
13157
13158 2015-01-25 Mark Wielaard <mjw@redhat.com>
13159
13160 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13161 * gdb.base/disp-step-fork.c: Include unistd.h.
13162 * gdb.base/siginfo-obj.c: Include stdio.h.
13163 * gdb.base/siginfo-thread.c: Likewise.
13164 * gdb.mi/non-stop.c: Include unistd.h.
13165 * gdb.mi/nsthrexec.c: Include stdio.h.
13166 * gdb.mi/pthreads.c: Include unistd.h.
13167 * gdb.modula2/unbounded1.c (main): Declare returns int.
13168 * gdb.reverse/consecutive-reverse.c: Likewise.
13169 * gdb.threads/create-fail.c: Include unistd.h.
13170 * gdb.threads/killed.c: Likewise.
13171 * gdb.threads/linux-dp.c: Likewise.
13172 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13173 * gdb.threads/non-ldr-exc-2.c: Likewise.
13174 * gdb.threads/non-ldr-exc-3.c: Likewise.
13175 * gdb.threads/non-ldr-exc-4.c: Likewise.
13176 * gdb.threads/pthreads.c: Include unistd.h.
13177 (main): Declare returns int.
13178 * gdb.threads/tls-main.c (foo): New declaration.
13179 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13180
13181 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13182
13183 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13184 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13185
13186 2015-01-15 Mark Wielaard <mjw@redhat.com>
13187
13188 * gdb.base/noreturn-return.c: New file.
13189 * gdb.base/noreturn-return.exp: New file.
13190 * gdb.base/noreturn-finish.c: New file.
13191 * gdb.base/noreturn-finish.exp: New file.
13192
13193 2015-01-23 Pedro Alves <palves@redhat.com>
13194
13195 * gdb.threads/continue-pending-after-query.c: New file.
13196 * gdb.threads/continue-pending-after-query.exp: New file.
13197
13198 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13199 Simon Marchi <simon.marchi@ericsson.com>
13200
13201 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13202 * gdb.base/valgrind-db-attach.exp: Same.
13203 * gdb.base/valgrind-infcall.exp: Same.
13204 * lib/mi-support.exp (default_mi_gdb_start): Same.
13205 * lib/prompt.exp (default_prompt_gdb_start): Same.
13206 * lib/gdb.exp (default_gdb_spawn): Same.
13207 (gdb_interact): New.
13208
13209
13210 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13211
13212 * gdb.compile/compile.exp (pointer to jit function): New test.
13213
13214 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13215
13216 * lib/gdb.exp (supports_process_record): Return true for
13217 powerpc*-*-linux*.
13218 (supports_reverse): Likewise.
13219
13220 2015-01-15 Don Breazeal <donb@codesourcery.com>
13221
13222 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13223 instead of checking whether the target board is remote and
13224 use spawn_wait_for_attach instead of exec/sleep.
13225 * gdb.base/attach-twice.exp: Likewise.
13226
13227 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13228
13229 * gdb.ada/var_arr_attrs: New testcase.
13230
13231 2015-01-14 Pedro Alves <palves@redhat.com>
13232 Joel Brobecker <brobecker@adacore.com>
13233
13234 PR gdb/17525
13235 * gdb.base/bp-cmds-execution-x-script.c: New file.
13236 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13237 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13238
13239 2015-01-14 Pedro Alves <palves@redhat.com>
13240
13241 PR cli/17828
13242 * gdb.base/batch-preserve-term-settings.c: New file.
13243 * gdb.base/batch-preserve-term-settings.exp: New file.
13244
13245 2015-01-13 Doug Evans <dje@google.com>
13246
13247 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13248 binary.
13249
13250 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13251
13252 * Makefile.in (clean mostlyclean): Do not delete *.py.
13253
13254 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13255
13256 * gdb.python/py-lookup-type.exp: New file.
13257
13258 2015-01-12 Pedro Alves <palves@redhat.com>
13259
13260 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13261 restore GDBFLAGS before returning.
13262
13263 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13264
13265 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13266 is_amd64_regs_target and is_x86_like_target.
13267
13268 2015-01-11 Doug Evans <xdje42@gmail.com>
13269
13270 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13271 is given without an explicit form.
13272 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13273 attributes.
13274 * gdb.dwarf/corrupt.exp: Ditto.
13275 * gdb.dwarf2/enum-type.exp: Ditto.
13276 * gdb.trace/entry-values.exp: Ditto.
13277 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13278
13279 2015-01-11 Doug Evans <xdje42@gmail.com>
13280
13281 PR gdb/15830
13282 * gdb.base/maint.exp: Remove references to "maint demangle".
13283 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13284 Add tests for explicitly specifying language to demangle.
13285 * gdb.dlang/demangle.exp: Ditto.
13286
13287 2015-01-09 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.threads/non-stop-fair-events.c: New file.
13290 * gdb.threads/non-stop-fair-events.exp: New file.
13291
13292 2015-01-09 Pedro Alves <palves@redhat.com>
13293
13294 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13295 the global scope. Set a breakpoint after all threads are started
13296 rather than stepping over two source lines. Expect the prompt.
13297 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13298 global.
13299 (NUM): Now 15.
13300 (main): Use threads_started_barrier to wait for all threads to
13301 start. Main thread no longer calls thread_function. Exit after
13302 180 seconds.
13303 (loop): New function.
13304 (thread_function): Wait on threads_started_barrier barrier. Call
13305 'loop' at each iteration.
13306 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13307 threads have started, instead of hardcoding number of "next"
13308 steps. Use an access watchpoint instead of a write watchpoint.
13309
13310 2015-01-09 Pedro Alves <palves@redhat.com>
13311
13312 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13313 (thread_func): Wait on barrier.
13314 (main): Wait for all threads to start before stopping GDB.
13315 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13316 global.
13317 (thread1_func, thread2_func): Wait on barrier.
13318 (main): Wait for all threads to start before stopping GDB.
13319 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13320 New global.
13321 (thread1_func, thread2_func): Wait on barrier.
13322 (main): Wait for all threads to start before stopping GDB.
13323
13324 2015-01-09 Pedro Alves <palves@redhat.com>
13325
13326 * gdb.threads/attach-many-short-lived-threads.c: New file.
13327 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13328
13329 2014-01-09 Pedro Alves <palves@redhat.com>
13330
13331 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13332 instead of to thread 2.
13333 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13334 Add barrier around each pthread_create call instead of around all
13335 calls.
13336 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13337 Set a break on thread_function and have the child threads hit it
13338 one at at a time.
13339
13340 2015-01-09 Pedro Alves <palves@redhat.com>
13341
13342 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13343 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13344 false.
13345 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13346 checking whether the target board is remote.
13347 * gdb.multi/multi-attach.exp: Likewise.
13348 * gdb.python/py-sync-interp.exp: Likewise.
13349 * gdb.server/ext-attach.exp: Likewise.
13350 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13351 tests that need to attach, instead of checking whether the target
13352 board is remote at the top of the file.
13353
13354 2015-01-08 Yao Qi <yao@codesourcery.com>
13355
13356 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13357
13358 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13359
13360 Fix testcase compilation.
13361 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13362
13363 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13364
13365 * gdb.python/py-type.exp: Add a couple test about empty
13366 array creation, and negative-length array creation.
13367
13368 2015-01-02 Doug Evans <xdje42@gmail.com>
13369
13370 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13371
13372 2015-01-02 Doug Evans <dje@google.com>
13373
13374 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13375
13376 2014-12-29 Yao Qi <yao@codesourcery.com>
13377
13378 * gdb.trace/entry-values.exp: Update comments. Rename variable
13379 bar_call_foo to returned_from_foo.
13380
13381 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13382
13383 PR gdb/17394
13384 * gdb.linespec/break-asm-file.c: New file.
13385 * gdb.linespec/break-asm-file.exp: New file.
13386 * gdb.linespec/break-asm-file0.s: New file.
13387 * gdb.linespec/break-asm-file1.s: New file.
13388
13389 2014-12-18 Nigel Stephens <nigel@mips.com>
13390 Maciej W. Rozycki <macro@codesourcery.com>
13391
13392 * gdb.base/float.exp: Handle the new output from "info float" on
13393 MIPS targets.
13394
13395 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13396
13397 Fix MinGW compilation.
13398 * gdb.compile/compile-ops.exp: Update untested message if
13399 !skip_compile_feature_tests.
13400 * gdb.compile/compile-setjmp.exp: Likewise.
13401 * gdb.compile/compile-tls.exp: Likewise.
13402 * gdb.compile/compile.exp: Likewise.
13403 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13404 supported on this host".
13405
13406 2014-12-16 Doug Evans <xdje42@gmail.com>
13407
13408 * boards/stabs.exp: New file.
13409
13410 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13411
13412 * gdb.base/completion.exp: Adjust to format changes of "maint
13413 print user-registers".
13414
13415 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13416
13417 PR server/17457
13418 * gdb.arch/aarch64-fp.c: New file.
13419 * gdb.arch/aarch64-fp.exp: New file.
13420
13421 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13422
13423 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13424 r210637, r210913, r211666, r215400, r215817).
13425
13426 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13427 * dg-extract-results.py: New file.
13428 * dg-extract-results.sh: Use it if the environment seems
13429 suitable.
13430
13431 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13432
13433 * dg-extract-results.py (parse_run): Handle warnings that
13434 are printed before a test harness is run.
13435
13436 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13437
13438 * dg-extract-results.py (Named): Remove __cmp__ method.
13439 (output_variation): Use a key to sort variation.harnesses.
13440
13441 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13442
13443 * dg-extract-results.py: For Python 3, force sys.stdout to
13444 handle surrogate escape sequences.
13445 (safe_open): New function.
13446 (output_segment, main): Use it.
13447
13448 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13449
13450 * dg-extract-results.py (Prog.result_re): Include options
13451 in test name.
13452
13453 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13454
13455 * dg-extract-results.py (output_variation): Always sort if
13456 do_sum.
13457
13458 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13459
13460 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13461 as long as we get pagination notifications.
13462
13463 2014-12-15 Jason Merrill <jason@redhat.com>
13464
13465 * Makefile.in (check-gdb.%): Restore.
13466 * README: Mention it.
13467
13468 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13469
13470 * gdb.ada/str_uninit: New testcase.
13471
13472 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13473
13474 PR symtab/17642
13475 * gdb.base/vla-stub-define.c: New file.
13476 * gdb.base/vla-stub.c: New file.
13477 * gdb.base/vla-stub.exp: New file.
13478
13479 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13480 Jan Kratochvil <jan.kratochvil@redhat.com>
13481 Tom Tromey <tromey@redhat.com>
13482
13483 * configure.ac: Add gdb.compile/.
13484 * configure: Regenerate.
13485 * gdb.compile/Makefile.in: New file.
13486 * gdb.compile/compile-ops.exp: New file.
13487 * gdb.compile/compile-ops.c: New file.
13488 * gdb.compile/compile-tls.c: New file.
13489 * gdb.compile/compile-tls.exp: New file.
13490 * gdb.compile/compile-constvar.S: New file.
13491 * gdb.compile/compile-constvar.c: New file.
13492 * gdb.compile/compile-mod.c: New file.
13493 * gdb.compile/compile-nodebug.c: New file.
13494 * gdb.compile/compile-setjmp-mod.c: New file.
13495 * gdb.compile/compile-setjmp.c: New file.
13496 * gdb.compile/compile-setjmp.exp: New file.
13497 * gdb.compile/compile-shlib.c: New file.
13498 * gdb.compile/compile.c: New file.
13499 * gdb.compile/compile.exp: New file.
13500 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13501
13502 2014-12-12 Tom Tromey <tromey@redhat.com>
13503
13504 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13505 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13506
13507 2014-12-12 Doug Evans <dje@google.com>
13508
13509 * lib/gdb-python.exp (get_python_valueof): New function.
13510 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13511
13512 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13513
13514 * gdb.base/completion.exp: Add test for completion of "info
13515 registers ".
13516
13517 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13518
13519 * gdb.base/func-ptrs.c: New file.
13520 * gdb.base/func-ptrs.exp: New file.
13521
13522 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13523
13524 PR breakpoints/17012
13525 * gdb.base/dprintf-detach.c: New file.
13526 * gdb.base/dprintf-detach.exp: New file.
13527
13528 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13529
13530 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13531 * lib/gdb.exp (target_is_gdbserver): New procedure.
13532
13533 2014-12-08 Doug Evans <dje@google.com>
13534
13535 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13536
13537 2014-12-05 Yao Qi <yao@codesourcery.com>
13538
13539 * gdb.guile/scm-error.exp: Remove the third argument to
13540 gdb_remote_download.
13541 * gdb.guile/scm-frame-args.exp: Likewise.
13542 * gdb.guile/scm-section-script.exp: Likewise.
13543
13544 2014-12-05 Yao Qi <yao@codesourcery.com>
13545
13546 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13547
13548 2014-12-04 Doug Evans <dje@google.com>
13549
13550 * gdb.python/py-objfile.exp: Add tests for
13551 objfile.add_separate_debug_file.
13552
13553 2014-12-04 Doug Evans <dje@google.com>
13554
13555 * lib/gdb.exp (get_build_id): New function.
13556 (build_id_debug_filename_get): Rewrite to use it.
13557 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13558
13559 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13560
13561 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13562 `method(long)', not just 0x0.
13563 * gdb.cp/nsalias.exp: Align code labels to 4.
13564 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13565 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13566 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13567 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13568 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13569 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13570
13571 2014-12-02 Doug Evans <dje@google.com>
13572
13573 PR symtab/17602
13574 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13575 * gdb.cp/anon-ns2.cc: ... here. New file.
13576 * gdb.cp/anon-ns.exp: Update.
13577
13578 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13579
13580 * gdb.python/py-events.py (inferior_call_handler): New.
13581 (register_changed_handler, memory_changed_handler): New.
13582 (test_events.invoke): Register new handlers.
13583 * gdb.python/py-events.exp: Add tests for inferior call,
13584 memory_changed and register_changed events.
13585
13586 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13587
13588 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13589 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13590 if the linker doesn't understand this.
13591
13592 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13593
13594 * gdb.python/python.exp: Change expected reply to help().
13595
13596 2014-12-01 Yao Qi <yao@codesourcery.com>
13597
13598 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13599 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13600 * configure: Re-generated.
13601
13602 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13603
13604 * gdb.cp/chained-calls.cc: New file.
13605 * gdb.cp/chained-calls.exp: New file.
13606 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13607
13608 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13609
13610 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13611 * gdb.dwarf2/symtab-producer.exp: Same.
13612 * gdb.gdb/python-interrupts.exp: Same.
13613 * gdb.gdb/python-selftest.exp: Same.
13614 * gdb.python/py-linetable.exp: Same.
13615 * gdb.python/py-type.exp: Same.
13616 * gdb.python/py-value-cc.exp: Same.
13617 * gdb.python/py-value.exp: Same.
13618
13619 2014-11-28 Yao Qi <yao@codesourcery.com>
13620
13621 * gdb.base/break-probes.exp: Match library name prefixed with
13622 sysroot.
13623
13624 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13625
13626 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13627 test expected output. Add parentheses for the call to print.
13628 Remove L suffix from integers.
13629
13630 2014-11-26 Doug Evans <dje@google.com>
13631
13632 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13633
13634 2014-11-22 Yao Qi <yao@codesourcery.com>
13635
13636 * gdb.trace/entry-values.c: Remove asms.
13637 (foo): Add foo_label.
13638 (bar): Add bar_label.
13639 * gdb.trace/entry-values.exp: Remove code computing foo's
13640 length and bar's length.
13641 (Dwarf::assemble): Invoke function_range for bar and use
13642 MACRO_AT_func for foo.
13643
13644 2014-11-22 Yao Qi <yao@codesourcery.com>
13645
13646 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13647 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13648 Use .Lgcc43_procstart instead of gcc43.
13649
13650 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13651
13652 * gdb.ada/n_arr_bound: New testcase.
13653
13654 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13655
13656 PR breakpoints/10737
13657 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13658 test_catch_syscall_multi_arch.
13659 (test_catch_syscall_multi_arch): New function.
13660
13661 2014-11-20 Doug Evans <xdje42@gmail.com>
13662
13663 * gdb.base/maint.exp: Update expected output.
13664
13665 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13666
13667 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13668 4-byte instruction on S390.
13669
13670 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13671
13672 * gdb.ada/arr_arr: New testcase.
13673
13674 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13675
13676 * gdb.ada/pkd_arr_elem: New Testcase.
13677
13678 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13679
13680 * gdb.reverse/break-precsave: Expect completion message for
13681 core file reads.
13682 * gdb.reverse/consecutive-precsave.exp: Likewise.
13683 * gdb.reverse/finish-precsave.exp: Likewise.
13684 * gdb.reverse/i386-precsave.exp: Likewise.
13685 * gdb.reverse/machinestate-precsave.exp: Likewise.
13686 * gdb.reverse/sigall-precsave.exp: Likewise.
13687 * gdb.reverse/solib-precsave.exp: Likewise.
13688 * gdb.reverse/step-precsave.exp: Likewise.
13689 * gdb.reverse/until-precsave.exp: Likewise.
13690 * gdb.reverse/watch-precsave.exp: Likewise.
13691
13692 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13693
13694 * gdb.base/bp-permanent.c: Include unistd.h.
13695 * gdb.python/py-framefilter-mi.c (main): Add return type.
13696 * gdb.python/py-framefilter.c (main): Likewise.
13697 * gdb.trace/actions-changed.c (main): Likewise.
13698
13699 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13700
13701 * gdb.mi/until.c: Add eye-catchers.
13702 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13703 line numbers.
13704
13705 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13706
13707 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13708 function header variants in break1.c.
13709 * gdb.base/ena-dis-br.exp: Likewise.
13710 * gdb.base/hbreak2.exp: Likewise.
13711 * gdb.reverse/until-precsave.exp: Drop references to removed
13712 non-prototype function header variants in ur1.c.
13713 * gdb.reverse/until-reverse.exp: Likewise.
13714
13715 2014-11-17 Petr Machata <pmachata@redhat.com>
13716
13717 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13718 ${_cu_offset_size} bytes abbrev offset.
13719
13720 2014-11-15 Doug Evans <xdje42@gmail.com>
13721
13722 PR symtab/17559
13723 * gdb.base/line-symtabs.exp: New file.
13724 * gdb.base/line-symtabs.c: New file.
13725 * gdb.base/line-symtabs.h: New file.
13726
13727 2014-11-14 Yao Qi <yao@codesourcery.com>
13728
13729 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13730 (func): Add label func_label.
13731 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13732 Replace low_pc and high_pc with MACRO_AT_range.
13733 Replace name, low_pc and high_pc with MACRO_AT_func.
13734
13735 2014-11-14 Yao Qi <yao@codesourcery.com>
13736
13737 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13738 Replace name, low_pc and high_pc with MACRO_AT_func.
13739
13740 2014-11-14 Yao Qi <yao@codesourcery.com>
13741
13742 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13743 produce debug information.
13744 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13745
13746 2014-11-14 Yao Qi <yao@codesourcery.com>
13747
13748 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13749 object and get function length.
13750 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13751 with MACRO_AT_func.
13752 (top-level): Replace gdb_compile and clean_restart with
13753 prepare_for_testing.
13754 * gdb.dwarf2/main.c (main): Add label main_label.
13755
13756 2014-11-14 Yao Qi <yao@codesourcery.com>
13757
13758 * lib/dwarf.exp (function_range): New procedure.
13759 (Dwarf::_handle_macro_at_func): New procedure.
13760 (Dwarf::_handle_macro_at_range): New procedure.
13761 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13762
13763 2014-11-14 Yao Qi <yao@codesourcery.com>
13764
13765 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13766 (_handle_attribute): New procedure.
13767
13768 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13769
13770 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13771 * gdb.base/call-sc.c (zed): Likewise.
13772 * gdb.base/checkpoint.c (main): Likewise.
13773 * gdb.base/dump.c (main): Likewise.
13774 * gdb.base/gcore.c (main): Likewise.
13775 * gdb.base/huge.c (main): Likewise.
13776 * gdb.base/multi-forks.c (main): Likewise.
13777 * gdb.base/pr10179-a.c (main): Likewise.
13778 * gdb.base/savedregs.c (main): Likewise.
13779 * gdb.base/sigaltstack.c (main): Likewise.
13780 * gdb.base/siginfo.c (main): Likewise.
13781 * gdb.base/structs.c (zed): Likewise.
13782 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13783 * gdb.mi/mi-syn-frame.c (main): Likewise.
13784 * gdb.mi/until.c (foo, main): Likewise.
13785 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13786 * gdb.base/solib-weak.c (foo): Declare.
13787 * gdb.base/attach-twice.c: Include stdio.h.
13788 * gdb.base/weaklib1.c: Likewise.
13789 * gdb.base/weaklib2.c: Likewise.
13790 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13791 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13792 unistd.h.
13793 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13794 * gdb.mi/mi-exit-code.c: Likewise.
13795 * gdb.base/break-interp-lib.c: Include string.h.
13796 * gdb.base/coremaker.c: Likewise.
13797 * gdb.base/testenv.c: Likewise.
13798 * gdb.python/py-finish-breakpoint.c: Likewise.
13799 * gdb.base/inferior-died.c: Include sys/wait.h.
13800 * gdb.base/fileio.c: Include time.h.
13801 * gdb.base/async-shell.c: Include unistd.h.
13802 * gdb.base/dprintf-non-stop.c: Likewise.
13803 * gdb.base/info-os.c: Likewise.
13804 * gdb.mi/mi-console.c: Likewise.
13805 * gdb.mi/watch-nonstop.c: Likewise.
13806 * gdb.python/py-events.c: Likewise.
13807 * gdb.base/async.c (baz): Move up before its invocation.
13808 * gdb.base/code_elim2.c (my_global_func): Likewise.
13809 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13810 * gdb.base/advance.c (func2): Likewise.
13811
13812 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13813
13814 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13815 variant.
13816 * gdb.base/annota3.c: Likewise.
13817 * gdb.base/async.c: Likewise.
13818 * gdb.base/average.c: Likewise.
13819 * gdb.base/call-ar-st.c: Likewise.
13820 * gdb.base/call-rt-st.c: Likewise.
13821 * gdb.base/call-sc.c: Likewise.
13822 * gdb.base/call-strs.c: Likewise.
13823 * gdb.base/ending-run.c: Likewise.
13824 * gdb.base/execd-prog.c: Likewise.
13825 * gdb.base/exprs.c: Likewise.
13826 * gdb.base/foll-exec.c: Likewise.
13827 * gdb.base/foll-fork.c: Likewise.
13828 * gdb.base/foll-vfork.c: Likewise.
13829 * gdb.base/funcargs.c: Likewise.
13830 * gdb.base/gcore.c: Likewise.
13831 * gdb.base/jump.c: Likewise.
13832 * gdb.base/langs0.c: Likewise.
13833 * gdb.base/langs1.c: Likewise.
13834 * gdb.base/langs2.c: Likewise.
13835 * gdb.base/mips_pro.c: Likewise.
13836 * gdb.base/nodebug.c: Likewise.
13837 * gdb.base/opaque0.c: Likewise.
13838 * gdb.base/opaque1.c: Likewise.
13839 * gdb.base/recurse.c: Likewise.
13840 * gdb.base/run.c: Likewise.
13841 * gdb.base/scope0.c: Likewise.
13842 * gdb.base/scope1.c: Likewise.
13843 * gdb.base/setshow.c: Likewise.
13844 * gdb.base/setvar.c: Likewise.
13845 * gdb.base/shmain.c: Likewise.
13846 * gdb.base/shr1.c: Likewise.
13847 * gdb.base/shr2.c: Likewise.
13848 * gdb.base/sigall.c: Likewise.
13849 * gdb.base/signals.c: Likewise.
13850 * gdb.base/so-indr-cl.c: Likewise.
13851 * gdb.base/solib2.c: Likewise.
13852 * gdb.base/structs.c: Likewise.
13853 * gdb.base/sum.c: Likewise.
13854 * gdb.base/vforked-prog.c: Likewise.
13855 * gdb.base/watchpoint.c: Likewise.
13856 * gdb.reverse/shr2.c: Likewise.
13857 * gdb.reverse/until-reverse.c: Likewise.
13858 * gdb.reverse/ur1.c: Likewise.
13859 * gdb.reverse/watch-reverse.c: Likewise.
13860
13861 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13862
13863 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13864 variant.
13865 * gdb.base/sepdebug.exp: Drop references to removed code.
13866
13867 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13868
13869 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13870 variant. Preserve original line numbering.
13871 * gdb.base/list1.c: Likewise.
13872
13873 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13874
13875 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13876 variant.
13877 * gdb.base/break1.c: Likewise.
13878 * gdb.base/break.exp: Drop references to removed code.
13879
13880 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13881
13882 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13883 variant.
13884
13885 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13886
13887 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13888
13889 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13890
13891 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13892 logic into perform_all_tests() and invoke it with and without
13893 function header prototypes.
13894 (do_function_calls): Remove conditional XFAIL for PR 5318.
13895 (rerun_and_prepare): Remove duplicate code.
13896 (perform_all_tests): New. Main logic moved here.
13897
13898 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13899
13900 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13901 code guarded by #ifdef NO_PROTOTYPES.
13902 (t_double_many_args): Likewise.
13903 (DEF_FUNC_MANY_ARGS_1): Likewise.
13904 (DEF_FUNC_VALUES_1): Likewise.
13905 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13906 guarded by #ifdef PROTOTYPES.
13907
13908 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13909
13910 * gdb.mi/mi-console.c: Add eye-catcher.
13911 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13912 instead of literal line number.
13913
13914 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13915
13916 * gdb.base/shr2.c: Add eye-catcher.
13917 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13918 line number.
13919
13920 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13921
13922 * gdb.base/jump.c: Add eye-catchers.
13923 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13924 numbers.
13925
13926 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13927
13928 * gdb.base/execd-prog.c: Add eye-catchers.
13929 * gdb.base/foll-exec.c: Likewise.
13930 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13931 line numbers.
13932
13933 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13934
13935 * gdb.base/ending-run.c: Add eye-catchers.
13936 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13937 literal line numbers.
13938
13939 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13940
13941 * gdb.base/call-rt-st.c: Add eye-catchers.
13942 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13943 literal line numbers.
13944
13945 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13946
13947 * gdb.base/call-ar-st.c: Add eye-catchers.
13948 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13949 literal line numbers.
13950
13951 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13952
13953 * gdb.base/average.c: Add eye-catchers.
13954 * gdb.base/sum.c: Likewise.
13955 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13956 regexps dynamically.
13957
13958 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13959
13960 * gdb.base/solib1.c: Add eye-catchers.
13961 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13962 literal line numbers.
13963
13964 2014-11-12 Pedro Alves <palves@redhat.com>
13965
13966 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13967 leader has exited.
13968
13969 2014-11-12 Pedro Alves <palves@redhat.com>
13970
13971 * gdb.arch/i386-bp_permanent.c: New file.
13972 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13973 (srcfile): Set to i386-bp_permanent.c.
13974 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13975 that stepi does not execute the 'leave' instruction, instead of
13976 testing it does execute.
13977 * gdb.base/bp-permanent.c: New file.
13978 * gdb.base/bp-permanent.exp: New file.
13979
13980 2014-11-10 Doug Evans <xdje42@gmail.com>
13981
13982 PR symtab/17564
13983 * gdb.base/symtab-search-order.exp: New file.
13984 * gdb.base/symtab-search-order.c: New file.
13985 * gdb.base/symtab-search-order-1.c: New file.
13986 * gdb.base/symtab-search-order-shlib-1.c: New file.
13987
13988 2014-11-07 Pedro Alves <palves@redhat.com>
13989
13990 PR gdb/17511
13991 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13992 i?86-*-linux*.
13993
13994 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13995
13996 PR c++/17494
13997 * gdb.cp/pr17494.cc: New file.
13998 * gdb.cp/pr17494.exp: New file.
13999
14000 2014-11-02 Yao Qi <yao@codesourcery.com>
14001
14002 * gdb.python/python.exp: Get working directory and match the
14003 output of "set extended-prompt \\w " with it.
14004
14005 2014-10-30 Doug Evans <dje@google.com>
14006
14007 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14008 in objfiles.
14009 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14010 in progspaces.
14011
14012 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14013
14014 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14015 * gdb.base/realname-expand.exp: Likewise.
14016 * gdb.linespec/macro-relative.exp: Likewise.
14017
14018 2014-10-29 Pedro Alves <palves@redhat.com>
14019
14020 PR gdb/17408
14021 * gdb.threads/schedlock.c (some_function): New function.
14022 (call_function): New global.
14023 (MAYBE_CALL_SOME_FUNCTION): New macro.
14024 (thread_function): Call it.
14025 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14026 and use it instead of a global counter. Adjust all callers.
14027 (get_current_thread): Use "find current thread" for test message
14028 here rather than having all callers pass down the same string.
14029 (goto_loop): New procedure, factored out from ...
14030 (my_continue): ... this.
14031 (step_ten_loops): Change parameter from test message to command to
14032 use. Adjust.
14033 (list_count): Delete global.
14034 (check_result): New procedure, factored out from duplicate top
14035 level code.
14036 (continue tests): Wrap in with_test_prefix.
14037 (test_step): New procedure, factored out from duplicate top level
14038 code.
14039 (top level): Test "step" in combination with all scheduler-locking
14040 modes. Test "next" in combination with all scheduler-locking
14041 modes, and in combination with stepping over a function call or
14042 not.
14043 * gdb.threads/next-bp-other-thread.c: New file.
14044 * gdb.threads/next-bp-other-thread.exp: New file.
14045
14046 2014-10-29 Pedro Alves <palves@redhat.com>
14047
14048 PR python/17372
14049 * gdb.python/python.exp: Test a multi-line command that spawns
14050 interactive Python.
14051 * gdb.base/multi-line-starts-subshell.exp: New file.
14052
14053 2014-10-29 Yao Qi <yao@codesourcery.com>
14054
14055 * gdb.base/fileio.exp: Make directories on host.
14056
14057 2014-10-29 Yao Qi <yao@codesourcery.com>
14058
14059 * gdb.base/fileio.c (test_write): Close the file.
14060
14061 2014-10-28 Pedro Alves <palves@redhat.com>
14062
14063 PR gdb/12623
14064 * gdb.base/sigstep.c (no_handler): New global.
14065 (main): If 'no_handler is true, set the signal handlers to
14066 SIG_IGN.
14067 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14068 with_sw_watch and no_handler parameters. Handle them.
14069 (top level) <stepping over handler when stopped at a breakpoint
14070 test>: Add a test axis for testing with a software watchpoint, and
14071 another for testing with the signal handler set to SIG_IGN.
14072 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14073 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14074
14075 2014-10-28 Pedro Alves <palves@redhat.com>
14076
14077 PR gdb/17511
14078 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14079 * gdb.base/sigstep.exp (other_handler_location): New global.
14080 (advance): Support stepping into the signal handler, and running
14081 commands while in the handler.
14082 (in_handler_map): New global.
14083 (top level): In the advance test, add combinations for getting
14084 into the handler with stepping commands, and for running commands
14085 in the handler. Add comment descripting the advancei tests.
14086
14087 2014-10-28 Pedro Alves <palves@redhat.com>
14088
14089 * gdb.base/sigstep.exp: Use build_executable instead of
14090 prepare_for_testing.
14091 (top level): Move code that starts GDB, runs to main and creates a
14092 display to ...
14093 (restart): ... this new procedure.
14094 (top level): Move backtrace from signal handler test to ...
14095 (validate_backtrace): ... this new procedure.
14096 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14097 with_test_prefix. Always restart GDB.
14098 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14099 with_test_prefix. Always restart GDB. No need to delete
14100 breakpoints after the test.
14101 (test_skip_handler): Remove prefix parameter.
14102 (skip_over_handler, breakpoint_to_handler)
14103 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14104 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14105 restart GDB. No need to delete breakpoints after the test.
14106 (top level): Use foreach to call the test procedures with
14107 different commands.
14108
14109 2014-10-28 Pedro Alves <palves@redhat.com>
14110
14111 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14112 instead of GNATS numbers.
14113 * gdb.base/sigbpt.exp: Likewise.
14114 * gdb.base/siginfo.exp: Likewise.
14115 * gdb.base/sigstep.exp: Likewise.
14116
14117 2014-10-27 Pedro Alves <palves@redhat.com>
14118
14119 * gdb.base/sigstep.c (dummy): New global.
14120 (main): Issue a couple writes to the new global.
14121 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14122 procedures.
14123 (skip_over_handler): Use test_skip_handler.
14124 (top level): Call skip_over_handler for stepi and nexti too.
14125 (breakpoint_over_handler): Use test_skip_handler.
14126 (top level): Call breakpoint_over_handler for stepi and nexti too.
14127
14128 2014-10-27 Yao Qi <yao@codesourcery.com>
14129
14130 * gdb.trace/tfile.c (adjust_function_address)
14131 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14132 function descriptor.
14133
14134 2014-10-24 Don Breazeal <donb@codesourcery.com>
14135
14136 * gdb.base/foll-fork.exp (test_follow_fork,
14137 catch_fork_child_follow): Check for updated fork messages emitted
14138 from infrun.c.
14139 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14140 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14141 vfork_and_exec_child_follow_through_step): Check for updated vfork
14142 messages emitted from infrun.c.
14143
14144 2014-10-24 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.base/corefile.exp: Remove references to ultrix.
14147 * gdb.base/interrupt.exp: Likewise.
14148 * gdb.base/whatis.exp: Likewise.
14149 * gdb.gdb/selftest.exp: Likewise.
14150 * gdb.threads/manythreads.exp: Likewise.
14151 * gdb.threads/print-threads.exp: Likewise.
14152 * gdb.threads/pthreads.exp:: Likewise.
14153 * gdb.threads/schedlock.exp: Likewise.
14154
14155 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14156
14157 * gdb.cp/non-trivial-retval.cc: Add a test case.
14158 * gdb.cp/non-trivial-retval.exp: Add a test.
14159
14160 2014-10-20 Yao Qi <yao@codesourcery.com>
14161
14162 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14163 * gdb.python/py-objfile-script-gdb.py: New file.
14164 * gdb.python/py-objfile-script.exp: Update reference to
14165 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14166 of remote_download. Remove the dest file.
14167
14168 2014-10-20 Yao Qi <yao@codesourcery.com>
14169
14170 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14171 * gdb.base/step-line.exp: Likewise.
14172 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14173 * gdb.dwarf2/dw2-basic.exp: Likewise.
14174 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14175 * gdb.dwarf2/dw2-filename.exp: Likewise.
14176 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14177 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14178 * gdb.dwarf2/dw2-producer.exp: Likewise.
14179 * gdb.dwarf2/mac-fileno.exp: Likewise.
14180 * gdb.python/py-frame-args.exp: Likewise.
14181 * gdb.python/py-framefilter.exp: Likewise.
14182 * gdb.python/py-mi.exp: Likewise.
14183 * gdb.python/py-objfile-script.exp: Likewise
14184 * gdb.python/py-pp-integral.exp: Likewise.
14185 * gdb.python/py-pp-re-notag.exp: Likewise.
14186 * gdb.python/py-prettyprint.exp: Likewise.
14187 * gdb.python/py-section-script.exp: Likewise.
14188 * gdb.python/py-typeprint.exp: Likewise.
14189 * gdb.python/py-xmethods.exp: Likewise.
14190 * gdb.stabs/weird.exp: Likewise.
14191 * gdb.xml/tdesc-regs.exp: Likewise.
14192
14193 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14194
14195 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14196 (out_cu): Use addr_len for the size of addresses.
14197 (out_line): Likewise. Size DW_LNE_set_address instruction
14198 according to addr_len.
14199 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14200 (FUNC): Add START_INSNS to definition.
14201
14202 2014-10-18 Yao Qi <yao@codesourcery.com>
14203
14204 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14205 gdb_has_argv0 return true.
14206 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14207 check [target_info exists noargs], check [gdb_has_argv0]
14208 instead.
14209 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14210 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14211 procedures.
14212
14213 2014-10-17 Doug Evans <dje@google.com>
14214
14215 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14216 event.
14217 * gdb.python/py-events.py: Add clear_objfiles event.
14218
14219 2014-10-17 Doug Evans <dje@google.com>
14220
14221 * gdb.python/py-objfile.exp: Test progspace attribute.
14222
14223 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14224
14225 * gdb.guile/scm-breakpoint.exp: Do not assume any
14226 directory separators when matching source file paths.
14227 * gdb.python/py-breakpoint.exp: Likewise.
14228 * gdb.reverse/break-precsave.exp: Likewise.
14229 * gdb.reverse/break-reverse.exp: Likewise.
14230 * gdb.reverse/consecutive-precsave.exp: Likewise.
14231 * gdb.reverse/finish-precsave.exp: Likewise.
14232 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14233 * gdb.reverse/finish-reverse.exp: Likewise.
14234 * gdb.reverse/i386-precsave.exp: Likewise.
14235 * gdb.reverse/i387-env-reverse.exp: Likewise.
14236 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14237 * gdb.reverse/machinestate-precsave.exp: Likewise.
14238 * gdb.reverse/machinestate.exp: Likewise.
14239 * gdb.reverse/sigall-precsave.exp: Likewise.
14240 * gdb.reverse/solib-precsave.exp: Likewise.
14241 * gdb.reverse/step-precsave.exp: Likewise.
14242 * gdb.reverse/until-precsave.exp: Likewise.
14243 * gdb.reverse/watch-precsave.exp: Likewise.
14244 * gdb.reverse/watch-reverse.exp: Likewise.
14245
14246 2014-10-17 Yao Qi <yao@codesourcery.com>
14247
14248 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14249 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14250
14251 2014-10-17 Pedro Alves <palves@redhat.com>
14252
14253 PR gdb/17471
14254 * gdb.base/bg-execution-repeat.c: New file.
14255 * gdb.base/bg-execution-repeat.exp: New file.
14256
14257 2014-10-17 Pedro Alves <palves@redhat.com>
14258
14259 PR gdb/17300
14260 * gdb.base/continue-all-already-running.c: New file.
14261 * gdb.base/continue-all-already-running.exp: New file.
14262
14263 2014-10-17 Pedro Alves <palves@redhat.com>
14264
14265 PR gdb/17472
14266 * gdb.base/annota-input-while-running.c: New file.
14267 * gdb.base/annota-input-while-running.exp: New file.
14268
14269 2014-10-17 Pedro Alves <palves@redhat.com>
14270
14271 * gdb.base/callfuncs.exp: emove references to osf.
14272 * gdb.base/sigall.exp: Likewise.
14273 * gdb.gdb/selftest.exp: Likewise.
14274 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14275 * gdb.mi/non-stop.c: Likewise.
14276 * gdb.mi/pthreads.c: Likewise.
14277 * gdb.reverse/sigall-precsave.exp: Likewise.
14278 * gdb.reverse/sigall-reverse.exp: Likewise.
14279 * gdb.threads/pthreads.c: Likewise.
14280 * gdb.threads/pthreads.exp: Likewise.
14281
14282 2014-10-17 Yao Qi <yao@codesourcery.com>
14283
14284 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14285 check 'target_info exists noargs'.
14286 (test_command_prompt_position): Likewise.
14287 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14288 Remove "set args".
14289 (progvar_simple_while_test): Likewise.
14290 (progvar_complex_if_while_test): Likewise.
14291 (if_while_breakpoint_command_test): Likewise.
14292 (infrun_breakpoint_command_test): Likewise.
14293 (breakpoint_command_test): Likewise.
14294 (watchpoint_command_test): Likewise.
14295 (bp_deleted_in_command_test): Likewise.
14296 (temporary_breakpoint_commands): Likewise.
14297
14298 2014-10-16 Yao Qi <yao@codesourcery.com>
14299
14300 * gdb.base/remotetimeout.exp: Remove noargs checking.
14301
14302 2014-10-15 Pedro Alves <palves@redhat.com>
14303
14304 PR breakpoints/9649
14305 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14306 * gdb.base/breakpoint-in-ro-region.exp
14307 (probe_target_hardware_step): New procedure.
14308 (top level): Probe hardware stepping and hardware breakpoint
14309 support. Test stepping through a read-only region, with both
14310 "breakpoint auto-hw" on and off and both "always-inserted" on and
14311 off.
14312
14313 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14314
14315 * gdb.dlang/demangle.exp: Update for demangling changes.
14316
14317 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14318
14319 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14320 * gdb.cp/non-trivial-retval.exp: Add new tests.
14321
14322 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14323
14324 PR c++/13403
14325 PR c++/15154
14326 * gdb.cp/non-trivial-retval.cc: New file.
14327 * gdb.cp/non-trivial-retval.exp: New file.
14328
14329 2014-10-15 Yao Qi <yao@codesourcery.com>
14330
14331 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14332 remote host.
14333
14334 2014-10-15 Yao Qi <yao@codesourcery.com>
14335
14336 * gdb.python/py-symbol.exp: Match file base name if host is
14337 remote, otherwise match file name with dir name.
14338 * gdb.python/py-symtab.exp: Likewise.
14339 * gdb.python/python.exp: Likewise.
14340
14341 2014-10-15 Yao Qi <yao@codesourcery.com>
14342
14343 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14344 pattern.
14345 * gdb.python/py-symtab.exp: Likewise.
14346 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14347 locationn.
14348
14349 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14350
14351 * gdb.ada/addr_arith: New testcase.
14352
14353 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14354
14355 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14356 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14357 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14358 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14359
14360 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14361
14362 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14363 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14364 * gdb.arch/stap-eval-lang-ada.exp: New file.
14365
14366 2014-10-14 Yao Qi <yao@codesourcery.com>
14367
14368 * gdb.mi/mi-var-child.c (nothing1): New function.
14369 (nothing2): New function.
14370 (do_children_tests): Set function pointers by nothing1 and
14371 nothing2.
14372 * gdb.mi/mi-var-child.exp: Step over new added statements.
14373 Update test to match the new output.
14374 * gdb.mi/var-cmd.c (nothing1): New function.
14375 (nothing2): New function.
14376 (do_children_tests): Set function pointers by nothing1 and
14377 nothing2.
14378 * gdb.mi/mi-var-display.exp: Update test to match output.
14379 Step to the line specified by $line_dct_nothing.
14380 Increase the number of lines to step.
14381
14382 2014-10-14 Yao Qi <yao@codesourcery.com>
14383
14384 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14385 tests.
14386 * gdb.mi/mi2-var-child.exp: Likewise.
14387
14388 2014-10-13 Doug Evans <dje@google.com>
14389
14390 * gdb.python/py-objfile.exp: Change name of file name test.
14391
14392 2014-10-13 Doug Evans <dje@google.com>
14393
14394 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14395 from the start of the CU.
14396
14397 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14398 Yao Qi <yao@codesourcery.com>
14399
14400 Fix "save breakpoints" for "catch" command.
14401 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14402 Remove -nonewline. Match also the added "main" line.
14403
14404 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14405
14406 Fix "save breakpoints" for "disable $bpnum" command.
14407 * gdb.base/save-bp.c (main): Add label.
14408 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14409
14410 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14411
14412 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14413
14414 2014-10-11 Yao Qi <yao@codesourcery.com>
14415
14416 * gdb.server/server-kill.exp: Execute command
14417 "set remote trace-status-packet on" before "tstatus".
14418
14419 2014-10-11 Yao Qi <yao@codesourcery.com>
14420
14421 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14422 (main): Call getppid.
14423 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14424 and continue to it. Read variable "server_pid".
14425
14426 2014-10-11 Yao Qi <yao@codesourcery.com>
14427
14428 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14429
14430 2014-10-11 Yao Qi <yao@codesourcery.com>
14431
14432 * gdb.threads/thread-find.exp: Don't execute command
14433 "info threads".
14434 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14435 * gdb.threads/linux-dp.exp: Don't check the condition
14436 $threads_created equals to zero.
14437
14438 2014-10-10 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.base/bigcore.exp: Remove references to IRIX.
14441 * gdb.base/funcargs.exp: Likewise.
14442 * gdb.base/interrupt.exp: Likewise.
14443 * gdb.base/mips_pro.exp: Likewise.
14444 * gdb.base/nodebug.exp: Likewise.
14445 * gdb.base/setvar.exp: Likewise.
14446 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14447
14448 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14449 Pedro Alves <palves@redhat.com>
14450
14451 PR symtab/14466
14452 * gdb.base/vdso-warning.c: New file.
14453 * gdb.base/vdso-warning.exp: New file.
14454
14455 2014-10-02 Doug Evans <dje@google.com>
14456
14457 * gdb.base/structs.c (main): Don't run forever.
14458
14459 2014-10-02 Pedro Alves <palves@redhat.com>
14460
14461 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14462 (top level) <stop threads 1, stop threads 2>: Use it.
14463
14464 2014-10-02 Pedro Alves <palves@redhat.com>
14465
14466 * gdb.threads/break-while-running.exp (test): Add new
14467 'update_thread_list' argument. Skip "info threads" if false.
14468 (top level): Add new 'update_thread_list' axis.
14469
14470 2014-10-02 Pedro Alves <palves@redhat.com>
14471
14472 PR breakpoints/17431
14473 * gdb.base/execl-update-breakpoints.c: New file.
14474 * gdb.base/execl-update-breakpoints.exp: New file.
14475
14476 2014-10-01 Pedro Alves <palves@redhat.com>
14477
14478 * gdb.base/breakpoint-in-ro-region.c: New file.
14479 * gdb.base/breakpoint-in-ro-region.exp: New file.
14480
14481 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14482
14483 * gdb.mi/mi-exit-code.exp: New file.
14484 * gdb.mi/mi-exit-code.c: New file.
14485
14486 2014-09-30 Yao Qi <yao@codesourcery.com>
14487
14488 * lib/prelink-support.exp (build_executable_own_libs): Error if
14489 the target isn't native.
14490
14491 2014-09-30 Yao Qi <yao@codesourcery.com>
14492
14493 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14494 false.
14495
14496 2014-09-22 Pedro Alves <palves@redhat.com>
14497
14498 * gdb.threads/break-while-running.exp: New file.
14499 * gdb.threads/break-while-running.c: New file.
14500
14501 2014-09-19 Yao Qi <yao@codesourcery.com>
14502
14503 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14504 Invoke test. Restart GDB with --readnow and invoke test again.
14505
14506 2014-09-19 Yao Qi <yao@codesourcery.com>
14507
14508 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14509 proc set_breakpoint_on_gcd_function. Invoke
14510 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14511 invoke set_breakpoint_on_gcd_function again.
14512
14513 2014-09-18 Doug Evans <dje@google.com>
14514
14515 * gdb.dwarf2/symtab-producer.exp: New file.
14516
14517 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14518
14519 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14520 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14521 * gdb.base/global-var-nested-by-dso.c: Likewise.
14522 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14523
14524 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14525 Pedro Alves <palves@redhat.com>
14526
14527 * gdb.base/watch-bitfields.exp: Pass string other than test file
14528 name to prepare_for_testing.
14529 (watch): New procedure.
14530 (expect_watchpoint): Use with_test_prefix.
14531 (top level): Factor out tests to ...
14532 (test_watch_location, test_regular_watch): ... these new
14533 procedures, and use with_test_prefix and gdb_continue_to_end.
14534
14535 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14536
14537 PR breakpoints/12526
14538 * gdb.base/watch-bitfields.exp: New file.
14539 * gdb.base/watch-bitfields.c: New file.
14540
14541 2014-09-16 Pedro Alves <palves@redhat.com>
14542
14543 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14544 software and hardware addresses, not software address against
14545 itself.
14546
14547 2014-09-16 Pedro Alves <palves@redhat.com>
14548
14549 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14550 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14551
14552 2014-09-16 Pedro Alves <palves@redhat.com>
14553
14554 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14555 files.
14556 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14557 "*-*-vxworks*" throughout.
14558 * gdb.base/break.exp: Likewise.
14559 * gdb.base/default.exp: Likewise.
14560 * gdb.base/scope.exp: Likewise.
14561 * gdb.base/sepdebug.exp: Likewise.
14562 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14563 throughout.
14564 * gdb.base/run.c: Likewise.
14565 * gdb.base/sepdebug.c: Likewise.
14566 * gdb.hp/gdb.aCC/run.c: Likewise.
14567 * gdb.reverse/until-reverse.c: Likewise.
14568 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14569
14570 2014-09-16 Yao Qi <yao@codesourcery.com>
14571
14572 * boards/local-remote-host-native.exp: New file.
14573
14574 2014-09-14 Doug Evans <xdje42@gmail.com>
14575
14576 * gdb.threads/queue-signal.c (thread_count): New variable.
14577 (thread_count_mutex, thread_count_condvar): New variables.
14578 (incr_thread_count, wait_all_threads_running): New functions.
14579 (main): Wait for all threads to be in their thread functions.
14580
14581 2014-09-13 Doug Evans <xdje42@gmail.com>
14582
14583 * gdb.threads/queue-signal.c: New file.
14584 * gdb.threads/queue-signal.exp: New file.
14585
14586 2014-09-13 Doug Evans <xdje42@gmail.com>
14587
14588 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14589 be consistent with what default_gdb_init uses.
14590 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14591 the plain text of the prompt. Add some logging printfs.
14592 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14593
14594 2014-09-12 Pedro Alves <palves@redhat.com>
14595
14596 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14597 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14598 * gdb.arch/i386-size-overlap.exp: Likewise.
14599 * gdb.arch/i386-size.exp: Likewise.
14600 * gdb.arch/i386-unwind.exp: Likewise.
14601 * gdb.base/a2-run.exp: Likewise.
14602 * gdb.base/break.exp: Likewise.
14603 * gdb.base/charset.exp: Likewise.
14604 * gdb.base/chng-syms.exp: Likewise.
14605 * gdb.base/commands.exp: Likewise.
14606 * gdb.base/dbx.exp: Likewise.
14607 * gdb.base/find.exp: Likewise.
14608 * gdb.base/funcargs.exp: Likewise.
14609 * gdb.base/jit-simple.exp: Likewise.
14610 * gdb.base/reread.exp: Likewise.
14611 * gdb.base/sepdebug.exp: Likewise.
14612 * gdb.base/step-bt.exp: Likewise.
14613 * gdb.cp/mb-inline.exp: Likewise.
14614 * gdb.cp/mb-templates.exp: Likewise.
14615 * gdb.objc/basicclass.exp: Likewise.
14616 * gdb.threads/killed.exp: Likewise.
14617
14618 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14619
14620 PR tdep/17379
14621 * gdb.arch/powerpc-stackless.S: New file.
14622 * gdb.arch/powerpc-stackless.exp: New file.
14623
14624 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14625
14626 * gdb.base/attach.c: Include unistd.h.
14627 (main): Call alarm. Add label postloop.
14628 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14629 gdb_breakpoint, gdb_continue_to_breakpoint.
14630 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14631
14632 2014-09-11 Pedro Alves <palves@redhat.com>
14633
14634 PR gdb/17347
14635 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14636 * gdb.base/attach.exp (test_command_line_attach_run): New
14637 procedure.
14638 (top level): Call it.
14639
14640 2014-09-11 Pedro Alves <palves@redhat.com>
14641
14642 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14643 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14644 (do_command_attach_tests): Use spawn_wait_for_attach.
14645 * gdb.base/solib-overlap.exp: Likewise.
14646 * gdb.multi/multi-attach.exp: Likewise.
14647 * gdb.python/py-prompt.exp: Likewise.
14648 * gdb.python/py-sync-interp.exp: Likewise.
14649 * gdb.server/ext-attach.exp: Likewise.
14650
14651 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14652
14653 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14654 command in testcase. Simplify testcase.
14655
14656 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14657
14658 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14659
14660 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14661
14662 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14663
14664 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14665
14666 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14667
14668 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14669
14670 * gdb.dwarf2/dynarr-ptr.c: New file.
14671 * gdb.dwarf2/dynarr-ptr.exp: New file.
14672
14673 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14674
14675 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14676 of 30 rather than hardcoding 120 for a slow test case. Take the
14677 `gdb,timeout' target setting into account for this calculation.
14678 Don't extend the timeout for the test cases that don't need it.
14679
14680 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14681
14682 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14683 a factor of 2 for a slow test case. Take the `gdb,timeout'
14684 target setting into account for this calculation.
14685 * gdb.reverse/until-precsave.exp: Increase the timeout by
14686 a factor of 15 and 3 respectively rather than adding 120
14687 for a pair of slow test cases. Take the `gdb,timeout'
14688 target setting into account for this calculation.
14689
14690 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14691
14692 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14693 timeout, don't pass one down to gdb_expect.
14694 (gdb_expect): Rework timeout selection.
14695
14696 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14697
14698 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14699 exception on timeout.
14700 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14701 (gdbserver_start_extended): Catch any `gdbserver_start' error
14702 exceptions.
14703 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14704 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14705 `gdbserver_gdb_load' error exceptions.
14706
14707 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14708
14709 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14710 120 on waiting for the TCP socket to open.
14711
14712 2014-09-09 Doug Evans <xdje42@gmail.com>
14713
14714 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14715 _caller_matches, _any_caller_is, _any_caller_matches.
14716
14717 2014-09-09 Doug Evans <xdje42@gmail.com>
14718
14719 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14720
14721 2014-09-09 Yao Qi <yao@codesourcery.com>
14722
14723 * gdb.mi/mi-var-display.exp: Set print symbol off.
14724
14725 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14726
14727 PR gdb/17035
14728 * gdb.base/commands.exp: Add tests to verify user-defined
14729 commands with empty bodies.
14730 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14731 python commands in `show user command`.
14732 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14733 scheme commands in `show user command`.
14734
14735 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14736
14737 PR python/17355
14738 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14739 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14740 * gdb.python/py-framefilter-invalidarg.exp: New file.
14741 * gdb.python/py-framefilter-invalidarg.py: New file.
14742
14743 2014-09-06 Doug Evans <xdje42@gmail.com>
14744
14745 PR 15276
14746 * gdb.python/py-caller-is.c: New file.
14747 * gdb.python/py-caller-is.exp: New file.
14748
14749 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14750
14751 PR gdb/17235
14752 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14753 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14754
14755 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14756
14757 PR fortran/17237
14758 * gdb.fortran/print-formatted.exp: New file.
14759 * gdb.fortran/print-formatted.f90: Likewise.
14760
14761 2014-09-03 Sasha Smundak <asmundak@google.com>
14762
14763 * gdb.python/py-frame.exp: Test Frame.read_register.
14764
14765 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14766
14767 PR python/16699
14768 * gdb.python/py-completion.exp: New file.
14769 * gdb.python/py-completion.py: Likewise.
14770
14771 2014-08-28 Doug Evans <dje@google.com>
14772
14773 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14774 eax,etc. are live with values set by gdb and thus the compiler can't
14775 use them.
14776 * gdb.arch/i386-pseudo.c (main): Ditto.
14777
14778 2014-08-27 Doug Evans <dje@google.com>
14779
14780 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14781
14782 2014-08-25 Doug Evans <dje@google.com>
14783
14784 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14785 (main): Ditto.
14786
14787 2014-08-25 Doug Evans <dje@google.com>
14788
14789 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14790
14791 2014-08-24 Yao Qi <yao@codesourcery.com>
14792
14793 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14794 symbol off.
14795 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14796
14797 2014-08-22 Doug Evans <dje@google.com>
14798
14799 PR 17276
14800 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14801 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14802 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14803
14804 2014-08-22 Yao Qi <yao@codesourcery.com>
14805
14806 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14807 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14808 * gdb.python/python.exp: Likewise. Use .py file on the host
14809 instead of the build.
14810
14811 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14812
14813 * gdb.threads/gcore-stale-thread.c: New file.
14814 * gdb.threads/gcore-stale-thread.exp: New file.
14815
14816 2014-08-21 Pedro Alves <palves@redhat.com>
14817
14818 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14819 * gdb.base/gcore-relro-pie.exp: Likewise.
14820 * gdb.base/gcore-relro.exp: Likewise.
14821 * gdb.base/gcore.exp: Likewise.
14822 * gdb.base/print-symbol-loading.exp: Likewise.
14823 * gdb.threads/gcore-thread.exp: Likewise.
14824 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14825
14826 2014-08-20 Pedro Alves <palves@redhat.com>
14827 Jan Kratochvil <jan.kratochvil@redhat.com>
14828
14829 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14830 configure.
14831 (EXPECT): Handle READ1 being set.
14832 (all): Depend on EXTRA_RULES.
14833 (check-read1, expect-read1, read1.so, read1): New rules.
14834 * README (Testsuite Parameters): Document the READ1 make variable.
14835 (Race detection): New section.
14836 * configure: Regenerate.
14837 * configure.ac: If build==host==target, and running under a
14838 GNU/glibc system, add read1 to the extra Makefile rules.
14839 (EXTRA_RULES): AC_SUBST it.
14840 * lib/read1.c: New file.
14841
14842 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14843
14844 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14845 the handling of variables declared as a typedef to an array
14846 which a DW_AT_data_location attribute.
14847
14848 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14849 Pedro Alves <palves@redhat.com>
14850
14851 PR symtab/14604
14852 PR symtab/14605
14853 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14854 gdb_test.
14855
14856 2014-08-19 Pedro Alves <palves@redhat.com>
14857
14858 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14859
14860 2014-08-19 Yao Qi <yao@codesourcery.com>
14861
14862 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14863 right line.
14864
14865 2014-08-18 David Blaikie <dblaikie@gmail.com>
14866
14867 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14868
14869 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14870
14871 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14872 attribute in array range.
14873
14874 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14875
14876 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14877
14878 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14879
14880 PR c++/17132
14881 * gdb.cp/pr17132.cc: New file.
14882 * gdb.cp/pr17132.exp: New file.
14883
14884 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14885
14886 * gdb.python/py-xmethods.py (A_getarrayind)
14887 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14888 Use 'print' with function call syntax.
14889 (E_method_matcher.match): Fix tab vs space indentation mixup.
14890
14891 2014-08-15 Yao Qi <yao@codesourcery.com>
14892
14893 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14894 false.
14895
14896 2014-08-15 Yao Qi <yao@codesourcery.com>
14897
14898 * gdb.cp/casts.exp: Set print symbol off.
14899 * gdb.cp/class2.exp: Likewise.
14900 * gdb.cp/overload.exp: Likewise.
14901 * gdb.cp/templates.exp: Likewise.
14902
14903 2014-08-11 Doug Evans <dje@google.com>
14904
14905 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14906 (test_load_shlib): Update.
14907
14908 2014-08-09 Yao Qi <yao@codesourcery.com>
14909
14910 * gdb.base/display.exp: Invoke is_address_zero_readable.
14911 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14912 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14913 * gdb.base/hbreak-unmapped.exp: Return if
14914 is_address_zero_readable returns true.
14915 * gdb.base/signest.exp: Likewise.
14916 * gdb.base/signull.exp: Likewise.
14917 * gdb.base/sigbpt.exp: Likewise.
14918 * gdb.guile/scm-disasm.exp: Do the test if
14919 is_address_zero_readable returns false.
14920 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14921 * gdb.python/py-arch.exp: Likewise.
14922 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14923 * lib/gdb.exp (is_address_zero_readable): New proc.
14924
14925 2014-08-09 Yao Qi <yao@codesourcery.com>
14926
14927 PR testsuite/13443
14928 * gdb.mi/mi-var-display.exp: Make test messages unique.
14929
14930 2014-08-04 Tom Tromey <tromey@redhat.com>
14931
14932 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14933 target 0".
14934
14935 2014-08-04 Tom Tromey <tromey@redhat.com>
14936
14937 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14938 "target_resume".
14939
14940 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14941
14942 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14943 inner_vla_struct_object_size.
14944 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14945 as xfail.
14946
14947 2014-07-30 Pedro Alves <palves@redhat.com>
14948
14949 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14950 comment.
14951
14952 2014-07-29 Yao Qi <yao@codesourcery.com>
14953
14954 PR gdb/17206
14955 * gdb.base/until-nodebug.exp: New.
14956
14957 2014-07-28 Doug Evans <xdje42@gmail.com>
14958
14959 PR guile/17203
14960 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14961 previously existing parameter, and previously ambiguously spelled
14962 parameter.
14963
14964 2014-07-28 Will Newton <will.newton@linaro.org>
14965
14966 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14967
14968 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14969 Doug Evans <xdje42@gmail.com>
14970
14971 PR guile/17146
14972 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14973
14974 2014-07-25 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.threads/signal-command-handle-nopass.c: New file.
14977 * gdb.threads/signal-command-handle-nopass.exp: New file.
14978 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14979 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14980 * gdb.threads/signal-delivered-right-thread.c: New file.
14981 * gdb.threads/signal-delivered-right-thread.exp: New file.
14982
14983 2014-07-25 Pedro Alves <palves@redhat.com>
14984
14985 * gdb.base/double-prompt-target-event-error.exp
14986 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14987 match.
14988 (cancel_pagination_in_target_event): Rework double prompt
14989 detection.
14990 * gdb.base/paginate-after-ctrl-c-running.exp
14991 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14992 <return>' match.
14993 * gdb.base/paginate-bg-execution.exp
14994 (test_bg_execution_pagination_return)
14995 (test_bg_execution_pagination_cancel): Remove '-notransfer
14996 <return>' matches.
14997 * gdb.base/paginate-execution-startup.exp
14998 (test_fg_execution_pagination_return)
14999 (test_fg_execution_pagination_cancel): Remove '-notransfer
15000 <return>' matches.
15001 * gdb.base/paginate-inferior-exit.exp
15002 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15003 match.
15004 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15005 * lib/gdb.exp (pagination_prompt): Run text through
15006 string_to_regexp.
15007 (gdb_test_multiple): Match $pagination_prompt instead of
15008 "<return>".
15009 (string_to_regexp): Move to lib/gdb-utils.exp.
15010
15011 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15012
15013 * gdb.arch/amd64-entry-value-paramref.S: New file.
15014 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15015 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15016 * gdb.arch/amd64-optimout-repeat.S: New file.
15017 * gdb.arch/amd64-optimout-repeat.c: New file.
15018 * gdb.arch/amd64-optimout-repeat.exp: New file.
15019
15020 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15021
15022 PR gdb/17170
15023 * gdb.base/statistics.exp: New file.
15024
15025 2014-07-17 Doug Evans <dje@google.com>
15026
15027 PR gdb/17170
15028 * gdb.base/maint.exp: Update testing of per-command stats.
15029
15030 2014-07-16 Pedro Alves <palves@redhat.com>
15031
15032 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15033 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15034 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15035 (tfile_write_buf): New functions.
15036 (add_memory_block): Rewrite using the above.
15037 (adjust_function_address): New function.
15038 (FUNCTION_ADDRESS): New macro.
15039 (write_basic_trace_file): Remove short_x local, and use
15040 tfile_write_16. Change type of func_addr local to unsigned long
15041 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15042 here. Cast argument of add_memory_block to char pointer.
15043 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15044 (main): Remove parameters.
15045 * gdb.trace/tfile.exp: Remove nowarnings.
15046
15047 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15048
15049 * gdb.base/debug-expr.exp: Test string evaluation with
15050 "debug expression" on.
15051
15052 2014-07-15 Pedro Alves <palves@redhat.com>
15053
15054 * gdb.base/reread.exp: Use clean_restart.
15055
15056 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15057
15058 * gdb.arch/avr-flash-qualifer.c: New.
15059 * gdb.arch/avr-flash-qualifer.exp: New.
15060
15061 2014-07-14 Pedro Alves <palves@redhat.com>
15062
15063 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15064 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15065
15066 2014-07-14 Pedro Alves <palves@redhat.com>
15067
15068 * gdb.base/double-prompt-target-event-error.c: New file.
15069 * gdb.base/double-prompt-target-event-error.exp: New file.
15070
15071 2014-07-14 Pedro Alves <palves@redhat.com>
15072
15073 PR gdb/17072
15074 * gdb.base/paginate-inferior-exit.c: New file.
15075 * gdb.base/paginate-inferior-exit.exp: New file.
15076
15077 2014-07-14 Pedro Alves <palves@redhat.com>
15078
15079 PR gdb/17072
15080 * gdb.base/paginate-bg-execution.c: New file.
15081 * gdb.base/paginate-bg-execution.exp: New file.
15082
15083 2014-07-14 Pedro Alves <palves@redhat.com>
15084
15085 PR gdb/17072
15086 * gdb.base/paginate-execution-startup.c: New file.
15087 * gdb.base/paginate-execution-startup.exp: New file.
15088 * lib/gdb.exp (pagination_prompt): New global.
15089 (default_gdb_spawn): New procedure, factored out from
15090 default_gdb_spawn.
15091 (default_gdb_start): Adjust to call default_gdb_spawn.
15092 (gdb_spawn): New procedure.
15093
15094 2014-07-14 Pedro Alves <palves@redhat.com>
15095
15096 * lib/gdb.exp (gdb_assert): New procedure.
15097 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15098
15099 2014-07-14 Pedro Alves <palves@redhat.com>
15100
15101 * gdb.base/execution-termios.c: New file.
15102 * gdb.base/execution-termios.exp: New file.
15103
15104 2014-07-14 Tom Tromey <tromey@redhat.com>
15105
15106 * gdb.cp/vla-cxx.cc: New file.
15107 * gdb.cp/vla-cxx.exp: New file.
15108
15109 2014-07-14 Tom Tromey <tromey@redhat.com>
15110
15111 * gdb.reverse/rerun-prec.c: New file.
15112 * gdb.reverse/rerun-prec.exp: New file.
15113
15114 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15115 Maciej W. Rozycki <macro@codesourcery.com>
15116
15117 * lib/gdb-utils.exp: New file.
15118 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15119 inline `gdb_init_command' processing.
15120 (gdb_start_cmd): Likewise.
15121 * lib/mi-support.exp (mi_run_cmd): Likewise.
15122 * README: Document `gdb_init_command' and `gdb_init_commands'.
15123
15124 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15125
15126 Fix false FAIL running under a very long directory name.
15127 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15128 and "set print elements 10000". Twice.
15129
15130 2014-07-11 Yao Qi <yao@codesourcery.com>
15131
15132 * gdb.base/exprs.exp: "set print symbol off".
15133
15134 2014-07-11 Pedro Alves <palves@redhat.com>
15135
15136 * gdb.threads/kill.c: New file.
15137 * gdb.threads/kill.exp: New file.
15138
15139 2014-07-10 Yao Qi <yao@codesourcery.com>
15140
15141 * gdb.trace/tfile.c (write_basic_trace_file)
15142 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15143 address written to trace file.
15144
15145 2014-07-09 Pedro Alves <palves@redhat.com>
15146
15147 * gdb.base/attach-wait-input.exp: New file.
15148 * gdb.base/attach-wait-input.c: New file.
15149
15150 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15151
15152 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15153 setting up test structures.
15154 (main): Call new test function.
15155 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15156 test function, continue into test function and walk test
15157 structures.
15158
15159 2014-07-02 Yao Qi <yao@codesourcery.com>
15160
15161 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15162 'bar_start' at the beginning of functions 'foo' and 'bar'
15163 respectively.
15164 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15165 instead of 'foo' and 'bar'.
15166
15167 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15168
15169 * gdb.btrace/segv.exp: New.
15170 * gdb.btrace/segv.c: New.
15171
15172 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15173
15174 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15175 instruction.
15176
15177 2014-06-30 Mark Wielaard <mjw@redhat.com>
15178
15179 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15180 vulture, vilify, villar): New volatile array constants.
15181 (vindictive, vegetation): New const volatile array constants.
15182 * gdb.base/volatile.exp: Test volatile and const volatile array
15183 types.
15184
15185 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15186
15187 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15188 target lacks support for awatch, rwatch, or hbreak.
15189
15190 2014-06-27 Yao Qi <yao@codesourcery.com>
15191
15192 * gdb.multi/dummy-frame-restore.exp: New.
15193 * gdb.multi/dummy-frame-restore.c: New.
15194
15195 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15196
15197 * gdb.btrace/gcore.exp: New.
15198
15199 2014-06-23 Pedro Alves <palves@redhat.com>
15200
15201 * gdb.base/watchpoint-reuse-slot.c: New file.
15202 * gdb.base/watchpoint-reuse-slot.exp: New file.
15203
15204 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15205
15206 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15207 progspace's filename in 'info', 'enable' and 'disable' command
15208 tests.
15209
15210 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15211
15212 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15213 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15214 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15215
15216 2014-06-20 Gary Benson <gbenson@redhat.com>
15217
15218 * gdb.arch/i386-avx.exp: Fix include file location.
15219 * gdb.arch/i386-sse.exp: Likewise.
15220
15221 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15222
15223 * gdb.dlang/expression.exp: New file.
15224
15225 2014-06-19 Pedro Alves <palves@redhat.com>
15226
15227 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15228 out from ...
15229 (top level): ... here. Iterate running tests under different
15230 scheduler-locking settings.
15231
15232 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15233
15234 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15235 to DW_FORM_addr and use non-zero addresses.
15236
15237 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15238
15239 PR gdb/17017
15240 * gdb.python/py-xmethods.cc: Add global function call counters and
15241 increment them in their respective functions. Remove "cout"
15242 statements.
15243 * gdb.python/py-xmethods.exp: Make tests check the global function
15244 call counters instead of depending on inferior IO.
15245
15246 2014-06-18 Don Breazeal <donb@codesourcery.com>
15247
15248 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15249 Deleted procedure.
15250 (explicit_fork_parent_follow): Deleted procedure.
15251 (explicit_fork_child_follow): Deleted procedure.
15252 (test_follow_fork): New procedure.
15253 (do_fork_tests): Replace calls to deleted procedures with
15254 calls to test_follow_fork and reset GDB for subsequent
15255 procedure calls.
15256
15257 2014-06-17 Yao Qi <yao@codesourcery.com>
15258
15259 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15260 CP1252.
15261
15262 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15263
15264 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15265 Initialize ptr and S explicitly.
15266 (skip_type_update_when_not_use_rtti_test): Likewise.
15267
15268 2014-06-16 Keith Seitz <keiths@redhat.com>
15269
15270 PR mi/15863
15271 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15272 the inferior is started.
15273
15274 2014-06-16 Pedro Alves <palves@redhat.com>
15275
15276 * gdb.base/break-main-file-remove-fail.c: New file.
15277 * gdb.base/break-main-file-remove-fail.exp: New file.
15278 * gdb.base/break-unload-file.exp: Use build_executable instead of
15279 prepare_for_testing.
15280 (test_break): New parameter "initial_load". Handle it.
15281 (top level): Add initial_load cmdline/file axis.
15282
15283 2014-06-12 Tom Tromey <tromey@redhat.com>
15284
15285 * gdb.base/completion.exp: Don't use directory name in test.
15286
15287 2014-06-09 Gary Benson <gbenson@redhat.com>
15288
15289 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15290 separate the always-available ANSI-standard signals from the
15291 signals that require checking.
15292 (main): Likewise.
15293 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15294 Likewise.
15295 (main): Likewise.
15296
15297 2014-06-07 Keith Seitz <keiths@redhat.com>
15298
15299 Revert:
15300 PR c++/16253
15301 * gdb.cp/var-tag.cc: New file.
15302 * gdb.cp/var-tag.exp: New file.
15303 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15304 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15305 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15306 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15307
15308 2014-06-06 Doug Evans <xdje42@gmail.com>
15309
15310 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15311
15312 2014-06-06 Pedro Alves <palves@redhat.com>
15313
15314 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15315 in target debug output instead of looking at RSP packets,
15316 disabling the test on any target that uses hardware stepping.
15317 Update comments.
15318
15319 2014-06-06 Pedro Alves <palves@redhat.com>
15320
15321 * gdb.base/break-unload-file.exp: Fix typo.
15322
15323 2014-06-06 Yao Qi <yao@codesourcery.com>
15324
15325 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15326 from "jit_function" to "^jit_function".
15327
15328 2014-06-06 Yao Qi <yao@codesourcery.com>
15329
15330 * gdb.base/async.c (foo): Add one statement.
15331 * gdb.base/async.exp: Get the next instruction address and
15332 match the output of "nexti" by instruction address. Match
15333 the hex address in the output of "finish".
15334
15335 2014-06-06 Gary Benson <gbenson@redhat.com>
15336
15337 * gdb.base/call-signals.c: Remove preprocessor conditionals
15338 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15339 SIGSEGV and SIGTERM.
15340 * gdb.base/sigall.c: Likewise.
15341 * gdb.base/unwindonsignal.c: Likewise.
15342 * gdb.reverse/sigall-reverse.c: Likewise.
15343
15344 2014-06-06 Yao Qi <yao@codesourcery.com>
15345
15346 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15347 readable, skip the test.
15348
15349 2014-06-06 Yao Qi <yao@codesourcery.com>
15350
15351 * gdb.threads/staticthreads.c (thread_function): Move the line
15352 setting breakpoint on forward.
15353 * gdb.threads/staticthreads.exp: Update comments.
15354
15355 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15356
15357 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15358 "history-append! type error".
15359
15360 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15361
15362 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15363 erroneous dprintf expected input.
15364
15365 2014-06-04 Doug Evans <xdje42@gmail.com>
15366
15367 * gdb.guile/scm-generics.exp: Delete.
15368
15369 2014-06-04 Doug Evans <xdje42@gmail.com>
15370
15371 * gdb.guile/scm-breakpoint.exp: Update.
15372 Add tests for breakpoint registration.
15373
15374 2014-06-04 Tom Tromey <tromey@redhat.com>
15375
15376 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15377 VLA-in-union.
15378 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15379 inner_vla_struct, vla_union types. Initialize objects of those
15380 types and compute their sizes.
15381
15382 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15383 Hui Zhu <hui@codesourcery.com>
15384
15385 * gdb.base/fileio.exp: Add test for shell not available as well as
15386 available.
15387 * gdb.base/fileio.c (test_system): Check for shell twice.
15388
15389 2014-06-04 Yao Qi <yao@codesourcery.com>
15390
15391 * gdb.base/auto-connect-native-target.exp: Remove redundant
15392 space from the regexp pattern.
15393
15394 2014-06-04 Yao Qi <yao@codesourcery.com>
15395
15396 * gdb.base/default.exp: Replace "child" with "native" in
15397 regexp pattern.
15398
15399 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15400
15401 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15402 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15403 * gdb.python/py-xmethods.py: Python script supporting the
15404 new testcase and tests.
15405
15406 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15407 Pedro Alves <palves@redhat.com>
15408
15409 PR breakpoints/17000
15410 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15411 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15412
15413 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15414
15415 * gdb.base/subst.exp: Add tests to verify partial path matching
15416 output.
15417
15418 2014-06-03 Pedro Alves <palves@redhat.com>
15419
15420 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15421 target that doesn't use software single-stepping.
15422
15423 2014-06-03 Pedro Alves <palves@redhat.com>
15424
15425 PR breakpoints/17000
15426 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15427 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15428
15429 2014-06-02 Doug Evans <xdje42@gmail.com>
15430
15431 * gdb.guile/scm-parameter.exp: New file.
15432
15433 2014-06-02 Doug Evans <xdje42@gmail.com>
15434
15435 * gdb.guile/scm-cmd.c: New file.
15436 * gdb.guile/scm-cmd.exp: New file.
15437
15438 2014-06-02 Doug Evans <xdje42@gmail.com>
15439
15440 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15441 pretty-printer lookup.
15442 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15443 (make-pp_s-printer): Call it.
15444 (make-pretty-printer-from-dict): New function.
15445 (lookup-pretty-printer-maker-from-dict): New function.
15446 (*pretty-printer*): Simplify.
15447 (make-objfile-pp_s-printer): New function.
15448 (install-objfile-pretty-printers!): New function.
15449 (make-progspace-pp_s-printer): New function.
15450 (install-progspace-pretty-printers!): New function.
15451 * gdb.guile/scm-progspace.c: New file.
15452 * gdb.guile/scm-progspace.exp: New file.
15453
15454 2014-06-02 Pedro Alves <palves@redhat.com>
15455
15456 * gdb.base/dprintf-bp-same-addr.c: New file.
15457 * gdb.base/dprintf-bp-same-addr.exp: New file.
15458
15459 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15460
15461 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15462 * gdb.arch/powerpc-power.s: Likewise.
15463
15464 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15465
15466 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15467
15468 2014-06-01 Yao Qi <yao@codesourcery.com>
15469
15470 * gdb.base/watchpoint.exp (test_watch_location): Check null
15471 pointer can be dereferenced. If not, do the test, otherwise
15472 skip it.
15473
15474 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15475
15476 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15477 results.
15478 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15479
15480 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15481
15482 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15483 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15484 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15485 * gdb.arch/amd64-invalid-stack-top.c: New file.
15486 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15487
15488 2014-05-30 Pedro Alves <palves@redhat.com>
15489
15490 PR breakpoints/17000
15491 * gdb.base/sss-bp-on-user-bp.c: New file.
15492 * gdb.base/sss-bp-on-user-bp.exp: New file.
15493
15494 2014-05-30 David Blaikie <dblaikie@gmail.com>
15495
15496 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15497 gnu_inline semantics via attribute.
15498 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15499 source explicitly specifies the required semantics.
15500
15501 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15502
15503 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15504
15505 2014-05-29 Pedro Alves <palves@redhat.com>
15506 Tom Tromey <tromey@redhat.com>
15507
15508 * gdb.base/async-shell.exp: Don't enable target-async.
15509 * gdb.base/async.exp
15510 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15511 parameter. Adjust.
15512 (top level): Don't test with "target-async".
15513 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15514 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15515 * gdb.base/inferior-died.exp: Don't enable target-async.
15516 * gdb.base/interrupt-noterm.exp: Likewise.
15517 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15518 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15519 * gdb.mi/mi-nonstop.exp: Likewise.
15520 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15521 * gdb.mi/mi-nsintrall.exp: Likewise.
15522 * gdb.mi/mi-nsmoribund.exp: Likewise.
15523 * gdb.mi/mi-nsthrexec.exp: Likewise.
15524 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15525 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15526 * gdb.python/py-evsignal.exp: Don't enable target-async.
15527 * gdb.python/py-evthreads.exp: Likewise.
15528 * gdb.python/py-prompt.exp: Likewise.
15529 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15530 * gdb.server/solib-list.exp: Don't enable target-async.
15531 * gdb.threads/thread-specific-bp.exp: Likewise.
15532 * lib/mi-support.exp: Adjust to use mi-async.
15533
15534 2014-05-29 Pedro Alves <palves@redhat.com>
15535
15536 PR gdb/13860
15537 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15538 reason, even in sync mode.
15539
15540 2014-05-29 Pedro Alves <palves@redhat.com>
15541 Hui Zhu <hui@codesourcery.com>
15542
15543 PR PR15693
15544 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15545 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15546 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15547 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15548
15549 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15550
15551 * config/monitor.exp (gdb_target_monitor): Replace use of
15552 "set remotebaud" by "set serial baud".
15553
15554 2014-05-26 Andy Wingo <wingo@igalia.com>
15555
15556 * gdb.guile/scm-breakpoint.exp:
15557 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15558 properties instead of gdb-object-properties.
15559
15560 2014-05-26 Yao Qi <yao@codesourcery.com>
15561
15562 * gdb.server/no-thread-db.exp: Specify source file name
15563 explicitly when setting a breakpoint.
15564
15565 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15566
15567 * gdb.btrace/vdso.c: New.
15568 * gdb.btrace/vdso.exp: New.
15569
15570 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15571
15572 * gdb.base/gcore.exp (capture_command_output): Move ...
15573 * lib/gdb.exp (capture_command_output): ... here.
15574
15575 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15576
15577 * gdb.btrace/data.exp: Test memory access during btrace replay.
15578
15579 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15580
15581 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15582
15583 2014-05-21 Pedro Alves <palves@redhat.com>
15584
15585 PR gdb/13860
15586 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15587 (top level): Test that output related to execution commands is
15588 sent to the console with CLI commands, but not with MI commands.
15589 Test that breakpoint events are always mirrored to the console.
15590 Also expect the new source line to be output after a "next" in
15591 async mode too. Make it a pass/fail test.
15592 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15593 output.
15594 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15595
15596 2014-05-21 Pedro Alves <palves@redhat.com>
15597
15598 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15599 Use them to test variations of "list" after reaching a breakpoint.
15600 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15601 Test "list" with listsize 10 after reaching a breakpoint.
15602 * gdb.python/python.exp (decode_line current location line
15603 number): Adjust expected line number.
15604
15605 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15606
15607 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15608 behavior for $args, pass it directly to "run".
15609
15610 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15611
15612 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15613 30000 to 65536.
15614
15615 2014-05-21 Pedro Alves <palves@redhat.com>
15616
15617 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15618 auto-connect-native-target off".
15619 * gdb.base/auto-connect-native-target.c: New file.
15620 * gdb.base/auto-connect-native-target.exp: New file.
15621
15622 2014-05-21 Pedro Alves <palves@redhat.com>
15623
15624 * gdb.base/default.exp: Test "target native" instead of "target
15625 child".
15626
15627 2014-05-21 Mark Wielaard <mjw@redhat.com>
15628
15629 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15630
15631 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15632
15633 Fix TLS access for -static -pthread.
15634 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15635 <HAVE_TLS> (thread_function, main): Initialize it.
15636 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15637 Add clean_restart.
15638 <$have_tls != "">: Check TLSVAR.
15639
15640 2014-05-21 Pedro Alves <palves@redhat.com>
15641
15642 * gdb.base/dcache-line-read-error.c: New.
15643 * gdb.base/dcache-line-read-error.exp: New.
15644
15645 2014-05-20 Pedro Alves <palves@redhat.com>
15646
15647 * gdb.base/compare-sections.c: New file.
15648 * gdb.base/compare-sections.exp: New file.
15649
15650 2014-05-20 Pedro Alves <palves@redhat.com>
15651
15652 * gdb.base/break-idempotent.c: New file.
15653 * gdb.base/break-idempotent.exp: New file.
15654
15655 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15656
15657 * gdb.btrace/nohist.exp: New.
15658
15659 2014-05-20 Yao Qi <yao@codesourcery.com>
15660
15661 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15662 gdb.reverse directory and gdb_reverse_timeout exists in board
15663 setting.
15664 * README: Document gdb_reverse_timeout.
15665
15666 2014-05-20 Yao Qi <yao@codesourcery.com>
15667
15668 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15669 'test_file_name'. Treat args as a string instead of a list.
15670 (gdb_init): Rename argument 'args' by 'test_file_name'.
15671
15672 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15673
15674 * gdb.arch/powerpc-power.exp: New file.
15675 * gdb.arch/powerpc-power.s: New file.
15676
15677 2014-05-16 Doug Evans <dje@google.com>
15678
15679 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15680 * gdb.base/completion.exp: Check that all expected files exist
15681 before doing file completion.
15682
15683 2014-05-16 Doug Evans <dje@google.com>
15684
15685 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15686 Update.
15687 (do_syscall_tests_without_xml): Update.
15688
15689 2014-05-16 Pedro Alves <palves@redhat.com>
15690
15691 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15692 instead of "unknown output after running".
15693
15694 2014-05-16 Yao Qi <yao@codesourcery.com>
15695
15696 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15697 file1.txt from host at the end.
15698 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15699
15700 2014-05-15 Doug Evans <dje@google.com>
15701
15702 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15703 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15704 loading file. Add test for TU lookup.
15705
15706 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15707
15708 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15709 calling "-exec-arguments" or "set args" before running the
15710 inferior.
15711
15712 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15713
15714 * lib/mi-support.exp (mi_expect_stop): Expect message for
15715 inferiors that exit with non-zero exit code.
15716
15717 2014-05-14 Yao Qi <yao@codesourcery.com>
15718
15719 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15720 match absolute path on remote host.
15721 (test_file_list_exec_source_files): Remove "/" from the
15722 pattern.
15723
15724 2014-05-14 Yao Qi <yao@codesourcery.com>
15725
15726 * boards/local-remote-host-notty.exp (${board}_file): New
15727 proc.
15728
15729 2014-05-07 Kyle McMartin <kyle@redhat.com>
15730
15731 Pushed by Joel Brobecker <brobecker@adacore.com>.
15732 * gdb.arch/aarch64-atomic-inst.c: New file.
15733 * gdb.arch/aarch64-atomic-inst.exp: New file.
15734
15735 2014-05-07 Yao Qi <yao@codesourcery.com>
15736
15737 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15738 in current context" too.
15739
15740 2014-05-05 Keith Seitz <keiths@redhat.com>
15741
15742 * gdb.linespec/ls-dollar.exp: Add test for linespec
15743 file:convenience_variable.
15744
15745 2014-05-05 Yao Qi <yao@codesourcery.com>
15746
15747 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15748 traceframes into tfile and ctf trace files. Read data from
15749 trace file and test collected data.
15750 (gdb_collect_locals_test): Likewise.
15751 (gdb_unavailable_registers_test): Likewise.
15752 (gdb_unavailable_floats): Likewise.
15753 (gdb_collect_globals_test): Likewise.
15754 (top-level): Append "ctf" to trace_file_targets if GDB
15755 supports.
15756
15757 2014-05-05 Yao Qi <yao@codesourcery.com>
15758
15759 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15760 code to ...
15761 (gdb_collect_args_test_1): ... it. New proc.
15762 (gdb_collect_locals_test): Move some code to ...
15763 (gdb_collect_locals_test_1): ... it. New proc.
15764 (gdb_unavailable_registers_test): Move some code to ...
15765 (gdb_unavailable_registers_test_1): ... it. New proc.
15766 (gdb_unavailable_floats): Move some code to ...
15767 (gdb_unavailable_floats_1): ... it. New proc.
15768
15769 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15770
15771 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15772 probes to test for bitness recognition.
15773 * gdb.arch/amd64-stap-optional-prefix.exp
15774 (test_probe_value_without_reg): New procedure.
15775 Add code to test for different kinds of bitness.
15776
15777 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15778
15779 PR breakpoints/16889
15780 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15781 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15782
15783 2014-05-01 Pedro Alves <palves@redhat.com>
15784
15785 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15786 gdb_file_cmd if no file is specified.
15787 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15788 last_loaded_file to set the remote exec-file.
15789
15790 2014-05-01 Pedro Alves <palves@redhat.com>
15791
15792 * boards/local-remote-host.exp: New file.
15793
15794 2014-05-01 Pedro Alves <palves@redhat.com>
15795
15796 * boards/local-remote-host.exp: Rename to ...
15797 * boards/local-remote-host-notty.exp: ... this.
15798
15799 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15800
15801 * gdb.ada/dyn_arrayidx: New testcase.
15802
15803 2014-04-26 Yao Qi <yao@codesourcery.com>
15804
15805 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15806 and compute the length of function main. Save it in
15807 $main_length.
15808 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15809 (top-level): Use gdb_compile to compile objects into
15810 executable and restart GDB. Remove invocation to
15811 prepare_for_testing.
15812
15813 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15814 Pedro Alves <palves@redhat.com>
15815
15816 PR server/16255
15817 * gdb.multi/multi-attach.c: New file.
15818 * gdb.multi/multi-attach.exp: New file.
15819
15820 2014-04-25 Pedro Alves <palves@redhat.com>
15821
15822 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15823 user.
15824 (top level): Test that "set remote conditional-breakpoints-packet
15825 off" works as intended.
15826 * gdb.base/dprintf.exp: Test that "set remote
15827 breakpoint-commands-packet off" works as intended.
15828 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15829 New function.
15830 (top level): Call it.
15831 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15832 remote fast-tracepoints-packet off" works as intended.
15833 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15834 * lib/gdb.exp (gdb_is_target_remote): ... here.
15835
15836 2014-04-24 David Blaikie <dblaikie@gmail.com>
15837
15838 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15839 ensure clang would not discard them.
15840 * gdb.base/gdbvars.c: Ditto.
15841 * gdb.base/memattr.c: Ditto.
15842 * gdb.base/whatis.c: Ditto.
15843 * gdb.python/py-prettyprint.c: Ditto.
15844 * gdb.trace/actions.c: Ditto.
15845 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15846 ensure clang would not discard it.
15847
15848 2014-04-24 David Blaikie <dblaikie@gmail.com>
15849
15850 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15851 clang to emit the full definition of type required by the test
15852 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15853
15854 2014-04-24 David Blaikie <dblaikie@gmail.com>
15855
15856 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15857 coax Clang into emitting the definition of the type.
15858 * gdb.cp/pr10728-x.h (y): Ditto.
15859 * gdb.cp/pr10728-y.cc (y): Ditto.
15860
15861 2014-04-24 David Blaikie <dblaikie@gmail.com>
15862
15863 * gdb.base/label.exp: XFAIL label related tests under Clang.
15864 * gdb.cp/cplabel.exp: Ditto.
15865 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15866 under Clang those using labels.
15867
15868 2014-04-25 Yao Qi <yao@codesourcery.com>
15869
15870 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15871 double_label.
15872 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15873 partial_label and double_label.
15874
15875 2014-04-24 David Blaikie <dblaikie@gmail.com>
15876
15877 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15878
15879 2014-04-24 David Blaikie <dblaikie@gmail.com>
15880
15881 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15882 of the function to work across GCC and Clang.
15883 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15884 pointer types (const void ** const V void **).
15885
15886 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15887 Walfred Tedeschi <walfred.tedeschi@intel.com>
15888
15889 * Makefile.in (EXECUTABLES): Added i386-avx512.
15890 * gdb.arch/i386-avx512.c: New file.
15891 * gdb.arch/i386-avx512.exp: Likewise.
15892
15893 2014-04-23 Keith Seitz <keiths@redhat.com>
15894
15895 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15896 (mi_make_breakpoint_table): New procedure.
15897 (mi_create_breakpoint): Use mi_make_breakpoint
15898 and return the result.
15899 (mi_make_breakpoint): New procedure.
15900 (mi_build_kv_pairs): New procedure.
15901
15902 * gdb.mi/mi-break.exp: Remove unused globals,
15903 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15904 All callers updated.
15905 * gdb.mi/mi-dprintf.exp: Use variable to track command
15906 number.
15907 Update all callers of mi_create_breakpoint and use
15908 mi_make_breakpoint_table.
15909 Remove any unused global variables.
15910 * gdb.mi/mi-nonstop.exp: Likewise.
15911 * gdb.mi/mi-nsintrall.exp: Likewise.
15912 * gdb.mi/mi-nsmoribund.exp: Likewise.
15913 * gdb.mi/mi-nsthrexec.exp: Likewise.
15914 * gdb.mi/mi-reverse.exp: Likewise.
15915 * gdb.mi/mi-simplerun.exp: Likewise.
15916 * gdb.mi/mi-stepn.exp: Likewise.
15917 * gdb.mi/mi-syn-frame.exp: Likewise.
15918 * gdb.mi/mi-until.exp: Likewise.
15919 * gdb.mi/mi-var-cp.exp: Likewise.
15920 * gdb.mi/mi-var-display.exp: Likewise.
15921 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15922 * gdb.mi/mi2-var-child.exp: Likewise.
15923 * gdb.mi/mi-vla-c99.exp: Likewise.
15924 * lib/mi-support.exp: Likewise.
15925
15926 From Ian Lance Taylor <iant@cygnus.com>:
15927 * lib/gdb.exp (parse_args): New procedure.
15928
15929 2014-04-23 Pedro Alves <palves@redhat.com>
15930
15931 * gdb.base/break-unload-file.c: New file.
15932 * gdb.base/break-unload-file.exp: New file.
15933 * gdb.base/sym-file-lib.c (baz): New function.
15934 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15935 field.
15936 (load): Store the segment's mapped size.
15937 (unload): New function.
15938 (unload_shlib): New function.
15939 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15940 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15941 set a breakpoint at baz, and call it.
15942 * gdb.base/sym-file.exp: New tests for stale breakpoint
15943 instructions.
15944
15945 2014-04-23 Pedro Alves <palves@redhat.com>
15946
15947 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15948 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15949 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15950 * gdb.base/hbreak-unmapped.c: New file.
15951 * gdb.base/hbreak-unmapped.exp: New file.
15952 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15953 * lib/gdb.exp (gdb_is_target_remote): ... here.
15954
15955 2014-04-22 Pedro Alves <palves@redhat.com>
15956
15957 * gdb.base/consecutive-step-over.c: New file.
15958 * gdb.base/consecutive-step-over.exp: New file.
15959
15960 2014-04-22 Pedro Alves <palves@redhat.com>
15961
15962 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15963 instead of send_gdb/gdb_expect.
15964
15965 2014-04-22 Yao Qi <yao@codesourcery.com>
15966
15967 * lib/trace-support.exp (generate_tracefile): New procedure.
15968 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15969 return 0.
15970 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15971 if generate_tracefile returns 1.
15972
15973 2014-04-18 Tom Tromey <palves@redhat.com>
15974 Pedro alves <tromey@redhat.com>
15975
15976 PR backtrace/15558
15977 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15978 with a backtrace limit.
15979 * gdb.python/py-frame-inline.exp: Test running to an inline
15980 function with a backtrace limit, and printing the newest frame.
15981 * gdb.python/py-frame-inline.c (main): Call f.
15982
15983 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15984
15985 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15986
15987 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15988
15989 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15990 Drop prefix from unsupported source file path.
15991
15992 2014-04-17 Yao Qi <yao@codesourcery.com>
15993
15994 * lib/gdb.exp (with_target_charset): New proc.
15995 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15996 with_target_charset.
15997 (test_print_strings): Likewise.
15998 (test_repeat_bytes): Likewise.
15999 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16000 for some tests.
16001
16002 2014-04-16 Keith Seitz <keiths@redhat.com>
16003
16004 PR gdb/15827
16005 * gdb.dwarf2/corrupt.c: New file.
16006 * gdb.dwarf2/corrupt.exp: New file.
16007
16008 2014-04-16 Keith Seitz <keiths@redhat.com>
16009
16010 PR c++/16597
16011 * gdb.cp/namelessclass.cc: New file.
16012 * gdb.cp/namelessclass.exp: New file.
16013 * gdb.cp/namelessclass.S: New file.
16014
16015 2014-04-16 Doug Evans <dje@google.com>
16016
16017 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16018 Add comment.
16019 (gdbserver_default_get_comm_port): New function.
16020 (gdbserver_start): Check if board file provided
16021 "gdbserver,get_comm_port" and use it if so.
16022 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16023 (gdb,socketport): Set to "stdio".
16024 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16025 (stdio_gdbserver_template): Delete.
16026 (${board}_get_remote_address): Update.
16027 (${board}_build_remote_cmd): Delete.
16028 (${board}_get_comm_port): New function.
16029 (${board}_spawn): Update.
16030 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16031 Delete.
16032 (${board}_get_remote_address): Update.
16033 (${board}_get_comm_port): New function.
16034
16035 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16036
16037 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16038 appearing in any order.
16039
16040 2014-04-15 Doug Evans <dje@google.com>
16041
16042 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16043 uninitialized value of "description".
16044
16045 2014-04-15 Keith Seitz <keiths@redhat.com>
16046
16047 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16048 Remove unused globals.
16049 (test_running_the_program): Likewise.
16050 (test_controlled_execution): Likewise.
16051 (test_controlling_breakpoints): Likewise.
16052 (test_program_termination): Likewise.
16053
16054 2014-04-15 Keith Seitz <keiths@redhat.com>
16055
16056 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16057 unused globals.
16058 (test_rbreak_creation_and_listing): Likewise.
16059 (test_ignore_count): Likewise.
16060 (test_error): Likewise.
16061
16062 2014-04-15 Pedro Alves <palves@redhat.com>
16063
16064 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16065 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16066 sym-file-loader.c.
16067 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16068 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16069 to sym-file-loader.c.
16070 (struct library): Forward declare.
16071 (load_shlib, lookup_function): Change prototypes.
16072 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16073 (translate_offset): Remove declarations.
16074 (get_text_addr): New declaration.
16075 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16076 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16077 sym-file-loader.h.
16078 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16079 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16080 here from sym-file-loader.h.
16081 (struct library): New structure.
16082 (load_shlib, lookup_function): Change prototypes and adjust to
16083 work with a struct library.
16084 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16085 (translate_offset): Make static.
16086 (get_text_addr): New function.
16087 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16088
16089 2014-04-15 Pedro Alves <palves@redhat.com>
16090
16091 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16092
16093 2014-04-15 Pedro Alves <palves@redhat.com>
16094
16095 * gdb.base/sym-file-loader.c: Include <limits.h>.
16096 (SELF_LINK): New define.
16097 (get_origin): New function.
16098 (load_shlib): Use it.
16099 * gdb.base/sym-file.exp: Don't early return if the target is
16100 remote. Use runto_main, and issue fail is that fails. Use
16101 gdb_load_shlibs.
16102 (shlib_name): Delete.
16103 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16104
16105 2014-04-15 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/sym-file.exp: Remove regex characters from test
16108 message. Don't refer to breakpoint numbers in test messages.
16109
16110 2014-04-14 Keith Seitz <keiths@redhat.com>
16111
16112 PR c++/16253
16113 * gdb.cp/var-tag.cc: New file.
16114 * gdb.cp/var-tag.exp: New file.
16115 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16116 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16117 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16118 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16119
16120 2014-04-14 Tom Tromey <tromey@redhat.com>
16121
16122 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16123 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16124 type.
16125 * gdb.cp/enum-class.exp: New file.
16126 * gdb.cp/enum-class.cc: New file.
16127
16128 2014-04-14 Tom Tromey <tromey@redhat.com>
16129
16130 * gdb.dwarf2/enum-type.exp: New file.
16131
16132 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16133
16134 * gdb.mi/mi-vla-c99.exp: New file.
16135 * gdb.mi/vla.c: New file.
16136
16137 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16138
16139 * gdb.base/vla-datatypes.c: New file.
16140 * gdb.base/vla-datatypes.exp: New file.
16141
16142 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16143
16144 * gdb.base/vla-ptr.c: New file.
16145 * gdb.base/vla-ptr.exp: New file.
16146
16147 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16148
16149 * gdb.dwarf2/count.exp: New file.
16150
16151 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16152
16153 * gdb.base/vla-sideeffect.c: New file.
16154 * gdb.base/vla-sideeffect.exp: New file.
16155
16156 2014-04-14 David Blaikie <dblaikie@gmail.com>
16157
16158 * gdb.mi/non-stop.c: Add return value for non-void function return
16159 statement.
16160 * gdb.threads/staticthreads.c: Ditto.
16161
16162 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16163 Doug Evans <xdje42@gmail.com>
16164
16165 * gdb.guile/scm-value.c: Improve test case.
16166 * gdb.guile/scm-value.exp: Add new test.
16167
16168 2014-04-11 David Blaikie <dblaikie@gmail.com>
16169
16170 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16171 override Clang's default.
16172
16173 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16174
16175 Revert the following changes (regressions):
16176
16177 * gdb.base/vla-sideeffect.c: New file.
16178 * gdb.base/vla-sideeffect.exp: New file.
16179
16180 * gdb.dwarf2/count.exp: New file.
16181
16182 * gdb.base/vla-multi.c: New file.
16183 * gdb.base/vla-multi.exp: New file.
16184
16185 * gdb.base/vla-ptr.c: New file.
16186 * gdb.base/vla-ptr.exp: New file.
16187
16188 * gdb.base/vla-datatypes.c: New file.
16189 * gdb.base/vla-datatypes.exp: New file.
16190
16191 * gdb.mi/mi-vla-c99.exp: New file.
16192 * gdb.mi/vla.c: New file.
16193
16194 2014-04-11 Keith Seitz <keiths@redhat.com>
16195
16196 PR c++/16675
16197 * gdb.cp/cpsizeof.exp: New file.
16198 * gdb.cp/cpsizeof.cc: New file.
16199
16200 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16201
16202 * gdb.mi/mi-vla-c99.exp: New file.
16203 * gdb.mi/vla.c: New file.
16204
16205 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16206
16207 * gdb.base/vla-datatypes.c: New file.
16208 * gdb.base/vla-datatypes.exp: New file.
16209
16210 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16211
16212 * gdb.base/vla-ptr.c: New file.
16213 * gdb.base/vla-ptr.exp: New file.
16214
16215 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16216
16217 * gdb.base/vla-multi.c: New file.
16218 * gdb.base/vla-multi.exp: New file.
16219
16220 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16221
16222 * gdb.dwarf2/count.exp: New file.
16223
16224 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16225
16226 * gdb.base/vla-sideeffect.c: New file.
16227 * gdb.base/vla-sideeffect.exp: New file.
16228
16229 2014-04-11 Yao Qi <yao@codesourcery.com>
16230
16231 * gdb.base/completion.exp: Check file exists before running tests
16232 on file completion.
16233
16234 2014-04-10 Pedro Alves <palves@redhat.com>
16235
16236 * gdb.base/cond-eval-mode.c: New file.
16237 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16238 prepare_for_testing to build the new file. Check result of
16239 runto_main.
16240 (test_break, test_watch): New procedures.
16241 (top level): Use them.
16242
16243 2014-04-08 Pierre Muller <muller@sourceware.org>
16244
16245 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16246 Ctrl-V use for mingw hosts.
16247
16248 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16249
16250 * gdb.python/py-value.c: Improve test case.
16251 * gdb.python/py-value.exp: Add new test.
16252
16253 2014-04-07 David Blaikie <dblaikie@gmail.com>
16254
16255 * lib/compiler.c: Identify the clang compiler.
16256 * lib/compiler.cc: Ditto.
16257
16258 2014-04-03 Yao Qi <yao@codesourcery.com>
16259
16260 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16261
16262 2014-04-01 Anton Blanchard <anton@samba.org>
16263
16264 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16265 messages unique.
16266
16267 2014-04-01 Anton Blanchard <anton@samba.org>
16268
16269 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16270 prepare_for_testing.
16271
16272 2014-04-01 Anton Blanchard <anton@samba.org>
16273
16274 * gdb.arch/ppc64-atomic-inst.c: Remove.
16275 * gdb.arch/ppc64-atomic-inst.S: New file.
16276 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16277
16278 2014-03-31 Doug Evans <dje@google.com>
16279
16280 * gdb.base/print-symbol-loading-lib.c: New file.
16281 * gdb.base/print-symbol-loading-main.c: New file.
16282 * gdb.base/print-symbol-loading.exp: New file.
16283
16284 2014-03-31 Yao Qi <yao@codesourcery.com>
16285
16286 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16287
16288 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16289
16290 * gdb.ada/mi_dyn_arr: New testcase.
16291
16292 2014-03-27 Doug Evans <dje@google.com>
16293
16294 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16295
16296 2014-03-27 Yao Qi <yao@codesourcery.com>
16297
16298 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16299 if target is nios2-*-*.
16300
16301 2014-03-26 Yao Qi <yao@codesourcery.com>
16302
16303 * lib/gdb.exp (readline_is_used): New proc.
16304 * gdb.base/completion.exp: Move tests on command complete up.
16305 Skip the rest of tests if readline is not used.
16306 * gdb.ada/complete.exp: Skp the test if readline is not
16307 used.
16308 * gdb.base/filesym.exp: Likewise.
16309 * gdb.base/macscp.exp: Likewise.
16310 * gdb.base/readline-ask.exp: Likewise.
16311 * gdb.base/readline.exp: Likewise.
16312 * gdb.python/py-cmd.exp: Likewise.
16313 * gdb.trace/tfile.exp: Likewise.
16314
16315 2014-03-26 Yao Qi <yao@codesourcery.com>
16316
16317 * gdb.base/macscp.exp: Fix code format issues.
16318
16319 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16320
16321 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16322 * gdb.asm/powerpc64le.inc: New file.
16323
16324 2014-03-25 Pedro Alves <palves@redhat.com>
16325 Doug Evans <dje@google.com>
16326
16327 * gdb.base/source-execution.c: New file.
16328 * gdb.base/source-execution.exp: New file.
16329 * gdb.base/source-execution.gdb: New file.
16330
16331 2014-03-24 Doug Evans <dje@google.com>
16332
16333 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16334 using fission.
16335
16336 2014-03-24 Hui Zhu <hui@codesourcery.com>
16337 Pedro Alves <palves@redhat.com>
16338
16339 PR breakpoints/16101
16340 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16341 test pass/fail messages. Detect missing support for dprintf when
16342 breakpoints are actually inserted.
16343 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16344 breakpoints are actually inserted.
16345 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16346 fails.
16347
16348 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16349
16350 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16351
16352 2014-03-22 Doug Evans <xdje42@gmail.com>
16353
16354 * gdb.python/python.exp (python not supported): Verify multi-line
16355 python command issues an error.
16356 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16357 guile command issues an error.
16358
16359 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16360
16361 * gdb.threads/thread-specific.exp: Handle the lack of usable
16362 $this_breakpoint and $this_thread.
16363
16364 2014-03-21 Hui Zhu <hui@codesourcery.com>
16365
16366 * gdb.base/attach.exp (do_command_attach_tests): New.
16367
16368 2014-03-20 Tom Tromey <tromey@redhat.com>
16369 Pedro Alves <palves@redhat.com>
16370
16371 PR cli/15718
16372 * gdb.base/condbreak-call-false.c: New file.
16373 * gdb.base/condbreak-call-false.exp: New file.
16374
16375 2014-03-20 Pedro Alves <palves@redhat.com>
16376
16377 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16378 Delete.
16379 (block_signals, unblock_signals): Delete.
16380 (child_function_2, main): Remove references to deleted variable
16381 and functions.
16382
16383 2014-03-20 Pedro Alves <palves@redhat.com>
16384
16385 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16386 Use pthread_kill to signal thread 2.
16387 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16388 Adjust to make the test send itself a signal rather than using the
16389 host's "kill" command.
16390
16391 2014-03-20 Pedro Alves <palves@redhat.com>
16392
16393 * gdb.threads/multiple-step-overs.c: New file.
16394 * gdb.threads/multiple-step-overs.exp: New file.
16395 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16396 Adjust expected infrun debug output.
16397
16398 2014-03-20 Pedro Alves <palves@redhat.com>
16399
16400 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16401 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16402
16403 2014-03-20 Pedro Alves <palves@redhat.com>
16404
16405 PR breakpoints/7143
16406 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16407 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16408 of gdb_test_multiple.
16409 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16410 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16411
16412 2014-03-20 Pedro Alves <palves@redhat.com>
16413
16414 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16415 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16416
16417 2014-03-19 Pedro Alves <palves@redhat.com>
16418
16419 * gdb.base/async.exp: Remove early return.
16420
16421 2014-03-19 Pedro Alves <palves@redhat.com>
16422
16423 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16424
16425 2014-03-19 Pedro Alves <palves@redhat.com>
16426
16427 * gdb.base/async.exp (test_background): Expect \r\n after
16428 "completed." in the fail pattern.
16429
16430 2014-03-19 Pedro Alves <palves@redhat.com>
16431
16432 * gdb.base/async.exp (test_background): New procedure.
16433 Use it for all background execution command tests.
16434
16435 2014-03-19 Pedro Alves <palves@redhat.com>
16436
16437 * gdb.base/async.exp: Use prepare_for_testing.
16438
16439 2014-03-19 Pedro Alves <palves@redhat.com>
16440
16441 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16442 the same line.
16443
16444 2014-03-19 Pedro Alves <palves@redhat.com>
16445
16446 * gdb.base/async.c (main): Add "jump here" and "until here" line
16447 marker comments.
16448 * gdb.base/async.exp (jump_here): New global.
16449 (jump& test): Use it.
16450 (until_here): New global.
16451 (until& test): Use it.
16452
16453 2014-03-19 Pedro Alves <palves@redhat.com>
16454
16455 * gdb.base/async.exp: Don't frob gdb_protocol.
16456
16457 2014-03-18 Doug Evans <xdje42@gmail.com>
16458
16459 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16460 Fix spelling of exec-done-display.
16461
16462 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16463
16464 PR gdb/15358
16465 * gdb.base/gdb-sigterm.c: New file.
16466 * gdb.base/gdb-sigterm.exp: New file.
16467
16468 2014-03-18 Pedro Alves <palves@redhat.com>
16469
16470 PR gdb/13860
16471 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16472 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16473 solib-event.
16474
16475 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16476
16477 * gdb.ada/pckd_arr_ren: New testcase.
16478
16479 2014-03-13 Doug Evans <xdje42@gmail.com>
16480
16481 PR guile/16612
16482 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16483 collect after discarding symbols.
16484
16485 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16486 Doug Evans <xdje42@gmail.com>
16487
16488 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16489 to history survives a gc.
16490
16491 2014-03-13 Pedro Alves <palves@redhat.com>
16492
16493 * gdb.base/default.exp: Don't test "target procfs".
16494
16495 2014-03-13 Pedro Alves <palves@redhat.com>
16496
16497 * gdb.base/default.exp: Update "target child" and "target procfs"
16498 tests to not expect "Unix".
16499
16500 2014-03-12 Tom Tromey <tromey@redhat.com>
16501
16502 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16503 New procs. Add target-async tests.
16504 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16505 Add target-async tests.
16506
16507 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16508
16509 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16510 'func_start' and 'func_end' for the beginning and end of the
16511 function code, respectively.
16512 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16513 'func_end' instead of 'func' and 'main'.
16514
16515 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16516
16517 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16518 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16519 generate the debug info assembler source.
16520
16521 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16522
16523 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16524 * gdb.dwarf2/arr-subrange.exp: Likewise.
16525 * gdb.dwarf2/dwz.exp: Likewise.
16526 * gdb.dwarf2/method-ptr.exp: Likewise.
16527 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16528 * gdb.dwarf2/subrange.exp: Likewise.
16529 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16530 * gdb.dwarf2/implptrpiece.exp: Likewise.
16531 * gdb.dwarf2/nostaticblock.exp: Likewise.
16532
16533 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16534
16535 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16536 directory to absolute path name arguments.
16537
16538 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16539
16540 * gdb.ada/tagged_access: New testcase.
16541
16542 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16543
16544 * gdb.btrace/data.exp: Update expected output.
16545
16546 2014-03-06 Yao Qi <yao@codesourcery.com>
16547
16548 * gdb.trace/pr16508.exp: New file.
16549
16550 2014-03-05 Pedro Alves <palves@redhat.com>
16551
16552 PR gdb/16575
16553 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16554 procedure.
16555 (top level): Adjust to use it. Add tests that exercise breakpoint
16556 interaction with the code-cache.
16557
16558 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16559
16560 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16561 test for 'history-append!'.
16562
16563 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16564
16565 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16566 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16567 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16568 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16569 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16570 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16571
16572 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16573
16574 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16575 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16576 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16577
16578 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16579
16580 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16581
16582 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16583
16584 * gdb.dwarf2/arr-stride.c: New file.
16585 * gdb.dwarf2/arr-stride.exp: New file.
16586
16587 2014-02-26 Pedro Alves <palves@redhat.com>
16588
16589 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16590 that won't ever trigger. Make sure that GDB reports the correct
16591 breakpoint that caused the stop.
16592
16593 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16594
16595 PR gdb/16626
16596 * gdb.base/auto-load-script: New file.
16597 * gdb.base/auto-load.c: New file.
16598 * gdb.base/auto-load.exp: New file.
16599
16600 PR gdb/16626
16601 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16602
16603 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16604
16605 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16606 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16607
16608 2014-02-24 Doug Evans <dje@google.com>
16609
16610 * lib/gdb.exp (run_on_host): Log error output if program fails.
16611
16612 2014-02-21 Pedro Alves <palves@redhat.com>
16613
16614 * gdb.threads/step-after-sr-lock.c: Rename to ...
16615 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16616 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16617 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16618 ... this.
16619
16620 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16621
16622 PR tdep/16397
16623 * gdb.arch/amd64-stap-special-operands.exp: New file.
16624 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16625 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16626 * gdb.arch/amd64-stap-triplet.S: Likewise.
16627 * gdb.arch/amd64-stap-triplet.c: Likewise.
16628
16629 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16630
16631 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16632 in .section pseudo-op.
16633
16634 2014-02-20 lin zuojian <manjian2006@gmail.com>
16635 Joel Brobecker <brobecker@adacore.com>
16636 Doug Evans <xdje42@gmail.com>
16637
16638 PR symtab/16581
16639 * gdb.dwarf2/dw2-icycle.S: New file.
16640 * gdb.dwarf2/dw2-icycle.c: New file.
16641 * gdb.dwarf2/dw2-icycle.exp: New file.
16642
16643 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16644
16645 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16646 operations on gdb.Value objects.
16647 * gdb.python/py-value-cc.exp: Add new test to test operations on
16648 gdb.Value objects.
16649
16650 2014-02-18 Doug Evans <dje@google.com>
16651
16652 * Makefile.in (TESTS): New variable.
16653 (expanded_tests, expanded_tests_or_none): New variables
16654 (check-single): Pass $(expanded_tests_or_none) to runtest.
16655 (check-parallel): Only run tests in $(TESTS) if non-empty.
16656 (check/no-matching-tests-found): New rule.
16657 * README: Document TESTS makefile variable.
16658
16659 2014-02-18 Doug Evans <dje@google.com>
16660
16661 * Makefile.in (check-parallel): rm -rf outputs temp.
16662
16663 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16664
16665 Fix "ERROR: no fileid for" in the testsuite.
16666 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16667
16668 2014-02-12 Doug Evans <dje@google.com>
16669
16670 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16671 (MISCELLANEOUS): New variable.
16672 (clean): rm -rf $(MISCELLANEOUS).
16673 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16674 dwp live in the same directory as symlinks, with each symlink pointed
16675 to a differently named file in a different directory.
16676
16677 2014-02-11 Doug Evans <dje@google.com>
16678
16679 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16680 of Tcl file commands.
16681
16682 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16683
16684 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16685 "kill -SIGUSR1 -1".
16686
16687 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16688
16689 * gdb.ada/tick_length_array_enum_idx: New testcase.
16690
16691 2014-02-10 Doug Evans <xdje42@gmail.com>
16692
16693 * configure.ac (AC_OUTPUT): Add gdb.guile.
16694 * configure: Regenerate.
16695 * lib/gdb-guile.exp: New file.
16696 * lib/gdb.exp (get_target_charset): New function.
16697 * gdb.base/help.exp: Update expected output from "apropos apropos".
16698 * gdb.guile/Makefile.in: New file.
16699 * gdb.guile/guile.exp: New file.
16700 * gdb.guile/scm-arch.c: New file.
16701 * gdb.guile/scm-arch.exp: New file.
16702 * gdb.guile/scm-block.c: New file.
16703 * gdb.guile/scm-block.exp: New file.
16704 * gdb.guile/scm-breakpoint.c: New file.
16705 * gdb.guile/scm-breakpoint.exp: New file.
16706 * gdb.guile/scm-disasm.c: New file.
16707 * gdb.guile/scm-disasm.exp: New file.
16708 * gdb.guile/scm-equal.c: New file.
16709 * gdb.guile/scm-equal.exp: New file.
16710 * gdb.guile/scm-error.exp: New file.
16711 * gdb.guile/scm-error.scm: New file.
16712 * gdb.guile/scm-frame-args.c: New file.
16713 * gdb.guile/scm-frame-args.exp: New file.
16714 * gdb.guile/scm-frame-args.scm: New file.
16715 * gdb.guile/scm-frame-inline.c: New file.
16716 * gdb.guile/scm-frame-inline.exp: New file.
16717 * gdb.guile/scm-frame.c: New file.
16718 * gdb.guile/scm-frame.exp: New file.
16719 * gdb.guile/scm-generics.exp: New file.
16720 * gdb.guile/scm-gsmob.exp: New file.
16721 * gdb.guile/scm-iterator.c: New file.
16722 * gdb.guile/scm-iterator.exp: New file.
16723 * gdb.guile/scm-math.c: New file.
16724 * gdb.guile/scm-math.exp: New file.
16725 * gdb.guile/scm-objfile-script-gdb.in: New file.
16726 * gdb.guile/scm-objfile-script.c: New file.
16727 * gdb.guile/scm-objfile-script.exp: New file.
16728 * gdb.guile/scm-objfile.c: New file.
16729 * gdb.guile/scm-objfile.exp: New file.
16730 * gdb.guile/scm-ports.exp: New file.
16731 * gdb.guile/scm-pretty-print.c: New file.
16732 * gdb.guile/scm-pretty-print.exp: New file.
16733 * gdb.guile/scm-pretty-print.scm: New file.
16734 * gdb.guile/scm-section-script.c: New file.
16735 * gdb.guile/scm-section-script.exp: New file.
16736 * gdb.guile/scm-section-script.scm: New file.
16737 * gdb.guile/scm-symbol.c: New file.
16738 * gdb.guile/scm-symbol.exp: New file.
16739 * gdb.guile/scm-symtab-2.c: New file.
16740 * gdb.guile/scm-symtab.c: New file.
16741 * gdb.guile/scm-symtab.exp: New file.
16742 * gdb.guile/scm-type.c: New file.
16743 * gdb.guile/scm-type.exp: New file.
16744 * gdb.guile/scm-value-cc.cc: New file.
16745 * gdb.guile/scm-value-cc.exp: New file.
16746 * gdb.guile/scm-value.c: New file.
16747 * gdb.guile/scm-value.exp: New file.
16748 * gdb.guile/source2.scm: New file.
16749 * gdb.guile/types-module.cc: New file.
16750 * gdb.guile/types-module.exp: New file.
16751
16752 2014-02-10 Yao Qi <yao@codesourcery.com>
16753
16754 PR testsuite/16543
16755 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16756 * configure: Regenerated.
16757 * Makefile.in: New file.
16758
16759 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16760
16761 * gdb.python/py-framefilter.exp: Fix typo.
16762
16763 2014-02-08 Yao Qi <yao@codesourcery.com>
16764
16765 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16766 that no =breakpoint-modified is emitted when breakpoints are
16767 modified through MI commands.
16768
16769 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16770 Pedro Alves <palves@redhat.com>
16771
16772 * gdb.threads/step-after-sr-lock.c: New file.
16773 * gdb.threads/step-after-sr-lock.exp: New file.
16774
16775 2014-02-07 Pedro Alves <palves@redhat.com>
16776
16777 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16778
16779 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16780
16781 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16782 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16783
16784 2014-02-06 Doug Evans <xdje42@gmail.com>
16785
16786 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16787 output.
16788
16789 * gdb.gdb/python-interrupts.exp: New file.
16790
16791 2014-02-05 Yao Qi <yao@codesourcery.com>
16792
16793 * gdb.trace/report.exp (use_collected_data): Test the output
16794 of "info threads" and "info inferiors".
16795
16796 2014-02-05 Yao Qi <yao@codesourcery.com>
16797
16798 Revert this patch:
16799
16800 2013-05-24 Yao Qi <yao@codesourcery.com>
16801
16802 * gdb.trace/tfile.exp: Test inferior and thread.
16803
16804 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16805
16806 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16807 on a function.
16808 * gdb.base/step-bt.c: Call hello via function pointer to make
16809 sure its first instruction is executed on powerpc64le-linux.
16810
16811 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16812
16813 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16814
16815 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16816
16817 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16818 of the test patterns for use on little-endian systems.
16819
16820 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16821
16822 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16823 (decimal_vector): Fix for little-endian.
16824
16825 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16826
16827 * gdb.arch/sparc-sysstep.exp: New file.
16828 * gdb.arch/sparc-sysstep.c: Likewise.
16829
16830 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16831
16832 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16833
16834 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16835
16836 2014-01-23 Tom Tromey <tromey@redhat.com>
16837
16838 * gdb.ada/array_char_idx: New testcase.
16839
16840 2014-01-23 Tom Tromey <tromey@redhat.com>
16841
16842 PR python/16487:
16843 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16844 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16845 classes.
16846
16847 2014-01-23 Tom Tromey <tromey@redhat.com>
16848
16849 PR python/16491:
16850 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16851 string from an inferior frame.
16852 * gdb.python/py-framefilter-mi.exp: Update.
16853
16854 2014-01-22 Doug Evans <dje@google.com>
16855
16856 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16857
16858 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16859
16860 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16861
16862 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16863
16864 * gdb.trace/entry-values.exp: Remove excess space character from
16865 regex patterns. Handle s390 call instruction.
16866
16867 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16868
16869 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16870 define "*_start" label. Make "name" static.
16871 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16872 ${name} by references to ${name}_start.
16873
16874 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16875
16876 * gdb.base/info-macros.exp: Remove "debug" from the compile
16877 options.
16878
16879 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16880
16881 * gdb.dlang/demangle.exp: New file.
16882
16883 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16884
16885 * gdb.dlang/primitive-types.exp: New file.
16886
16887 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16888
16889 * configure.ac: Create gdb.dlang/Makefile.
16890 * configure: Regenerate.
16891 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16892 * gdb.dlang/Makefile.in: New file.
16893 * lib/d-support.exp: New file.
16894 * lib/gdb.exp (skip_d_tests): New proc.
16895
16896 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16897
16898 * gdb.btrace/delta.exp: Check reverse stepi.
16899 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16900 * gdb.btrace/finish.exp: New.
16901 * gdb.btrace/next.exp: New.
16902 * gdb.btrace/nexti.exp: New.
16903 * gdb.btrace/record_goto.c: Add comments.
16904 * gdb.btrace/step.exp: New.
16905 * gdb.btrace/stepi.exp: New.
16906 * gdb.btrace/multi-thread-step.c: New.
16907 * gdb.btrace/multi-thread-step.exp: New.
16908 * gdb.btrace/rn-dl-bind.c: New.
16909 * gdb.btrace/rn-dl-bind.exp: New.
16910 * gdb.btrace/data.c: New.
16911 * gdb.btrace/data.exp: New.
16912 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16913
16914 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16915
16916 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16917 * gdb.btrace/exception.exp: Update.
16918 * gdb.btrace/instruction_history.exp: Update.
16919 * gdb.btrace/record_goto.exp: Update.
16920 * gdb.btrace/tailcall.exp: Update.
16921 * gdb.btrace/unknown_functions.exp: Update.
16922 * gdb.btrace/delta.exp: New.
16923
16924 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16925
16926 * gdb.btrace/record_goto.exp: Add backtrace test.
16927 * gdb.btrace/tailcall.exp: Add backtrace test.
16928
16929 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16930
16931 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16932 * gdb.btrace/record_goto.c: New.
16933 * gdb.btrace/record_goto.exp: New.
16934 * gdb.btrace/x86-record_goto.S: New.
16935
16936 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16937
16938 * gdb.btrace/function_call_history.exp: Update tests.
16939 * gdb.btrace/instruction_history.exp: Update tests.
16940
16941 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16942
16943 * gdb.btrace/function_call_history.exp: Fix expected field
16944 order for "record function-call-history".
16945 Add new tests for "record function-call-history /c".
16946 * gdb.btrace/exception.cc: New.
16947 * gdb.btrace/exception.exp: New.
16948 * gdb.btrace/tailcall.exp: New.
16949 * gdb.btrace/x86-tailcall.S: New.
16950 * gdb.btrace/x86-tailcall.c: New.
16951 * gdb.btrace/unknown_functions.c: New.
16952 * gdb.btrace/unknown_functions.exp: New.
16953 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16954
16955 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16956
16957 * gdb.btrace/instruction_history.exp: Update.
16958 * gdb.btrace/function_call_history.exp: Update.
16959
16960 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16961
16962 * gdb.btrace/function_call_history.exp: Fix expected function
16963 trace.
16964 * gdb.btrace/instruction_history.exp: Initialize traced.
16965 Remove traced_functions.
16966
16967 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16968
16969 * gdb.btrace/function_call_history.exp: Update
16970 * gdb.btrace/instruction_history.exp: Update.
16971
16972 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16973
16974 * gdb.btrace/enable.exp: Update expected text.
16975
16976 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16977
16978 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16979 bytes.
16980
16981 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16982
16983 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16984
16985 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16986
16987 * lib/gdb.exp (supports_process_record): Return true for
16988 arm*-linux*. (supports_reverse): Likewise.
16989
16990 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16991
16992 PR python/15464
16993 PR python/16113
16994 * gdb.python/py-type.c: Enhance test case.
16995 * gdb.python/py-value-cc.cc: Likewise
16996 * gdb.python/py-type.exp: Add new tests.
16997 * gdb.python/py-value-cc.exp: Likewise
16998
16999 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17000 Pedro Alves <palves@redhat.com>
17001
17002 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17003 Make "name" extern.
17004 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17005 references to ${name}_start by references to ${name}.
17006
17007 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17008
17009 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17010
17011 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17012
17013 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17014
17015 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17016 Pedro Alves <palves@redhat.com>
17017
17018 * gdb.mi/mi-info-os.exp: Connect to the target with
17019 mi_gdb_target_load.
17020
17021 2014-01-08 Pedro Alves <palves@redhat.com>
17022
17023 * gdb.threads/reconnect-signal.c: New file.
17024 * gdb.threads/reconnect-signal.exp: New file.
17025
17026 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17027
17028 * gdb.base/source-dir.exp: New file.
17029
17030 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17031
17032 * gdb.ada/mi_interface: New testcase.
17033
17034 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17035
17036 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17037 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17038 gdb.ada/pp-rec-component/pck.ads: New files.
17039
17040 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17041
17042 * gdb.python/py-pp-integral.c: New file.
17043 * gdb.python/py-pp-integral.py: New file.
17044 * gdb.python/py-pp-integral.exp: New file.
17045
17046 For older changes see ChangeLog-1993-2013.
17047 \f
17048 ;; Local Variables:
17049 ;; mode: change-log
17050 ;; left-margin: 8
17051 ;; fill-column: 74
17052 ;; version-control: never
17053 ;; End:
17054
17055 Copyright 2014-2019 Free Software Foundation, Inc.
17056 Copying and distribution of this file, with or without modification,
17057 are permitted provided the copyright notice and this notice are preserved.