[gdb/testsuite] Fix gdb_target_cmd
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-09-19 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4
5 2019-09-19 Tom de Vries <tdevries@suse.de>
6
7 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
8 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
9 (gdb_target_cmd): ... here.
10 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
11 value 2.
12
13 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
14
15 * gdb.base/source-dir.exp: Avoid having directory names in test
16 names.
17
18 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * gdb.base/source-dir.exp: Add extra test for mapped compilation
21 directory.
22
23 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * gdb.base/list-missing-source.exp: New file.
26
27 2019-09-14 Tom de Vries <tdevries@suse.de>
28
29 PR teststuite/24599
30 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
31 * lib/ada.exp (gnatmake_version_at_least): New proc.
32
33 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
34
35 * gdb.base/maint.exp: Use exec_has_index_section.
36
37 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 * gdb.base/maint.exp: Add test for 'maint info sections'.
40
41 2019-09-12 Tom de Vries <tdevries@suse.de>
42
43 * gdb.base/store.exp: Allow register variables to be optimized out at
44 -O0.
45
46 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
47
48 * gdb.ada/rdv_wait.exp: Update to new task names.
49 * gdb.base/task_switch_in_core.exp: Likewise.
50 * gdb.base/info_sources_base.c: Likewise.
51
52 2019-09-10 Tom Tromey <tromey@adacore.com>
53
54 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
55
56 2019-09-10 Tom Tromey <tromey@adacore.com>
57
58 * gdb.ada/dgopt.exp: New file.
59 * gdb.ada/dgopt/x.adb: New file.
60
61 2019-09-08 Tom Tromey <tom@tromey.com>
62
63 * gdb.tui/resize.exp: Remove setup_xfail.
64 * gdb.tui/regs.exp: Remove setup_xfail.
65 * gdb.tui/basic.exp: Remove setup_xfail.
66
67 2019-09-06 David Blaikie <dblaikie@gmail.com>
68
69 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
70 * gdb.cp/cplabel.exp: Ditto.
71 * gdb.linespec/ls-errs.exp: Ditto.
72
73 2019-09-05 Tom de Vries <tdevries@suse.de>
74
75 * lib/gdb.exp (cmp_file_string): New proc.
76 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
77 runto_main. Verify save breakpoints output.
78
79 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
80
81 * gdb.base/info-var.exp: Test info variables without running
82 to main, to avoid expect's buffer overflow.
83
84 2019-09-03 Tom Tromey <tromey@adacore.com>
85
86 * gdb.ada/bias.exp: New file.
87 * gdb.ada/bias/bias.adb: New file.
88 * gdb.ada/print_chars.exp: Add regression test.
89 * gdb.ada/print_chars/foo.adb (My_Character): New type.
90 (MC): New variable.
91
92 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
93
94 * gdb.base/argv0-symlink.exp: Run only on native target
95 and local host.
96
97 2019-08-29 Tom de Vries <tdevries@suse.de>
98
99 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
100 diverse debug info.
101 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
102
103 2019-08-28 Tom de Vries <tdevries@suse.de>
104
105 * gdb.base/info-var.exp: Allow info variables to print info for files
106 other than info-var-f1.c and info-var-f2.c.
107
108 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.fortran/info-types.exp: Add module.
111 * gdb.fortran/info-types.f90: Update expected results.
112
113 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.fortran/info-types.exp: New file.
116 * gdb.fortran/info-types.f90: New file.
117 * lib/fortran.exp (fortran_character1): New proc.
118
119 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
120
121 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
122 functions'. Reindent as needed.
123 * gdb.base/info-var-f1.c: New file.
124 * gdb.base/info-var-f2.c: New file.
125 * gdb.base/info-var.exp: New file.
126 * gdb.base/info-var.h: New file.
127
128 2019-08-26 Tom de Vries <tdevries@suse.de>
129
130 PR c++/24852
131 * gdb.cp/no-libstdcxx-probe.exp: New test.
132
133 2019-08-26 Tom de Vries <tdevries@suse.de>
134
135 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
136 * tests need to be skipped.
137 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
138 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
139 mi_skip_libstdcxx_probe_tests.
140
141 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
142
143 * gdb.python/py-xmethods.exp: Use raw strings when passing
144 arguments to SimpleXMethodMatcher.
145
146 2019-08-22 Tom de Vries <tdevries@suse.de>
147
148 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
149 more informative.
150
151 2019-08-21 Pedro Alves <palves@redhat.com>
152
153 * gdb.base/with.exp: Test "with" with no arguments.
154
155 2019-08-21 Tom de Vries <tdevries@suse.de>
156
157 * gdb.base/gdb-caching-proc.exp: Sort files.
158
159 2019-08-20 Tom de Vries <tdevries@suse.de>
160
161 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
162 compilation.
163
164 2019-08-16 Tom de Vries <tdevries@suse.de>
165
166 * gdb.base/compare-sections.exp ("after run to main"): Allow
167 mismatched read-only sections for PIE executables.
168
169 2019-08-16 Tom Tromey <tom@tromey.com>
170
171 * lib/tuiterm.exp (_csi_Z): New proc.
172 * gdb.tui/basic.exp: Update window positions.
173 * gdb.tui/empty.exp: Update window positions.
174
175 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
176
177 * gdb.base/examine-backward.exp: Correct regexp for
178 "examine 3 bytes backward from ${address_zero}".
179
180 2019-08-15 Tom Tromey <tom@tromey.com>
181
182 * gdb.tui/empty.exp: Enable resizing tests.
183
184 2019-08-15 Tom Tromey <tromey@adacore.com>
185
186 * gdb.ada/char_enum.exp: Add regression tests.
187 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
188 and '0'.
189 (Char, Gchar): Update.
190 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
191
192 2019-08-15 Christian Biesinger <cbiesinger@google.com>
193
194 * gdb.python/python.exp: Expect a leading underscore on
195 GdbOutput{,Error}File.
196
197 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
198
199 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
200 Windows host.
201
202 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
203
204 * gdb.base/batch-preserve-term-settings.exp
205 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
206
207 2019-08-15 Christian Biesinger <cbiesinger@google.com>
208
209 * lib/gdb.exp: When running on a mingw target, replace
210 /x/ with x:/.
211
212 2019-08-14 Alan Hayward <alan.hayward@arm.com>
213
214 * gdb.arch/aarch64-prologue.c: New test.
215 * gdb.arch/aarch64-prologue.exp: New file.
216
217 2019-08-13 Tom de Vries <tdevries@suse.de>
218
219 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
220 Thread.
221
222 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
223
224 * gdb.python/py-completion.exp: Download the .py file to the host
225 and use its host pathname. Conditionalize tests that use
226 tab completion and manipulate files on the build machine.
227 * gdb.python/py-events.exp: Download the .py file to the host
228 and use its host pathname.
229 * gdb.python/py-evsignal.exp: Likewise.
230 * gdb.python/py-evthreads.exp: Likewise.
231 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
232 pathname syntax.
233 * gdb.python/py-framefilter.exp: Download the .py file to the right
234 place on the host. Match Windows pathname syntax.
235 * gdb.python/py-mi-var-info-path-expression.exp: Download the
236 .py file to the host and use its host pathname.
237 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
238 * gdb.python/py-objfile.exp: Expect a host pathname, not a
239 build pathname. Skip symlink test on Windows host. Add missing
240 newline at end of file.
241 * gdb.python/py-pp-maint.exp: Download the .py file to the host
242 and use its host pathname.
243 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
244 * gdb.python/py-section-script.exp: Use host location of binfile
245 on safe-path. Use correct path separator on Windows host.
246 Reorder alternatives in gdb_test_multiple to prevent matching
247 the wrong alternative on success.
248 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
249
250 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
251
252 * gdb.gdb/selftest.exp (test_with_self): Update test to now
253 expect the GDB inferior to no longer immediately stop after
254 being resumed with "signal SIGINT".
255
256 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
257
258 * gdb.linespec/break-ask.exp: Generalize regexps to match
259 Windows pathnames too.
260
261 2019-08-08 Tom de Vries <tdevries@suse.de>
262
263 PR testsuite/24862
264 * lib/tuiterm.exp (_accept): Fix CSI regexp.
265
266 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
267
268 * gdb.base/style.exp: Update tests for help doc new invariants.
269 * gdb.base/help.exp: Likewise.
270
271 2019-08-06 Tom Tromey <tom@tromey.com>
272
273 * gdb.base/style.exp: Add disassemble test.
274 * gdb.base/style.c (some_called_function): New function.
275 (main): Use it.
276
277 2019-08-05 Christian Biesinger <cbiesinger@google.com>
278
279 * gdb.python/py-block.exp: Test dictionary access on blocks.
280
281 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
282
283 PR gdb/24863
284 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
285 -list-thread-groups --available test when running under
286 check-read1.
287
288 2019-08-05 Tom de Vries <tdevries@suse.de>
289
290 PR testsuite/24863
291 * lib/gdb.exp (with_read1_timeout_factor): New proc.
292 * gdb.base/help.exp: Use with_read1_timeout_factor.
293 * gdb.base/info-macros.exp: Same.
294 * gdb.cp/nested-types.exp: Same.
295
296 2019-08-05 Tom de Vries <tdevries@suse.de>
297
298 * lib/gdb.exp (version_at_least): Factor out of ...
299 (tcl_version_at_least): ... here.
300 (gdb_compile): Fail if pie results in non-PIE executable.
301 (readelf_version, readelf_prints_pie): New proc.
302 (exec_is_pie): Return -1 if unknown.
303
304 2019-08-05 Tom de Vries <tdevries@suse.de>
305
306 * lib/gdb.exp (tcl_version_at_least): Fix typo.
307
308 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
309
310 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
311
312 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
313
314 * lib/completion-support.exp (test_gdb_complete_none): Skip
315 tab completion tests if no readline support.
316 (test_gdb_complete_unique_re): Likewise.
317 (test_gdb_complete_multiple): Likewise.
318
319 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
320
321 * gdb.base/info_sources.exp: New file.
322 * gdb.base/info_sources.c: New file.
323 * gdb.base/info_sources_base.c: New file.
324
325 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
326
327 * gdb.base/batch-exit-status.exp: Call test_exit_status with
328 prefix argument.
329 (test_exit_status): Add prefix argument.
330
331 2019-08-01 Tom de Vries <tdevries@suse.de>
332
333 PR testsuite/24863
334 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
335 calling exp_continue for new thread and thread exited messages.
336
337 2019-08-01 Tom de Vries <tdevries@suse.de>
338
339 PR testsuite/24863
340 * gdb.base/structs.exp: Fix check-read1 timeout using
341 gdb_test_sequence.
342 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
343
344 2019-08-01 Tom de Vries <tdevries@suse.de>
345
346 PR testsuite/24863
347 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
348 line.
349
350 2019-08-01 Tom de Vries <tdevries@suse.de>
351
352 PR testsuite/24863
353 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
354
355 2019-07-30 Tom Tromey <tromey@adacore.com>
356
357 * gdb.ada/display_nested.exp: New file.
358 * gdb.ada/display_nested/foo.adb: New file.
359 * gdb.ada/display_nested/pack.adb: New file.
360 * gdb.ada/display_nested/pack.ads: New file.
361
362 2019-07-30 Christian Biesinger <cbiesinger@google.com>
363
364 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
365 namespace.
366 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
367
368 2019-07-30 Tom de Vries <tdevries@suse.de>
369
370 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
371 instead.
372
373 2019-07-30 Tom de Vries <tdevries@suse.de>
374
375 PR testsuite/24834
376 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
377 (exec_is_pie): New proc.
378
379 2019-07-29 Christian Biesinger <cbiesinger@google.com>
380
381 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
382
383 2019-07-29 Christian Biesinger <cbiesinger@google.com>
384
385 * gdb.python/py-objfile.c: Add global and static vars.
386 * gdb.python/py-objfile.exp: Test new functions Objfile.
387 lookup_global_symbol and lookup_static_symbol.
388
389 2019-07-29 Tom Tromey <tom@tromey.com>
390
391 * lib/tuiterm.exp (Term::_csi_@): New proc.
392 (Term::_csi_X): Don't move cursor.
393
394 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
395
396 * gdb.base/options.exp: Update backtrace - completion to
397 new option -frame-info.
398 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
399 Test new 'set print frame-info'. Test backtrace -frame-info
400 overriding 'set print frame-info'.
401 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
402 Test new 'set print frame-info'.
403 Verify consistency of backtrace with and without filters, with and
404 without -no-filters.
405 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
406 default.
407
408 2019-07-29 Tom de Vries <tdevries@suse.de>
409
410 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
411 no arguments".
412
413 2019-07-29 Tom de Vries <tdevries@suse.de>
414
415 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
416 is a substring of the first for "complete non-unique file name".
417
418 2019-07-29 Tom de Vries <tdevries@suse.de>
419
420 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
421 with ".*".
422
423 2019-07-29 Tom de Vries <tdevries@suse.de>
424
425 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
426 Pass prompt_regexp parameter to gdb_test_multiple calls.
427
428 2019-07-29 Tom de Vries <tdevries@suse.de>
429
430 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
431 print registers" regexps.
432
433 2019-07-29 Tom de Vries <tdevries@suse.de>
434
435 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
436
437 2019-07-29 Tom de Vries <tdevries@suse.de>
438
439 PR gdb/24855
440 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
441 (skip_python_tests_prompt): Add prompt_regexp argument to
442 gdb_test_multiple calls.
443
444 2019-07-27 Tom Tromey <tom@tromey.com>
445
446 * gdb.tui/main.exp: New file.
447
448 2019-07-27 Tom Tromey <tom@tromey.com>
449
450 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
451 optional.
452 * gdb.tui/empty.exp: New file.
453
454 2019-07-27 Tom Tromey <tom@tromey.com>
455
456 * lib/tuiterm.exp (spawn): New proc.
457 (Term::resize): New proc.
458 * gdb.tui/resize.exp: New file.
459
460 2019-07-27 Tom Tromey <tom@tromey.com>
461
462 * gdb.tui/list.exp: New file.
463
464 2019-07-27 Tom Tromey <tom@tromey.com>
465
466 * gdb.tui/regs.exp: New file.
467
468 2019-07-27 Tom Tromey <tom@tromey.com>
469
470 * gdb.tui/basic.exp: Add "layout split" test.
471
472 2019-07-27 Tom Tromey <tom@tromey.com>
473
474 * gdb.tui/basic.exp: Add "layout asm" test.
475
476 2019-07-27 Tom Tromey <tom@tromey.com>
477
478 * lib/tuiterm.exp: New file.
479 * gdb.tui/basic.exp: New file.
480
481 2019-07-27 Kevin Buettner <kevinb@redhat.com>
482
483 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
484 Enable tests associated with this flag. Adjust regex
485 referencing "foo_low" to now refer to "foo_cold" instead.
486
487 2019-07-27 Kevin Buettner <kevinb@redhat.com>
488
489 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
490 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
491 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
492 foo_cold. Revise comments to match.
493 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
494 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
495 were wrapped into this proc; Call do_test in loop from outermost
496 level.
497 (foo_low): Rename all occurrences to "foo_cold".
498 (backtrace from baz): New test.
499 (x2/i foo_cold): New test.
500 (info line *foo_cold): New test.
501
502 2019-07-26 Tom de Vries <tdevries@suse.de>
503
504 * gdb.arch/i386-pkru.exp: Fix unterminated string.
505
506 2019-07-25 Tom de Vries <tdevries@suse.de>
507
508 PR testsuite/24830
509 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
510 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
511 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
512 (skip_libstdcxx_probe_tests): ... here.
513 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
514
515 2019-07-24 Tom de Vries <tdevries@suse.de>
516
517 PR testsuite/24807
518 * gdb.objc/basicclass.m: Include stdio.h.
519 * gdb.objc/nondebug.m: Same.
520 * gdb.objc/objcdecode.m: Same.
521
522 2019-07-24 Tom de Vries <tdevries@suse.de>
523
524 PR testsuite/24612
525 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
526 additional_flags.
527
528 2019-07-24 Tom de Vries <tdevries@suse.de>
529
530 PR testsuite/24831
531 * gdb.multi/tids.exp: Update error messages for info threads.
532
533 2019-07-24 Tom de Vries <tdevries@suse.de>
534
535 * gdb.base/info-types.exp: Allow info types to print info for more than
536 one file.
537
538 2019-07-23 Tom de Vries <tdevries@suse.de>
539
540 PR testsuite/24842
541 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
542 gdb_spawn_with_cmdline_opts.
543
544 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
545
546 * gdb.arch/arm-cmse-sgstubs.c: New test.
547 * gdb.arch/arm-cmse-sgstubs.exp: New file.
548
549 2019-07-23 Tom de Vries <tdevries@suse.de>
550
551 PR testsuite/24711
552 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
553 issuing next command.
554
555 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
556
557 * gdb.ada/info_auto_lang.exp: Update expected results.
558 * gdb.base/info-types.c: Add additional types to check.
559 * gdb.base/info-types.exp: Update expected results.
560
561 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
562
563 * gdb.base/info-types.c: New file.
564 * gdb.base/info-types.exp: New file.
565
566 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
567
568 * gdb.arch/riscv-bp-infcall.c: New file.
569 * gdb.arch/riscv-bp-infcall.exp: New file.
570
571 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 PR breakpoints/24541
574 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
575
576 2019-07-14 Tom de Vries <tdevries@suse.de>
577
578 PR testsuite/24760
579 * gdb.objc/basicclass.exp: Fix unterminated string.
580
581 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
582 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
585 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
586 negative bounds.
587 * gdb.fortran/vla-value.exp: Print elements of an array with
588 negative bounds.
589 * gdb.fortran/vla.f90: Setup an array with negative bounds for
590 testing.
591
592 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
593
594 * gdb.base/options.exp (expect_string): Dequote strings in
595 results.
596 (test-string): Test strings with different quoting and reindent.
597
598 2019-07-10 Tom Tromey <tromey@adacore.com>
599
600 * gdb.ada/mi_ex_cond.exp: Update expected results.
601 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
602 * gdb.ada/mi_catch_ex.exp: Update expected results.
603 * gdb.ada/mi_catch_assert.exp: Update expected results.
604 * gdb.ada/catch_ex.exp (catch_exception_info)
605 (catch_exception_entry, catch_assert_entry)
606 (catch_unhandled_entry): Update.
607 * gdb.ada/catch_assert_if.exp: Update expected results.
608
609 2019-07-10 Richard Bunt <richard.bunt@arm.com>
610 Stephen Roberts <stephen.roberts@arm.com>
611
612 * gdb.base/define.exp: Restore original prompt.
613
614 2019-07-09 Pedro Alves <palves@redhat.com>
615
616 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
617 breakpoints" output.
618 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
619 * gdb.python/py-breakpoint.exp: No longer expect that "catch
620 throw" creates breakpoint.
621 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
622 'type="catchpoint"'.
623
624 2019-07-09 Pedro Alves <palves@redhat.com>
625
626 PR c++/15468
627 * gdb.cp/except-multi-location-lib.cc: New.
628 * gdb.cp/except-multi-location-main.cc: New.
629 * gdb.cp/except-multi-location.exp: New.
630
631 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
632
633 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
634 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
635 argument and update callers.
636
637 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 * gdb.arch/amd64-break-on-asm-line.S: New file.
640 * gdb.arch/amd64-break-on-asm-line.exp: New file.
641
642 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
643
644 * gdb.base/printcmds.exp: Test printing C string and
645 C wide string convenience vars without transiting via the inferior.
646 Also make test names unique.
647
648 2019-07-08 Alan Hayward <alan.hayward@arm.com>
649
650 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
651
652 2019-07-04 Pedro Alves <palves@redhat.com>
653
654 * lib/gdb.exp (foreach_with_prefix): Don't return early if
655 body returned ok(0), break(3) or continue(4).
656 * gdb.testsuite/foreach_with_prefix.exp: New file.
657
658 2019-07-04 Alan Hayward <alan.hayward@arm.com>
659
660 * gdb.server/unittest.exp: Allow 0 unit tests to run.
661
662 2019-07-03 Pedro Alves <palves@redhat.com>
663
664 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
665 "return -code".
666
667 2019-07-03 Pedro Alves <palves@redhat.com>
668
669 PR cli/24732
670 * gdb.base/shell.exp: Load completion-support.exp.
671 Adjust expected error output. Add completion tests.
672
673 2019-07-03 Pedro Alves <palves@redhat.com>
674
675 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
676 string_to_regexp.
677
678 2019-07-03 Pedro Alves <palves@redhat.com>
679
680 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
681 (expect_integer): Adjust to expect "-string".
682 (expect_string): New.
683 (all_options): Expect "-string".
684 (test-flag, test-boolean): Adjust to expect "-string".
685 (test-string): New proc.
686 (top level): Call it.
687
688 2019-07-03 Pedro Alves <palves@redhat.com>
689
690 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
691 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
692 the expected output in the success.
693
694 2019-07-03 Pedro Alves <palves@redhat.com>
695
696 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
697 Split one gdb_test_multiple call in two to avoid a race.
698
699 2019-07-03 Pedro Alves <palves@redhat.com>
700
701 * gdb.base/with.c: New file.
702 * gdb.base/with.exp: New file.
703
704 2019-07-03 Pedro Alves <palves@redhat.com>
705
706 * gdb.base/settings.exp: Replace all references to "maint
707 test-settings set" with references to "maint set test-settings",
708 and all references to "maint test-settings show" with references
709 to "maint show test-settings".
710
711 2019-07-03 Pedro Alves <palves@redhat.com>
712
713 * gdb.base/settings.exp (test-string): Adjust expected out when
714 testing "maint test-settings show filename"
715
716 2019-07-02 Pedro Alves <palves@redhat.com>
717
718 * gdb.base/options.exp (test-info-threads): New procedure.
719 (top level): Call it.
720
721 2019-06-28 Tom Tromey <tromey@adacore.com>
722
723 * gdb.dwarf2/ada-linkage-name.c: New file.
724 * gdb.dwarf2/ada-linkage-name.exp: New file.
725
726 2019-06-27 Tom Tromey <tromey@adacore.com>
727
728 * gdb.cp/constexpr-field.exp: Use setup_xfail.
729
730 2019-06-26 Tom de Vries <tdevries@suse.de>
731
732 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
733
734 2019-06-26 Tom de Vries <tdevries@suse.de>
735
736 * gdb.base/index-cache.exp: Add back missing debug option.
737
738 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
739
740 * gdb.base/alias.exp: Test non matching/non existing prefixes.
741
742 2019-06-25 Tom de Vries <tdevries@suse.de>
743
744 PR testsuite/24727
745 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
746
747 2019-06-24 Tom de Vries <tdevries@suse.de>
748
749 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
750
751 2019-06-24 Tom de Vries <tdevries@suse.de>
752
753 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
754 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
755 * gdb.trace/unavailable-dwarf-piece.exp: Same.
756
757 2019-06-24 Tom de Vries <tdevries@suse.de>
758
759 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
760
761 2019-06-21 Tom de Vries <tdevries@suse.de>
762
763 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
764
765 2019-06-21 Tom de Vries <tdevries@suse.de>
766
767 PR testsuite/24518
768 PR ada/24713
769 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
770 index.
771
772 2019-06-19 Tom Tromey <tromey@adacore.com>
773
774 * gdb.ada/length_cond.exp: Add intro comment.
775
776 2019-06-19 Tom Tromey <tromey@adacore.com>
777
778 * gdb.ada/length_cond.exp: New file.
779 * gdb.ada/length_cond/length_cond.adb: New file.
780 * gdb.ada/length_cond/pck.adb: New file.
781 * gdb.ada/length_cond/pck.ads: New file.
782
783 2019-06-18 Tom de Vries <tdevries@suse.de>
784
785 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
786
787 2019-06-18 Tom Tromey <tromey@adacore.com>
788
789 * gdb.base/list0.h: Add comment explaining control character.
790
791 2019-06-18 Tom de Vries <tdevries@suse.de>
792
793 * boards/fission.exp: Break up long debug_flags line.
794
795 2019-06-16 Tom de Vries <tdevries@suse.de>
796
797 PR gdb/24445
798 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
799 generated index.
800
801 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 PR gdb/24686
804 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
805 improve detection of bug gdb/24541.
806
807 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
808
809 PR gdb/24669
810 * gdb.base/index-cache.exp (uses_readnow,
811 expecting_index_cache_use): Define global variable.
812 (test_cache_enabled_miss, test_cache_enabled_hit): Use
813 expecting_index_cache_use.
814
815 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
816 Andrew Burgess <andrew.burgess@embecosm.com>
817
818 * gdb.fortran/pointers.f90: New file.
819 * gdb.fortran/print_type.exp: New file.
820 * gdb.fortran/vla-ptype.exp: Adapt expected results.
821 * gdb.fortran/vla-type.exp: Likewise.
822 * gdb.fortran/vla-value.exp: Likewise.
823 * gdb.mi/mi-vla-fortran.exp: Likewise.
824
825 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
826
827 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
828 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
829 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
830 as a stop reason.
831
832 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.base/annota1.exp: Update expected results.
835 * gdb.cp/annota2.exp: Likewise.
836 * gdb.cp/annota3.exp: Likewise.
837
838 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
839
840 * gdb.base/style-logging.exp: Remove path from test name.
841
842 2019-06-14 Tom Tromey <tromey@adacore.com>
843
844 PR gdb/24502:
845 * gdb.base/style-logging.exp: New file.
846
847 2019-06-14 Tom Tromey <tromey@adacore.com>
848
849 * gdb.base/symfile-warn.exp: New file.
850 * gdb.base/symfile-warn.c: New file.
851
852 2019-06-14 Tom Tromey <tromey@adacore.com>
853
854 * gdb.base/annotate-symlink.exp: New file.
855
856 2019-06-14 Tom Tromey <tromey@adacore.com>
857
858 * gdb.ada/set_wstr.exp: Add reassignment test.
859
860 2019-06-14 Tom Tromey <tromey@adacore.com>
861
862 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
863 'unchecked_access and 'unrestricted_access as well.
864
865 2019-06-14 Tom Tromey <tromey@adacore.com>
866
867 PR ada/24539:
868 * gdb.ada/vla.exp: Update tests.
869 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
870 pragma.
871
872 2019-06-13 Pedro Alves <palves@redhat.com>
873
874 * gdb.base/settings.exp (test-integer): Test junk after
875 "unlimited".
876
877 2019-06-13 Pedro Alves <palves@redhat.com>
878
879 * gdb.base/options.exp (test-thread-apply): New.
880 (top level): Call it.
881
882 2019-06-13 Pedro Alves <palves@redhat.com>
883
884 * gdb.base/options.exp (test-frame-apply): New.
885 (top level): Test print commands with different "frame apply"
886 prefixes.
887
888 2019-06-13 Pedro Alves <palves@redhat.com>
889
890 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
891 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
892 'max_completions' parameter and handle it.
893 (test_gdb_completion_offers_commands): New.
894
895 2019-06-13 Pedro Alves <palves@redhat.com>
896
897 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
898
899 2019-06-13 Pedro Alves <palves@redhat.com>
900
901 * gdb.base/options.exp (test-backtrace): New.
902 (top level): Call it.
903
904 2019-06-13 Pedro Alves <palves@redhat.com>
905
906 * gdb.guile/scm-frame-args.exp: Use "set print
907 raw-frame-arguments" instead of "set print raw frame-arguments".
908 * gdb.python/py-frame-args.exp: Likewise.
909
910 2019-06-13 Pedro Alves <palves@redhat.com>
911
912 * gdb.compile/compile.exp: Adjust expected output to option
913 processing changes.
914
915 2019-06-13 Pedro Alves <palves@redhat.com>
916
917 * gdb.base/options.exp: Build executable.
918 (test-print): New procedure.
919 (top level): Call it, once for "print" and another for "compile
920 print".
921
922 2019-06-13 Pedro Alves <palves@redhat.com>
923
924 * gdb.base/options.c: New file.
925 * gdb.base/options.exp: New file.
926
927 2019-06-13 Pedro Alves <palves@redhat.com>
928
929 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
930 that "o" is ambiguous.
931
932 2019-06-13 Pedro Alves <palves@redhat.com>
933
934 * gdb.base/settings.c: New file.
935 * gdb.base/settings.exp: New file.
936
937 2019-06-13 Pedro Alves <palves@redhat.com>
938
939 * gdb.base/completion.exp: Fix comment typo.
940
941 2019-06-13 Pedro Alves <palves@redhat.com>
942
943 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
944 foo --1" test.
945
946 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
947
948 * gdb.fortran/block-data.f: New.
949 * gdb.fortran/block-data.exp: New.
950
951 2019-06-11 Tom de Vries <tdevries@suse.de>
952
953 PR testsuite/24521
954 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
955 message.
956
957 2019-06-11 Tom de Vries <tdevries@suse.de>
958
959 PR testsuite/24521
960 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
961
962 2019-06-11 Tom de Vries <tdevries@suse.de>
963
964 * boards/readnow.exp: New file.
965
966 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
967
968 * gdb.fortran/vla-sizeof.exp: Update expected results.
969
970 2019-06-06 Amos Bird <amosbird@gmail.com>
971
972 * gdb.base/annota1.exp (thread_switch): Add test for
973 thread-exited annotation.
974
975 2019-06-06 Tom Tromey <tromey@adacore.com>
976
977 * gdb.base/maint.exp: Expect command started/finished output.
978
979 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
980
981 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
982 comment.
983 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
984
985 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
986
987 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
988 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
989 * gdb.arch/riscv-unwind-long-insn.c: New file.
990 * gdb.arch/riscv-unwind-long-insn.exp: New file.
991
992 2019-06-04 Christian Biesinger <cbiesinger@google.com>
993
994 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
995
996 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
997
998 * lib/gdb.exp (help_list_trailer): New regexp variable
999 factorizing the help trailer message.
1000 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1001 arg to allow to better factorize various tests.
1002 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1003 (test_prefix_command_help): Use help_list_trailer.
1004 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1005 * gdb.guile/scm-cmd.exp: Likewise.
1006 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1007 * gdb.base/help.exp: Use test_user_defined_class_help.
1008 * gdb.base/style.exp: Add tests for styling of help and apropos.
1009 * lib/gdb-utils.exp (style): Add title and highlight styles.
1010
1011 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1012
1013 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1014 $_shell_exitsignal.
1015 * gdb.base/default.exp: Update for new convenience variables.
1016
1017 2019-05-29 Tom Tromey <tromey@adacore.com>
1018
1019 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1020 to "break complete ada" test case's regexp.
1021
1022 2019-05-29 Tom Tromey <tromey@adacore.com>
1023
1024 PR c++/20020:
1025 * gdb.cp/constexpr-field.exp: New file.
1026 * gdb.cp/constexpr-field.cc: New file.
1027
1028 2019-05-29 Tom Tromey <tromey@adacore.com>
1029
1030 * gdb.base/finish.exp (finish_no_print): New proc.
1031 (finish_tests): Call it.
1032
1033 2019-05-24 Tom de Vries <tdevries@suse.de>
1034
1035 * gdb.dwarf2/gdb-add-index.exp: New file.
1036
1037 2019-05-22 Tom Tromey <tromey@adacore.com>
1038
1039 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1040 * gdb.base/style.exp: Use "style".
1041 * lib/gdb-utils.exp (style): New proc.
1042
1043 2019-05-22 Tom de Vries <tdevries@suse.de>
1044
1045 * gdb.base/align.exp: Require c++11.
1046
1047 2019-05-22 Tom de Vries <tdevries@suse.de>
1048
1049 PR testsuite/24586
1050 * gdb.python/py-mi-var-info-path-expression.exp: Call
1051 mi_skip_python_tests to check if python is supported.
1052
1053 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1054
1055 * gdb.arch/aarch64-pauth.c: New test.
1056 * gdb.arch/aarch64-pauth.exp: New file.
1057
1058 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1059
1060 * README (Re-running Tests Outside The Testsuite): New section.
1061
1062 2019-05-21 Tom de Vries <tdevries@suse.de>
1063
1064 * gdb.arch/amd64-eval.exp: Require c++11.
1065 * gdb.base/max-depth.exp: Same.
1066 * gdb.compile/compile-cplus-array-decay.exp: Same.
1067 * gdb.cp/meth-typedefs.exp: Same.
1068 * gdb.cp/subtypes.exp: Same.
1069 * gdb.cp/temargs.exp: Same.
1070
1071 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1072
1073 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1074
1075 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1076
1077 PR gdb/18644
1078 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1079 * gdb.fortran/printing-types.exp: Add new test.
1080 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1081 testing.
1082 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1083 setup_kfail call.
1084
1085 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1086
1087 * README (Running the Testsuite): Change example.
1088 (Testsuite Parameters): Remove TRANSCRIPT.
1089 * lib/gdb.exp: Remove TRANSCRIPT check.
1090
1091 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1092
1093 * README (Testsuite Parameters): Add replay logging to
1094 GDBSERVER_DEBUG.
1095 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1096 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1097 as a comma separated list.
1098 (gdb_debug_init): Override procedure.
1099
1100 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1101
1102 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1103 (gdb_write_cmd_file): New procedure.
1104 * lib/gdbserver-support.exp (gdbserver_start): Call
1105 gdbserver_write_cmd_file.
1106 (gdbserver_write_cmd_file): New procedure.
1107
1108 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1109
1110 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1111 (delete_breakpoints): Likewise.
1112 (gdb_run_cmd): Likewise.
1113 (gdb_start_cmd): Likewise.
1114 (gdb_starti_cmd): Likewise.
1115 (gdb_internal_error_resync): Likewise.
1116 (gdb_test_multiple): Likewise.
1117 (gdb_reinitialize_dir): Likewise.
1118 (default_gdb_exit): Likewise.
1119 (gdb_file_cmd): Mark kill as optional.
1120 (default_gdb_start): Call gdb_stdin_log_init.
1121 (send_gdb): Call gdb_stdin_log_write.
1122 (rerun_to_main): Mark Y as an answer.
1123 (gdb_stdin_log_init): New function.
1124 (gdb_stdin_log_write): Likewise.
1125
1126 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1127
1128 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1129 * gdb.base/debug-expr.exp: Likewise.
1130 * gdb.base/foll-fork.exp: Likewise.
1131 * gdb.base/foll-vfork.exp: Likewise.
1132 * gdb.base/fork-print-inferior-events.exp: Likewise.
1133 * gdb.base/gdb-sigterm.exp: Likewise.
1134 * gdb.base/gdbinit-history.exp: Likewise.
1135 * gdb.base/osabi.exp: Likewise.
1136 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1137 * gdb.base/ui-redirect.exp: Likewise.
1138 * gdb.gdb/unittest.exp: Likewise.
1139 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1140 * gdb.mi/mi-watch.exp: Likewise.
1141 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1142 * gdb.mi/user-selected-context-sync.exp: Likewise.
1143 * gdb.python/python.exp: Disable debug test when debugging.
1144 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1145 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1146 Likewise.
1147 * gdb.threads/stepi-random-signal.exp: Likewise.
1148
1149 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1150
1151 * Makefile.in: Pass through GDB_DEBUG.
1152 * README (Testsuite Parameters): Add GDB_DEBUG.
1153 (gdb,debug): Add board setting.
1154 * lib/gdb.exp (default_gdb_start): Start debugging.
1155 (gdb_debug_enabled): New procedure.
1156 (gdb_debug_init): Likewise.
1157
1158 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1159
1160 * Makefile.in: Pass through GDB_DEBUG.
1161 * README (Testsuite Parameters): Add GDB_DEBUG.
1162 (gdb,debug): Add board setting.
1163 * lib/gdb.exp (default_gdb_start): Start debugging.
1164 (gdb_debug_enabled): New procedure.
1165 (gdb_debug_init): Likewise.
1166
1167 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1168
1169 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1170
1171 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1172
1173 * gdb.base/ui-redirect.exp: Test redirection.
1174
1175 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1176
1177 * gdb.mi/mi-complete.exp: New file.
1178 * gdb.mi/mi-complete.cc: Likewise.
1179
1180 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1181
1182 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1183 indexed and sliced arrays, and pointers to arrays.
1184
1185 2019-05-14 Tom Tromey <tromey@adacore.com>
1186
1187 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1188 styling test.
1189
1190 2019-05-14 Tom de Vries <tdevries@suse.de>
1191
1192 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1193 selection entry encoding.
1194
1195 2019-05-10 Tom Tromey <tromey@adacore.com>
1196
1197 * gdb.ada/info_exc.exp: Add "complete" test.
1198
1199 2019-05-09 Tom de Vries <tdevries@suse.de>
1200
1201 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1202 CU-relative.
1203
1204 2019-05-09 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1207 CU-relative.
1208
1209 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1210
1211 * gdb.ada/frame_arg_lang.exp: New testcase.
1212 * gdb.ada/frame_arg_lang/bla.adb: New file.
1213 * gdb.ada/frame_arg_lang/pck.ads: New file.
1214 * gdb.ada/frame_arg_lang/pck.adb: New file.
1215 * gdb.ada/frame_arg_lang/foo.c: New file.
1216
1217 2019-05-08 Tom Tromey <tromey@adacore.com>
1218
1219 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1220
1221 2019-05-08 Tom Tromey <tromey@adacore.com>
1222
1223 * gdb.base/ptype-offsets.exp: Update tests.
1224
1225 2019-05-08 Tom Tromey <tromey@adacore.com>
1226
1227 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1228 cases.
1229 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1230 "short".
1231
1232 2019-05-08 Tom Tromey <tromey@adacore.com>
1233
1234 * gdb.ada/vla.exp: New file.
1235 * gdb.ada/vla/vla.adb: New file.
1236
1237 2019-05-07 Tom de Vries <tdevries@suse.de>
1238
1239 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1240
1241 2019-05-07 Tom de Vries <tdevries@suse.de>
1242
1243 PR testsuite/24522
1244 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1245 section.
1246
1247 2019-05-07 Tom de Vries <tdevries@suse.de>
1248
1249 PR testsuite/24522
1250 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1251 .debug_aranges section.
1252
1253 2019-05-07 Tom de Vries <tdevries@suse.de>
1254
1255 PR testsuite/24159
1256 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1257
1258 2019-05-06 Tom de Vries <tdevries@suse.de>
1259
1260 * lib/gdb.exp (exec_has_index_section): New proc.
1261 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1262 section.
1263
1264 2019-05-04 Tom de Vries <tdevries@suse.de>
1265
1266 * boards/cc-with-debug-names.exp: New file.
1267
1268 2019-05-03 Tom Tromey <tromey@adacore.com>
1269
1270 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1271 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1272 * gdb.ada/char_enum.exp: Add test.
1273
1274 2019-05-03 Tom de Vries <tdevries@suse.de>
1275
1276 * boards/cc-with-gdb-index.exp: New file.
1277
1278 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1279
1280 * gdb.rust/simple.exp: Add new test case.
1281 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1282 (main): Initialise an instance of the new struct.
1283
1284 2019-05-01 Tom Tromey <tromey@adacore.com>
1285
1286 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1287 record.
1288 (NPR): New variable.
1289 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1290 test.
1291
1292 2019-05-01 Tom Tromey <tromey@adacore.com>
1293
1294 * gdb.ada/packed_array_assign.exp: Add packed assignment
1295 regression test.
1296
1297 2019-05-01 Tom de Vries <tdevries@suse.de>
1298
1299 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1300
1301 2019-05-01 Tom de Vries <tdevries@suse.de>
1302
1303 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1304
1305 2019-04-30 Ali Tamur <tamur@google.com>
1306
1307 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1308
1309 2019-04-30 Tom Tromey <tromey@adacore.com>
1310
1311 * lib/ada.exp (find_ada_tool): New proc.
1312 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1313 * gdb.ada/catch_ex_std.exp: New file.
1314 * gdb.ada/catch_ex_std/foo.adb: New file.
1315 * gdb.ada/catch_ex_std/some_package.adb: New file.
1316 * gdb.ada/catch_ex_std/some_package.ads: New file.
1317
1318 2019-04-30 Tom Tromey <tromey@adacore.com>
1319
1320 PR c++/24470:
1321 * gdb.cp/temargs.cc: Add test code from PR.
1322
1323 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1324
1325 * gdb.fortran/vla-datatypes.exp: Update expected results.
1326 * gdb.fortran/vla-ptype.exp: Likewise.
1327 * gdb.fortran/vla-type.exp: Likewise.
1328 * gdb.fortran/vla-value.exp: Likewise.
1329
1330 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1331
1332 * gdb.fortran/ptr-indentation.exp: Update expected results.
1333 * gdb.fortran/ptype-on-functions.exp: Likewise.
1334 * gdb.fortran/vla-ptr-info.exp: Likewise.
1335 * gdb.fortran/vla-value.exp: Likewise.
1336
1337 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 * gdb.fortran/ptype-on-functions.exp: New file.
1340 * gdb.fortran/ptype-on-functions.f90: New file.
1341
1342 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1343
1344 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1345 case void string.
1346
1347 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1348
1349 * gdb.fortran/complex.exp: Expand.
1350 * gdb.fortran/complex.f: Renamed to...
1351 * gdb.fortran/complex.f90: ...this, and extended to add more
1352 complex values.
1353
1354 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1357 MODULO, CMPLX.
1358
1359 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1360 Richard Bunt <richard.bunt@arm.com>
1361
1362 * gdb.base/max-depth.c: New file.
1363 * gdb.base/max-depth.exp: New file.
1364 * gdb.python/py-nested-maps.c: New file.
1365 * gdb.python/py-nested-maps.exp: New file.
1366 * gdb.python/py-nested-maps.py: New file.
1367 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1368 (test_all_common): Call test_max_depth.
1369 * gdb.fortran/max-depth.exp: New file.
1370 * gdb.fortran/max-depth.f90: New file.
1371 * gdb.go/max-depth.exp: New file.
1372 * gdb.go/max-depth.go: New file.
1373 * gdb.modula2/max-depth.exp: New file.
1374 * gdb.modula2/max-depth.c: New file.
1375 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1376
1377 2019-04-29 Tom de Vries <tdevries@suse.de>
1378
1379 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1380
1381 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1382
1383 * gdb.base/callexit.exp: Test may-call-functions off.
1384
1385 2019-04-25 Keith Seitz <keiths@redhat.com>
1386
1387 PR c++/24367
1388 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1389 (another_incomplete_struct, test_incomplete): New definitions.
1390 (main): Use new definitions.
1391 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1392 functions.
1393
1394 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1395
1396 PR corefiles/11608
1397 PR corefiles/18187
1398 * gdb.base/coredump-filter-build-id.exp: New file.
1399
1400 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1401
1402 * Makefile.in: Pass through GDBSERVER_DEBUG.
1403 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1404 (gdbserver,debug): Add board setting.
1405 * gdb.trace/tspeed.exp: Skip when debugging.
1406 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1407 * lib/gdbserver-support.exp: Likewise
1408
1409 2019-04-24 Tom Tromey <tromey@adacore.com>
1410
1411 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1412 Rust.
1413
1414 2019-04-24 Tom Tromey <tromey@adacore.com>
1415
1416 * gdb.arch/amd64-eval.exp: Test bitfield return.
1417 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1418 (class Foo) <return_bitfields>: New method.
1419 (main): Call it.
1420
1421 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1422
1423 * gdb.cp/many-args.cc: New file.
1424 * gdb.cp/many-args.exp: New file.
1425
1426 2019-04-23 Tom de Vries <tdevries@suse.de>
1427
1428 PR gdb/24433
1429 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1430
1431 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1432
1433 * gdb.trace/backtrace.exp: Use nopie flag.
1434 * gdb.trace/circ.exp: Likewise.
1435 * gdb.trace/collection.exp: Likewise.
1436 * gdb.trace/ftrace.exp: Likewise.
1437 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1438 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1439 * gdb.trace/qtro.exp: Likewise.
1440 * gdb.trace/read-memory.exp: Likewise.
1441 * gdb.trace/report.exp: Likewise.
1442 * gdb.trace/tfile.exp: Likewise.
1443 * gdb.trace/tfind.exp: Likewise.
1444 * gdb.trace/unavailable.exp: Likewise.
1445
1446 2019-04-22 Pedro Alves <palves@redhat.com>
1447
1448 * gdb.base/solib-probes-nosharedlibrary.c,
1449 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1450
1451 2019-04-19 Tom Tromey <tromey@adacore.com>
1452
1453 * gdb.ada/ptype_union.c: New file.
1454 * gdb.ada/ptype_union.exp: New file.
1455
1456 2019-04-19 Tom Tromey <tromey@adacore.com>
1457
1458 PR symtab/24423:
1459 * gdb.base/list0.h (foo): Add a control-l character.
1460
1461 2019-04-18 Tom de Vries <tdevries@suse.de>
1462
1463 PR gdb/24433
1464 * boards/local-board.exp: Set sysroot to "".
1465
1466 2019-04-18 Tom de Vries <tdevries@suse.de>
1467 Pedro Alves <palves@redhat.com>
1468
1469 PR gdb/24454
1470 * gdb.threads/vfork-follow-child-exec.c: New file.
1471 * gdb.threads/vfork-follow-child-exec.exp: New file.
1472 * gdb.threads/vfork-follow-child-exit.c: New file.
1473 * gdb.threads/vfork-follow-child-exit.exp: New file.
1474
1475 2019-04-15 Leszek Swirski <leszeks@google.com>
1476
1477 * gdb.arch/amd64-eval.cc: New file.
1478 * gdb.arch/amd64-eval.exp: New file.
1479
1480 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1481
1482 * gdb.server/sysroot.c: New test.
1483 * gdb.server/sysroot.exp: New file.
1484 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1485 matching param.
1486
1487 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1488
1489 * gdb.base/align.exp: Extend test to cover structures containing
1490 only static fields.
1491
1492 2019-04-11 Tom de Vries <tdevries@suse.de>
1493
1494 * boards/cc-with-dwz-m.exp: New file.
1495 * boards/cc-with-dwz.exp: New file.
1496 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1497
1498 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1499
1500 * gdb.base/start-cpp.exp: New file.
1501 * gdb.base/start-cpp.cc: New file.
1502
1503 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1504
1505 * gdb.python/py-thrhandle.exp: Adjust tests to call
1506 thread_from_handle instead of thread_from_thread_handle.
1507
1508 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1509
1510 * gdb.python/py-thrhandle.exp: Add tests for
1511 gdb.InferiorThread.handle.
1512
1513 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 * gdb.python/py-function.exp: Check calling helper function from
1516 all languages.
1517 * lib/gdb.exp (gdb_supported_languages): New proc.
1518
1519 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1520
1521 * gdb.base/complex-parts.c: New file.
1522 * gdb.base/complex-parts.exp: New file.
1523
1524 2019-04-01 Tom Tromey <tromey@adacore.com>
1525
1526 PR symtab/23331:
1527 * gdb.dwarf2/dw2-ranges-main.c: New file.
1528 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1529 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1530
1531 2019-03-30 Simon Marchi <simark@simark.ca>
1532
1533 * gdb.base/default.exp: Add values for $_gdb_major and
1534 $_gdb_minor.
1535
1536 2019-03-29 Tom Tromey <tromey@adacore.com>
1537
1538 * gdb.base/help.exp: Tighten apropos regexp.
1539
1540 2019-03-29 Keith Seitz <keiths@redhat.com>
1541
1542 * gdb.fortran/array-bounds.exp: New file.
1543 * gdb.fortran/array-bounds.f90: New file.
1544
1545 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1546
1547 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1548
1549 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1550
1551 * gdb.multi/hello.c (main): Increase alarm timer.
1552
1553 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1554
1555 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1556 factor when no hardware watchpoint support.
1557
1558 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1559 Pedro Alves <palves@redhat.com>
1560
1561 * boards/local-board.exp: set sysroot to /.
1562
1563 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1564
1565 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1566 in child.
1567
1568 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1569
1570 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1571 field.
1572 (make_container): Initialise new field.
1573 * gdb.python/py-prettyprint.exp: Add new tests.
1574 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1575 <display_hint>: New method.
1576
1577 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1578
1579 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1580 gdb_continue_to_breakpoint more throughout this test.
1581 (run_lang_tests) Supply unique test names, and use
1582 gdb_test_no_output.
1583
1584 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1585
1586 * gdb.base/finish-pretty.exp: Update expected results.
1587 * gdb.base/pretty-print.c: New file.
1588 * gdb.base/pretty-print.exp: New file.
1589
1590 2019-03-25 Pedro Alves <palves@redhat.com>
1591
1592 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1593 move comments outside list. Append '-i "" eof' section.
1594
1595 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1596
1597 * README: Add pie options.
1598 * gdb.base/break-interp.exp: Ensure pie is disabled.
1599 * gdb.base/dump.exp: Likewise.
1600 * lib/gdb.exp (gdb_compile): Add pie option.
1601
1602 2019-03-19 Tom Tromey <tromey@adacore.com>
1603
1604 * gdb.mi/mi2-cli-display.c: New file.
1605 * gdb.mi/mi2-cli-display.exp: New file.
1606
1607 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1608 Tom Tromey <tromey@adacore.com>
1609
1610 * gdb.ada/ptype_array/pck.adb: New file.
1611 * gdb.ada/ptype_array/pck.ads: New file.
1612 * gdb.ada/ptype_array/foo.adb: New file.
1613 * gdb.ada/ptype_array.exp: New file.
1614
1615 2019-03-14 Tom Tromey <tromey@adacore.com>
1616
1617 * gdb.base/style.exp: Add "set style sources" test.
1618
1619 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1620
1621 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1622 * mi-breakpoint-multiple-locations.exp: ... this.
1623 (make_breakpoints_pattern): New proc.
1624 (do_test): Add mi_version parameter, test -break-insert,
1625 -break-info and =breakpoint-created.
1626
1627 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1628
1629 * config/default.exp: Remove 'load_lib gdb.exp'.
1630 * config/monitor.exp: Likewise.
1631 * config/sid.exp: Likewise.
1632 * config/sim.exp: Likewise.
1633 * config/slite.exp: Likewise.
1634 * config/unix.exp: Likewise.
1635 * gdb.base/default.exp: Remove unhelpful comment.
1636
1637 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1640
1641 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1644
1645 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1646
1647 * gdb.fortran/type-kinds.exp: Update expected results.
1648
1649 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1652
1653 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1654
1655 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1656 function.
1657 (test_basic_parsing_of_type_kinds): Expand types tested.
1658 (test_parsing_invalid_type_kinds): New function.
1659
1660 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.fortran/intrinsics.exp: New file.
1663 * gdb.fortran/intrinsics.f90: New file.
1664 * gdb.fortran/type-kinds.exp: New file.
1665
1666 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668 * gdb.fortran/dot-ops.exp: New file.
1669
1670 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1671
1672 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1673 Check upper and lower case logical literals.
1674
1675 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1676
1677 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1678 Remove duplicate tests.
1679
1680 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1681
1682 * lib/gdb.exp (builtin_cd): rename of cd.
1683 (cd): Override builtin.
1684
1685 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1686
1687 * gdb.fortran/function-calls.exp: New file.
1688 * gdb.fortran/function-calls.f90: New test.
1689
1690 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1691
1692 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1693 on user program standard output.
1694 * gdb.fortran/short-circuit-argument-list.f90: Record function
1695 calls.
1696
1697 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1698
1699 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1700 failure.
1701
1702 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1703
1704 PR gdb/8527
1705 * gdb.base/interrupt-daemon-attach.c,
1706 gdb.base/interrupt-daemon-attach.exp: New test.
1707
1708 2019-02-27 Pedro Alves <palves@redhat.com>
1709
1710 * gdb.base/page.exp: Add tests for "set width/height -1".
1711
1712 2019-02-27 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.base/page.exp: Add tests for "set/show width/height" with
1715 "infinite" values.
1716
1717 2019-02-27 Tom Tromey <tromey@adacore.com>
1718
1719 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1720 2.4.
1721 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1722 workaround.
1723
1724 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1725
1726 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1727 tests for structs with static members.
1728
1729 2019-02-26 Tom Tromey <tromey@adacore.com>
1730
1731 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1732 ValueError, not TypeError.
1733
1734 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1735
1736 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1737 call from main program.
1738
1739 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1740
1741 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1742 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1743 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1744 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1745 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1746
1747 2019-02-22 Keith Seitz <keiths@redhat.com>
1748
1749 PR symtab/23853
1750 * gdb.base/symlink-sourcefile.c: New file.
1751 * gdb.base/symlink-sourcefile.exp: New file.
1752
1753 2019-02-20 Tom Tromey <tom@tromey.com>
1754
1755 * gdb.base/info_qt.exp: Update.
1756
1757 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1758
1759 * gdb.base/source.exp: Move "error in sourced script" code to
1760 the end.
1761 * gdb.base/source-error.gdb: Move contents to
1762 source-error-1.gdb. Add new code to source source-error-1.gdb.
1763 * gdb.base/source-error-1.gdb: New file, from previous
1764 source-error.gdb.
1765
1766 2019-02-17 Tom Tromey <tom@tromey.com>
1767
1768 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1769 for macro styling.
1770 * gdb.base/style.c (SOME_MACRO): New macro.
1771
1772 2019-02-17 Tom Tromey <tom@tromey.com>
1773
1774 * gdb.base/style.exp: Add line-wrapping tests.
1775 * gdb.base/page.exp: Add test for quitting during pagination.
1776
1777 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1778
1779 * gdb.ada/big_packed_array: New testcase.
1780 * gdb.ada/homonym.exp: Fix incorrect expected output for
1781 "break <homonym__get_value>" test.
1782
1783 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1784
1785 PR breakpoints/21870
1786 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1787 and prepare_for_testing. Add comment.
1788 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1789 redundant cleanup call. Clean up comment.
1790
1791 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1792
1793 PR breakpoints/21870
1794 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1795 * gdb.arch/aarch64-dbreg-contents.c: New file.
1796
1797 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1798
1799 * gdb.ada/mi_ref_changeable: New testcase.
1800
1801 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1802
1803 * gdb.base/attach.exp: Add double attach test.
1804
1805 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1806
1807 * lib/gdb.exp (default_gdb_start): Don't match pagination
1808 prompt.
1809 (gdb_init): Set stty_init.
1810
1811 2019-01-27 Tom Tromey <tom@tromey.com>
1812
1813 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1814 skip_python_tests.
1815
1816 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1817
1818 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1819 New structure.
1820 (struct struct_static_02_02): Likewise.
1821 (struct struct_static_02_03): Likewise.
1822 (struct struct_static_02_04): Likewise.
1823 (struct struct_static_04_01): Likewise.
1824 (struct struct_static_04_02): Likewise.
1825 (struct struct_static_04_03): Likewise.
1826 (struct struct_static_04_04): Likewise.
1827 (struct struct_static_06_01): Likewise.
1828 (struct struct_static_06_02): Likewise.
1829 (struct struct_static_06_03): Likewise.
1830 (struct struct_static_06_04): Likewise.
1831 (cmp_struct_static_02_01): Likewise.
1832 (cmp_struct_static_02_02): Likewise.
1833 (cmp_struct_static_02_03): Likewise.
1834 (cmp_struct_static_02_04): Likewise.
1835 (cmp_struct_static_04_01): Likewise.
1836 (cmp_struct_static_04_02): Likewise.
1837 (cmp_struct_static_04_03): Likewise.
1838 (cmp_struct_static_04_04): Likewise.
1839 (cmp_struct_static_06_01): Likewise.
1840 (cmp_struct_static_06_02): Likewise.
1841 (cmp_struct_static_06_03): Likewise.
1842 (cmp_struct_static_06_04): Likewise.
1843 (call_all): Test new structs.
1844 * gdb.base/infcall-nested-structs.exp: Likewise.
1845
1846 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1847 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1848
1849 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1850 * gdb.base/stack-protector.c: New test.
1851 * gdb.base/stack-protector.exp: New file.
1852 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1853 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1854 option.
1855 (gdb_compile): Remove stack protector for GCC and prevent
1856 recursion.
1857
1858 2019-01-16 Keith Seitz <keiths@redhat.com>
1859
1860 PR gdb/23773
1861 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1862
1863 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1864
1865 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1866 aliases.
1867 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1868 tests.
1869 * gdb.arch/powerpc-vector-regs.c: New file.
1870 * gdb.arch/powerpc-vector-regs.exp: New file.
1871
1872 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1873
1874 * gdb.arch/altivec-regs.exp: Fix the list passed to
1875 gdb_expect_list when testing "info vector".
1876
1877 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1878
1879 * gdb.base/style.exp: Don't include path in testname.
1880
1881 2019-01-10 Keith Seitz <keiths@redhat.com>
1882
1883 PR gdb/23712
1884 PR symtab/23010
1885 * gdb.dwarf2/multidictionary.exp: New file.
1886
1887 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1888
1889 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1890 (test_gnuv3_style_demangling): ... this.
1891 (test_lucid_style_demangling): Remove.
1892 (test_arm_style_demangling): Remove.
1893 (test_hp_style_demangling): Remove.
1894 (do_tests): Remove calls to the above.
1895
1896 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1899 case.
1900
1901 2019-01-06 Tom Tromey <tom@tromey.com>
1902
1903 PR gdb/28155:
1904 * gdb.dwarf2/typedef-void-finish.exp: New file.
1905
1906 2018-12-28 Tom Tromey <tom@tromey.com>
1907 Simon Marchi <simark@simark.ca>
1908
1909 * gdb.base/jit-exec.exp: New file.
1910 * gdb.base/jit-exec.c: New file.
1911 * gdb.base/jit-execd.c: New file.
1912
1913 2018-12-28 Tom Tromey <tom@tromey.com>
1914
1915 * gdb.base/style.exp: Update test to check for address styling.
1916
1917 2018-12-28 Tom Tromey <tom@tromey.com>
1918
1919 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1920 message.
1921
1922 2018-12-28 Tom Tromey <tom@tromey.com>
1923
1924 * gdb.base/style.exp: Add test for version number styling.
1925
1926 2018-12-28 Tom Tromey <tom@tromey.com>
1927
1928 * gdb.base/style.exp: Add test for print_address_symbolic.
1929
1930 2018-12-28 Tom Tromey <tom@tromey.com>
1931
1932 * gdb.base/style.exp: Add test for breakpoint setting.
1933
1934 2018-12-28 Tom Tromey <tom@tromey.com>
1935
1936 * gdb.base/style.exp: Add test for variable names.
1937
1938 2018-12-28 Tom Tromey <tom@tromey.com>
1939
1940 * gdb.base/style.exp: New file.
1941 * gdb.base/style.c: New file.
1942
1943 2018-12-28 Tom Tromey <tom@tromey.com>
1944
1945 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1946 "dumb".
1947 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1948 the TERM environment variable.
1949
1950 2018-12-27 Tom Tromey <tom@tromey.com>
1951
1952 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1953 pagination test.
1954
1955 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1956
1957 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1958 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1959
1960 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1961
1962 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1963 Filename a.adb changed to bp_fun_addr.adb.
1964 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1965
1966 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1967
1968 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1969 non-PIE executables.
1970 * README: Mention the gdb,nopie_flag board setting.
1971 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1972 non-PIE executable.
1973 * gdb.arch/amd64-entry-value.exp: Likewise.
1974 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1975 * gdb.arch/i386-float.exp: Likewise.
1976 * gdb.arch/i386-signal.exp: Likewise.
1977 * gdb.mi/mi-reg-undefined.exp: Likewise.
1978
1979 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1980
1981 PR gdb/23974
1982 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1983
1984 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1985
1986 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1987 Update order of results accordingly.
1988
1989 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * gdb.base/annota1.exp: Update a test regexp.
1992
1993 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1996
1997 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1998
1999 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2000 (reuse_time): Initialize to REUSE_TIME_CAP.
2001 (check_rc): New function.
2002 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2003 Check pthread_create rc.
2004 (spawner_thread_func): Check pthread_create and pthread_join rc.
2005
2006 2018-12-08 Pedro Alves <palves@redhat.com>
2007
2008 * gdb.base/list.exp (test_forward_search): Rename to ...
2009 (test_forward_reverse_search): ... this. Also test reverse-search
2010 and the forward-search alias.
2011
2012 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2013
2014 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2015 local timeout variable before return, and remove all local timeout
2016 variable entirely.
2017 (gdb_load): Likewise.
2018
2019 2018-12-01 Tom de Vries <tdevries@suse.de>
2020
2021 * gdb.base/gdb-caching-proc.exp: New file.
2022
2023 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2024
2025 * Makefile.in (TIMESTAMP): New variable.
2026 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2027 command.
2028 (check-single-racy): Likewise.
2029 (check/%.exp): Likewise.
2030 (check-racy/%.exp): Likewise.
2031 (workers/%.worker): Likewise.
2032 (build-perf): Likewise.
2033 (check-perf): Likewise.
2034 * README: Describe new "TS" and "TS_FORMAT" variables.
2035 * print-ts.py: New file.
2036
2037 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2038
2039 PR python/23714
2040 * gdb.python/python.exp: Test command repetition after
2041 gdb.execute.
2042
2043 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2044
2045 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2046 is correctly aligned.
2047
2048 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2049
2050 * gdb.ada/info_auto_lang.exp: New testcase.
2051 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2052 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2053 * gdb.ada/info_auto_lang/some_c.c: New file.
2054
2055 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2056
2057 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2058 FUNC_lang language syntax.
2059
2060 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2061
2062 * gdb.base/info_minsym.c: New file.
2063 * gdb.base/info_minsym.exp: New file.
2064
2065 2018-11-19 Tom Tromey <tom@tromey.com>
2066
2067 PR rust/23625:
2068 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2069 * gdb.rust/expr.exp: Update expected output. Change one test.
2070
2071 2018-11-19 Tom Tromey <tom@tromey.com>
2072
2073 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2074
2075 2018-11-19 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2078 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2079 see the expected warning.
2080
2081 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2082
2083 PR gdb/22736:
2084 * gdb.cp/infcall-nodebug-lib.c: New test.
2085 * gdb.cp/infcall-nodebug-main.c: New test.
2086 * gdb.cp/infcall-nodebug.exp: New file.
2087
2088 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2089
2090 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2091 completer tests.
2092
2093 2018-11-09 Tom de Vries <tdevries@suse.de>
2094
2095 * gdb.base/msym-lang.c: New test.
2096 * gdb.base/msym-lang.exp: New file.
2097 * gdb.base/msym-lang-main.c: New test.
2098
2099 2018-11-08 Tom Tromey <tom@tromey.com>
2100
2101 PR gdb/23555:
2102 PR gdb/23838:
2103 * gdb.base/warning.exp: New file.
2104
2105 2018-11-08 Jan Beulich <jbeulich@suse.com>
2106
2107 * testsuite/gdb.arch/i386-avx512.c,
2108 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2109
2110 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2111
2112 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2113 point hardware.
2114
2115 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2116
2117 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2118 * gdb.dwarf2/missing-type-name.exp: New file.
2119
2120 2018-11-06 Tom de Vries <tdevries@suse.de>
2121
2122 * gdb.base/many-headers.c: New test.
2123 * gdb.base/many-headers.exp: New file.
2124
2125 2018-11-06 Jim Wilson <jimw@sifive.com>
2126
2127 * gdb.base/code_elim.exp: For riscv, set additional_flags
2128 to include -msmall-data-limit=0.
2129
2130 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2131
2132 * gdb.ada/watch_minus_l: New testcase.
2133
2134 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2135
2136 * gdb.arch/aix-sighandle.c: New file.
2137 * gdb.arch/aix-sighandle.exp: New file.
2138
2139 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2142 registers being unions.
2143
2144 2018-10-31 Tom de Vries <tdevries@suse.de>
2145
2146 * lib/valgrind.exp: New file.
2147 (vgdb_start, vgdb_stop): New procs, factored out of ...
2148 * gdb.base/valgrind-bt.exp: ... here, ...
2149 * gdb.base/valgrind-disp-step.exp: ... here and ...
2150 * gdb.base/valgrind-infcall.exp: ... here.
2151
2152 2018-10-31 Tom de Vries <tdevries@suse.de>
2153
2154 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2155
2156 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2157
2158 * gdb.dwarf2/void-type.c: New file.
2159 * gdb.dwarf2/void-type.exp: New file.
2160
2161 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2162
2163 * gdb.base/info_qt.c: New file.
2164 * gdb.base/info_qt.exp: New file.
2165
2166 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2167
2168 * gdb.arch/powerpc-htm-regs.c: New file.
2169 * gdb.arch/powerpc-htm-regs.exp: New file.
2170
2171 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2172
2173 * gdb.arch/powerpc-tar.c: New file.
2174 * gdb.arch/powerpc-tar.exp: New file.
2175
2176 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2177
2178 * gdb.arch/powerpc-ppr-dscr.c: New file.
2179 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2180
2181 2018-10-25 Tom de Vries <tdevries@suse.de>
2182
2183 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2184
2185 2018-10-24 Tom de Vries <tdevries@suse.de>
2186
2187 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2188 longer exists error.
2189
2190 2018-10-24 Tom de Vries <tdevries@suse.de>
2191
2192 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2193
2194 2018-10-24 Tom de Vries <tdevries@suse.de>
2195
2196 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2197 --db-attach in valgrind.
2198
2199 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2200
2201 * gdb.arch/riscv-reg-aliases.c: New file.
2202 * gdb.arch/riscv-reg-aliases.exp: New file.
2203
2204 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2205
2206 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2207
2208 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2209
2210 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2211
2212 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2213
2214 * gdb.cp/ovldbreak.exp: Fix regexps.
2215
2216 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2217
2218 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2219
2220 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2221
2222 PR cli/23785
2223 * gdb.base/restore.exp: New test to check if "restore" with an
2224 invalid file doesn't segfault.
2225
2226 2018-10-18 Tom de Vries <tdevries@suse.de>
2227
2228 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2229 * gdb.ada/excep_handle.exp: Same.
2230 * gdb.ada/mi_string_access.exp: Same.
2231 * gdb.ada/mi_var_union.exp: Same.
2232 * gdb.arch/arc-analyze-prologue.exp: Same.
2233 * gdb.arch/arc-decode-insn.exp: Same.
2234 * gdb.base/readnever.exp: Same.
2235 * gdb.fortran/printing-types.exp: Same.
2236 * gdb.guile/scm-lazy-string.exp: Same.
2237
2238 2018-10-16 Tom de Vries <tdevries@suse.de>
2239
2240 PR gdb/23730
2241 * gdb.base/catch-follow-exec.c: Add copyright notice.
2242 * gdb.base/catch-follow-exec.exp: Rewrite to use
2243 gdb_spawn_with_cmdline_opts. Require gdb-native.
2244
2245 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2246
2247 * gdb.trace/actions-changed.exp: Check for arch support.
2248 * gdb.trace/actions.exp: Likewise.
2249 * gdb.trace/ax.exp: Likewise.
2250 * gdb.trace/backtrace.exp: Likewise.
2251 * gdb.trace/change-loc.exp: Likewise.
2252 * gdb.trace/deltrace.exp: Likewise.
2253 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2254 * gdb.trace/ftrace.exp: Likewise.
2255 * gdb.trace/infotrace.exp: Check for arch support.
2256 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2257 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2258 * gdb.trace/mi-tsv-changed.exp: Likewise.
2259 * gdb.trace/packetlen.exp: Likewise.
2260 * gdb.trace/passc-dyn.exp: Likewise.
2261 * gdb.trace/passcount.exp: Likewise.
2262 * gdb.trace/pending.exp: Likewise.
2263 * gdb.trace/range-stepping.exp: Check for shlib support.
2264 * gdb.trace/report.exp: Check for arch support.
2265 * gdb.trace/save-trace.exp: Likewise.
2266 * gdb.trace/signal.exp: Check for signal support.
2267 * gdb.trace/tfind.exp: Check for arch support.
2268 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2269 * gdb.trace/trace-common.h: Add comment.
2270 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2271 * gdb.trace/trace-enable-disable.exp: Likewise.
2272 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2273 * gdb.trace/tracecmd.exp: Check for arch support.
2274 * gdb.trace/tspeed.exp: Check for shlib and target support.
2275 * gdb.trace/tstatus.exp: Check for arch support.
2276 * gdb.trace/tsv.exp: Likewise.
2277 * gdb.trace/while-dyn.exp: Likewise.
2278 * gdb.trace/while-stepping.exp: Likewise.
2279 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2280
2281 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2282
2283 * gdb.trace/tspeed.exp: Remove nowarnings.
2284 (prepare_for_trace_test): Declare "global ipalib".
2285 * gdb.trace/tspeed.c: Include unistd.h.
2286 (main): Remove superfluous printf argument.
2287
2288 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2289
2290 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2291 directory prefix on the filename.
2292
2293 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2294
2295 * gdb.gdb/unittest.exp: Update expected message informing that
2296 selftests have been disabled.
2297 * gdb.server/unittest.exp: Likewise.
2298
2299 2018-10-09 Tom de Vries <tdevries@suse.de>
2300
2301 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2302 with runto_main.
2303
2304 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2305
2306 PR c++/16841
2307 * gdb.cp/virtbase2.cc: New file.
2308 * gdb.cp/virtbase2.exp: New file.
2309
2310 2018-10-06 Tom Tromey <tom@tromey.com>
2311
2312 PR python/19399:
2313 * gdb.python/py-inferior.exp: Add architecture test.
2314
2315 2018-10-06 Tom Tromey <tom@tromey.com>
2316
2317 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2318 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2319
2320 2018-10-06 Tom Tromey <tom@tromey.com>
2321
2322 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2323 of a "throw" catchpoint.
2324
2325 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2326
2327 * gdb.base/info-proc.exp: Update string expected from "help info
2328 proc".
2329
2330 2018-10-04 Tom Tromey <tom@tromey.com>
2331
2332 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2333 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2334 (test_initial_complaints, test_empty_complaints): Update.
2335 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2336
2337 2018-10-04 Tom Tromey <tom@tromey.com>
2338
2339 PR cli/19551:
2340 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2341 * lib/gdb.exp (gdb_file_cmd): Update.
2342 * gdb.stabs/weird.exp (print_weird_var): Update.
2343 * gdb.server/solib-list.exp: Update.
2344 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2345 * gdb.mi/mi-cli.exp: Update.
2346 * gdb.linespec/linespec.exp: Update.
2347 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2348 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2349 * gdb.cp/cp-relocate.exp: Update.
2350 * gdb.base/sym-file.exp: Update.
2351 * gdb.base/relocate.exp: Update.
2352 * gdb.base/readnever.exp: Update.
2353 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2354 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2355 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2356 * gdb.base/code_elim.exp: Update.
2357 * gdb.base/break-unload-file.exp (test_break): Update.
2358 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2359 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2360 Update.
2361 * gdb.base/attach.exp (do_attach_tests): Update.
2362 * gdb.base/sepdebug.exp: Update.
2363 * gdb.python/py-section-script.exp: Update.
2364
2365 2018-10-04 Tom Tromey <tom@tromey.com>
2366
2367 PR cli/22234:
2368 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2369 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2370 output.
2371
2372 2018-10-04 Tom Tromey <tom@tromey.com>
2373
2374 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2375 set width and height to 0.
2376 (test_command_line_attach_run): Use -quiet.
2377
2378 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2379
2380 * lib/gdb.exp (skip_ifunc_tests): New.
2381 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2382 other compile failures.
2383 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2384
2385 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2386
2387 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2388 is_amd64_regs_target.
2389
2390 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2391
2392 * gdb.arch/aarch64-sighandler-regs.c: New test.
2393 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2394 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2395
2396 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2397
2398 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2399 assembly.
2400
2401 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2402
2403 * gdb.base/frame-selection.exp: New file.
2404 * gdb.base/frame-selection.c: New file.
2405
2406 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2407
2408 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2409 pthread barrier.
2410 (main): Likewise.
2411
2412 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2413
2414 * gdb.base/large-frame-1.c: New file.
2415 * gdb.base/large-frame-2.c: New file.
2416 * gdb.base/large-frame.exp: New file.
2417 * gdb.base/large-frame.h: New file.
2418
2419 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2420
2421 PR gdb/20948
2422 * gdb.base/write_mem.exp: New test.
2423 * gdb.base/write_mem.c: Likewise.
2424
2425 2018-09-23 Tom Tromey <tom@tromey.com>
2426
2427 PR python/18852:
2428 * gdb.python/py-parameter.exp: Add test for parameter that throws
2429 on "set".
2430
2431 2018-09-23 Tom Tromey <tom@tromey.com>
2432
2433 PR python/17284:
2434 * gdb.python/py-template.exp (test_template_arg): Add test for
2435 negative template argument number.
2436
2437 2018-09-23 Tom Tromey <tom@tromey.com>
2438
2439 PR python/14062:
2440 * gdb.python/python.exp: Add test for post_event error.
2441
2442 2018-09-23 Tom Tromey <tom@tromey.com>
2443
2444 PR python/18170:
2445 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2446 convert pointers to int and long.
2447
2448 2018-09-23 Tom Tromey <tom@tromey.com>
2449
2450 PR python/20126:
2451 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2452 signed-ness conversion tests.
2453
2454 2018-09-23 Tom Tromey <tom@tromey.com>
2455
2456 PR python/18352;
2457 * gdb.python/py-value.exp (test_float_conversion): New proc.
2458 Use it.
2459
2460 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2461
2462 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2463
2464 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2465
2466 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2467 no readline.
2468 * gdb.base/utf8-identifiers.exp: Likewise.
2469 * gdb.cp/cpcompletion.exp: Likewise.
2470 * gdb.linespec/cpcompletion.exp: Likewise.
2471 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2472 * gdb.linespec/cpls-ops.exp: Likewise.
2473
2474 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2475 Chris January <chris.january@arm.com>
2476
2477 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2478 * gdb.fortran/short-circuit-argument-list.exp: New file.
2479 * gdb.fortran/short-circuit-argument-list.f90: New test.
2480
2481 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2482
2483 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2484 "arch=" keyword when executing "-stack-list-frames".
2485
2486 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2487
2488 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2489 "arch=" keyword when executing "-stack-list-frames".
2490
2491 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2492
2493 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2494 break ada".
2495
2496 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2497
2498 PR python/23669
2499 * gdb.python/python.exp: Test gdb.execute("show commands").
2500
2501 2018-09-16 Tom Tromey <tom@tromey.com>
2502
2503 * gdb.base/new-ui.exp (do_execution_tests): Update.
2504 * gdb.base/dbx.exp (test_breakpoints): Update.
2505
2506 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2507
2508 * lib/gdb.exp (gdb_simple_compile): Add proc.
2509 (is_elf_target): Use gdb_simple_compile.
2510 (skip_altivec_tests): Likewise.
2511 (skip_vsx_tests): Likewise.
2512 (skip_tsx_tests): Likewise.
2513 (skip_btrace_tests): Likewise.
2514 (skip_btrace_pt_tests): Likewise.
2515 (gdb_can_simple_compile): Likewise.
2516 (gdb_has_argv0): Likewise.
2517 (gdb_target_symbol_prefix): Likewise.
2518 (target_supports_scheduler_locking): Likewise.
2519
2520 2018-09-13 Tom Tromey <tom@tromey.com>
2521
2522 * Makefile.in (TAGS): Recognize proc_with_prefix and
2523 gdb_caching_proc.
2524
2525 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2526
2527 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2528 method.
2529
2530 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2531
2532 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2533 and a few other Inferior properties when the Inferior is no
2534 longer valid.
2535
2536 2018-09-13 Tom Tromey <tom@tromey.com>
2537
2538 PR rust/23650:
2539 * gdb.rust/simple.exp: Add test for enum field access error.
2540
2541 2018-09-13 Tom Tromey <tom@tromey.com>
2542
2543 PR rust/23626:
2544 * gdb.rust/simple.rs (EmptyEnum): New type.
2545 (main): Use it.
2546 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2547
2548 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2549
2550 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2551 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2552 * gdb.python/py-symtab.exp: Update test printing an objfile.
2553
2554 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2555
2556 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2557 object.
2558
2559 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2560
2561 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2562 (support_complex_tests): Use gdb_can_simple_compile.
2563 (is_ilp32_target): Likewise.
2564 (is_lp64_target): Likewise.
2565 (is_64_target): Likewise.
2566 (is_amd64_regs_target): Likewise.
2567 (is_aarch32_target): Likewise.
2568 (gdb_int128_helper): Likewise.
2569
2570 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2571
2572 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2573
2574 2018-09-10 Jerome Guitton <guitton@adacore.com>
2575
2576 * gdb.ada/same_component_name: Add test for case of tagged record
2577 with variable-length fields.
2578
2579 2018-09-10 Xavier Roirand <roirand@adacore.com>
2580
2581 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2582 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2583 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2584 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2585
2586 2018-09-10 Xavier Roirand <roirand@adacore.com>
2587
2588 * gdb.ada/mi_string_access.exp: New testcase.
2589 * gdb.ada/mi_string_access/bar.adb: New file.
2590 * gdb.ada/mi_string_access/pck.adb: New file.
2591 * gdb.ada/mi_string_access/pck.asd: New file.
2592
2593 2018-09-10 Xavier Roirand <roirand@adacore.com>
2594
2595 * gdb.ada/mi_var_union.exp: New testcase.
2596 * gdb.ada/mi_var_union/bar.adb: New file.
2597 * gdb.ada/mi_var_union/pck.adb: New file.
2598 * gdb.ada/mi_var_union/pck.asd: New file.
2599
2600 2018-09-08 Tom Tromey <tom@tromey.com>
2601
2602 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2603
2604 2018-09-08 Tom Tromey <tom@tromey.com>
2605
2606 PR python/16047:
2607 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2608 (register_pretty_printers): Register new printer.
2609 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2610 test.
2611 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2612 (an_int_type3): New global.
2613
2614 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2615
2616 * gdb.ada/expr_with_funcall: New testcase.
2617
2618 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2619
2620 * gdb.ada/packed_array_assign: New testcase.
2621
2622 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2623
2624 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2625 names, and add test prefixes to make test names unique.
2626
2627 2018-09-05 Tom de Vries <tdevries@suse.de>
2628
2629 * gdb.dwarf2/varval.exp: Add test.
2630
2631 2018-09-04 Gary Benson <gbenson@redhat.com>
2632
2633 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2634 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2635
2636 2018-08-31 Tom Tromey <tom@tromey.com>
2637
2638 * gdb.rust/simple.rs: Rename second variable "v".
2639
2640 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2641
2642 * gdb.base/funcargs.c (use_a): New function.
2643 (recurse): Call use_a.
2644
2645 2018-08-29 Keith Seitz <keiths@redhat.com>
2646
2647 * gdb.compile/compile-cplus-anonymous.cc: New file.
2648 * gdb.compile/compile-cplus-anonymous.exp: New file.
2649 * gdb.compile/compile-cplus-array-decay.cc: New file.
2650 * gdb.compile/compile-cplus-array-decay.exp: New file.
2651 * gdb.compile/compile-cplus-inherit.cc: New file.
2652 * gdb.compile/compile-cplus-inherit.exp: New file.
2653 * gdb.compile/compile-cplus-member.cc: New file.
2654 * gdb.compile/compile-cplus-member.exp: New file.
2655 * gdb.compile/compile-cplus-method.cc: New file.
2656 * gdb.compile/compile-cplus-method.exp: New file.
2657 * gdb.compile/compile-cplus-mod.c: "New" file.
2658 * gdb.compile/compile-cplus-namespace.cc: New file.
2659 * gdb.compile/compile-cplus-namespace.exp: New file.
2660 * gdb.compile/compile-cplus-nested.cc: New file.
2661 * gdb.compile/compile-cplus-nested.exp: New file.
2662 * gdb.compile/compile-cplus-print.c: "New" file.
2663 * gdb.compile/compile-cplus-print.exp: "New" file.
2664 * gdb.compile/compile-cplus-virtual.cc: New file.
2665 * gdb.compile/compile-cplus-virtual.exp: New file.
2666 * gdb.compile/compile-cplus.c: "New" file.
2667 * gdb.compile/compile-cplus.exp: "New" file.
2668 * lib/compile-support.exp: New file.
2669
2670 2018-08-16 Gary Benson <gbenson@redhat.com>
2671
2672 PR gdb/13000:
2673 * gdb.base/batch-exit-status.exp: New file.
2674 * gdb.base/batch-exit-status.good-commands: Likewise.
2675 * gdb.base/batch-exit-status.bad-commands: Likewise.
2676
2677 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2678
2679 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2680 (struct struct02): Likewise.
2681 (struct struct03): Likewise.
2682 (struct struct04): Likewise.
2683 (struct struct_01_01): New struct.
2684 (struct struct_01_02): Likewise.
2685 (struct struct_01_03): Likewise.
2686 (struct struct_01_04): Likewise.
2687 (struct struct_02_01): Likewise.
2688 (struct struct_02_02): Likewise.
2689 (struct struct_02_03): Likewise.
2690 (struct struct_02_04): Likewise.
2691 (struct struct_04_01): Likewise.
2692 (struct struct_04_02): Likewise.
2693 (struct struct_04_03): Likewise.
2694 (struct struct_04_04): Likewise.
2695 (struct struct_05_01): Likewise.
2696 (struct struct_05_02): Likewise.
2697 (struct struct_05_03): Likewise.
2698 (struct struct_05_04): Likewise.
2699 (cmp_struct01): Remove function.
2700 (cmp_struct02): Likewise.
2701 (cmp_struct03): Likewise.
2702 (cmp_struct04): Likewise.
2703 (cmp_struct_01_01): Add Function.
2704 (cmp_struct_01_02): Likewise.
2705 (cmp_struct_01_03): Likewise.
2706 (cmp_struct_01_04): Likewise.
2707 (cmp_struct_02_01): Likewise.
2708 (cmp_struct_02_02): Likewise.
2709 (cmp_struct_02_03): Likewise.
2710 (cmp_struct_02_04): Likewise.
2711 (cmp_struct_04_01): Likewise.
2712 (cmp_struct_04_02): Likewise.
2713 (cmp_struct_04_03): Likewise.
2714 (cmp_struct_04_04): Likewise.
2715 (cmp_struct_05_01): Likewise.
2716 (cmp_struct_05_02): Likewise.
2717 (cmp_struct_05_03): Likewise.
2718 (cmp_struct_05_04): Likewise.
2719 (call_all): Add new structs.
2720 * gdb.base/infcall-nested-structs.exp: Likewise.
2721
2722 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2723
2724 * gdb.python/py-framefilter-mi.exp: Update regexp to
2725 check for "arch" field in frame output.
2726
2727 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2728
2729 * gdb.dwarf2/dw2-ranges-func.c: New file.
2730 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2731
2732 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2733
2734 * gdb.base/term.exp: Compare terminal settings with values from
2735 the inferior.
2736 * gdb.base/term.c: Get and set terminal settings.
2737
2738 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2739
2740 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2741 accommodate new "arch" field in frame output.
2742 * gdb.mi/mi-return.exp: Likewise.
2743 * gdb.mi/mi-stack.exp: Likewise.
2744 * gdb.mi/mi-syn-frame.exp: Likewise.
2745 * gdb.mi/user-selected-context-sync.exp: Likewise.
2746
2747 2018-08-19 Michael Spang <spang@google.com>
2748
2749 PR gdb/11786
2750 * gdb.base/gcore-tls-pie.c: New file.
2751 * gdb.base/gcore-tls-pie.exp: New file.
2752
2753 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2754
2755 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2756 * gdb.dwarf2/varval.c: New file.
2757 * gdb.dwarf2/varval.exp: New file.
2758
2759 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2760
2761 PR gdb/18931
2762 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2763
2764 2018-08-16 Keith Seitz <keiths@redhat.com>
2765
2766 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2767 tests expected to pass.
2768
2769 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2770
2771 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2772 -data-disassemble -a.
2773 (test_disassembly_bogus_args): Likewise.
2774
2775 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2776
2777 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2778
2779 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * gdb.base/vla-optimized-out.exp: Add new test.
2782
2783 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2784
2785 * gdb.base/vla-optimized-out-o3.exp: Delete.
2786 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2787 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2788 deleted tests.
2789
2790 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2791
2792 PR gdb/18050:
2793 * gdb.server/extended-remote-restart.c: New file.
2794 * gdb.server/extended-remote-restart.exp: New file.
2795
2796 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2797
2798 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2799 "set variable index = 42".
2800
2801 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2802
2803 * boards/index-cache-gdb.exp: New file.
2804 * gdb.dwarf2/index-cache.exp: New file.
2805 * gdb.dwarf2/index-cache.c: New file.
2806 * gdb.base/maint.exp: Check if we are using the index cache.
2807
2808 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2809
2810 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2811 MAKEFLAGS.
2812
2813 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2814
2815 * dg-extract-results.sh: Move to toplevel contrib.
2816 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2817 * Makefile.in (check-parallel-racy): Likewise.
2818
2819 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2820
2821 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2822 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2823 tests if the target supports scheduler locking.
2824
2825 2018-08-04 Tom de Vries <tdevries@suse.de>
2826
2827 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2828
2829 2018-08-02 Tom Tromey <tom@tromey.com>
2830
2831 PR symtab/16842.
2832 * gdb.cp/temargs.exp: Test "info address" of a template
2833 parameter.
2834
2835 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2836
2837 * gdb.python/py-mi-var-info-path-expression.c: New file.
2838 * gdb.python/py-mi-var-info-path-expression.py: New file.
2839 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2840
2841 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2842
2843 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2844 error after "cannot resolve name" string.
2845
2846 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2847
2848 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2849 started.
2850 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2851
2852 2018-07-28 Tom de Vries <tdevries@suse.de>
2853
2854 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2855
2856 2018-07-26 Tom de Vries <tdevries@suse.de>
2857
2858 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2859
2860 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2861
2862 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2863 is visible.
2864
2865 2018-07-26 Tom de Vries <tdevries@suse.de>
2866
2867 PR breakpoints/23366
2868 * gdb.base/catch-follow-exec.c: New test.
2869 * gdb.base/catch-follow-exec.exp: New file.
2870
2871 2018-07-25 Tom de Vries <tdevries@suse.de>
2872
2873 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2874 vla-optimized-out.c.
2875
2876 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2877
2878 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2879 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2880
2881 2018-07-20 Tom de Vries <tdevries@suse.de>
2882
2883 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2884 NOCLONE macro.
2885 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2886
2887 2018-07-19 Tom de Vries <tdevries@suse.de>
2888
2889 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2890 regular expression.
2891
2892 2018-07-18 Tom de Vries <tdevries@suse.de>
2893
2894 * gdb.base/vla-optimized-out.c: New test.
2895 * gdb.base/vla-optimized-out.exp: New file.
2896
2897 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2898
2899 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2900 message "No address associated with hostname" when gdbserver
2901 cannot resolve the hostname.
2902
2903 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2904
2905 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2906 Add some test prefixes to make tests unique.
2907
2908 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2909
2910 * gdb.base/frameapply.c: New file.
2911 * gdb.base/frameapply.exp: New file.
2912
2913 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2914
2915 * gdb.base/skip.exp: Update expected error message.
2916
2917 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2918 Jan Kratochvil <jan.kratochvil@redhat.com>
2919 Paul Fertser <fercerpav@gmail.com>
2920 Tsutomu Seki <sekiriki@gmail.com>
2921
2922 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2923 parameter.
2924 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2925 by default.
2926 * boards/native-gdbserver.exp: Likewise.
2927 * gdb.server/run-without-local-binary.exp: Improve regexp used
2928 for detecting when a remote debugging connection succeeds.
2929 * gdb.server/server-connect.exp: New file.
2930 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2931 Do not prefix the port number with ":".
2932 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2933 support for detecting and using it. Add '$debughost_gdbserver'
2934 to the list of arguments used to start gdbserver. Handle case
2935 when gdbserver cannot resolve a network name.
2936
2937 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2938
2939 PR c++/23373
2940 * gdb.base/ptype-offsets.cc (struct static_member): New
2941 struct.
2942 (main) <stmember>: New variable.
2943 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2944 with a static member in it.
2945
2946 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2947
2948 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2949 watchpoints enabled and disabled.
2950
2951 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2952
2953 * gdb.base/examine-backward.exp: Still run tests around address
2954 0x0, even if address 0x0 is not readable. Update the pattern for
2955 matching address 0x0 in expected output.
2956
2957 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2960 malloc/free.
2961
2962 2018-07-04 Tom de Vries <tdevries@suse.de>
2963
2964 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2965
2966 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2967
2968 PR tdep/8282
2969 * gdb.arch/mips-disassembler-options.exp: New test.
2970 * gdb.arch/mips-disassembler-options.s: New test source.
2971
2972 2018-06-29 Pedro Alves <palves@redhat.com>
2973
2974 * gdb.threads/names.exp: Adjust expected "info threads" output.
2975
2976 2018-06-29 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.opt/inline-break.exp (line number, address): Add "info
2979 break" tests.
2980
2981 2018-06-29 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2984 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2985 number and address and running to them.
2986
2987 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2988
2989 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2990
2991 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2992
2993 * lib/compiler.c: Remove executable permission flag.
2994
2995 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2996
2997 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2998 code.
2999 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3000
3001 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3002
3003 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3004
3005 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3006
3007 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3008 address argument is omitted.
3009
3010 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3011
3012 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3013
3014 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3015
3016 PR gdb/21695
3017 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3018 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3019
3020 2018-06-26 Tom Tromey <tom@tromey.com>
3021
3022 PR rust/22574:
3023 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3024 * gdb.rust/simple.rs (struct SimpleLayout): New.
3025
3026 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3027
3028 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3029 "info registers" output.
3030
3031 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3032
3033 * gdb.base/watchpoint-hw-attach.c: New test.
3034 * gdb.base/watchpoint-hw-attach.exp: New file.
3035
3036 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3037
3038 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3039 through /bin/sh.
3040 * boards/dwarf4-gdb-index.exp: Likewise.
3041 * boards/fission-dwp.exp: Likewise.
3042
3043 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3044
3045 * gdb.base/float128.exp: Add comment and improved fail message
3046 to the failure case of "print large128" test.
3047
3048 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3049
3050 * configure.ac: Remove AC_PREREQ.
3051 * configure: Re-generate.
3052
3053 2018-06-19 Pedro Alves <palves@redhat.com>
3054
3055 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3056 (func_extern_caller): New.
3057 (main): Call func_extern_caller.
3058 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3059 logic change.
3060
3061 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3062
3063 PR gdb/16841
3064 * gdb.cp/typedef-base.cc: New file.
3065 * gdb.cp/typedef-base.exp: New file.
3066
3067 2018-06-18 Tom de Vries <tdevries@suse.de>
3068
3069 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3070
3071 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3072 Richard Bunt <Richard.Bunt@arm.com>
3073
3074 * gdb.threads/attach-slow-waitpid.c: New file.
3075 * gdb.threads/attach-slow-waitpid.exp: New file.
3076 * gdb.threads/slow-waitpid.c: New file.
3077
3078 2018-06-14 Pedro Alves <palves@redhat.com>
3079
3080 * gdb.base/fork-running-state.c: Include <errno.h>.
3081 (exit_if_relative_exits): New.
3082 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3083 exits.
3084 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3085 child exits.
3086
3087 2018-06-14 Tom de Vries <tdevries@suse.de>
3088
3089 PR cli/22573
3090 * gdb.base/finish-pretty.c: New test.
3091 * gdb.base/finish-pretty.exp: New file.
3092
3093 2018-06-14 Pedro Alves <palves@redhat.com>
3094
3095 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3096 gdb's expected startup output.
3097
3098 2018-06-14 Pedro Alves <palves@redhat.com>
3099
3100 * lib/selftest-support.exp (selftest_setup): Remove inlined
3101 function handling.
3102
3103 2018-06-14 Tom de Vries <tdevries@suse.de>
3104
3105 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3106 matching of breakpoint printing.
3107
3108 2018-06-13 Tom de Vries <tdevries@suse.de>
3109
3110 PR testsuite/23269
3111 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3112 (fork_child): ... here, and ...
3113 (fork_parent): ... here.
3114
3115 2018-06-12 Tom de Vries <tdevries@suse.de>
3116
3117 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3118
3119 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3120 Stephen Roberts <stephen.roberts@arm.com>
3121
3122 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3123 rewrite test to describe action performed, rather than possible
3124 failure.
3125
3126 2018-06-08 Gary Benson <gbenson@redhat.com>
3127
3128 * gdb.threads/check-libthread-db.exp: New file.
3129 * gdb.threads/check-libthread-db.c: Likewise.
3130
3131 2018-06-05 Tom Tromey <tom@tromey.com>
3132
3133 * gdb.base/default.exp: Update expected "show version" output.
3134
3135 2018-06-05 Tom Tromey <tom@tromey.com>
3136
3137 PR cli/12326:
3138 * gdb.cp/static-print-quit.exp: Update.
3139 * lib/gdb.exp (pagination_prompt): Update.
3140 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3141 * gdb.python/python.exp: Update.
3142
3143 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3144
3145 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3146
3147 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3148
3149 * gdb.ada/bp_fun_addr: New testcase.
3150
3151 2018-06-01 Tom Tromey <tom@tromey.com>
3152
3153 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3154 results.
3155 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3156 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3157 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3158 * gdb.base/maint.exp (maint_pass_if): Update.
3159
3160 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3161
3162 * gdb.base/endian.exp: New test.
3163 * gdb.base/endian.c: New test source.
3164
3165 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3166
3167 PR gdb/23203
3168 * gdb.base/bt-selected-frame.c: New file.
3169 * gdb.base/bt-selected-frame.exp: New file.
3170 * lib/gdb.exp (get_current_frame_number): New function.
3171
3172 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3173 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.threads/tls-core.c: Include <stdlib.h>
3176 (thread_proc): Call `abort'.
3177 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3178 (tls_core_test): New procedure, bits factored out from ...
3179 (top level): ... here. Test both native cores and gcore cores.
3180
3181 2018-05-23 Tom Tromey <tom@tromey.com>
3182
3183 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3184
3185 2018-05-23 Tom Tromey <tom@tromey.com>
3186
3187 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3188 symfile_complaints.
3189 (test_short_complaints): Likewise.
3190 (test_empty_complaints): Likewise.
3191 (test_initial_complaints): Update.
3192
3193 2018-05-23 Tom Tromey <tom@tromey.com>
3194
3195 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3196
3197 2018-05-23 Tom Tromey <tom@tromey.com>
3198
3199 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3200 (test_short_complaints): Update.
3201
3202 2018-05-22 Pedro Alves <palves@redhat.com>
3203
3204 * gdb.base/remote.exp: Only gdb_start after compiling the
3205 testcase. Issue "disconnect" before testing "set remote" command
3206 defaults. Issue clean_restart before running to main.
3207
3208 2018-05-22 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.base/remote.exp: Adjust expected output of "show remote
3211 memory-write-packet-size". Add tests for "set remote
3212 memory-write-packet-size 0" and "set remote
3213 memory-write-packet-size fixed/limit".
3214
3215 2018-05-22 Pedro Alves <palves@redhat.com>
3216
3217 PR gdb/22973
3218 * gdb.base/utf8-identifiers.c: New file.
3219 * gdb.base/utf8-identifiers.exp: New file.
3220
3221 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3222
3223 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3224
3225 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3226
3227 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3228
3229 2018-05-18 Tom Tromey <tom@tromey.com>
3230
3231 * gdb.base/ptype-offsets.exp: Update.
3232
3233 2018-05-17 Keith Seitz <keiths@redhat.com>
3234
3235 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3236 in expected breakpoint stop locations.
3237 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3238 move to proper scope to test variable values.
3239 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3240 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3241 New functions.
3242 (main): Call not_inline_func3.
3243 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3244 inline_func1, inline_func2, and inline_func3. Test that when each
3245 breakpoint is hit, GDB properly reports both the stop location
3246 and the backtrace. Repeat tests for temporary breakpoints.
3247
3248 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3249
3250 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3251 rather then trying to access it in determining whether the PID
3252 of `gdbserver' could have been retrieved.
3253
3254 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3255
3256 * gdb.arch/amd64-init-x87-values.S: New file.
3257 * gdb.arch/amd64-init-x87-values.exp: New file.
3258
3259 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3260
3261 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3262
3263 2018-05-04 Tom Tromey <tom@tromey.com>
3264
3265 PR python/22730:
3266 * gdb.python/python.exp: Test multi-line execute.
3267
3268 2018-05-04 Tom Tromey <tom@tromey.com>
3269
3270 PR python/22731:
3271 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3272
3273 2018-05-04 Tom Tromey <tom@tromey.com>
3274
3275 PR gdb/11750:
3276 * gdb.base/define.exp: Test defining a user command inside a user
3277 command.
3278 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3279
3280 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3281 Pedro Alves <palves@redhat.com>
3282
3283 PR breakpoints/19806 and support for PR external/20207.
3284 * gdb.base/watchpoint-unaligned.c: New file.
3285 * gdb.base/watchpoint-unaligned.exp: New file.
3286
3287 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3288
3289 * gdb.base/maint.exp: Make test names unique, use
3290 test_prefix_command_help to test 'help maint info', and remove
3291 repeated test of 'help maint'.
3292
3293 2018-05-04 Tom Tromey <tom@tromey.com>
3294
3295 PR gdb/22619:
3296 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3297 behavior.
3298
3299 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3300
3301 * gdb.base/maint.exp: Process output from 'maint print registers'
3302 line at a time.
3303
3304 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3305
3306 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3307 timeout.
3308
3309 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3310
3311 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3312 filter pattern.
3313
3314 2018-05-02 Pedro Alves <palves@redhat.com>
3315
3316 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3317 to_log_command renames.
3318 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3319
3320 2018-05-02 Tom Tromey <tom@tromey.com>
3321
3322 * gdb.python/py-parameter.exp: Set test message.
3323
3324 2018-05-02 Tom Tromey <tom@tromey.com>
3325
3326 PR python/20084:
3327 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3328 PARAM_ZUINTEGER_UNLIMITED tests.
3329
3330 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3331
3332 PR rust/23124
3333 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3334 when casting.
3335
3336 2018-04-30 Tom Tromey <tom@tromey.com>
3337
3338 * gdb.python/py-type.exp: Check align attribute.
3339 * gdb.python/py-type.c: New "aligncheck" global.
3340
3341 2018-04-30 Tom Tromey <tom@tromey.com>
3342
3343 PR exp/17095:
3344 * gdb.dwarf2/dw2-align.exp: New file.
3345 * gdb.cp/align.exp: New file.
3346 * gdb.base/align.exp: New file.
3347 * lib/gdb.exp (gdb_int128_helper): New proc.
3348 (has_int128_c, has_int128_cxx): New caching procs.
3349
3350 2018-04-27 Tom Tromey <tom@tromey.com>
3351
3352 PR rust/22545:
3353 * gdb.rust/simple.exp: Add inclusive range tests.
3354
3355 2018-04-26 Pedro Alves <palves@redhat.com>
3356
3357 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3358 ifunc breakpoint locations correctly of ifunc breakpoints set
3359 while the program resolves the ifunc.
3360
3361 2018-04-26 Pedro Alves <palves@redhat.com>
3362
3363 * gdb.base/gnu-ifunc-final.c: New file.
3364 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3365 * gdb.base/gnu-ifunc.exp (executable): Delete.
3366 (staticexecutable): Adjust.
3367 (lib_opts, exec_opts): Delete.
3368 (make_binsuffix, build, set-break): New procedures.
3369 (misc_tests): New, with tests factored out from the top level.
3370 (top level): Test different combinations of ifunc resolver name,
3371 resolver with and with debug info, and ifunc target with and
3372 without debug info. Wrap static tests with with_target_prefix.
3373
3374 2018-04-26 Pedro Alves <palves@redhat.com>
3375
3376 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3377 return type" warnings.
3378
3379 2018-04-25 Pedro Alves <palves@redhat.com>
3380
3381 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3382 killed".
3383 * gdb.base/kill-after-signal.exp: Likewise.
3384 * gdb.threads/kill.exp: Likewise.
3385
3386 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3387 Sergio Durigan Junior <sergiodj@redhat.com>
3388 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3391 regexps to expect for '[Inferior ... detached]' as well.
3392 * gdb.base/attach.exp: Likewise.
3393 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3394 "gdb_continue_to_end".
3395 (test_catch_syscall_with_wrong_args): Likewise.
3396 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3397 ']'. Don't set 'verbose' on.
3398 * gdb.base/foll-vfork.exp: Likewise.
3399 * gdb.base/fork-print-inferior-events.c: New file.
3400 * gdb.base/fork-print-inferior-events.exp: New file.
3401 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3402 '[Inferior ... has been killed]' message.
3403 * gdb.base/kill-after-signal.exp: Likewise.
3404 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3405 detach message.
3406 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3407 message.
3408 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3409 regexps to expect for '[Inferior ... detached]' as well.
3410 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3411
3412 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3413
3414 PR gdb/23104
3415 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3416
3417 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3418
3419 * gdb.threads/multiple-successive-infcall.c: New test.
3420 * gdb.threads/multiple-successive-infcall.exp: New file.
3421
3422 2018-04-17 Tom Tromey <tom@tromey.com>
3423
3424 * gdb.rust/simple.rs (Union): New type.
3425 (main): New local "u".
3426 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3427
3428 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3429
3430 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3431 number information in output of "whereis" command.
3432 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3433
3434 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3435
3436 * gdb.ada/info_types.exp: Adjust expected output to the line
3437 numbers now printed by "info var/func/type".
3438 * gdb.base/completion.exp: Likewise.
3439 * gdb.base/included.exp: Likewise.
3440 * gdb.cp/cp-relocate.exp: Likewise.
3441 * gdb.cp/cplusfuncs.exp: Likewise.
3442 * gdb.cp/namespace.exp: Likewise.
3443 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3444
3445 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3446
3447 * gdb.btrace/cpu.exp: New.
3448
3449 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3450
3451 * gdb.base/step-indirect-call-thunk.exp: New.
3452 * gdb.base/step-indirect-call-thunk.c: New.
3453 * gdb.reverse/step-indirect-call-thunk.exp: New.
3454 * gdb.reverse/step-indirect-call-thunk.c: New.
3455
3456 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3457
3458 * gdb.base/pie-fork.c: New file.
3459 * gdb.base/pie-fork.exp: New file.
3460
3461 2018-04-11 Tom Tromey <tom@tromey.com>
3462
3463 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3464
3465 2018-04-10 Pedro Alves <palves@redhat.com>
3466
3467 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3468 exits. Instead loop running forever.
3469 (fork_parent): Run forever too.
3470
3471 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3472
3473 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3474 mi_continue_to_line.
3475 * gdb.mi/mi-stack.c (callee4): Add comment.
3476
3477 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3478
3479 * gdb.mi/mi-stack.exp: Fix indentation.
3480
3481 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3482
3483 PR gdb/22979
3484 * gdb.arch/amd64-osabi.exp: New file.
3485
3486 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3487
3488 PR gdb/22980
3489 * gdb.base/osabi.exp: New file.
3490
3491 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3492
3493 * gdb.cp/static-typedef-print.exp: New file.
3494 * gdb.cp/static-typedef-print.cc: New file.
3495
3496 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3497
3498 * gdb.ada/varsize_limit: New testcase.
3499
3500 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3501
3502 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3503
3504 * gdb.ada/notcplusplus: New testcase.
3505
3506 * gdb.base/c-linkage-name.c: New file.
3507 * gdb.base/c-linkage-name.exp: New testcase.
3508
3509 2018-03-26 Tom Tromey <tom@tromey.com>
3510
3511 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3512 * gdb.python/py-framefilter.py (name_error): New global.
3513 (ErrorInName.function): Use name_error.
3514
3515 2018-03-26 Tom Tromey <tom@tromey.com>
3516
3517 PR backtrace/15582:
3518 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3519
3520 2018-03-23 Keith Seitz <keiths@redhat.com>
3521
3522 PR c++/22968
3523 * gdb.cp/subtypes.exp: New file.
3524 * gdb.cp/subtypes.h: New file.
3525 * gdb.cp/subtypes.cc: New file.
3526 * gdb.cp/subtypes-2.cc: New file.
3527
3528 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3529
3530 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3531 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3532 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3533 -nostartfiles when compiling the test. Confirm that all registers
3534 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3535
3536 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3539 option, syntax was wrong anyway.
3540 * gdb.arch/arm-disp-step.exp: Likewise.
3541 * gdb.arch/sparc64-regs.exp: Likewise.
3542 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3543 option, syntax was wrong anyway, switch to use
3544 prepare_for_testing.
3545 * gdb.arch/i386-disp-step.exp: Likewise.
3546
3547 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3548
3549 * gdb.ada/exec_changed.exp: Replace "target_info exists
3550 use_gdb_stub" by "use_gdb_stub".
3551 * gdb.ada/start.exp: Likewise.
3552 * gdb.base/async-shell.exp: Likewise.
3553 * gdb.base/attach-pie-misread.exp: Likewise.
3554 * gdb.base/attach-wait-input.exp: Likewise.
3555 * gdb.base/break-entry.exp: Likewise.
3556 * gdb.base/break-interp.exp: Likewise.
3557 * gdb.base/dprintf-detach.exp: Likewise.
3558 * gdb.base/nostdlib.exp: Likewise.
3559 * gdb.base/solib-nodir.exp: Likewise.
3560 * gdb.base/statistics.exp: Likewise.
3561 * gdb.base/testenv.exp: Likewise.
3562 * gdb.mi/mi-exec-run.exp: Likewise.
3563 * gdb.mi/mi-start.exp: Likewise.
3564 * gdb.multi/dummy-frame-restore.exp: Likewise.
3565 * gdb.multi/multi-arch-exec.exp: Likewise.
3566 * gdb.multi/multi-arch.exp: Likewise.
3567 * gdb.multi/tids.exp: Likewise.
3568 * gdb.multi/watchpoint-multi.exp: Likewise.
3569 * gdb.python/py-events.exp: Likewise.
3570 * gdb.threads/attach-into-signal.exp: Likewise.
3571 * gdb.threads/attach-stopped.exp: Likewise.
3572 * gdb.threads/threadapply.exp: Likewise.
3573 * lib/selftest-support.exp: Likewise.
3574
3575 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3576
3577 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3578
3579 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3580
3581 * gdb.perf/template-breakpoints.cc: New file.
3582 * gdb.perf/template-breakpoints.exp: New file.
3583 * gdb.perf/template-breakpoints.py: New file.
3584
3585 2018-03-19 Tom Tromey <tom@tromey.com>
3586
3587 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3588 y0.
3589 * gdb.rust/simple.exp: Test bare identifier form of struct
3590 initializer.
3591
3592 2018-03-19 Tom Tromey <tom@tromey.com>
3593
3594 * gdb.gdb/observer.exp: Remove.
3595
3596 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3597
3598 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3599 "qualified" option when setting breakpoints.
3600 * gdb.trace/backtrace.exp: Likewise.
3601 * gdb.trace/circ.exp: Likewise.
3602 * gdb.trace/collection.exp: Likewise.
3603 * gdb.trace/disconnected-tracing.exp: Likewise.
3604 * gdb.trace/ftrace-lock.exp: Likewise.
3605 * gdb.trace/ftrace.exp: Likewise.
3606 * gdb.trace/infotrace.exp: Likewise.
3607 * gdb.trace/packetlen.exp: Likewise.
3608 * gdb.trace/passc-dyn.exp: Likewise.
3609 * gdb.trace/qtro.exp: Likewise.
3610 * gdb.trace/read-memory.exp: Likewise.
3611 * gdb.trace/report.exp: Likewise.
3612 * gdb.trace/signal.exp: Likewise.
3613 * gdb.trace/status-stop.exp: Likewise.
3614 * gdb.trace/strace.exp: Likewise.
3615 * gdb.trace/tfind.exp: Likewise.
3616 * gdb.trace/trace-break.exp: Likewise.
3617 * gdb.trace/trace-condition.exp: Likewise.
3618 * gdb.trace/trace-mt.exp: Likewise.
3619 * gdb.trace/tstatus.exp: Likewise.
3620 * gdb.trace/tsv.exp: Likewise.
3621 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3622 * gdb.trace/unavailable.exp: Likewise.
3623 * gdb.trace/while-dyn.exp: Likewise.
3624
3625 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3626
3627 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3628 that libinproctrace is copied to the target.
3629
3630 2018-03-14 Tom Tromey <tom@tromey.com>
3631
3632 PR cli/14977:
3633 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3634 a null pointer.
3635 * gdb.base/wchar.exp: Likewise.
3636
3637 2018-03-14 Tom Tromey <tom@tromey.com>
3638
3639 PR cli/19918:
3640 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3641 flag.
3642
3643 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3644
3645 PR gdb/22841
3646 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3647 "target" to remote_exec.
3648
3649 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3650
3651 PR gdb/22841
3652 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3653 ${board}_upload): Remove.
3654
3655 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3656
3657 * gdb.cp/watch-cp.cc: New test.
3658 * gdb.cp/watch-cp.exp: New file.
3659
3660 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3661
3662 * gdb.base/infcall-nested-structs.exp: New file.
3663 * gdb.base/infcall-nested-structs.c: New file.
3664 * gdb.base/float.exp: Add riscv support.
3665
3666 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3667
3668 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3669 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3670
3671 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3672
3673 * gdb.server/abspath.exp: New file.
3674 * lib/gdb.exp (with_cwd): New procedure.
3675
3676 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3677
3678 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3679 use it.
3680 (gdb_is_target_remote_prompt): New proc.
3681 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3682 (gdb_is_target_native): Pass prompt parameter to
3683 gdb_is_target_1.
3684
3685 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3686
3687 * gdb.base/load-command.c: New file.
3688 * gdb.base/load-command.exp: New file.
3689 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3690 (gdb_is_target_1): ...this, and generalize for other targets
3691 than just remote.
3692 (gdb_is_target_remote): Use gdb_is_target_1.
3693 (gdb_is_target_native): use gdb_is_target_1.
3694
3695 2018-02-26 Tom Tromey <tom@tromey.com>
3696
3697 PR python/16497:
3698 * gdb.python/py-framefilter.exp: Update test.
3699
3700 2018-02-26 Tom Tromey <tom@tromey.com>
3701
3702 * gdb.dwarf2/variant.c: New file.
3703 * gdb.dwarf2/variant.exp: New file.
3704
3705 2018-02-26 Tom Tromey <tom@tromey.com>
3706
3707 * gdb.rust/simple.exp: Accept more possible results in enum test.
3708
3709 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3710
3711 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3712 parentheses.
3713
3714 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3715
3716 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3717 name of a variable: $actual_linejj -> $actual_line.
3718
3719 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3720
3721 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3722
3723 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3724
3725 * gdb.btrace/buffer-size.exp: Do not force BTS.
3726
3727 2018-02-14 Pedro Alves <palves@redhat.com>
3728
3729 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3730 getting a "Quit".
3731
3732 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3733
3734 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3735 Fix test name.
3736
3737 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3738
3739 * gdb.cp/m-static.exp: Check type of optimized out static
3740 member.
3741
3742 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3743
3744 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3745 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3746
3747 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3748 Leszek Swirski <leszeks@google.com>
3749
3750 * gdb.python/py-prettyprint.c
3751 (struct to_string_returns_value_inner,
3752 struct to_string_returns_value_wrapper): New.
3753 (main): Add tsrvw variable.
3754 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3755 ToStringReturnsValueWrapper): New classes.
3756 (register_pretty_printers): Register new pretty-printers.
3757 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3758 recursive pretty printer.
3759 * gdb.python/py-mi.exp: Likewise.
3760
3761 2018-02-01 Leszek Swirski <leszeks@google.com>
3762
3763 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3764 functions with the same name as an include file are parsed
3765 correctly.
3766
3767 2018-02-01 Yao Qi <yao.qi@linaro.org>
3768
3769 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3770 "\[^\r\n\]*".
3771
3772 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3773
3774 * gdb.arch/powerpc-prologue-frame.s: New file.
3775 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3776 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3777
3778 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3779
3780 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3781
3782 2018-01-30 Pedro Alves <palves@redhat.com>
3783
3784 PR gdb/13211
3785 * gdb.base/interrupt-daemon.c: New.
3786 * gdb.base/interrupt-daemon.exp: New.
3787 * gdb.multi/multi-term-settings.c: New.
3788 * gdb.multi/multi-term-settings.exp: New.
3789
3790 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3791
3792 * gdb.base/break.exp: Save the location where the breakpoint
3793 on break.c:47 was actually inserted when debugging the version
3794 compiled at -O2 and use it in the expected output of the "info
3795 break" test performed soon after.
3796
3797 2018-01-22 Pedro Alves <palves@redhat.com>
3798 Sergio Durigan Junior <sergiodj@redhat.com>
3799
3800 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3801 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3802
3803 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3804
3805 * gdb.base/break-include.c, gdb.base/break-include.inc,
3806 gdb.base/break-include.exp: New files.
3807 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3808 line number now being the actual line number where the breakpoint
3809 was inserted.
3810 * gdb.mi/mi-break.exp: Likewise.
3811 * gdb.mi/mi-reverse.exp: Likewise.
3812 * gdb.mi/mi-simplerun.exp: Ditto.
3813
3814 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3815
3816 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3817 varobj.
3818 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3819
3820 2018-01-21 Don Breazeal <donb@codesourcery.com>
3821 Andrew Burgess <andrew.burgess@embecosm.com>
3822
3823 * gdb.mi/basics.c: Add new global.
3824 * gdb.mi/mi-frame-regs.exp: New file.
3825 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3826 case.
3827
3828 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3829
3830 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3831 non-parameter, and on an unknown symbol.
3832
3833 2018-01-19 Tom Tromey <tom@tromey.com>
3834
3835 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3836 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3837
3838 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3839
3840 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3841 setrlimit and chdir to int.
3842
3843 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3844
3845 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3846 function.
3847 (my_tend): Likewise.
3848 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3849 rationale of avoiding FP- and vector instructions.
3850
3851 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3852
3853 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3854 "info reg" with "\[ \t\]*".
3855 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3856 "\[ \t\]+".
3857 * gdb.arch/s390-multiarch.exp: Ditto.
3858 * gdb.base/pc-fp.exp: Ditto.
3859 * gdb.reverse/i386-precsave.exp: Ditto.
3860 * gdb.reverse/i386-reverse.exp: Ditto.
3861 * gdb.reverse/i387-env-reverse.exp: Ditto.
3862 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3863
3864 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3865
3866 * lib/gdb.exp (gdb_compile): Re-enable use of
3867 universal_compile_options for languages other than Rust.
3868
3869 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3870
3871 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3872
3873 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3874
3875 PR gdb/16577
3876 * gdb.base/solib-vanish.exp: New.
3877 * gdb.base/solib-vanish-main.c: New.
3878 * gdb.base/solib-vanish-lib1.c: New.
3879 * gdb.base/solib-vanish-lib2.c: New.
3880
3881 2018-01-17 Yao Qi <yao.qi@linaro.org>
3882
3883 * gdb.compile/compile.exp: Match the address printed for
3884 frame in the output of command "bt".
3885
3886 2018-01-15 Tom Tromey <tom@tromey.com>
3887
3888 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3889 compute sp_reg.
3890
3891 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3892
3893 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3894 to prepare.
3895 (prepare): Return 0 on error, 1 on success.
3896
3897 2018-01-12 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.base/continue-after-aborted-step-over.c: New.
3900 * gdb.base/continue-after-aborted-step-over.exp: New.
3901
3902 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3903
3904 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3905 options when not creating an executable.
3906
3907 2018-01-11 Pedro Alves <palves@redhat.com>
3908
3909 PR remote/22597
3910 * gdb.server/stop-reply-no-thread.c: New file.
3911 * gdb.server/stop-reply-no-thread.exp: New file.
3912
3913 2018-01-10 Pedro Alves <palves@redhat.com>
3914
3915 PR gdb/22670
3916 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3917 functions too. Test setting breakpoints and printing C functions
3918 with no debug info too.
3919 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3920
3921 2018-01-10 Pedro Alves <palves@redhat.com>
3922
3923 PR gdb/22670
3924 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3925 a fail.
3926
3927 2018-01-10 Pedro Alves <palves@redhat.com>
3928
3929 PR gdb/22670
3930 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3931
3932 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3933
3934 * gdb.server/unittest.exp: Match the output in non-development
3935 mode.
3936
3937 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3938
3939 * gdb.gdb/unittest.exp: Match output in non-development mode.
3940
3941 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3942
3943 * gdb.ada/access_tagged_param.exp: Relax expected output
3944 for value of "ObjL" in "continue" to pck.inspect breakpoint
3945 test.
3946
3947 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3948
3949 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3950 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3951
3952 2018-01-05 Pedro Alves <palves@redhat.com>
3953
3954 PR gdb/18653
3955 * gdb.base/libsegfault.exp: New.
3956
3957 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3958
3959 PR gdb/22670
3960 * gdb.ada/access_tagged_param.exp: New file.
3961 * gdb.ada/access_tagged_param/foo.adb: New file.
3962
3963 2018-01-05 Pedro Alves <palves@redhat.com>
3964
3965 PR gdb/22670
3966 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3967 exercise lower case too, and to exercise both full matching and
3968 wild matching.
3969
3970 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3971
3972 * gdb.ada/rename_subscript_param: New testcase.
3973
3974 2018-01-05 Jerome Guitton <guitton@adacore.com>
3975
3976 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3977
3978 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3979
3980 * gdb.ada/convvar_comp: New testcase.
3981
3982 2018-01-05 Xavier Roirand <roirand@adacore.com>
3983
3984 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3985 (My_Table): New global variable.
3986 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3987
3988 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3989
3990 PR gdb/22670
3991 * gdb.ada/maint_with_ada: New testcase.
3992
3993 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3994
3995 PR gdb/22670
3996 * gdb.ada/bp_c_mixed_case: New testcase.
3997
3998 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3999
4000 PR gdb/22670
4001 * gdb.ada/complete.exp: Add "complete break ada" test.
4002
4003 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4004
4005 PR gdb/22670
4006 * gdb.ada/info_addr_mixed_case: New testcase.
4007
4008 2018-01-03 Xavier Roirand <roirand@adacore.com>
4009
4010 * gdb.ada/excep_handle.exp: New testcase.
4011 * gdb.ada/excep_handle/foo.adb: New file.
4012 * gdb.ada/excep_handle/pck.ads: New file.
4013
4014 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4015
4016 * gdb.base/step-line.c: Add extra empty line in copyright header.
4017 * gdb.base/step-line.inp: Likewise.
4018
4019 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4020
4021 * gdb.ada/dyn_stride.exp: Add slice test.
4022
4023 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4024
4025 * gdb.ada/dyn_stride: New testcase.
4026
4027 2017-12-27 Stafford Horne <shorne@gmail.com>
4028
4029 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4030 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4031
4032 2017-12-27 Stafford Horne <shorne@gmail.com>
4033
4034 * gdb.base/reggroups.c: New file.
4035 * gdb.base/reggroups.exp: New file.
4036
4037 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4038
4039 * gdb.dwarf2/ada-valprint-error.c: New file.
4040 * gdb.dwarf2/ada-valprint-error.exp: New file.
4041
4042 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4043
4044 * gdb.ada/assign_arr: New testcase.
4045
4046 2017-12-18 Xavier Roirand <roirand@adacore.com>
4047
4048 * gdb.ada/funcall_ptr: New testcase.
4049
4050 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4051
4052 PR cli/16224
4053 * gdb.base/ptype-offsets.cc: New file.
4054 * gdb.base/ptype-offsets.exp: New file.
4055
4056 2017-12-15 Yao Qi <yao.qi@linaro.org>
4057
4058 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4059 if XML is disabled.
4060
4061 2017-12-15 Xavier Roirand <roirand@adacore.com>
4062
4063 * gdb.ada/same_component_name: New testcase.
4064
4065 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4066
4067 * gdb.ada/str_binop_equal: New testcase.
4068
4069 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4070
4071 * gdb.ada/task_switch_in_core: New testcase.
4072
4073 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4074
4075 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4076 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4077 call test_bkpt_qualified.
4078 (test_bkpt_qualified): New proc.
4079
4080 2017-12-13 Pedro Alves <palves@redhat.com>
4081
4082 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4083 Tighten regexp by matching with an anchor.
4084
4085 2017-12-13 Pedro Alves <palves@redhat.com>
4086
4087 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4088 ("expression with namespace"): New set of tests.
4089 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4090 (Nested::Test_NS::qux): New.
4091 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4092 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4093
4094 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4095
4096 * gdb.base/server-del-break.c: New file.
4097 * gdb.base/server-del-break.exp: New file.
4098
4099 2017-12-12 Stafford Horne <shorne@gmail.com>
4100
4101 * gdb.xml/tdesc-regs.exp: Add or1k support.
4102
4103 2017-12-12 Stafford Horne <shorne@gmail.com>
4104
4105 * gdb.base/bp-permanent.c: Define nop of or1k.
4106
4107 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4108
4109 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4110 output with components being reordered.
4111
4112 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4113
4114 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4115 output with components being reordered.
4116
4117 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4118 Pedro Alves <palves@redhat.com>
4119
4120 * gdb.base/maint.exp (check for .gdb_index): Check also for
4121 .debug_names.
4122 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4123 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4124 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4125 (.gdb_index used after symbol reloading): Support also .debug_names.
4126 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4127
4128 2017-12-08 Yao Qi <yao.qi@linaro.org>
4129
4130 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4131 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4132
4133 2017-12-08 Yao Qi <yao.qi@linaro.org>
4134
4135 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4136 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4137
4138 2017-12-08 Yao Qi <yao.qi@linaro.org>
4139
4140 * gdb.arch/aarch64-tagged-pointer.c: New file.
4141 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4142
4143 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4144
4145 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4146 "int".
4147
4148 2017-12-07 Keith Seitz <keiths@redhat.com>
4149
4150 PR breakpoints/22569
4151 * gdb.linespec/ls-errs.exp: Change expected result of "break
4152 -source this file has spaces.c -line 3".
4153 Check that an explicit source file followed by whitespace is
4154 identified as an invalid explicit location.
4155
4156 2017-12-07 Keith Seitz <keiths@redhat.com>
4157
4158 * gdb.cp/nested-types.cc: New file.
4159 * gdb.cp/nested-types.exp: New file.
4160 * lib/cp-support.exp: Load data-structures.exp library.
4161 (debug_cp_test_ptype_class): New global.
4162 (cp_ptype_class_verbose, next_line): New procedures.
4163 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4164 Add and document new return value.
4165 Switch the list of lines to a queue.
4166 Add support for new `type' key for nested type definitions.
4167 Add debugging/troubleshooting messages.
4168 * lib/data-structures.exp: New file.
4169
4170 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4171
4172 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4173 with proc_with_prefix, don't use with_test_prefix.
4174
4175 2017-12-07 Tom Tromey <tom@tromey.com>
4176
4177 * gdb.base/break.exp: Add test for empty "commands".
4178
4179 2017-12-07 Yao Qi <yao.qi@linaro.org>
4180
4181 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4182 malloc and catch syscall.
4183
4184 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4185
4186 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4187 tests for explicit locations.
4188
4189 2017-12-06 Pedro Alves <palves@redhat.com>
4190
4191 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4192 force-disabling XML descriptions.
4193
4194 2017-12-04 Pedro Alves <palves@redhat.com>
4195
4196 PR gdb/22499
4197 * gdb.arch/amd64-disp-step-avx.S: New file.
4198 * gdb.arch/amd64-disp-step-avx.exp: New file.
4199
4200 2017-12-03 Pedro Alves <palves@redhat.com>
4201
4202 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4203 and <string.h>.
4204 (parent_function): Print distinct messages when waitpid fails, or
4205 the child exits with a signal, or the child exits for an unhandled
4206 reason.
4207 * gdb.threads/process-dies-while-detaching.exp
4208 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4209 it. Wait for both inferior output and GDB's prompt. Use an
4210 indirect spawn id list.
4211 (do_detach): New parameter 'child_exit'. Use it to compute
4212 expected inferior output.
4213 (test_detach, test_detach_watch, test_detach_killed_outside):
4214 Adjust to pass down the expected child exit kind.
4215
4216 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4217 Sergio Durigan Junior <sergiodj@redhat.com>
4218 Pedro Alves <palves@redhat.com>
4219
4220 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4221
4222 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4223
4224 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4225 to 'symbol-file' and 'add-symbol-file' can be
4226 position-independent.
4227
4228 2017-12-01 Yao Qi <yao.qi@linaro.org>
4229
4230 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4231 the URL in copyright header.
4232 * gdb.arch/aarch64-fp.exp: Likewise.
4233 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4234 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4235 * gdb.base/expand-psymtabs.exp: Likewise.
4236 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4237 * gdb.fortran/common-block.exp: Likewise.
4238 * gdb.fortran/common-block.f90: Likewise.
4239 * gdb.fortran/logical.exp: Likewise.
4240 * gdb.fortran/vla-datatypes.f90: Likewise.
4241 * gdb.fortran/vla-sub.f90: Likewise.
4242
4243 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4244
4245 * gdb.ada/repeat_dyn: New testcase.
4246
4247 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4248
4249 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4250 Update for changed thread numbering.
4251 * gdb.cell/bt.exp: Update for changed GDB output.
4252
4253 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4254
4255 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4256 setting isremote by hand.
4257 * boards/dwarf4-gdb-index.exp: Likewise.
4258 * boards/fission.exp: Likewise.
4259 * boards/stabs.exp: Likewise.
4260
4261 2017-11-30 Pedro Alves <palves@redhat.com>
4262
4263 * gdb.linespec/cpls-ops.exp
4264 (check_explicit_skips_function_argument): Extract the underlying
4265 type of size_t instead of hardcoding it.
4266
4267 2017-11-29 Pedro Alves <palves@redhat.com>
4268
4269 PR c++/19436
4270 * gdb.linespec/cpls-abi-tag.cc: New file.
4271 * gdb.linespec/cpls-abi-tag.exp: New file.
4272
4273 2017-11-29 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.base/langs.exp: Use -qualified.
4276 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4277 it.
4278 * gdb.cp/namespace.exp: Use -qualified.
4279 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4280 (overload-3, template-overload, template-ret-type, const-overload)
4281 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4282 procedures.
4283 (test_driver): Call them.
4284 * gdb.cp/save-bp-qualified.cc: New.
4285 * gdb.cp/save-bp-qualified.exp: New.
4286 * gdb.linespec/explicit.exp: Test -qualified.
4287 * lib/completion-support.exp (completion::explicit_opts_list): Add
4288 "-qualified".
4289 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4290
4291 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4292
4293 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4294
4295 2017-11-29 Tom Tromey <tom@tromey.com>
4296
4297 * gdb.base/relocate.exp: Update invalid argument test.
4298 Add new tests for invalid arguments.
4299
4300 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4301
4302 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4303 Return 0 as a long.
4304 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4305
4306 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4307
4308 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4309 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4310 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4311 func ().
4312 * gdb.cp/shadow.cc (B.func): Return 0.
4313
4314 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4315
4316 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4317 expected output in gdb_expect call to allow the exception
4318 message to be present as well. Fix syntax confusion to avoid
4319 TCL thinking that exception_name is an array.
4320
4321 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4322
4323 * gdb.arch/spu-info.c: Include <unistd.h>.
4324 (do_signal_test): Fix broken calls to write.
4325 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4326 Fix checks for empty mailboxes. Update signal tests for corrected
4327 do_signal_test routine. Allow nonzero event status.
4328 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4329 * gdb.cell/arch.exp: Use standard_output_file.
4330 * gdb.cell/break.exp: Likewise.
4331 * gdb.cell/bt.exp: Likewise.
4332 * gdb.cell/core.exp: Likewise.
4333 * gdb.cell/dwarfaddr.exp: Likewise.
4334 * gdb.cell/ea-cache.exp: Likewise.
4335 * gdb.cell/ea-standalone.exp: Likewise.
4336 * gdb.cell/f-regs.exp: Likewise.
4337 * gdb.cell/fork.exp: Likewise.
4338 * gdb.cell/gcore.exp: Likewise.
4339 * gdb.cell/mem-access.exp: Likewise.
4340 * gdb.cell/ptype.exp: Likewise.
4341 * gdb.cell/registers.exp: Likewise.
4342 * gdb.cell/sizeof.exp: Likewise.
4343 * gdb.cell/solib-symbol.exp: Likewise.
4344 * gdb.cell/solib.exp: Likewise.
4345
4346 2017-11-25 Pedro Alves <palves@redhat.com>
4347
4348 * gdb.base/complete-empty.exp: New file.
4349 * gdb.base/completion.exp: Adjust.
4350
4351 2017-11-25 Pedro Alves <palves@redhat.com>
4352
4353 * gdb.linespec/cpls-ops.cc: New file.
4354 * gdb.linespec/cpls-ops.exp: New file.
4355 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4356 factored out from ...
4357 (test_complete_prefix_range): ... this.
4358
4359 2017-11-24 Pedro Alves <palves@redhat.com>
4360
4361 * gdb.linespec/cpcompletion.exp: New file.
4362 * gdb.linespec/cpls-hyphen.cc: New file.
4363 * gdb.linespec/cpls.cc: New file.
4364 * gdb.linespec/cpls2.cc: New file.
4365 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4366 test to use test_gdb_complete_unique. Add label completion,
4367 keyword completion and explicit location completion tests.
4368 * lib/completion-support.exp: New file.
4369
4370 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4371
4372 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4373 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4374 when hitting an exception catchpoint.
4375
4376 2017-11-22 Yao Qi <yao.qi@linaro.org>
4377
4378 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4379
4380 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4381
4382 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4383 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4384 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4385
4386 2017-11-22 Yao Qi <yao.qi@linaro.org>
4387
4388 * gdb.base/info-os.exp: Pass pthreads.
4389 * gdb.multi/multi-attach.exp: Likewise.
4390
4391 2017-11-22 Yao Qi <yao.qi@linaro.org>
4392
4393 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4394 compiler.
4395
4396 2017-11-22 Yao Qi <yao.qi@linaro.org>
4397
4398 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4399 * gdb.base/break-interp.exp: Likewise.
4400 * gdb.base/jit-attach-pie.exp: Likewise.
4401
4402 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4403
4404 * gdb.base/float128.c (large128): New variable.
4405 * gdb.base/float128.exp: Add test to print largest __float128 value.
4406
4407 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4408
4409 * gdb.arch/vsx-regs.exp: Update register content checks.
4410
4411 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4412
4413 * gdb.arch/ppc-longdouble.exp: New file.
4414 * gdb.arch/ppc-longdouble.c: Likewise.
4415
4416 2017-11-21 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4419
4420 2017-11-20 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4423 (long_double_typedef): New typedefs.
4424 Use DEF on double and long double.
4425 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4426 cases.
4427 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4428 and 'long_double_ptr_same_size' locals. Use them to decide
4429 whether cast from array/function to float is valid/invalid.
4430
4431 2017-11-17 Tom Tromey <tom@tromey.com>
4432
4433 * gdb.rust/traits.rs: New file.
4434 * gdb.rust/traits.exp: New file.
4435
4436 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4437
4438 * gdb.ada/minsyms: New testcase.
4439
4440 2017-11-16 Pedro Alves <palves@redhat.com>
4441
4442 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4443 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4444
4445 2017-11-16 Pedro Alves <palves@redhat.com>
4446
4447 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4448 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4449
4450 2017-11-16 Pedro Alves <palves@redhat.com>
4451
4452 * gdb.server/reconnect-ctrl-c.c: New file.
4453 * gdb.server/reconnect-ctrl-c.exp: New file.
4454
4455 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4456
4457 * gdb.python/py-rbreak.exp: New file.
4458 * gdb.python/py-rbreak.c: New file.
4459 * gdb.python/py-rbreak-func2.c: New file.
4460
4461 2017-11-16 Pedro Alves <palves@redhat.com>
4462
4463 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4464 pattern.
4465 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4466 GDB.
4467
4468 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4469
4470 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4471 regex.
4472
4473 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4474
4475 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4476 test names.
4477
4478 2017-11-09 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4481 factored out from ...
4482 (top level): ... here, and adjusted to avoid expecting beyond the
4483 prompt in a single gdb_test_multiple.
4484
4485 2017-11-09 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4488 output.
4489 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4490 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4491 * gdb.server/ext-run.exp ("kill" test): Likewise.
4492 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4493
4494 2017-11-09 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4497 match till end of line.
4498
4499 2017-11-09 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4502
4503 2017-11-09 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4506 New procedures, factored out from ...
4507 (top level): ... here, and adjusted to avoid expecting beyond the
4508 prompt in one go.
4509
4510 2017-11-09 Pedro Alves <palves@redhat.com>
4511
4512 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4513 output. Fix '?' match.
4514
4515 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4516
4517 * gdb.ada/scoped_watch: New testcase.
4518 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4519 which is actually correct.
4520 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4521 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4522
4523 2017-11-08 Pedro Alves <palves@redhat.com>
4524
4525 * gdb.gdb/complaints.exp (test_initial_complaints)
4526 (test_serial_complaints, test_short_complaints): Call
4527 complaint_internal instead of complaint.
4528
4529 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4530
4531 * gdb.threads/tls-core.c: New file.
4532 * gdb.threads/tls-core.exp: Likewise.
4533
4534 2017-11-08 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4537 (p Exported_Capitalized): New test.
4538 (p exported_capitalized): New test.
4539
4540 2017-11-07 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4543
4544 2017-11-07 Pedro Alves <palves@redhat.com>
4545
4546 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4547 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4548 (disable_invalid, disable_inverted, disable_negative): New
4549 procedures.
4550 ("bad numbers"): New set of tests.
4551
4552 2017-11-07 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.cp/ena-dis-br-range.exp: Add tests.
4555
4556 2017-11-07 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4559
4560 2017-11-07 Xavier Roirand <roirand@adacore.com>
4561 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.base/ena-dis-br.exp: Add reference to
4564 gdb.cp/ena-dis-br-range.exp.
4565 * gdb.cp/ena-dis-br-range.exp: New file.
4566 * gdb.cp/ena-dis-br-range.cc: New file.
4567
4568 2017-11-06 Pedro Alves <palves@redhat.com>
4569
4570 * gdb.base/attach-non-pgrp-leader.c: New.
4571 * gdb.base/attach-non-pgrp-leader.exp: New.
4572
4573 2017-11-06 Pedro Alves <palves@redhat.com>
4574
4575 * configure.ac: No longer check for termio.h and sgtty.h.
4576 * configure: Regenerate.
4577 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4578 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4579 Remove termio and sgtty code.
4580
4581 2017-11-03 Yao Qi <yao.qi@linaro.org>
4582
4583 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4584 in GDB is disabled.
4585
4586 2017-11-03 Yao Qi <yao.qi@linaro.org>
4587
4588 * gdb.python/py-thrhandle.exp: Skip it if python is not
4589 enabled.
4590
4591 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4592
4593 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4594 as a breakpoint command.
4595
4596 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4597
4598 PR python/21213
4599 * gdb.python/py-infthread.exp: Test calling
4600 InferiorThread.inferior () multiple times in a row.
4601
4602 2017-10-27 Keith Seitz <keiths@redhat.com>
4603
4604 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4605 Test "info break" for every inlined function breakpoint.
4606
4607 2017-10-27 Yao Qi <yao.qi@linaro.org>
4608
4609 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4610
4611 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4612
4613 * gdb.cp/classes.exp (test_static_members): Test printing
4614 Outer::instance.
4615 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4616 (Inner::instance, Outer::instance): New.
4617
4618 2017-10-24 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4621 extra console" test in two stages.
4622
4623 2017-10-24 Pedro Alves <palves@redhat.com>
4624
4625 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4626
4627 2017-10-24 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4630 loop.
4631
4632 2017-10-24 Pedro Alves <palves@redhat.com>
4633
4634 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4635 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4636
4637 2017-10-24 Pedro Alves <palves@redhat.com>
4638
4639 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4640 parameter and handle it. Don't output read value in test name.
4641
4642 2017-10-24 Pedro Alves <palves@redhat.com>
4643
4644 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4645 custom test name.
4646
4647 2017-10-24 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4650 include the unstable output directory name in the test's name.
4651 (initial_setup_simple) <'set args'>: Use custom test name.
4652
4653 2017-10-24 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4656 with explicit test name.
4657
4658 2017-10-20 Pedro Alves <palves@redhat.com>
4659
4660 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4661 'wait -i'. Use gdb_assert and remote_close.
4662
4663 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4664
4665 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4666 number from variable rather than hard-coded.
4667
4668 2017-10-19 Pedro Alves <palves@redhat.com>
4669
4670 * gdb.base/long-inferior-output.c: New file.
4671 * gdb.base/long-inferior-output.exp: New file.
4672
4673 2017-11-18 Keith Seitz <keiths@redhat.com>
4674
4675 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4676 method.
4677 (main): Call it.
4678 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4679 Add additional user-defined conversion operator tests.
4680
4681 2017-10-17 Pedro Alves <palves@redhat.com>
4682
4683 * boards/native-stdio-gdbserver.exp: Load "local-board".
4684
4685 2017-10-17 Pedro Alves <palves@redhat.com>
4686
4687 * gdb.base/quit-live.c: New file.
4688 * gdb.base/quit-live.exp: New file.
4689
4690 2017-10-16 Keith Seitz <keiths@redhat.com>
4691
4692 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4693 (class_with_protected_typedef, class_with_private_typedef)
4694 (struct_with_public_typedef, struct_with_protected_typedef)
4695 (struct_with_private_typedef): New classes/structs.
4696 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4697 typedefs and access specifiers.
4698
4699 2017-10-16 Pedro Alves <palves@redhat.com>
4700 Simon Marchi <simon.marchi@polymtl.ca>
4701
4702 * README (Local vs Remote vs Native): New section.
4703 * boards/local-board.exp: New file, with bits factored out from
4704 ...
4705 * boards/native-extended-gdbserver.exp: ... here. Load
4706 "local-board".
4707 * boards/native-gdbserver.exp: Load "local-board".
4708 (${board}_spawn, ${board}_exec): Delete.
4709 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4710 ...
4711 * boards/stdio-gdbserver-base.exp: ... this new file.
4712 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4713 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4714 procedure.
4715 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4716 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4717 stdio_gdbserver_command.
4718 (${board}_get_remote_address, ${board}_get_comm_port)
4719 (${board}_download, ${board}_upload): Delete.
4720 (get_target_remote_pipe_cmd): New.
4721
4722 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4723
4724 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4725 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4726 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4727 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4728 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4729 remove with_test_prefix.
4730
4731 2017-10-13 Pedro Alves <palves@redhat.com>
4732
4733 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4734 * gdb.base/annota1.exp: Use it instead of is_remote.
4735 * gdb.base/annota3.exp: Use it instead of is_remote.
4736 * gdb.cp/annota2.exp: Use it instead of is_remote.
4737 * gdb.cp/annota3.exp: Use it instead of is_remote.
4738 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4739
4740 2017-10-13 Pedro Alves <palves@redhat.com>
4741
4742 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4743 (test_num_test_vars, run_and_count_vars, find_env)
4744 (test_set_unset_env, test_inherit_env_var): New procedures.
4745 (top level): Use them.
4746
4747 2017-10-13 Pedro Alves <palves@redhat.com>
4748
4749 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4750 also skip on stub-like targets.
4751
4752 2017-10-13 Pedro Alves <palves@redhat.com>
4753
4754 PR gdb/22293
4755 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4756 (top level): Move some tests to ...
4757 (test_not_found): ... this new procedure.
4758 (top level): Call it.
4759
4760 2017-10-13 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4763 expect different "info terminal" output if testing with a
4764 non-native target.
4765
4766 2017-10-13 Pedro Alves <palves@redhat.com>
4767 Simon Marchi <simon.marchi@polymtl.ca>
4768
4769 PR python/12966
4770 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4771
4772 2017-10-13 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4775 already.
4776
4777 2017-10-13 Pedro Alves <palves@redhat.com>
4778
4779 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4780 is_remote.
4781
4782 2017-10-13 Pedro Alves <palves@redhat.com>
4783
4784 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4785 is_remote.
4786
4787 2017-10-13 Pedro Alves <palves@redhat.com>
4788
4789 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4790 is set.
4791 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4792 instead of is_remote.
4793
4794 2017-10-13 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4797 (top level): Add comment.
4798
4799 2017-10-13 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.base/remote.exp (top level): Fix comment typo and add
4802 missing return.
4803
4804 2017-10-13 Pedro Alves <palves@redhat.com>
4805 Simon Marchi <simon.marchi@polymtl.ca>
4806
4807 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4808 calls and add comments. Skip test if use_gdb_stub is set.
4809 (top level): Use "set cwd" command instead of "cd" command.
4810
4811 2017-10-13 Pedro Alves <palves@redhat.com>
4812
4813 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4814 is_remote target check.
4815
4816 2017-10-13 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.base/scope.exp: Use build_executable + clean_restart +
4819 gdb_file_cmd instead of prepare_for_testing and no longer skip
4820 "before run" tests on is_remote target boards. Update comments.
4821 * boards/native-extended-gdbserver.exp
4822 (extended_gdbserver_load_last_file): New, factored out from ...
4823 (gdb_load): ... this. Move further below and add comment.
4824 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4825
4826 2017-10-12 Pedro Alves <palves@redhat.com>
4827
4828 * gdb.base/attach.exp: Remove references to gdb64.
4829 * gdb.base/dbx.exp: Remove references to gdb64.
4830
4831 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4832 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.base/label.exp: Remove is_remote target check.
4835
4836 2017-10-12 Pedro Alves <palves@redhat.com>
4837
4838 * gdb.base/auvx.exp (coredir): Update comment.
4839 (top level) <core_works>: Use "set cwd" command instead of "cd"
4840 command.
4841
4842 2017-10-12 Pedro Alves <palves@redhat.com>
4843 Simon Marchi <simon.marchi@polymtl.ca>
4844
4845 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4846 target boards.
4847
4848 2017-10-12 Pedro Alves <palves@redhat.com>
4849 Simon Marchi <simon.marchi@polymtl.ca>
4850
4851 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4852 Instead skip if there's any gdb_protocol set.
4853
4854 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4855 Pedro Alves <palves@redhat.com>
4856
4857 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4858
4859 2017-10-12 Pedro Alves <palves@redhat.com>
4860 Simon Marchi <simon.marchi@polymtl.ca>
4861
4862 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4863 instead of on dejagnu remote boards.
4864
4865 2017-10-12 Pedro Alves <palves@redhat.com>
4866 Simon Marchi <simon.marchi@polymtl.ca>
4867
4868 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4869 checks. Use build_executable + clean_restart instead of
4870 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4871 of enabling non-stop after starting gdb.
4872
4873 2017-10-12 Pedro Alves <palves@redhat.com>
4874
4875 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4876 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4877 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4878 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4879
4880 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4881
4882 * gdb.arch/arc-tdesc-cpu.exp: New file.
4883 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4884
4885 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4886
4887 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4888
4889 2017-10-10 Pedro Alves <palves@redhat.com>
4890
4891 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4892 expect CLI output.
4893
4894 2017-10-10 Pedro Alves <palves@redhat.com>
4895
4896 * lib/selftest-support.exp (selftest_setup): Update for
4897 captured_command_loop's prototype change.
4898
4899 2017-10-09 Pedro Alves <palves@redhat.com>
4900
4901 Test both arch1=>arch2 and arch2=>arch1.
4902
4903 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4904 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4905 factored out to...
4906 (append_arch1_options, append_arch2_options, append_arch_options)
4907 (build_executables): New procedures.
4908 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4909 local.
4910 (top level): Add new 'first_arch' testing axis.
4911
4912 2017-10-09 Pedro Alves <palves@redhat.com>
4913
4914 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4915 (barrier): New.
4916 (thread_start, all_started): New functions.
4917 (main): Spawn new thread and wait until it is scheduled.
4918 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4919 option.
4920 (do_test): Add 'selected_thread' parameter. Run to all_started
4921 instead of main. Explicitly set the breakpoint at main. Switch
4922 to the SELECTED_THREAD thread.
4923 (top level): Test handling the exec event with either the main
4924 thread or the second thread selected.
4925
4926 2017-10-09 Pedro Alves <palves@redhat.com>
4927
4928 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4929 logic. Move STOP marker after the value checks.
4930 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4931 regexp.
4932
4933 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4934
4935 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4936
4937 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4938
4939 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4940 integer-to-dfp conversion.
4941 * gdb.base/dfp-test.exp: Likewise.
4942
4943 2017-10-04 Pedro Alves <palves@redhat.com>
4944
4945 * gdb.multi/hangout.c: Include <unistd.h>.
4946 (hangout_loop): New function.
4947 (main): Call alarm. Call hangout_loop in a loop.
4948 * gdb.multi/hello.c: Include <unistd.h>.
4949 (hello_loop): New function.
4950 (main): Call alarm. Call hangout_loop in a loop.
4951 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4952 inferior with the other selected.
4953
4954 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4955
4956 * gdb.mi/list-thread-groups-available.exp: New file.
4957 * gdb.mi/list-thread-groups-available.c: New file.
4958
4959 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4960
4961 * gdb.base/set-cwd.exp: Make it available on
4962 native-extended-gdbserver.
4963
4964 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4965
4966 * gdb.base/set-cwd.c: New file.
4967 * gdb.base/set-cwd.exp: Likewise.
4968
4969 2017-10-02 Tom Tromey <tom@tromey.com>
4970
4971 PR rust/22236:
4972 * gdb.rust/simple.rs (main): New variable "fslice".
4973 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4974
4975 2017-10-02 Tom Tromey <tom@tromey.com>
4976
4977 * gdb.rust/simple.exp: Test ptype of a slice.
4978
4979 2017-10-02 Tom Tromey <tom@tromey.com>
4980
4981 * gdb.rust/simple.exp: Test index of slice.
4982
4983 2017-09-27 Tom Tromey <tom@tromey.com>
4984
4985 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4986
4987 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4988 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.base/compare-sections.exp (get value of read-only section): Read
4991 as unsigned value.
4992 (corrupt read-only section): Likewise and don't set written if patching
4993 failed.
4994
4995 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4996
4997 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4998 files.
4999
5000 2017-09-20 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5003 symbol names in gdb's output.
5004 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5005
5006 2017-09-20 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5009 Rename to ...
5010 (test_list_ambiguous_symbol): ... this and add a symbol name
5011 parameter. Adjust.
5012 (test_list_ambiguous_function): Reimplement on top of
5013 test_list_ambiguous_symbol and also test listing ambiguous
5014 variables.
5015 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5016 (ambiguous_fun): ... this.
5017 (ambiguous_var): New.
5018 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5019 (ambiguous_fun): ... this.
5020 (ambiguous_var): New.
5021
5022 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5023
5024 * gdb.base/starti.c: New file.
5025 * gdb.base/starti.exp: New file.
5026 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5027
5028 2017-09-14 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5031 (top level): Use it instead of runto.
5032
5033 2017-09-11 Tom Tromey <tom@tromey.com>
5034
5035 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5036
5037 2017-09-11 Tom Tromey <tom@tromey.com>
5038
5039 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5040 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5041
5042 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5043
5044 * gdb.fortran/printing-types.exp: New file.
5045 * gdb.fortran/printing-types.exp: New file.
5046
5047 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5048
5049 * gdb.fortran/vla-ptype.exp: Fix typos.
5050 * gdb.fortran/vla-value.exp: Same.
5051
5052 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5053
5054 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5055 * gdb.mi/mi-var-child-f.exp: Likewise.
5056 * gdb.mi/mi-vla-fortran.exp: Likewise.
5057
5058 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5059 Christoph Weinmann <christoph.t.weinmann@intel.com>
5060 Bernhard Heckel <bernhard.heckel@intel.com>
5061
5062 * gdb.fortran/ptr-indentation.f90: New file.
5063 * gdb.fortran/ptr-indentation.exp: New file.
5064
5065 2017-09-05 Tom Tromey <tom@tromey.com>
5066
5067 PR gdb/22010:
5068 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5069
5070 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5071
5072 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5073
5074 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5075
5076 * gdb.threads/tls-nodebug-pie.c: New file.
5077 * gdb.threads/tls-nodebug-pie.exp: New file.
5078
5079 2017-09-05 Tom Tromey <tom@tromey.com>
5080
5081 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5082 for rust.
5083
5084 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5085
5086 * gdb.multi/multi-arch-exec.exp: Test with different
5087 "follow-exec-mode" settings.
5088 (do_test): New procedure.
5089
5090 2017-09-04 Pedro Alves <palves@redhat.com>
5091
5092 * gdb.base/func-static.c (S::method const, S::method volatile)
5093 (S::method volatile const): New methods.
5094 (c_s, v_s, cv_s): New instances.
5095 (main): Call method() on them.
5096 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5097 (cannot_resolve): New procedure.
5098 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5099 print-quote-unquoted columns.
5100 (do_test): Test printing each scope too.
5101
5102 2017-09-04 Pedro Alves <palves@redhat.com>
5103
5104 * gdb.base/local-static.exp: Also test with
5105 class::method::variable wholly quoted.
5106 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5107
5108 2017-09-04 Pedro Alves <palves@redhat.com>
5109
5110 * gdb.base/local-static.c: New.
5111 * gdb.base/local-static.cc: New.
5112 * gdb.base/local-static.exp: New.
5113
5114 2017-09-04 Pedro Alves <palves@redhat.com>
5115
5116 * gdb.asm/asm-source.exp: Add casts to int.
5117 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5118 (dataglobal64_1, dataglobal64_2): New globals.
5119 * gdb.base/nodebug.exp: Test different expressions involving the
5120 new globals, with print, whatis and ptype. Add casts to int.
5121 * gdb.base/solib-display.exp: Add casts to int.
5122 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5123 * gdb.cp/m-static.exp: Add cast to int.
5124 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5125 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5126 tls variable with no debug info without a cast. Test with a cast
5127 to int too.
5128 * gdb.trace/entry-values.exp: Add casts.
5129
5130 2017-09-04 Pedro Alves <palves@redhat.com>
5131
5132 * gdb.base/nodebug.exp: Test that ptype's error about functions
5133 with unknown return type includes the function name too.
5134
5135 2017-09-04 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5138 return type of munmap in infcall.
5139 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5140 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5141 type of ftell in infcall.
5142 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5143 type of getpid in infcall.
5144 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5145 infcall.
5146 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5147 Bail on failure to extract the pid.
5148 * gdb.base/nodebug.c: #include <stdint.h>.
5149 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5150 New functions.
5151 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5152 Change expected output of print/whatis/ptype with functions with
5153 no debug info. Test all supported languages. Call
5154 test_call_promotion.
5155 * gdb.compile/compile.exp: Adjust expected output to expect
5156 warning.
5157 * gdb.threads/siginfo-threads.exp: Likewise.
5158
5159 2017-09-04 Pedro Alves <palves@redhat.com>
5160
5161 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5162 "prototypes". Test calling float functions via prototyped and
5163 unprototyped function pointers.
5164 (perform_all_tests): New parameter "prototypes". Pass it down.
5165 (top level): Pass down "prototypes" parameter to
5166 perform_all_tests.
5167
5168 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5169
5170 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5171 Test with nested loops.
5172
5173 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5174
5175 * gdb.base/commands.exp: Call the new procedures.
5176 (loop_break_test, loop_continue_test): New procedures.
5177
5178 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5179
5180 * gdb.base/commands.exp: Call new procedure.
5181 (define_if_without_arg_test): New procedure.
5182
5183 2017-09-04 Pedro Alves <palves@redhat.com>
5184
5185 * gdb.base/list-ambiguous.exp: New file.
5186 * gdb.base/list-ambiguous0.c: New file.
5187 * gdb.base/list-ambiguous1.c: New file.
5188 * gdb.base/list.exp (test_list_range): Adjust expected output.
5189
5190 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5191
5192 * gdb.base/share-env-with-gdbserver.c: New file.
5193 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5194
5195 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5196
5197 * gdb.base/commands.exp (gdbvar_simple_if_test,
5198 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5199 progvar_simple_if_test, progvar_simple_while_test,
5200 progvar_complex_if_while_test, user_defined_command_test,
5201 user_defined_command_args_eval,
5202 user_defined_command_args_stack_test,
5203 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5204 temporary_breakpoint_commands,
5205 gdb_test_no_prompt, redefine_hook_test,
5206 redefine_backtrace_test): Remove "global gdb_prompt".
5207
5208 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5209
5210 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5211 New proc, call it from toplevel.
5212
5213 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5214
5215 PR remote/21852
5216 * gdb.server/normal.c: New file, copied from gdb.base.
5217 * gdb.server/run-without-local-binary.exp: New file.
5218
5219 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5220
5221 * gdb.arch/sparc64-adi.exp: New file.
5222 * gdb.arch/sparc64-adi.c: New file.
5223
5224 2017-08-22 Pedro Alves <palves@redhat.com>
5225
5226 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5227 (top level): Add "list all overloads" tests.
5228
5229 2017-08-22 Tom Tromey <tom@tromey.com>
5230
5231 * gdb.gdb/xfullpath.exp: Remove.
5232
5233 2017-08-21 Pedro Alves <palves@redhat.com>
5234
5235 PR gdb/19487
5236 * gdb.base/symbol-alias.c: New.
5237 * gdb.base/symbol-alias2.c: New.
5238 * gdb.base/symbol-alias.exp: New.
5239
5240 2017-08-21 Pedro Alves <palves@redhat.com>
5241
5242 * gdb.base/dfp-test.c
5243 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5244 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5245 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5246 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5247 * gdb.base/whatis-ptype-typedefs.c: New.
5248 * gdb.base/whatis-ptype-typedefs.exp: New.
5249 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5250 (an_int, an_int_type, an_int_type2): New globals.
5251 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5252 involving typedefs and cast expressions.
5253 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5254 (lookup_typedefs_function): New.
5255 (typedefs_pretty_printers_dict): New.
5256 (top level): Register lookup_typedefs_function in
5257 gdb.pretty_printers.
5258
5259 2017-08-18 Yao Qi <yao.qi@linaro.org>
5260
5261 * gdb.server/unittest.exp: New.
5262
5263 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5264
5265 PR gdb/21954
5266 * gdb.base/environ.exp: Add test to check if 'unset environment'
5267 works.
5268
5269 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5270
5271 * lib/gdb.exp (universal_compile_options): New caching proc.
5272 (gdb_compile): Suppress GCC's coloring of messages.
5273
5274 2017-08-14 Tom Tromey <tom@tromey.com>
5275
5276 PR gdb/21675:
5277 * gdb.base/printcmds.exp (test_radices): New function.
5278 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5279 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5280 * lib/gdb.exp (get_integer_valueof): Use p/d.
5281
5282 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5283
5284 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5285 characters.
5286
5287 2017-08-05 Tom Tromey <tom@tromey.com>
5288
5289 * gdb.rust/simple.exp: Allow String to appear in a different
5290 namespace.
5291
5292 2017-07-26 Yao Qi <yao.qi@linaro.org>
5293
5294 * gdb.gdb/unittest.exp: Invoke command
5295 "maintenance check xml-descriptions".
5296
5297 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5298
5299 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5300 calling context.
5301 (hex128): Drop erroneous calculation of parameters.
5302
5303 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5304
5305 * gdb.python/py-unwind.exp: Disable stack protection when
5306 building test file.
5307
5308 2017-07-20 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.base/default.exp (set language): Adjust expected output.
5311
5312 2017-07-20 Pedro Alves <palves@redhat.com>
5313
5314 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5315 (test_minsym): ... this, and make static.
5316 (get_pck__foo__bar__minsym): Rename to ...
5317 (get_test_minsym): ... this.
5318 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5319 symbol names and comments.
5320 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5321 (get_test_minsym): ... this.
5322 (pck__foo__bar__minsym__2): Rename to ...
5323 (test_minsym): ... this.
5324 (main): Adjust.
5325
5326 2017-07-17 Pedro Alves <palves@redhat.com>
5327
5328 * gdb.base/completion.exp: Adjust expected output.
5329 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5330 the completer works.
5331
5332 2017-07-17 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5335
5336 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5337
5338 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5339
5340 2017-07-14 Tom Tromey <tom@tromey.com>
5341
5342 PR rust/21764:
5343 * gdb.rust/simple.exp: Add tests.
5344
5345 2017-07-14 Tom Tromey <tom@tromey.com>
5346
5347 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5348
5349 2017-07-14 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.linespec/base/one/thefile.cc (z1): New function.
5352 * gdb.linespec/base/two/thefile.cc (z2): New function.
5353 * gdb.linespec/linespec.exp: Add tests.
5354
5355 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5356
5357 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5358 to mi_create_breakpoint.
5359
5360 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5361
5362 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5363 mi_create_breakpoint.
5364
5365 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5366
5367 * gdb.dlang/demangle.exp: Update for demangling changes.
5368
5369 2017-07-09 Tom Tromey <tom@tromey.com>
5370
5371 * gdb.dwarf2/shortpiece.exp: New file.
5372
5373 2017-07-06 David Blaikie <dblaikie@gmail.com>
5374
5375 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5376 built from fissiont-multi-cu{1,2}.c.
5377 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5378 except putting 'main' and 'func' in separate CUs in the same DWO file.
5379 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5380 test.
5381 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5382 test.
5383
5384 2017-07-06 Pedro Alves <palves@redhat.com>
5385
5386 * gdb.python/py-unwind.exp: Test flushregs.
5387
5388 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5389
5390 PR cli/21688
5391 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5392 tests for alias commands and trailing whitespace.
5393
5394 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5395
5396 PR cli/21688
5397 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5398 procedure. Call it.
5399
5400 2017-06-29 Pedro Alves <palves@redhat.com>
5401
5402 * gdb.base/printcmds.exp: Add tests.
5403
5404 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5405
5406 PR gdb/21337
5407 * gdb.base/reread-readsym.exp: New file.
5408 * gdb.base/reread-readsym.c: New file.
5409
5410 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5411
5412 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5413 subpattern.
5414
5415 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5416
5417 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5418 extended mnemonic.
5419 * gdb.arch/powerpc-power9.s: Likewise.
5420
5421 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5422
5423 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5424 on 32-bit x86 targets. Exploit is_*_target macros where
5425 appropriate.
5426
5427 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5428
5429 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5430 register pieces.
5431
5432 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5433
5434 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5435 located in one or more DWARF pieces.
5436
5437 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5438
5439 * lib/gdb.exp (get_endianness): New proc.
5440 * gdb.arch/aarch64-fp.exp: Use it.
5441 * gdb.arch/altivec-regs.exp: Likewise.
5442 * gdb.arch/e500-regs.exp: Likewise.
5443 * gdb.arch/vsx-regs.exp: Likewise.
5444 * gdb.base/dump.exp: Likewise.
5445 * gdb.base/funcargs.exp: Likewise.
5446 * gdb.base/gnu_vector.exp: Likewise.
5447 * gdb.dwarf2/formdata16.exp: Likewise.
5448 * gdb.dwarf2/implptrpiece.exp: Likewise.
5449 * gdb.dwarf2/nonvar-access.exp: Likewise.
5450 * gdb.python/py-inferior.exp: Likewise.
5451 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5452
5453 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5454
5455 PR gdb/21226
5456 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5457 stack value pieces are taken from the LSB end.
5458
5459 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5460
5461 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5462 variable at nonzero offset.
5463
5464 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5465
5466 * gdb.dwarf2/var-access.c: New file.
5467 * gdb.dwarf2/var-access.exp: New test.
5468 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5469
5470 2017-06-12 Tom Tromey <tom@tromey.com>
5471
5472 * gdb.dwarf2/formdata16.exp: Add tests.
5473
5474 2017-06-12 Tom Tromey <tom@tromey.com>
5475
5476 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5477
5478 2017-06-12 Tom Tromey <tom@tromey.com>
5479
5480 PR exp/16225:
5481 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5482 * gdb.arch/vsx-regs.exp: Update tests.
5483 * gdb.arch/s390-vregs.exp (hex128): New proc.
5484 Update test.
5485 * gdb.arch/altivec-regs.exp: Update tests.
5486
5487 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5488
5489 * gdb.base/startup-with-shell.c: New file.
5490 * gdb.base/startup-with-shell.exp: Likewise.
5491
5492 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5493
5494 * gdb.server/non-existing-program.exp: Update regex in order to
5495 reflect the fact that gdbserver is now using fork_inferior (with a
5496 shell) to startup the inferior.
5497
5498 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5499
5500 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5501 support function calls from GDB.
5502
5503 2017-05-21 Tom Tromey <tom@tromey.com>
5504
5505 PR rust/21466:
5506 * gdb.rust/unsized.exp: New file.
5507 * gdb.rust/unsized.rs: New file.
5508
5509 2017-05-19 Tom Tromey <tom@tromey.com>
5510
5511 PR rust/21484:
5512 * gdb.rust/watch.exp: New file.
5513 * gdb.rust/watch.rs: New file.
5514
5515 2017-05-18 Tom Tromey <tom@tromey.com>
5516
5517 * gdb.rust/simple.exp: Allow Box to be qualified.
5518
5519 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5520
5521 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5522
5523 2017-05-18 Pedro Alves <palves@redhat.com>
5524
5525 * gdb.base/fileio.c (test_write, test_read, test_close)
5526 (test_fstat): Don't print 'ret' in the fail path.
5527
5528 2017-05-18 Pedro Alves <palves@redhat.com>
5529
5530 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5531 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5532 (test_system, test_rename, test_unlink, test_time): Change
5533 prototypes.
5534 * gdb.base/fileio.exp (stop_msg): Adjust.
5535
5536 2017-05-18 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.base/fileio.c (null_str): New global.
5539 (test_stat): Use it.
5540 * gdb.base/fileio.exp: Remove nowarnings.
5541
5542 2017-05-17 Yao Qi <yao.qi@linaro.org>
5543
5544 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5545
5546 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5547
5548 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5549 argument command.
5550 (top-level): Invoke test_set_inferior_tty.
5551
5552 2017-05-04 Pedro Alves <palves@redhat.com>
5553
5554 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5555 Add parens to print call for Python 3.
5556
5557 2017-05-03 Keith Seitz <keiths@redhat.com>
5558
5559 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5560 (main): Call it.
5561
5562 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5563
5564 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5565 to prev and next.
5566
5567 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5568
5569 * gdb.python/py-record-btrace.exp: Remove test for
5570 gdb.BtraceInstruction.error.
5571
5572 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5573
5574 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5575
5576 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5577
5578 * gdb.python/py-record-btrace-threads.c: New file.
5579 * gdb.python/py-record-btrace-threads.exp: New file.
5580
5581 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5582
5583 PR testsuite/8595
5584 * gdb.base/environ.exp: Make test available in all architectures.
5585 Move bits related to "info program" testing to
5586 gdb.base/info-program.exp. Rewrite tests to use the two new
5587 procedures mentione below.
5588 (test_set_show_env_var) New procedure.
5589 (test_set_show_env_var_equal): Likewise.
5590 * gdb.base/info-program.exp: New file.
5591
5592 2017-04-27 Keith Seitz <keiths@redhat.com>
5593
5594 * gdb.cp/oranking.cc (test15): New function.
5595 (main): Call test15 and declare additional variables for testing.
5596 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5597 "p foo101('abc')" tests.
5598 Add tests for cv qualifier overloads.
5599 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5600 "lvalue reference overload" test.
5601 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5602 "print value of f1 on Child&& in f2" test.
5603
5604 2017-04-19 Pedro Alves <palves@redhat.com>
5605
5606 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5607 procedure.
5608 (top level): Call it.
5609 * lib/gdb.exp (gdb_define_cmd): New procedure.
5610
5611 2017-04-12 Pedro Alves <palves@redhat.com>
5612
5613 PR gdb/21323
5614 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5615 (wchar): New global.
5616 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5617 (do_test_wide_char, wide_char_types_no_program, top level): Add
5618 wchar_t testing.
5619
5620 2017-04-12 Pedro Alves <palves@redhat.com>
5621
5622 PR c++/21323
5623 * gdb.cp/wide_char_types.c: New file.
5624 * gdb.cp/wide_char_types.exp: New file.
5625
5626 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5627
5628 PR gdb/21352
5629 * gdb.trace/tsv.exp: Add test for "tsave -r".
5630
5631 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5632
5633 * gdb.dlang/watch-loc.c: New file.
5634 * gdb.dlang/watch-loc.exp: New file.
5635
5636 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5637
5638 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5639
5640 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5641
5642 * gdb.arch/arc-analyze-prologue.S: New file.
5643 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5644
5645 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5646
5647 * gdb.arch/arc-decode-insn.S: New file.
5648 * gdb.arch/arc-decode-insn.exp: Likewise.
5649
5650 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5651
5652 PR tdep/20928
5653 * gdb.arch/sparc64-regs.exp: New file.
5654 * gdb.arch/sparc64-regs.S: Likewise.
5655
5656 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5657
5658 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5659 and memory view on Python 3.
5660
5661 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5662 Keith Seitz <keiths@redhat.com>
5663
5664 PR gdb/14441
5665 * gdb.cp/demangle.exp: Add rvalue reference tests.
5666 * gdb.cp/rvalue-ref-casts.cc: New file.
5667 * gdb.cp/rvalue-ref-casts.exp: New file.
5668 * gdb.cp/rvalue-ref-overload.cc: New file.
5669 * gdb.cp/rvalue-ref-overload.exp: New file.
5670 * gdb.cp/rvalue-ref-params.cc: New file.
5671 * gdb.cp/rvalue-ref-params.exp: New file.
5672 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5673 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5674 * gdb.cp/rvalue-ref-types.cc: New file.
5675 * gdb.cp/rvalue-ref-types.exp: New file.
5676 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5677 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5678
5679 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5680
5681 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5682 New procedure.
5683
5684 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5685
5686 * lib/mi-support.exp (mi_gdb_test): Add additional message
5687 for unexpected output.
5688
5689 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5690
5691 * gdb.base/examine-backward.c (Barrier): New character array
5692 constant, to ensure that TestStrings is preceded by a string
5693 terminator.
5694
5695 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5696
5697 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5698 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5699 and implicit pointer into such a location.
5700
5701 2017-03-16 Doug Evans <dje@google.com>
5702
5703 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5704
5705 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5706
5707 * gdb.cp/m-static.exp: Fix expectation for prototype of
5708 test5.single_constructor and single_constructor::single_constructor.
5709
5710 2017-03-16 Doug Evans <dje@google.com>
5711
5712 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5713 * gdb.guile/scm-lazy-string.c: New file.
5714 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5715 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5716 for pointer, array, typedef lazy strings.
5717
5718 2017-03-16 Doug Evans <dje@google.com>
5719
5720 PR python/17728, python/18439, python/18779
5721 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5722 * gdb.python/py-lazy-string.c (pointer): New typedef.
5723 (main): New locals ptr, array, typedef_ptr.
5724 * gdb.python/py-value.exp: Move lazy string tests to ...
5725 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5726 array, typedef lazy strings.
5727
5728 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5729
5730 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5731 Add optional 'test' parameter.
5732
5733 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5734
5735 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5736 Skip for versions of DejaGnu < 1.5.
5737
5738 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5739
5740 * lib/gdb.exp (dejagnu_version): New proc.
5741 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5742 Use dejagnu_version.
5743
5744 2017-03-10 Keith Seitz <keiths@redhat.com>
5745
5746 PR c++/8128
5747 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5748 type from destructor regexps.
5749 Add a branch which actually passes the test.
5750 Adjust "ptype t5i" test names.
5751
5752 2017-03-08 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.base/step-over-exit.exp: Add explicit test message.
5755
5756 2017-03-08 Pedro Alves <palves@redhat.com>
5757
5758 PR gdb/18360
5759 * gdb.threads/interrupt-while-step-over.c: New file.
5760 * gdb.threads/interrupt-while-step-over.exp: New file.
5761
5762 2017-03-08 Pedro Alves <palves@redhat.com>
5763
5764 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5765 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5766
5767 2017-03-08 Pedro Alves <palves@redhat.com>
5768
5769 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5770 PKRU as not supported as a PASS.
5771
5772 2017-03-08 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5775 prefix instead of $binfile1/$binfile2.
5776 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5777 in test message.
5778 * gdb.python/py-completion.exp: Use "load python file" as test
5779 messages instead of unstable path names.
5780
5781 2017-03-08 Pedro Alves <palves@redhat.com>
5782 Jan Kratochvil <jan.kratochvil@redhat.com>
5783
5784 PR cli/21218
5785 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5786 New proc.
5787 (top level): Call it.
5788
5789 2017-03-08 Pedro Alves <palves@redhat.com>
5790
5791 PR tui/21216
5792 * gdb.tui/tui-nl-filtered-output.exp: New file.
5793
5794 2017-03-08 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.base/completion.exp: Move TUI completion tests to ...
5797 * gdb.tui/completion.exp: ... this new file.
5798
5799 2017-03-08 Pedro Alves <palves@redhat.com>
5800
5801 * gdb.base/tui-disasm-long-lines.c,
5802 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5803 gdb.base/tui-layout.exp: Move to ...
5804 * gdb.tui/: ... this new directory.
5805
5806 2017-03-07 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.base/tui-layout.c: New file.
5809 * gdb.base/tui-layout.exp: New file.
5810
5811 2017-03-07 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.base/tui-layout.c: Rename to ...
5814 * gdb.base/tui-disasm-long-lines.c: ... this.
5815 * gdb.base/tui-layout.exp: Rename to ...
5816 * gdb.base/tui-disasm-long-lines.exp: ... this.
5817
5818 2017-03-07 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5821
5822 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5823
5824 * i386-mpx-call.c: New file.
5825 * i386-mpx-call.exp: New file.
5826
5827 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5828
5829 * gdb.arch/powerpc-power.exp: Delete test.
5830 * gdb.arch/powerpc-power.s: Likewise.
5831 * gdb.disasm/disassembler-options.exp: New test.
5832 * gdb.arch/powerpc-altivec.exp: Likewise.
5833 * gdb.arch/powerpc-altivec.s: Likewise.
5834 * gdb.arch/powerpc-altivec2.exp: Likewise.
5835 * gdb.arch/powerpc-altivec2.s: Likewise.
5836 * gdb.arch/powerpc-altivec3.exp: Likewise.
5837 * gdb.arch/powerpc-altivec3.s: Likewise.
5838 * gdb.arch/powerpc-power7.exp: Likewise.
5839 * gdb.arch/powerpc-power7.s: Likewise.
5840 * gdb.arch/powerpc-power8.exp: Likewise.
5841 * gdb.arch/powerpc-power8.s: Likewise.
5842 * gdb.arch/powerpc-power9.exp: Likewise.
5843 * gdb.arch/powerpc-power9.s: Likewise.
5844 * gdb.arch/powerpc-vsx.exp: Likewise.
5845 * gdb.arch/powerpc-vsx.s: Likewise.
5846 * gdb.arch/powerpc-vsx2.exp: Likewise.
5847 * gdb.arch/powerpc-vsx2.s: Likewise.
5848 * gdb.arch/powerpc-vsx3.exp: Likewise.
5849 * gdb.arch/powerpc-vsx3.s: Likewise.
5850 * gdb.arch/arm-disassembler-options.exp: Likewise.
5851 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5852 * gdb.arch/s390-disassembler-options.exp: Likewise.
5853
5854 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5855
5856 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5857 (check_supported_features): ... this. Changed return type to void.
5858 (supports_rdseed): New static global.
5859 (rdseed): Check supports_rdseed.
5860 (initialize): Call check_supported_features.
5861
5862 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5863
5864 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5865 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5866 and lqarx/stqcx.
5867 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5868 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5869
5870 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5871
5872 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5873 uppercase.
5874
5875 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5876
5877 * gdb.dwarf2/formdata16.c: New file.
5878 * gdb.dwarf2/formdata16.exp: New file.
5879 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5880
5881 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5882
5883 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5884 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5885 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5886 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5887 DW_AT_GNU_*.
5888
5889 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5890
5891 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5892
5893 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5894
5895 PR gdb/21164
5896 * gdb.base/maint.exp: Add testcases for when the commands do
5897 not have arguments.
5898
5899 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5900
5901 * gdb.cp/chained-calls.exp: Use p instead of P.
5902
5903 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5904
5905 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5906 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5907
5908 2017-02-14 Tom Tromey <tom@tromey.com>
5909
5910 PR python/13598:
5911 * gdb.python/py-events.exp: Add before_prompt event tests.
5912
5913 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5914
5915 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5916
5917 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5918
5919 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5920 (main): Call my_unique_function_name.
5921 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5922 completion of patterns with a single match.
5923 Add missing -re switches to gdb_test_multiple calls.
5924
5925 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5926
5927 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5928 return if core file is not recognized.
5929
5930 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5931
5932 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5933 and extra UIs.
5934
5935 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5936
5937 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5938 proc_with_prefix.
5939
5940 2017-02-10 Tom Tromey <tom@tromey.com>
5941
5942 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5943
5944 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5945
5946 PR gdb/21122
5947 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5948
5949 2017-02-08 Jerome Guitton <guitton@adacore.com>
5950
5951 * gdb.base/define.exp: Add test for command abbreviations
5952 in define.
5953
5954 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5955
5956 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5957 * gdb.reverse/insn-reverse-x86.c: New file.
5958
5959 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5960
5961 PR tdep/20936
5962 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5963
5964 2017-02-03 Tom Tromey <tom@tromey.com>
5965
5966 PR rust/21097:
5967 * gdb.rust/simple.exp: Add new tests.
5968
5969 2017-02-02 Pedro Alves <palves@redhat.com>
5970
5971 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5972 tests.
5973
5974 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5975
5976 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5977 taking a 2-byte value out of a 4-byte DWARF implicit value on
5978 big-endian targets.
5979 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5980 logic. Add test cases for DW_OP_implicit.
5981
5982 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5983
5984 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5985
5986 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5987
5988 * gdb.btrace/enable.exp: Call gdb_exit before
5989 skip_gdbserver_tests.
5990
5991 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5992
5993 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5994 GDBFLAGS.
5995
5996 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5997
5998 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5999 the test is skipped.
6000 * gdb.btrace/data.exp: Likewise.
6001 * gdb.btrace/delta.exp: Likewise.
6002 * gdb.btrace/dlopen.exp: Likewise.
6003 * gdb.btrace/enable-running.exp: Likewise.
6004 * gdb.btrace/enable.exp: Likewise.
6005 * gdb.btrace/exception.exp: Likewise.
6006 * gdb.btrace/function_call_history.exp: Likewise.
6007 * gdb.btrace/gcore.exp: Likewise.
6008 * gdb.btrace/instruction_history.exp: Likewise.
6009 * gdb.btrace/multi-thread-step.exp: Likewise.
6010 * gdb.btrace/nohist.exp: Likewise.
6011 * gdb.btrace/non-stop.exp: Likewise.
6012 * gdb.btrace/reconnect.exp: Likewise.
6013 * gdb.btrace/record_goto-step.exp: Likewise.
6014 * gdb.btrace/record_goto.exp: Likewise.
6015 * gdb.btrace/rn-dl-bind.exp: Likewise.
6016 * gdb.btrace/segv.exp: Likewise.
6017 * gdb.btrace/step.exp: Likewise.
6018 * gdb.btrace/stepi.exp: Likewise.
6019 * gdb.btrace/tailcall-only.exp: Likewise.
6020 * gdb.btrace/tailcall.exp: Likewise.
6021 * gdb.btrace/tsx.exp: Likewise.
6022 * gdb.btrace/unknown_functions.exp: Likewise.
6023 * gdb.btrace/vdso.exp: Likewise.
6024
6025 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6026
6027 * gdb.btrace/enable-running.c: New.
6028 * gdb.btrace/enable-running.exp: New.
6029
6030 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6031
6032 * gdb.arch/amd64-gs_base.c: New file.
6033 * gdb.arch/amd64-gs_base.exp: New file.
6034
6035 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6036
6037 * lib/memory.exp: Remove spurious empty newlines.
6038
6039 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6040
6041 * gdb.python/py-bad-printers.exp: Load python file using "source".
6042 * gdb.python/py-events.exp: Likewise.
6043 * gdb.python/py-evsignal.exp: Likewise.
6044 * gdb.python/py-evthreads.exp: Likewise.
6045 * gdb.python/py-frame-args.exp: Likewise.
6046 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6047 * gdb.python/py-framefilter-mi.exp: Likewise.
6048 * gdb.python/py-framefilter.exp: Likewise.
6049 * gdb.python/py-mi.exp: Likewise.
6050 * gdb.python/py-pp-maint.exp: Likewise.
6051 * gdb.python/py-pp-registration.exp: Likewise.
6052 * gdb.python/py-prettyprint.exp: Likewise.
6053 (run_lang_tests): Likewise.
6054 * gdb.python/py-typeprint.exp: Likewise.
6055
6056 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6057
6058 * lib/memory.exp: New file.
6059 * lib/gdb.exp: Load memory.exp.
6060 * gdb.base/memattr.exp (delete_memory): Move proc to
6061 lib/memory.exp and rename to delete_memory_regions.
6062 Replace delete_memory with delete_memory_regions.
6063 Cleanup memory regions before tests.
6064 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6065 before tests.
6066
6067 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6068
6069 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6070 files.
6071 (initialize): New function conditionally defined.
6072 (testcases): Move within conditional block.
6073 (main): Call initialize.
6074 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6075 of gdb.reverse/insn-reverse.c.
6076 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6077 gdb.reverse/insn-reverse.c.
6078
6079 2017-01-26 Yao Qi <yao.qi@linaro.org>
6080
6081 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6082 disassemble on address 0.
6083
6084 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6085 Yao Qi <yao.qi@linaro.org>
6086
6087 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6088 * gdb.dwarf2/implptr-64bit.S: Remove.
6089 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6090 variables in caller's context. Add DW_OP_implicit_value.
6091
6092 2017-01-25 Yao Qi <yao.qi@linaro.org>
6093
6094 * lib/dwarf.exp (Dwarf::_location): Handle
6095 DW_OP_GNU_implicit_pointer with proper size.
6096
6097 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6098
6099 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6100 and add untested calls.
6101
6102 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6103
6104 * gdb.python/python.exp: Check line number against what GDB thinks
6105 the line number is for func1.
6106
6107 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6108
6109 * gdb.dlang/debug-expr.exp: New file.
6110
6111 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6112
6113 Fix test names for the following files:
6114
6115 * gdb.ada/exec_changed.exp
6116 * gdb.ada/info_types.exp
6117 * gdb.arch/aarch64-atomic-inst.exp
6118 * gdb.arch/aarch64-fp.exp
6119 * gdb.arch/altivec-abi.exp
6120 * gdb.arch/altivec-regs.exp
6121 * gdb.arch/amd64-byte.exp
6122 * gdb.arch/amd64-disp-step.exp
6123 * gdb.arch/amd64-dword.exp
6124 * gdb.arch/amd64-entry-value-inline.exp
6125 * gdb.arch/amd64-entry-value-param.exp
6126 * gdb.arch/amd64-entry-value-paramref.exp
6127 * gdb.arch/amd64-entry-value.exp
6128 * gdb.arch/amd64-i386-address.exp
6129 * gdb.arch/amd64-invalid-stack-middle.exp
6130 * gdb.arch/amd64-invalid-stack-top.exp
6131 * gdb.arch/amd64-optimout-repeat.exp
6132 * gdb.arch/amd64-prologue-skip.exp
6133 * gdb.arch/amd64-prologue-xmm.exp
6134 * gdb.arch/amd64-stap-special-operands.exp
6135 * gdb.arch/amd64-stap-wrong-subexp.exp
6136 * gdb.arch/amd64-tailcall-cxx.exp
6137 * gdb.arch/amd64-tailcall-noret.exp
6138 * gdb.arch/amd64-tailcall-ret.exp
6139 * gdb.arch/amd64-tailcall-self.exp
6140 * gdb.arch/amd64-word.exp
6141 * gdb.arch/arm-bl-branch-dest.exp
6142 * gdb.arch/arm-disp-step.exp
6143 * gdb.arch/arm-neon.exp
6144 * gdb.arch/arm-single-step-kernel-helper.exp
6145 * gdb.arch/avr-flash-qualifier.exp
6146 * gdb.arch/disp-step-insn-reloc.exp
6147 * gdb.arch/e500-abi.exp
6148 * gdb.arch/e500-regs.exp
6149 * gdb.arch/ftrace-insn-reloc.exp
6150 * gdb.arch/i386-avx512.exp
6151 * gdb.arch/i386-bp_permanent.exp
6152 * gdb.arch/i386-byte.exp
6153 * gdb.arch/i386-cfi-notcurrent.exp
6154 * gdb.arch/i386-disp-step.exp
6155 * gdb.arch/i386-dr3-watch.exp
6156 * gdb.arch/i386-float.exp
6157 * gdb.arch/i386-gnu-cfi.exp
6158 * gdb.arch/i386-mpx-map.exp
6159 * gdb.arch/i386-mpx-sigsegv.exp
6160 * gdb.arch/i386-mpx-simple_segv.exp
6161 * gdb.arch/i386-mpx.exp
6162 * gdb.arch/i386-permbkpt.exp
6163 * gdb.arch/i386-prologue.exp
6164 * gdb.arch/i386-signal.exp
6165 * gdb.arch/i386-size-overlap.exp
6166 * gdb.arch/i386-unwind.exp
6167 * gdb.arch/i386-word.exp
6168 * gdb.arch/mips-fcr.exp
6169 * gdb.arch/powerpc-d128-regs.exp
6170 * gdb.arch/powerpc-stackless.exp
6171 * gdb.arch/ppc64-atomic-inst.exp
6172 * gdb.arch/s390-stackless.exp
6173 * gdb.arch/s390-tdbregs.exp
6174 * gdb.arch/s390-vregs.exp
6175 * gdb.arch/sparc-sysstep.exp
6176 * gdb.arch/thumb-bx-pc.exp
6177 * gdb.arch/thumb-singlestep.exp
6178 * gdb.arch/thumb2-it.exp
6179 * gdb.arch/vsx-regs.exp
6180 * gdb.asm/asm-source.exp
6181 * gdb.base/a2-run.exp
6182 * gdb.base/advance.exp
6183 * gdb.base/all-bin.exp
6184 * gdb.base/anon.exp
6185 * gdb.base/args.exp
6186 * gdb.base/arithmet.exp
6187 * gdb.base/async-shell.exp
6188 * gdb.base/async.exp
6189 * gdb.base/attach-pie-noexec.exp
6190 * gdb.base/attach-twice.exp
6191 * gdb.base/auto-load.exp
6192 * gdb.base/bang.exp
6193 * gdb.base/bitfields.exp
6194 * gdb.base/break-always.exp
6195 * gdb.base/break-caller-line.exp
6196 * gdb.base/break-entry.exp
6197 * gdb.base/break-inline.exp
6198 * gdb.base/break-on-linker-gcd-function.exp
6199 * gdb.base/break-probes.exp
6200 * gdb.base/break.exp
6201 * gdb.base/breakpoint-shadow.exp
6202 * gdb.base/call-ar-st.exp
6203 * gdb.base/call-sc.exp
6204 * gdb.base/call-signal-resume.exp
6205 * gdb.base/call-strs.exp
6206 * gdb.base/callfuncs.exp
6207 * gdb.base/catch-fork-static.exp
6208 * gdb.base/catch-gdb-caused-signals.exp
6209 * gdb.base/catch-load.exp
6210 * gdb.base/catch-signal-fork.exp
6211 * gdb.base/catch-signal.exp
6212 * gdb.base/catch-syscall.exp
6213 * gdb.base/charset.exp
6214 * gdb.base/checkpoint.exp
6215 * gdb.base/chng-syms.exp
6216 * gdb.base/code-expr.exp
6217 * gdb.base/code_elim.exp
6218 * gdb.base/commands.exp
6219 * gdb.base/completion.exp
6220 * gdb.base/complex.exp
6221 * gdb.base/cond-expr.exp
6222 * gdb.base/condbreak.exp
6223 * gdb.base/consecutive.exp
6224 * gdb.base/continue-all-already-running.exp
6225 * gdb.base/coredump-filter.exp
6226 * gdb.base/corefile.exp
6227 * gdb.base/dbx.exp
6228 * gdb.base/debug-expr.exp
6229 * gdb.base/define.exp
6230 * gdb.base/del.exp
6231 * gdb.base/disabled-location.exp
6232 * gdb.base/disasm-end-cu.exp
6233 * gdb.base/disasm-optim.exp
6234 * gdb.base/display.exp
6235 * gdb.base/duplicate-bp.exp
6236 * gdb.base/ena-dis-br.exp
6237 * gdb.base/ending-run.exp
6238 * gdb.base/enumval.exp
6239 * gdb.base/environ.exp
6240 * gdb.base/eu-strip-infcall.exp
6241 * gdb.base/eval-avoid-side-effects.exp
6242 * gdb.base/eval-skip.exp
6243 * gdb.base/exitsignal.exp
6244 * gdb.base/expand-psymtabs.exp
6245 * gdb.base/filesym.exp
6246 * gdb.base/find-unmapped.exp
6247 * gdb.base/finish.exp
6248 * gdb.base/float.exp
6249 * gdb.base/foll-exec-mode.exp
6250 * gdb.base/foll-exec.exp
6251 * gdb.base/foll-fork.exp
6252 * gdb.base/fortran-sym-case.exp
6253 * gdb.base/freebpcmd.exp
6254 * gdb.base/func-ptr.exp
6255 * gdb.base/func-ptrs.exp
6256 * gdb.base/funcargs.exp
6257 * gdb.base/gcore-buffer-overflow.exp
6258 * gdb.base/gcore-relro-pie.exp
6259 * gdb.base/gcore-relro.exp
6260 * gdb.base/gcore.exp
6261 * gdb.base/gdb1090.exp
6262 * gdb.base/gdb11530.exp
6263 * gdb.base/gdb11531.exp
6264 * gdb.base/gdb1821.exp
6265 * gdb.base/gdbindex-stabs.exp
6266 * gdb.base/gdbvars.exp
6267 * gdb.base/hbreak.exp
6268 * gdb.base/hbreak2.exp
6269 * gdb.base/included.exp
6270 * gdb.base/infcall-input.exp
6271 * gdb.base/inferior-died.exp
6272 * gdb.base/infnan.exp
6273 * gdb.base/info-macros.exp
6274 * gdb.base/info-os.exp
6275 * gdb.base/info-proc.exp
6276 * gdb.base/info-shared.exp
6277 * gdb.base/info-target.exp
6278 * gdb.base/infoline.exp
6279 * gdb.base/interp.exp
6280 * gdb.base/interrupt.exp
6281 * gdb.base/jit-reader.exp
6282 * gdb.base/jit-simple.exp
6283 * gdb.base/kill-after-signal.exp
6284 * gdb.base/kill-detach-inferiors-cmd.exp
6285 * gdb.base/label.exp
6286 * gdb.base/langs.exp
6287 * gdb.base/ldbl_e308.exp
6288 * gdb.base/line-symtabs.exp
6289 * gdb.base/linespecs.exp
6290 * gdb.base/list.exp
6291 * gdb.base/long_long.exp
6292 * gdb.base/longest-types.exp
6293 * gdb.base/maint.exp
6294 * gdb.base/max-value-size.exp
6295 * gdb.base/memattr.exp
6296 * gdb.base/mips_pro.exp
6297 * gdb.base/morestack.exp
6298 * gdb.base/moribund-step.exp
6299 * gdb.base/multi-forks.exp
6300 * gdb.base/nested-addr.exp
6301 * gdb.base/nextoverexit.exp
6302 * gdb.base/noreturn-finish.exp
6303 * gdb.base/noreturn-return.exp
6304 * gdb.base/nostdlib.exp
6305 * gdb.base/offsets.exp
6306 * gdb.base/opaque.exp
6307 * gdb.base/pc-fp.exp
6308 * gdb.base/permissions.exp
6309 * gdb.base/print-symbol-loading.exp
6310 * gdb.base/prologue-include.exp
6311 * gdb.base/psymtab.exp
6312 * gdb.base/ptype.exp
6313 * gdb.base/random-signal.exp
6314 * gdb.base/randomize.exp
6315 * gdb.base/range-stepping.exp
6316 * gdb.base/readline-ask.exp
6317 * gdb.base/recpar.exp
6318 * gdb.base/recurse.exp
6319 * gdb.base/relational.exp
6320 * gdb.base/restore.exp
6321 * gdb.base/return-nodebug.exp
6322 * gdb.base/return.exp
6323 * gdb.base/run-after-attach.exp
6324 * gdb.base/save-bp.exp
6325 * gdb.base/scope.exp
6326 * gdb.base/sect-cmd.exp
6327 * gdb.base/set-lang-auto.exp
6328 * gdb.base/set-noassign.exp
6329 * gdb.base/setvar.exp
6330 * gdb.base/sigall.exp
6331 * gdb.base/sigbpt.exp
6332 * gdb.base/siginfo-addr.exp
6333 * gdb.base/siginfo-infcall.exp
6334 * gdb.base/siginfo-obj.exp
6335 * gdb.base/siginfo.exp
6336 * gdb.base/signals-state-child.exp
6337 * gdb.base/signest.exp
6338 * gdb.base/sigstep.exp
6339 * gdb.base/sizeof.exp
6340 * gdb.base/skip.exp
6341 * gdb.base/solib-corrupted.exp
6342 * gdb.base/solib-nodir.exp
6343 * gdb.base/solib-search.exp
6344 * gdb.base/stack-checking.exp
6345 * gdb.base/stale-infcall.exp
6346 * gdb.base/stap-probe.exp
6347 * gdb.base/start.exp
6348 * gdb.base/step-break.exp
6349 * gdb.base/step-bt.exp
6350 * gdb.base/step-line.exp
6351 * gdb.base/step-over-exit.exp
6352 * gdb.base/step-over-syscall.exp
6353 * gdb.base/step-resume-infcall.exp
6354 * gdb.base/step-test.exp
6355 * gdb.base/store.exp
6356 * gdb.base/structs3.exp
6357 * gdb.base/sym-file.exp
6358 * gdb.base/symbol-without-target_section.exp
6359 * gdb.base/term.exp
6360 * gdb.base/testenv.exp
6361 * gdb.base/ui-redirect.exp
6362 * gdb.base/until.exp
6363 * gdb.base/unwindonsignal.exp
6364 * gdb.base/value-double-free.exp
6365 * gdb.base/vla-datatypes.exp
6366 * gdb.base/vla-ptr.exp
6367 * gdb.base/vla-sideeffect.exp
6368 * gdb.base/volatile.exp
6369 * gdb.base/watch-cond-infcall.exp
6370 * gdb.base/watch-cond.exp
6371 * gdb.base/watch-non-mem.exp
6372 * gdb.base/watch-read.exp
6373 * gdb.base/watch-vfork.exp
6374 * gdb.base/watchpoint-cond-gone.exp
6375 * gdb.base/watchpoint-delete.exp
6376 * gdb.base/watchpoint-hw-hit-once.exp
6377 * gdb.base/watchpoint-hw.exp
6378 * gdb.base/watchpoint-stops-at-right-insn.exp
6379 * gdb.base/watchpoints.exp
6380 * gdb.base/wchar.exp
6381 * gdb.base/whatis-exp.exp
6382 * gdb.btrace/buffer-size.exp
6383 * gdb.btrace/data.exp
6384 * gdb.btrace/delta.exp
6385 * gdb.btrace/dlopen.exp
6386 * gdb.btrace/enable.exp
6387 * gdb.btrace/exception.exp
6388 * gdb.btrace/function_call_history.exp
6389 * gdb.btrace/gcore.exp
6390 * gdb.btrace/instruction_history.exp
6391 * gdb.btrace/nohist.exp
6392 * gdb.btrace/reconnect.exp
6393 * gdb.btrace/record_goto-step.exp
6394 * gdb.btrace/record_goto.exp
6395 * gdb.btrace/rn-dl-bind.exp
6396 * gdb.btrace/segv.exp
6397 * gdb.btrace/step.exp
6398 * gdb.btrace/stepi.exp
6399 * gdb.btrace/tailcall-only.exp
6400 * gdb.btrace/tailcall.exp
6401 * gdb.btrace/tsx.exp
6402 * gdb.btrace/unknown_functions.exp
6403 * gdb.btrace/vdso.exp
6404 * gdb.compile/compile-ifunc.exp
6405 * gdb.compile/compile-ops.exp
6406 * gdb.compile/compile-print.exp
6407 * gdb.compile/compile-setjmp.exp
6408 * gdb.cp/abstract-origin.exp
6409 * gdb.cp/ambiguous.exp
6410 * gdb.cp/annota2.exp
6411 * gdb.cp/annota3.exp
6412 * gdb.cp/anon-ns.exp
6413 * gdb.cp/anon-struct.exp
6414 * gdb.cp/anon-union.exp
6415 * gdb.cp/arg-reference.exp
6416 * gdb.cp/baseenum.exp
6417 * gdb.cp/bool.exp
6418 * gdb.cp/breakpoint.exp
6419 * gdb.cp/bs15503.exp
6420 * gdb.cp/call-c.exp
6421 * gdb.cp/casts.exp
6422 * gdb.cp/chained-calls.exp
6423 * gdb.cp/class2.exp
6424 * gdb.cp/classes.exp
6425 * gdb.cp/cmpd-minsyms.exp
6426 * gdb.cp/converts.exp
6427 * gdb.cp/cp-relocate.exp
6428 * gdb.cp/cpcompletion.exp
6429 * gdb.cp/cpexprs.exp
6430 * gdb.cp/cplabel.exp
6431 * gdb.cp/cplusfuncs.exp
6432 * gdb.cp/cpsizeof.exp
6433 * gdb.cp/ctti.exp
6434 * gdb.cp/derivation.exp
6435 * gdb.cp/destrprint.exp
6436 * gdb.cp/dispcxx.exp
6437 * gdb.cp/enum-class.exp
6438 * gdb.cp/exception.exp
6439 * gdb.cp/exceptprint.exp
6440 * gdb.cp/expand-psymtabs-cxx.exp
6441 * gdb.cp/expand-sals.exp
6442 * gdb.cp/extern-c.exp
6443 * gdb.cp/filename.exp
6444 * gdb.cp/formatted-ref.exp
6445 * gdb.cp/fpointer.exp
6446 * gdb.cp/gdb1355.exp
6447 * gdb.cp/gdb2495.exp
6448 * gdb.cp/hang.exp
6449 * gdb.cp/impl-this.exp
6450 * gdb.cp/infcall-dlopen.exp
6451 * gdb.cp/inherit.exp
6452 * gdb.cp/iostream.exp
6453 * gdb.cp/koenig.exp
6454 * gdb.cp/local.exp
6455 * gdb.cp/m-data.exp
6456 * gdb.cp/m-static.exp
6457 * gdb.cp/mb-ctor.exp
6458 * gdb.cp/mb-inline.exp
6459 * gdb.cp/mb-templates.exp
6460 * gdb.cp/member-name.exp
6461 * gdb.cp/member-ptr.exp
6462 * gdb.cp/meth-typedefs.exp
6463 * gdb.cp/method.exp
6464 * gdb.cp/method2.exp
6465 * gdb.cp/minsym-fallback.exp
6466 * gdb.cp/misc.exp
6467 * gdb.cp/namelessclass.exp
6468 * gdb.cp/namespace-enum.exp
6469 * gdb.cp/namespace-nested-import.exp
6470 * gdb.cp/namespace.exp
6471 * gdb.cp/nextoverthrow.exp
6472 * gdb.cp/no-dmgl-verbose.exp
6473 * gdb.cp/non-trivial-retval.exp
6474 * gdb.cp/noparam.exp
6475 * gdb.cp/nsdecl.exp
6476 * gdb.cp/nsimport.exp
6477 * gdb.cp/nsnested.exp
6478 * gdb.cp/nsnoimports.exp
6479 * gdb.cp/nsrecurs.exp
6480 * gdb.cp/nsstress.exp
6481 * gdb.cp/nsusing.exp
6482 * gdb.cp/operator.exp
6483 * gdb.cp/oranking.exp
6484 * gdb.cp/overload-const.exp
6485 * gdb.cp/overload.exp
6486 * gdb.cp/ovldbreak.exp
6487 * gdb.cp/ovsrch.exp
6488 * gdb.cp/paren-type.exp
6489 * gdb.cp/parse-lang.exp
6490 * gdb.cp/pass-by-ref.exp
6491 * gdb.cp/pr-1023.exp
6492 * gdb.cp/pr-1210.exp
6493 * gdb.cp/pr-574.exp
6494 * gdb.cp/pr10687.exp
6495 * gdb.cp/pr12028.exp
6496 * gdb.cp/pr17132.exp
6497 * gdb.cp/pr17494.exp
6498 * gdb.cp/pr9067.exp
6499 * gdb.cp/pr9167.exp
6500 * gdb.cp/pr9631.exp
6501 * gdb.cp/printmethod.exp
6502 * gdb.cp/psmang.exp
6503 * gdb.cp/psymtab-parameter.exp
6504 * gdb.cp/ptype-cv-cp.exp
6505 * gdb.cp/ptype-flags.exp
6506 * gdb.cp/re-set-overloaded.exp
6507 * gdb.cp/ref-types.exp
6508 * gdb.cp/rtti.exp
6509 * gdb.cp/scope-err.exp
6510 * gdb.cp/shadow.exp
6511 * gdb.cp/smartp.exp
6512 * gdb.cp/static-method.exp
6513 * gdb.cp/static-print-quit.exp
6514 * gdb.cp/temargs.exp
6515 * gdb.cp/templates.exp
6516 * gdb.cp/try_catch.exp
6517 * gdb.cp/typedef-operator.exp
6518 * gdb.cp/typeid.exp
6519 * gdb.cp/userdef.exp
6520 * gdb.cp/using-crash.exp
6521 * gdb.cp/var-tag.exp
6522 * gdb.cp/virtbase.exp
6523 * gdb.cp/virtfunc.exp
6524 * gdb.cp/virtfunc2.exp
6525 * gdb.cp/vla-cxx.exp
6526 * gdb.disasm/t01_mov.exp
6527 * gdb.disasm/t02_mova.exp
6528 * gdb.disasm/t03_add.exp
6529 * gdb.disasm/t04_sub.exp
6530 * gdb.disasm/t05_cmp.exp
6531 * gdb.disasm/t06_ari2.exp
6532 * gdb.disasm/t07_ari3.exp
6533 * gdb.disasm/t08_or.exp
6534 * gdb.disasm/t09_xor.exp
6535 * gdb.disasm/t10_and.exp
6536 * gdb.disasm/t11_logs.exp
6537 * gdb.disasm/t12_bit.exp
6538 * gdb.disasm/t13_otr.exp
6539 * gdb.dlang/circular.exp
6540 * gdb.dwarf2/arr-stride.exp
6541 * gdb.dwarf2/arr-subrange.exp
6542 * gdb.dwarf2/atomic-type.exp
6543 * gdb.dwarf2/bad-regnum.exp
6544 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6545 * gdb.dwarf2/callframecfa.exp
6546 * gdb.dwarf2/clztest.exp
6547 * gdb.dwarf2/corrupt.exp
6548 * gdb.dwarf2/data-loc.exp
6549 * gdb.dwarf2/dup-psym.exp
6550 * gdb.dwarf2/dw2-anon-mptr.exp
6551 * gdb.dwarf2/dw2-anonymous-func.exp
6552 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6553 * gdb.dwarf2/dw2-bad-unresolved.exp
6554 * gdb.dwarf2/dw2-basic.exp
6555 * gdb.dwarf2/dw2-canonicalize-type.exp
6556 * gdb.dwarf2/dw2-case-insensitive.exp
6557 * gdb.dwarf2/dw2-common-block.exp
6558 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6559 * gdb.dwarf2/dw2-compressed.exp
6560 * gdb.dwarf2/dw2-const.exp
6561 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6562 * gdb.dwarf2/dw2-cu-size.exp
6563 * gdb.dwarf2/dw2-dup-frame.exp
6564 * gdb.dwarf2/dw2-entry-value.exp
6565 * gdb.dwarf2/dw2-icycle.exp
6566 * gdb.dwarf2/dw2-ifort-parameter.exp
6567 * gdb.dwarf2/dw2-inline-break.exp
6568 * gdb.dwarf2/dw2-inline-param.exp
6569 * gdb.dwarf2/dw2-intercu.exp
6570 * gdb.dwarf2/dw2-intermix.exp
6571 * gdb.dwarf2/dw2-lexical-block-bare.exp
6572 * gdb.dwarf2/dw2-linkage-name-trust.exp
6573 * gdb.dwarf2/dw2-minsym-in-cu.exp
6574 * gdb.dwarf2/dw2-noloc.exp
6575 * gdb.dwarf2/dw2-op-call.exp
6576 * gdb.dwarf2/dw2-op-out-param.exp
6577 * gdb.dwarf2/dw2-opt-structptr.exp
6578 * gdb.dwarf2/dw2-param-error.exp
6579 * gdb.dwarf2/dw2-producer.exp
6580 * gdb.dwarf2/dw2-ranges-base.exp
6581 * gdb.dwarf2/dw2-ref-missing-frame.exp
6582 * gdb.dwarf2/dw2-reg-undefined.exp
6583 * gdb.dwarf2/dw2-regno-invalid.exp
6584 * gdb.dwarf2/dw2-restore.exp
6585 * gdb.dwarf2/dw2-restrict.exp
6586 * gdb.dwarf2/dw2-single-line-discriminators.exp
6587 * gdb.dwarf2/dw2-strp.exp
6588 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6589 * gdb.dwarf2/dw2-unresolved.exp
6590 * gdb.dwarf2/dw2-var-zero-addr.exp
6591 * gdb.dwarf2/dw4-sig-types.exp
6592 * gdb.dwarf2/dwz.exp
6593 * gdb.dwarf2/dynarr-ptr.exp
6594 * gdb.dwarf2/enum-type.exp
6595 * gdb.dwarf2/gdb-index.exp
6596 * gdb.dwarf2/implptr-64bit.exp
6597 * gdb.dwarf2/implptr-optimized-out.exp
6598 * gdb.dwarf2/implptr.exp
6599 * gdb.dwarf2/implref-array.exp
6600 * gdb.dwarf2/implref-const.exp
6601 * gdb.dwarf2/implref-global.exp
6602 * gdb.dwarf2/implref-struct.exp
6603 * gdb.dwarf2/mac-fileno.exp
6604 * gdb.dwarf2/main-subprogram.exp
6605 * gdb.dwarf2/member-ptr-forwardref.exp
6606 * gdb.dwarf2/method-ptr.exp
6607 * gdb.dwarf2/missing-sig-type.exp
6608 * gdb.dwarf2/nonvar-access.exp
6609 * gdb.dwarf2/opaque-type-lookup.exp
6610 * gdb.dwarf2/pieces-optimized-out.exp
6611 * gdb.dwarf2/pieces.exp
6612 * gdb.dwarf2/pr10770.exp
6613 * gdb.dwarf2/pr13961.exp
6614 * gdb.dwarf2/staticvirtual.exp
6615 * gdb.dwarf2/subrange.exp
6616 * gdb.dwarf2/symtab-producer.exp
6617 * gdb.dwarf2/trace-crash.exp
6618 * gdb.dwarf2/typeddwarf.exp
6619 * gdb.dwarf2/valop.exp
6620 * gdb.dwarf2/watch-notconst.exp
6621 * gdb.fortran/array-element.exp
6622 * gdb.fortran/charset.exp
6623 * gdb.fortran/common-block.exp
6624 * gdb.fortran/complex.exp
6625 * gdb.fortran/derived-type-function.exp
6626 * gdb.fortran/derived-type.exp
6627 * gdb.fortran/logical.exp
6628 * gdb.fortran/module.exp
6629 * gdb.fortran/multi-dim.exp
6630 * gdb.fortran/nested-funcs.exp
6631 * gdb.fortran/print-formatted.exp
6632 * gdb.fortran/subarray.exp
6633 * gdb.fortran/vla-alloc-assoc.exp
6634 * gdb.fortran/vla-datatypes.exp
6635 * gdb.fortran/vla-history.exp
6636 * gdb.fortran/vla-ptr-info.exp
6637 * gdb.fortran/vla-ptype-sub.exp
6638 * gdb.fortran/vla-ptype.exp
6639 * gdb.fortran/vla-sizeof.exp
6640 * gdb.fortran/vla-type.exp
6641 * gdb.fortran/vla-value-sub-arbitrary.exp
6642 * gdb.fortran/vla-value-sub-finish.exp
6643 * gdb.fortran/vla-value-sub.exp
6644 * gdb.fortran/vla-value.exp
6645 * gdb.fortran/whatis_type.exp
6646 * gdb.go/chan.exp
6647 * gdb.go/handcall.exp
6648 * gdb.go/hello.exp
6649 * gdb.go/integers.exp
6650 * gdb.go/methods.exp
6651 * gdb.go/package.exp
6652 * gdb.go/strings.exp
6653 * gdb.go/types.exp
6654 * gdb.go/unsafe.exp
6655 * gdb.guile/scm-arch.exp
6656 * gdb.guile/scm-block.exp
6657 * gdb.guile/scm-breakpoint.exp
6658 * gdb.guile/scm-cmd.exp
6659 * gdb.guile/scm-disasm.exp
6660 * gdb.guile/scm-equal.exp
6661 * gdb.guile/scm-frame-args.exp
6662 * gdb.guile/scm-frame-inline.exp
6663 * gdb.guile/scm-frame.exp
6664 * gdb.guile/scm-iterator.exp
6665 * gdb.guile/scm-math.exp
6666 * gdb.guile/scm-objfile.exp
6667 * gdb.guile/scm-ports.exp
6668 * gdb.guile/scm-symbol.exp
6669 * gdb.guile/scm-symtab.exp
6670 * gdb.guile/scm-value-cc.exp
6671 * gdb.guile/types-module.exp
6672 * gdb.linespec/break-ask.exp
6673 * gdb.linespec/cpexplicit.exp
6674 * gdb.linespec/explicit.exp
6675 * gdb.linespec/keywords.exp
6676 * gdb.linespec/linespec.exp
6677 * gdb.linespec/ls-dollar.exp
6678 * gdb.linespec/ls-errs.exp
6679 * gdb.linespec/skip-two.exp
6680 * gdb.linespec/thread.exp
6681 * gdb.mi/mi-async.exp
6682 * gdb.mi/mi-basics.exp
6683 * gdb.mi/mi-break.exp
6684 * gdb.mi/mi-catch-load.exp
6685 * gdb.mi/mi-cli.exp
6686 * gdb.mi/mi-cmd-param-changed.exp
6687 * gdb.mi/mi-console.exp
6688 * gdb.mi/mi-detach.exp
6689 * gdb.mi/mi-disassemble.exp
6690 * gdb.mi/mi-eval.exp
6691 * gdb.mi/mi-file-transfer.exp
6692 * gdb.mi/mi-file.exp
6693 * gdb.mi/mi-fill-memory.exp
6694 * gdb.mi/mi-inheritance-syntax-error.exp
6695 * gdb.mi/mi-linespec-err-cp.exp
6696 * gdb.mi/mi-logging.exp
6697 * gdb.mi/mi-memory-changed.exp
6698 * gdb.mi/mi-read-memory.exp
6699 * gdb.mi/mi-record-changed.exp
6700 * gdb.mi/mi-reg-undefined.exp
6701 * gdb.mi/mi-regs.exp
6702 * gdb.mi/mi-return.exp
6703 * gdb.mi/mi-reverse.exp
6704 * gdb.mi/mi-simplerun.exp
6705 * gdb.mi/mi-solib.exp
6706 * gdb.mi/mi-stack.exp
6707 * gdb.mi/mi-stepi.exp
6708 * gdb.mi/mi-syn-frame.exp
6709 * gdb.mi/mi-until.exp
6710 * gdb.mi/mi-var-block.exp
6711 * gdb.mi/mi-var-child.exp
6712 * gdb.mi/mi-var-cmd.exp
6713 * gdb.mi/mi-var-cp.exp
6714 * gdb.mi/mi-var-display.exp
6715 * gdb.mi/mi-var-invalidate.exp
6716 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6717 * gdb.mi/mi-vla-fortran.exp
6718 * gdb.mi/mi-watch.exp
6719 * gdb.mi/mi2-var-child.exp
6720 * gdb.mi/user-selected-context-sync.exp
6721 * gdb.modula2/unbounded-array.exp
6722 * gdb.multi/dummy-frame-restore.exp
6723 * gdb.multi/multi-arch-exec.exp
6724 * gdb.multi/multi-arch.exp
6725 * gdb.multi/tids.exp
6726 * gdb.multi/watchpoint-multi.exp
6727 * gdb.opencl/callfuncs.exp
6728 * gdb.opencl/convs_casts.exp
6729 * gdb.opencl/datatypes.exp
6730 * gdb.opencl/operators.exp
6731 * gdb.opencl/vec_comps.exp
6732 * gdb.opt/clobbered-registers-O2.exp
6733 * gdb.opt/inline-break.exp
6734 * gdb.opt/inline-bt.exp
6735 * gdb.opt/inline-cmds.exp
6736 * gdb.opt/inline-locals.exp
6737 * gdb.pascal/case-insensitive-symbols.exp
6738 * gdb.pascal/floats.exp
6739 * gdb.pascal/gdb11492.exp
6740 * gdb.python/lib-types.exp
6741 * gdb.python/py-arch.exp
6742 * gdb.python/py-as-string.exp
6743 * gdb.python/py-bad-printers.exp
6744 * gdb.python/py-block.exp
6745 * gdb.python/py-breakpoint-create-fail.exp
6746 * gdb.python/py-breakpoint.exp
6747 * gdb.python/py-caller-is.exp
6748 * gdb.python/py-cmd.exp
6749 * gdb.python/py-explore-cc.exp
6750 * gdb.python/py-explore.exp
6751 * gdb.python/py-finish-breakpoint.exp
6752 * gdb.python/py-finish-breakpoint2.exp
6753 * gdb.python/py-frame-args.exp
6754 * gdb.python/py-frame-inline.exp
6755 * gdb.python/py-frame.exp
6756 * gdb.python/py-framefilter-mi.exp
6757 * gdb.python/py-infthread.exp
6758 * gdb.python/py-lazy-string.exp
6759 * gdb.python/py-linetable.exp
6760 * gdb.python/py-mi-events.exp
6761 * gdb.python/py-mi-objfile.exp
6762 * gdb.python/py-mi.exp
6763 * gdb.python/py-objfile.exp
6764 * gdb.python/py-pp-integral.exp
6765 * gdb.python/py-pp-maint.exp
6766 * gdb.python/py-pp-re-notag.exp
6767 * gdb.python/py-pp-registration.exp
6768 * gdb.python/py-recurse-unwind.exp
6769 * gdb.python/py-strfns.exp
6770 * gdb.python/py-symbol.exp
6771 * gdb.python/py-symtab.exp
6772 * gdb.python/py-sync-interp.exp
6773 * gdb.python/py-typeprint.exp
6774 * gdb.python/py-unwind-maint.exp
6775 * gdb.python/py-unwind.exp
6776 * gdb.python/py-value-cc.exp
6777 * gdb.python/py-xmethods.exp
6778 * gdb.reverse/amd64-tailcall-reverse.exp
6779 * gdb.reverse/break-precsave.exp
6780 * gdb.reverse/break-reverse.exp
6781 * gdb.reverse/consecutive-precsave.exp
6782 * gdb.reverse/consecutive-reverse.exp
6783 * gdb.reverse/finish-precsave.exp
6784 * gdb.reverse/finish-reverse-bkpt.exp
6785 * gdb.reverse/finish-reverse.exp
6786 * gdb.reverse/fstatat-reverse.exp
6787 * gdb.reverse/getresuid-reverse.exp
6788 * gdb.reverse/i386-precsave.exp
6789 * gdb.reverse/i386-reverse.exp
6790 * gdb.reverse/i386-sse-reverse.exp
6791 * gdb.reverse/i387-env-reverse.exp
6792 * gdb.reverse/i387-stack-reverse.exp
6793 * gdb.reverse/insn-reverse.exp
6794 * gdb.reverse/machinestate-precsave.exp
6795 * gdb.reverse/machinestate.exp
6796 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6797 * gdb.reverse/pipe-reverse.exp
6798 * gdb.reverse/readv-reverse.exp
6799 * gdb.reverse/recvmsg-reverse.exp
6800 * gdb.reverse/rerun-prec.exp
6801 * gdb.reverse/s390-mvcle.exp
6802 * gdb.reverse/step-precsave.exp
6803 * gdb.reverse/step-reverse.exp
6804 * gdb.reverse/time-reverse.exp
6805 * gdb.reverse/until-precsave.exp
6806 * gdb.reverse/until-reverse.exp
6807 * gdb.reverse/waitpid-reverse.exp
6808 * gdb.reverse/watch-precsave.exp
6809 * gdb.reverse/watch-reverse.exp
6810 * gdb.rust/generics.exp
6811 * gdb.rust/methods.exp
6812 * gdb.rust/modules.exp
6813 * gdb.rust/simple.exp
6814 * gdb.server/connect-with-no-symbol-file.exp
6815 * gdb.server/ext-attach.exp
6816 * gdb.server/ext-restart.exp
6817 * gdb.server/ext-wrapper.exp
6818 * gdb.server/file-transfer.exp
6819 * gdb.server/server-exec-info.exp
6820 * gdb.server/server-kill.exp
6821 * gdb.server/server-mon.exp
6822 * gdb.server/wrapper.exp
6823 * gdb.stabs/exclfwd.exp
6824 * gdb.stabs/gdb11479.exp
6825 * gdb.threads/clone-new-thread-event.exp
6826 * gdb.threads/corethreads.exp
6827 * gdb.threads/current-lwp-dead.exp
6828 * gdb.threads/dlopen-libpthread.exp
6829 * gdb.threads/gcore-thread.exp
6830 * gdb.threads/sigstep-threads.exp
6831 * gdb.threads/watchpoint-fork.exp
6832 * gdb.trace/actions-changed.exp
6833 * gdb.trace/backtrace.exp
6834 * gdb.trace/change-loc.exp
6835 * gdb.trace/circ.exp
6836 * gdb.trace/collection.exp
6837 * gdb.trace/disconnected-tracing.exp
6838 * gdb.trace/ftrace.exp
6839 * gdb.trace/mi-trace-frame-collected.exp
6840 * gdb.trace/mi-trace-unavailable.exp
6841 * gdb.trace/mi-traceframe-changed.exp
6842 * gdb.trace/mi-tsv-changed.exp
6843 * gdb.trace/no-attach-trace.exp
6844 * gdb.trace/passc-dyn.exp
6845 * gdb.trace/qtro.exp
6846 * gdb.trace/range-stepping.exp
6847 * gdb.trace/read-memory.exp
6848 * gdb.trace/save-trace.exp
6849 * gdb.trace/signal.exp
6850 * gdb.trace/status-stop.exp
6851 * gdb.trace/tfile.exp
6852 * gdb.trace/trace-break.exp
6853 * gdb.trace/trace-buffer-size.exp
6854 * gdb.trace/trace-condition.exp
6855 * gdb.trace/tracefile-pseudo-reg.exp
6856 * gdb.trace/tstatus.exp
6857 * gdb.trace/unavailable.exp
6858 * gdb.trace/while-dyn.exp
6859 * gdb.trace/while-stepping.exp
6860
6861 2016-12-22 Doug Evans <xdje42@gmail.com>
6862
6863 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6864 and msymbols.
6865
6866 2016-12-19 Yao Qi <yao.qi@linaro.org>
6867
6868 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6869 (test_with_self): Don't call do_steps_and_nexts, and remove
6870 code about stepping into xmalloc.
6871
6872 2016-12-09 Yao Qi <yao.qi@linaro.org>
6873
6874 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6875
6876 2016-12-09 Yao Qi <yao.qi@linaro.org>
6877
6878 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6879
6880 2016-12-09 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.base/all-architectures-0.exp: New file.
6883 * gdb.base/all-architectures-1.exp: New file.
6884 * gdb.base/all-architectures-2.exp: New file.
6885 * gdb.base/all-architectures-3.exp: New file.
6886 * gdb.base/all-architectures-4.exp: New file.
6887 * gdb.base/all-architectures-5.exp: New file.
6888 * gdb.base/all-architectures-6.exp: New file.
6889 * gdb.base/all-architectures-7.exp: New file.
6890 * gdb.base/all-architectures.exp.in: New file.
6891
6892 2016-12-09 Yao Qi <yao.qi@linaro.org>
6893
6894 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6895
6896 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6897
6898 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6899 possible.
6900 Remove useless pattern-matching code.
6901
6902 2016-12-02 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6905 procedure.
6906 (top level): Call it.
6907
6908 2016-12-02 Pedro Alves <palves@redhat.com>
6909
6910 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6911 New procedure.
6912 (top level): Call it.
6913
6914 2016-12-02 Pedro Alves <palves@redhat.com>
6915
6916 PR cli/20559
6917 * gdb.base/commands.exp (user_defined_command_args_eval): New
6918 procedure.
6919 (top level): Call it.
6920
6921 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6922
6923 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6924 timeout handling.
6925
6926 2016-12-02 Tom Tromey <tom@tromey.com>
6927
6928 * gdb.dwarf2/main-subprogram.c: New file.
6929 * gdb.dwarf2/main-subprogram.exp: New file.
6930
6931 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6932
6933 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6934 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6935 gdb_test_no_output for a couple of cases.
6936 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6937
6938 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6939
6940 Fix test names and standardize compilation error messages throughout
6941 the following files:
6942
6943 * gdb.ada/start.exp
6944 * gdb.arch/alpha-step.exp
6945 * gdb.arch/e500-prologue.exp
6946 * gdb.arch/ftrace-insn-reloc.exp
6947 * gdb.arch/gdb1291.exp
6948 * gdb.arch/gdb1431.exp
6949 * gdb.arch/gdb1558.exp
6950 * gdb.arch/i386-dr3-watch.exp
6951 * gdb.arch/i386-sse-stack-align.exp
6952 * gdb.arch/ia64-breakpoint-shadow.exp
6953 * gdb.arch/pa-nullify.exp
6954 * gdb.arch/powerpc-aix-prologue.exp
6955 * gdb.arch/thumb-bx-pc.exp
6956 * gdb.base/annota1.exp
6957 * gdb.base/annota3.exp
6958 * gdb.base/arrayidx.exp
6959 * gdb.base/assign.exp
6960 * gdb.base/attach.exp
6961 * gdb.base/auxv.exp
6962 * gdb.base/bang.exp
6963 * gdb.base/bfp-test.exp
6964 * gdb.base/bigcore.exp
6965 * gdb.base/bitfields2.exp
6966 * gdb.base/break-fun-addr.exp
6967 * gdb.base/break-probes.exp
6968 * gdb.base/call-rt-st.exp
6969 * gdb.base/callexit.exp
6970 * gdb.base/catch-fork-kill.exp
6971 * gdb.base/charset.exp
6972 * gdb.base/checkpoint.exp
6973 * gdb.base/comprdebug.exp
6974 * gdb.base/constvars.exp
6975 * gdb.base/coredump-filter.exp
6976 * gdb.base/cursal.exp
6977 * gdb.base/cvexpr.exp
6978 * gdb.base/detach.exp
6979 * gdb.base/display.exp
6980 * gdb.base/dmsym.exp
6981 * gdb.base/dprintf-pending.exp
6982 * gdb.base/dso2dso.exp
6983 * gdb.base/dtrace-probe.exp
6984 * gdb.base/dump.exp
6985 * gdb.base/enum_cond.exp
6986 * gdb.base/exe-lock.exp
6987 * gdb.base/exec-invalid-sysroot.exp
6988 * gdb.base/execl-update-breakpoints.exp
6989 * gdb.base/exprs.exp
6990 * gdb.base/fileio.exp
6991 * gdb.base/find.exp
6992 * gdb.base/finish.exp
6993 * gdb.base/fixsection.exp
6994 * gdb.base/foll-vfork.exp
6995 * gdb.base/frame-args.exp
6996 * gdb.base/gcore.exp
6997 * gdb.base/gdb1250.exp
6998 * gdb.base/global-var-nested-by-dso.exp
6999 * gdb.base/gnu-ifunc.exp
7000 * gdb.base/hashline1.exp
7001 * gdb.base/hashline2.exp
7002 * gdb.base/hashline3.exp
7003 * gdb.base/hbreak-in-shr-unsupported.exp
7004 * gdb.base/huge.exp
7005 * gdb.base/infcall-input.exp
7006 * gdb.base/info-fun.exp
7007 * gdb.base/info-shared.exp
7008 * gdb.base/jit-simple.exp
7009 * gdb.base/jit-so.exp
7010 * gdb.base/jit.exp
7011 * gdb.base/jump.exp
7012 * gdb.base/label.exp
7013 * gdb.base/lineinc.exp
7014 * gdb.base/logical.exp
7015 * gdb.base/longjmp.exp
7016 * gdb.base/macscp.exp
7017 * gdb.base/miscexprs.exp
7018 * gdb.base/new-ui-echo.exp
7019 * gdb.base/new-ui-pending-input.exp
7020 * gdb.base/new-ui.exp
7021 * gdb.base/nodebug.exp
7022 * gdb.base/nofield.exp
7023 * gdb.base/offsets.exp
7024 * gdb.base/overlays.exp
7025 * gdb.base/pending.exp
7026 * gdb.base/pointers.exp
7027 * gdb.base/pr11022.exp
7028 * gdb.base/printcmds.exp
7029 * gdb.base/prologue.exp
7030 * gdb.base/ptr-typedef.exp
7031 * gdb.base/realname-expand.exp
7032 * gdb.base/relativedebug.exp
7033 * gdb.base/relocate.exp
7034 * gdb.base/remote.exp
7035 * gdb.base/reread.exp
7036 * gdb.base/return2.exp
7037 * gdb.base/savedregs.exp
7038 * gdb.base/sep.exp
7039 * gdb.base/sepdebug.exp
7040 * gdb.base/sepsymtab.exp
7041 * gdb.base/set-inferior-tty.exp
7042 * gdb.base/setshow.exp
7043 * gdb.base/shlib-call.exp
7044 * gdb.base/sigaltstack.exp
7045 * gdb.base/siginfo-addr.exp
7046 * gdb.base/signals.exp
7047 * gdb.base/signull.exp
7048 * gdb.base/sigrepeat.exp
7049 * gdb.base/so-impl-ld.exp
7050 * gdb.base/solib-display.exp
7051 * gdb.base/solib-overlap.exp
7052 * gdb.base/solib-search.exp
7053 * gdb.base/solib-symbol.exp
7054 * gdb.base/structs.exp
7055 * gdb.base/structs2.exp
7056 * gdb.base/symtab-search-order.exp
7057 * gdb.base/twice.exp
7058 * gdb.base/unload.exp
7059 * gdb.base/varargs.exp
7060 * gdb.base/watchpoint-solib.exp
7061 * gdb.base/watchpoint.exp
7062 * gdb.base/whatis.exp
7063 * gdb.base/wrong_frame_bt_full.exp
7064 * gdb.btrace/dlopen.exp
7065 * gdb.cell/ea-standalone.exp
7066 * gdb.cell/ea-test.exp
7067 * gdb.cp/dispcxx.exp
7068 * gdb.cp/gdb2384.exp
7069 * gdb.cp/method2.exp
7070 * gdb.cp/nextoverthrow.exp
7071 * gdb.cp/pr10728.exp
7072 * gdb.disasm/am33.exp
7073 * gdb.disasm/h8300s.exp
7074 * gdb.disasm/mn10300.exp
7075 * gdb.disasm/sh3.exp
7076 * gdb.dwarf2/dw2-dir-file-name.exp
7077 * gdb.fortran/complex.exp
7078 * gdb.fortran/library-module.exp
7079 * gdb.guile/scm-pretty-print.exp
7080 * gdb.guile/scm-symbol.exp
7081 * gdb.guile/scm-type.exp
7082 * gdb.guile/scm-value.exp
7083 * gdb.linespec/linespec.exp
7084 * gdb.mi/gdb701.exp
7085 * gdb.mi/gdb792.exp
7086 * gdb.mi/mi-breakpoint-changed.exp
7087 * gdb.mi/mi-dprintf-pending.exp
7088 * gdb.mi/mi-dprintf.exp
7089 * gdb.mi/mi-exit-code.exp
7090 * gdb.mi/mi-pending.exp
7091 * gdb.mi/mi-solib.exp
7092 * gdb.mi/new-ui-mi-sync.exp
7093 * gdb.mi/pr11022.exp
7094 * gdb.mi/user-selected-context-sync.exp
7095 * gdb.opt/solib-intra-step.exp
7096 * gdb.python/py-events.exp
7097 * gdb.python/py-finish-breakpoint.exp
7098 * gdb.python/py-mi.exp
7099 * gdb.python/py-prettyprint.exp
7100 * gdb.python/py-shared.exp
7101 * gdb.python/py-symbol.exp
7102 * gdb.python/py-template.exp
7103 * gdb.python/py-type.exp
7104 * gdb.python/py-value.exp
7105 * gdb.reverse/solib-precsave.exp
7106 * gdb.reverse/solib-reverse.exp
7107 * gdb.server/solib-list.exp
7108 * gdb.stabs/weird.exp
7109 * gdb.threads/reconnect-signal.exp
7110 * gdb.threads/stepi-random-signal.exp
7111 * gdb.trace/actions.exp
7112 * gdb.trace/ax.exp
7113 * gdb.trace/backtrace.exp
7114 * gdb.trace/change-loc.exp
7115 * gdb.trace/deltrace.exp
7116 * gdb.trace/ftrace-lock.exp
7117 * gdb.trace/ftrace.exp
7118 * gdb.trace/infotrace.exp
7119 * gdb.trace/mi-tracepoint-changed.exp
7120 * gdb.trace/packetlen.exp
7121 * gdb.trace/passcount.exp
7122 * gdb.trace/pending.exp
7123 * gdb.trace/range-stepping.exp
7124 * gdb.trace/report.exp
7125 * gdb.trace/stap-trace.exp
7126 * gdb.trace/tfind.exp
7127 * gdb.trace/trace-break.exp
7128 * gdb.trace/trace-condition.exp
7129 * gdb.trace/trace-enable-disable.exp
7130 * gdb.trace/trace-mt.exp
7131 * gdb.trace/tracecmd.exp
7132 * gdb.trace/tspeed.exp
7133 * gdb.trace/tsv.exp
7134 * lib/perftest.exp
7135
7136 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7137
7138 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7139 with gdb_test_no_output.
7140 Use command as test name.
7141
7142 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7143
7144 Fix test names starting with uppercase throughout the files.
7145
7146 * gdb.ada/assign_1.exp
7147 * gdb.ada/boolean_expr.exp
7148 * gdb.base/arrayidx.exp
7149 * gdb.base/del.exp
7150 * gdb.base/gcore-buffer-overflow.exp
7151 * gdb.base/testenv.exp
7152 * gdb.compile/compile.exp
7153 * gdb.python/py-framefilter-invalidarg.exp
7154 * gdb.python/py-framefilter.exp
7155
7156 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7157
7158 Fix test names starting with uppercase throughout the files.
7159
7160 * gdb.ada/array_return.exp
7161 * gdb.ada/expr_delims.exp
7162 * gdb.ada/mi_dyn_arr.exp
7163 * gdb.ada/mi_interface.exp
7164 * gdb.ada/mi_var_array.exp
7165 * gdb.ada/watch_arg.exp
7166 * gdb.arch/alpha-step.exp
7167 * gdb.arch/altivec-regs.exp
7168 * gdb.arch/e500-regs.exp
7169 * gdb.arch/powerpc-d128-regs.exp
7170 * gdb.base/arrayidx.exp
7171 * gdb.base/break.exp
7172 * gdb.base/checkpoint.exp
7173 * gdb.base/debug-expr.exp
7174 * gdb.base/dmsym.exp
7175 * gdb.base/radix.exp
7176 * gdb.base/sepdebug.exp
7177 * gdb.base/testenv.exp
7178 * gdb.base/watch_thread_num.exp
7179 * gdb.base/watchpoint-cond-gone.exp
7180 * gdb.cell/break.exp
7181 * gdb.cell/ea-cache.exp
7182 * gdb.compile/compile.exp
7183 * gdb.cp/gdb2495.exp
7184 * gdb.gdb/selftest.exp
7185 * gdb.gdb/xfullpath.exp
7186 * gdb.go/hello.exp
7187 * gdb.go/integers.exp
7188 * gdb.objc/basicclass.exp
7189 * gdb.pascal/hello.exp
7190 * gdb.pascal/integers.exp
7191 * gdb.python/py-breakpoint.exp
7192 * gdb.python/py-cmd.exp
7193 * gdb.python/py-linetable.exp
7194 * gdb.python/py-xmethods.exp
7195 * gdb.python/python.exp
7196 * gdb.reverse/consecutive-precsave.exp
7197 * gdb.reverse/finish-precsave.exp
7198 * gdb.reverse/i386-precsave.exp
7199 * gdb.reverse/machinestate-precsave.exp
7200 * gdb.reverse/sigall-precsave.exp
7201 * gdb.reverse/solib-precsave.exp
7202 * gdb.reverse/step-precsave.exp
7203 * gdb.reverse/until-precsave.exp
7204 * gdb.reverse/watch-precsave.exp
7205 * gdb.threads/leader-exit.exp
7206 * gdb.threads/pthreads.exp
7207 * gdb.threads/wp-replication.exp
7208 * gdb.trace/actions.exp
7209 * gdb.trace/mi-tsv-changed.exp
7210 * gdb.trace/tsv.exp
7211
7212 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7213
7214 Fix test names starting with uppercase throughout the files.
7215
7216 * gdb.arch/i386-bp_permanent.exp
7217 * gdb.arch/i386-gnu-cfi.exp
7218 * gdb.base/disasm-end-cu.exp
7219 * gdb.base/macscp.exp
7220 * gdb.base/pending.exp
7221 * gdb.base/watch_thread_num.exp
7222 * gdb.cp/exception.exp
7223 * gdb.cp/gdb2495.exp
7224 * gdb.cp/local.exp
7225 * gdb.python/py-evsignal.exp
7226 * gdb.python/python.exp
7227 * gdb.trace/tracecmd.exp
7228
7229 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7230
7231 Fix test names starting with uppercase throughout the files.
7232
7233 * gdb.base/charset.exp
7234 * gdb.base/eval.exp
7235 * gdb.base/multi-forks.exp
7236 * gdb.guile/scm-progspace.exp
7237 * gdb.opencl/datatypes.exp
7238 * gdb.python/py-block.exp
7239 * gdb.python/py-function.exp
7240 * gdb.python/py-symbol.exp
7241 * gdb.python/py-symtab.exp
7242 * gdb.python/py-xmethods.exp
7243 * gdb.reverse/break-precsave.exp
7244 * gdb.reverse/break-reverse.exp
7245 * gdb.reverse/consecutive-precsave.exp
7246 * gdb.reverse/consecutive-reverse.exp
7247 * gdb.reverse/finish-precsave.exp
7248 * gdb.reverse/finish-reverse-bkpt.exp
7249 * gdb.reverse/finish-reverse.exp
7250 * gdb.reverse/fstatat-reverse.exp
7251 * gdb.reverse/getresuid-reverse.exp
7252 * gdb.reverse/i386-precsave.exp
7253 * gdb.reverse/i386-reverse.exp
7254 * gdb.reverse/i386-sse-reverse.exp
7255 * gdb.reverse/i387-stack-reverse.exp
7256 * gdb.reverse/insn-reverse.exp
7257 * gdb.reverse/machinestate-precsave.exp
7258 * gdb.reverse/machinestate.exp
7259 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7260 * gdb.reverse/pipe-reverse.exp
7261 * gdb.reverse/readv-reverse.exp
7262 * gdb.reverse/recvmsg-reverse.exp
7263 * gdb.reverse/rerun-prec.exp
7264 * gdb.reverse/s390-mvcle.exp
7265 * gdb.reverse/sigall-precsave.exp
7266 * gdb.reverse/sigall-reverse.exp
7267 * gdb.reverse/solib-precsave.exp
7268 * gdb.reverse/solib-reverse.exp
7269 * gdb.reverse/step-precsave.exp
7270 * gdb.reverse/step-reverse.exp
7271 * gdb.reverse/time-reverse.exp
7272 * gdb.reverse/until-precsave.exp
7273 * gdb.reverse/until-reverse.exp
7274 * gdb.reverse/waitpid-reverse.exp
7275 * gdb.reverse/watch-precsave.exp
7276 * gdb.reverse/watch-reverse.exp
7277
7278 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7279
7280 Fix test names starting with uppercase throughout the files.
7281
7282 * gdb.arch/i386-mpx-simple_segv.exp
7283 * gdb.arch/i386-mpx.exp
7284 * gdb.arch/i386-permbkpt.exp
7285 * gdb.arch/pa-nullify.exp
7286 * gdb.arch/powerpc-d128-regs.exp
7287 * gdb.arch/vsx-regs.exp
7288 * gdb.base/bfp-test.exp
7289 * gdb.base/break.exp
7290 * gdb.base/breakpoint-shadow.exp
7291 * gdb.base/callfuncs.exp
7292 * gdb.base/charset.exp
7293 * gdb.base/commands.exp
7294 * gdb.base/completion.exp
7295 * gdb.base/dfp-test.exp
7296 * gdb.base/echo.exp
7297 * gdb.base/ending-run.exp
7298 * gdb.base/eval.exp
7299 * gdb.base/expand-psymtabs.exp
7300 * gdb.base/float128.exp
7301 * gdb.base/floatn.exp
7302 * gdb.base/foll-exec-mode.exp
7303 * gdb.base/gdb1056.exp
7304 * gdb.base/gdb11531.exp
7305 * gdb.base/kill-after-signal.exp
7306 * gdb.base/multi-forks.exp
7307 * gdb.base/overlays.exp
7308 * gdb.base/pending.exp
7309 * gdb.base/sepdebug.exp
7310 * gdb.base/testenv.exp
7311 * gdb.base/valgrind-db-attach.exp
7312 * gdb.base/watch_thread_num.exp
7313 * gdb.base/watchpoint-cond-gone.exp
7314 * gdb.base/watchpoint.exp
7315 * gdb.base/watchpoints.exp
7316 * gdb.cp/arg-reference.exp
7317 * gdb.cp/baseenum.exp
7318 * gdb.cp/operator.exp
7319 * gdb.cp/shadow.exp
7320 * gdb.dwarf2/dw2-op-out-param.exp
7321 * gdb.dwarf2/dw2-reg-undefined.exp
7322 * gdb.go/chan.exp
7323 * gdb.go/hello.exp
7324 * gdb.go/integers.exp
7325 * gdb.go/methods.exp
7326 * gdb.go/package.exp
7327 * gdb.guile/scm-parameter.exp
7328 * gdb.guile/scm-progspace.exp
7329 * gdb.guile/scm-value.exp
7330 * gdb.mi/mi-pending.exp
7331 * gdb.mi/user-selected-context-sync.exp
7332 * gdb.multi/multi-attach.exp
7333 * gdb.multi/tids.exp
7334 * gdb.opt/clobbered-registers-O2.exp
7335 * gdb.pascal/floats.exp
7336 * gdb.pascal/integers.exp
7337 * gdb.python/py-block.exp
7338 * gdb.python/py-events.exp
7339 * gdb.python/py-parameter.exp
7340 * gdb.python/py-symbol.exp
7341 * gdb.python/py-symtab.exp
7342 * gdb.python/py-type.exp
7343 * gdb.python/py-value.exp
7344 * gdb.python/py-xmethods.exp
7345 * gdb.python/python.exp
7346 * gdb.reverse/break-precsave.exp
7347 * gdb.reverse/consecutive-precsave.exp
7348 * gdb.reverse/finish-precsave.exp
7349 * gdb.reverse/i386-precsave.exp
7350 * gdb.reverse/machinestate-precsave.exp
7351 * gdb.reverse/sigall-precsave.exp
7352 * gdb.reverse/solib-precsave.exp
7353 * gdb.reverse/step-precsave.exp
7354 * gdb.reverse/until-precsave.exp
7355 * gdb.reverse/watch-precsave.exp
7356 * gdb.server/ext-attach.exp
7357 * gdb.server/ext-restart.exp
7358 * gdb.server/ext-run.exp
7359 * gdb.server/ext-wrapper.exp
7360 * gdb.stabs/gdb11479.exp
7361 * gdb.stabs/weird.exp
7362 * gdb.threads/attach-many-short-lived-threads.exp
7363 * gdb.threads/kill.exp
7364 * gdb.threads/watchpoint-fork.exp
7365
7366 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7367
7368 Fix test names starting with uppercase throughout all the files below.
7369
7370 * gdb.ada/array_return.exp
7371 * gdb.ada/catch_ex.exp
7372 * gdb.ada/info_exc.exp
7373 * gdb.ada/mi_catch_ex.exp
7374 * gdb.ada/mi_dyn_arr.exp
7375 * gdb.ada/mi_ex_cond.exp
7376 * gdb.ada/mi_exc_info.exp
7377 * gdb.ada/mi_interface.exp
7378 * gdb.ada/mi_task_arg.exp
7379 * gdb.ada/mi_task_info.exp
7380 * gdb.ada/mi_var_array.exp
7381 * gdb.arch/alpha-step.exp
7382 * gdb.arch/amd64-disp-step.exp
7383 * gdb.arch/arm-disp-step.exp
7384 * gdb.arch/disp-step-insn-reloc.exp
7385 * gdb.arch/e500-prologue.exp
7386 * gdb.arch/ftrace-insn-reloc.exp
7387 * gdb.arch/gdb1558.exp
7388 * gdb.arch/i386-bp_permanent.exp
7389 * gdb.arch/i386-disp-step.exp
7390 * gdb.arch/i386-float.exp
7391 * gdb.arch/i386-gnu-cfi.exp
7392 * gdb.arch/ia64-breakpoint-shadow.exp
7393 * gdb.arch/mips16-thunks.exp
7394 * gdb.arch/pa-nullify.exp
7395 * gdb.arch/powerpc-aix-prologue.exp
7396 * gdb.arch/powerpc-power.exp
7397 * gdb.arch/ppc-dfp.exp
7398 * gdb.arch/s390-tdbregs.exp
7399 * gdb.arch/spu-info.exp
7400 * gdb.arch/spu-ls.exp
7401 * gdb.arch/thumb-bx-pc.exp
7402 * gdb.base/advance.exp
7403 * gdb.base/annota-input-while-running.exp
7404 * gdb.base/arrayidx.exp
7405 * gdb.base/asmlabel.exp
7406 * gdb.base/async.exp
7407 * gdb.base/attach-wait-input.exp
7408 * gdb.base/auto-connect-native-target.exp
7409 * gdb.base/batch-preserve-term-settings.exp
7410 * gdb.base/bfp-test.exp
7411 * gdb.base/bigcore.exp
7412 * gdb.base/bp-permanent.exp
7413 * gdb.base/break-always.exp
7414 * gdb.base/break-fun-addr.exp
7415 * gdb.base/break-idempotent.exp
7416 * gdb.base/break-main-file-remove-fail.exp
7417 * gdb.base/break-probes.exp
7418 * gdb.base/break-unload-file.exp
7419 * gdb.base/break.exp
7420 * gdb.base/call-ar-st.exp
7421 * gdb.base/call-rt-st.exp
7422 * gdb.base/call-sc.exp
7423 * gdb.base/call-signal-resume.exp
7424 * gdb.base/call-strs.exp
7425 * gdb.base/callexit.exp
7426 * gdb.base/callfuncs.exp
7427 * gdb.base/catch-gdb-caused-signals.exp
7428 * gdb.base/catch-signal-siginfo-cond.exp
7429 * gdb.base/catch-syscall.exp
7430 * gdb.base/compare-sections.exp
7431 * gdb.base/cond-eval-mode.exp
7432 * gdb.base/condbreak-call-false.exp
7433 * gdb.base/consecutive-step-over.exp
7434 * gdb.base/cursal.exp
7435 * gdb.base/disabled-location.exp
7436 * gdb.base/disasm-end-cu.exp
7437 * gdb.base/display.exp
7438 * gdb.base/double-prompt-target-event-error.exp
7439 * gdb.base/dprintf-bp-same-addr.exp
7440 * gdb.base/dprintf-detach.exp
7441 * gdb.base/dprintf-next.exp
7442 * gdb.base/dprintf-non-stop.exp
7443 * gdb.base/dprintf-pending.exp
7444 * gdb.base/dso2dso.exp
7445 * gdb.base/ending-run.exp
7446 * gdb.base/enum_cond.exp
7447 * gdb.base/examine-backward.exp
7448 * gdb.base/exe-lock.exp
7449 * gdb.base/exec-invalid-sysroot.exp
7450 * gdb.base/execl-update-breakpoints.exp
7451 * gdb.base/execution-termios.exp
7452 * gdb.base/fileio.exp
7453 * gdb.base/fixsection.exp
7454 * gdb.base/foll-exec-mode.exp
7455 * gdb.base/foll-exec.exp
7456 * gdb.base/fork-running-state.exp
7457 * gdb.base/frame-args.exp
7458 * gdb.base/fullpath-expand.exp
7459 * gdb.base/func-ptr.exp
7460 * gdb.base/gcore-relro-pie.exp
7461 * gdb.base/gdb1090.exp
7462 * gdb.base/gdb1555.exp
7463 * gdb.base/global-var-nested-by-dso.exp
7464 * gdb.base/gnu-ifunc.exp
7465 * gdb.base/hbreak-in-shr-unsupported.exp
7466 * gdb.base/hbreak-unmapped.exp
7467 * gdb.base/hook-stop.exp
7468 * gdb.base/infcall-input.exp
7469 * gdb.base/info-fun.exp
7470 * gdb.base/info-shared.exp
7471 * gdb.base/interrupt-noterm.exp
7472 * gdb.base/jit-so.exp
7473 * gdb.base/jit.exp
7474 * gdb.base/line-symtabs.exp
7475 * gdb.base/list.exp
7476 * gdb.base/longjmp.exp
7477 * gdb.base/macscp.exp
7478 * gdb.base/max-value-size.exp
7479 * gdb.base/nodebug.exp
7480 * gdb.base/nofield.exp
7481 * gdb.base/overlays.exp
7482 * gdb.base/paginate-after-ctrl-c-running.exp
7483 * gdb.base/paginate-bg-execution.exp
7484 * gdb.base/paginate-inferior-exit.exp
7485 * gdb.base/pending.exp
7486 * gdb.base/pr11022.exp
7487 * gdb.base/printcmds.exp
7488 * gdb.base/ptr-typedef.exp
7489 * gdb.base/ptype.exp
7490 * gdb.base/randomize.exp
7491 * gdb.base/range-stepping.exp
7492 * gdb.base/realname-expand.exp
7493 * gdb.base/relativedebug.exp
7494 * gdb.base/remote.exp
7495 * gdb.base/savedregs.exp
7496 * gdb.base/sepdebug.exp
7497 * gdb.base/set-noassign.exp
7498 * gdb.base/shlib-call.exp
7499 * gdb.base/shreloc.exp
7500 * gdb.base/sigaltstack.exp
7501 * gdb.base/sigbpt.exp
7502 * gdb.base/siginfo-addr.exp
7503 * gdb.base/siginfo-obj.exp
7504 * gdb.base/siginfo-thread.exp
7505 * gdb.base/signest.exp
7506 * gdb.base/signull.exp
7507 * gdb.base/sigrepeat.exp
7508 * gdb.base/skip.exp
7509 * gdb.base/so-impl-ld.exp
7510 * gdb.base/solib-corrupted.exp
7511 * gdb.base/solib-disc.exp
7512 * gdb.base/solib-display.exp
7513 * gdb.base/solib-overlap.exp
7514 * gdb.base/solib-search.exp
7515 * gdb.base/solib-symbol.exp
7516 * gdb.base/source-execution.exp
7517 * gdb.base/sss-bp-on-user-bp-2.exp
7518 * gdb.base/sss-bp-on-user-bp.exp
7519 * gdb.base/stack-checking.exp
7520 * gdb.base/stale-infcall.exp
7521 * gdb.base/step-break.exp
7522 * gdb.base/step-line.exp
7523 * gdb.base/step-over-exit.exp
7524 * gdb.base/step-test.exp
7525 * gdb.base/structs.exp
7526 * gdb.base/sym-file.exp
7527 * gdb.base/symtab-search-order.exp
7528 * gdb.base/term.exp
7529 * gdb.base/type-opaque.exp
7530 * gdb.base/unload.exp
7531 * gdb.base/until-nodebug.exp
7532 * gdb.base/until.exp
7533 * gdb.base/unwindonsignal.exp
7534 * gdb.base/watch-cond.exp
7535 * gdb.base/watch-non-mem.exp
7536 * gdb.base/watch_thread_num.exp
7537 * gdb.base/watchpoint-reuse-slot.exp
7538 * gdb.base/watchpoint-solib.exp
7539 * gdb.base/watchpoint.exp
7540 * gdb.btrace/dlopen.exp
7541 * gdb.cell/arch.exp
7542 * gdb.cell/break.exp
7543 * gdb.cell/bt.exp
7544 * gdb.cell/core.exp
7545 * gdb.cell/data.exp
7546 * gdb.cell/dwarfaddr.exp
7547 * gdb.cell/ea-cache.exp
7548 * gdb.cell/ea-standalone.exp
7549 * gdb.cell/ea-test.exp
7550 * gdb.cell/f-regs.exp
7551 * gdb.cell/fork.exp
7552 * gdb.cell/gcore.exp
7553 * gdb.cell/mem-access.exp
7554 * gdb.cell/ptype.exp
7555 * gdb.cell/registers.exp
7556 * gdb.cell/sizeof.exp
7557 * gdb.cell/solib-symbol.exp
7558 * gdb.cell/solib.exp
7559 * gdb.compile/compile-tls.exp
7560 * gdb.cp/exception.exp
7561 * gdb.cp/gdb2495.exp
7562 * gdb.cp/local.exp
7563 * gdb.cp/mb-inline.exp
7564 * gdb.cp/mb-templates.exp
7565 * gdb.cp/pr10687.exp
7566 * gdb.cp/pr9167.exp
7567 * gdb.cp/scope-err.exp
7568 * gdb.cp/templates.exp
7569 * gdb.cp/virtfunc.exp
7570 * gdb.dwarf2/dw2-dir-file-name.exp
7571 * gdb.dwarf2/dw2-single-line-discriminators.exp
7572 * gdb.fortran/complex.exp
7573 * gdb.fortran/library-module.exp
7574 * gdb.guile/guile.exp
7575 * gdb.guile/scm-cmd.exp
7576 * gdb.guile/scm-frame-inline.exp
7577 * gdb.guile/scm-objfile.exp
7578 * gdb.guile/scm-pretty-print.exp
7579 * gdb.guile/scm-symbol.exp
7580 * gdb.guile/scm-type.exp
7581 * gdb.guile/scm-value.exp
7582 * gdb.linespec/keywords.exp
7583 * gdb.linespec/ls-errs.exp
7584 * gdb.linespec/macro-relative.exp
7585 * gdb.linespec/thread.exp
7586 * gdb.mi/mi-breakpoint-changed.exp
7587 * gdb.mi/mi-dprintf-pending.exp
7588 * gdb.mi/mi-fullname-deleted.exp
7589 * gdb.mi/mi-logging.exp
7590 * gdb.mi/mi-pending.exp
7591 * gdb.mi/mi-solib.exp
7592 * gdb.mi/new-ui-mi-sync.exp
7593 * gdb.mi/user-selected-context-sync.exp
7594 * gdb.multi/dummy-frame-restore.exp
7595 * gdb.multi/multi-arch-exec.exp
7596 * gdb.multi/remove-inferiors.exp
7597 * gdb.multi/watchpoint-multi-exit.exp
7598 * gdb.opt/solib-intra-step.exp
7599 * gdb.perf/backtrace.exp
7600 * gdb.perf/single-step.exp
7601 * gdb.perf/skip-command.exp
7602 * gdb.perf/skip-prologue.exp
7603 * gdb.perf/solib.exp
7604 * gdb.python/lib-types.exp
7605 * gdb.python/py-as-string.exp
7606 * gdb.python/py-bad-printers.exp
7607 * gdb.python/py-block.exp
7608 * gdb.python/py-breakpoint.exp
7609 * gdb.python/py-cmd.exp
7610 * gdb.python/py-events.exp
7611 * gdb.python/py-evthreads.exp
7612 * gdb.python/py-finish-breakpoint.exp
7613 * gdb.python/py-finish-breakpoint2.exp
7614 * gdb.python/py-frame-inline.exp
7615 * gdb.python/py-frame.exp
7616 * gdb.python/py-inferior.exp
7617 * gdb.python/py-infthread.exp
7618 * gdb.python/py-mi.exp
7619 * gdb.python/py-objfile.exp
7620 * gdb.python/py-pp-maint.exp
7621 * gdb.python/py-pp-registration.exp
7622 * gdb.python/py-prettyprint.exp
7623 * gdb.python/py-recurse-unwind.exp
7624 * gdb.python/py-shared.exp
7625 * gdb.python/py-symbol.exp
7626 * gdb.python/py-symtab.exp
7627 * gdb.python/py-template.exp
7628 * gdb.python/py-type.exp
7629 * gdb.python/py-unwind-maint.exp
7630 * gdb.python/py-unwind.exp
7631 * gdb.python/py-value.exp
7632 * gdb.python/python.exp
7633 * gdb.reverse/finish-reverse-bkpt.exp
7634 * gdb.reverse/insn-reverse.exp
7635 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7636 * gdb.reverse/solib-precsave.exp
7637 * gdb.reverse/solib-reverse.exp
7638 * gdb.stabs/gdb11479.exp
7639 * gdb.stabs/weird.exp
7640 * gdb.threads/fork-child-threads.exp
7641 * gdb.threads/fork-plus-threads.exp
7642 * gdb.threads/fork-thread-pending.exp
7643 * gdb.threads/forking-threads-plus-breakpoint.exp
7644 * gdb.threads/hand-call-in-threads.exp
7645 * gdb.threads/interrupted-hand-call.exp
7646 * gdb.threads/linux-dp.exp
7647 * gdb.threads/local-watch-wrong-thread.exp
7648 * gdb.threads/next-while-other-thread-longjmps.exp
7649 * gdb.threads/non-ldr-exit.exp
7650 * gdb.threads/pending-step.exp
7651 * gdb.threads/print-threads.exp
7652 * gdb.threads/process-dies-while-detaching.exp
7653 * gdb.threads/process-dies-while-handling-bp.exp
7654 * gdb.threads/pthreads.exp
7655 * gdb.threads/queue-signal.exp
7656 * gdb.threads/reconnect-signal.exp
7657 * gdb.threads/signal-command-handle-nopass.exp
7658 * gdb.threads/signal-command-multiple-signals-pending.exp
7659 * gdb.threads/signal-delivered-right-thread.exp
7660 * gdb.threads/signal-sigtrap.exp
7661 * gdb.threads/sigthread.exp
7662 * gdb.threads/staticthreads.exp
7663 * gdb.threads/stepi-random-signal.exp
7664 * gdb.threads/thread-unwindonsignal.exp
7665 * gdb.threads/thread_check.exp
7666 * gdb.threads/thread_events.exp
7667 * gdb.threads/tid-reuse.exp
7668 * gdb.threads/tls-nodebug.exp
7669 * gdb.threads/tls-shared.exp
7670 * gdb.threads/tls-so_extern.exp
7671 * gdb.threads/tls.exp
7672 * gdb.threads/wp-replication.exp
7673 * gdb.trace/actions-changed.exp
7674 * gdb.trace/actions.exp
7675 * gdb.trace/backtrace.exp
7676 * gdb.trace/change-loc.exp
7677 * gdb.trace/collection.exp
7678 * gdb.trace/deltrace.exp
7679 * gdb.trace/disconnected-tracing.exp
7680 * gdb.trace/entry-values.exp
7681 * gdb.trace/ftrace-lock.exp
7682 * gdb.trace/ftrace.exp
7683 * gdb.trace/infotrace.exp
7684 * gdb.trace/mi-trace-frame-collected.exp
7685 * gdb.trace/mi-trace-unavailable.exp
7686 * gdb.trace/mi-traceframe-changed.exp
7687 * gdb.trace/mi-tracepoint-changed.exp
7688 * gdb.trace/mi-tsv-changed.exp
7689 * gdb.trace/no-attach-trace.exp
7690 * gdb.trace/packetlen.exp
7691 * gdb.trace/passc-dyn.exp
7692 * gdb.trace/passcount.exp
7693 * gdb.trace/pending.exp
7694 * gdb.trace/pr16508.exp
7695 * gdb.trace/qtro.exp
7696 * gdb.trace/range-stepping.exp
7697 * gdb.trace/read-memory.exp
7698 * gdb.trace/report.exp
7699 * gdb.trace/save-trace.exp
7700 * gdb.trace/signal.exp
7701 * gdb.trace/stap-trace.exp
7702 * gdb.trace/status-stop.exp
7703 * gdb.trace/strace.exp
7704 * gdb.trace/tfile.exp
7705 * gdb.trace/tfind.exp
7706 * gdb.trace/trace-break.exp
7707 * gdb.trace/trace-condition.exp
7708 * gdb.trace/trace-enable-disable.exp
7709 * gdb.trace/trace-mt.exp
7710 * gdb.trace/tracecmd.exp
7711 * gdb.trace/tracefile-pseudo-reg.exp
7712 * gdb.trace/tspeed.exp
7713 * gdb.trace/tstatus.exp
7714 * gdb.trace/tsv.exp
7715 * gdb.trace/unavailable.exp
7716 * gdb.trace/while-dyn.exp
7717 * gdb.trace/while-stepping.exp
7718 * lib/gdb-guile.exp
7719 * lib/gdb.exp
7720 * lib/mi-support.exp
7721 * lib/pascal.exp
7722 * lib/perftest.exp
7723 * lib/prelink-support.exp
7724 * lib/selftest-support.exp
7725
7726 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7727
7728 * Makefile.in: Include disable-implicit-rules.mk.
7729
7730 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7731
7732 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7733 non-byte-aligned bit fields.
7734
7735 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7736
7737 PR gdb/12616
7738 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7739 respects the DW_AT_data_bit_offset attribute.
7740
7741 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7742
7743 * gdb.base/default.exp: Fix output of "set language".
7744
7745 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7746
7747 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7748 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7749 make.
7750 * configure.ac: Remove checks for the make program.
7751 * configure: Re-generate.
7752
7753 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7754
7755 * gdb.python/py-recurse-unwind.c (main): Add loop.
7756 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7757 to read_register() and gdb.parse_and_eval(). Make each code
7758 call a separate case that can be individually tested.
7759 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7760 proc. Call cont_and_backtrace for each of the code paths that
7761 we want to test in the unwinder.
7762
7763 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7764
7765 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7766 the definition of struct S.
7767
7768 2016-11-11 Catherine Moore <clm@codesourcery.com>
7769
7770 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7771
7772 2016-11-09 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.base/commands.exp (runto_or_return): New procedure.
7775 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7776 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7777 (progvar_simple_while_test, progvar_complex_if_while_test)
7778 (if_while_breakpoint_command_test)
7779 (infrun_breakpoint_command_test, breakpoint_command_test)
7780 (user_defined_command_test, watchpoint_command_test)
7781 (test_command_prompt_position, redefine_hook_test)
7782 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7783 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7784 multi_line_input and multi_line. Remove gdb_expect and
7785 gdb_stop_suppressing_tests uses.
7786 * lib/gdb.exp (valnum_re): New global.
7787 (multi_line_input): New procedure.
7788
7789 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7790
7791 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7792 Remove.
7793 (test_setup): Define with proc_with_prefix.
7794 (test_cli_inferior): Likewise.
7795 (test_cli_thread): Likewise.
7796 (test_cli_frame): Likewise.
7797 (test_cli_select_frame): Likewise.
7798 (test_cli_up_down): Likewise.
7799 (test_mi_thread_select): Likewise.
7800 (test_mi_stack_select_frame): Likewise.
7801 (test_cli_in_mi_inferior): Likewise.
7802 (test_cli_in_mi_thread): Likewise.
7803 (test_cli_in_mi_frame): Likewise.
7804 (top level): Do not use with_test_prefix_procname.
7805
7806 2016-11-09 Pedro Alves <palves@redhat.com>
7807
7808 * gdb.base/commands.exp (gdbvar_simple_if_test)
7809 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7810 (progvar_simple_if_test, progvar_simple_while_test)
7811 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7812 (infrun_breakpoint_command_test, breakpoint_command_test)
7813 (user_defined_command_test, watchpoint_command_test)
7814 (test_command_prompt_position, deprecated_command_test)
7815 (bp_deleted_in_command, temporary_breakpoint_commands)
7816 (stray_arg0_test, source_file_with_indented_comment)
7817 (recursive_source_test, if_commands_test)
7818 (error_clears_commands_left, redefine_hook_test)
7819 (redefine_backtrace_test): Use proc_with_prefix.
7820 * lib/gdb.exp (proc_with_prefix): New proc.
7821
7822 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7823
7824 * gdb.base/tui-layout.c: New file.
7825 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7826 disassembly window contains very long lines.
7827
7828 2016-11-08 Tom Tromey <tom@tromey.com>
7829
7830 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7831 depend on Python 2.
7832
7833 2016-11-08 Tom Tromey <tom@tromey.com>
7834
7835 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7836 New method.
7837
7838 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7839
7840 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7841
7842 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7843
7844 * gdb.rust/simple.rs: Add test for univariant enums without
7845 discriminants and for encoded struct-like enums.
7846
7847 2016-10-28 Pedro Alves <palves@redhat.com>
7848
7849 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7850 gdb_test_multiple, tighten regexps and match symtabs and line
7851 tables incrementally.
7852
7853 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7854
7855 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7856 general.
7857
7858 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7859
7860 * gdb.base/exec-invalid-sysroot.exp: New file.
7861
7862 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7863
7864 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7865
7866 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7867
7868 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7869
7870 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7871
7872 * gdb.base/killed-outside.exp: Remove $options from a call to
7873 `prepare_for_testing'.
7874
7875 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7876
7877 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7878 Change test message.
7879
7880 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7881
7882 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7883 Update comment.
7884
7885 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7886
7887 * gdb.trace/mi-trace-save.exp: New file.
7888
7889 2016-10-13 Yao Qi <yao.qi@linaro.org>
7890
7891 * gdb.base/code_elim.exp (get_var_address): Remove.
7892 * gdb.base/relocate.exp: Likewise.
7893 * gdb.base/shreloc.exp: Likewise.
7894 * lib/gdb.exp (get_var_address): New.
7895
7896 2016-10-13 Yao Qi <yao.qi@linaro.org>
7897
7898 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7899 floating point tests if $skip_float_test is false.
7900
7901 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7902
7903 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7904 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7905 argc values.
7906 Add 1 to argc so we guarantee distinct initial/modified argc values.
7907
7908 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7909
7910 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7911
7912 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7913
7914 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7915 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7916 * gdb.arch/vsx-regs.exp: Likewise.
7917
7918 2016-10-07 Yao Qi <yao.qi@linaro.org>
7919
7920 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7921
7922 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7923
7924 * gdb.python/python.exp: Test decode_line("*0").
7925
7926 2016-10-06 Doug Evans <dje@google.com>
7927
7928 * gdb.python/py-value.exp (test_value_creation): Add test for large
7929 unsigned 64-bit value.
7930
7931 2016-10-06 Tom Tromey <tom@tromey.com>
7932
7933 * gdb.compile/compile.exp: Change java tests to rust.
7934 * gdb.base/setshow.exp: Change java tests to rust.
7935 * gdb.base/default.exp: Remove java from language list.
7936 * README (Examples): Update language example.
7937 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7938 test.
7939 * lib/gdb.exp (skip_java_tests): Remove.
7940 * lib/java.exp: Remove.
7941 * gdb.java: Remove.
7942
7943 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7944
7945 * gdb.arch/mips-fcr.exp: New test.
7946 * gdb.arch/mips-fcr.c: Source for the new test.
7947
7948 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7949
7950 * gdb.base/solib-disc.exp: Use `standard_output_file'
7951 throughout.
7952
7953 2016-10-06 Pedro Alves <palves@redhat.com>
7954
7955 * gdb.base/jit-simple-dl.c: New file.
7956 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7957 * gdb.base/jit-simple.c: ... this.
7958 * gdb.base/jit-simple.exp (jit_run): Delete.
7959 (build_jit): New proc.
7960 (jit_test_reread): Recompile either the main program or the shared
7961 library, depending on what is being tested. Skip changing address
7962 if caller wants to. Compare before/after addresses. If testing
7963 standalone, explicitly load the binary. Test "maint info
7964 breakpoints".
7965 (top level): Add "standalone vs shared lib" and "change address"
7966 vs "same address" axes.
7967
7968 2016-10-06 Pedro Alves <palves@redhat.com>
7969
7970 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7971 call.
7972 (jit_run): Delete.
7973 (jit_test_reread): Use with_test_prefix. Reload the main binary
7974 explicitly. Compare the before/after addresses of the JIT
7975 descriptor.
7976
7977 2016-08-15 Doug Evans <dje@google.com>
7978
7979 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7980 for single bitfields is bool.
7981 * gdb.xml/tdesc-regs.exp: Ditto.
7982
7983 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7984
7985 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7986
7987 2016-10-05 Yao Qi <yao.qi@linaro.org>
7988
7989 * lib/gdb.exp (support_complex_tests): Return zero if
7990 gdb_skip_float_test return true.
7991
7992 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7993 Simon Marchi <simon.marchi@ericsson.com>
7994
7995 PR gdb/20487
7996 * gdb.mi/user-selected-context-sync.exp: New file.
7997 * gdb.mi/user-selected-context-sync.c: New file.
7998
7999 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8000 Simon Marchi <simon.marchi@ericsson.com>
8001
8002 PR gdb/20487
8003 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8004 =thread-select-event check.
8005
8006 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8007
8008 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8009 the compulsory L operand changes.
8010 * gdb.arch/powerpc-power.s: Likewise.
8011
8012 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8013
8014 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8015 * gdb.base/jit-attach-pie.c: New file.
8016 * gdb.base/jit-attach-pie.exp: New file.
8017
8018 2016-09-28 Pedro Alves <palves@redhat.com>
8019
8020 * gdb.base/infcall-input.c: New file.
8021 * gdb.base/infcall-input.exp: New file.
8022
8023 2016-09-22 Yao Qi <yao.qi@linaro.org>
8024
8025 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8026 (gdb_exit): Rename it to ...
8027 (gdbserver_gdb_exit): ... Close GDBserver.
8028 (gdb_exit): New proc, call gdbserver_gdb_exit.
8029 (mi_gdb_exit): Likewise.
8030
8031 2016-09-22 Yao Qi <yao.qi@linaro.org>
8032
8033 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8034 path.
8035 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8036 Remove duplication.
8037
8038 2016-09-22 Yao Qi <yao.qi@linaro.org>
8039
8040 * lib/gdbserver-support.exp: Check the existence of
8041 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8042
8043 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8044
8045 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8046
8047 2016-09-21 Tom Tromey <tom@tromey.com>
8048
8049 PR gdb/20604:
8050 * gdb.base/quit.exp: New file.
8051
8052 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8053
8054 * .gitignore: New file.
8055
8056 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8057
8058 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8059 throughout.
8060
8061 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8062
8063 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8064
8065 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8066
8067 * gdb.cp/casts.cc (decltype): Move it ...
8068 (main): ... with its call to ...
8069 * gdb.cp/casts03.cc: ... a new file.
8070 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8071
8072 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8073
8074 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8075
8076 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8077
8078 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8079 and sync up the test with tests in gas/testsuite/gas/ppc.
8080 * gdb.arch/powerpc-power.exp: Likewise.
8081
8082 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8083
8084 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8085
8086 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8087 Jan Kratochvil <jan.kratochvil@redhat.com>
8088
8089 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8090 make m1's definition to be different from m2's. Use 'dummy' as an
8091 argument for probe 'two'.
8092
8093 2016-09-10 Jon Beniston <jon@beniston.com>
8094
8095 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8096 for sim target.
8097
8098 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8099
8100 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8101 variable declaration.
8102 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8103 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8104 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8105 received HWCAP as its argument.
8106
8107 2016-09-06 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.base/new-ui-pending-input.c: New file.
8110 * gdb.base/new-ui-pending-input.exp: New file.
8111 * gdb.exp (clear_gdb_spawn_id): New procedure.
8112 (with_spawn_id): Check whether gdb_spawn_id exists before
8113 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8114 on exit.
8115
8116 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8117
8118 * gdb.base/float128.c: New file.
8119 * gdb.base/float128.exp: Likewise.
8120 * gdb.base/floatn.c: Likewise.
8121 * gdb.base/floatn.exp: Likewise.
8122
8123 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8124
8125 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8126
8127 2016-09-05 Pedro Alves <palves@redhat.com>
8128
8129 PR backtrace/19927
8130 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8131 unwinders are immediately called as side effect of "source" or
8132 "disable unwinder" commands.
8133 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8134
8135 2016-09-02 Yao Qi <yao.qi@linaro.org>
8136
8137 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8138 is true and $type is "float" or "double".
8139
8140 2016-09-02 Yao Qi <yao.qi@linaro.org>
8141
8142 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8143 true.
8144 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8145 * gdb.base/call-rt-st.exp: Likewise.
8146 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8147 return value instead of gdb,skip_float_test.
8148 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8149 (do_function_calls): Use its return value instead of
8150 gdb,skip_float_test.
8151 * gdb.base/finish.exp: Likewise.
8152 * gdb.base/funcargs.exp: Likewise.
8153 * gdb.base/return.exp: Likewise.
8154 * gdb.base/return2.exp: Likewise.
8155 * gdb.base/varargs.exp: Likewise.
8156 * lib/gdb.exp (gdb_skip_float_test): Change it to
8157 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8158
8159 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8160
8161 * gdb.multi/tids.exp: Test "thread apply all".
8162
8163 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8164
8165 * gdb.base/default.exp (tty): Remove.
8166
8167 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8168
8169 * gdb.python/py-recurse-unwind.c: New file.
8170 * gdb.python/py-recurse-unwind.py: New file.
8171 * gdb.python/py-recurse-unwind.exp: New file.
8172
8173 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8174
8175 * gdb.base/set-inferior-tty.exp: New file.
8176 * gdb.base/set-inferior-tty.c: New file.
8177
8178 2016-08-23 Pedro Alves <palves@redhat.com>
8179
8180 PR gdb/20494
8181 * gdb.base/new-ui-echo.c: New file.
8182 * gdb.base/new-ui-echo.exp: New file.
8183
8184 2016-08-23 Yao Qi <yao.qi@linaro.org>
8185
8186 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8187 gdbserver_spawn.
8188 * gdb.server/connect-without-multi-process.exp (do_test):
8189 Likewise.
8190
8191 2016-08-23 Yao Qi <yao.qi@linaro.org>
8192
8193 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8194 standalone_txt. Delete gdb_txt and standalone_txt on host
8195 and target. Spawn the binary on target. Copy files from
8196 target to host.
8197
8198 2016-08-22 Pedro Alves <palves@redhat.com>
8199
8200 PR gdb/20505
8201 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8202 with_test_prefix. Factor out bits to ...
8203 (test_no_vdso): ... this new procedure.
8204
8205 2016-08-19 Carl Love <cel@us.ibm.com>
8206
8207 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8208 maintaining separate logic for constructing the output path.
8209 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8210 * gdb.arch/ppc-dfp.exp: Likewise.
8211 * gdb.arch/ppc-fp.exp: Likewise.
8212 * gdb.arch/vsx-regs.exp: Likewise.
8213 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8214 binprefix for generating the additional binary files.
8215
8216 2016-08-19 Pedro Alves <palves@redhat.com>
8217
8218 * gdb.trace/mi-trace-frame-collected.exp
8219 (test_trace_frame_collected): On x32, expect two registers.
8220
8221 2016-08-18 Carl Love <cel@us.ibm.com>
8222
8223 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8224 and sync up the test with tests in gas/testsuite/gas/ppc.
8225 * gdb.arch/powerpc-power.exp: Likewise.
8226
8227 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8228
8229 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8230 expected error message.
8231
8232 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8233
8234 * gdb.multi/remove-inferiors.exp: New file.
8235 * gdb.multi/remove-inferiors.c: New file.
8236
8237 2016-08-12 Yao Qi <yao.qi@linaro.org>
8238
8239 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8240 argument list.
8241
8242 2016-08-10 Pedro Alves <palves@redhat.com>
8243
8244 PR gdb/19187
8245 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8246 setup_kfails.
8247
8248 2016-08-09 Pedro Alves <palves@redhat.com>
8249 Simon Marchi <simon.marchi@ericsson.com>
8250
8251 PR gdb/20418
8252 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8253 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8254
8255 2016-08-09 Pedro Alves <palves@redhat.com>
8256
8257 PR mi/20431
8258 * gdb.mi/mi-cmd-error.exp: New file.
8259
8260 2016-08-09 Pedro Alves <palves@redhat.com>
8261
8262 PR gdb/18653
8263 * gdb.base/signals-state-child.c: New file.
8264 * gdb.base/signals-state-child.exp: New file.
8265 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8266
8267 2016-08-09 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8270
8271 2016-08-03 Tom Tromey <tom@tromey.com>
8272
8273 PR python/18565:
8274 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8275
8276 2016-08-01 Yao Qi <yao.qi@linaro.org>
8277
8278 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8279 variable mode to "multi-process" if $multi_process is 1, otherwise
8280 set it to "single-process".
8281
8282 2016-08-01 Yao Qi <yao.qi@linaro.org>
8283
8284 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8285 * gdb.cp/cpexprs.exp: Likewise.
8286 * gdb.cp/m-static.exp: Likewise.
8287
8288 2016-07-26 Tom Tromey <tom@tromey.com>
8289
8290 PR python/20190:
8291 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8292 test.
8293
8294 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8295
8296 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8297 selecting assembly source files.
8298 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8299 assembly source files.
8300 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8301 assembly source files.
8302 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8303 selecting assembly source files.
8304
8305 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8306
8307 * gdb.base/new-ui.exp (do_test_invalid_args): New
8308 procedure.
8309
8310 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8311
8312 * gdb.btrace/reconnect.c: New file.
8313 * gdb.btrace/reconnect.exp: New file.
8314
8315 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8316
8317 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8318 to test_catch_syscall_group.
8319 (test_catch_syscall_group): New.
8320
8321 2016-07-21 Tom Tromey <tom@tromey.com>
8322
8323 * gdb.rust/simple.rs (main): Use empty struct expression.
8324 * gdb.rust/simple.exp: Add tests for empty struct expression.
8325
8326 2016-07-21 Yao Qi <yao.qi@linaro.org>
8327
8328 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8329 if gdb_skip_xml_test is true on some targets.
8330
8331 2016-07-21 Yao Qi <yao.qi@linaro.org>
8332
8333 * gdb.server/solib-list.exp: Unset last_loaded_file.
8334
8335 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8336
8337 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8338 "step into captured_main (args)".
8339
8340 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8341
8342 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8343
8344 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8345
8346 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8347
8348 2016-07-19 Pedro Alves <palves@redhat.com>
8349
8350 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8351 * gdb.opt/inline-bt.exp: Likewise.
8352 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8353 additional_flags=-Winline.
8354 * gdb.opt/inline-locals.exp: Likewise.
8355 * gdb.opt/inline-markers.c (ATTR): Define.
8356 (inlined_fn): Use it.
8357
8358 2016-07-19 Yao Qi <yao.qi@linaro.org>
8359
8360 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8361 (test_with_self): Remove some code. Remove argument executable.
8362 (top-level): Use do_self_tests.
8363
8364 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8365 Don Breazeal <donb@codesourcery.com>
8366
8367 * gdb.base/maint.exp: Escape paths used in regular expressions.
8368 * gdb.stabs/weird.exp: Likewise.
8369
8370 2016-07-13 Tom Tromey <tom@tromey.com>
8371
8372 PR python/15620, PR python/18620:
8373 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8374 (test_bkpt_events): New procs.
8375
8376 2016-07-13 Tom Tromey <tom@tromey.com>
8377
8378 PR python/17698:
8379 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8380 test.
8381 (test_watchpoints): Likewise.
8382 (test_bkpt_pending): New proc.
8383
8384 2016-07-13 Tom Tromey <tom@tromey.com>
8385
8386 PR cli/18053:
8387 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8388 completion test.
8389
8390 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8391
8392 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8393 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8394 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8395 f_label.
8396 (g): Rename g_end_lbl to g_label.
8397 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8398 low_pc and high_pc.
8399 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8400
8401 2016-07-12 Tom Tromey <tom@tromey.com>
8402
8403 PR python/19293:
8404 * gdb.python/py-unwind-maint.exp: Update tests.
8405
8406 2016-07-12 Yao Qi <yao.qi@linaro.org>
8407
8408 * lib/selftest-support.exp (selftest_setup): Match the output
8409 when captured_main is inlined.
8410
8411 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8412
8413 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8414 New variables.
8415 (print this%a, print this%b, print this): New tests.
8416 * gdb.fortran/derived-types.f90 (this): New object and
8417 initialization.
8418
8419 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8420
8421 * gdb.ada/arraydim.exp: Remove extra directory level in build
8422 directory.
8423
8424 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8425
8426 * lib/ada.exp: Remove extra directory level in build directory.
8427 * gdb.ada/cond_lang.exp: Likewise.
8428 * gdb.ada/exec_changed.exp: Likewise.
8429 * gdb.ada/lang_switch.exp: Likewise.
8430
8431 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8432
8433 * simple.rs: Add test for raw pointer subscripting.
8434 * simple.exp: Add test expectations.
8435
8436 2016-07-05 Yao Qi <yao.qi@linaro.org>
8437
8438 * gdb.mi/mi-reverse.exp: Match =record-started output.
8439
8440 2016-07-01 Pedro Alves <palves@redhat.com>
8441
8442 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8443 procedure.
8444 (jit_reader_test): Test the jit reader's unwinder.
8445 * gdb.base/jithost.c (jit_function_00_code): New global.
8446 (main): Use memcpy to fill in the mmapped code, instead of poking
8447 bytes manually here.
8448 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8449 value.
8450 (read_debug_info): Save the function's range.
8451 (read_sp): New function.
8452 (unwind_frame): Use it. Also unwind RBP.
8453 (get_frame_id): Use read_sp.
8454 (gdb_init_reader): Use calloc instead of malloc.
8455 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8456 parameter. Use gdb_test_multiple.
8457
8458 2016-07-01 Pedro Alves <palves@redhat.com>
8459 Antoine Tremblay <antoine.tremblay@ericsson.com>
8460
8461 * gdb.threads/process-dies-while-detaching.c: New file.
8462 * gdb.threads/process-dies-while-detaching.exp: New file.
8463
8464 2016-07-01 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.multi/watchpoint-multi-exit.c: New file.
8467 * gdb.multi/watchpoint-multi-exit.exp: New file.
8468
8469 2016-06-30 Pedro Alves <palves@redhat.com>
8470
8471 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8472 unset inferior_spawn_id.
8473
8474 2016-06-30 Pedro Alves <palves@redhat.com>
8475
8476 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8477 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8478
8479 2016-06-29 Yao Qi <yao.qi@linaro.org>
8480
8481 * gdb.base/return.c: Add copyright header.
8482
8483 2016-06-29 Tom Tromey <tom@tromey.com>
8484
8485 PR python/20129:
8486 * gdb.python/py-framefilter.exp: Add tests for setting priority
8487 and disabling of non-existent frame filter.
8488
8489 2016-06-29 Yao Qi <yao.qi@linaro.org>
8490
8491 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8492 0x0f07ff.
8493
8494 2016-06-28 Yao Qi <yao.qi@linaro.org>
8495
8496 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8497 triplets. Start gdb, execute catch syscall, and continue. Check
8498 gdb's output to determine catch syscall is supported.
8499
8500 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8501
8502 * gdb.rust/simple.rs: Add test for returning unit in a function.
8503 * gdb.rust/simple.exp: Add expectation for functions returning
8504 unit.
8505
8506 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8507
8508 * gdb.python/py-breakpoint-create-fail.c,
8509 gdb.python/py-breakpoint-create-fail.exp,
8510 gdb.python/py-breakpoint-create-fail.py: New testcase.
8511
8512 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8513
8514 PR gdb/20239
8515 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8516 * gdb.rust/simple.exp: Add test expectations for new NonZero
8517 tests.
8518
8519 2016-06-24 David Taylor <dtaylor@emc.com>
8520
8521 * gdb.base/offsets.exp: New file.
8522 * gdb.base/offsets.c: New file.
8523
8524 2016-06-23 Tom Tromey <tom@tromey.com>
8525
8526 PR gdb/16483:
8527 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8528 before any filters are loaded.
8529
8530 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8531
8532 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8533 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8534 structs.
8535 * gdb.fortran/derived-type-function.exp: New file.
8536 * gdb.fortran/derived-type-function.f90: New file.
8537
8538
8539 2016-06-21 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/new-ui.exp: New file.
8542 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8543 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8544 (with_spawn_id): New procedure.
8545
8546 2016-06-21 Pedro Alves <palves@redhat.com>
8547
8548 * gdb.mi/mi-exec-run.exp: New file.
8549
8550 2016-06-21 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8553 breakpoint command's output on the main UI.
8554 (test_break): New procedure, factored out from calls in the top
8555 level.
8556 (top level): Use foreach_with_prefix to test MI as main UI and as
8557 separate UI.
8558
8559 2016-06-21 Pedro Alves <palves@redhat.com>
8560
8561 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8562 (test_awatch_creation_and_listing)
8563 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8564 Remove 'type' parameter.
8565 (test_watchpoint_all): New parameter mi_mode. Remove
8566 with_test_prefix.
8567 (top level): Use foreach_with_prefix, and add main/separate UI MI
8568 testing axis.
8569
8570 2016-06-21 Pedro Alves <palves@redhat.com>
8571
8572 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8573 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8574 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8575 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8576 (gdb_main_spawn_id, mi_spawn_id): Declare and
8577 comment.
8578 (mi_create_inferior_pty): New procedure,
8579 factored out from default_mi_gdb_start.
8580 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8581 procedures.
8582 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8583 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8584 Use mi_create_inferior_pty.
8585 (mi_gdb_start): Use eval to pass down args list.
8586
8587 2016-06-21 Pedro Alves <palves@redhat.com>
8588
8589 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8590 * gdb.opt/inline-cmds.exp: Add MI tests.
8591
8592 2016-06-21 Pedro Alves <palves@redhat.com>
8593
8594 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8595
8596 2016-06-21 Pedro Alves <palves@redhat.com>
8597
8598 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8599 (top level): Use it instead of mi_execute_to.
8600
8601 2016-06-21 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8604 (cont_handler_str): New.
8605 (signal_stop_handler): Set stop_handler_str instead of printing to
8606 stdout.
8607 (continue_handler): Set cont_handler_str instead of printing to
8608 stdout.
8609 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8610 mi_send_resuming_command. Print stop_handler_str and
8611 cont_handler_str instead of expecting the python events print
8612 directly.
8613
8614 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8615
8616 * gdb.base/jit-reader.exp: New file.
8617 * gdb.base/jithost.c: New file.
8618 * gdb.base/jithost.h: New file.
8619 * gdb.base/jitreader.c : New file.
8620 * gdb.base/jit-protocol.h: New file.
8621
8622 2016-06-17 Yao Qi <yao.qi@linaro.org>
8623
8624 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8625 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8626 and detach-on-fork. Adjust tests.
8627 (top level): Invoke break_cond_on_syscall with combinations of
8628 syscall, follow-fork-mode and detach-on-fork.
8629
8630 2016-06-17 Yao Qi <yao.qi@linaro.org>
8631
8632 * gdb.base/step-over-exit.c: New.
8633 * gdb.base/step-over-exit.exp: New.
8634
8635 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8636
8637 * gdb.base/float.exp: Add target check for nds32*-*-*.
8638 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8639
8640 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8641
8642 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8643 for unsupported target features.
8644 * gdb.base/call-rt-st.exp: Likewise.
8645 * gdb.base/call-sc.exp: Likewise.
8646 * gdb.base/call-signal-resume.exp: Likewise.
8647 * gdb.base/call-strs.exp: Likewise.
8648 * gdb.base/callexit.exp: Likewise.
8649 * gdb.base/callfuncs.exp: Likewise.
8650 * gdb.base/nodebug.exp: Likewise.
8651 * gdb.base/printcmds.exp: Likewise.
8652 * gdb.base/ptype.exp: Likewise.
8653 * gdb.base/structs.exp: Likewise.
8654 * gdb.base/unwindonsignal.exp: Likewise.
8655 * gdb.cp/gdb2495.exp: Likewise.
8656 * gdb.cp/templates.exp: Likewise.
8657 * gdb.cp/virtfunc.exp: Likewise.
8658 * gdb.threads/hand-call-in-threads.exp: Likewise.
8659 * gdb.threads/interrupted-hand-call.exp: Likewise.
8660 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8661
8662 2016-06-10 Tom Tromey <tom@tromey.com>
8663
8664 PR rust/20110:
8665 * gdb.rust/expr.exp: Add test for integer constant larger than
8666 i32.
8667
8668 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8669
8670 * gdb.fortran/nested-funcs.exp: New.
8671 * gdb.fortran/nested-funcs.f90: New.
8672
8673 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8674
8675 * gdb.base/examine-backward.c: New file.
8676 * gdb.base/examine-backward.exp: New file.
8677
8678 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8679
8680 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8681 matching.
8682
8683 2016-06-02 Tom Tromey <tom@tromey.com>
8684
8685 PR python/18984:
8686 * gdb.python/py-shared.exp: Add solib_name test.
8687
8688 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8689
8690 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8691
8692 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8693
8694 PR c++/19893
8695 * gdb.dwarf2/implref.exp: Rename to...
8696 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8697 * gdb.dwarf2/implref-array.c: New file.
8698 * gdb.dwarf2/implref-array.exp: Likewise.
8699 * gdb.dwarf2/implref-global.c: Likewise.
8700 * gdb.dwarf2/implref-global.exp: Likewise.
8701 * gdb.dwarf2/implref-struct.c: Likewise.
8702 * gdb.dwarf2/implref-struct.exp: Likewise.
8703
8704 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8705
8706 * gdb.trace/trace-condition.exp: Add 64bit tests.
8707
8708 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8709
8710 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8711 bits types.
8712 (main): Adapt to 8 to 64 bits types.
8713 * gdb.trace/trace-condition.exp: Add new tests.
8714
8715 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8716
8717 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8718
8719 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8720
8721 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8722 Move condition tests...
8723 * gdb.trace/trace-condition.exp: Here.
8724
8725 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8726
8727 * gdb.trace/trace-condition.exp: Add counter-case tests.
8728
8729 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8730
8731 PR c++/15231
8732 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8733 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8734
8735 2016-05-27 Pedro Alves <palves@redhat.com>
8736
8737 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8738 New procedure.
8739 (top level): Call it, and bail out of DejaGnu is known to be bad.
8740
8741 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8742
8743 * gdb.base/whatis.c: Extend the test case.
8744 * gdb.base/whatis.exp: Add additional tests.
8745
8746 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8747
8748 * gdb.fortran/type.f90: Add pointer variable.
8749 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8750
8751 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8752
8753 * gdb.fortran/vla-type.exp: Fix testcase name.
8754
8755 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8756
8757 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8758
8759 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8760
8761 * gdb.fortran/type.f90: Add nested structures.
8762 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8763 * gdb.fortran/derived-type.exp: Adapt expected output.
8764 * gdb.fortran/vla-type.exp: Adapt expected output.
8765
8766 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8767
8768 * gdb.fortran/whatis_type.exp: Adapt expected output.
8769
8770 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8771
8772 * gdb.fortran/print_type.exp: Fix expected output.
8773 * gdb.fortran/whatis_type.exp: Fix expected output.
8774
8775 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8776
8777 * gdb.fortran/whatis_type.exp: Use multi_line.
8778
8779 2016-05-24 Tom Tromey <tom@tromey.com>
8780
8781 PR python/17386:
8782 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8783 use value as an index.
8784
8785 2016-05-23 Tom Tromey <tom@tromey.com>
8786
8787 PR python/17981:
8788 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8789 no-breakpoint case.
8790
8791 2016-05-24 Pedro Alves <palves@redhat.com>
8792
8793 PR gdb/19828
8794 * gdb.threads/clone-attach-detach.c: New file.
8795 * gdb.threads/clone-attach-detach.exp: New file.
8796
8797 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8798
8799 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8800
8801 2016-05-23 Tom Tromey <tom@tromey.com>
8802
8803 PR python/19438, PR python/18393:
8804 * gdb.python/py-progspace.exp: Add "dir" test.
8805 * gdb.python/py-objfile.exp: Add "dir" test.
8806
8807 2016-05-23 Yao Qi <yao.qi@linaro.org>
8808
8809 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8810 * gdb.arch/thumb2-it.exp: Likewise.
8811
8812 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8813
8814 * gdb.mi/mi-threads-interrupt.c: New file.
8815 * gdb.mi/mi-threads-interrupt.exp: New file.
8816
8817 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8818
8819 PR gdb/18077
8820 * gdb.mi/mi-async-run.exp: New file.
8821 * gdb.mi/mi-async-run.c: New file.
8822
8823 2016-05-17 Tom Tromey <tom@tromey.com>
8824 Manish Goregaokar <manishsmail@gmail.com>
8825
8826 * lib/rust-support.exp: New file.
8827 * lib/gdb.exp (skip_rust_tests): New proc.
8828 (build_executable_from_specs): Handle rust.
8829 * lib/future.exp (gdb_find_rustc): New proc.
8830 (gdb_default_target_compile): Handle rust.
8831 * gdb.rust/expr.exp: New file.
8832 * gdb.rust/generics.exp: New file.
8833 * gdb.rust/generics.rs: New file.
8834 * gdb.rust/methods.exp: New file.
8835 * gdb.rust/methods.rs: New file.
8836 * gdb.rust/modules.exp: New file.
8837 * gdb.rust/modules.rs: New file.
8838 * gdb.rust/simple.exp: New file.
8839 * gdb.rust/simple.rs: New file.
8840
8841 2016-05-17 Tom Tromey <tom@tromey.com>
8842
8843 * gdb.base/default.exp (set language): Add rust.
8844
8845 2016-05-17 Tom Tromey <tom@tromey.com>
8846
8847 * gdb.gdb/unittest.exp: New file.
8848
8849 2016-05-16 Yao Qi <yao.qi@linaro.org>
8850
8851 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8852 shell_prompt. Update shell_prompt_re.
8853
8854 2016-05-12 Doug Evans <dje@google.com>
8855
8856 PR symtab/19999
8857 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8858 $options when building executable.
8859 * gdb.dwarf2/fission-loclists-pie.S: New file.
8860 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8861
8862 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8863
8864 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8865 of [is_remote target],
8866
8867 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8868
8869 * lib/gdb.exp (use_gdb_stub): New procedure.
8870
8871 2016-05-03 Yunlian Jiang <yunlian@google.com>
8872 Doug Evans <dje@google.com>
8873
8874 PR symtab/19914
8875 * gdb.dwarf2/dwp-sepdebug.c: New file.
8876 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8877
8878 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8879
8880 * gdb.base/detach.exp: Remove is_remote check.
8881
8882 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8883
8884 * gdb.base/annota-input-while-running.exp: Don't check for
8885 [is_remote target]. Enable annotations after running to main.
8886 Remove unused "set test..." line.
8887
8888 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8889
8890 * gdb.trace/trace-enable-disable.exp: New file.
8891 * gdb.trace/trace-enable-disable.c: New file.
8892
8893 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8894
8895 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8896 use it in info sharedlibrary test.
8897 * gdb.trace/ftrace-lock.exp: Likewise.
8898 * gdb.trace/ftrace.exp: Likewise.
8899 * gdb.trace/range-stepping.exp: Likewise.
8900 * gdb.trace/trace-break.exp: Likewise.
8901 * gdb.trace/trace-condition.exp: Likewise.
8902 * gdb.trace/trace-mt.exp: Likewise.
8903
8904 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8905
8906 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8907 (gdb_load_shlib): ... this.
8908 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8909 gdb_load_shlib.
8910 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8911 * gdb.base/ctxobj.exp: Likewise.
8912 * gdb.base/dprintf-pending.exp: Likewise.
8913 * gdb.base/dso2dso.exp: Likewise.
8914 * gdb.base/fixsection.exp: Likewise.
8915 * gdb.base/gcore-relro.exp: Likewise.
8916 * gdb.base/gdb1555.exp: Likewise.
8917 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8918 * gdb.base/gnu-ifunc.exp: Likewise.
8919 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8920 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8921 * gdb.base/pending.exp: Likewise.
8922 * gdb.base/print-file-var.exp: Likewise.
8923 * gdb.base/print-symbol-loading.exp: Likewise.
8924 * gdb.base/shlib-call.exp: Likewise.
8925 * gdb.base/shreloc.exp: Likewise.
8926 * gdb.base/so-impl-ld.exp: Likewise.
8927 * gdb.base/solib-disc.exp: Likewise.
8928 * gdb.base/solib-nodir.exp: Likewise.
8929 * gdb.base/solib-overlap.exp: Likewise.
8930 * gdb.base/solib-symbol.exp: Likewise.
8931 * gdb.base/solib-weak.exp (do_test): Likewise.
8932 * gdb.base/sym-file.exp: Likewise.
8933 * gdb.base/symtab-search-order.exp: Likewise.
8934 * gdb.base/type-opaque.exp: Likewise.
8935 * gdb.base/unload.exp: Likewise.
8936 * gdb.base/watchpoint-solib.exp: Likewise.
8937 * gdb.compile/compile.exp: Likewise.
8938 * gdb.cp/gdb2384.exp: Likewise.
8939 * gdb.cp/infcall-dlopen.exp: Likewise.
8940 * gdb.cp/re-set-overloaded.exp: Likewise.
8941 * gdb.fortran/library-module.exp: Likewise.
8942 * gdb.opt/solib-intra-step.exp: Likewise.
8943 * gdb.python/py-finish-breakpoint.exp: Likewise.
8944 * gdb.python/py-shared.exp: Likewise.
8945 * gdb.reverse/solib-precsave.exp: Likewise.
8946 * gdb.reverse/solib-reverse.exp: Likewise.
8947 * gdb.server/solib-list.exp: Likewise.
8948 * gdb.threads/dlopen-libpthread.exp: Likewise.
8949 * gdb.threads/tls-shared.exp: Likewise.
8950 * gdb.threads/tls-so_extern.exp: Likewise.
8951 * gdb.trace/change-loc.exp: Likewise.
8952 * gdb.trace/ftrace-lock.exp: Likewise.
8953 * gdb.trace/ftrace.exp: Likewise.
8954 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8955 * gdb.trace/pending.exp: Likewise.
8956 * gdb.trace/range-stepping.exp: Likewise.
8957 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8958 (strace_info_marker): Likewise.
8959 (strace_probe_marker): Likewise.
8960 (strace_trace_on_same_addr): Likewise.
8961 (strace_trace_on_diff_addr): Likewise.
8962 * gdb.trace/trace-break.exp: Likewise.
8963 * gdb.trace/trace-condition.exp: Likewise.
8964 * gdb.trace/trace-mt.exp: Likewise.
8965
8966 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8967
8968 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8969 result of gdb_remote_download.
8970 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8971 * gdb.base/dso2dso.exp: Likewise.
8972 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8973 * gdb.base/print-file-var.exp: Likewise.
8974 * gdb.base/shlib-call.exp: Likewise.
8975 * gdb.base/shreloc.exp: Likewise.
8976 * gdb.base/solib-overlap.exp: Likewise.
8977 * gdb.base/solib-weak.exp (do_test): Likewise.
8978 * gdb.base/unload.exp: Likewise.
8979
8980 2016-04-27 Yao Qi <yao.qi@linaro.org>
8981
8982 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8983 exists.
8984
8985 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8986
8987 * vla-type.exp: Print structure from toplevel.
8988
8989 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8990
8991 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8992 of dynamic types.
8993 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8994 of dynamic types.
8995
8996 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8997
8998 * gdb.fortran/vla-type.f90: New file.
8999 * gdb.fortran/vla-type.exp: New file.
9000
9001 2016-04-25 Yao Qi <yao.qi@linaro.org>
9002
9003 * gdb.base/branch-to-self.c: New file.
9004 * gdb.base/branch-to-self.exp: New file.
9005
9006 2016-04-22 Yao Qi <yao.qi@linaro.org>
9007
9008 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9009 more after $hex.
9010
9011 2016-04-22 Yao Qi <yao.qi@linaro.org>
9012
9013 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9014 * gdb.base/annota3.exp: Likewise.
9015
9016 2016-04-22 Yao Qi <yao.qi@linaro.org>
9017
9018 * gdb.reverse/step-precsave.exp: Do one step and test program
9019 stops in "callee" and do multiple steps until program goes out
9020 of "callee".
9021 * gdb.reverse/step-reverse.exp: Likewise.
9022
9023 2016-04-22 Yao Qi <yao.qi@linaro.org>
9024
9025 * gdb.trace/signal.exp: Also pass if
9026 $tracepoint_hits($i) > $iterations.
9027
9028 2016-04-22 Yao Qi <yao.qi@linaro.org>
9029
9030 * gdb.trace/signal.c: New file.
9031 * gdb.trace/signal.exp: New file.
9032
9033 2016-04-19 Doug Evans <xdje42@gmail.com>
9034
9035 * gdb.base/bad-file.exp: New file.
9036
9037 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9038
9039 * gdb.dwarf2/implref.exp: New file.
9040
9041 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9042
9043 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9044 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9045 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9046 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9047 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9048 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9049 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9050 * lib/fortran.exp (fortran_int4): New procedure.
9051 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9052 (fortran_logical4): Likewise.
9053
9054 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9055
9056 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9057
9058 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9059
9060 * lib/compiler.c: Add Intel specific preprocessor macros.
9061 * lib/compiler.cc: Likewise.
9062
9063 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9064
9065 * gdb.server/connect-with-no-symbol-file.c: New file.
9066 * gdb.server/connect-with-no-symbol-file.exp: New file.
9067
9068 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9069
9070 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9071
9072 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9073
9074 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9075 standard output directory.
9076
9077 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9078
9079 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9080
9081 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9082
9083 * gdb.btrace/instruction_history.c (loop): Add declaration.
9084
9085 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9086
9087 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9088
9089 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9090
9091 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9092 parentheses to print.
9093 (continue_handler): Likewise.
9094
9095 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9096
9097 * gdb.server/solib-list.exp: Remove is_remote check.
9098 Pass shlib= to gdb_compile. Don't link shared library with
9099 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9100 Run binary filename through "readlink -f" on the target.
9101
9102 2016-04-08 Pedro Alves <palves@redhat.com>
9103
9104 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9105 interpreter filename as argument to gdbserver_spawn.
9106 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9107 Return empty if $last_loaded_file does not exist.
9108
9109 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9110
9111 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9112 * gdb.base/jit-main.c: Use exit after usage.
9113
9114 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9115
9116 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9117 GDBHISTSIZE prior to the tests.
9118 * gdb.base/gdbinit-history.exp: Likewise.
9119
9120 2016-04-07 Pedro Alves <palves@redhat.com>
9121
9122 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9123 instead of build_executable. Use gdb_load_shlibs.
9124
9125 2016-04-07 Yao Qi <yao.qi@linaro.org>
9126
9127 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9128 Execute "si" command.
9129
9130 2016-04-07 Yao Qi <yao.qi@linaro.org>
9131
9132 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9133 number instead of the comments on some line.
9134
9135 2016-04-06 Don Breazeal <donb@codesourcery.com>
9136
9137 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9138 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9139
9140 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9141
9142 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9143 standard_output_file. Remove unused binfile variable.
9144
9145 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9146
9147 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9148 * gdb.python/py-mi-objfile.exp: Match "list main" output
9149 in console format.
9150
9151 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9152
9153 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9154 absolute.
9155
9156 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9157
9158 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9159 absolute.
9160 * gdb.trace/ftrace.exp: Likewise.
9161 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9162 targets as well.
9163 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9164 (gdb_load_shlibs): Copy libraries to test directory when testing
9165 natively. Only set solib-search-path if testing remotely.
9166 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9167
9168 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9169
9170 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9171 gdb_download. Use it even if the target is not remote.
9172 * gdb.base/jit.exp (compile_jit_test): Likewise.
9173 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9174 output directory if the destination board is local, otherwise use
9175 the standard remote_download from DejaGnu.
9176 (gdb_download): Remove.
9177 (gdb_load_shlibs): Use gdb_remote_download instead of
9178 gdb_download.
9179 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9180 Use gdb_remote_download instead of gdb_download. Use it even if
9181 the target is not remote.
9182 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9183 instead of gdb_download.
9184
9185 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9186
9187 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9188 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9189 run.
9190
9191 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9192
9193 PR gdb/19820
9194 * gdb.base/printcmds.exp: Add artificial arrays tests.
9195
9196 2016-03-31 Pedro Alves <palves@redhat.com>
9197
9198 PR gdb/19858
9199 * gdb.base/jit-main.c: Include unistd.h.
9200 (ATTACH): Define to 0 if not already defined.
9201 (wait_for_gdb, mypid): New globals.
9202 (WAIT_FOR_GDB): New macro.
9203 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9204 some breakpoint locations.
9205 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9206 New procedures.
9207 (one_jit_test): Add REATTACH parameter, and handle it. Use
9208 continue_to_test_location.
9209 (top level): Test attach, and adjusts calls to one_jit_test.
9210
9211 2016-03-31 Pedro Alves <palves@redhat.com>
9212
9213 PR gdb/19858
9214 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9215 BINSUFFIX parameter, and handle it.
9216 (top level): Adjust calls compile_jit_test.
9217
9218 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9219
9220 PR python/19743
9221 * gdb.python/py-mi-events-gdb.py: New file.
9222 * gdb.python/py-mi-events.c: New file.
9223 * gdb.python/py-mi-events.exp: New file.
9224
9225 2016-03-30 Yao Qi <yao.qi@linaro.org>
9226
9227 * gdb.reverse/until-precsave.exp: Match function name only.
9228 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9229 Move malloc to a condition block.
9230 * gdb.reverse/until-reverse.exp: Match function name only.
9231
9232 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9233
9234 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9235 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9236 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9237 variable for GPR 0 instead of assuming it is register 0.
9238 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9239 * lib/trace-support.exp: Add s390 registers.
9240
9241 2016-03-29 Yao Qi <yao.qi@linaro.org>
9242
9243 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9244
9245 2016-03-24 Yao Qi <yao.qi@linaro.org>
9246
9247 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9248 test message.
9249
9250 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9251
9252 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9253 maintaining separate logic for constructing the output path.
9254
9255 2016-03-16 Don Breazeal <donb@codesourcery.com>
9256
9257 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9258 Retry fork and waitpid on interrupted system call errors.
9259 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9260 Use with_timeout_factor to increase timeout by factor of 10.
9261
9262 2016-03-15 Don Breazeal <donb@codesourcery.com>
9263
9264 * gdb.cp/scope-err.cc: New test program.
9265 * gdb.cp/scope-err.exp: New test script.
9266 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9267 lines and "set breakpoint here" comment.
9268 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9269 Fixed some whitespace and format issues.
9270 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9271 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9272
9273 2016-03-15 Doug Evans <dje@google.com>
9274
9275 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9276 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9277 All callers updated. Add tests for enums, mixed flags register.
9278
9279 2016-03-15 Doug Evans <dje@google.com>
9280
9281 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9282 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9283
9284 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9285
9286 * gdb.base/default.exp: Add $_as_string to the list of expected
9287 convenience functions.
9288
9289 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9290
9291 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9292
9293 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9294
9295 * gdb.python/py-as-string.exp: New file.
9296 * gdb.python/py-as-string.c: New file.
9297
9298 2016-03-09 Pedro Alves <palves@redhat.com>
9299
9300 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9301 signal" -> "Thread NN received signal" output change.
9302 * gdb.threads/ia64-sigill.exp: Likewise.
9303 * gdb.threads/linux-dp.exp: Likewise.
9304 * gdb.threads/manythreads.exp: Likewise.
9305 * gdb.threads/pending-step.exp: Likewise.
9306 * gdb.threads/print-threads.exp: Likewise.
9307 * gdb.threads/sigstep-threads.exp: Likewise.
9308 * gdb.threads/staticthreads.exp: Likewise.
9309 * gdb.threads/tls.exp: Likewise.
9310
9311 2016-03-09 Pedro Alves <palves@redhat.com>
9312
9313 * gdb.base/command-line-input.exp: New file.
9314
9315 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9316
9317 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9318 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9319 * gdb.trace/pending.exp: Accept leading dot before function name.
9320 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9321 * lib/trace-support.exp: Set registers for ppc.
9322
9323 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9324
9325 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9326 use it for disassembly; accept .main in addition to main in backtrace.
9327
9328 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9329 Marcin Kościelnicki <koriakin@0x04.net>
9330
9331 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9332 (gdb_recursion_test_ptr): New global variable.
9333 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9334 gdb_recursion_test.
9335 (gdb_c_test): Ditto.
9336
9337 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9338
9339 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9340 ordering.
9341
9342 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9343
9344 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9345 (bar): Add bar_start_lbl label.
9346 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9347 of foo/bar for emitting DWARF and tracing.
9348
9349 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9350
9351 * analyze-racy-logs.py: Set executable bit.
9352
9353 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9354
9355 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9356 (CHECK_TARGET_TMP): Likewise.
9357 (check-single-racy): New rule.
9358 (check-parallel-racy): Likewise.
9359 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9360 (do-check-parallel-racy): New rule.
9361 (check-racy/%.exp): Likewise.
9362 * README (Racy testcases): New section.
9363 * analyze-racy-logs.py: New file.
9364
9365 2016-03-03 Doug Evans <dje@google.com>
9366
9367 * gdb.base/skip.exp: Use with_test_prefix.
9368
9369 2016-03-03 Yao Qi <yao.qi@linaro.org>
9370
9371 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9372 Invoke step_over_syscall "clone" and break_cond_on_syscall
9373 "clone".
9374 * gdb.base/step-over-clone.c: New file.
9375
9376 2016-03-03 Yao Qi <yao.qi@linaro.org>
9377
9378 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9379 code format.
9380
9381 2016-03-03 Yao Qi <yao.qi@linaro.org>
9382
9383 * gdb.base/disp-step-fork.c: Rename to ...
9384 * gdb.base/step-over-fork.c: ... it. New file.
9385 * gdb.base/disp-step-vfork.c: Rename to ...
9386 * gdb.base/step-over-vfork.c: ... it. New file.
9387 * gdb.base/disp-step-syscall.exp: Rename to ...
9388 * gdb.base/step-over-syscall.exp: ... it. New file.
9389 (disp_step_cross_syscall): Rename to ...
9390 (step_over_syscall): ... it.
9391
9392 2016-03-03 Yao Qi <yao.qi@linaro.org>
9393
9394 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9395 If target supports condition evaluation on target, invoke
9396 break_cond_on_syscall for fork and vfork.
9397
9398 2016-03-03 Yao Qi <yao.qi@linaro.org>
9399
9400 * gdb.base/disp-step-syscall.exp: Don't invoke
9401 support_displaced_stepping.
9402 (disp_step_cross_syscall): Test with displaced stepping off and
9403 on if supported.
9404
9405 2016-03-03 Yao Qi <yao.qi@linaro.org>
9406
9407 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9408 proc.
9409 (setup): New proc.
9410 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9411 and setup.
9412
9413 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9414
9415 * gdb.fortran/vla-history.exp: Remove breakpoint.
9416
9417 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9418
9419 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9420 exceeds timeout.
9421
9422 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9423
9424 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9425 breakpoint.
9426
9427 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9428
9429 * gdb.mi/vla.f90: Nullify pointer after declaration.
9430
9431 2016-03-01 Pedro Alves <palves@redhat.com>
9432
9433 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9434
9435 2016-03-01 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9438 before anything else.
9439 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9440 _GNU_SOURCE here.
9441 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9442 before anything else.
9443 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9444
9445 2016-03-01 Pedro Alves <palves@redhat.com>
9446
9447 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9448
9449 2016-03-01 Yao Qi <yao.qi@linaro.org>
9450
9451 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9452 prepare_for_testing.
9453
9454 2016-03-01 Yao Qi <yao.qi@linaro.org>
9455
9456 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9457
9458 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9459
9460 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9461 manually constructing the output path.
9462
9463 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9464
9465 * gdb.arch/s390-stackless.S: New.
9466 * gdb.arch/s390-stackless.exp: New.
9467
9468 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9469
9470 * gdb.dlang/circular.c: New file.
9471 * gdb.dlang/circular.exp: New file.
9472
9473 2016-02-26 Yao Qi <yao.qi@linaro.org>
9474
9475 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9476 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9477 (testcases): Update.
9478
9479 2016-02-26 Yao Qi <yao.qi@linaro.org>
9480
9481 * gdb.reverse/aarch64.c: Rename to ...
9482 * gdb.reverse/insn-reverse.c: ... it.
9483 * gdb.reverse/aarch64.exp: Rename to ...
9484 * gdb.reverse/insn-reverse.exp: ... it.
9485
9486 2016-02-26 Yao Qi <yao.qi@linaro.org>
9487
9488 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9489 (testcase_ftype): New.
9490 (testcases): New array.
9491 (n_testcases): New.
9492 (main): Call each element in testcases.
9493 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9494 (read_testcase): New.
9495 Do the tests in a loop.
9496
9497 2016-02-25 Yao Qi <yao.qi@linaro.org>
9498
9499 * gdb.base/branches.c: Remove.
9500
9501 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9502
9503 PR gdb/13808
9504 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9505
9506 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9507
9508 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9509
9510 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9511
9512 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9513 change x86_64 call_insn to 'callq'.
9514
9515 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9516
9517 * gdb.trace/tfile-avx.c: Move to...
9518 * gdb.trace/tracefile-pseudo-reg.c: Here.
9519 * gdb.trace/tfile-avx.exp: Move to...
9520 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9521
9522 2016-02-24 Gary Benson <gbenson@redhat.com>
9523
9524 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9525 message on attach.
9526
9527 2016-02-23 Doug Evans <dje@google.com>
9528
9529 * gdb.base/skip.c (test_skip): New function.
9530 (end_test_skip_file_and_function): New function.
9531 (test_skip_file_and_function): New function.
9532 * gdb.base/skip1.c (test_skip): New function.
9533 (skip1_test_skip_file_and_function): New function.
9534 * gdb.base/skip.exp: Add tests for new skip options.
9535 * gdb.base/skip-solib.exp: Update expected output.
9536 * gdb.perf/skip-command.cc: New file.
9537 * gdb.perf/skip-command.exp: New file.
9538 * gdb.perf/skip-command.py: New file.
9539
9540 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9541
9542 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9543 info registers pattern.
9544
9545 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9546
9547 * lib/future.exp: Add D support.
9548 (gdb_find_gdc): New proc.
9549 (gdb_default_target_compile): Add D support.
9550
9551 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9552
9553 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9554 user+system time.
9555 (trace_speed_test): Determine the iteration count for a time
9556 between 15..30 seconds.
9557
9558 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9559
9560 * gdb.arch/i386-mpx-sigsegv.c: New file.
9561 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9562 * gdb.arch/i386-mpx-simple_segv.c: New file.
9563 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9564
9565 2016-02-18 Yao Qi <yao.qi@linaro.org>
9566
9567 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9568 Don't call setup_kfail.
9569
9570 2016-02-18 Yao Qi <yao.qi@linaro.org>
9571
9572 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9573 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9574
9575 2016-02-16 Doug Evans <dje@google.com>
9576
9577 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9578 * gdb.base/skip1.c: Ditto.
9579 * gdb.base/skip.exp: Whitespace cleanup.
9580
9581 2016-02-16 Don Breazeal <donb@codesourcery.com>
9582
9583 PR remote/19496
9584 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9585 Remove kfail for PR remote/19496.
9586
9587 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9588
9589 * lib/gdb.exp (standard_temp_file): Return a path specific to
9590 the runtest invocation.
9591
9592 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9593
9594 * gdb.trace/save-trace.exp: Change relative path to be in the
9595 standard output directory.
9596
9597 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9598
9599 * gdb.arch/i386-prologue.c: Add missing prototypes.
9600
9601 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9602
9603 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9604 * gdb.arch/i386-prologue.exp: Likewise.
9605 * gdb.arch/i386-size.exp: Likewise.
9606
9607 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9608
9609 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9610 define object file path.
9611 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9612 file path.
9613 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9614 standard_output_file to define binfile.
9615
9616 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9617
9618 Fix compatibility with recent gfortran-5.3.1.
9619 * gdb.fortran/vla-history.exp (print vla1 allocated)
9620 (print vla2 allocated, print $2, print $3): Remove
9621 (print $4): Rename to ...
9622 (print $2): ... here.
9623 (print $9): Rename to ...
9624 (print $5): ... here.
9625 (print $10): Rename to ...
9626 (print $6): ... here.
9627 * gdb.fortran/vla.f90: Add pvla initialization.
9628
9629 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9630
9631 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9632 New test.
9633 * gdb.fortran/vla-value-sub.exp: Likewise.
9634
9635 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9636
9637 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9638
9639 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9640
9641 * i386-biarch-core.exp: Define corefile using
9642 standard_output_file.
9643
9644 2016-02-12 Yao Qi <yao.qi@linaro.org>
9645
9646 * gdb.arch/arm-single-step-kernel-helper.c: New.
9647 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9648
9649 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9650
9651 * gdb.btrace/tailcall-only.exp: New.
9652 * gdb.btrace/tailcall-only.c: New.
9653 * gdb.btrace/x86_64-tailcall-only.S: New.
9654 * gdb.btrace/i686-tailcall-only.S: New.
9655
9656 2016-02-11 Pedro Alves <palves@redhat.com>
9657
9658 * README (Parallel testing): Add missing double quotes.
9659
9660 2016-02-11 Pedro Alves <palves@redhat.com>
9661
9662 * README (Parallel testing): New section.
9663 (GDB_PARALLEL): Rewrite.
9664 (FORCE_PARALLEL): Document.
9665
9666 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9667
9668 * gdb.trace/tfile-avx.c: New test.
9669 * gdb.trace/tfile-avx.exp: New test.
9670
9671 2016-02-09 Keith Seitz <keiths@redhat.com>
9672
9673 PR breakpoints/19546
9674 * gdb.base/infcall-exec.c: New file.
9675 * gdb.base/infcall-exec2.c: New file.
9676 * gdb.base/infcall-exec.exp: New file.
9677
9678 2016-02-09 Keith Seitz <keiths@redhat.com>
9679
9680 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9681 (toplevel): Call test_bkpt_address.
9682
9683 2016-02-09 Keith Seitz <keiths@redhat.com>
9684
9685 PR python/19506
9686 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9687 (toplevel): Call test_bkpt_address.
9688
9689 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9690
9691 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9692 to AC_OUTPUT.
9693 * configure: Regenerate.
9694
9695 2016-02-09 Pedro Alves <palves@redhat.com>
9696
9697 PR breakpoints/19548
9698 * gdb.base/execl-update-breakpoints.c (some_function): New
9699 function.
9700 (main): Call it.
9701 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9702 Tighten expected GDB output.
9703
9704 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9705
9706 * Makefile.in (ALL_SUBDIRS): Remove.
9707 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9708 (distclean maintainer-clean realclean): Likewise.
9709 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9710 * configure: Regenerate.
9711 * gdb.ada/Makefile.in: Delete.
9712 * gdb.arch/Makefile.in: Likewise.
9713 * gdb.asm/Makefile.in: Likewise.
9714 * gdb.base/Makefile.in: Likewise.
9715 * gdb.btrace/Makefile.in: Likewise.
9716 * gdb.cell/Makefile.in: Likewise.
9717 * gdb.compile/Makefile.in: Likewise.
9718 * gdb.cp/Makefile.in: Likewise.
9719 * gdb.disasm/Makefile.in: Likewise.
9720 * gdb.dlang/Makefile.in: Likewise.
9721 * gdb.dwarf2/Makefile.in: Likewise.
9722 * gdb.fortran/Makefile.in: Likewise.
9723 * gdb.gdb/Makefile.in: Likewise.
9724 * gdb.go/Makefile.in: Likewise.
9725 * gdb.guile/Makefile.in: Likewise.
9726 * gdb.java/Makefile.in: Likewise.
9727 * gdb.linespec/Makefile.in: Likewise.
9728 * gdb.mi/Makefile.in: Likewise.
9729 * gdb.modula2/Makefile.in: Likewise.
9730 * gdb.multi/Makefile.in: Likewise.
9731 * gdb.objc/Makefile.in: Likewise.
9732 * gdb.opencl/Makefile.in: Likewise.
9733 * gdb.opt/Makefile.in: Likewise.
9734 * gdb.pascal/Makefile.in: Likewise.
9735 * gdb.perf/Makefile.in: Likewise.
9736 * gdb.python/Makefile.in: Likewise.
9737 * gdb.reverse/Makefile.in: Likewise.
9738 * gdb.server/Makefile.in: Likewise.
9739 * gdb.stabs/Makefile.in: Likewise.
9740 * gdb.threads/Makefile.in: Likewise.
9741 * gdb.trace/Makefile.in: Likewise.
9742 * gdb.xml/Makefile.in: Likewise.
9743 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9744 GDB_PARALLEL.
9745 (standard_output_file): Remove check for GDB_PARALLEL, always
9746 return path in outputs/$subdir/$testname.
9747
9748 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9749
9750 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9751 (site.exp): Assign abs_srcdir to tcl's srcdir.
9752
9753 2016-02-04 Yao Qi <yao.qi@linaro.org>
9754
9755 * gdb.base/foll-exec-mode.c: Include limits.h.
9756 (main): Add parameters argc and argv. Get directory from
9757 argv[0].
9758 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9759 compilation.
9760 * gdb.base/foll-exec.c: Include limits.h.
9761 (main): Add parameters argc and argv.
9762 Get directory from argv[0].
9763 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9764 Adjust tests on the number of lines as source code changed.
9765 * gdb.base/foll-vfork-exit.c: Include limits.h.
9766 (main): Add one line of statement before vfork.
9767 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9768 (main): Add parameters argc and argv. Get directory from
9769 argv[0].
9770 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9771 (setup_gdb): Set tbreak to skip some source lines.
9772 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9773 (main): Add parameters argc and argv. Get directory from
9774 argv[0].
9775 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9776 compilation.
9777 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9778 (main): Add parameters argc and argv. Get directory from
9779 argv[0].
9780 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9781 compilation.
9782
9783 2016-02-01 Doug Evans <dje@google.com>
9784
9785 * gdb.base/skip.exp: Clean up multiple references to same test name.
9786
9787 2016-02-01 Pedro Alves <palves@redhat.com>
9788
9789 PR remote/19496
9790 * gdb.threads/forking-threads-plus-breakpoint.exp
9791 (displaced_stepping_supported): New global.
9792 (probe_displaced_stepping_support): New procedure.
9793 (do_test): Add 'displaced' parameter, and use it.
9794 (top level): Check for displaced stepping support. Add displaced
9795 stepping on/off testing axis.
9796
9797 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9798
9799 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9800 pointer. Don't perform further tests on the unassociated pointer
9801 if the first test fails.
9802
9803 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9804
9805 * gdb.base/max-value-size.c: New file.
9806 * gdb.base/max-value-size.exp: New file.
9807 * gdb.base/huge.exp: Disable max-value-size for this test.
9808
9809 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9810
9811 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9812
9813 2016-01-28 Yao Qi <yao.qi@linaro.org>
9814
9815 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9816
9817 2016-01-25 Pedro Alves <palves@redhat.com>
9818
9819 PR threads/19461
9820 * gdb.base/fork-running-state.c: New file.
9821 * gdb.base/fork-running-state.exp: New file.
9822
9823 2016-01-25 Pedro Alves <palves@redhat.com>
9824
9825 PR gdb/19494
9826 * gdb.base/catch-fork-kill.c: New file.
9827 * gdb.base/catch-fork-kill.exp: New file.
9828
9829 2016-01-25 Pedro Alves <palves@redhat.com>
9830
9831 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9832 Delete, moved to lib/gdb.exp.
9833 * gdb.threads/forking-threads-plus-breakpoint.exp
9834 (foreach_with_prefix): Likewise.
9835 * gdb.threads/process-dies-while-handling-bp.exp
9836 (foreach_with_prefix): Likewise.
9837 * lib/gdb.exp (foreach_with_prefix): New procedure.
9838
9839 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9840
9841 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9842 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9843
9844 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9845
9846 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9847 endian targets.
9848
9849 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9850 Pedro Alves <palves@redhat.com>
9851
9852 Fix testsuite compatibility with Guile.
9853 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9854 number.
9855
9856 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9857
9858 Fix testsuite compatibility with Guile.
9859 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9860 (thread 1): New test for backtrace through signal handler.
9861
9862 2016-01-22 Yao Qi <yao.qi@linaro.org>
9863
9864 PR testsuite/19491
9865 * gdb.base/multi-forks.c: Include
9866 ../lib/unbuffer_output.c
9867 (main): Call gdb_unbuffer_output.
9868
9869 2016-01-21 Doug Evans <dje@google.com>
9870
9871 * lib/ada.exp (gdb_compile_ada): Fix typo.
9872
9873 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9874
9875 * gdb.base/break-fun-addr.exp: New file.
9876 * gdb.base/break-fun-addr1.c: New file.
9877 * gdb.base/break-fun-addr2.c: New file.
9878
9879 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9880
9881 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9882 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9883 enum flag values.
9884
9885 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9886
9887 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9888 when GDB can not set the vector return value. Add more comments
9889 for clarification.
9890
9891 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9892
9893 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9894 command.
9895
9896 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9897
9898 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9899
9900 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9901
9902 * Makefile.in (check-single): Pass --status to runtest.
9903 (check/%.exp): Likewise.
9904
9905 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9906
9907 * Makefile.in (check-parallel): Propagate return code from make
9908 do-check-parallel.
9909
9910 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9911
9912 * gdb.trace/ftrace.exp: Fix expected message on continue.
9913 * gdb.trace/pending.exp: Fix expected message on continue.
9914 * gdb.trace/trace-break.exp: Fix expected message on continue.
9915
9916 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9917
9918 * lib/gdb.exp (gdb_test): Remove unused global references.
9919
9920 2016-01-18 Pedro Alves <palves@redhat.com>
9921
9922 * gdb.base/async-shell.exp: Adjust expected output.
9923 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9924 * gdb.base/siginfo-thread.exp: Adjust expected output.
9925 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9926 * gdb.java/jnpe.exp: Adjust expected output.
9927 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9928 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9929 * gdb.threads/leader-exit.exp: Adjust expected output.
9930 * gdb.threads/manythreads.exp: Adjust expected output.
9931 * gdb.threads/pthreads.exp: Adjust expected output.
9932 * gdb.threads/schedlock.exp: Adjust expected output.
9933 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9934 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9935 expected output.
9936 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9937 output.
9938 * gdb.threads/sigthread.exp: Adjust expected output.
9939 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9940
9941 2016-01-18 Yao Qi <yao.qi@linaro.org>
9942
9943 * gdb.guile/scm-section-script.c: Replace @progbits with
9944 %progbits.
9945 * gdb.python/py-section-script.c: Likewise.
9946
9947 2016-01-15 Pedro Alves <palves@redhat.com>
9948
9949 * gdb.multi/tids.exp: Test star wildcard ranges.
9950
9951 2016-01-15 Pedro Alves <palves@redhat.com>
9952
9953 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9954 command from "thread apply" invocation.
9955 (thr_apply_info_thr_invalid): Default the expected output to the
9956 input tid list.
9957 (top level): Add tests that use convenience variables. Add tests
9958 for "thread apply" with a valid TID list, but missing the command.
9959
9960 2016-01-13 Pedro Alves <palves@redhat.com>
9961
9962 * gdb.base/default.exp: Expect $_gthread as well.
9963 * gdb.multi/tids.exp: Test $_gthread.
9964 * gdb.threads/thread-specific.exp: Test $_gthread.
9965
9966 2016-01-13 Pedro Alves <palves@redhat.com>
9967
9968 * gdb.multi/tids.exp: Test "info threads -gid".
9969
9970 2016-01-13 Pedro Alves <palves@redhat.com>
9971
9972 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9973 Breakpoint.thread.
9974 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9975
9976 2016-01-07 Pedro Alves <palves@redhat.com>
9977
9978 * gdb.base/break.exp: Adjust to output changes.
9979 * gdb.base/hbreak2.exp: Likewise.
9980 * gdb.base/sepdebug.exp: Likewise.
9981 * gdb.base/watch_thread_num.exp: Likewise.
9982 * gdb.linespec/keywords.exp: Likewise.
9983 * gdb.multi/info-threads.exp: Likewise.
9984 * gdb.threads/thread-find.exp: Likewise.
9985 * gdb.multi/tids.c: New file.
9986 * gdb.multi/tids.exp: New file.
9987
9988 2016-01-13 Pedro Alves <palves@redhat.com>
9989
9990 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9991
9992 2016-01-13 Pedro Alves <palves@redhat.com>
9993
9994 * gdb.base/default.exp: Expect $_inferior as well.
9995 * gdb.multi/base.exp: Test $_inferior.
9996
9997 2016-01-13 Pedro Alves <palves@redhat.com>
9998
9999 PR breakpoints/19388
10000 * gdb.base/catch-signal-siginfo-cond.c: New file.
10001 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10002
10003 2016-01-12 Josh Stone <jistone@redhat.com>
10004 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10005
10006 * gdb.base/catch-syscall.c (do_execve): New variable.
10007 (main): Conditionally trigger an execve.
10008 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10009 (test_catch_syscall_execve): New, check entry/return across execve.
10010 (do_syscall_tests): Call test_catch_syscall_execve.
10011
10012 2016-01-12 Pedro Alves <palves@redhat.com>
10013
10014 * gdb.base/random-signal.exp (do_test): New procedure, with body
10015 of testcase moved in.
10016
10017 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10018 Pedro Alves <palves@redhat.com>
10019
10020 * gdb.base/funcargs.exp (finish from indirectly called function):
10021 Reintroduce the case for 'First'.
10022
10023 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10024 Pedro Alves <palves@redhat.com>
10025
10026 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10027 (tcatch_vfork_then_child_follow_exec)
10028 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10029 identification.
10030
10031 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10032
10033 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10034 and repeats to unlimited.
10035 * gdb.python/py-value.exp: Likewise.
10036 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10037 and repeats to unlimited.
10038
10039 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10040
10041 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10042 and reordering the functions.
10043 * gdb.multi/hangout.c: Likewise.
10044 * gdb.multi/hello.c: Likewise.
10045
10046 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10047
10048 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10049 absolute.
10050 (SingleStatisticTestResult.report): Use dict.keys instead of
10051 dict.iterkeys.
10052
10053 2016-01-06 Pedro Alves <palves@redhat.com>
10054
10055 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10056
10057 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10058
10059 * gdb.btrace/dlopen.exp: New.
10060 * gdb.btrace/dlopen.c: New.
10061 * gdb.btrace/dlopen-dso.c: New.
10062
10063 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10064
10065 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10066 PATTERN argument is optional.
10067
10068 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10069
10070 * lib/ada.exp (target_compile_ada_from_dir): New function.
10071 (gdb_compile_ada): Reimplement avoiding the use of project files.
10072 * gdb.ada/gnat_ada.gpr: Delete.
10073 * gdb.ada/cond_lang.exp: Adjust test to make path before
10074 filename optional.
10075 * gdb.ada/small_reg_param.exp: Likewise.
10076
10077 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10078
10079 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10080
10081 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10082
10083 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10084 case.
10085
10086 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10087
10088 * gdb.base/break.exp: Remove dead code.
10089 * gdb.base/sepdebug.exp: Likewise.
10090
10091 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10092
10093 * gdb.asm/asm-source.exp: Remove HP-UX references.
10094 * gdb.base/annota1.exp: Likewise.
10095 * gdb.base/annota3.exp: Likewise.
10096 * gdb.base/attach.exp: Likewise.
10097 * gdb.base/bigcore.exp: Likewise.
10098 * gdb.base/break.exp: Likewise.
10099 * gdb.base/call-ar-st.exp: Likewise.
10100 * gdb.base/callfuncs.exp: Likewise.
10101 * gdb.base/catch-fork-static.exp: Likewise.
10102 * gdb.base/display.exp: Likewise.
10103 * gdb.base/foll-exec-mode.exp: Likewise.
10104 * gdb.base/foll-exec.exp: Likewise.
10105 * gdb.base/foll-fork.exp: Likewise.
10106 * gdb.base/foll-vfork.exp: Likewise.
10107 * gdb.base/funcargs.exp: Likewise.
10108 * gdb.base/hbreak2.exp: Likewise.
10109 * gdb.base/inferior-died.exp: Likewise.
10110 * gdb.base/interrupt.exp: Likewise.
10111 * gdb.base/multi-forks.exp: Likewise.
10112 * gdb.base/nodebug.exp: Likewise.
10113 * gdb.base/sepdebug.exp: Likewise.
10114 * gdb.base/solib1.c: Likewise.
10115 * gdb.base/step-test.exp: Likewise.
10116 * gdb.mi/non-stop.c: Likewise.
10117 * gdb.mi/pthreads.c: Likewise.
10118 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10119 * gdb.threads/pthreads.c: Likewise.
10120 * gdb.threads/staticthreads.exp: Likewise.
10121 * lib/future.exp: Likewise.
10122 * lib/gdb.exp: Likewise.
10123 * gdb.base/so-indr-cl.c: Remove.
10124 * gdb.base/so-indr-cl.exp: Likewise.
10125 * gdb.base/solib.c: Likewise.
10126 * gdb.base/solib.exp: Likewise.
10127 * gdb.base/solib2.c: Likewise.
10128
10129 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10130
10131 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10132 * gdb.base/call-ar-st.exp: Likewise.
10133 * gdb.base/callfuncs.exp: Likewise.
10134 * gdb.base/condbreak.exp: Likewise.
10135 * gdb.base/constvars.exp: Likewise.
10136 * gdb.base/hbreak2.exp: Likewise.
10137 * gdb.base/langs.exp: Likewise.
10138 * gdb.base/list.exp: Likewise.
10139 * gdb.base/long_long.exp: Likewise.
10140 * gdb.base/ptype.exp: Likewise.
10141 * gdb.base/scope.exp: Likewise.
10142 * gdb.base/signals.exp: Likewise.
10143 * gdb.base/so-impl-ld.exp: Likewise.
10144 * gdb.base/varargs.exp: Likewise.
10145 * gdb.base/volatile.exp: Likewise.
10146 * gdb.base/whatis.exp: Likewise.
10147 * gdb.cp/cplusfuncs.exp: Likewise.
10148 * gdb.cp/inherit.exp: Likewise.
10149 * gdb.cp/local.exp: Likewise.
10150 * gdb.cp/member-ptr.exp: Likewise.
10151 * gdb.cp/method.exp: Likewise.
10152 * gdb.cp/overload.exp: Likewise.
10153 * gdb.cp/templates.exp: Likewise.
10154 * gdb.stabs/weird.exp: Likewise.
10155 * lib/compiler.c: Likewise.
10156 * lib/compiler.cc: Likewise.
10157 * lib/cp-support.exp: Likewise.
10158 * lib/gdb.exp: Likewise.
10159
10160 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10161
10162 * configure.ac: Remove HP-UX case.
10163 * configure: Regenerate.
10164
10165 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10166
10167 * lib/gdb.exp (gdb_compile): Add function doc.
10168
10169 2015-12-17 Pedro Alves <palves@redhat.com>
10170
10171 PR threads/19354
10172 * gdb.multi/info-threads.exp: New file.
10173
10174 2015-12-15 Yao Qi <yao.qi@linaro.org>
10175
10176 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10177 is aarch64*-*-*.
10178
10179 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10180
10181 * gdb.base/history-duplicates.exp: Skip if no readline support.
10182
10183 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10184
10185 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10186
10187 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10188
10189 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10190
10191 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10192
10193 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10194 ctrl-C if nointerrupts target property is set.
10195 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10196 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10197 * gdb.base/paginate-bg-execution.exp: Likewise.
10198 * gdb.base/paginate-execution-startup.exp: Likewise.
10199 * gdb.base/random-signal.exp: Likewise.
10200 * gdb.base/range-stepping.exp: Likewise.
10201 * gdb.cp/annota2.exp: Likewise.
10202 * gdb.cp/annota3.exp: Likewise.
10203 * gdb.gdb/selftest.exp: Likewise.
10204 * gdb.threads/continue-pending-status.exp: Likewise.
10205 * gdb.threads/leader-exit.exp: Likewise.
10206 * gdb.threads/manythreads.exp: Likewise.
10207 * gdb.threads/pthreads.exp: Likewise.
10208 * gdb.threads/schedlock.exp: Likewise.
10209 * gdb.threads/sigthread.exp: Likewise.
10210
10211 2015-12-11 Don Breazeal <donb@codesourcery.com>
10212
10213 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10214 remote.
10215 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10216 * gdb.base/foll-exec.exp (main): Enable for target remote.
10217 * gdb.base/foll-fork.exp (main): Likewise.
10218 * gdb.base/foll-vfork.exp (main): Likewise.
10219 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10220 (proc continue_to_exit_bp_loc): Use clean_restart.
10221 * gdb.base/pie-execl.exp (main): Disable for target remote.
10222 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10223 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10224 * gdb.threads/execl.exp (main): Likewise.
10225 * gdb.threads/fork-child-threads.exp (main): Likewise.
10226 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10227 remote.
10228 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10229 remote.
10230 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10231 pid.tid style ptids, instead of just tid.
10232 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10233 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10234 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10235 ptids, instead of just tid.
10236
10237 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10238
10239 * gdb.base/list.exp (test_list_forward): Add end of file error
10240 test.
10241 (test_repeat_list_command): Add end of file error test.
10242 (test_list_backwards): Add beginning of file error test.
10243
10244 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10245
10246 * gdb.base/list.exp (test_list_invalid_args): New function,
10247 defined, and called.
10248
10249 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10250
10251 * gdb.base/list.exp (test_list): Make test names unique.
10252
10253 2015-12-11 Yao Qi <yao.qi@linaro.org>
10254
10255 * gdb.base/coremaker2.c: Remove.
10256
10257 2015-12-10 Pedro Alves <palves@redhat.com>
10258
10259 * gdb.multi/base.exp: Remove stale "spaces" references.
10260
10261 2015-12-10 Pedro Alves <palves@redhat.com>
10262
10263 * gdb.multi/base.exp: Don't use nowarnings.
10264 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10265 * gdb.multi/hangout.c: Include stdio.h.
10266 * gdb.multi/hello.c: Include stdlib.h.
10267 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10268 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10269 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10270
10271 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10272
10273 * gdb.dwarf2/dw2-ranges-base.c: New file.
10274 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10275 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10276 support additional line table, and debug ranges generation.
10277 (Dwarf::ranges): New function, generate .debug_ranges.
10278 (Dwarf::lines): Support generating simple line table programs.
10279 (Dwarf::assemble): Initialise new namespace variables.
10280
10281 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10282
10283 * gdb.base/async.exp (proc test_background): Add case for
10284 asynchronous execution not supported.
10285
10286 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10287
10288 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10289 format and change test names to make them unique.
10290
10291 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10292 Pedro Alves <pedro@redhat.com>
10293
10294 PR gdb/18702
10295 Add checking of floatformats setup on x86_64 hosts.
10296 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10297 (smallval, bigval): New labels/constants.
10298 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10299 float" after loading bigval and smallval.
10300
10301 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10302
10303 * gdb.ada/fun_overload_menu.exp: New testcase.
10304 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10305
10306 2015-12-04 Josh Stone <jistone@redhat.com>
10307
10308 * gdb.base/catch-fork-static.exp: New.
10309
10310 2015-12-03 Yao Qi <yao.qi@linaro.org>
10311
10312 * gdb.base/sizeof.c: Don't include stdio.h and
10313 ../lib/unbuffer_output.c.
10314 (main): New variable 'size' and 'value'. Remove printf and
10315 gdb_unbuffer_output. Assign return value to size and value.
10316 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10317 at the beginning.
10318 (check_sizeof): Check the result by printing variable 'size'.
10319 (check_valueof): Check the result by printing variable 'value'.
10320
10321 2015-12-01 Yao Qi <yao.qi@linaro.org>
10322
10323 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10324 for aarch64*-*-linux* target.
10325
10326 2015-11-30 Pedro Alves <palves@redhat.com>
10327
10328 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10329
10330 2015-11-30 Pedro Alves <palves@redhat.com>
10331
10332 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10333 Handle non-stop mode vCont replies.
10334
10335 2015-11-30 Pedro Alves <palves@redhat.com>
10336
10337 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10338 prepare_for_testing. Start gdb with "set non-stop on" appended to
10339 GDBFLAGS. Lax expected stop output.
10340
10341 2015-11-27 Yao Qi <yao.qi@linaro.org>
10342
10343 * gdb.arch/arm-neon.exp: New.
10344 * gdb.arch/arm-neon.c: New.
10345
10346 2015-11-27 Yao Qi <yao.qi@linaro.org>
10347
10348 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10349
10350 2015-11-27 Yao Qi <yao.qi@linaro.org>
10351
10352 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10353 frames-invalid annotation.
10354
10355 2015-11-27 Yao Qi <yao.qi@linaro.org>
10356
10357 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10358
10359 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10360
10361 * gdb.threads/names.exp: New file.
10362 * gdb.threads/names.c: New file.
10363 * README: Mention gdb,no_thread_names.
10364
10365 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10366
10367 PR 19297
10368 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10369 support" error.
10370
10371 2015-11-24 Pedro Alves <palves@redhat.com>
10372
10373 PR 17539
10374 * gdb.base/display.exp: Expect displays to be sorted in ascending
10375 order. Use multi_line.
10376 * gdb.base/solib-display.exp: Likewise.
10377
10378 2015-11-24 Pedro Alves <palves@redhat.com>
10379
10380 PR 17539
10381 * gdb.base/display.exp: Expect displays to be sorted in ascending
10382 order. Use multi_line.
10383 * gdb.base/solib-display.exp: Likewise.
10384
10385 2015-11-24 Pedro Alves <palves@redhat.com>
10386
10387 PR 17539
10388 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10389 threads in ascending order.
10390 * gdb.base/foll-fork.exp: Likewise.
10391 * gdb.base/foll-vfork.exp: Likewise.
10392 * gdb.base/multi-forks.exp: Likewise.
10393 * gdb.mi/mi-nonstop.exp: Likewise.
10394 * gdb.mi/mi-nsintrall.exp: Likewise.
10395 * gdb.multi/base.exp: Likewise.
10396 * gdb.multi/multi-arch.exp: Likewise.
10397 * gdb.python/py-inferior.exp: Likewise.
10398 * gdb.threads/break-while-running.exp: Likewise.
10399 * gdb.threads/execl.exp: Likewise.
10400 * gdb.threads/gcore-thread.exp: Likewise.
10401 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10402 * gdb.threads/kill.exp: Likewise.
10403 * gdb.threads/linux-dp.exp: Likewise.
10404 * gdb.threads/multiple-step-overs.exp: Likewise.
10405 * gdb.threads/next-bp-other-thread.exp: Likewise.
10406 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10407 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10408 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10409 * gdb.threads/thread-find.exp: Likewise.
10410 * gdb.threads/tls.exp: Likewise.
10411 * lib/mi-support.exp (mi_reverse_list): Delete.
10412 (mi_check_thread_states): No longer reverse list.
10413
10414 2015-11-24 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10417 use lowercase.
10418
10419 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10420
10421 * gdb.trace/actions.c: Include trace-common.h.
10422 (main): Add a location for a fast tracepoint.
10423 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10424 the normal tracepoints.
10425 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10426
10427 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10428
10429 * save-trace.exp: Factor out code to these...
10430 (gdb_save_tracepoints): New.
10431 (gdb_load_tracepoints): New.
10432 (do_save_load_test): New.
10433
10434 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10435
10436 * gdb.base/asmlabel.exp: New test.
10437 * gdb.base/asmlabel.c: New test case.
10438
10439 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10440
10441 * gdb.base/wrong_frame_bt_full-main.c: New file.
10442 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10443 * gdb.base/wrong_frame_bt_full.exp: New file.
10444
10445 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10446
10447 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10448
10449 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10450
10451 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10452 pstate register when comparing registers values in
10453 sparc64-*-linux-gnu targets to avoid spurious differences.
10454
10455 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10456
10457 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10458
10459 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10460
10461 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10462 as type argument to gdb_compile.
10463 * gdb.base/nested-subp2.exp: Likewise.
10464 * gdb.base/nested-subp3.exp: Likewise.
10465
10466 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10467
10468 * lib/dwarf.exp (_note): Fix left shift of negative value.
10469 * gdb.trace/trace-condition.exp: Likewise.
10470
10471 2015-11-13 Yao Qi <yao.qi@linaro.org>
10472
10473 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10474 comments about d10v.
10475 (test_scalar_returns): Likewise.
10476 * gdb.base/d10v.ld: Remove.
10477 * gdb.base/overlays.exp: Remove the target triplet checking for
10478 d10v-*-*.
10479 * gdb.base/structs.exp (test_struct_returns): Remove the
10480 comments about d10v.
10481 (test_struct_calls): Likewise.
10482
10483 2015-11-13 Yao Qi <yao.qi@linaro.org>
10484
10485 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10486 * gdb.base/gnu_vector.c: Don't include stdio.h.
10487 (main): Don't print res and call add_some_intvecs.
10488
10489 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10490
10491 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10492 macro.
10493 (func5): Removed.
10494 (func4): Use FAST_TRACEPOINT_LABEL.
10495 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10496 macro.
10497 (func): Removed.
10498 (thread_function): Use FAST_TRACEPOINT_LABEL.
10499 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10500 (func): Remove.
10501 (marker): Use FAST_TRACEPOINT_LABEL.
10502 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10503 (pendfunc1): Remove.
10504 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10505 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10506 (foo): Remove.
10507 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10508 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10509 macro.
10510 (func): Remove.
10511 (marker): Use FAST_TRACEPOINT_LABEL.
10512 * gdb.trace/trace-common.h: New header.
10513 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10514 macro.
10515 (func): Remove.
10516 (marker): Use FAST_TRACEPOINT_LABEL.
10517 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10518 (func): Remove.
10519 (thread_function): Use FAST_TRACEPOINT_LABEL.
10520
10521 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10522
10523 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10524 in front.
10525 * gdb.trace/change-loc.exp: Use global pcreg definition.
10526 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10527 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10528 in front.
10529 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10530 * gdb.trace/pending.exp: Likewise.
10531 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10532 * gdb.trace/trace-break.exp: Likewise.
10533 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10534 in front.
10535 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10536 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10537 in front.
10538 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10539
10540 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10541
10542 * gdb.ada/fin_fun_out: New testcase.
10543
10544 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10545
10546 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10547 value associated with DW_AT_byte_size.
10548 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10549 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10550 DW_AT_upper_bound.
10551
10552 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10553
10554 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10555 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10556 version.
10557 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10558 gdb.dwarf2/dw2-canonicalize-type.exp,
10559 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10560 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10561 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10562 provided by gdb_target_symbol_prefix_flags_asm.
10563 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10564 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10565 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10566 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10567 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10568 macros where needed). Use this macro for symbols which require
10569 the prefix provided by SYMBOL_PREFIX.
10570
10571 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10572
10573 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10574 New procs.
10575 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10576 representing expressions, of more than one list element.
10577 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10578 to prepend linker symbol prefix to f.
10579 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10580 table_1 and table_2.
10581 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10582 Likewise, for f and g.
10583 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10584 for ptr.
10585 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10586 for main.
10587 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10588 table_1_ptr and table_2_ptr.
10589
10590 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10591 Joel Brobecker <brobecker@adacore.com>
10592
10593 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10594
10595 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10596
10597 * gdb.reverse/s390-mvcle.c: New test.
10598 * gdb.reverse/s390-mvcle.exp: New file.
10599 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10600
10601 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10602
10603 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10604
10605 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10606
10607 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10608 reaching marker2.
10609 * gdb.reverse/getresuid-reverse.exp: Likewise.
10610 * gdb.reverse/pipe-reverse.exp: Likewise.
10611 * gdb.reverse/readv-reverse.exp: Likewise.
10612 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10613 * gdb.reverse/time-reverse.exp: Likewise.
10614 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10615
10616 2015-10-30 Yao Qi <yao.qi@linaro.org>
10617
10618 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10619 (empty_cycle): Remove.
10620 (main): Don't call empty_cycle. Don't use watch_count_done.
10621 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10622 empty_cycle. Rewrite the code counting HW watchpoints.
10623
10624 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10625
10626 * gdb.reverse/fstatat-reverse.c: New test.
10627 * gdb.reverse/fstatat-reverse.exp: New file.
10628 * gdb.reverse/getresuid-reverse.c: New test.
10629 * gdb.reverse/getresuid-reverse.exp: New file.
10630 * gdb.reverse/pipe-reverse.c: New test.
10631 * gdb.reverse/pipe-reverse.exp: New file.
10632 * gdb.reverse/readv-reverse.c: New test.
10633 * gdb.reverse/readv-reverse.exp: New file.
10634 * gdb.reverse/recvmsg-reverse.c: New test.
10635 * gdb.reverse/recvmsg-reverse.exp: New file.
10636 * gdb.reverse/time-reverse.c: New test.
10637 * gdb.reverse/time-reverse.exp: New file.
10638 * gdb.reverse/waitpid-reverse.c: New test.
10639 * gdb.reverse/waitpid-reverse.exp: New file.
10640
10641 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10642
10643 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10644
10645 2015-10-26 Doug Evans <dje@google.com>
10646
10647 PR symtab/17391
10648 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10649 * gdb.dwarf2/bad-regnum.c: New file.
10650 * gdb.dwarf2/bad-regnum.exp: New file.
10651
10652 2015-10-26 Doug Evans <dje@google.com>
10653
10654 PR python/18938
10655 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10656 file.
10657
10658 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10659
10660 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10661 for a change by "Mention language in compile error message".
10662
10663 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10664
10665 PR python/18073
10666 * gdb.python/py-type.c (C::a_method): New.
10667 (C::a_const_method): New.
10668 (C::a_static_method): New.
10669 (a_function): New.
10670 * gdb.python/py-type.exp (test_fields): Test getting fields
10671 from function and method.
10672
10673 2015-10-21 Keven Boell <keven.boell@intel.com>
10674
10675 * gdb.fortran/vla-alloc-assoc.exp: New file.
10676 * gdb.fortran/vla-datatypes.exp: New file.
10677 * gdb.fortran/vla-datatypes.f90: New file.
10678 * gdb.fortran/vla-history.exp: New file.
10679 * gdb.fortran/vla-ptype-sub.exp: New file.
10680 * gdb.fortran/vla-ptype.exp: New file.
10681 * gdb.fortran/vla-sizeof.exp: New file.
10682 * gdb.fortran/vla-sub.f90: New file.
10683 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10684 * gdb.fortran/vla-value-sub-finish.exp: New file.
10685 * gdb.fortran/vla-value-sub.exp: New file.
10686 * gdb.fortran/vla-value.exp: New file.
10687 * gdb.fortran/vla-ptr-info.exp: New file.
10688 * gdb.mi/mi-vla-fortran.exp: New file.
10689 * gdb.mi/vla.f90: New file.
10690
10691 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10692
10693 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10694 of hardwired timeout value.
10695
10696 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10697 Pedro Alves <palves@redhat.com>
10698
10699 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10700 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10701
10702 2015-10-19 Josh Stone <jistone@redhat.com>
10703
10704 * gdb.base/catch-syscall.c: Include <sched.h>.
10705 (unknown_syscall): New variable.
10706 (main): Trigger a vfork and an unknown syscall.
10707 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10708 (unknown_syscall_number): Likewise.
10709 (check_call_to_syscall): Accept an optional syscall pattern.
10710 (check_return_from_syscall): Likewise.
10711 (check_continue): Likewise.
10712 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10713 (test_catch_syscall_skipping_return): New test toggling off 'catch
10714 syscall' to step over the syscall return, then toggling back on.
10715 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10716 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10717 (do_syscall_tests): Call test_catch_syscall_without_args and
10718 test_catch_syscall_mid_vfork.
10719 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10720 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10721
10722 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10723
10724 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10725 print g_vE): Add new pass patterns.
10726 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10727 print various symbol names for vptr fields.
10728
10729 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10730
10731 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10732 results.
10733
10734 2015-10-12 Yao Qi <yao.qi@linaro.org>
10735
10736 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10737
10738 2015-10-12 Yao Qi <yao.qi@linaro.org>
10739
10740 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10741 is aarch64*-*-linux*.
10742
10743 2015-10-12 Yao Qi <yao.qi@linaro.org>
10744
10745 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10746 (can_relocate_bcond_true): ... it.
10747 (can_relocate_bcond_false): New function.
10748 (foo): Likewise.
10749 (can_relocate_bl): Likewise.
10750 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10751 can_relocate_bl.
10752
10753 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10754
10755 * gdb.base/nested-addr.c: New file.
10756 * gdb.base/nested-addr.exp: New testcase.
10757
10758 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10759
10760 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10761 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10762 its output. Ignore the output of "record goto begin" and instead
10763 check that GDB is replaying.
10764
10765 2015-10-09 Pedro Alves <palves@redhat.com>
10766
10767 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10768 (top level): Use it in the run with no args test.
10769
10770 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10771
10772 * gdb.dlang/properties.exp: New file.
10773
10774 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10775
10776 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10777 whether or not address 0x1000 is mapped on the target.
10778
10779 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10780
10781 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10782 build.
10783
10784 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10785
10786 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10787 instruction-history test.
10788
10789 2015-09-28 Doug Evans <dje@google.com>
10790
10791 * gdb.base/gcore.c (array_func): Add reference to static_array.
10792
10793 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10794
10795 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10796 source line.
10797
10798 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10799
10800 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10801 short or char as base type.
10802
10803 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10804
10805 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10806 to allow any size enum.
10807
10808 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10809
10810 * gdb.ada/array_ptr_renaming.exp: New testcase.
10811 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10812 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10813
10814 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10815
10816 * gdb.trace/ftrace-lock.c: New file.
10817 * gdb.trace/ftrace-lock.exp: New file.
10818
10819 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10820
10821 * gdb.arch/insn-reloc.c: New file.
10822 * gdb.arch/ftrace-insn-reloc.exp: New file.
10823
10824 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10825
10826 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10827 instruction.
10828 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10829 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10830 * gdb.trace/range-stepping.c: Likewise.
10831 * gdb.trace/trace-break.c: Likewise.
10832 * gdb.trace/trace-mt.c (thread_function): Likewise.
10833 * gdb.trace/ftrace.c (marker): Likewise.
10834 * gdb.trace/trace-condition.c (marker): Likewise.
10835 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10836 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10837 is_aarch64_target.
10838
10839 2015-09-18 Doug Evans <xdje42@gmail.com>
10840
10841 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10842 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10843
10844 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10845
10846 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10847 the breakpoint.
10848
10849 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10850
10851 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10852 the pending breakpoint. Remove timeout override for "Run till
10853 MI pending breakpoint on pendfunc3 on thread 2" test.
10854
10855 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10856
10857 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10858 filename pattern.
10859
10860 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10861
10862 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10863 in breakpoint filename pattern.
10864
10865 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10866
10867 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10868
10869 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10870
10871 * gdb.linespec/explicit.exp: Check for readline support for
10872 tab-completion tests. Fix obvious typo.
10873
10874 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10875
10876 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10877 and replay.
10878
10879 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10880
10881 * gdb.btrace/non-stop.c: New.
10882 * gdb.btrace/non-stop.exp: New.
10883
10884 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10885 Yao Qi <yao.qi@linaro.org>
10886
10887 * gdb.trace/trace-condition.c: New file.
10888 * gdb.trace/trace-condition.exp: New file.
10889
10890 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10891
10892 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10893 for testing bytecode compilation.
10894
10895 2015-09-16 Pedro Alves <palves@redhat.com>
10896 Sandra Loosemore <sandra@codesourcery.com>
10897
10898 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10899 (SECONDS): Redefine.
10900 (main): Call pthread_kill and alarm early.
10901 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10902 support.
10903 (test): If the target can't hardware step and doesn't support
10904 displaced stepping, increase the timeout.
10905
10906 2015-09-16 Pedro Alves <palves@redhat.com>
10907
10908 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10909 (enable_debug): New procedures.
10910 (test): Use them. Bail out if waiting for threads fails.
10911 (top level): Bail out if a test fails.
10912
10913 2015-09-16 Yao Qi <yao.qi@linaro.org>
10914
10915 * gdb.asm/asm-source.exp: Set asm-arch for
10916 aarch64*-*-* target.
10917 * gdb.asm/aarch64.inc: New file.
10918
10919 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10920
10921 * gdb.ada/array_of_variable_length.exp: New testcase.
10922 * gdb.ada/array_of_variable_length/foo.adb: New file.
10923 * gdb.ada/array_of_variable_length/pck.adb: New file.
10924 * gdb.ada/array_of_variable_length/pck.ads: New file.
10925
10926 2015-09-15 Doug Evans <dje@google.com>
10927
10928 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10929 of function static local variable.
10930
10931 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10932
10933 * gdb.threads/tls-so_extern.exp: New test file.
10934 * gdb.threads/tls-so_extern.c: New test file.
10935 * gdb.threads/tls-so_extern_main.c: New test file.
10936
10937 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10938
10939 * gdb.opt/solib-intra-step-lib.c: New file.
10940 * gdb.opt/solib-intra-step-main.c: New file.
10941 * gdb.opt/solib-intra-step.exp: New file.
10942
10943 2015-09-15 Pedro Alves <palves@redhat.com>
10944
10945 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10946 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10947
10948 2015-09-14 Pedro Alves <palves@redhat.com>
10949
10950 * gdb.base/hook-stop-continue.c: Delete.
10951 * gdb.base/hook-stop-continue.exp: Delete.
10952 * gdb.base/hook-stop-frame.c: Delete.
10953 * gdb.base/hook-stop-frame.exp: Delete.
10954 * gdb.base/hook-stop.c: New file.
10955 * gdb.base/hook-stop.exp: New file.
10956
10957 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10958
10959 * gdb.ada/access_to_packed_array.exp: New testcase.
10960 * gdb.ada/access_to_packed_array/foo.adb: New file.
10961 * gdb.ada/access_to_packed_array/pack.adb: New file.
10962 * gdb.ada/access_to_packed_array/pack.ads: New file.
10963
10964 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10965
10966 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10967 buffer size test.
10968
10969 2015-09-11 Don Breazeal <donb@codesourcery.com>
10970
10971 * gdb.base/foll-exec.c: Add copyright header. Fix
10972 formatting issues.
10973 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10974 (do_exec_tests): Use clean_restart in place of zap_session,
10975 and for test initialization. Fix formatting issues. Use
10976 fail in place of perror.
10977 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10978 an expect statement to match an expression with output from
10979 the program under debug.
10980 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10981 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10982 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10983 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10984 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10985
10986 2015-09-09 Doug Evans <dje@google.com>
10987
10988 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10989
10990 2015-09-09 Doug Evans <dje@google.com>
10991
10992 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10993
10994 2015-09-09 Doug Evans <dje@google.com>
10995
10996 * gdb.base/savedregs.exp: Fix typo.
10997
10998 2015-09-09 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11001
11002 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11003
11004 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11005 command actually switches threads. Give up on remaining
11006 tests if target fails to stop at breakpoint.
11007
11008 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11009
11010 * gdb.ada/funcall_char.exp: New testcase.
11011 * gdb.ada/funcall_char/foo.adb: New file.
11012
11013 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11014
11015 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11016 expected outputs. Add two testcases for completing ambiguous
11017 functions.
11018 * gdb.ada/complete/aux_pck.adb: New file.
11019 * gdb.ada/complete/aux_pck.ads: New file.
11020 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11021 Ambiguous_Func functions.
11022 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11023 * gdb.ada/complete/pck.adb: Likewise.
11024
11025 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11026
11027 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11028 failures to run the test program under GDB.
11029
11030 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11031
11032 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11033 to C.
11034
11035 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11036
11037 * gdb.base/run-after-attach.exp: New test file.
11038 * gdb.base/run-after-attach.c: New test file.
11039
11040 2015-08-26 Don Breazeal <donb@codesourcery.com>
11041
11042 * gdb.base/foll-exec-2.c: New test program.
11043 * gdb.base/foll-exec-2.exp: New test.
11044
11045 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11046
11047 * gdb.base/nested-subp1.exp: New file.
11048 * gdb.base/nested-subp1.c: New file.
11049 * gdb.base/nested-subp2.exp: New file.
11050 * gdb.base/nested-subp2.c: New file.
11051 * gdb.base/nested-subp3.exp: New file.
11052 * gdb.base/nested-subp3.c: New file.
11053
11054 2015-08-24 Pedro Alves <palves@redhat.com>
11055
11056 * gdb.server/connect-without-multi-process.c: New file.
11057 * gdb.server/connect-without-multi-process.exp: New file.
11058
11059 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11060
11061 * gdb.opt/inline-markers.c: Make z int.
11062
11063 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11064
11065 * gdb.opt/inline-markers.c: Make z volatile.
11066
11067 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11068
11069 * gdb.opt/inline-bt.c: New volatile global z.
11070 * gdb.opt/inline-cmds.c: Likewise.
11071 * gdb.opt/inline-locals.c: Likewise.
11072 * gdb.opt/inline-markers.c: New extern global z.
11073 (marker): Use z.
11074 (inline_fn): Likewise.
11075
11076 2015-08-24 Pedro Alves <palves@redhat.com>
11077
11078 * config/m32r-stub.exp: Remove file.
11079 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11080 * gdb.base/call-rt-st.exp: Likewise.
11081 * gdb.base/call-strs.exp: Likewise.
11082 * gdb.base/default.exp: Remove references to h8300-*-hms and
11083 *-*-udi*.
11084 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11085
11086 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11087
11088 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11089 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11090 and "return" use KFAIL when GDB can not read/write the vector
11091 return value.
11092
11093 2015-08-21 Gary Benson <gbenson@redhat.com>
11094
11095 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11096
11097 2015-08-20 Pedro Alves <palves@redhat.com>
11098
11099 * gdb.server/solib-list.exp: No longer expect an interior stop in
11100 non-stop mode.
11101
11102 2015-08-20 Pedro Alves <palves@redhat.com>
11103
11104 * gdb.server/connect-stopped-target.c: New file.
11105 * gdb.server/connect-stopped-target.exp: New file.
11106
11107 2015-08-20 Pedro Alves <palves@redhat.com>
11108
11109 * gdb.dwarf2/comp-unit-lang.exp: New file.
11110 * gdb.dwarf2/comp-unit-lang.c: New file.
11111
11112 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11113
11114 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11115 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11116
11117 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11118
11119 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11120 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11121
11122 2015-08-18 Doug Evans <dje@google.com>
11123 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11124
11125 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11126 skip_python_tests. New arg prompt_regexp.
11127 (skip_python_tests): New function.
11128 * lib/mi-support.exp (mi_skip_python_tests): New function.
11129 * gdb.python/py-mi-objfile-gdb.py: New file.
11130 * gdb.python/py-mi-objfile.c: New file.
11131 * gdb.python/py-mi-objfile.exp: New file.
11132
11133 2015-08-17 Keith Seitz <keiths@redhat.com>
11134
11135 * gdb.linespec/explicit.exp: Move strace test from here ...
11136 * gdb.trace/strace.exp: ... to here.
11137
11138 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11139
11140 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11141 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11142
11143 2015-08-14 Doug Evans <xdje42@gmail.com>
11144
11145 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11146 inferior before selecting a new file.
11147
11148 2015-08-14 Doug Evans <xdje42@gmail.com>
11149
11150 * gdb.mi/mi-disassemble.exp: Update.
11151 * gdb.base/disasm-optim.S: New file.
11152 * gdb.base/disasm-optim.c: New file.
11153 * gdb.base/disasm-optim.h: New file.
11154 * gdb.base/disasm-optim.exp: New file.
11155
11156 2015-08-14 Keith Seitz <keiths@redhat.com>
11157
11158 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11159 "evaluated-by".
11160
11161 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11162
11163 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11164
11165 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11166
11167 * gdb.ada/fun_renaming.exp: New testcase.
11168 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11169 * gdb.ada/fun_renaming/pack.adb: New file.
11170 * gdb.ada/fun_renaming/pack.ads: New file.
11171
11172 2015-08-12 Keith Seitz <keiths@redhat.com>
11173
11174 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11175 gdb_get_line_number.
11176
11177 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11178
11179 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11180 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11181 gdb.base/dso2dso.exp: New files.
11182
11183 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11184 Pedro Alves <palves@redhat.com>
11185 Keith Seitz <keiths@redhat.com>
11186
11187 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11188 GDBFLAGS.
11189
11190 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11191
11192 * gdb.base/gdbhistsize-history.exp
11193 (test_histsize_history_setting): Use save_vars.
11194 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11195 Use save_vars.
11196 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11197 * gdb.base/readline.exp: Use save_vars.
11198
11199 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11200
11201 * lib/gdb.exp (save_vars): New proc.
11202
11203 2015-08-11 Keith Seitz <keiths@redhat.com>
11204
11205 * gdb.base/help.exp: Update help_breakpoint_text.
11206
11207 2015-08-11 Keith Seitz <keiths@redhat.com>
11208
11209 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11210 (at toplevel): Call test_explicit_breakpoints.
11211 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11212 breakpoints.
11213 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11214 breakpoint conditions, "-cond".
11215
11216 2015-08-11 Keith Seitz <keiths@redhat.com>
11217
11218 * gdb.linespec/3explicit.c: New file.
11219 * gdb.linespec/cpexplicit.cc: New file.
11220 * gdb.linespec/cpexplicit.exp: New file.
11221 * gdb.linespec/explicit.c: New file.
11222 * gdb.linespec/explicit.exp: New file.
11223 * gdb.linespec/explicit2.c: New file.
11224 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11225 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11226 before using in the matching pattern.
11227 Clarify that `prefix' is a regular expression.
11228
11229 2015-08-11 Keith Seitz <keiths@redhat.com>
11230
11231 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11232 test.
11233 Add tests for missing ",FMT" and ",".
11234
11235 2015-08-10 Doug Evans <dje@google.com>
11236 Keith Seitz <keiths@redhat.com>
11237
11238 PR gdb/17960
11239 * gdb.base/completion.exp: Add location completer tests.
11240
11241 2015-08-07 Pedro Alves <palves@redhat.com>
11242
11243 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11244 tests here.
11245 (top level): Run do_test with and without displaced stepping.
11246
11247 2015-08-07 Pedro Alves <palves@redhat.com>
11248
11249 * gdb.base/valgrind-disp-step.c: New file.
11250 * gdb.base/valgrind-disp-step.exp: New file.
11251
11252 2015-08-07 Pedro Alves <palves@redhat.com>
11253
11254 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11255 Delete function.
11256 (main): Add alarm. Run an infinite loop instead of calling
11257 wait_threads.
11258 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11259 comment.
11260 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11261 Delete function.
11262 (main): Add alarm. Run an infinite loop instead of calling
11263 wait_threads.
11264 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11265 comment.
11266
11267 2015-08-07 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.base/checkpoint-ns.exp: New file.
11270 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11271 standard_testfile.
11272
11273 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11274
11275 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11276 * gdb.btrace/instruction_history.exp: Update.
11277 * gdb.btrace/tsx.exp: New.
11278 * gdb.btrace/tsx.c: New.
11279
11280 2015-08-06 Pedro Alves <palves@redhat.com>
11281
11282 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11283 increase timeout.
11284 * gdb.reverse/until-precsave.exp: Bump timeouts.
11285
11286 2015-08-06 Pedro Alves <palves@redhat.com>
11287
11288 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11289
11290 2015-08-06 Pedro Alves <palves@redhat.com>
11291
11292 PR gdb/18749
11293 * gdb.threads/process-dies-while-handling-bp.c: New file.
11294 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11295
11296 2015-08-06 Pedro Alves <palves@redhat.com>
11297
11298 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11299 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11300
11301 2015-08-05 Pedro Alves <palves@redhat.com>
11302
11303 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11304 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11305
11306 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11307
11308 * gdb.base/bp-permanent.exp: Report test as unsupported if
11309 the target cannot stop at the permanent breakpoint.
11310
11311 2015-08-03 Doug Evans <dje@google.com>
11312
11313 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11314 10000.
11315
11316 2015-08-03 Doug Evans <dje@google.com>
11317
11318 * Makefile.in (workers/%.worker, build-perf): New rule.
11319 (GDB_PERFTEST_MODE): New variable.
11320 (check-perf): Use it.
11321 (clean): Clean up gdb.perf parallel build subdirs.
11322 * lib/build-piece.exp: New file.
11323 * lib/gdb.exp (make_gdb_parallel_path): New function
11324 (standard_output_file, standard_temp_file): Call it.
11325 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11326 of $GDB_PARALLEL.
11327 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11328
11329 2015-08-03 Doug Evans <dje@google.com>
11330
11331 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11332 (LOG_FILE_NAME): New global.
11333 (TextReporter.__init__): Initialize self.txt_sum.
11334 (TextReporter.report): Add support for multiple data-points.
11335 Move report to perftest.sum, put raw data in perftest.log.
11336 (TextReporter.start): Open sum and log files.
11337 (TextReporter.end): Close sum and log files.
11338 * gdb.perf/lib/perftest/testresult.py
11339 (SingleStatisticTestResult.record): Handle multiple data-points.
11340
11341 2015-07-31 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11344 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11345 kill_wait_spawned_process instead of explicit "kill -9".
11346 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11347 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11348 kill_wait_spawned_process.
11349 * gdb.base/attach-twice.exp: Likewise.
11350 * gdb.base/attach.exp: Likewise.
11351 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11352 gdb_test_multiple.
11353 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11354 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11355 kill_wait_spawned_process.
11356 * gdb.base/valgrind-infcall.exp: Likewise.
11357 * gdb.multi/multi-attach.exp: Likewise.
11358 * gdb.python/py-prompt.exp: Likewise.
11359 * gdb.python/py-sync-interp.exp: Likewise.
11360 * gdb.server/ext-attach.exp: Likewise.
11361 * gdb.threads/attach-into-signal.exp (corefunc): Use
11362 spawn_wait_for_attach, spawn_id_get_pid and
11363 kill_wait_spawned_process.
11364 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11365 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11366 spawn_id_get_pid and kill_wait_spawned_process.
11367 * gdb.threads/attach-stopped.exp (corefunc): Use
11368 spawn_wait_for_attach, spawn_id_get_pid and
11369 kill_wait_spawned_process.
11370 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11371 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11372 kill_wait_spawned_process instead of explicit "kill -9".
11373 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11374 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11375 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11376 processes. Don't map cygwin/windows pids here. Now returns a
11377 spawn id list.
11378
11379 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11380
11381 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11382 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11383 correct patch.
11384
11385 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11386
11387 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11388
11389 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11390
11391 Reapply:
11392 2014-05-21 Mark Wielaard <mjw@redhat.com>
11393
11394 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11395
11396 2015-07-30 Pedro Alves <palves@redhat.com>
11397
11398 * linux-low.c (handle_extended_wait): Set the child's last
11399 reported status to TARGET_WAITKIND_STOPPED.
11400
11401 2015-07-30 Pedro Alves <palves@redhat.com>
11402
11403 PR threads/18600
11404 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11405 only shows inferior 1.
11406
11407 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11408 Pedro Alves <palves@redhat.com>
11409
11410 PR threads/18600
11411 * gdb.threads/fork-plus-threads.c: New file.
11412 * gdb.threads/fork-plus-threads.exp: New file.
11413
11414 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11415
11416 * gdb.base/batch-preserve-term-settings.exp
11417 (test_terminal_settings_preserved_after_cli_exit): Use
11418 send_quit_command.
11419
11420 2015-07-29 Pedro Alves <palves@redhat.com>
11421 Don Breazeal <donb@codesourcery.com>
11422
11423 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11424 output from both inferior_spawn_id and gdb_spawn_id.
11425
11426 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11427
11428 * gdb.threads/attach-into-signal.exp (corefunc): Use
11429 with_test_prefix on nested loops, uniquefying the test messages.
11430
11431 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11432
11433 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11434 commit.
11435
11436 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11437
11438 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11439 New proc.
11440 (test_terminal_settings_preserved_after_sigterm): New test.
11441
11442 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11443
11444 * gdb.base/batch-preserve-term-settings.exp
11445 (test_terminal_settings_preserved_after_cli_exit): New test.
11446
11447 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11448
11449 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11450 manipulation of saved_gdbflags.
11451 (test_terminal_settings_preserved): Remove global declaration of
11452 the unused variable pagination_prompt. Remove manipulation of
11453 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11454 GDBFLAGS.
11455
11456 2015-07-29 Pedro Alves <palves@redhat.com>
11457
11458 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11459
11460 2015-07-29 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11463 at the top.
11464
11465 2015-07-29 Pedro Alves <palves@redhat.com>
11466
11467 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11468 (main): Call gdb_unbuffer_output.
11469 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11470 (main): Call gdb_unbuffer_output.
11471 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11472 (main): Call gdb_unbuffer_output.
11473 * gdb.base/call-strs.exp: Adjust to step over the
11474 gdb_unbuffer_output call.
11475 * gdb.base/catch-gdb-caused-signals.c: Include
11476 "../lib/unbuffer_output.c".
11477 (main): Call gdb_unbuffer_output.
11478 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11479 (main): Call gdb_unbuffer_output.
11480 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11481 (main): Call gdb_unbuffer_output.
11482 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11483 (main): Call gdb_unbuffer_output.
11484 * gdb.base/shlib-call.exp: Adjust to step over the
11485 gdb_unbuffer_output call.
11486 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11487 (main): Call gdb_unbuffer_output.
11488 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11489 (main): Call gdb_unbuffer_output.
11490 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11491 (main): Rename to ...
11492 (test): ... this.
11493 (main): Reimplement.
11494 * gdb.base/varargs.exp: Run to test instead of to main.
11495 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11496 (main): Call gdb_unbuffer_output.
11497
11498 2015-07-29 Pedro Alves <palves@redhat.com>
11499
11500 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11501 factore out from mi_continue_dprintf. For call-style dprintfs,
11502 expect dprintf output out of $inferior_spawn_id.
11503 (mi_continue_dprintf): Use mi_expect_dprintf.
11504 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11505 (main): Call gdb_unbuffer_output.
11506
11507 2015-07-29 Pedro Alves <palves@redhat.com>
11508
11509 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11510 (default_mi_gdb_start): Set inferior_spawn_id instead of
11511 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11512 gdb_spawn_id.
11513 (mi_gdb_test): Always expect inferior output from both
11514 $inferior_spawn_id and $gdb_spawn_id.
11515
11516 2015-07-29 Pedro Alves <palves@redhat.com>
11517
11518 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11519 send_inferior and $inferior_spawn_id.
11520
11521 2015-07-29 Pedro Alves <palves@redhat.com>
11522
11523 * gdb.gdb/complaints.exp (test_initial_complaints)
11524 (test_serial_complaints, test_short_complaints): Use
11525 gdb_test_stdio.
11526 (test_empty_complaint): Handle $inferior_spawn_id !=
11527 $gdb_spawn_id.
11528
11529 2015-07-29 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.base/varargs.exp: Use gdb_test_stdio.
11532
11533 2015-07-29 Pedro Alves <palves@redhat.com>
11534
11535 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11536
11537 2015-07-29 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11540
11541 2015-07-29 Pedro Alves <palves@redhat.com>
11542
11543 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11544 parameter into two new parameters, "inf_result" and "gdb_result".
11545 Expect inferior output and gdb output from $inferior_spawn_id and
11546 $gdb_spawn_id, respectively. Adjust all callers.
11547
11548 2015-07-29 Pedro Alves <palves@redhat.com>
11549
11550 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11551 of gdb_test_sequence.
11552
11553 2015-07-29 Pedro Alves <palves@redhat.com>
11554
11555 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11556 (saw_spurious_output): Expect inferior output from
11557 $inferior_spawn_id. Use gdb_test_stdio.
11558
11559 2015-07-29 Pedro Alves <palves@redhat.com>
11560
11561 * gdb.base/dprintf.exp: Use standard_testfile. Change
11562 prepare_for_testing call.
11563 (srcfile): Don't set.
11564 (restart): New procedure.
11565 (test_dprintf): New procecure, use to continue over dprintfs.
11566 (test_call, test_agent): New procedures, tests moved here.
11567 Restart gdb and recreate dprintfs. Adjust expected output.
11568
11569 2015-07-29 Pedro Alves <palves@redhat.com>
11570
11571 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11572
11573 2015-07-29 Pedro Alves <palves@redhat.com>
11574
11575 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11576
11577 2015-07-29 Pedro Alves <palves@redhat.com>
11578
11579 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11580 gdb_test_stdio.
11581
11582 2015-07-29 Pedro Alves <palves@redhat.com>
11583
11584 * lib/gdb.exp (gdb_test_stdio): New procedure.
11585
11586 2015-07-29 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11589
11590 2015-07-29 Pedro Alves <palves@redhat.com>
11591
11592 * gdb.base/call-signal-resume.exp: Remove check for
11593 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11594 * gdb.base/unwindonsignal.exp: Likewise.
11595 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11596 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11597
11598 2015-07-29 Pedro Alves <palves@redhat.com>
11599
11600 * gdb.base/siginfo-addr.c (pass): New function.
11601 (handler): Call it iff si_addr is correct.
11602 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11603 Set a breakpoint at "pass" and continue to it.
11604
11605 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11606
11607 * gdb.python/py-objfile.exp: Make some tests have unique names.
11608 * gdb.python/py-pp-registration.exp: Likewise.
11609
11610 2015-07-28 Pedro Alves <palves@redhat.com>
11611
11612 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11613
11614 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11615
11616 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11617
11618 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11619
11620 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11621
11622 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11623
11624 * gdb.base/gdb-sigterm-2.exp: New test.
11625
11626 2015-07-25 Doug Evans <xdje42@gmail.com>
11627
11628 Revert:
11629 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11630 (workers/%.worker, build-perf): New rule.
11631 (GDB_PERFTEST_MODE): New variable.
11632 (check-perf): Use it.
11633 (clean): Clean up gdb.perf parallel build subdirs.
11634 * lib/build-piece.exp: New file.
11635 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11636 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11637 name.
11638 (standard_temp_file): Ditto.
11639 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11640 of $GDB_PARALLEL.
11641
11642 2015-07-24 Doug Evans <dje@google.com>
11643
11644 * gdb.perf/lib/perftest/utils.py: New file.
11645 * gdb.perf/gm-hello.cc: New file.
11646 * gdb.perf/gm-pervasive-typedef.cc: New file.
11647 * gdb.perf/gm-pervasive-typedef.h: New file.
11648 * gdb.perf/gm-std.cc: New file.
11649 * gdb.perf/gm-std.h: New file.
11650 * gdb.perf/gm-use-cerr.cc: New file.
11651 * gdb.perf/gm-utils.h: New file.
11652 * gdb.perf/gmonster-null-lookup.py: New file.
11653 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11654 * gdb.perf/gmonster-print-cerr.py: New file.
11655 * gdb.perf/gmonster-ptype-string.py: New file.
11656 * gdb.perf/gmonster-runto-main.py: New file.
11657 * gdb.perf/gmonster-select-file.py: New file.
11658 * gdb.perf/gmonster1-null-lookup.exp: New file.
11659 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11660 * gdb.perf/gmonster1-print-cerr.exp: New file.
11661 * gdb.perf/gmonster1-ptype-string.exp: New file.
11662 * gdb.perf/gmonster1-runto-main.exp: New file.
11663 * gdb.perf/gmonster1-select-file.exp: New file.
11664 * gdb.perf/gmonster1.cc: New file.
11665 * gdb.perf/gmonster1.exp: New file.
11666 * gdb.perf/gmonster2-null-lookup.exp: New file.
11667 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11668 * gdb.perf/gmonster2-print-cerr.exp: New file.
11669 * gdb.perf/gmonster2-ptype-string.exp: New file.
11670 * gdb.perf/gmonster2-runto-main.exp: New file.
11671 * gdb.perf/gmonster2-select-file.exp: New file.
11672 * gdb.perf/gmonster2.cc: New file.
11673 * gdb.perf/gmonster2.exp: New file.
11674
11675 2015-07-24 Doug Evans <dje@google.com>
11676
11677 * gdb.perf/README: New file.
11678 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11679 * lib/gen-perf-test.exp: New file.
11680
11681 2015-07-24 Doug Evans <dje@google.com>
11682
11683 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11684 (PerfTest::startup): New function.
11685 (PerfTest::run): Return result of calling body.
11686 (PerfTest::assemble): Rewrite.
11687 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11688 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11689 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11690 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11691 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11692
11693 2015-07-24 Doug Evans <dje@google.com>
11694
11695 * lib/gdb.exp (clean_restart): Make executable optional.
11696
11697 2015-07-24 Doug Evans <dje@google.com>
11698
11699 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11700 compiler_info references.
11701 * gdb.cp/temargs.exp: Ditto.
11702 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11703 (get_compiler_info): Early exit if already computed. Set compiler_info
11704 to "unknown" if there was a problem.
11705 (test_compiler_info): Add function comment. Call get_compiler_info.
11706
11707 2015-07-24 Doug Evans <dje@google.com>
11708
11709 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11710 (workers/%.worker, build-perf): New rule.
11711 (GDB_PERFTEST_MODE): New variable.
11712 (check-perf): Use it.
11713 (clean): Clean up gdb.perf parallel build subdirs.
11714 * lib/build-piece.exp: New file.
11715 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11716 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11717 name.
11718 (standard_temp_file): Ditto.
11719 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11720 of $GDB_PARALLEL.
11721
11722 2015-07-24 Doug Evans <dje@google.com>
11723
11724 * lib/future.exp (gdb_default_target_compile): New option
11725 "early_flags".
11726 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11727 --as-needed.
11728
11729 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11730
11731 * gdb.base/catch-syscall.exp: Call gdb_exit before
11732 gdb_skip_xml_test.
11733
11734 2015-07-24 Pedro Alves <palves@redhat.com>
11735
11736 * gdb.python/py-events.exp: Accept output between the stop event
11737 and the prompt.
11738 * gdb.python/py-evsignal.exp: Likewise.
11739 * gdb.python/py-evthreads.exp: Likewise.
11740
11741 2015-07-24 Pedro Alves <palves@redhat.com>
11742
11743 PR gdb/18717
11744 * gdb.threads/non-ldr-exit.c: New file.
11745 * gdb.threads/non-ldr-exit.exp: New file.
11746
11747 2015-07-24 Yao Qi <yao.qi@linaro.org>
11748
11749 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11750 restarting process.
11751
11752 2015-07-24 Yao Qi <yao.qi@linaro.org>
11753
11754 * gdb.server/ext-restart.exp: New file.
11755
11756 2015-07-24 Yao Qi <yao.qi@linaro.org>
11757
11758 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11759 argument options.
11760 * gdb.server/ext-wrapper.exp: New file.
11761
11762 2015-07-23 Doug Evans <dje@google.com>
11763
11764 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11765 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11766
11767 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11768
11769 * gdb.ada/var_arr_typedef.exp: New testcase.
11770 * gdb.ada/var_arr_typedef/pack.adb: New file.
11771 * gdb.ada/var_arr_typedef/pack.ads: New file.
11772 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11773
11774 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11775
11776 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11777
11778 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11779
11780 * gdb.arch/i386-biarch-core.exp: Replace istarget
11781 by "complete set gnutarget". Remove expectation for the "core-file"
11782 command.
11783
11784 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11785
11786 Revert the previous commit:
11787 Tests for validate symbol file using build-id.
11788
11789 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11790
11791 Tests for validate symbol file using build-id.
11792 * gdb.base/solib-mismatch-lib.c: New file.
11793 * gdb.base/solib-mismatch-libmod.c: New file.
11794 * gdb.base/solib-mismatch.c: New file.
11795 * gdb.base/solib-mismatch.exp: New file.
11796
11797 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11798
11799 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11800 nios2-*-linux*.
11801 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11802 * gdb.base/siginfo.exp: Likewise.
11803 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11804
11805 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11806
11807 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11808 Move it to ...
11809 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11810 ... here.
11811 * gdb.trace/range-stepping.exp: Check that the target supports
11812 range stepping.
11813
11814 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11815
11816 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11817
11818 2015-07-14 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.base/killed-outside.exp: New file.
11821 * gdb.base/killed-outside.c: New file.
11822
11823 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11824
11825 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11826 (n at main): New.
11827 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11828
11829 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11830
11831 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11832 infcall tests instead of setting up for KFAIL.
11833
11834 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11835
11836 * gdb.btrace/record_goto-step.exp: New.
11837
11838 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11839
11840 PR compile/18484
11841 * gdb.compile/compile.c (struct struct_type): Add volatile to
11842 selffield's type.
11843 * gdb.compile/compile.exp
11844 (compile code struct_object.selffield = &struct_object): Skip further
11845 struct_object tests if this one xfails.
11846
11847 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11848
11849 PR exp/18617
11850 * gdb.trace/ax.exp: Add test.
11851
11852 2015-07-07 Yao Qi <yao.qi@linaro.org>
11853
11854 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11855 instead of istarget "aarch64*-*-*".
11856 * gdb.arch/aarch64-fp.exp: Likewise.
11857 * gdb.base/float.exp: Likewise.
11858 * gdb.reverse/aarch64.exp: Likewise.
11859 * lib/gdb.exp (is_aarch64_target): New proc.
11860
11861 2015-07-07 Yao Qi <yao.qi@linaro.org>
11862
11863 * lib/gdb.exp (is_aarch32_target): New proc.
11864 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11865 instead of "istarget "arm*-*-*"".
11866 * gdb.arch/arm-disp-step.exp: Likewise.
11867 * gdb.arch/thumb-bx-pc.exp: Likewise.
11868 * gdb.arch/thumb-prologue.exp: Likewise.
11869 * gdb.arch/thumb-singlestep.exp: Likewise.
11870 * gdb.base/disp-step-syscall.exp: Likewise.
11871 * gdb.base/float.exp: Likewise.
11872
11873 2015-07-07 Yao Qi <yao.qi@linaro.org>
11874
11875 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11876 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11877
11878 2015-07-07 Yao Qi <yao.qi@linaro.org>
11879
11880 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11881 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11882 if it exists.
11883 * gdb.multi/multi-arch.exp: Likewise.
11884
11885 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11886
11887 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11888 print.
11889
11890 2015-07-07 Yao Qi <yao.qi@linaro.org>
11891
11892 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11893
11894 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11895
11896 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11897 '[' and ']' characters.
11898
11899 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11900
11901 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11902
11903 2015-06-29 Pedro Alves <palves@redhat.com>
11904
11905 PR threads/18127
11906 * gdb.threads/hand-call-new-thread.c: New file.
11907 * gdb.threads/hand-call-new-thread.c: New file.
11908
11909 2015-06-26 Keith Seitz <keiths@redhat.com>
11910 Doug Evans <dje@google.com>
11911
11912 PR 16253
11913 * gdb.cp/var-tag-2.cc: New file.
11914 * gdb.cp/var-tag-3.cc: New file.
11915 * gdb.cp/var-tag-4.cc: New file.
11916 * gdb.cp/var-tag.cc: New file.
11917 * gdb.cp/var-tag.exp: New file.
11918
11919 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11920
11921 * gdb.base/history-duplicates.exp: New test.
11922
11923 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11924
11925 * gdb.base/completion.exp: Test the completion of the "focus"
11926 command.
11927
11928 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11929
11930 * gdb.arch/amd64-prologue-skip.S: New file.
11931 * gdb.arch/amd64-prologue-skip.exp: New file.
11932
11933 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11934
11935 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11936 is_address_zero_readable check.
11937
11938 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11939
11940 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11941 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11942
11943 2015-06-24 Yao Qi <yao.qi@linaro.org>
11944
11945 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11946 linux targets.
11947
11948 2015-06-24 Yao Qi <yao.qi@linaro.org>
11949
11950 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11951 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11952 * gdb.base/siginfo-thread.exp: Likewise.
11953
11954 2015-06-22 Yao Qi <yao.qi@linaro.org>
11955
11956 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11957
11958 2015-06-22 Yao Qi <yao.qi@linaro.org>
11959
11960 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11961 aarch64*-*-*.
11962 (skip_hw_watchpoint_tests): Likewise.
11963
11964 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11965
11966 * gdb.base/gdbinit-history.exp: Test the interaction between
11967 setting GDBHISTSIZE and setting the history size via .gdbinit.
11968
11969 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11970
11971 PR gdb/16999
11972 * gdb.base/gdbhistsize-history.exp: New test.
11973
11974 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11975
11976 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11977 with GDBHISTSIZE.
11978 * gdb.base/readline.exp: Likewise.
11979
11980 2015-06-17 Yao Qi <yao.qi@linaro.org>
11981
11982 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11983 line.
11984
11985 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11986
11987 * gdb.base/gdbinit-history.exp: Add test case to check that
11988 an unlimited history file does not get truncated on exit.
11989
11990 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11991
11992 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11993 (VECTOR): New macro. Use it...
11994 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11995 ...for these typedefs.
11996 (int8, char1, int1, double1): New typedefs.
11997 (struct just_int2, struct two_int2): New structures.
11998 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11999 (add_structvecs, add_singlevecs): New functions.
12000 (main): Call add_some_intvecs twice.
12001 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12002 the compile and exit upon failure. Try compiling for the "native"
12003 architecture. Test inferior function calls with vector arguments
12004 and vector return value handling with "finish" and "return".
12005
12006 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12007
12008 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12009 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12010 PE file.
12011 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12012
12013 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12014
12015 PR breakpoints/16465
12016 * gdb.mi/mi-dprintf-pending.c: New file.
12017 * gdb.mi/mi-dprintf-pending.exp: New test.
12018 * gdb.mi/mi-dprintf-pendshr.c: New file.
12019
12020 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12021 Mircea Gherzan <mircea.gherzan@intel.com>
12022
12023 * gdb.arch/i386-mpx-map.c: New file.
12024 * gdb.arch/i386-mpx-map.exp: New File.
12025
12026 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12027
12028 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12029 * gdb.arch/i386-mpx.exp: Indentation fixed.
12030
12031 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12032
12033 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12034 function and improved indentation.
12035 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12036 gdb_test_multiple. Added additional tests to skip the test.
12037
12038 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12039
12040 * gdb.arch/i386-avx512.c: Change path in include file.
12041 * gdb.arch/i386-avx512.exp: Change include dir path
12042 compilation flag.
12043 * gdb.arch/i386-mpx.c: Change path in include file.
12044 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12045 flag.
12046
12047 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12048
12049 * gdb.compile/compile-print.exp (compile print *vararray@3)
12050 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12051
12052 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12053
12054 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12055 (do not keep jit in memory): ... this.
12056 (expect 5): Change it to ...
12057 (expect no 5): ... this.
12058
12059 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12060
12061 PR gdb/15564
12062 * gdb.mi/mi-detach.exp: New file.
12063
12064 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12065
12066 PR symtab/18392
12067 * gdb.arch/amd64-tailcall-self.S: New file.
12068 * gdb.arch/amd64-tailcall-self.c: New file.
12069 * gdb.arch/amd64-tailcall-self.exp: New file.
12070
12071 2015-05-28 Don Breazeal <donb@codesourcery.com>
12072
12073 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12074 tests for remote targets by checking is_target_gdbserver.
12075
12076 2015-05-27 Doug Evans <dje@google.com>
12077
12078 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12079 * gdb.dwarf2/opaque-type-lookup.c: New file.
12080 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12081
12082 2015-05-26 Doug Evans <dje@google.com>
12083
12084 * gdb.cp/iostream.cc: New file.
12085 * gdb.cp/iostream.exp: New file.
12086
12087 2015-05-26 Doug Evans <dje@google.com>
12088
12089 * gdb.dwarf2/dw2-op-call.exp: Update.
12090 * gdb.dwarf2/dw4-sig-types.exp: Update.
12091 * gdb.dwarf2/implptr.exp: Update.
12092 * gdb.mi/mi-cmd-param-changed.exp: Update.
12093
12094 2015-05-26 Doug Evans <dje@google.com>
12095
12096 * gdb.python/py-lazy-string.c: New file.
12097 * gdb.python/py-lazy-string.exp: New file.
12098 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12099 (main): Update. Add estring3.
12100 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12101 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12102
12103 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12104 Yao Qi <yao.qi@linaro.org>
12105
12106 * gdb.reverse/aarch64.c: New.
12107 * gdb.reverse/aarch64.exp: New.
12108
12109 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12110
12111 * lib/gdb.exp (supports_process_record): Return true for
12112 aarch64*-linux*.
12113 (supports_reverse): Likewise.
12114
12115 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12116
12117 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12118 Use with_test_prefix.
12119
12120 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12121
12122 * gdb.base/completion.exp: Add test for completion of layout
12123 names.
12124
12125 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12126
12127 * lib/gdb.exp (skip_tui_tests): New proc.
12128 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12129
12130 2015-05-19 Pedro Alves <palves@redhat.com>
12131
12132 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12133 Save the whole env array instead of just HOME. Unset HISTSIZE in
12134 the environment while testing. Restore whole environment
12135 afterwards.
12136
12137 2015-05-16 Doug Evans <xdje42@gmail.com>
12138
12139 * gdb.guile/scm-ports.c: New file.
12140 * gdb.guile/scm-ports.exp: Add memory port tests.
12141
12142 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12143
12144 * gdb.compile/compile-print.c: New file.
12145 * gdb.compile/compile-print.exp: New file.
12146
12147 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12148
12149 * gdb.compile/compile-ops.exp: Cast param to void.
12150 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12151 (compile code struct_object.selffield = &struct_object): Add xfail.
12152
12153 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12154
12155 * gdb.ada/arr_enum_with_gap: New testcase.
12156
12157 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12158
12159 * gdb.ada/byte_packed_arr: New testcase.
12160
12161 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12162
12163 * gdb.ada/pckd_neg: New testcase.
12164
12165 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12166
12167 PR gdb/17820
12168 * gdb.base/gdbinit-history.exp: New test.
12169 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12170 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12171
12172 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12173
12174 * gdb.python/py-xmethods.cc: Enhance test case.
12175 * gdb.python/py-xmethods.exp: New tests.
12176 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12177 function.
12178 (B_indexoper): Likewise.
12179 (global_dm_list) : Add new xmethod worker functions.
12180
12181 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12182
12183 * gdb.base/coredump-filter.exp: Correctly unset
12184 "coredump_var_addr" array.
12185
12186 2015-05-08 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.server/non-existing-program.exp: Unset spawn_id.
12189
12190 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12191
12192 PR python/18291
12193 * gdb.python/py-xmethods.exp: Add tests.
12194
12195 2015-05-08 Yao Qi <yao.qi@linaro.org>
12196
12197 PR gdb/18208
12198 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12199 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12200 function set_coredump_filter, and remove remote_exec call.
12201 Remove argument ipid. Callers update.
12202 (top level): Don't get inferior's PID.
12203
12204 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12205
12206 * gdb.base/watch_thread_num.exp: Skip test on targets without
12207 access watchpoints.
12208
12209 2015-05-06 Pedro Alves <palves@redhat.com>
12210
12211 PR server/18081
12212 * gdb.server/non-existing-program.exp: New file.
12213
12214 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12215
12216 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12217
12218 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12219
12220 * gdb.ada/out_of_line_in_inlined: New testcase.
12221
12222 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12223
12224 * gdb.ada/var_rec_arr: New testcase.
12225
12226 2015-04-30 Yao Qi <yao.qi@linaro.org>
12227
12228 * gdb.base/break-idempotent.exp: If
12229 skip_hw_watchpoint_multi_tests returns true, skip the tests
12230 on "rwatch" and "awatch".
12231
12232 2015-04-30 Yao Qi <yao.qi@linaro.org>
12233
12234 * gdb.base/relativedebug.exp: Invoke gdb command
12235 "info sharedlibrary", and if libc.so doesn't have debug info,
12236 skip the test.
12237
12238 2015-04-29 Doug Evans <dje@google.com>
12239
12240 * gdb.python/py-xmethods.exp: Add ptype tests.
12241 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12242 get_result_type method.
12243
12244 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12245
12246 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12247 the target does not support hardware watchpoints.
12248
12249 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12250
12251 * gdb.base/break-always.exp: Abort testing if writing to memory
12252 causes an error.
12253
12254 2015-04-28 Doug Evans <dje@google.com>
12255
12256 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12257 * gdb.python/py-pp-registration.exp: ... here. New file.
12258 * gdb.python/py-pp-registration.c: New file.
12259 * gdb.python/py-pp-registration.py: New file.
12260
12261 2015-04-28 Doug Evans <dje@google.com>
12262
12263 * gdb.python/py-bad-printers.c: New file.
12264 * gdb.python/py-bad-printers.py: New file.
12265 * gdb.python/py-bad-printers.exp: New file.
12266
12267 2015-04-28 Sasha Smundak <asmundak@google.com>
12268
12269 * gdb.python/py-type.exp: New test.
12270
12271 2015-04-28 Andy Wingo <wingo@igalia.com>
12272
12273 * gdb.python/py-parameter.exp:
12274 * gdb.guile/scm-parameter.exp: Escape the path that we are
12275 matching against, as it might contain characters that are special
12276 to regular expressions.
12277
12278 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12279
12280 * gdb.ada/rec_comp: New testcase.
12281
12282 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12283
12284 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12285 before using it.
12286
12287 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12288
12289 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12290 new tests for verilog output.
12291
12292 2015-04-24 Yao Qi <yao.qi@linaro.org>
12293
12294 * boards/remote-gdbserver-on-localhost.exp: New file.
12295
12296 2015-04-23 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12299 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12300 "end of file", remove $inferior_spawn_id from the indirect list.
12301
12302 2015-04-23 Pedro Alves <palves@redhat.com>
12303
12304 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12305
12306 2015-04-23 Pedro Alves <palves@redhat.com>
12307
12308 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12309 on $any_spawn_id instead of only on $gdb_spawn_id.
12310
12311 2015-04-21 Pierre Muller <muller@sourceware.org>
12312
12313 PR pascal/17815
12314 * lib/pascal.exp (gpc_compile): Add new option "class".
12315 (fpc_compile): Likewise.
12316 * gdb.pascal/case-insensitive-symbols.pas: New file.
12317 * gdb.pascal/case-insensitive-symbols.exp: New file.
12318
12319 2015-04-20 Gary Benson <gbenson@redhat.com>
12320
12321 * gdb.base/attach.exp: Fix three extended remote failures.
12322
12323 2015-04-17 Gary Benson <gbenson@redhat.com>
12324
12325 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12326 the main executable over the remote protocol.
12327
12328 2015-04-16 Pedro Alves <palves@redhat.com>
12329
12330 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12331 a new gdbserver if gdbserver_reconnect_p is set.
12332
12333 2015-04-16 Pedro Alves <palves@redhat.com>
12334
12335 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12336 is set, don't exit gdbserver.
12337
12338 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12339
12340 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12341 appropriate .insn, such that an older assembler can be used.
12342 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12343 the z/Architecture instruction set on 31-bit targets as well.
12344
12345 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12346
12347 * gdb.go/handcall.exp: Remove all logic related to the first
12348 breakpoint and rely on go_runto_main instead.
12349 * gdb.go/strings.exp: Likewise.
12350 * gdb.go/unsafe.exp: Likewise.
12351 * gdb.go/hello.exp: Likewise. Also rename the remaining
12352 breakpoint marker to "breakpoint 1".
12353 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12354 * gdb.go/strings.go: Likewise.
12355 * gdb.go/unsafe.go: Likewise.
12356 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12357 "set breakpoint 2 here" and rename the remaining breakpoint marker
12358 to "breakpoint 1".
12359
12360 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12361
12362 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12363 if itertools.imap is not present.
12364 * gdb.python/py-objfile.exp: Add parentheses.
12365 * gdb.python/py-type.exp: Same.
12366 * gdb.python/py-unwind-maint.py: Same.
12367
12368 2015-04-15 Yao Qi <yao.qi@linaro.org>
12369
12370 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12371 of ":$ptr_size" and set its form explicitly.
12372
12373 2015-04-15 Pedro Alves <palves@redhat.com>
12374 Yao Qi <yao.qi@linaro.org>
12375
12376 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12377 timeout by factor of 4.
12378 (test_regular_watch): Likewise.
12379 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12380 * gdb.reverse/sigall-reverse.exp: Likewise.
12381 * gdb.reverse/until-precsave.exp: Likewise.
12382 * lib/gdb.exp (with_timeout_factor): New proc.
12383 (gdb_expect): Move some code to ...
12384 (get_largest_timeout): ... here. New procedure.
12385
12386 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12387
12388 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12389
12390 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12391
12392 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12393 to write to the .text section.
12394
12395 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12396
12397 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12398 Handle the case of targets that do not provide PID information.
12399
12400 2015-04-13 Yao Qi <yao.qi@linaro.org>
12401
12402 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12403 and use expect instead of gdb_expect.
12404
12405 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12406
12407 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12408 "coredump_var_addr" to avoid naming conflict with other testcases.
12409
12410 2015-04-10 Pedro Alves <palves@redhat.com>
12411
12412 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12413 gdb_test_sequence and gdb_assert.
12414
12415 2015-04-10 Pedro Alves <palves@redhat.com>
12416
12417 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12418 test messages that don't include the breakpoint address.
12419
12420 2015-04-10 Yao Qi <yao.qi@linaro.org>
12421
12422 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12423 false for some offset and width combinations which aren't
12424 supported by linux kernel.
12425
12426 2015-04-10 Pedro Alves <palves@redhat.com>
12427
12428 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12429 procedure, factored out from ...
12430 (top level): ... here. Add "set displaced-stepping" testing axis.
12431 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12432 parameter "displaced". Use it.
12433 (top level): Use foreach and add "set displaced-stepping" testing
12434 axis.
12435
12436 2015-04-10 Pedro Alves <palves@redhat.com>
12437
12438 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12439 Remove comment.
12440 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12441 both the address of the instruction that triggers the watchpoint
12442 and the address of the instruction immediately after, and use
12443 those addresses for the test. Fix comment.
12444
12445 2015-04-10 Pedro Alves <palves@redhat.com>
12446
12447 * gdb.base/sigstep.exp (breakpoint_to_handler)
12448 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12449 Test "backtrace" in handler.
12450 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12451 (top level): Add new "displaced" test axis to
12452 breakpoint_to_handler, breakpoint_to_handler_entry and
12453 breakpoint_over_handler.
12454
12455 2015-04-10 Pedro Alves <palves@redhat.com>
12456
12457 PR gdb/18216
12458 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12459
12460 2015-04-10 Yao Qi <yao.qi@linaro.org>
12461
12462 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12463 (test_add_rn_pc): New function.
12464 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12465 (top level): Invoke test_add_rn_pc.
12466
12467 2015-04-10 Pedro Alves <palves@redhat.com>
12468
12469 PR gdb/13858
12470 * gdb.base/step-over-no-symbols.exp: New file.
12471
12472 2015-04-09 Andy Wingo <wingo@igalia.com>
12473
12474 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12475 after the Python tests.
12476
12477 2015-04-08 Keith Seitz <keiths@redhat.com>
12478
12479 PR python/16699
12480 * gdb.python/py-completion.exp: New tests for completion.
12481 * gdb.python/py-completion.py (CompleteLimit1): New class.
12482 (CompleteLimit2): Likewise.
12483 (CompleteLimit3): Likewise.
12484 (CompleteLimit4): Likewise.
12485 (CompleteLimit5): Likewise.
12486 (CompleteLimit6): Likewise.
12487 (CompleteLimit7): Likewise.
12488
12489 2015-04-08 Pedro Alves <palves@redhat.com>
12490
12491 PR gdb/18214
12492 PR gdb/18216
12493 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12494 function.
12495 (main): Install it as SIGUSR1 handler.
12496 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12497 parameter. Always use "setup" as prefix. Toggle "set
12498 displaced-stepping" off/on depending on global. Don't switch to
12499 thread 1 here.
12500 (top level): Add displaced stepping "off/on" test axis. Update
12501 "setup" calls. Wrap each subtest with with_test_prefix. Test
12502 continuing with a queued signal in each thread.
12503
12504 2015-04-08 Pedro Alves <palves@redhat.com>
12505
12506 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12507 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12508 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12509 Return early if running to main fails.
12510 * gdb.trace/while-stepping.exp: Likewise.
12511
12512 2015-04-07 Pedro Alves <palves@redhat.com>
12513
12514 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12515 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12516 interact with inferior program.
12517
12518 2015-04-07 Pedro Alves <palves@redhat.com>
12519
12520 * lib/gdb.exp (inferior_spawn_id): New global.
12521 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12522 spawn id after processing the user code.
12523 (default_gdb_start): Set inferior_spawn_id.
12524 (send_inferior): New procedure.
12525 * lib/gdbserver-support.exp (gdbserver_start): Set
12526 inferior_spawn_id.
12527 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12528
12529 2015-04-07 Pedro Alves <palves@redhat.com>
12530
12531 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12532 * lib/gdbserver-support.exp (gdbserver_start): Make
12533 $server_spawn_id global.
12534 (gdbserver_start): Don't wait for gdbserver's spawn id with
12535 expect_background.
12536 (close_gdbserver): New procedure.
12537 (gdb_exit): Rename the default version and reimplement.
12538
12539 2015-04-07 Pedro Alves <palves@redhat.com>
12540
12541 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12542 append the substituted item, not the original item.
12543
12544 2015-04-07 Pedro Alves <palves@redhat.com>
12545
12546 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12547 gdb_expect.
12548
12549 2015-04-07 Pedro Alves <palves@redhat.com>
12550
12551 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12552 output appearing once only.
12553
12554 2015-04-07 Pedro Alves <palves@redhat.com>
12555
12556 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12557 that doesn't expect anything. Return early if running to main
12558 fails.
12559
12560 2015-04-07 Yao Qi <yao.qi@linaro.org>
12561
12562 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12563 (child_function): Call alarm.
12564 (main): Move call to alarm into the loop.
12565 * gdb.threads/non-stop-fair-events.exp: Build program with
12566 -DTIMEOUT=$timeout.
12567
12568 2015-04-06 Doug Evans <xdje42@gmail.com>
12569
12570 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12571 Fix dest parameter to board_info.
12572 (fpc_compile): Ditto.
12573 (gdb_compile_pascal): Rename dest arg to destfile.
12574
12575 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12576
12577 * gdb.ada/funcall_ref.exp: New file.
12578 * gdb.ada/funcall_ref/foo.adb: New file.
12579
12580 2015-04-02 Yao Qi <yao.qi@linaro.org>
12581
12582 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12583 is remote.
12584
12585 2015-04-02 Gary Benson <gbenson@redhat.com>
12586
12587 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12588
12589 2015-04-01 Sasha Smundak <asmundak@google.com>
12590
12591 * gdb.python/py-unwind-maint.c: New file.
12592 * gdb.python/py-unwind-maint.exp: New test.
12593 * gdb.python/py-unwind-maint.py: New file.
12594 * gdb.python/py-unwind.c: New file.
12595 * gdb.python/py-unwind.exp: New test.
12596 * gdb.python/py-unwind.py: New test.
12597
12598 2015-04-01 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12601 to fail instead of non-existent $test.
12602
12603 2015-04-01 Pedro Alves <palves@redhat.com>
12604
12605 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12606 GDBFLAGS if not empty.
12607
12608 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12609
12610 * gdb.ada/complete.exp: Remove "multi_line".
12611 * gdb.ada/info_exc.exp: Remove "multi_line".
12612 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12613 * gdb.ada/ptype_field.exp: Remove "multi_line".
12614 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12615 * gdb.ada/tagged.exp: Remove "multi_line".
12616 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12617 [multi_line ...]
12618 * gdb.btrace/delta.exp: Likewise.
12619 * gdb.btrace/exception.exp: Likewise.
12620 * gdb.btrace/function_call_history.exp: Likewise.
12621 * gdb.btrace/instruction_history.exp: Likewise.
12622 * gdb.btrace/nohist.exp: Likewise.
12623 * gdb.btrace/record_goto.exp: Likewise.
12624 * gdb.btrace/segv.exp: Likewise.
12625 * gdb.btrace/stepi.exp: Likewise.
12626 * gdb.btrace/tailcall.exp: Likewise.
12627 * gdb.btrace/unknown_functions.exp: Likewise.
12628 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12629 * lib/gdb.exp: Add the "multi_line" helper.
12630
12631 2015-04-01 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.threads/tid-reuse.c: New file.
12634 * gdb.threads/tid-reuse.exp: New file.
12635
12636 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12637
12638 PR corefiles/16092
12639 * gdb.base/coredump-filter.c: New file.
12640 * gdb.base/coredump-filter.exp: Likewise.
12641
12642 2015-03-27 Petr Machata <pmachata@redhat.com>
12643
12644 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12645 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12646 (Dwarf::assemble): Initialize them.
12647 (Dwarf::lines): New function.
12648
12649 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12650
12651 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12652 SYMBOL_PREFIX for x86_64-*-cygwin.
12653
12654 2015-03-26 Andy Wingo <wingo@igalia.com>
12655
12656 PR symtab/18148
12657 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12658 const_value but not a location.
12659 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12660 location defined in non-main CUs are visible.
12661
12662 2015-03-26 Yao Qi <yao.qi@linaro.org>
12663
12664 PR testsuite/18139
12665 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12666 Add a line number entry for the same line.
12667 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12668 Add a line number entry for the same line.
12669
12670 2015-03-26 Yao Qi <yao.qi@linaro.org>
12671
12672 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12673 .int 0.
12674 (func): Likewise. Add .Lfunc_1 label.
12675 Use .Lfunc_1 label.
12676 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12677 .int 0.
12678 (func): Likewise.
12679 Use .Lfunc_1 label.
12680
12681 2015-03-26 Yao Qi <yao.qi@linaro.org>
12682
12683 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12684 Call gdb_compile instead to compile each .s files without debug
12685 information.
12686
12687 2015-03-26 Yao Qi <yao.qi@linaro.org>
12688
12689 * gdb.base/savedregs.exp (process_saved_regs): Make
12690 "Saved registers:" optional in the pattern.
12691
12692 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12693
12694 * gdb.btrace/next.exp: Merged into step.exp.
12695 * gdb.btrace/finish.exp: Merged into step.exp.
12696 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12697 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12698 "record goto" and checking the exact replay position.
12699 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12700 check for "Recording format" in "info record" output.
12701 * gdb.btrace/record_goto.exp: Choose test file based on target.
12702 * gdb.btrace/x86-record_goto.S: Renamed into ...
12703 * gdb.btrace/x86_64-record_goto.S: ... this.
12704 * gdb.btrace/i686-record_goto.S: New.
12705 * gdb.btrace/x86-tailcall.S: Renamed into ...
12706 * gdb.btrace/x86_64-tailcall.S: ... this.
12707 * gdb.btrace/i686-tailcall.S: New.
12708 * gdb.btrace/x86-tailcall.c: Renamed into ...
12709 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12710 separate statements. Update test.
12711 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12712 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12713 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12714 * gdb.btrace/tailcall.exp: Choose test file based on target.
12715 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12716
12717 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12718
12719 * gdb.btrace/exception.exp: Increase BTS buffer size.
12720
12721 2015-03-24 Pedro Alves <palves@redhat.com>
12722
12723 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12724
12725 2015-03-24 Pedro Alves <palves@redhat.com>
12726
12727 * gdb.threads/schedlock.exp (test_step): No longer expect that
12728 "set scheduler-locking step" with "next" over a function call runs
12729 threads unlocked.
12730
12731 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12732
12733 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12734
12735 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12736
12737 PR breakpoints/16466
12738 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12739 * gdb.mi/mi-pending.c (thread_func): New function.
12740 (int main): Add threading support required.
12741 * gdb.mi/mi-pending.exp: Add tests for this issue.
12742 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12743 (pendfunc2): Remove stdio dependency.
12744 * gdb.mi/mi-pendshr2.c: New file.
12745
12746 2015-03-23 Keith Seitz <keiths@redhat.com>
12747
12748 * gdb.linespec/keywords.c: New file.
12749 * gdb.linespec/keywords.exp: New file.
12750
12751 2015-03-23 Keith Seitz <keiths@redhat.com>
12752
12753 PR gdb/18021
12754 * gdb.dwarf2/staticvirtual.exp: New test.
12755
12756 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12757
12758 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12759 * README: Remove HP-UX and gdb.hp.
12760 (configuration):
12761 * configure: Regenerate.
12762 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12763 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12764 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12765 gdb.hp/gdb.defects/Makefile.
12766 * gdb.hp/Makefile.in: File deleted.
12767 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12768 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12769 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12770 * gdb.hp/gdb.aCC/run.c: File deleted.
12771 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12772 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12773 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12774 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12775 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12776 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12777 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12778 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12779 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12780 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12781 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12782 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12783 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12784 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12785 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12786 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12787 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12788 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12789 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12790 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12791 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12792 * gdb.hp/gdb.compat/average.c: File deleted.
12793 * gdb.hp/gdb.compat/sum.c: File deleted.
12794 * gdb.hp/gdb.compat/xdb.c: File deleted.
12795 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12796 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12797 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12798 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12799 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12800 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12801 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12802 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12803 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12804 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12805 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12806 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12807 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12808 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12809 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12810 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12811 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12812 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12813 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12814 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12815 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12816 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12817 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12818 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12819 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12820 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12821 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12822 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12823 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12824 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12825 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12826 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12827 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12828 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12829 * gdb.hp/tools/odump: File deleted.
12830
12831 2015-03-19 Pedro Alves <palves@redhat.com>
12832
12833 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12834 (saw_thread_3): New globals.
12835 (top level): Increment them when an event for the corresponding
12836 thread is seen.
12837 (no thread starvation): New test.
12838
12839 2015-03-19 Pedro Alves <palves@redhat.com>
12840
12841 * gdb.threads/continue-pending-status.c: New file.
12842 * gdb.threads/continue-pending-status.exp: New file.
12843
12844 2015-03-18 Pedro Alves <palves@redhat.com>
12845
12846 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12847 Use gdb_is_target_remote instead of is_remote. Use
12848 gdb_test_multiple instead of gdb_expect. Exit early if
12849 gdb_test_multiple hits its internal matches. Tighten stepi tests
12850 expected output. Fail on exit with any signal, instead of just
12851 SIGILL.
12852
12853 2015-03-18 Yao Qi <yao.qi@linaro.org>
12854
12855 PR tdep/18107
12856 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12857 variable.
12858 * gdb.base/catch-syscall.exp: Don't skip it on
12859 aarch64*-*-linux* target. Remove elements in all_syscalls.
12860 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12861 target.
12862 (setup_all_syscalls): New proc.
12863
12864 2015-03-16 Yao Qi <yao.qi@linaro.org>
12865
12866 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12867 (top level): Skip tests if valid_addr_p returns false for
12868 $cmd1 or $cmd2.
12869
12870 2015-03-11 Andy Wingo <wingo@igalia.com>
12871
12872 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12873
12874 2015-03-11 Yao Qi <yao.qi@linaro.org>
12875
12876 * gdb.base/catch-syscall.exp: Fix typo in comments.
12877
12878 2015-03-11 Yao Qi <yao.qi@linaro.org>
12879
12880 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12881
12882 2015-03-09 Pedro Alves <palves@redhat.com>
12883
12884 * dg-extract-results.py: Delete.
12885
12886 2015-03-09 Pedro Alves <palves@redhat.com>
12887
12888 Merge dg-extract-results.sh from GCC upstream (r218843).
12889
12890 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12891 * dg-extract-results.sh: Use --text with grep to avoid issues with
12892 binary files. Fall back to cat -v, if that doesn't work.
12893
12894 2015-03-05 Pedro Alves <palves@redhat.com>
12895
12896 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12897
12898 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12899
12900 * lib/mi-support.exp (mi_expect_interrupt): Accept
12901 alternative event for when in all-stop mode.
12902
12903 2015-03-04 Pedro Alves <palves@redhat.com>
12904
12905 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12906
12907 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12908
12909 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12910
12911 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12912
12913 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12914 regexps for GDB's current line display, accept a hex address
12915 preceding the line number.
12916
12917 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12918
12919 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12920 the 'arch1' variable for "s390*-linux*" targets.
12921
12922 2015-03-04 Pedro Alves <palves@redhat.com>
12923
12924 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12925 (main): Pass missing retval argument to pthread_join call.
12926
12927 2015-03-02 Pedro Alves <palves@redhat.com>
12928
12929 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12930 (top level): Call do_test with non-stop as well.
12931
12932 2015-03-02 Pedro Alves <palves@redhat.com>
12933
12934 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12935 -1.
12936
12937 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12938
12939 * gdb.arch/s390-vregs.exp: New test.
12940 * gdb.arch/s390-vregs.S: New file.
12941
12942 2015-02-27 Pedro Alves <palves@redhat.com>
12943
12944 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12945 call to catch_command_errors.
12946 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12947 catch_command_errors.
12948
12949 2015-02-27 Pedro Alves <palves@redhat.com>
12950
12951 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12952 "true" for boolean result.
12953 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12954 prototype of main.
12955
12956 2015-02-27 Pedro Alves <palves@redhat.com>
12957
12958 * lib/unbuffer_output.c: New file.
12959 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12960 (main): Call gdb_unbuffer_output.
12961
12962 2015-02-27 Yao Qi <yao.qi@linaro.org>
12963
12964 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12965 target.
12966
12967 2015-02-26 Doug Evans <dje@google.com>
12968
12969 * gdb.cp/class2.cc (Dbase, D): New classes.
12970 (main): New local delta.
12971 * gdb.cp/class2.exp: Test printing delta.
12972 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12973 (dynbar): New global.
12974 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12975
12976 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12977
12978 * gdb.compile/compile-ifunc.c: New file.
12979 * gdb.compile/compile-ifunc.exp: New file.
12980
12981 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12982
12983 * gdb.base/structs.exp: Check for correct struct on finish.
12984
12985 2015-02-26 Yao Qi <yao.qi@linaro.org>
12986
12987 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12988 is zero.
12989
12990 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12991
12992 * gdb.arch/cordic.ko.bz2: New file.
12993 * gdb.arch/cordic.ko.debug.bz2: New file.
12994 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12995
12996 2015-02-25 Yao Qi <yao.qi@linaro.org>
12997
12998 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12999 aarch64*-*-* target.
13000
13001 2015-02-23 Pedro Alves <palves@redhat.com>
13002
13003 * lib/gdb.exp (delete_breakpoints): Rewrite using
13004 gdb_test_multiple.
13005
13006 2015-02-23 Pedro Alves <palves@redhat.com>
13007
13008 * gdb.base/info-os.c: Include stdlib.h.
13009
13010 2015-02-22 Doug Evans <xdje42@gmail.com>
13011
13012 PR symtab/17855
13013 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13014 is read after symbols have been re-read.
13015 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13016 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13017
13018 2015-02-21 Doug Evans <dje@google.com>
13019
13020 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13021
13022 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13023
13024 PR corefiles/17808
13025 * gdb.arch/i386-biarch-core.core.bz2: New file.
13026 * gdb.arch/i386-biarch-core.exp: New file.
13027
13028 2015-02-21 Pedro Alves <palves@redhat.com>
13029
13030 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13031 runto_main fails.
13032
13033 2015-02-20 Pedro Alves <palves@redhat.com>
13034
13035 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13036 info probes.
13037
13038 2015-02-20 Pedro Alves <palves@redhat.com>
13039
13040 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13041
13042 2015-02-20 Pedro Alves <palves@redhat.com>
13043
13044 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13045 clean_restart before gdb_target_supports_trace.
13046
13047 2015-02-20 Pedro Alves <palves@redhat.com>
13048
13049 PR threads/18006
13050 * gdb.threads/clone-thread_db.c: New file.
13051 * gdb.threads/clone-thread_db.exp: New file.
13052
13053 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13054
13055 PR breakpoints/16812
13056 * gdb.base/catch-gdb-caused-signals.c: New file.
13057 * gdb.base/catch-gdb-caused-signals.exp: New file.
13058
13059 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13060
13061 * configure: Regenerated.
13062 * configure.ac: Use GDB_AC_TRANSFORM.
13063 * aclocal.m4: sinclude ../transform.m4.
13064
13065 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13066
13067 * lib/dtrace.exp: New file.
13068 * gdb.base/dtrace-probe.exp: Likewise.
13069 * gdb.base/dtrace-probe.d: Likewise.
13070 * gdb.base/dtrace-probe.c: Likewise.
13071 * lib/pdtrace.in: Likewise.
13072 * configure.ac: Output variables with the transformed names of
13073 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13074 * configure: Regenerated.
13075
13076 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13077
13078 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13079 expected message when trying to access $_probe_* convenience
13080 variables while not on a probe.
13081
13082 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13083
13084 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13085
13086 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13087
13088 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13089 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13090
13091 2015-02-10 Doug Evans <xdje42@gmail.com>
13092
13093 * lib/gdb.exp (gdb_load): Always return a result.
13094
13095 2015-02-10 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.threads/signal-sigtrap.c: New file.
13098 * gdb.threads/signal-sigtrap.exp: New file.
13099
13100 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13101
13102 * gdb.trace/no-attach-trace.c: New file.
13103 * gdb.trace/no-attach-trace.exp: New file.
13104
13105 2015-02-09 Mark Wielaard <mjw@redhat.com>
13106
13107 * gdb.dwarf2/atomic.c: New file.
13108 * gdb.dwarf2/atomic-type.exp: Likewise.
13109
13110 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13111
13112 * gdb.btrace/buffer-size.exp: Update "info record" output.
13113 * gdb.btrace/delta.exp: Update "info record" output.
13114 * gdb.btrace/enable.exp: Update "info record" output.
13115 * gdb.btrace/finish.exp: Update "info record" output.
13116 * gdb.btrace/instruction_history.exp: Update "info record" output.
13117 * gdb.btrace/next.exp: Update "info record" output.
13118 * gdb.btrace/nexti.exp: Update "info record" output.
13119 * gdb.btrace/step.exp: Update "info record" output.
13120 * gdb.btrace/stepi.exp: Update "info record" output.
13121 * gdb.btrace/nohist.exp: Update "info record" output.
13122
13123 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13124
13125 * gdb.btrace/buffer-size: New.
13126
13127 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13128
13129 * gdb.btrace/delta.exp: Update "info record" output.
13130 * gdb.btrace/enable.exp: Update "info record" output.
13131 * gdb.btrace/finish.exp: Update "info record" output.
13132 * gdb.btrace/instruction_history.exp: Update "info record" output.
13133 * gdb.btrace/next.exp: Update "info record" output.
13134 * gdb.btrace/nexti.exp: Update "info record" output.
13135 * gdb.btrace/step.exp: Update "info record" output.
13136 * gdb.btrace/stepi.exp: Update "info record" output.
13137 * gdb.btrace/nohist.exp: Update "info record" output.
13138
13139 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13140
13141 PR gdb/15678
13142 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13143
13144 2015-02-06 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13147 macro.
13148 (seconds_left, again): New globals.
13149 (main): Wait seconds_left in a 1-second sleep loop instead of
13150 sleeping 180 seconds. If 'again' is set, reset the seconds
13151 counter.
13152 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13153 'again' in the inferior before detaching. Print the seconds left.
13154 (options): New global.
13155 (top level): Build program with -DTIMEOUT=$timeout.
13156
13157 2015-02-06 Pedro Alves <palves@redhat.com>
13158
13159 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13160 determine how many seconds to pass to 'alarm'.
13161 * gdb.base/gdb-sigterm.exp (top level): Build program with
13162 -DTIMEOUT=$timeout.
13163 (do_test): Return success/failure indication. Add more verbose
13164 logging. Don't fail if 200 single steps are seen. Instead, fail
13165 when the test times out.
13166 (passes): New global.
13167 (top level): Break the testing loop if testing fails on any
13168 iteration. Use gdb_assert.
13169
13170 2015-02-04 Don Breazeal <donb@codesourcery.com>
13171
13172 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13173 and initialize them.
13174 (ipc_cleanup): New function.
13175 (main): Don't declare shmid, semid, and msqid. Add a call to
13176 atexit so that we call ipc_cleanup on exit.
13177
13178 2015-02-04 Pedro Alves <palves@redhat.com>
13179
13180 * boards/native-extended-gdbserver.exp: Remove any target variant
13181 specifications from the board name before clearing the isremote
13182 flag from board_info.
13183
13184 2015-01-31 Doug Evans <xdje42@gmail.com>
13185
13186 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13187
13188 2015-01-31 Gary Benson <gbenson@redhat.com>
13189
13190 * gdb.base/completion.exp: Disable completion limiting for
13191 existing tests. Add new tests to check completion limiting.
13192 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13193
13194 2015-01-31 Doug Evans <xdje42@gmail.com>
13195
13196 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13197
13198 2015-01-31 Doug Evans <xdje42@gmail.com>
13199
13200 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13201 entries. Duplicate file section script entries.
13202 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13203 inlined entries. Add test for safe-path rejection.
13204 * gdb.python/py-section-script.c: Add duplicate inlined section script
13205 entries. Duplicate file section script entries.
13206 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13207 inlined entries. Add test for safe-path rejection.
13208
13209 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13210
13211 * gdb.ada/disc_arr_bound: New testcase.
13212
13213 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13214
13215 * gdb.ada/mi_var_array: New testcase.
13216
13217 2015-01-27 Doug Evans <dje@google.com>
13218
13219 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13220 Add test for objfile.filename, objfile.username after objfile
13221 has been unloaded.
13222
13223 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13224
13225 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13226 the second test to print the name attribute of value
13227 returned by the call to gdb.lookup_type, and adjust
13228 the expected output accordingly.
13229
13230 2015-01-25 Mark Wielaard <mjw@redhat.com>
13231
13232 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13233 * gdb.base/disp-step-fork.c: Include unistd.h.
13234 * gdb.base/siginfo-obj.c: Include stdio.h.
13235 * gdb.base/siginfo-thread.c: Likewise.
13236 * gdb.mi/non-stop.c: Include unistd.h.
13237 * gdb.mi/nsthrexec.c: Include stdio.h.
13238 * gdb.mi/pthreads.c: Include unistd.h.
13239 * gdb.modula2/unbounded1.c (main): Declare returns int.
13240 * gdb.reverse/consecutive-reverse.c: Likewise.
13241 * gdb.threads/create-fail.c: Include unistd.h.
13242 * gdb.threads/killed.c: Likewise.
13243 * gdb.threads/linux-dp.c: Likewise.
13244 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13245 * gdb.threads/non-ldr-exc-2.c: Likewise.
13246 * gdb.threads/non-ldr-exc-3.c: Likewise.
13247 * gdb.threads/non-ldr-exc-4.c: Likewise.
13248 * gdb.threads/pthreads.c: Include unistd.h.
13249 (main): Declare returns int.
13250 * gdb.threads/tls-main.c (foo): New declaration.
13251 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13252
13253 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13254
13255 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13256 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13257
13258 2015-01-15 Mark Wielaard <mjw@redhat.com>
13259
13260 * gdb.base/noreturn-return.c: New file.
13261 * gdb.base/noreturn-return.exp: New file.
13262 * gdb.base/noreturn-finish.c: New file.
13263 * gdb.base/noreturn-finish.exp: New file.
13264
13265 2015-01-23 Pedro Alves <palves@redhat.com>
13266
13267 * gdb.threads/continue-pending-after-query.c: New file.
13268 * gdb.threads/continue-pending-after-query.exp: New file.
13269
13270 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13271 Simon Marchi <simon.marchi@ericsson.com>
13272
13273 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13274 * gdb.base/valgrind-db-attach.exp: Same.
13275 * gdb.base/valgrind-infcall.exp: Same.
13276 * lib/mi-support.exp (default_mi_gdb_start): Same.
13277 * lib/prompt.exp (default_prompt_gdb_start): Same.
13278 * lib/gdb.exp (default_gdb_spawn): Same.
13279 (gdb_interact): New.
13280
13281
13282 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13283
13284 * gdb.compile/compile.exp (pointer to jit function): New test.
13285
13286 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13287
13288 * lib/gdb.exp (supports_process_record): Return true for
13289 powerpc*-*-linux*.
13290 (supports_reverse): Likewise.
13291
13292 2015-01-15 Don Breazeal <donb@codesourcery.com>
13293
13294 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13295 instead of checking whether the target board is remote and
13296 use spawn_wait_for_attach instead of exec/sleep.
13297 * gdb.base/attach-twice.exp: Likewise.
13298
13299 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13300
13301 * gdb.ada/var_arr_attrs: New testcase.
13302
13303 2015-01-14 Pedro Alves <palves@redhat.com>
13304 Joel Brobecker <brobecker@adacore.com>
13305
13306 PR gdb/17525
13307 * gdb.base/bp-cmds-execution-x-script.c: New file.
13308 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13309 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13310
13311 2015-01-14 Pedro Alves <palves@redhat.com>
13312
13313 PR cli/17828
13314 * gdb.base/batch-preserve-term-settings.c: New file.
13315 * gdb.base/batch-preserve-term-settings.exp: New file.
13316
13317 2015-01-13 Doug Evans <dje@google.com>
13318
13319 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13320 binary.
13321
13322 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13323
13324 * Makefile.in (clean mostlyclean): Do not delete *.py.
13325
13326 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13327
13328 * gdb.python/py-lookup-type.exp: New file.
13329
13330 2015-01-12 Pedro Alves <palves@redhat.com>
13331
13332 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13333 restore GDBFLAGS before returning.
13334
13335 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13336
13337 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13338 is_amd64_regs_target and is_x86_like_target.
13339
13340 2015-01-11 Doug Evans <xdje42@gmail.com>
13341
13342 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13343 is given without an explicit form.
13344 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13345 attributes.
13346 * gdb.dwarf/corrupt.exp: Ditto.
13347 * gdb.dwarf2/enum-type.exp: Ditto.
13348 * gdb.trace/entry-values.exp: Ditto.
13349 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13350
13351 2015-01-11 Doug Evans <xdje42@gmail.com>
13352
13353 PR gdb/15830
13354 * gdb.base/maint.exp: Remove references to "maint demangle".
13355 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13356 Add tests for explicitly specifying language to demangle.
13357 * gdb.dlang/demangle.exp: Ditto.
13358
13359 2015-01-09 Pedro Alves <palves@redhat.com>
13360
13361 * gdb.threads/non-stop-fair-events.c: New file.
13362 * gdb.threads/non-stop-fair-events.exp: New file.
13363
13364 2015-01-09 Pedro Alves <palves@redhat.com>
13365
13366 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13367 the global scope. Set a breakpoint after all threads are started
13368 rather than stepping over two source lines. Expect the prompt.
13369 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13370 global.
13371 (NUM): Now 15.
13372 (main): Use threads_started_barrier to wait for all threads to
13373 start. Main thread no longer calls thread_function. Exit after
13374 180 seconds.
13375 (loop): New function.
13376 (thread_function): Wait on threads_started_barrier barrier. Call
13377 'loop' at each iteration.
13378 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13379 threads have started, instead of hardcoding number of "next"
13380 steps. Use an access watchpoint instead of a write watchpoint.
13381
13382 2015-01-09 Pedro Alves <palves@redhat.com>
13383
13384 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13385 (thread_func): Wait on barrier.
13386 (main): Wait for all threads to start before stopping GDB.
13387 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13388 global.
13389 (thread1_func, thread2_func): Wait on barrier.
13390 (main): Wait for all threads to start before stopping GDB.
13391 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13392 New global.
13393 (thread1_func, thread2_func): Wait on barrier.
13394 (main): Wait for all threads to start before stopping GDB.
13395
13396 2015-01-09 Pedro Alves <palves@redhat.com>
13397
13398 * gdb.threads/attach-many-short-lived-threads.c: New file.
13399 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13400
13401 2014-01-09 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13404 instead of to thread 2.
13405 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13406 Add barrier around each pthread_create call instead of around all
13407 calls.
13408 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13409 Set a break on thread_function and have the child threads hit it
13410 one at at a time.
13411
13412 2015-01-09 Pedro Alves <palves@redhat.com>
13413
13414 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13415 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13416 false.
13417 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13418 checking whether the target board is remote.
13419 * gdb.multi/multi-attach.exp: Likewise.
13420 * gdb.python/py-sync-interp.exp: Likewise.
13421 * gdb.server/ext-attach.exp: Likewise.
13422 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13423 tests that need to attach, instead of checking whether the target
13424 board is remote at the top of the file.
13425
13426 2015-01-08 Yao Qi <yao@codesourcery.com>
13427
13428 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13429
13430 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13431
13432 Fix testcase compilation.
13433 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13434
13435 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13436
13437 * gdb.python/py-type.exp: Add a couple test about empty
13438 array creation, and negative-length array creation.
13439
13440 2015-01-02 Doug Evans <xdje42@gmail.com>
13441
13442 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13443
13444 2015-01-02 Doug Evans <dje@google.com>
13445
13446 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13447
13448 2014-12-29 Yao Qi <yao@codesourcery.com>
13449
13450 * gdb.trace/entry-values.exp: Update comments. Rename variable
13451 bar_call_foo to returned_from_foo.
13452
13453 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13454
13455 PR gdb/17394
13456 * gdb.linespec/break-asm-file.c: New file.
13457 * gdb.linespec/break-asm-file.exp: New file.
13458 * gdb.linespec/break-asm-file0.s: New file.
13459 * gdb.linespec/break-asm-file1.s: New file.
13460
13461 2014-12-18 Nigel Stephens <nigel@mips.com>
13462 Maciej W. Rozycki <macro@codesourcery.com>
13463
13464 * gdb.base/float.exp: Handle the new output from "info float" on
13465 MIPS targets.
13466
13467 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13468
13469 Fix MinGW compilation.
13470 * gdb.compile/compile-ops.exp: Update untested message if
13471 !skip_compile_feature_tests.
13472 * gdb.compile/compile-setjmp.exp: Likewise.
13473 * gdb.compile/compile-tls.exp: Likewise.
13474 * gdb.compile/compile.exp: Likewise.
13475 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13476 supported on this host".
13477
13478 2014-12-16 Doug Evans <xdje42@gmail.com>
13479
13480 * boards/stabs.exp: New file.
13481
13482 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13483
13484 * gdb.base/completion.exp: Adjust to format changes of "maint
13485 print user-registers".
13486
13487 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13488
13489 PR server/17457
13490 * gdb.arch/aarch64-fp.c: New file.
13491 * gdb.arch/aarch64-fp.exp: New file.
13492
13493 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13494
13495 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13496 r210637, r210913, r211666, r215400, r215817).
13497
13498 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13499 * dg-extract-results.py: New file.
13500 * dg-extract-results.sh: Use it if the environment seems
13501 suitable.
13502
13503 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13504
13505 * dg-extract-results.py (parse_run): Handle warnings that
13506 are printed before a test harness is run.
13507
13508 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13509
13510 * dg-extract-results.py (Named): Remove __cmp__ method.
13511 (output_variation): Use a key to sort variation.harnesses.
13512
13513 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13514
13515 * dg-extract-results.py: For Python 3, force sys.stdout to
13516 handle surrogate escape sequences.
13517 (safe_open): New function.
13518 (output_segment, main): Use it.
13519
13520 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13521
13522 * dg-extract-results.py (Prog.result_re): Include options
13523 in test name.
13524
13525 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13526
13527 * dg-extract-results.py (output_variation): Always sort if
13528 do_sum.
13529
13530 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13531
13532 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13533 as long as we get pagination notifications.
13534
13535 2014-12-15 Jason Merrill <jason@redhat.com>
13536
13537 * Makefile.in (check-gdb.%): Restore.
13538 * README: Mention it.
13539
13540 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13541
13542 * gdb.ada/str_uninit: New testcase.
13543
13544 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13545
13546 PR symtab/17642
13547 * gdb.base/vla-stub-define.c: New file.
13548 * gdb.base/vla-stub.c: New file.
13549 * gdb.base/vla-stub.exp: New file.
13550
13551 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13552 Jan Kratochvil <jan.kratochvil@redhat.com>
13553 Tom Tromey <tromey@redhat.com>
13554
13555 * configure.ac: Add gdb.compile/.
13556 * configure: Regenerate.
13557 * gdb.compile/Makefile.in: New file.
13558 * gdb.compile/compile-ops.exp: New file.
13559 * gdb.compile/compile-ops.c: New file.
13560 * gdb.compile/compile-tls.c: New file.
13561 * gdb.compile/compile-tls.exp: New file.
13562 * gdb.compile/compile-constvar.S: New file.
13563 * gdb.compile/compile-constvar.c: New file.
13564 * gdb.compile/compile-mod.c: New file.
13565 * gdb.compile/compile-nodebug.c: New file.
13566 * gdb.compile/compile-setjmp-mod.c: New file.
13567 * gdb.compile/compile-setjmp.c: New file.
13568 * gdb.compile/compile-setjmp.exp: New file.
13569 * gdb.compile/compile-shlib.c: New file.
13570 * gdb.compile/compile.c: New file.
13571 * gdb.compile/compile.exp: New file.
13572 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13573
13574 2014-12-12 Tom Tromey <tromey@redhat.com>
13575
13576 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13577 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13578
13579 2014-12-12 Doug Evans <dje@google.com>
13580
13581 * lib/gdb-python.exp (get_python_valueof): New function.
13582 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13583
13584 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13585
13586 * gdb.base/completion.exp: Add test for completion of "info
13587 registers ".
13588
13589 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13590
13591 * gdb.base/func-ptrs.c: New file.
13592 * gdb.base/func-ptrs.exp: New file.
13593
13594 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13595
13596 PR breakpoints/17012
13597 * gdb.base/dprintf-detach.c: New file.
13598 * gdb.base/dprintf-detach.exp: New file.
13599
13600 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13601
13602 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13603 * lib/gdb.exp (target_is_gdbserver): New procedure.
13604
13605 2014-12-08 Doug Evans <dje@google.com>
13606
13607 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13608
13609 2014-12-05 Yao Qi <yao@codesourcery.com>
13610
13611 * gdb.guile/scm-error.exp: Remove the third argument to
13612 gdb_remote_download.
13613 * gdb.guile/scm-frame-args.exp: Likewise.
13614 * gdb.guile/scm-section-script.exp: Likewise.
13615
13616 2014-12-05 Yao Qi <yao@codesourcery.com>
13617
13618 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13619
13620 2014-12-04 Doug Evans <dje@google.com>
13621
13622 * gdb.python/py-objfile.exp: Add tests for
13623 objfile.add_separate_debug_file.
13624
13625 2014-12-04 Doug Evans <dje@google.com>
13626
13627 * lib/gdb.exp (get_build_id): New function.
13628 (build_id_debug_filename_get): Rewrite to use it.
13629 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13630
13631 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13632
13633 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13634 `method(long)', not just 0x0.
13635 * gdb.cp/nsalias.exp: Align code labels to 4.
13636 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13637 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13638 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13639 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13640 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13641 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13642
13643 2014-12-02 Doug Evans <dje@google.com>
13644
13645 PR symtab/17602
13646 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13647 * gdb.cp/anon-ns2.cc: ... here. New file.
13648 * gdb.cp/anon-ns.exp: Update.
13649
13650 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13651
13652 * gdb.python/py-events.py (inferior_call_handler): New.
13653 (register_changed_handler, memory_changed_handler): New.
13654 (test_events.invoke): Register new handlers.
13655 * gdb.python/py-events.exp: Add tests for inferior call,
13656 memory_changed and register_changed events.
13657
13658 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13659
13660 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13661 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13662 if the linker doesn't understand this.
13663
13664 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13665
13666 * gdb.python/python.exp: Change expected reply to help().
13667
13668 2014-12-01 Yao Qi <yao@codesourcery.com>
13669
13670 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13671 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13672 * configure: Re-generated.
13673
13674 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13675
13676 * gdb.cp/chained-calls.cc: New file.
13677 * gdb.cp/chained-calls.exp: New file.
13678 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13679
13680 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13681
13682 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13683 * gdb.dwarf2/symtab-producer.exp: Same.
13684 * gdb.gdb/python-interrupts.exp: Same.
13685 * gdb.gdb/python-selftest.exp: Same.
13686 * gdb.python/py-linetable.exp: Same.
13687 * gdb.python/py-type.exp: Same.
13688 * gdb.python/py-value-cc.exp: Same.
13689 * gdb.python/py-value.exp: Same.
13690
13691 2014-11-28 Yao Qi <yao@codesourcery.com>
13692
13693 * gdb.base/break-probes.exp: Match library name prefixed with
13694 sysroot.
13695
13696 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13697
13698 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13699 test expected output. Add parentheses for the call to print.
13700 Remove L suffix from integers.
13701
13702 2014-11-26 Doug Evans <dje@google.com>
13703
13704 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13705
13706 2014-11-22 Yao Qi <yao@codesourcery.com>
13707
13708 * gdb.trace/entry-values.c: Remove asms.
13709 (foo): Add foo_label.
13710 (bar): Add bar_label.
13711 * gdb.trace/entry-values.exp: Remove code computing foo's
13712 length and bar's length.
13713 (Dwarf::assemble): Invoke function_range for bar and use
13714 MACRO_AT_func for foo.
13715
13716 2014-11-22 Yao Qi <yao@codesourcery.com>
13717
13718 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13719 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13720 Use .Lgcc43_procstart instead of gcc43.
13721
13722 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13723
13724 * gdb.ada/n_arr_bound: New testcase.
13725
13726 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13727
13728 PR breakpoints/10737
13729 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13730 test_catch_syscall_multi_arch.
13731 (test_catch_syscall_multi_arch): New function.
13732
13733 2014-11-20 Doug Evans <xdje42@gmail.com>
13734
13735 * gdb.base/maint.exp: Update expected output.
13736
13737 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13738
13739 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13740 4-byte instruction on S390.
13741
13742 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13743
13744 * gdb.ada/arr_arr: New testcase.
13745
13746 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13747
13748 * gdb.ada/pkd_arr_elem: New Testcase.
13749
13750 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13751
13752 * gdb.reverse/break-precsave: Expect completion message for
13753 core file reads.
13754 * gdb.reverse/consecutive-precsave.exp: Likewise.
13755 * gdb.reverse/finish-precsave.exp: Likewise.
13756 * gdb.reverse/i386-precsave.exp: Likewise.
13757 * gdb.reverse/machinestate-precsave.exp: Likewise.
13758 * gdb.reverse/sigall-precsave.exp: Likewise.
13759 * gdb.reverse/solib-precsave.exp: Likewise.
13760 * gdb.reverse/step-precsave.exp: Likewise.
13761 * gdb.reverse/until-precsave.exp: Likewise.
13762 * gdb.reverse/watch-precsave.exp: Likewise.
13763
13764 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13765
13766 * gdb.base/bp-permanent.c: Include unistd.h.
13767 * gdb.python/py-framefilter-mi.c (main): Add return type.
13768 * gdb.python/py-framefilter.c (main): Likewise.
13769 * gdb.trace/actions-changed.c (main): Likewise.
13770
13771 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13772
13773 * gdb.mi/until.c: Add eye-catchers.
13774 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13775 line numbers.
13776
13777 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13778
13779 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13780 function header variants in break1.c.
13781 * gdb.base/ena-dis-br.exp: Likewise.
13782 * gdb.base/hbreak2.exp: Likewise.
13783 * gdb.reverse/until-precsave.exp: Drop references to removed
13784 non-prototype function header variants in ur1.c.
13785 * gdb.reverse/until-reverse.exp: Likewise.
13786
13787 2014-11-17 Petr Machata <pmachata@redhat.com>
13788
13789 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13790 ${_cu_offset_size} bytes abbrev offset.
13791
13792 2014-11-15 Doug Evans <xdje42@gmail.com>
13793
13794 PR symtab/17559
13795 * gdb.base/line-symtabs.exp: New file.
13796 * gdb.base/line-symtabs.c: New file.
13797 * gdb.base/line-symtabs.h: New file.
13798
13799 2014-11-14 Yao Qi <yao@codesourcery.com>
13800
13801 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13802 (func): Add label func_label.
13803 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13804 Replace low_pc and high_pc with MACRO_AT_range.
13805 Replace name, low_pc and high_pc with MACRO_AT_func.
13806
13807 2014-11-14 Yao Qi <yao@codesourcery.com>
13808
13809 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13810 Replace name, low_pc and high_pc with MACRO_AT_func.
13811
13812 2014-11-14 Yao Qi <yao@codesourcery.com>
13813
13814 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13815 produce debug information.
13816 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13817
13818 2014-11-14 Yao Qi <yao@codesourcery.com>
13819
13820 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13821 object and get function length.
13822 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13823 with MACRO_AT_func.
13824 (top-level): Replace gdb_compile and clean_restart with
13825 prepare_for_testing.
13826 * gdb.dwarf2/main.c (main): Add label main_label.
13827
13828 2014-11-14 Yao Qi <yao@codesourcery.com>
13829
13830 * lib/dwarf.exp (function_range): New procedure.
13831 (Dwarf::_handle_macro_at_func): New procedure.
13832 (Dwarf::_handle_macro_at_range): New procedure.
13833 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13834
13835 2014-11-14 Yao Qi <yao@codesourcery.com>
13836
13837 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13838 (_handle_attribute): New procedure.
13839
13840 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13841
13842 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13843 * gdb.base/call-sc.c (zed): Likewise.
13844 * gdb.base/checkpoint.c (main): Likewise.
13845 * gdb.base/dump.c (main): Likewise.
13846 * gdb.base/gcore.c (main): Likewise.
13847 * gdb.base/huge.c (main): Likewise.
13848 * gdb.base/multi-forks.c (main): Likewise.
13849 * gdb.base/pr10179-a.c (main): Likewise.
13850 * gdb.base/savedregs.c (main): Likewise.
13851 * gdb.base/sigaltstack.c (main): Likewise.
13852 * gdb.base/siginfo.c (main): Likewise.
13853 * gdb.base/structs.c (zed): Likewise.
13854 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13855 * gdb.mi/mi-syn-frame.c (main): Likewise.
13856 * gdb.mi/until.c (foo, main): Likewise.
13857 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13858 * gdb.base/solib-weak.c (foo): Declare.
13859 * gdb.base/attach-twice.c: Include stdio.h.
13860 * gdb.base/weaklib1.c: Likewise.
13861 * gdb.base/weaklib2.c: Likewise.
13862 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13863 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13864 unistd.h.
13865 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13866 * gdb.mi/mi-exit-code.c: Likewise.
13867 * gdb.base/break-interp-lib.c: Include string.h.
13868 * gdb.base/coremaker.c: Likewise.
13869 * gdb.base/testenv.c: Likewise.
13870 * gdb.python/py-finish-breakpoint.c: Likewise.
13871 * gdb.base/inferior-died.c: Include sys/wait.h.
13872 * gdb.base/fileio.c: Include time.h.
13873 * gdb.base/async-shell.c: Include unistd.h.
13874 * gdb.base/dprintf-non-stop.c: Likewise.
13875 * gdb.base/info-os.c: Likewise.
13876 * gdb.mi/mi-console.c: Likewise.
13877 * gdb.mi/watch-nonstop.c: Likewise.
13878 * gdb.python/py-events.c: Likewise.
13879 * gdb.base/async.c (baz): Move up before its invocation.
13880 * gdb.base/code_elim2.c (my_global_func): Likewise.
13881 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13882 * gdb.base/advance.c (func2): Likewise.
13883
13884 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13885
13886 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13887 variant.
13888 * gdb.base/annota3.c: Likewise.
13889 * gdb.base/async.c: Likewise.
13890 * gdb.base/average.c: Likewise.
13891 * gdb.base/call-ar-st.c: Likewise.
13892 * gdb.base/call-rt-st.c: Likewise.
13893 * gdb.base/call-sc.c: Likewise.
13894 * gdb.base/call-strs.c: Likewise.
13895 * gdb.base/ending-run.c: Likewise.
13896 * gdb.base/execd-prog.c: Likewise.
13897 * gdb.base/exprs.c: Likewise.
13898 * gdb.base/foll-exec.c: Likewise.
13899 * gdb.base/foll-fork.c: Likewise.
13900 * gdb.base/foll-vfork.c: Likewise.
13901 * gdb.base/funcargs.c: Likewise.
13902 * gdb.base/gcore.c: Likewise.
13903 * gdb.base/jump.c: Likewise.
13904 * gdb.base/langs0.c: Likewise.
13905 * gdb.base/langs1.c: Likewise.
13906 * gdb.base/langs2.c: Likewise.
13907 * gdb.base/mips_pro.c: Likewise.
13908 * gdb.base/nodebug.c: Likewise.
13909 * gdb.base/opaque0.c: Likewise.
13910 * gdb.base/opaque1.c: Likewise.
13911 * gdb.base/recurse.c: Likewise.
13912 * gdb.base/run.c: Likewise.
13913 * gdb.base/scope0.c: Likewise.
13914 * gdb.base/scope1.c: Likewise.
13915 * gdb.base/setshow.c: Likewise.
13916 * gdb.base/setvar.c: Likewise.
13917 * gdb.base/shmain.c: Likewise.
13918 * gdb.base/shr1.c: Likewise.
13919 * gdb.base/shr2.c: Likewise.
13920 * gdb.base/sigall.c: Likewise.
13921 * gdb.base/signals.c: Likewise.
13922 * gdb.base/so-indr-cl.c: Likewise.
13923 * gdb.base/solib2.c: Likewise.
13924 * gdb.base/structs.c: Likewise.
13925 * gdb.base/sum.c: Likewise.
13926 * gdb.base/vforked-prog.c: Likewise.
13927 * gdb.base/watchpoint.c: Likewise.
13928 * gdb.reverse/shr2.c: Likewise.
13929 * gdb.reverse/until-reverse.c: Likewise.
13930 * gdb.reverse/ur1.c: Likewise.
13931 * gdb.reverse/watch-reverse.c: Likewise.
13932
13933 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13934
13935 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13936 variant.
13937 * gdb.base/sepdebug.exp: Drop references to removed code.
13938
13939 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13940
13941 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13942 variant. Preserve original line numbering.
13943 * gdb.base/list1.c: Likewise.
13944
13945 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13946
13947 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13948 variant.
13949 * gdb.base/break1.c: Likewise.
13950 * gdb.base/break.exp: Drop references to removed code.
13951
13952 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13953
13954 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13955 variant.
13956
13957 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13958
13959 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13960
13961 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13962
13963 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13964 logic into perform_all_tests() and invoke it with and without
13965 function header prototypes.
13966 (do_function_calls): Remove conditional XFAIL for PR 5318.
13967 (rerun_and_prepare): Remove duplicate code.
13968 (perform_all_tests): New. Main logic moved here.
13969
13970 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13971
13972 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13973 code guarded by #ifdef NO_PROTOTYPES.
13974 (t_double_many_args): Likewise.
13975 (DEF_FUNC_MANY_ARGS_1): Likewise.
13976 (DEF_FUNC_VALUES_1): Likewise.
13977 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13978 guarded by #ifdef PROTOTYPES.
13979
13980 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13981
13982 * gdb.mi/mi-console.c: Add eye-catcher.
13983 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13984 instead of literal line number.
13985
13986 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13987
13988 * gdb.base/shr2.c: Add eye-catcher.
13989 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13990 line number.
13991
13992 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13993
13994 * gdb.base/jump.c: Add eye-catchers.
13995 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13996 numbers.
13997
13998 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13999
14000 * gdb.base/execd-prog.c: Add eye-catchers.
14001 * gdb.base/foll-exec.c: Likewise.
14002 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14003 line numbers.
14004
14005 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14006
14007 * gdb.base/ending-run.c: Add eye-catchers.
14008 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14009 literal line numbers.
14010
14011 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14012
14013 * gdb.base/call-rt-st.c: Add eye-catchers.
14014 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14015 literal line numbers.
14016
14017 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14018
14019 * gdb.base/call-ar-st.c: Add eye-catchers.
14020 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14021 literal line numbers.
14022
14023 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14024
14025 * gdb.base/average.c: Add eye-catchers.
14026 * gdb.base/sum.c: Likewise.
14027 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14028 regexps dynamically.
14029
14030 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14031
14032 * gdb.base/solib1.c: Add eye-catchers.
14033 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14034 literal line numbers.
14035
14036 2014-11-12 Pedro Alves <palves@redhat.com>
14037
14038 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14039 leader has exited.
14040
14041 2014-11-12 Pedro Alves <palves@redhat.com>
14042
14043 * gdb.arch/i386-bp_permanent.c: New file.
14044 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14045 (srcfile): Set to i386-bp_permanent.c.
14046 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14047 that stepi does not execute the 'leave' instruction, instead of
14048 testing it does execute.
14049 * gdb.base/bp-permanent.c: New file.
14050 * gdb.base/bp-permanent.exp: New file.
14051
14052 2014-11-10 Doug Evans <xdje42@gmail.com>
14053
14054 PR symtab/17564
14055 * gdb.base/symtab-search-order.exp: New file.
14056 * gdb.base/symtab-search-order.c: New file.
14057 * gdb.base/symtab-search-order-1.c: New file.
14058 * gdb.base/symtab-search-order-shlib-1.c: New file.
14059
14060 2014-11-07 Pedro Alves <palves@redhat.com>
14061
14062 PR gdb/17511
14063 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14064 i?86-*-linux*.
14065
14066 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14067
14068 PR c++/17494
14069 * gdb.cp/pr17494.cc: New file.
14070 * gdb.cp/pr17494.exp: New file.
14071
14072 2014-11-02 Yao Qi <yao@codesourcery.com>
14073
14074 * gdb.python/python.exp: Get working directory and match the
14075 output of "set extended-prompt \\w " with it.
14076
14077 2014-10-30 Doug Evans <dje@google.com>
14078
14079 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14080 in objfiles.
14081 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14082 in progspaces.
14083
14084 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14085
14086 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14087 * gdb.base/realname-expand.exp: Likewise.
14088 * gdb.linespec/macro-relative.exp: Likewise.
14089
14090 2014-10-29 Pedro Alves <palves@redhat.com>
14091
14092 PR gdb/17408
14093 * gdb.threads/schedlock.c (some_function): New function.
14094 (call_function): New global.
14095 (MAYBE_CALL_SOME_FUNCTION): New macro.
14096 (thread_function): Call it.
14097 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14098 and use it instead of a global counter. Adjust all callers.
14099 (get_current_thread): Use "find current thread" for test message
14100 here rather than having all callers pass down the same string.
14101 (goto_loop): New procedure, factored out from ...
14102 (my_continue): ... this.
14103 (step_ten_loops): Change parameter from test message to command to
14104 use. Adjust.
14105 (list_count): Delete global.
14106 (check_result): New procedure, factored out from duplicate top
14107 level code.
14108 (continue tests): Wrap in with_test_prefix.
14109 (test_step): New procedure, factored out from duplicate top level
14110 code.
14111 (top level): Test "step" in combination with all scheduler-locking
14112 modes. Test "next" in combination with all scheduler-locking
14113 modes, and in combination with stepping over a function call or
14114 not.
14115 * gdb.threads/next-bp-other-thread.c: New file.
14116 * gdb.threads/next-bp-other-thread.exp: New file.
14117
14118 2014-10-29 Pedro Alves <palves@redhat.com>
14119
14120 PR python/17372
14121 * gdb.python/python.exp: Test a multi-line command that spawns
14122 interactive Python.
14123 * gdb.base/multi-line-starts-subshell.exp: New file.
14124
14125 2014-10-29 Yao Qi <yao@codesourcery.com>
14126
14127 * gdb.base/fileio.exp: Make directories on host.
14128
14129 2014-10-29 Yao Qi <yao@codesourcery.com>
14130
14131 * gdb.base/fileio.c (test_write): Close the file.
14132
14133 2014-10-28 Pedro Alves <palves@redhat.com>
14134
14135 PR gdb/12623
14136 * gdb.base/sigstep.c (no_handler): New global.
14137 (main): If 'no_handler is true, set the signal handlers to
14138 SIG_IGN.
14139 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14140 with_sw_watch and no_handler parameters. Handle them.
14141 (top level) <stepping over handler when stopped at a breakpoint
14142 test>: Add a test axis for testing with a software watchpoint, and
14143 another for testing with the signal handler set to SIG_IGN.
14144 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14145 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14146
14147 2014-10-28 Pedro Alves <palves@redhat.com>
14148
14149 PR gdb/17511
14150 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14151 * gdb.base/sigstep.exp (other_handler_location): New global.
14152 (advance): Support stepping into the signal handler, and running
14153 commands while in the handler.
14154 (in_handler_map): New global.
14155 (top level): In the advance test, add combinations for getting
14156 into the handler with stepping commands, and for running commands
14157 in the handler. Add comment descripting the advancei tests.
14158
14159 2014-10-28 Pedro Alves <palves@redhat.com>
14160
14161 * gdb.base/sigstep.exp: Use build_executable instead of
14162 prepare_for_testing.
14163 (top level): Move code that starts GDB, runs to main and creates a
14164 display to ...
14165 (restart): ... this new procedure.
14166 (top level): Move backtrace from signal handler test to ...
14167 (validate_backtrace): ... this new procedure.
14168 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14169 with_test_prefix. Always restart GDB.
14170 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14171 with_test_prefix. Always restart GDB. No need to delete
14172 breakpoints after the test.
14173 (test_skip_handler): Remove prefix parameter.
14174 (skip_over_handler, breakpoint_to_handler)
14175 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14176 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14177 restart GDB. No need to delete breakpoints after the test.
14178 (top level): Use foreach to call the test procedures with
14179 different commands.
14180
14181 2014-10-28 Pedro Alves <palves@redhat.com>
14182
14183 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14184 instead of GNATS numbers.
14185 * gdb.base/sigbpt.exp: Likewise.
14186 * gdb.base/siginfo.exp: Likewise.
14187 * gdb.base/sigstep.exp: Likewise.
14188
14189 2014-10-27 Pedro Alves <palves@redhat.com>
14190
14191 * gdb.base/sigstep.c (dummy): New global.
14192 (main): Issue a couple writes to the new global.
14193 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14194 procedures.
14195 (skip_over_handler): Use test_skip_handler.
14196 (top level): Call skip_over_handler for stepi and nexti too.
14197 (breakpoint_over_handler): Use test_skip_handler.
14198 (top level): Call breakpoint_over_handler for stepi and nexti too.
14199
14200 2014-10-27 Yao Qi <yao@codesourcery.com>
14201
14202 * gdb.trace/tfile.c (adjust_function_address)
14203 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14204 function descriptor.
14205
14206 2014-10-24 Don Breazeal <donb@codesourcery.com>
14207
14208 * gdb.base/foll-fork.exp (test_follow_fork,
14209 catch_fork_child_follow): Check for updated fork messages emitted
14210 from infrun.c.
14211 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14212 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14213 vfork_and_exec_child_follow_through_step): Check for updated vfork
14214 messages emitted from infrun.c.
14215
14216 2014-10-24 Pedro Alves <palves@redhat.com>
14217
14218 * gdb.base/corefile.exp: Remove references to ultrix.
14219 * gdb.base/interrupt.exp: Likewise.
14220 * gdb.base/whatis.exp: Likewise.
14221 * gdb.gdb/selftest.exp: Likewise.
14222 * gdb.threads/manythreads.exp: Likewise.
14223 * gdb.threads/print-threads.exp: Likewise.
14224 * gdb.threads/pthreads.exp:: Likewise.
14225 * gdb.threads/schedlock.exp: Likewise.
14226
14227 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14228
14229 * gdb.cp/non-trivial-retval.cc: Add a test case.
14230 * gdb.cp/non-trivial-retval.exp: Add a test.
14231
14232 2014-10-20 Yao Qi <yao@codesourcery.com>
14233
14234 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14235 * gdb.python/py-objfile-script-gdb.py: New file.
14236 * gdb.python/py-objfile-script.exp: Update reference to
14237 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14238 of remote_download. Remove the dest file.
14239
14240 2014-10-20 Yao Qi <yao@codesourcery.com>
14241
14242 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14243 * gdb.base/step-line.exp: Likewise.
14244 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14245 * gdb.dwarf2/dw2-basic.exp: Likewise.
14246 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14247 * gdb.dwarf2/dw2-filename.exp: Likewise.
14248 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14249 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14250 * gdb.dwarf2/dw2-producer.exp: Likewise.
14251 * gdb.dwarf2/mac-fileno.exp: Likewise.
14252 * gdb.python/py-frame-args.exp: Likewise.
14253 * gdb.python/py-framefilter.exp: Likewise.
14254 * gdb.python/py-mi.exp: Likewise.
14255 * gdb.python/py-objfile-script.exp: Likewise
14256 * gdb.python/py-pp-integral.exp: Likewise.
14257 * gdb.python/py-pp-re-notag.exp: Likewise.
14258 * gdb.python/py-prettyprint.exp: Likewise.
14259 * gdb.python/py-section-script.exp: Likewise.
14260 * gdb.python/py-typeprint.exp: Likewise.
14261 * gdb.python/py-xmethods.exp: Likewise.
14262 * gdb.stabs/weird.exp: Likewise.
14263 * gdb.xml/tdesc-regs.exp: Likewise.
14264
14265 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14266
14267 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14268 (out_cu): Use addr_len for the size of addresses.
14269 (out_line): Likewise. Size DW_LNE_set_address instruction
14270 according to addr_len.
14271 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14272 (FUNC): Add START_INSNS to definition.
14273
14274 2014-10-18 Yao Qi <yao@codesourcery.com>
14275
14276 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14277 gdb_has_argv0 return true.
14278 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14279 check [target_info exists noargs], check [gdb_has_argv0]
14280 instead.
14281 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14282 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14283 procedures.
14284
14285 2014-10-17 Doug Evans <dje@google.com>
14286
14287 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14288 event.
14289 * gdb.python/py-events.py: Add clear_objfiles event.
14290
14291 2014-10-17 Doug Evans <dje@google.com>
14292
14293 * gdb.python/py-objfile.exp: Test progspace attribute.
14294
14295 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14296
14297 * gdb.guile/scm-breakpoint.exp: Do not assume any
14298 directory separators when matching source file paths.
14299 * gdb.python/py-breakpoint.exp: Likewise.
14300 * gdb.reverse/break-precsave.exp: Likewise.
14301 * gdb.reverse/break-reverse.exp: Likewise.
14302 * gdb.reverse/consecutive-precsave.exp: Likewise.
14303 * gdb.reverse/finish-precsave.exp: Likewise.
14304 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14305 * gdb.reverse/finish-reverse.exp: Likewise.
14306 * gdb.reverse/i386-precsave.exp: Likewise.
14307 * gdb.reverse/i387-env-reverse.exp: Likewise.
14308 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14309 * gdb.reverse/machinestate-precsave.exp: Likewise.
14310 * gdb.reverse/machinestate.exp: Likewise.
14311 * gdb.reverse/sigall-precsave.exp: Likewise.
14312 * gdb.reverse/solib-precsave.exp: Likewise.
14313 * gdb.reverse/step-precsave.exp: Likewise.
14314 * gdb.reverse/until-precsave.exp: Likewise.
14315 * gdb.reverse/watch-precsave.exp: Likewise.
14316 * gdb.reverse/watch-reverse.exp: Likewise.
14317
14318 2014-10-17 Yao Qi <yao@codesourcery.com>
14319
14320 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14321 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14322
14323 2014-10-17 Pedro Alves <palves@redhat.com>
14324
14325 PR gdb/17471
14326 * gdb.base/bg-execution-repeat.c: New file.
14327 * gdb.base/bg-execution-repeat.exp: New file.
14328
14329 2014-10-17 Pedro Alves <palves@redhat.com>
14330
14331 PR gdb/17300
14332 * gdb.base/continue-all-already-running.c: New file.
14333 * gdb.base/continue-all-already-running.exp: New file.
14334
14335 2014-10-17 Pedro Alves <palves@redhat.com>
14336
14337 PR gdb/17472
14338 * gdb.base/annota-input-while-running.c: New file.
14339 * gdb.base/annota-input-while-running.exp: New file.
14340
14341 2014-10-17 Pedro Alves <palves@redhat.com>
14342
14343 * gdb.base/callfuncs.exp: emove references to osf.
14344 * gdb.base/sigall.exp: Likewise.
14345 * gdb.gdb/selftest.exp: Likewise.
14346 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14347 * gdb.mi/non-stop.c: Likewise.
14348 * gdb.mi/pthreads.c: Likewise.
14349 * gdb.reverse/sigall-precsave.exp: Likewise.
14350 * gdb.reverse/sigall-reverse.exp: Likewise.
14351 * gdb.threads/pthreads.c: Likewise.
14352 * gdb.threads/pthreads.exp: Likewise.
14353
14354 2014-10-17 Yao Qi <yao@codesourcery.com>
14355
14356 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14357 check 'target_info exists noargs'.
14358 (test_command_prompt_position): Likewise.
14359 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14360 Remove "set args".
14361 (progvar_simple_while_test): Likewise.
14362 (progvar_complex_if_while_test): Likewise.
14363 (if_while_breakpoint_command_test): Likewise.
14364 (infrun_breakpoint_command_test): Likewise.
14365 (breakpoint_command_test): Likewise.
14366 (watchpoint_command_test): Likewise.
14367 (bp_deleted_in_command_test): Likewise.
14368 (temporary_breakpoint_commands): Likewise.
14369
14370 2014-10-16 Yao Qi <yao@codesourcery.com>
14371
14372 * gdb.base/remotetimeout.exp: Remove noargs checking.
14373
14374 2014-10-15 Pedro Alves <palves@redhat.com>
14375
14376 PR breakpoints/9649
14377 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14378 * gdb.base/breakpoint-in-ro-region.exp
14379 (probe_target_hardware_step): New procedure.
14380 (top level): Probe hardware stepping and hardware breakpoint
14381 support. Test stepping through a read-only region, with both
14382 "breakpoint auto-hw" on and off and both "always-inserted" on and
14383 off.
14384
14385 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14386
14387 * gdb.dlang/demangle.exp: Update for demangling changes.
14388
14389 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14390
14391 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14392 * gdb.cp/non-trivial-retval.exp: Add new tests.
14393
14394 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14395
14396 PR c++/13403
14397 PR c++/15154
14398 * gdb.cp/non-trivial-retval.cc: New file.
14399 * gdb.cp/non-trivial-retval.exp: New file.
14400
14401 2014-10-15 Yao Qi <yao@codesourcery.com>
14402
14403 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14404 remote host.
14405
14406 2014-10-15 Yao Qi <yao@codesourcery.com>
14407
14408 * gdb.python/py-symbol.exp: Match file base name if host is
14409 remote, otherwise match file name with dir name.
14410 * gdb.python/py-symtab.exp: Likewise.
14411 * gdb.python/python.exp: Likewise.
14412
14413 2014-10-15 Yao Qi <yao@codesourcery.com>
14414
14415 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14416 pattern.
14417 * gdb.python/py-symtab.exp: Likewise.
14418 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14419 locationn.
14420
14421 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14422
14423 * gdb.ada/addr_arith: New testcase.
14424
14425 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14426
14427 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14428 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14429 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14430 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14431
14432 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14433
14434 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14435 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14436 * gdb.arch/stap-eval-lang-ada.exp: New file.
14437
14438 2014-10-14 Yao Qi <yao@codesourcery.com>
14439
14440 * gdb.mi/mi-var-child.c (nothing1): New function.
14441 (nothing2): New function.
14442 (do_children_tests): Set function pointers by nothing1 and
14443 nothing2.
14444 * gdb.mi/mi-var-child.exp: Step over new added statements.
14445 Update test to match the new output.
14446 * gdb.mi/var-cmd.c (nothing1): New function.
14447 (nothing2): New function.
14448 (do_children_tests): Set function pointers by nothing1 and
14449 nothing2.
14450 * gdb.mi/mi-var-display.exp: Update test to match output.
14451 Step to the line specified by $line_dct_nothing.
14452 Increase the number of lines to step.
14453
14454 2014-10-14 Yao Qi <yao@codesourcery.com>
14455
14456 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14457 tests.
14458 * gdb.mi/mi2-var-child.exp: Likewise.
14459
14460 2014-10-13 Doug Evans <dje@google.com>
14461
14462 * gdb.python/py-objfile.exp: Change name of file name test.
14463
14464 2014-10-13 Doug Evans <dje@google.com>
14465
14466 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14467 from the start of the CU.
14468
14469 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14470 Yao Qi <yao@codesourcery.com>
14471
14472 Fix "save breakpoints" for "catch" command.
14473 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14474 Remove -nonewline. Match also the added "main" line.
14475
14476 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14477
14478 Fix "save breakpoints" for "disable $bpnum" command.
14479 * gdb.base/save-bp.c (main): Add label.
14480 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14481
14482 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14483
14484 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14485
14486 2014-10-11 Yao Qi <yao@codesourcery.com>
14487
14488 * gdb.server/server-kill.exp: Execute command
14489 "set remote trace-status-packet on" before "tstatus".
14490
14491 2014-10-11 Yao Qi <yao@codesourcery.com>
14492
14493 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14494 (main): Call getppid.
14495 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14496 and continue to it. Read variable "server_pid".
14497
14498 2014-10-11 Yao Qi <yao@codesourcery.com>
14499
14500 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14501
14502 2014-10-11 Yao Qi <yao@codesourcery.com>
14503
14504 * gdb.threads/thread-find.exp: Don't execute command
14505 "info threads".
14506 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14507 * gdb.threads/linux-dp.exp: Don't check the condition
14508 $threads_created equals to zero.
14509
14510 2014-10-10 Pedro Alves <palves@redhat.com>
14511
14512 * gdb.base/bigcore.exp: Remove references to IRIX.
14513 * gdb.base/funcargs.exp: Likewise.
14514 * gdb.base/interrupt.exp: Likewise.
14515 * gdb.base/mips_pro.exp: Likewise.
14516 * gdb.base/nodebug.exp: Likewise.
14517 * gdb.base/setvar.exp: Likewise.
14518 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14519
14520 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14521 Pedro Alves <palves@redhat.com>
14522
14523 PR symtab/14466
14524 * gdb.base/vdso-warning.c: New file.
14525 * gdb.base/vdso-warning.exp: New file.
14526
14527 2014-10-02 Doug Evans <dje@google.com>
14528
14529 * gdb.base/structs.c (main): Don't run forever.
14530
14531 2014-10-02 Pedro Alves <palves@redhat.com>
14532
14533 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14534 (top level) <stop threads 1, stop threads 2>: Use it.
14535
14536 2014-10-02 Pedro Alves <palves@redhat.com>
14537
14538 * gdb.threads/break-while-running.exp (test): Add new
14539 'update_thread_list' argument. Skip "info threads" if false.
14540 (top level): Add new 'update_thread_list' axis.
14541
14542 2014-10-02 Pedro Alves <palves@redhat.com>
14543
14544 PR breakpoints/17431
14545 * gdb.base/execl-update-breakpoints.c: New file.
14546 * gdb.base/execl-update-breakpoints.exp: New file.
14547
14548 2014-10-01 Pedro Alves <palves@redhat.com>
14549
14550 * gdb.base/breakpoint-in-ro-region.c: New file.
14551 * gdb.base/breakpoint-in-ro-region.exp: New file.
14552
14553 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14554
14555 * gdb.mi/mi-exit-code.exp: New file.
14556 * gdb.mi/mi-exit-code.c: New file.
14557
14558 2014-09-30 Yao Qi <yao@codesourcery.com>
14559
14560 * lib/prelink-support.exp (build_executable_own_libs): Error if
14561 the target isn't native.
14562
14563 2014-09-30 Yao Qi <yao@codesourcery.com>
14564
14565 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14566 false.
14567
14568 2014-09-22 Pedro Alves <palves@redhat.com>
14569
14570 * gdb.threads/break-while-running.exp: New file.
14571 * gdb.threads/break-while-running.c: New file.
14572
14573 2014-09-19 Yao Qi <yao@codesourcery.com>
14574
14575 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14576 Invoke test. Restart GDB with --readnow and invoke test again.
14577
14578 2014-09-19 Yao Qi <yao@codesourcery.com>
14579
14580 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14581 proc set_breakpoint_on_gcd_function. Invoke
14582 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14583 invoke set_breakpoint_on_gcd_function again.
14584
14585 2014-09-18 Doug Evans <dje@google.com>
14586
14587 * gdb.dwarf2/symtab-producer.exp: New file.
14588
14589 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14590
14591 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14592 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14593 * gdb.base/global-var-nested-by-dso.c: Likewise.
14594 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14595
14596 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14597 Pedro Alves <palves@redhat.com>
14598
14599 * gdb.base/watch-bitfields.exp: Pass string other than test file
14600 name to prepare_for_testing.
14601 (watch): New procedure.
14602 (expect_watchpoint): Use with_test_prefix.
14603 (top level): Factor out tests to ...
14604 (test_watch_location, test_regular_watch): ... these new
14605 procedures, and use with_test_prefix and gdb_continue_to_end.
14606
14607 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14608
14609 PR breakpoints/12526
14610 * gdb.base/watch-bitfields.exp: New file.
14611 * gdb.base/watch-bitfields.c: New file.
14612
14613 2014-09-16 Pedro Alves <palves@redhat.com>
14614
14615 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14616 software and hardware addresses, not software address against
14617 itself.
14618
14619 2014-09-16 Pedro Alves <palves@redhat.com>
14620
14621 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14622 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14623
14624 2014-09-16 Pedro Alves <palves@redhat.com>
14625
14626 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14627 files.
14628 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14629 "*-*-vxworks*" throughout.
14630 * gdb.base/break.exp: Likewise.
14631 * gdb.base/default.exp: Likewise.
14632 * gdb.base/scope.exp: Likewise.
14633 * gdb.base/sepdebug.exp: Likewise.
14634 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14635 throughout.
14636 * gdb.base/run.c: Likewise.
14637 * gdb.base/sepdebug.c: Likewise.
14638 * gdb.hp/gdb.aCC/run.c: Likewise.
14639 * gdb.reverse/until-reverse.c: Likewise.
14640 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14641
14642 2014-09-16 Yao Qi <yao@codesourcery.com>
14643
14644 * boards/local-remote-host-native.exp: New file.
14645
14646 2014-09-14 Doug Evans <xdje42@gmail.com>
14647
14648 * gdb.threads/queue-signal.c (thread_count): New variable.
14649 (thread_count_mutex, thread_count_condvar): New variables.
14650 (incr_thread_count, wait_all_threads_running): New functions.
14651 (main): Wait for all threads to be in their thread functions.
14652
14653 2014-09-13 Doug Evans <xdje42@gmail.com>
14654
14655 * gdb.threads/queue-signal.c: New file.
14656 * gdb.threads/queue-signal.exp: New file.
14657
14658 2014-09-13 Doug Evans <xdje42@gmail.com>
14659
14660 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14661 be consistent with what default_gdb_init uses.
14662 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14663 the plain text of the prompt. Add some logging printfs.
14664 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14665
14666 2014-09-12 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14669 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14670 * gdb.arch/i386-size-overlap.exp: Likewise.
14671 * gdb.arch/i386-size.exp: Likewise.
14672 * gdb.arch/i386-unwind.exp: Likewise.
14673 * gdb.base/a2-run.exp: Likewise.
14674 * gdb.base/break.exp: Likewise.
14675 * gdb.base/charset.exp: Likewise.
14676 * gdb.base/chng-syms.exp: Likewise.
14677 * gdb.base/commands.exp: Likewise.
14678 * gdb.base/dbx.exp: Likewise.
14679 * gdb.base/find.exp: Likewise.
14680 * gdb.base/funcargs.exp: Likewise.
14681 * gdb.base/jit-simple.exp: Likewise.
14682 * gdb.base/reread.exp: Likewise.
14683 * gdb.base/sepdebug.exp: Likewise.
14684 * gdb.base/step-bt.exp: Likewise.
14685 * gdb.cp/mb-inline.exp: Likewise.
14686 * gdb.cp/mb-templates.exp: Likewise.
14687 * gdb.objc/basicclass.exp: Likewise.
14688 * gdb.threads/killed.exp: Likewise.
14689
14690 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14691
14692 PR tdep/17379
14693 * gdb.arch/powerpc-stackless.S: New file.
14694 * gdb.arch/powerpc-stackless.exp: New file.
14695
14696 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14697
14698 * gdb.base/attach.c: Include unistd.h.
14699 (main): Call alarm. Add label postloop.
14700 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14701 gdb_breakpoint, gdb_continue_to_breakpoint.
14702 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14703
14704 2014-09-11 Pedro Alves <palves@redhat.com>
14705
14706 PR gdb/17347
14707 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14708 * gdb.base/attach.exp (test_command_line_attach_run): New
14709 procedure.
14710 (top level): Call it.
14711
14712 2014-09-11 Pedro Alves <palves@redhat.com>
14713
14714 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14715 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14716 (do_command_attach_tests): Use spawn_wait_for_attach.
14717 * gdb.base/solib-overlap.exp: Likewise.
14718 * gdb.multi/multi-attach.exp: Likewise.
14719 * gdb.python/py-prompt.exp: Likewise.
14720 * gdb.python/py-sync-interp.exp: Likewise.
14721 * gdb.server/ext-attach.exp: Likewise.
14722
14723 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14724
14725 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14726 command in testcase. Simplify testcase.
14727
14728 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14729
14730 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14731
14732 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14733
14734 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14735
14736 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14737
14738 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14739
14740 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14741
14742 * gdb.dwarf2/dynarr-ptr.c: New file.
14743 * gdb.dwarf2/dynarr-ptr.exp: New file.
14744
14745 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14746
14747 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14748 of 30 rather than hardcoding 120 for a slow test case. Take the
14749 `gdb,timeout' target setting into account for this calculation.
14750 Don't extend the timeout for the test cases that don't need it.
14751
14752 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14753
14754 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14755 a factor of 2 for a slow test case. Take the `gdb,timeout'
14756 target setting into account for this calculation.
14757 * gdb.reverse/until-precsave.exp: Increase the timeout by
14758 a factor of 15 and 3 respectively rather than adding 120
14759 for a pair of slow test cases. Take the `gdb,timeout'
14760 target setting into account for this calculation.
14761
14762 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14763
14764 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14765 timeout, don't pass one down to gdb_expect.
14766 (gdb_expect): Rework timeout selection.
14767
14768 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14769
14770 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14771 exception on timeout.
14772 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14773 (gdbserver_start_extended): Catch any `gdbserver_start' error
14774 exceptions.
14775 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14776 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14777 `gdbserver_gdb_load' error exceptions.
14778
14779 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14780
14781 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14782 120 on waiting for the TCP socket to open.
14783
14784 2014-09-09 Doug Evans <xdje42@gmail.com>
14785
14786 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14787 _caller_matches, _any_caller_is, _any_caller_matches.
14788
14789 2014-09-09 Doug Evans <xdje42@gmail.com>
14790
14791 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14792
14793 2014-09-09 Yao Qi <yao@codesourcery.com>
14794
14795 * gdb.mi/mi-var-display.exp: Set print symbol off.
14796
14797 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14798
14799 PR gdb/17035
14800 * gdb.base/commands.exp: Add tests to verify user-defined
14801 commands with empty bodies.
14802 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14803 python commands in `show user command`.
14804 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14805 scheme commands in `show user command`.
14806
14807 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14808
14809 PR python/17355
14810 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14811 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14812 * gdb.python/py-framefilter-invalidarg.exp: New file.
14813 * gdb.python/py-framefilter-invalidarg.py: New file.
14814
14815 2014-09-06 Doug Evans <xdje42@gmail.com>
14816
14817 PR 15276
14818 * gdb.python/py-caller-is.c: New file.
14819 * gdb.python/py-caller-is.exp: New file.
14820
14821 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14822
14823 PR gdb/17235
14824 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14825 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14826
14827 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14828
14829 PR fortran/17237
14830 * gdb.fortran/print-formatted.exp: New file.
14831 * gdb.fortran/print-formatted.f90: Likewise.
14832
14833 2014-09-03 Sasha Smundak <asmundak@google.com>
14834
14835 * gdb.python/py-frame.exp: Test Frame.read_register.
14836
14837 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14838
14839 PR python/16699
14840 * gdb.python/py-completion.exp: New file.
14841 * gdb.python/py-completion.py: Likewise.
14842
14843 2014-08-28 Doug Evans <dje@google.com>
14844
14845 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14846 eax,etc. are live with values set by gdb and thus the compiler can't
14847 use them.
14848 * gdb.arch/i386-pseudo.c (main): Ditto.
14849
14850 2014-08-27 Doug Evans <dje@google.com>
14851
14852 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14853
14854 2014-08-25 Doug Evans <dje@google.com>
14855
14856 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14857 (main): Ditto.
14858
14859 2014-08-25 Doug Evans <dje@google.com>
14860
14861 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14862
14863 2014-08-24 Yao Qi <yao@codesourcery.com>
14864
14865 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14866 symbol off.
14867 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14868
14869 2014-08-22 Doug Evans <dje@google.com>
14870
14871 PR 17276
14872 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14873 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14874 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14875
14876 2014-08-22 Yao Qi <yao@codesourcery.com>
14877
14878 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14879 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14880 * gdb.python/python.exp: Likewise. Use .py file on the host
14881 instead of the build.
14882
14883 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14884
14885 * gdb.threads/gcore-stale-thread.c: New file.
14886 * gdb.threads/gcore-stale-thread.exp: New file.
14887
14888 2014-08-21 Pedro Alves <palves@redhat.com>
14889
14890 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14891 * gdb.base/gcore-relro-pie.exp: Likewise.
14892 * gdb.base/gcore-relro.exp: Likewise.
14893 * gdb.base/gcore.exp: Likewise.
14894 * gdb.base/print-symbol-loading.exp: Likewise.
14895 * gdb.threads/gcore-thread.exp: Likewise.
14896 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14897
14898 2014-08-20 Pedro Alves <palves@redhat.com>
14899 Jan Kratochvil <jan.kratochvil@redhat.com>
14900
14901 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14902 configure.
14903 (EXPECT): Handle READ1 being set.
14904 (all): Depend on EXTRA_RULES.
14905 (check-read1, expect-read1, read1.so, read1): New rules.
14906 * README (Testsuite Parameters): Document the READ1 make variable.
14907 (Race detection): New section.
14908 * configure: Regenerate.
14909 * configure.ac: If build==host==target, and running under a
14910 GNU/glibc system, add read1 to the extra Makefile rules.
14911 (EXTRA_RULES): AC_SUBST it.
14912 * lib/read1.c: New file.
14913
14914 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14915
14916 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14917 the handling of variables declared as a typedef to an array
14918 which a DW_AT_data_location attribute.
14919
14920 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14921 Pedro Alves <palves@redhat.com>
14922
14923 PR symtab/14604
14924 PR symtab/14605
14925 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14926 gdb_test.
14927
14928 2014-08-19 Pedro Alves <palves@redhat.com>
14929
14930 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14931
14932 2014-08-19 Yao Qi <yao@codesourcery.com>
14933
14934 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14935 right line.
14936
14937 2014-08-18 David Blaikie <dblaikie@gmail.com>
14938
14939 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14940
14941 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14942
14943 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14944 attribute in array range.
14945
14946 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14947
14948 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14949
14950 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14951
14952 PR c++/17132
14953 * gdb.cp/pr17132.cc: New file.
14954 * gdb.cp/pr17132.exp: New file.
14955
14956 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14957
14958 * gdb.python/py-xmethods.py (A_getarrayind)
14959 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14960 Use 'print' with function call syntax.
14961 (E_method_matcher.match): Fix tab vs space indentation mixup.
14962
14963 2014-08-15 Yao Qi <yao@codesourcery.com>
14964
14965 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14966 false.
14967
14968 2014-08-15 Yao Qi <yao@codesourcery.com>
14969
14970 * gdb.cp/casts.exp: Set print symbol off.
14971 * gdb.cp/class2.exp: Likewise.
14972 * gdb.cp/overload.exp: Likewise.
14973 * gdb.cp/templates.exp: Likewise.
14974
14975 2014-08-11 Doug Evans <dje@google.com>
14976
14977 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14978 (test_load_shlib): Update.
14979
14980 2014-08-09 Yao Qi <yao@codesourcery.com>
14981
14982 * gdb.base/display.exp: Invoke is_address_zero_readable.
14983 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14984 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14985 * gdb.base/hbreak-unmapped.exp: Return if
14986 is_address_zero_readable returns true.
14987 * gdb.base/signest.exp: Likewise.
14988 * gdb.base/signull.exp: Likewise.
14989 * gdb.base/sigbpt.exp: Likewise.
14990 * gdb.guile/scm-disasm.exp: Do the test if
14991 is_address_zero_readable returns false.
14992 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14993 * gdb.python/py-arch.exp: Likewise.
14994 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14995 * lib/gdb.exp (is_address_zero_readable): New proc.
14996
14997 2014-08-09 Yao Qi <yao@codesourcery.com>
14998
14999 PR testsuite/13443
15000 * gdb.mi/mi-var-display.exp: Make test messages unique.
15001
15002 2014-08-04 Tom Tromey <tromey@redhat.com>
15003
15004 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15005 target 0".
15006
15007 2014-08-04 Tom Tromey <tromey@redhat.com>
15008
15009 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15010 "target_resume".
15011
15012 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15013
15014 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15015 inner_vla_struct_object_size.
15016 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15017 as xfail.
15018
15019 2014-07-30 Pedro Alves <palves@redhat.com>
15020
15021 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15022 comment.
15023
15024 2014-07-29 Yao Qi <yao@codesourcery.com>
15025
15026 PR gdb/17206
15027 * gdb.base/until-nodebug.exp: New.
15028
15029 2014-07-28 Doug Evans <xdje42@gmail.com>
15030
15031 PR guile/17203
15032 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15033 previously existing parameter, and previously ambiguously spelled
15034 parameter.
15035
15036 2014-07-28 Will Newton <will.newton@linaro.org>
15037
15038 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15039
15040 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15041 Doug Evans <xdje42@gmail.com>
15042
15043 PR guile/17146
15044 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15045
15046 2014-07-25 Pedro Alves <palves@redhat.com>
15047
15048 * gdb.threads/signal-command-handle-nopass.c: New file.
15049 * gdb.threads/signal-command-handle-nopass.exp: New file.
15050 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15051 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15052 * gdb.threads/signal-delivered-right-thread.c: New file.
15053 * gdb.threads/signal-delivered-right-thread.exp: New file.
15054
15055 2014-07-25 Pedro Alves <palves@redhat.com>
15056
15057 * gdb.base/double-prompt-target-event-error.exp
15058 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15059 match.
15060 (cancel_pagination_in_target_event): Rework double prompt
15061 detection.
15062 * gdb.base/paginate-after-ctrl-c-running.exp
15063 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15064 <return>' match.
15065 * gdb.base/paginate-bg-execution.exp
15066 (test_bg_execution_pagination_return)
15067 (test_bg_execution_pagination_cancel): Remove '-notransfer
15068 <return>' matches.
15069 * gdb.base/paginate-execution-startup.exp
15070 (test_fg_execution_pagination_return)
15071 (test_fg_execution_pagination_cancel): Remove '-notransfer
15072 <return>' matches.
15073 * gdb.base/paginate-inferior-exit.exp
15074 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15075 match.
15076 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15077 * lib/gdb.exp (pagination_prompt): Run text through
15078 string_to_regexp.
15079 (gdb_test_multiple): Match $pagination_prompt instead of
15080 "<return>".
15081 (string_to_regexp): Move to lib/gdb-utils.exp.
15082
15083 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15084
15085 * gdb.arch/amd64-entry-value-paramref.S: New file.
15086 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15087 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15088 * gdb.arch/amd64-optimout-repeat.S: New file.
15089 * gdb.arch/amd64-optimout-repeat.c: New file.
15090 * gdb.arch/amd64-optimout-repeat.exp: New file.
15091
15092 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15093
15094 PR gdb/17170
15095 * gdb.base/statistics.exp: New file.
15096
15097 2014-07-17 Doug Evans <dje@google.com>
15098
15099 PR gdb/17170
15100 * gdb.base/maint.exp: Update testing of per-command stats.
15101
15102 2014-07-16 Pedro Alves <palves@redhat.com>
15103
15104 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15105 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15106 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15107 (tfile_write_buf): New functions.
15108 (add_memory_block): Rewrite using the above.
15109 (adjust_function_address): New function.
15110 (FUNCTION_ADDRESS): New macro.
15111 (write_basic_trace_file): Remove short_x local, and use
15112 tfile_write_16. Change type of func_addr local to unsigned long
15113 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15114 here. Cast argument of add_memory_block to char pointer.
15115 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15116 (main): Remove parameters.
15117 * gdb.trace/tfile.exp: Remove nowarnings.
15118
15119 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15120
15121 * gdb.base/debug-expr.exp: Test string evaluation with
15122 "debug expression" on.
15123
15124 2014-07-15 Pedro Alves <palves@redhat.com>
15125
15126 * gdb.base/reread.exp: Use clean_restart.
15127
15128 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15129
15130 * gdb.arch/avr-flash-qualifer.c: New.
15131 * gdb.arch/avr-flash-qualifer.exp: New.
15132
15133 2014-07-14 Pedro Alves <palves@redhat.com>
15134
15135 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15136 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15137
15138 2014-07-14 Pedro Alves <palves@redhat.com>
15139
15140 * gdb.base/double-prompt-target-event-error.c: New file.
15141 * gdb.base/double-prompt-target-event-error.exp: New file.
15142
15143 2014-07-14 Pedro Alves <palves@redhat.com>
15144
15145 PR gdb/17072
15146 * gdb.base/paginate-inferior-exit.c: New file.
15147 * gdb.base/paginate-inferior-exit.exp: New file.
15148
15149 2014-07-14 Pedro Alves <palves@redhat.com>
15150
15151 PR gdb/17072
15152 * gdb.base/paginate-bg-execution.c: New file.
15153 * gdb.base/paginate-bg-execution.exp: New file.
15154
15155 2014-07-14 Pedro Alves <palves@redhat.com>
15156
15157 PR gdb/17072
15158 * gdb.base/paginate-execution-startup.c: New file.
15159 * gdb.base/paginate-execution-startup.exp: New file.
15160 * lib/gdb.exp (pagination_prompt): New global.
15161 (default_gdb_spawn): New procedure, factored out from
15162 default_gdb_spawn.
15163 (default_gdb_start): Adjust to call default_gdb_spawn.
15164 (gdb_spawn): New procedure.
15165
15166 2014-07-14 Pedro Alves <palves@redhat.com>
15167
15168 * lib/gdb.exp (gdb_assert): New procedure.
15169 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15170
15171 2014-07-14 Pedro Alves <palves@redhat.com>
15172
15173 * gdb.base/execution-termios.c: New file.
15174 * gdb.base/execution-termios.exp: New file.
15175
15176 2014-07-14 Tom Tromey <tromey@redhat.com>
15177
15178 * gdb.cp/vla-cxx.cc: New file.
15179 * gdb.cp/vla-cxx.exp: New file.
15180
15181 2014-07-14 Tom Tromey <tromey@redhat.com>
15182
15183 * gdb.reverse/rerun-prec.c: New file.
15184 * gdb.reverse/rerun-prec.exp: New file.
15185
15186 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15187 Maciej W. Rozycki <macro@codesourcery.com>
15188
15189 * lib/gdb-utils.exp: New file.
15190 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15191 inline `gdb_init_command' processing.
15192 (gdb_start_cmd): Likewise.
15193 * lib/mi-support.exp (mi_run_cmd): Likewise.
15194 * README: Document `gdb_init_command' and `gdb_init_commands'.
15195
15196 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15197
15198 Fix false FAIL running under a very long directory name.
15199 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15200 and "set print elements 10000". Twice.
15201
15202 2014-07-11 Yao Qi <yao@codesourcery.com>
15203
15204 * gdb.base/exprs.exp: "set print symbol off".
15205
15206 2014-07-11 Pedro Alves <palves@redhat.com>
15207
15208 * gdb.threads/kill.c: New file.
15209 * gdb.threads/kill.exp: New file.
15210
15211 2014-07-10 Yao Qi <yao@codesourcery.com>
15212
15213 * gdb.trace/tfile.c (write_basic_trace_file)
15214 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15215 address written to trace file.
15216
15217 2014-07-09 Pedro Alves <palves@redhat.com>
15218
15219 * gdb.base/attach-wait-input.exp: New file.
15220 * gdb.base/attach-wait-input.c: New file.
15221
15222 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15223
15224 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15225 setting up test structures.
15226 (main): Call new test function.
15227 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15228 test function, continue into test function and walk test
15229 structures.
15230
15231 2014-07-02 Yao Qi <yao@codesourcery.com>
15232
15233 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15234 'bar_start' at the beginning of functions 'foo' and 'bar'
15235 respectively.
15236 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15237 instead of 'foo' and 'bar'.
15238
15239 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15240
15241 * gdb.btrace/segv.exp: New.
15242 * gdb.btrace/segv.c: New.
15243
15244 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15245
15246 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15247 instruction.
15248
15249 2014-06-30 Mark Wielaard <mjw@redhat.com>
15250
15251 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15252 vulture, vilify, villar): New volatile array constants.
15253 (vindictive, vegetation): New const volatile array constants.
15254 * gdb.base/volatile.exp: Test volatile and const volatile array
15255 types.
15256
15257 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15258
15259 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15260 target lacks support for awatch, rwatch, or hbreak.
15261
15262 2014-06-27 Yao Qi <yao@codesourcery.com>
15263
15264 * gdb.multi/dummy-frame-restore.exp: New.
15265 * gdb.multi/dummy-frame-restore.c: New.
15266
15267 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15268
15269 * gdb.btrace/gcore.exp: New.
15270
15271 2014-06-23 Pedro Alves <palves@redhat.com>
15272
15273 * gdb.base/watchpoint-reuse-slot.c: New file.
15274 * gdb.base/watchpoint-reuse-slot.exp: New file.
15275
15276 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15277
15278 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15279 progspace's filename in 'info', 'enable' and 'disable' command
15280 tests.
15281
15282 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15283
15284 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15285 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15286 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15287
15288 2014-06-20 Gary Benson <gbenson@redhat.com>
15289
15290 * gdb.arch/i386-avx.exp: Fix include file location.
15291 * gdb.arch/i386-sse.exp: Likewise.
15292
15293 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15294
15295 * gdb.dlang/expression.exp: New file.
15296
15297 2014-06-19 Pedro Alves <palves@redhat.com>
15298
15299 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15300 out from ...
15301 (top level): ... here. Iterate running tests under different
15302 scheduler-locking settings.
15303
15304 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15305
15306 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15307 to DW_FORM_addr and use non-zero addresses.
15308
15309 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15310
15311 PR gdb/17017
15312 * gdb.python/py-xmethods.cc: Add global function call counters and
15313 increment them in their respective functions. Remove "cout"
15314 statements.
15315 * gdb.python/py-xmethods.exp: Make tests check the global function
15316 call counters instead of depending on inferior IO.
15317
15318 2014-06-18 Don Breazeal <donb@codesourcery.com>
15319
15320 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15321 Deleted procedure.
15322 (explicit_fork_parent_follow): Deleted procedure.
15323 (explicit_fork_child_follow): Deleted procedure.
15324 (test_follow_fork): New procedure.
15325 (do_fork_tests): Replace calls to deleted procedures with
15326 calls to test_follow_fork and reset GDB for subsequent
15327 procedure calls.
15328
15329 2014-06-17 Yao Qi <yao@codesourcery.com>
15330
15331 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15332 CP1252.
15333
15334 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15335
15336 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15337 Initialize ptr and S explicitly.
15338 (skip_type_update_when_not_use_rtti_test): Likewise.
15339
15340 2014-06-16 Keith Seitz <keiths@redhat.com>
15341
15342 PR mi/15863
15343 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15344 the inferior is started.
15345
15346 2014-06-16 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.base/break-main-file-remove-fail.c: New file.
15349 * gdb.base/break-main-file-remove-fail.exp: New file.
15350 * gdb.base/break-unload-file.exp: Use build_executable instead of
15351 prepare_for_testing.
15352 (test_break): New parameter "initial_load". Handle it.
15353 (top level): Add initial_load cmdline/file axis.
15354
15355 2014-06-12 Tom Tromey <tromey@redhat.com>
15356
15357 * gdb.base/completion.exp: Don't use directory name in test.
15358
15359 2014-06-09 Gary Benson <gbenson@redhat.com>
15360
15361 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15362 separate the always-available ANSI-standard signals from the
15363 signals that require checking.
15364 (main): Likewise.
15365 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15366 Likewise.
15367 (main): Likewise.
15368
15369 2014-06-07 Keith Seitz <keiths@redhat.com>
15370
15371 Revert:
15372 PR c++/16253
15373 * gdb.cp/var-tag.cc: New file.
15374 * gdb.cp/var-tag.exp: New file.
15375 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15376 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15377 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15378 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15379
15380 2014-06-06 Doug Evans <xdje42@gmail.com>
15381
15382 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15383
15384 2014-06-06 Pedro Alves <palves@redhat.com>
15385
15386 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15387 in target debug output instead of looking at RSP packets,
15388 disabling the test on any target that uses hardware stepping.
15389 Update comments.
15390
15391 2014-06-06 Pedro Alves <palves@redhat.com>
15392
15393 * gdb.base/break-unload-file.exp: Fix typo.
15394
15395 2014-06-06 Yao Qi <yao@codesourcery.com>
15396
15397 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15398 from "jit_function" to "^jit_function".
15399
15400 2014-06-06 Yao Qi <yao@codesourcery.com>
15401
15402 * gdb.base/async.c (foo): Add one statement.
15403 * gdb.base/async.exp: Get the next instruction address and
15404 match the output of "nexti" by instruction address. Match
15405 the hex address in the output of "finish".
15406
15407 2014-06-06 Gary Benson <gbenson@redhat.com>
15408
15409 * gdb.base/call-signals.c: Remove preprocessor conditionals
15410 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15411 SIGSEGV and SIGTERM.
15412 * gdb.base/sigall.c: Likewise.
15413 * gdb.base/unwindonsignal.c: Likewise.
15414 * gdb.reverse/sigall-reverse.c: Likewise.
15415
15416 2014-06-06 Yao Qi <yao@codesourcery.com>
15417
15418 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15419 readable, skip the test.
15420
15421 2014-06-06 Yao Qi <yao@codesourcery.com>
15422
15423 * gdb.threads/staticthreads.c (thread_function): Move the line
15424 setting breakpoint on forward.
15425 * gdb.threads/staticthreads.exp: Update comments.
15426
15427 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15428
15429 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15430 "history-append! type error".
15431
15432 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15433
15434 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15435 erroneous dprintf expected input.
15436
15437 2014-06-04 Doug Evans <xdje42@gmail.com>
15438
15439 * gdb.guile/scm-generics.exp: Delete.
15440
15441 2014-06-04 Doug Evans <xdje42@gmail.com>
15442
15443 * gdb.guile/scm-breakpoint.exp: Update.
15444 Add tests for breakpoint registration.
15445
15446 2014-06-04 Tom Tromey <tromey@redhat.com>
15447
15448 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15449 VLA-in-union.
15450 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15451 inner_vla_struct, vla_union types. Initialize objects of those
15452 types and compute their sizes.
15453
15454 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15455 Hui Zhu <hui@codesourcery.com>
15456
15457 * gdb.base/fileio.exp: Add test for shell not available as well as
15458 available.
15459 * gdb.base/fileio.c (test_system): Check for shell twice.
15460
15461 2014-06-04 Yao Qi <yao@codesourcery.com>
15462
15463 * gdb.base/auto-connect-native-target.exp: Remove redundant
15464 space from the regexp pattern.
15465
15466 2014-06-04 Yao Qi <yao@codesourcery.com>
15467
15468 * gdb.base/default.exp: Replace "child" with "native" in
15469 regexp pattern.
15470
15471 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15472
15473 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15474 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15475 * gdb.python/py-xmethods.py: Python script supporting the
15476 new testcase and tests.
15477
15478 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15479 Pedro Alves <palves@redhat.com>
15480
15481 PR breakpoints/17000
15482 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15483 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15484
15485 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15486
15487 * gdb.base/subst.exp: Add tests to verify partial path matching
15488 output.
15489
15490 2014-06-03 Pedro Alves <palves@redhat.com>
15491
15492 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15493 target that doesn't use software single-stepping.
15494
15495 2014-06-03 Pedro Alves <palves@redhat.com>
15496
15497 PR breakpoints/17000
15498 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15499 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15500
15501 2014-06-02 Doug Evans <xdje42@gmail.com>
15502
15503 * gdb.guile/scm-parameter.exp: New file.
15504
15505 2014-06-02 Doug Evans <xdje42@gmail.com>
15506
15507 * gdb.guile/scm-cmd.c: New file.
15508 * gdb.guile/scm-cmd.exp: New file.
15509
15510 2014-06-02 Doug Evans <xdje42@gmail.com>
15511
15512 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15513 pretty-printer lookup.
15514 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15515 (make-pp_s-printer): Call it.
15516 (make-pretty-printer-from-dict): New function.
15517 (lookup-pretty-printer-maker-from-dict): New function.
15518 (*pretty-printer*): Simplify.
15519 (make-objfile-pp_s-printer): New function.
15520 (install-objfile-pretty-printers!): New function.
15521 (make-progspace-pp_s-printer): New function.
15522 (install-progspace-pretty-printers!): New function.
15523 * gdb.guile/scm-progspace.c: New file.
15524 * gdb.guile/scm-progspace.exp: New file.
15525
15526 2014-06-02 Pedro Alves <palves@redhat.com>
15527
15528 * gdb.base/dprintf-bp-same-addr.c: New file.
15529 * gdb.base/dprintf-bp-same-addr.exp: New file.
15530
15531 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15532
15533 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15534 * gdb.arch/powerpc-power.s: Likewise.
15535
15536 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15537
15538 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15539
15540 2014-06-01 Yao Qi <yao@codesourcery.com>
15541
15542 * gdb.base/watchpoint.exp (test_watch_location): Check null
15543 pointer can be dereferenced. If not, do the test, otherwise
15544 skip it.
15545
15546 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15547
15548 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15549 results.
15550 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15551
15552 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15553
15554 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15555 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15556 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15557 * gdb.arch/amd64-invalid-stack-top.c: New file.
15558 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15559
15560 2014-05-30 Pedro Alves <palves@redhat.com>
15561
15562 PR breakpoints/17000
15563 * gdb.base/sss-bp-on-user-bp.c: New file.
15564 * gdb.base/sss-bp-on-user-bp.exp: New file.
15565
15566 2014-05-30 David Blaikie <dblaikie@gmail.com>
15567
15568 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15569 gnu_inline semantics via attribute.
15570 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15571 source explicitly specifies the required semantics.
15572
15573 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15574
15575 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15576
15577 2014-05-29 Pedro Alves <palves@redhat.com>
15578 Tom Tromey <tromey@redhat.com>
15579
15580 * gdb.base/async-shell.exp: Don't enable target-async.
15581 * gdb.base/async.exp
15582 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15583 parameter. Adjust.
15584 (top level): Don't test with "target-async".
15585 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15586 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15587 * gdb.base/inferior-died.exp: Don't enable target-async.
15588 * gdb.base/interrupt-noterm.exp: Likewise.
15589 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15590 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15591 * gdb.mi/mi-nonstop.exp: Likewise.
15592 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15593 * gdb.mi/mi-nsintrall.exp: Likewise.
15594 * gdb.mi/mi-nsmoribund.exp: Likewise.
15595 * gdb.mi/mi-nsthrexec.exp: Likewise.
15596 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15597 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15598 * gdb.python/py-evsignal.exp: Don't enable target-async.
15599 * gdb.python/py-evthreads.exp: Likewise.
15600 * gdb.python/py-prompt.exp: Likewise.
15601 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15602 * gdb.server/solib-list.exp: Don't enable target-async.
15603 * gdb.threads/thread-specific-bp.exp: Likewise.
15604 * lib/mi-support.exp: Adjust to use mi-async.
15605
15606 2014-05-29 Pedro Alves <palves@redhat.com>
15607
15608 PR gdb/13860
15609 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15610 reason, even in sync mode.
15611
15612 2014-05-29 Pedro Alves <palves@redhat.com>
15613 Hui Zhu <hui@codesourcery.com>
15614
15615 PR PR15693
15616 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15617 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15618 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15619 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15620
15621 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15622
15623 * config/monitor.exp (gdb_target_monitor): Replace use of
15624 "set remotebaud" by "set serial baud".
15625
15626 2014-05-26 Andy Wingo <wingo@igalia.com>
15627
15628 * gdb.guile/scm-breakpoint.exp:
15629 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15630 properties instead of gdb-object-properties.
15631
15632 2014-05-26 Yao Qi <yao@codesourcery.com>
15633
15634 * gdb.server/no-thread-db.exp: Specify source file name
15635 explicitly when setting a breakpoint.
15636
15637 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15638
15639 * gdb.btrace/vdso.c: New.
15640 * gdb.btrace/vdso.exp: New.
15641
15642 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15643
15644 * gdb.base/gcore.exp (capture_command_output): Move ...
15645 * lib/gdb.exp (capture_command_output): ... here.
15646
15647 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15648
15649 * gdb.btrace/data.exp: Test memory access during btrace replay.
15650
15651 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15652
15653 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15654
15655 2014-05-21 Pedro Alves <palves@redhat.com>
15656
15657 PR gdb/13860
15658 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15659 (top level): Test that output related to execution commands is
15660 sent to the console with CLI commands, but not with MI commands.
15661 Test that breakpoint events are always mirrored to the console.
15662 Also expect the new source line to be output after a "next" in
15663 async mode too. Make it a pass/fail test.
15664 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15665 output.
15666 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15667
15668 2014-05-21 Pedro Alves <palves@redhat.com>
15669
15670 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15671 Use them to test variations of "list" after reaching a breakpoint.
15672 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15673 Test "list" with listsize 10 after reaching a breakpoint.
15674 * gdb.python/python.exp (decode_line current location line
15675 number): Adjust expected line number.
15676
15677 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15678
15679 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15680 behavior for $args, pass it directly to "run".
15681
15682 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15683
15684 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15685 30000 to 65536.
15686
15687 2014-05-21 Pedro Alves <palves@redhat.com>
15688
15689 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15690 auto-connect-native-target off".
15691 * gdb.base/auto-connect-native-target.c: New file.
15692 * gdb.base/auto-connect-native-target.exp: New file.
15693
15694 2014-05-21 Pedro Alves <palves@redhat.com>
15695
15696 * gdb.base/default.exp: Test "target native" instead of "target
15697 child".
15698
15699 2014-05-21 Mark Wielaard <mjw@redhat.com>
15700
15701 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15702
15703 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15704
15705 Fix TLS access for -static -pthread.
15706 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15707 <HAVE_TLS> (thread_function, main): Initialize it.
15708 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15709 Add clean_restart.
15710 <$have_tls != "">: Check TLSVAR.
15711
15712 2014-05-21 Pedro Alves <palves@redhat.com>
15713
15714 * gdb.base/dcache-line-read-error.c: New.
15715 * gdb.base/dcache-line-read-error.exp: New.
15716
15717 2014-05-20 Pedro Alves <palves@redhat.com>
15718
15719 * gdb.base/compare-sections.c: New file.
15720 * gdb.base/compare-sections.exp: New file.
15721
15722 2014-05-20 Pedro Alves <palves@redhat.com>
15723
15724 * gdb.base/break-idempotent.c: New file.
15725 * gdb.base/break-idempotent.exp: New file.
15726
15727 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15728
15729 * gdb.btrace/nohist.exp: New.
15730
15731 2014-05-20 Yao Qi <yao@codesourcery.com>
15732
15733 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15734 gdb.reverse directory and gdb_reverse_timeout exists in board
15735 setting.
15736 * README: Document gdb_reverse_timeout.
15737
15738 2014-05-20 Yao Qi <yao@codesourcery.com>
15739
15740 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15741 'test_file_name'. Treat args as a string instead of a list.
15742 (gdb_init): Rename argument 'args' by 'test_file_name'.
15743
15744 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15745
15746 * gdb.arch/powerpc-power.exp: New file.
15747 * gdb.arch/powerpc-power.s: New file.
15748
15749 2014-05-16 Doug Evans <dje@google.com>
15750
15751 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15752 * gdb.base/completion.exp: Check that all expected files exist
15753 before doing file completion.
15754
15755 2014-05-16 Doug Evans <dje@google.com>
15756
15757 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15758 Update.
15759 (do_syscall_tests_without_xml): Update.
15760
15761 2014-05-16 Pedro Alves <palves@redhat.com>
15762
15763 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15764 instead of "unknown output after running".
15765
15766 2014-05-16 Yao Qi <yao@codesourcery.com>
15767
15768 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15769 file1.txt from host at the end.
15770 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15771
15772 2014-05-15 Doug Evans <dje@google.com>
15773
15774 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15775 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15776 loading file. Add test for TU lookup.
15777
15778 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15779
15780 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15781 calling "-exec-arguments" or "set args" before running the
15782 inferior.
15783
15784 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15785
15786 * lib/mi-support.exp (mi_expect_stop): Expect message for
15787 inferiors that exit with non-zero exit code.
15788
15789 2014-05-14 Yao Qi <yao@codesourcery.com>
15790
15791 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15792 match absolute path on remote host.
15793 (test_file_list_exec_source_files): Remove "/" from the
15794 pattern.
15795
15796 2014-05-14 Yao Qi <yao@codesourcery.com>
15797
15798 * boards/local-remote-host-notty.exp (${board}_file): New
15799 proc.
15800
15801 2014-05-07 Kyle McMartin <kyle@redhat.com>
15802
15803 Pushed by Joel Brobecker <brobecker@adacore.com>.
15804 * gdb.arch/aarch64-atomic-inst.c: New file.
15805 * gdb.arch/aarch64-atomic-inst.exp: New file.
15806
15807 2014-05-07 Yao Qi <yao@codesourcery.com>
15808
15809 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15810 in current context" too.
15811
15812 2014-05-05 Keith Seitz <keiths@redhat.com>
15813
15814 * gdb.linespec/ls-dollar.exp: Add test for linespec
15815 file:convenience_variable.
15816
15817 2014-05-05 Yao Qi <yao@codesourcery.com>
15818
15819 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15820 traceframes into tfile and ctf trace files. Read data from
15821 trace file and test collected data.
15822 (gdb_collect_locals_test): Likewise.
15823 (gdb_unavailable_registers_test): Likewise.
15824 (gdb_unavailable_floats): Likewise.
15825 (gdb_collect_globals_test): Likewise.
15826 (top-level): Append "ctf" to trace_file_targets if GDB
15827 supports.
15828
15829 2014-05-05 Yao Qi <yao@codesourcery.com>
15830
15831 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15832 code to ...
15833 (gdb_collect_args_test_1): ... it. New proc.
15834 (gdb_collect_locals_test): Move some code to ...
15835 (gdb_collect_locals_test_1): ... it. New proc.
15836 (gdb_unavailable_registers_test): Move some code to ...
15837 (gdb_unavailable_registers_test_1): ... it. New proc.
15838 (gdb_unavailable_floats): Move some code to ...
15839 (gdb_unavailable_floats_1): ... it. New proc.
15840
15841 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15842
15843 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15844 probes to test for bitness recognition.
15845 * gdb.arch/amd64-stap-optional-prefix.exp
15846 (test_probe_value_without_reg): New procedure.
15847 Add code to test for different kinds of bitness.
15848
15849 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15850
15851 PR breakpoints/16889
15852 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15853 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15854
15855 2014-05-01 Pedro Alves <palves@redhat.com>
15856
15857 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15858 gdb_file_cmd if no file is specified.
15859 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15860 last_loaded_file to set the remote exec-file.
15861
15862 2014-05-01 Pedro Alves <palves@redhat.com>
15863
15864 * boards/local-remote-host.exp: New file.
15865
15866 2014-05-01 Pedro Alves <palves@redhat.com>
15867
15868 * boards/local-remote-host.exp: Rename to ...
15869 * boards/local-remote-host-notty.exp: ... this.
15870
15871 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15872
15873 * gdb.ada/dyn_arrayidx: New testcase.
15874
15875 2014-04-26 Yao Qi <yao@codesourcery.com>
15876
15877 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15878 and compute the length of function main. Save it in
15879 $main_length.
15880 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15881 (top-level): Use gdb_compile to compile objects into
15882 executable and restart GDB. Remove invocation to
15883 prepare_for_testing.
15884
15885 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15886 Pedro Alves <palves@redhat.com>
15887
15888 PR server/16255
15889 * gdb.multi/multi-attach.c: New file.
15890 * gdb.multi/multi-attach.exp: New file.
15891
15892 2014-04-25 Pedro Alves <palves@redhat.com>
15893
15894 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15895 user.
15896 (top level): Test that "set remote conditional-breakpoints-packet
15897 off" works as intended.
15898 * gdb.base/dprintf.exp: Test that "set remote
15899 breakpoint-commands-packet off" works as intended.
15900 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15901 New function.
15902 (top level): Call it.
15903 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15904 remote fast-tracepoints-packet off" works as intended.
15905 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15906 * lib/gdb.exp (gdb_is_target_remote): ... here.
15907
15908 2014-04-24 David Blaikie <dblaikie@gmail.com>
15909
15910 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15911 ensure clang would not discard them.
15912 * gdb.base/gdbvars.c: Ditto.
15913 * gdb.base/memattr.c: Ditto.
15914 * gdb.base/whatis.c: Ditto.
15915 * gdb.python/py-prettyprint.c: Ditto.
15916 * gdb.trace/actions.c: Ditto.
15917 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15918 ensure clang would not discard it.
15919
15920 2014-04-24 David Blaikie <dblaikie@gmail.com>
15921
15922 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15923 clang to emit the full definition of type required by the test
15924 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15925
15926 2014-04-24 David Blaikie <dblaikie@gmail.com>
15927
15928 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15929 coax Clang into emitting the definition of the type.
15930 * gdb.cp/pr10728-x.h (y): Ditto.
15931 * gdb.cp/pr10728-y.cc (y): Ditto.
15932
15933 2014-04-24 David Blaikie <dblaikie@gmail.com>
15934
15935 * gdb.base/label.exp: XFAIL label related tests under Clang.
15936 * gdb.cp/cplabel.exp: Ditto.
15937 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15938 under Clang those using labels.
15939
15940 2014-04-25 Yao Qi <yao@codesourcery.com>
15941
15942 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15943 double_label.
15944 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15945 partial_label and double_label.
15946
15947 2014-04-24 David Blaikie <dblaikie@gmail.com>
15948
15949 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15950
15951 2014-04-24 David Blaikie <dblaikie@gmail.com>
15952
15953 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15954 of the function to work across GCC and Clang.
15955 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15956 pointer types (const void ** const V void **).
15957
15958 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15959 Walfred Tedeschi <walfred.tedeschi@intel.com>
15960
15961 * Makefile.in (EXECUTABLES): Added i386-avx512.
15962 * gdb.arch/i386-avx512.c: New file.
15963 * gdb.arch/i386-avx512.exp: Likewise.
15964
15965 2014-04-23 Keith Seitz <keiths@redhat.com>
15966
15967 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15968 (mi_make_breakpoint_table): New procedure.
15969 (mi_create_breakpoint): Use mi_make_breakpoint
15970 and return the result.
15971 (mi_make_breakpoint): New procedure.
15972 (mi_build_kv_pairs): New procedure.
15973
15974 * gdb.mi/mi-break.exp: Remove unused globals,
15975 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15976 All callers updated.
15977 * gdb.mi/mi-dprintf.exp: Use variable to track command
15978 number.
15979 Update all callers of mi_create_breakpoint and use
15980 mi_make_breakpoint_table.
15981 Remove any unused global variables.
15982 * gdb.mi/mi-nonstop.exp: Likewise.
15983 * gdb.mi/mi-nsintrall.exp: Likewise.
15984 * gdb.mi/mi-nsmoribund.exp: Likewise.
15985 * gdb.mi/mi-nsthrexec.exp: Likewise.
15986 * gdb.mi/mi-reverse.exp: Likewise.
15987 * gdb.mi/mi-simplerun.exp: Likewise.
15988 * gdb.mi/mi-stepn.exp: Likewise.
15989 * gdb.mi/mi-syn-frame.exp: Likewise.
15990 * gdb.mi/mi-until.exp: Likewise.
15991 * gdb.mi/mi-var-cp.exp: Likewise.
15992 * gdb.mi/mi-var-display.exp: Likewise.
15993 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15994 * gdb.mi/mi2-var-child.exp: Likewise.
15995 * gdb.mi/mi-vla-c99.exp: Likewise.
15996 * lib/mi-support.exp: Likewise.
15997
15998 From Ian Lance Taylor <iant@cygnus.com>:
15999 * lib/gdb.exp (parse_args): New procedure.
16000
16001 2014-04-23 Pedro Alves <palves@redhat.com>
16002
16003 * gdb.base/break-unload-file.c: New file.
16004 * gdb.base/break-unload-file.exp: New file.
16005 * gdb.base/sym-file-lib.c (baz): New function.
16006 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16007 field.
16008 (load): Store the segment's mapped size.
16009 (unload): New function.
16010 (unload_shlib): New function.
16011 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16012 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16013 set a breakpoint at baz, and call it.
16014 * gdb.base/sym-file.exp: New tests for stale breakpoint
16015 instructions.
16016
16017 2014-04-23 Pedro Alves <palves@redhat.com>
16018
16019 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16020 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16021 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16022 * gdb.base/hbreak-unmapped.c: New file.
16023 * gdb.base/hbreak-unmapped.exp: New file.
16024 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16025 * lib/gdb.exp (gdb_is_target_remote): ... here.
16026
16027 2014-04-22 Pedro Alves <palves@redhat.com>
16028
16029 * gdb.base/consecutive-step-over.c: New file.
16030 * gdb.base/consecutive-step-over.exp: New file.
16031
16032 2014-04-22 Pedro Alves <palves@redhat.com>
16033
16034 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16035 instead of send_gdb/gdb_expect.
16036
16037 2014-04-22 Yao Qi <yao@codesourcery.com>
16038
16039 * lib/trace-support.exp (generate_tracefile): New procedure.
16040 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16041 return 0.
16042 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16043 if generate_tracefile returns 1.
16044
16045 2014-04-18 Tom Tromey <palves@redhat.com>
16046 Pedro alves <tromey@redhat.com>
16047
16048 PR backtrace/15558
16049 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16050 with a backtrace limit.
16051 * gdb.python/py-frame-inline.exp: Test running to an inline
16052 function with a backtrace limit, and printing the newest frame.
16053 * gdb.python/py-frame-inline.c (main): Call f.
16054
16055 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16056
16057 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16058
16059 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16060
16061 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16062 Drop prefix from unsupported source file path.
16063
16064 2014-04-17 Yao Qi <yao@codesourcery.com>
16065
16066 * lib/gdb.exp (with_target_charset): New proc.
16067 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16068 with_target_charset.
16069 (test_print_strings): Likewise.
16070 (test_repeat_bytes): Likewise.
16071 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16072 for some tests.
16073
16074 2014-04-16 Keith Seitz <keiths@redhat.com>
16075
16076 PR gdb/15827
16077 * gdb.dwarf2/corrupt.c: New file.
16078 * gdb.dwarf2/corrupt.exp: New file.
16079
16080 2014-04-16 Keith Seitz <keiths@redhat.com>
16081
16082 PR c++/16597
16083 * gdb.cp/namelessclass.cc: New file.
16084 * gdb.cp/namelessclass.exp: New file.
16085 * gdb.cp/namelessclass.S: New file.
16086
16087 2014-04-16 Doug Evans <dje@google.com>
16088
16089 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16090 Add comment.
16091 (gdbserver_default_get_comm_port): New function.
16092 (gdbserver_start): Check if board file provided
16093 "gdbserver,get_comm_port" and use it if so.
16094 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16095 (gdb,socketport): Set to "stdio".
16096 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16097 (stdio_gdbserver_template): Delete.
16098 (${board}_get_remote_address): Update.
16099 (${board}_build_remote_cmd): Delete.
16100 (${board}_get_comm_port): New function.
16101 (${board}_spawn): Update.
16102 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16103 Delete.
16104 (${board}_get_remote_address): Update.
16105 (${board}_get_comm_port): New function.
16106
16107 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16108
16109 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16110 appearing in any order.
16111
16112 2014-04-15 Doug Evans <dje@google.com>
16113
16114 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16115 uninitialized value of "description".
16116
16117 2014-04-15 Keith Seitz <keiths@redhat.com>
16118
16119 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16120 Remove unused globals.
16121 (test_running_the_program): Likewise.
16122 (test_controlled_execution): Likewise.
16123 (test_controlling_breakpoints): Likewise.
16124 (test_program_termination): Likewise.
16125
16126 2014-04-15 Keith Seitz <keiths@redhat.com>
16127
16128 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16129 unused globals.
16130 (test_rbreak_creation_and_listing): Likewise.
16131 (test_ignore_count): Likewise.
16132 (test_error): Likewise.
16133
16134 2014-04-15 Pedro Alves <palves@redhat.com>
16135
16136 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16137 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16138 sym-file-loader.c.
16139 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16140 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16141 to sym-file-loader.c.
16142 (struct library): Forward declare.
16143 (load_shlib, lookup_function): Change prototypes.
16144 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16145 (translate_offset): Remove declarations.
16146 (get_text_addr): New declaration.
16147 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16148 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16149 sym-file-loader.h.
16150 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16151 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16152 here from sym-file-loader.h.
16153 (struct library): New structure.
16154 (load_shlib, lookup_function): Change prototypes and adjust to
16155 work with a struct library.
16156 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16157 (translate_offset): Make static.
16158 (get_text_addr): New function.
16159 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16160
16161 2014-04-15 Pedro Alves <palves@redhat.com>
16162
16163 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16164
16165 2014-04-15 Pedro Alves <palves@redhat.com>
16166
16167 * gdb.base/sym-file-loader.c: Include <limits.h>.
16168 (SELF_LINK): New define.
16169 (get_origin): New function.
16170 (load_shlib): Use it.
16171 * gdb.base/sym-file.exp: Don't early return if the target is
16172 remote. Use runto_main, and issue fail is that fails. Use
16173 gdb_load_shlibs.
16174 (shlib_name): Delete.
16175 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16176
16177 2014-04-15 Pedro Alves <palves@redhat.com>
16178
16179 * gdb.base/sym-file.exp: Remove regex characters from test
16180 message. Don't refer to breakpoint numbers in test messages.
16181
16182 2014-04-14 Keith Seitz <keiths@redhat.com>
16183
16184 PR c++/16253
16185 * gdb.cp/var-tag.cc: New file.
16186 * gdb.cp/var-tag.exp: New file.
16187 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16188 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16189 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16190 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16191
16192 2014-04-14 Tom Tromey <tromey@redhat.com>
16193
16194 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16195 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16196 type.
16197 * gdb.cp/enum-class.exp: New file.
16198 * gdb.cp/enum-class.cc: New file.
16199
16200 2014-04-14 Tom Tromey <tromey@redhat.com>
16201
16202 * gdb.dwarf2/enum-type.exp: New file.
16203
16204 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16205
16206 * gdb.mi/mi-vla-c99.exp: New file.
16207 * gdb.mi/vla.c: New file.
16208
16209 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16210
16211 * gdb.base/vla-datatypes.c: New file.
16212 * gdb.base/vla-datatypes.exp: New file.
16213
16214 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16215
16216 * gdb.base/vla-ptr.c: New file.
16217 * gdb.base/vla-ptr.exp: New file.
16218
16219 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16220
16221 * gdb.dwarf2/count.exp: New file.
16222
16223 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16224
16225 * gdb.base/vla-sideeffect.c: New file.
16226 * gdb.base/vla-sideeffect.exp: New file.
16227
16228 2014-04-14 David Blaikie <dblaikie@gmail.com>
16229
16230 * gdb.mi/non-stop.c: Add return value for non-void function return
16231 statement.
16232 * gdb.threads/staticthreads.c: Ditto.
16233
16234 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16235 Doug Evans <xdje42@gmail.com>
16236
16237 * gdb.guile/scm-value.c: Improve test case.
16238 * gdb.guile/scm-value.exp: Add new test.
16239
16240 2014-04-11 David Blaikie <dblaikie@gmail.com>
16241
16242 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16243 override Clang's default.
16244
16245 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16246
16247 Revert the following changes (regressions):
16248
16249 * gdb.base/vla-sideeffect.c: New file.
16250 * gdb.base/vla-sideeffect.exp: New file.
16251
16252 * gdb.dwarf2/count.exp: New file.
16253
16254 * gdb.base/vla-multi.c: New file.
16255 * gdb.base/vla-multi.exp: New file.
16256
16257 * gdb.base/vla-ptr.c: New file.
16258 * gdb.base/vla-ptr.exp: New file.
16259
16260 * gdb.base/vla-datatypes.c: New file.
16261 * gdb.base/vla-datatypes.exp: New file.
16262
16263 * gdb.mi/mi-vla-c99.exp: New file.
16264 * gdb.mi/vla.c: New file.
16265
16266 2014-04-11 Keith Seitz <keiths@redhat.com>
16267
16268 PR c++/16675
16269 * gdb.cp/cpsizeof.exp: New file.
16270 * gdb.cp/cpsizeof.cc: New file.
16271
16272 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16273
16274 * gdb.mi/mi-vla-c99.exp: New file.
16275 * gdb.mi/vla.c: New file.
16276
16277 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16278
16279 * gdb.base/vla-datatypes.c: New file.
16280 * gdb.base/vla-datatypes.exp: New file.
16281
16282 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16283
16284 * gdb.base/vla-ptr.c: New file.
16285 * gdb.base/vla-ptr.exp: New file.
16286
16287 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16288
16289 * gdb.base/vla-multi.c: New file.
16290 * gdb.base/vla-multi.exp: New file.
16291
16292 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16293
16294 * gdb.dwarf2/count.exp: New file.
16295
16296 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16297
16298 * gdb.base/vla-sideeffect.c: New file.
16299 * gdb.base/vla-sideeffect.exp: New file.
16300
16301 2014-04-11 Yao Qi <yao@codesourcery.com>
16302
16303 * gdb.base/completion.exp: Check file exists before running tests
16304 on file completion.
16305
16306 2014-04-10 Pedro Alves <palves@redhat.com>
16307
16308 * gdb.base/cond-eval-mode.c: New file.
16309 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16310 prepare_for_testing to build the new file. Check result of
16311 runto_main.
16312 (test_break, test_watch): New procedures.
16313 (top level): Use them.
16314
16315 2014-04-08 Pierre Muller <muller@sourceware.org>
16316
16317 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16318 Ctrl-V use for mingw hosts.
16319
16320 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16321
16322 * gdb.python/py-value.c: Improve test case.
16323 * gdb.python/py-value.exp: Add new test.
16324
16325 2014-04-07 David Blaikie <dblaikie@gmail.com>
16326
16327 * lib/compiler.c: Identify the clang compiler.
16328 * lib/compiler.cc: Ditto.
16329
16330 2014-04-03 Yao Qi <yao@codesourcery.com>
16331
16332 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16333
16334 2014-04-01 Anton Blanchard <anton@samba.org>
16335
16336 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16337 messages unique.
16338
16339 2014-04-01 Anton Blanchard <anton@samba.org>
16340
16341 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16342 prepare_for_testing.
16343
16344 2014-04-01 Anton Blanchard <anton@samba.org>
16345
16346 * gdb.arch/ppc64-atomic-inst.c: Remove.
16347 * gdb.arch/ppc64-atomic-inst.S: New file.
16348 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16349
16350 2014-03-31 Doug Evans <dje@google.com>
16351
16352 * gdb.base/print-symbol-loading-lib.c: New file.
16353 * gdb.base/print-symbol-loading-main.c: New file.
16354 * gdb.base/print-symbol-loading.exp: New file.
16355
16356 2014-03-31 Yao Qi <yao@codesourcery.com>
16357
16358 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16359
16360 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16361
16362 * gdb.ada/mi_dyn_arr: New testcase.
16363
16364 2014-03-27 Doug Evans <dje@google.com>
16365
16366 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16367
16368 2014-03-27 Yao Qi <yao@codesourcery.com>
16369
16370 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16371 if target is nios2-*-*.
16372
16373 2014-03-26 Yao Qi <yao@codesourcery.com>
16374
16375 * lib/gdb.exp (readline_is_used): New proc.
16376 * gdb.base/completion.exp: Move tests on command complete up.
16377 Skip the rest of tests if readline is not used.
16378 * gdb.ada/complete.exp: Skp the test if readline is not
16379 used.
16380 * gdb.base/filesym.exp: Likewise.
16381 * gdb.base/macscp.exp: Likewise.
16382 * gdb.base/readline-ask.exp: Likewise.
16383 * gdb.base/readline.exp: Likewise.
16384 * gdb.python/py-cmd.exp: Likewise.
16385 * gdb.trace/tfile.exp: Likewise.
16386
16387 2014-03-26 Yao Qi <yao@codesourcery.com>
16388
16389 * gdb.base/macscp.exp: Fix code format issues.
16390
16391 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16392
16393 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16394 * gdb.asm/powerpc64le.inc: New file.
16395
16396 2014-03-25 Pedro Alves <palves@redhat.com>
16397 Doug Evans <dje@google.com>
16398
16399 * gdb.base/source-execution.c: New file.
16400 * gdb.base/source-execution.exp: New file.
16401 * gdb.base/source-execution.gdb: New file.
16402
16403 2014-03-24 Doug Evans <dje@google.com>
16404
16405 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16406 using fission.
16407
16408 2014-03-24 Hui Zhu <hui@codesourcery.com>
16409 Pedro Alves <palves@redhat.com>
16410
16411 PR breakpoints/16101
16412 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16413 test pass/fail messages. Detect missing support for dprintf when
16414 breakpoints are actually inserted.
16415 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16416 breakpoints are actually inserted.
16417 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16418 fails.
16419
16420 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16421
16422 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16423
16424 2014-03-22 Doug Evans <xdje42@gmail.com>
16425
16426 * gdb.python/python.exp (python not supported): Verify multi-line
16427 python command issues an error.
16428 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16429 guile command issues an error.
16430
16431 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16432
16433 * gdb.threads/thread-specific.exp: Handle the lack of usable
16434 $this_breakpoint and $this_thread.
16435
16436 2014-03-21 Hui Zhu <hui@codesourcery.com>
16437
16438 * gdb.base/attach.exp (do_command_attach_tests): New.
16439
16440 2014-03-20 Tom Tromey <tromey@redhat.com>
16441 Pedro Alves <palves@redhat.com>
16442
16443 PR cli/15718
16444 * gdb.base/condbreak-call-false.c: New file.
16445 * gdb.base/condbreak-call-false.exp: New file.
16446
16447 2014-03-20 Pedro Alves <palves@redhat.com>
16448
16449 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16450 Delete.
16451 (block_signals, unblock_signals): Delete.
16452 (child_function_2, main): Remove references to deleted variable
16453 and functions.
16454
16455 2014-03-20 Pedro Alves <palves@redhat.com>
16456
16457 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16458 Use pthread_kill to signal thread 2.
16459 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16460 Adjust to make the test send itself a signal rather than using the
16461 host's "kill" command.
16462
16463 2014-03-20 Pedro Alves <palves@redhat.com>
16464
16465 * gdb.threads/multiple-step-overs.c: New file.
16466 * gdb.threads/multiple-step-overs.exp: New file.
16467 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16468 Adjust expected infrun debug output.
16469
16470 2014-03-20 Pedro Alves <palves@redhat.com>
16471
16472 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16473 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16474
16475 2014-03-20 Pedro Alves <palves@redhat.com>
16476
16477 PR breakpoints/7143
16478 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16479 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16480 of gdb_test_multiple.
16481 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16482 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16483
16484 2014-03-20 Pedro Alves <palves@redhat.com>
16485
16486 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16487 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16488
16489 2014-03-19 Pedro Alves <palves@redhat.com>
16490
16491 * gdb.base/async.exp: Remove early return.
16492
16493 2014-03-19 Pedro Alves <palves@redhat.com>
16494
16495 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16496
16497 2014-03-19 Pedro Alves <palves@redhat.com>
16498
16499 * gdb.base/async.exp (test_background): Expect \r\n after
16500 "completed." in the fail pattern.
16501
16502 2014-03-19 Pedro Alves <palves@redhat.com>
16503
16504 * gdb.base/async.exp (test_background): New procedure.
16505 Use it for all background execution command tests.
16506
16507 2014-03-19 Pedro Alves <palves@redhat.com>
16508
16509 * gdb.base/async.exp: Use prepare_for_testing.
16510
16511 2014-03-19 Pedro Alves <palves@redhat.com>
16512
16513 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16514 the same line.
16515
16516 2014-03-19 Pedro Alves <palves@redhat.com>
16517
16518 * gdb.base/async.c (main): Add "jump here" and "until here" line
16519 marker comments.
16520 * gdb.base/async.exp (jump_here): New global.
16521 (jump& test): Use it.
16522 (until_here): New global.
16523 (until& test): Use it.
16524
16525 2014-03-19 Pedro Alves <palves@redhat.com>
16526
16527 * gdb.base/async.exp: Don't frob gdb_protocol.
16528
16529 2014-03-18 Doug Evans <xdje42@gmail.com>
16530
16531 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16532 Fix spelling of exec-done-display.
16533
16534 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16535
16536 PR gdb/15358
16537 * gdb.base/gdb-sigterm.c: New file.
16538 * gdb.base/gdb-sigterm.exp: New file.
16539
16540 2014-03-18 Pedro Alves <palves@redhat.com>
16541
16542 PR gdb/13860
16543 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16544 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16545 solib-event.
16546
16547 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16548
16549 * gdb.ada/pckd_arr_ren: New testcase.
16550
16551 2014-03-13 Doug Evans <xdje42@gmail.com>
16552
16553 PR guile/16612
16554 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16555 collect after discarding symbols.
16556
16557 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16558 Doug Evans <xdje42@gmail.com>
16559
16560 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16561 to history survives a gc.
16562
16563 2014-03-13 Pedro Alves <palves@redhat.com>
16564
16565 * gdb.base/default.exp: Don't test "target procfs".
16566
16567 2014-03-13 Pedro Alves <palves@redhat.com>
16568
16569 * gdb.base/default.exp: Update "target child" and "target procfs"
16570 tests to not expect "Unix".
16571
16572 2014-03-12 Tom Tromey <tromey@redhat.com>
16573
16574 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16575 New procs. Add target-async tests.
16576 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16577 Add target-async tests.
16578
16579 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16580
16581 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16582 'func_start' and 'func_end' for the beginning and end of the
16583 function code, respectively.
16584 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16585 'func_end' instead of 'func' and 'main'.
16586
16587 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16588
16589 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16590 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16591 generate the debug info assembler source.
16592
16593 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16594
16595 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16596 * gdb.dwarf2/arr-subrange.exp: Likewise.
16597 * gdb.dwarf2/dwz.exp: Likewise.
16598 * gdb.dwarf2/method-ptr.exp: Likewise.
16599 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16600 * gdb.dwarf2/subrange.exp: Likewise.
16601 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16602 * gdb.dwarf2/implptrpiece.exp: Likewise.
16603 * gdb.dwarf2/nostaticblock.exp: Likewise.
16604
16605 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16606
16607 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16608 directory to absolute path name arguments.
16609
16610 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16611
16612 * gdb.ada/tagged_access: New testcase.
16613
16614 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16615
16616 * gdb.btrace/data.exp: Update expected output.
16617
16618 2014-03-06 Yao Qi <yao@codesourcery.com>
16619
16620 * gdb.trace/pr16508.exp: New file.
16621
16622 2014-03-05 Pedro Alves <palves@redhat.com>
16623
16624 PR gdb/16575
16625 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16626 procedure.
16627 (top level): Adjust to use it. Add tests that exercise breakpoint
16628 interaction with the code-cache.
16629
16630 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16631
16632 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16633 test for 'history-append!'.
16634
16635 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16636
16637 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16638 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16639 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16640 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16641 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16642 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16643
16644 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16645
16646 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16647 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16648 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16649
16650 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16651
16652 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16653
16654 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16655
16656 * gdb.dwarf2/arr-stride.c: New file.
16657 * gdb.dwarf2/arr-stride.exp: New file.
16658
16659 2014-02-26 Pedro Alves <palves@redhat.com>
16660
16661 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16662 that won't ever trigger. Make sure that GDB reports the correct
16663 breakpoint that caused the stop.
16664
16665 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16666
16667 PR gdb/16626
16668 * gdb.base/auto-load-script: New file.
16669 * gdb.base/auto-load.c: New file.
16670 * gdb.base/auto-load.exp: New file.
16671
16672 PR gdb/16626
16673 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16674
16675 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16676
16677 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16678 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16679
16680 2014-02-24 Doug Evans <dje@google.com>
16681
16682 * lib/gdb.exp (run_on_host): Log error output if program fails.
16683
16684 2014-02-21 Pedro Alves <palves@redhat.com>
16685
16686 * gdb.threads/step-after-sr-lock.c: Rename to ...
16687 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16688 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16689 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16690 ... this.
16691
16692 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16693
16694 PR tdep/16397
16695 * gdb.arch/amd64-stap-special-operands.exp: New file.
16696 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16697 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16698 * gdb.arch/amd64-stap-triplet.S: Likewise.
16699 * gdb.arch/amd64-stap-triplet.c: Likewise.
16700
16701 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16702
16703 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16704 in .section pseudo-op.
16705
16706 2014-02-20 lin zuojian <manjian2006@gmail.com>
16707 Joel Brobecker <brobecker@adacore.com>
16708 Doug Evans <xdje42@gmail.com>
16709
16710 PR symtab/16581
16711 * gdb.dwarf2/dw2-icycle.S: New file.
16712 * gdb.dwarf2/dw2-icycle.c: New file.
16713 * gdb.dwarf2/dw2-icycle.exp: New file.
16714
16715 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16716
16717 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16718 operations on gdb.Value objects.
16719 * gdb.python/py-value-cc.exp: Add new test to test operations on
16720 gdb.Value objects.
16721
16722 2014-02-18 Doug Evans <dje@google.com>
16723
16724 * Makefile.in (TESTS): New variable.
16725 (expanded_tests, expanded_tests_or_none): New variables
16726 (check-single): Pass $(expanded_tests_or_none) to runtest.
16727 (check-parallel): Only run tests in $(TESTS) if non-empty.
16728 (check/no-matching-tests-found): New rule.
16729 * README: Document TESTS makefile variable.
16730
16731 2014-02-18 Doug Evans <dje@google.com>
16732
16733 * Makefile.in (check-parallel): rm -rf outputs temp.
16734
16735 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16736
16737 Fix "ERROR: no fileid for" in the testsuite.
16738 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16739
16740 2014-02-12 Doug Evans <dje@google.com>
16741
16742 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16743 (MISCELLANEOUS): New variable.
16744 (clean): rm -rf $(MISCELLANEOUS).
16745 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16746 dwp live in the same directory as symlinks, with each symlink pointed
16747 to a differently named file in a different directory.
16748
16749 2014-02-11 Doug Evans <dje@google.com>
16750
16751 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16752 of Tcl file commands.
16753
16754 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16755
16756 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16757 "kill -SIGUSR1 -1".
16758
16759 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16760
16761 * gdb.ada/tick_length_array_enum_idx: New testcase.
16762
16763 2014-02-10 Doug Evans <xdje42@gmail.com>
16764
16765 * configure.ac (AC_OUTPUT): Add gdb.guile.
16766 * configure: Regenerate.
16767 * lib/gdb-guile.exp: New file.
16768 * lib/gdb.exp (get_target_charset): New function.
16769 * gdb.base/help.exp: Update expected output from "apropos apropos".
16770 * gdb.guile/Makefile.in: New file.
16771 * gdb.guile/guile.exp: New file.
16772 * gdb.guile/scm-arch.c: New file.
16773 * gdb.guile/scm-arch.exp: New file.
16774 * gdb.guile/scm-block.c: New file.
16775 * gdb.guile/scm-block.exp: New file.
16776 * gdb.guile/scm-breakpoint.c: New file.
16777 * gdb.guile/scm-breakpoint.exp: New file.
16778 * gdb.guile/scm-disasm.c: New file.
16779 * gdb.guile/scm-disasm.exp: New file.
16780 * gdb.guile/scm-equal.c: New file.
16781 * gdb.guile/scm-equal.exp: New file.
16782 * gdb.guile/scm-error.exp: New file.
16783 * gdb.guile/scm-error.scm: New file.
16784 * gdb.guile/scm-frame-args.c: New file.
16785 * gdb.guile/scm-frame-args.exp: New file.
16786 * gdb.guile/scm-frame-args.scm: New file.
16787 * gdb.guile/scm-frame-inline.c: New file.
16788 * gdb.guile/scm-frame-inline.exp: New file.
16789 * gdb.guile/scm-frame.c: New file.
16790 * gdb.guile/scm-frame.exp: New file.
16791 * gdb.guile/scm-generics.exp: New file.
16792 * gdb.guile/scm-gsmob.exp: New file.
16793 * gdb.guile/scm-iterator.c: New file.
16794 * gdb.guile/scm-iterator.exp: New file.
16795 * gdb.guile/scm-math.c: New file.
16796 * gdb.guile/scm-math.exp: New file.
16797 * gdb.guile/scm-objfile-script-gdb.in: New file.
16798 * gdb.guile/scm-objfile-script.c: New file.
16799 * gdb.guile/scm-objfile-script.exp: New file.
16800 * gdb.guile/scm-objfile.c: New file.
16801 * gdb.guile/scm-objfile.exp: New file.
16802 * gdb.guile/scm-ports.exp: New file.
16803 * gdb.guile/scm-pretty-print.c: New file.
16804 * gdb.guile/scm-pretty-print.exp: New file.
16805 * gdb.guile/scm-pretty-print.scm: New file.
16806 * gdb.guile/scm-section-script.c: New file.
16807 * gdb.guile/scm-section-script.exp: New file.
16808 * gdb.guile/scm-section-script.scm: New file.
16809 * gdb.guile/scm-symbol.c: New file.
16810 * gdb.guile/scm-symbol.exp: New file.
16811 * gdb.guile/scm-symtab-2.c: New file.
16812 * gdb.guile/scm-symtab.c: New file.
16813 * gdb.guile/scm-symtab.exp: New file.
16814 * gdb.guile/scm-type.c: New file.
16815 * gdb.guile/scm-type.exp: New file.
16816 * gdb.guile/scm-value-cc.cc: New file.
16817 * gdb.guile/scm-value-cc.exp: New file.
16818 * gdb.guile/scm-value.c: New file.
16819 * gdb.guile/scm-value.exp: New file.
16820 * gdb.guile/source2.scm: New file.
16821 * gdb.guile/types-module.cc: New file.
16822 * gdb.guile/types-module.exp: New file.
16823
16824 2014-02-10 Yao Qi <yao@codesourcery.com>
16825
16826 PR testsuite/16543
16827 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16828 * configure: Regenerated.
16829 * Makefile.in: New file.
16830
16831 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16832
16833 * gdb.python/py-framefilter.exp: Fix typo.
16834
16835 2014-02-08 Yao Qi <yao@codesourcery.com>
16836
16837 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16838 that no =breakpoint-modified is emitted when breakpoints are
16839 modified through MI commands.
16840
16841 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16842 Pedro Alves <palves@redhat.com>
16843
16844 * gdb.threads/step-after-sr-lock.c: New file.
16845 * gdb.threads/step-after-sr-lock.exp: New file.
16846
16847 2014-02-07 Pedro Alves <palves@redhat.com>
16848
16849 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16850
16851 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16852
16853 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16854 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16855
16856 2014-02-06 Doug Evans <xdje42@gmail.com>
16857
16858 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16859 output.
16860
16861 * gdb.gdb/python-interrupts.exp: New file.
16862
16863 2014-02-05 Yao Qi <yao@codesourcery.com>
16864
16865 * gdb.trace/report.exp (use_collected_data): Test the output
16866 of "info threads" and "info inferiors".
16867
16868 2014-02-05 Yao Qi <yao@codesourcery.com>
16869
16870 Revert this patch:
16871
16872 2013-05-24 Yao Qi <yao@codesourcery.com>
16873
16874 * gdb.trace/tfile.exp: Test inferior and thread.
16875
16876 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16877
16878 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16879 on a function.
16880 * gdb.base/step-bt.c: Call hello via function pointer to make
16881 sure its first instruction is executed on powerpc64le-linux.
16882
16883 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16884
16885 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16886
16887 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16888
16889 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16890 of the test patterns for use on little-endian systems.
16891
16892 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16893
16894 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16895 (decimal_vector): Fix for little-endian.
16896
16897 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16898
16899 * gdb.arch/sparc-sysstep.exp: New file.
16900 * gdb.arch/sparc-sysstep.c: Likewise.
16901
16902 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16903
16904 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16905
16906 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16907
16908 2014-01-23 Tom Tromey <tromey@redhat.com>
16909
16910 * gdb.ada/array_char_idx: New testcase.
16911
16912 2014-01-23 Tom Tromey <tromey@redhat.com>
16913
16914 PR python/16487:
16915 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16916 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16917 classes.
16918
16919 2014-01-23 Tom Tromey <tromey@redhat.com>
16920
16921 PR python/16491:
16922 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16923 string from an inferior frame.
16924 * gdb.python/py-framefilter-mi.exp: Update.
16925
16926 2014-01-22 Doug Evans <dje@google.com>
16927
16928 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16929
16930 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16931
16932 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16933
16934 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16935
16936 * gdb.trace/entry-values.exp: Remove excess space character from
16937 regex patterns. Handle s390 call instruction.
16938
16939 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16940
16941 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16942 define "*_start" label. Make "name" static.
16943 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16944 ${name} by references to ${name}_start.
16945
16946 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16947
16948 * gdb.base/info-macros.exp: Remove "debug" from the compile
16949 options.
16950
16951 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16952
16953 * gdb.dlang/demangle.exp: New file.
16954
16955 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16956
16957 * gdb.dlang/primitive-types.exp: New file.
16958
16959 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16960
16961 * configure.ac: Create gdb.dlang/Makefile.
16962 * configure: Regenerate.
16963 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16964 * gdb.dlang/Makefile.in: New file.
16965 * lib/d-support.exp: New file.
16966 * lib/gdb.exp (skip_d_tests): New proc.
16967
16968 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16969
16970 * gdb.btrace/delta.exp: Check reverse stepi.
16971 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16972 * gdb.btrace/finish.exp: New.
16973 * gdb.btrace/next.exp: New.
16974 * gdb.btrace/nexti.exp: New.
16975 * gdb.btrace/record_goto.c: Add comments.
16976 * gdb.btrace/step.exp: New.
16977 * gdb.btrace/stepi.exp: New.
16978 * gdb.btrace/multi-thread-step.c: New.
16979 * gdb.btrace/multi-thread-step.exp: New.
16980 * gdb.btrace/rn-dl-bind.c: New.
16981 * gdb.btrace/rn-dl-bind.exp: New.
16982 * gdb.btrace/data.c: New.
16983 * gdb.btrace/data.exp: New.
16984 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16985
16986 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16987
16988 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16989 * gdb.btrace/exception.exp: Update.
16990 * gdb.btrace/instruction_history.exp: Update.
16991 * gdb.btrace/record_goto.exp: Update.
16992 * gdb.btrace/tailcall.exp: Update.
16993 * gdb.btrace/unknown_functions.exp: Update.
16994 * gdb.btrace/delta.exp: New.
16995
16996 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16997
16998 * gdb.btrace/record_goto.exp: Add backtrace test.
16999 * gdb.btrace/tailcall.exp: Add backtrace test.
17000
17001 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17002
17003 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17004 * gdb.btrace/record_goto.c: New.
17005 * gdb.btrace/record_goto.exp: New.
17006 * gdb.btrace/x86-record_goto.S: New.
17007
17008 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17009
17010 * gdb.btrace/function_call_history.exp: Update tests.
17011 * gdb.btrace/instruction_history.exp: Update tests.
17012
17013 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17014
17015 * gdb.btrace/function_call_history.exp: Fix expected field
17016 order for "record function-call-history".
17017 Add new tests for "record function-call-history /c".
17018 * gdb.btrace/exception.cc: New.
17019 * gdb.btrace/exception.exp: New.
17020 * gdb.btrace/tailcall.exp: New.
17021 * gdb.btrace/x86-tailcall.S: New.
17022 * gdb.btrace/x86-tailcall.c: New.
17023 * gdb.btrace/unknown_functions.c: New.
17024 * gdb.btrace/unknown_functions.exp: New.
17025 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17026
17027 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17028
17029 * gdb.btrace/instruction_history.exp: Update.
17030 * gdb.btrace/function_call_history.exp: Update.
17031
17032 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17033
17034 * gdb.btrace/function_call_history.exp: Fix expected function
17035 trace.
17036 * gdb.btrace/instruction_history.exp: Initialize traced.
17037 Remove traced_functions.
17038
17039 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17040
17041 * gdb.btrace/function_call_history.exp: Update
17042 * gdb.btrace/instruction_history.exp: Update.
17043
17044 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17045
17046 * gdb.btrace/enable.exp: Update expected text.
17047
17048 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17049
17050 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17051 bytes.
17052
17053 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17054
17055 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17056
17057 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17058
17059 * lib/gdb.exp (supports_process_record): Return true for
17060 arm*-linux*. (supports_reverse): Likewise.
17061
17062 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17063
17064 PR python/15464
17065 PR python/16113
17066 * gdb.python/py-type.c: Enhance test case.
17067 * gdb.python/py-value-cc.cc: Likewise
17068 * gdb.python/py-type.exp: Add new tests.
17069 * gdb.python/py-value-cc.exp: Likewise
17070
17071 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17072 Pedro Alves <palves@redhat.com>
17073
17074 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17075 Make "name" extern.
17076 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17077 references to ${name}_start by references to ${name}.
17078
17079 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17080
17081 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17082
17083 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17084
17085 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17086
17087 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17088 Pedro Alves <palves@redhat.com>
17089
17090 * gdb.mi/mi-info-os.exp: Connect to the target with
17091 mi_gdb_target_load.
17092
17093 2014-01-08 Pedro Alves <palves@redhat.com>
17094
17095 * gdb.threads/reconnect-signal.c: New file.
17096 * gdb.threads/reconnect-signal.exp: New file.
17097
17098 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17099
17100 * gdb.base/source-dir.exp: New file.
17101
17102 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17103
17104 * gdb.ada/mi_interface: New testcase.
17105
17106 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17107
17108 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17109 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17110 gdb.ada/pp-rec-component/pck.ads: New files.
17111
17112 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17113
17114 * gdb.python/py-pp-integral.c: New file.
17115 * gdb.python/py-pp-integral.py: New file.
17116 * gdb.python/py-pp-integral.exp: New file.
17117
17118 For older changes see ChangeLog-1993-2013.
17119 \f
17120 ;; Local Variables:
17121 ;; mode: change-log
17122 ;; left-margin: 8
17123 ;; fill-column: 74
17124 ;; version-control: never
17125 ;; End:
17126
17127 Copyright 2014-2019 Free Software Foundation, Inc.
17128 Copying and distribution of this file, with or without modification,
17129 are permitted provided the copyright notice and this notice are preserved.
This page took 0.415863 seconds and 5 git commands to generate.