gdb/fortran: Nested subroutine support
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2 Richard Bunt <richard.bunt@arm.com>
3 Andrew Burgess <andrew.burgess@embecosm.com>
4
5 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6 nested functions.
7 * gdb.fortran/nested-funcs.f90: Update expected results.
8 * gdb.fortran/nested-funcs-2.exp: New file.
9 * gdb.fortran/nested-funcs-2.f90: New file.
10
11 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.python/py-parameter.exp: Make test names unique.
14 * gdb.python/py-template.exp: Likewise.
15 * gdb.python/py-value.exp: Likewise.
16
17 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 * gdb.base/break-interp.exp: Reduce test name duplication.
20 * gdb.base/call-sc.exp: Likewise.
21 * gdb.base/callfuncs.exp: Likewise.
22 * gdb.base/charset.exp: Likewise.
23 * gdb.base/dump.exp: Likewise.
24 * gdb.base/ena-dis-br.exp: Likewise.
25 * gdb.base/relational.exp: Likewise.
26 * gdb.base/step-over-syscall.exp: Likewise.
27 * gdb.base/structs.exp: Likewise.
28
29 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * gdb.linespec/explicit.exp: Make test names unique.
32 * gdb.linespec/ls-errs.exp: Likewise.
33
34 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.reverse/break-precsave.exp: Make test names unique.
37 * gdb.reverse/break-reverse.exp: Likewise.
38 * gdb.reverse/finish-precsave.exp: Likewise.
39 * gdb.reverse/finish-reverse.exp: Likewise.
40 * gdb.reverse/machinestate-precsave.exp: Likewise.
41 * gdb.reverse/machinestate.exp: Likewise.
42 * gdb.reverse/readv-reverse.exp: Likewise.
43 * gdb.reverse/recvmsg-reverse.exp: Likewise.
44 * gdb.reverse/sigall-precsave.exp: Likewise.
45 * gdb.reverse/sigall-reverse.exp: Likewise.
46 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
47 * gdb.reverse/watch-precsave.exp: Likewise.
48 * gdb.reverse/watch-reverse.exp: Likewise.
49
50 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * gdb.threads/stop-with-handle.c: New file.
53 * gdb.threads/stop-with-handle.exp: New file.
54
55 2019-10-03 Tom de Vries <tdevries@suse.de>
56
57 PR testsuite/25059
58 * gdb.base/list-missing-source.exp: Allowing the "Compilation
59 directory" line to be missing.
60
61 2019-10-03 Tom de Vries <tdevries@suse.de>
62
63 PR testsuite/25059
64 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
65 type optional.
66
67 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
68
69 * gdb.python/py-format-string.c (string.h): New include.
70 (main): Fill a_struct_with_union.the_union.an_int with bytes of
71 the same value, for endianness-independence.
72 * gdb.python/py-format-string.exp (default_regexp_dict)
73 (test_pretty_structs, test_format): Adjust expected output to the
74 changed initialization.
75
76 2019-10-02 Tom Tromey <tromey@adacore.com>
77
78 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
79
80 2019-10-02 Pedro Alves <palves@redhat.com>
81 Andrew Burgess <andrew.burgess@embecosm.com>
82
83 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
84 "print-file-var.h".
85 (this_version_id) Use ATTRIBUTE_VISIBILITY.
86 (get_version_1): Print this_version_id and its address.
87 Add extern "C" wrappers around interface functions.
88 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
89 "print-file-var.h".
90 (this_version_id) Use ATTRIBUTE_VISIBILITY.
91 (get_version_2): Print this_version_id and its address.
92 Add extern "C" wrappers around interface functions.
93 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
94 <stddef.h> and "print-file-var.h".
95 Add extern "C" wrappers around interface functions.
96 [VERSION_ID_MAIN] (this_version_id): Define.
97 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
98 * gdb.base/print-file-var.h: Add some #defines to simplify setting
99 up extern "C" blocks.
100 * gdb.base/print-file-var.exp (test): New, factored out from top
101 level.
102 (top level): Test all combinations of attribute hidden or not,
103 dlopen or not, and this_version_id symbol in main file or not.
104 Compile tests as both C++ and C, make test names unique.
105
106 2019-10-01 Tom Tromey <tom@tromey.com>
107
108 * gdb.base/style.exp: Test "show logging filename".
109
110 2019-10-01 Tom Tromey <tom@tromey.com>
111
112 * lib/gdb-utils.exp (style): Handle "metadata" argument.
113 * gdb.base/style.exp: Add metadata style test.
114
115 2019-10-01 Tom Tromey <tom@tromey.com>
116
117 * gdb.base/style.exp: Test "pwd".
118
119 2019-10-01 Tom Tromey <tom@tromey.com>
120
121 * gdb.base/style.exp: Update tests.
122
123 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
124
125 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
126 'six' to unsigned.
127 (s1): Initialize fields 'four' and 'six' instead of 'three' and
128 'five'. Use an all-ones bit pattern for each.
129 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
130 to its changed values.
131
132 2019-09-30 Tom Tromey <tromey@adacore.com>
133
134 * gdb.rust/traits.rs: Disable all warnings.
135
136 2019-09-29 Tom de Vries <tdevries@suse.de>
137
138 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
139
140 2019-09-29 Tom de Vries <tdevries@suse.de>
141
142 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
143
144 2019-09-27 Tom de Vries <tdevries@suse.de>
145
146 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
147
148 2019-09-27 Tom de Vries <tdevries@suse.de>
149
150 PR record/23188
151 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
152
153 2019-09-26 Tom Tromey <tromey@adacore.com>
154
155 * gdb.ada/py_taft.exp: New file.
156 * gdb.ada/py_taft/main.adb: New file.
157 * gdb.ada/py_taft/pkg.adb: New file.
158 * gdb.ada/py_taft/pkg.ads: New file.
159
160 2019-09-24 Tom de Vries <tdevries@suse.de>
161
162 PR gdb/24598
163 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
164
165 2019-09-22 Tom de Vries <tdevries@suse.de>
166
167 * gdb.base/restore.exp: Allow register variables to be optimized out at
168 -O0.
169
170 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
171
172 * gdb.arch/spu-info.exp: Remove file.
173 * gdb.arch/spu-info.c: Remove file.
174 * gdb.arch/spu-ls.exp: Remove file.
175 * gdb.arch/spu-ls.c: Remove file.
176
177 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
178 * gdb.asm/spu.inc: Remove file.
179
180 * gdb.base/dump.exp: Remove support for spu*-*-*.
181 * gdb.base/stack-checking.exp: Likewise.
182 * gdb.base/overlays.exp: Likewise.
183 * gdb.base/ovlymgr.c: Likewise.
184 * gdb.base/spu.ld: Remove file.
185
186 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
187 * gdb.cp/cpexprs.exp: Likewise.
188 * gdb.cp/exception.exp: Likewise.
189 * gdb.cp/gdb2495.exp: Likewise.
190 * gdb.cp/mb-templates.exp: Likewise.
191 * gdb.cp/pr9167.exp: Likewise.
192 * gdb.cp/userdef.exp: Likewise.
193
194 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
195
196 * gdb.cell: Remove directory.
197 * lib/cell.exp: Remove file.
198
199 2019-09-19 Tom de Vries <tdevries@suse.de>
200
201 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
202
203 2019-09-19 Tom de Vries <tdevries@suse.de>
204
205 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
206
207 2019-09-19 Tom de Vries <tdevries@suse.de>
208
209 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
210 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
211 (gdb_target_cmd): ... here.
212 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
213 value 2.
214
215 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
216
217 * gdb.base/source-dir.exp: Avoid having directory names in test
218 names.
219
220 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * gdb.base/source-dir.exp: Add extra test for mapped compilation
223 directory.
224
225 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.base/list-missing-source.exp: New file.
228
229 2019-09-14 Tom de Vries <tdevries@suse.de>
230
231 PR teststuite/24599
232 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
233 * lib/ada.exp (gnatmake_version_at_least): New proc.
234
235 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.base/maint.exp: Use exec_has_index_section.
238
239 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.base/maint.exp: Add test for 'maint info sections'.
242
243 2019-09-12 Tom de Vries <tdevries@suse.de>
244
245 * gdb.base/store.exp: Allow register variables to be optimized out at
246 -O0.
247
248 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
249
250 * gdb.ada/rdv_wait.exp: Update to new task names.
251 * gdb.base/task_switch_in_core.exp: Likewise.
252 * gdb.base/info_sources_base.c: Likewise.
253
254 2019-09-10 Tom Tromey <tromey@adacore.com>
255
256 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
257
258 2019-09-10 Tom Tromey <tromey@adacore.com>
259
260 * gdb.ada/dgopt.exp: New file.
261 * gdb.ada/dgopt/x.adb: New file.
262
263 2019-09-08 Tom Tromey <tom@tromey.com>
264
265 * gdb.tui/resize.exp: Remove setup_xfail.
266 * gdb.tui/regs.exp: Remove setup_xfail.
267 * gdb.tui/basic.exp: Remove setup_xfail.
268
269 2019-09-06 David Blaikie <dblaikie@gmail.com>
270
271 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
272 * gdb.cp/cplabel.exp: Ditto.
273 * gdb.linespec/ls-errs.exp: Ditto.
274
275 2019-09-05 Tom de Vries <tdevries@suse.de>
276
277 * lib/gdb.exp (cmp_file_string): New proc.
278 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
279 runto_main. Verify save breakpoints output.
280
281 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
282
283 * gdb.base/info-var.exp: Test info variables without running
284 to main, to avoid expect's buffer overflow.
285
286 2019-09-03 Tom Tromey <tromey@adacore.com>
287
288 * gdb.ada/bias.exp: New file.
289 * gdb.ada/bias/bias.adb: New file.
290 * gdb.ada/print_chars.exp: Add regression test.
291 * gdb.ada/print_chars/foo.adb (My_Character): New type.
292 (MC): New variable.
293
294 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
295
296 * gdb.base/argv0-symlink.exp: Run only on native target
297 and local host.
298
299 2019-08-29 Tom de Vries <tdevries@suse.de>
300
301 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
302 diverse debug info.
303 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
304
305 2019-08-28 Tom de Vries <tdevries@suse.de>
306
307 * gdb.base/info-var.exp: Allow info variables to print info for files
308 other than info-var-f1.c and info-var-f2.c.
309
310 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * gdb.fortran/info-types.exp: Add module.
313 * gdb.fortran/info-types.f90: Update expected results.
314
315 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.fortran/info-types.exp: New file.
318 * gdb.fortran/info-types.f90: New file.
319 * lib/fortran.exp (fortran_character1): New proc.
320
321 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
324 functions'. Reindent as needed.
325 * gdb.base/info-var-f1.c: New file.
326 * gdb.base/info-var-f2.c: New file.
327 * gdb.base/info-var.exp: New file.
328 * gdb.base/info-var.h: New file.
329
330 2019-08-26 Tom de Vries <tdevries@suse.de>
331
332 PR c++/24852
333 * gdb.cp/no-libstdcxx-probe.exp: New test.
334
335 2019-08-26 Tom de Vries <tdevries@suse.de>
336
337 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
338 * tests need to be skipped.
339 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
340 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
341 mi_skip_libstdcxx_probe_tests.
342
343 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
344
345 * gdb.python/py-xmethods.exp: Use raw strings when passing
346 arguments to SimpleXMethodMatcher.
347
348 2019-08-22 Tom de Vries <tdevries@suse.de>
349
350 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
351 more informative.
352
353 2019-08-21 Pedro Alves <palves@redhat.com>
354
355 * gdb.base/with.exp: Test "with" with no arguments.
356
357 2019-08-21 Tom de Vries <tdevries@suse.de>
358
359 * gdb.base/gdb-caching-proc.exp: Sort files.
360
361 2019-08-20 Tom de Vries <tdevries@suse.de>
362
363 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
364 compilation.
365
366 2019-08-16 Tom de Vries <tdevries@suse.de>
367
368 * gdb.base/compare-sections.exp ("after run to main"): Allow
369 mismatched read-only sections for PIE executables.
370
371 2019-08-16 Tom Tromey <tom@tromey.com>
372
373 * lib/tuiterm.exp (_csi_Z): New proc.
374 * gdb.tui/basic.exp: Update window positions.
375 * gdb.tui/empty.exp: Update window positions.
376
377 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
378
379 * gdb.base/examine-backward.exp: Correct regexp for
380 "examine 3 bytes backward from ${address_zero}".
381
382 2019-08-15 Tom Tromey <tom@tromey.com>
383
384 * gdb.tui/empty.exp: Enable resizing tests.
385
386 2019-08-15 Tom Tromey <tromey@adacore.com>
387
388 * gdb.ada/char_enum.exp: Add regression tests.
389 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
390 and '0'.
391 (Char, Gchar): Update.
392 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
393
394 2019-08-15 Christian Biesinger <cbiesinger@google.com>
395
396 * gdb.python/python.exp: Expect a leading underscore on
397 GdbOutput{,Error}File.
398
399 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
400
401 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
402 Windows host.
403
404 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
405
406 * gdb.base/batch-preserve-term-settings.exp
407 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
408
409 2019-08-15 Christian Biesinger <cbiesinger@google.com>
410
411 * lib/gdb.exp: When running on a mingw target, replace
412 /x/ with x:/.
413
414 2019-08-14 Alan Hayward <alan.hayward@arm.com>
415
416 * gdb.arch/aarch64-prologue.c: New test.
417 * gdb.arch/aarch64-prologue.exp: New file.
418
419 2019-08-13 Tom de Vries <tdevries@suse.de>
420
421 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
422 Thread.
423
424 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
425
426 * gdb.python/py-completion.exp: Download the .py file to the host
427 and use its host pathname. Conditionalize tests that use
428 tab completion and manipulate files on the build machine.
429 * gdb.python/py-events.exp: Download the .py file to the host
430 and use its host pathname.
431 * gdb.python/py-evsignal.exp: Likewise.
432 * gdb.python/py-evthreads.exp: Likewise.
433 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
434 pathname syntax.
435 * gdb.python/py-framefilter.exp: Download the .py file to the right
436 place on the host. Match Windows pathname syntax.
437 * gdb.python/py-mi-var-info-path-expression.exp: Download the
438 .py file to the host and use its host pathname.
439 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
440 * gdb.python/py-objfile.exp: Expect a host pathname, not a
441 build pathname. Skip symlink test on Windows host. Add missing
442 newline at end of file.
443 * gdb.python/py-pp-maint.exp: Download the .py file to the host
444 and use its host pathname.
445 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
446 * gdb.python/py-section-script.exp: Use host location of binfile
447 on safe-path. Use correct path separator on Windows host.
448 Reorder alternatives in gdb_test_multiple to prevent matching
449 the wrong alternative on success.
450 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
451
452 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
453
454 * gdb.gdb/selftest.exp (test_with_self): Update test to now
455 expect the GDB inferior to no longer immediately stop after
456 being resumed with "signal SIGINT".
457
458 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
459
460 * gdb.linespec/break-ask.exp: Generalize regexps to match
461 Windows pathnames too.
462
463 2019-08-08 Tom de Vries <tdevries@suse.de>
464
465 PR testsuite/24862
466 * lib/tuiterm.exp (_accept): Fix CSI regexp.
467
468 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
469
470 * gdb.base/style.exp: Update tests for help doc new invariants.
471 * gdb.base/help.exp: Likewise.
472
473 2019-08-06 Tom Tromey <tom@tromey.com>
474
475 * gdb.base/style.exp: Add disassemble test.
476 * gdb.base/style.c (some_called_function): New function.
477 (main): Use it.
478
479 2019-08-05 Christian Biesinger <cbiesinger@google.com>
480
481 * gdb.python/py-block.exp: Test dictionary access on blocks.
482
483 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
484
485 PR gdb/24863
486 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
487 -list-thread-groups --available test when running under
488 check-read1.
489
490 2019-08-05 Tom de Vries <tdevries@suse.de>
491
492 PR testsuite/24863
493 * lib/gdb.exp (with_read1_timeout_factor): New proc.
494 * gdb.base/help.exp: Use with_read1_timeout_factor.
495 * gdb.base/info-macros.exp: Same.
496 * gdb.cp/nested-types.exp: Same.
497
498 2019-08-05 Tom de Vries <tdevries@suse.de>
499
500 * lib/gdb.exp (version_at_least): Factor out of ...
501 (tcl_version_at_least): ... here.
502 (gdb_compile): Fail if pie results in non-PIE executable.
503 (readelf_version, readelf_prints_pie): New proc.
504 (exec_is_pie): Return -1 if unknown.
505
506 2019-08-05 Tom de Vries <tdevries@suse.de>
507
508 * lib/gdb.exp (tcl_version_at_least): Fix typo.
509
510 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
511
512 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
513
514 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
515
516 * lib/completion-support.exp (test_gdb_complete_none): Skip
517 tab completion tests if no readline support.
518 (test_gdb_complete_unique_re): Likewise.
519 (test_gdb_complete_multiple): Likewise.
520
521 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
522
523 * gdb.base/info_sources.exp: New file.
524 * gdb.base/info_sources.c: New file.
525 * gdb.base/info_sources_base.c: New file.
526
527 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
528
529 * gdb.base/batch-exit-status.exp: Call test_exit_status with
530 prefix argument.
531 (test_exit_status): Add prefix argument.
532
533 2019-08-01 Tom de Vries <tdevries@suse.de>
534
535 PR testsuite/24863
536 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
537 calling exp_continue for new thread and thread exited messages.
538
539 2019-08-01 Tom de Vries <tdevries@suse.de>
540
541 PR testsuite/24863
542 * gdb.base/structs.exp: Fix check-read1 timeout using
543 gdb_test_sequence.
544 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
545
546 2019-08-01 Tom de Vries <tdevries@suse.de>
547
548 PR testsuite/24863
549 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
550 line.
551
552 2019-08-01 Tom de Vries <tdevries@suse.de>
553
554 PR testsuite/24863
555 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
556
557 2019-07-30 Tom Tromey <tromey@adacore.com>
558
559 * gdb.ada/display_nested.exp: New file.
560 * gdb.ada/display_nested/foo.adb: New file.
561 * gdb.ada/display_nested/pack.adb: New file.
562 * gdb.ada/display_nested/pack.ads: New file.
563
564 2019-07-30 Christian Biesinger <cbiesinger@google.com>
565
566 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
567 namespace.
568 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
569
570 2019-07-30 Tom de Vries <tdevries@suse.de>
571
572 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
573 instead.
574
575 2019-07-30 Tom de Vries <tdevries@suse.de>
576
577 PR testsuite/24834
578 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
579 (exec_is_pie): New proc.
580
581 2019-07-29 Christian Biesinger <cbiesinger@google.com>
582
583 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
584
585 2019-07-29 Christian Biesinger <cbiesinger@google.com>
586
587 * gdb.python/py-objfile.c: Add global and static vars.
588 * gdb.python/py-objfile.exp: Test new functions Objfile.
589 lookup_global_symbol and lookup_static_symbol.
590
591 2019-07-29 Tom Tromey <tom@tromey.com>
592
593 * lib/tuiterm.exp (Term::_csi_@): New proc.
594 (Term::_csi_X): Don't move cursor.
595
596 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
597
598 * gdb.base/options.exp: Update backtrace - completion to
599 new option -frame-info.
600 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
601 Test new 'set print frame-info'. Test backtrace -frame-info
602 overriding 'set print frame-info'.
603 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
604 Test new 'set print frame-info'.
605 Verify consistency of backtrace with and without filters, with and
606 without -no-filters.
607 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
608 default.
609
610 2019-07-29 Tom de Vries <tdevries@suse.de>
611
612 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
613 no arguments".
614
615 2019-07-29 Tom de Vries <tdevries@suse.de>
616
617 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
618 is a substring of the first for "complete non-unique file name".
619
620 2019-07-29 Tom de Vries <tdevries@suse.de>
621
622 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
623 with ".*".
624
625 2019-07-29 Tom de Vries <tdevries@suse.de>
626
627 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
628 Pass prompt_regexp parameter to gdb_test_multiple calls.
629
630 2019-07-29 Tom de Vries <tdevries@suse.de>
631
632 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
633 print registers" regexps.
634
635 2019-07-29 Tom de Vries <tdevries@suse.de>
636
637 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
638
639 2019-07-29 Tom de Vries <tdevries@suse.de>
640
641 PR gdb/24855
642 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
643 (skip_python_tests_prompt): Add prompt_regexp argument to
644 gdb_test_multiple calls.
645
646 2019-07-27 Tom Tromey <tom@tromey.com>
647
648 * gdb.tui/main.exp: New file.
649
650 2019-07-27 Tom Tromey <tom@tromey.com>
651
652 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
653 optional.
654 * gdb.tui/empty.exp: New file.
655
656 2019-07-27 Tom Tromey <tom@tromey.com>
657
658 * lib/tuiterm.exp (spawn): New proc.
659 (Term::resize): New proc.
660 * gdb.tui/resize.exp: New file.
661
662 2019-07-27 Tom Tromey <tom@tromey.com>
663
664 * gdb.tui/list.exp: New file.
665
666 2019-07-27 Tom Tromey <tom@tromey.com>
667
668 * gdb.tui/regs.exp: New file.
669
670 2019-07-27 Tom Tromey <tom@tromey.com>
671
672 * gdb.tui/basic.exp: Add "layout split" test.
673
674 2019-07-27 Tom Tromey <tom@tromey.com>
675
676 * gdb.tui/basic.exp: Add "layout asm" test.
677
678 2019-07-27 Tom Tromey <tom@tromey.com>
679
680 * lib/tuiterm.exp: New file.
681 * gdb.tui/basic.exp: New file.
682
683 2019-07-27 Kevin Buettner <kevinb@redhat.com>
684
685 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
686 Enable tests associated with this flag. Adjust regex
687 referencing "foo_low" to now refer to "foo_cold" instead.
688
689 2019-07-27 Kevin Buettner <kevinb@redhat.com>
690
691 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
692 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
693 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
694 foo_cold. Revise comments to match.
695 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
696 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
697 were wrapped into this proc; Call do_test in loop from outermost
698 level.
699 (foo_low): Rename all occurrences to "foo_cold".
700 (backtrace from baz): New test.
701 (x2/i foo_cold): New test.
702 (info line *foo_cold): New test.
703
704 2019-07-26 Tom de Vries <tdevries@suse.de>
705
706 * gdb.arch/i386-pkru.exp: Fix unterminated string.
707
708 2019-07-25 Tom de Vries <tdevries@suse.de>
709
710 PR testsuite/24830
711 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
712 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
713 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
714 (skip_libstdcxx_probe_tests): ... here.
715 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
716
717 2019-07-24 Tom de Vries <tdevries@suse.de>
718
719 PR testsuite/24807
720 * gdb.objc/basicclass.m: Include stdio.h.
721 * gdb.objc/nondebug.m: Same.
722 * gdb.objc/objcdecode.m: Same.
723
724 2019-07-24 Tom de Vries <tdevries@suse.de>
725
726 PR testsuite/24612
727 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
728 additional_flags.
729
730 2019-07-24 Tom de Vries <tdevries@suse.de>
731
732 PR testsuite/24831
733 * gdb.multi/tids.exp: Update error messages for info threads.
734
735 2019-07-24 Tom de Vries <tdevries@suse.de>
736
737 * gdb.base/info-types.exp: Allow info types to print info for more than
738 one file.
739
740 2019-07-23 Tom de Vries <tdevries@suse.de>
741
742 PR testsuite/24842
743 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
744 gdb_spawn_with_cmdline_opts.
745
746 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
747
748 * gdb.arch/arm-cmse-sgstubs.c: New test.
749 * gdb.arch/arm-cmse-sgstubs.exp: New file.
750
751 2019-07-23 Tom de Vries <tdevries@suse.de>
752
753 PR testsuite/24711
754 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
755 issuing next command.
756
757 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * gdb.ada/info_auto_lang.exp: Update expected results.
760 * gdb.base/info-types.c: Add additional types to check.
761 * gdb.base/info-types.exp: Update expected results.
762
763 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 * gdb.base/info-types.c: New file.
766 * gdb.base/info-types.exp: New file.
767
768 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
769
770 * gdb.arch/riscv-bp-infcall.c: New file.
771 * gdb.arch/riscv-bp-infcall.exp: New file.
772
773 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
774
775 PR breakpoints/24541
776 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
777
778 2019-07-14 Tom de Vries <tdevries@suse.de>
779
780 PR testsuite/24760
781 * gdb.objc/basicclass.exp: Fix unterminated string.
782
783 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
784 Andrew Burgess <andrew.burgess@embecosm.com>
785
786 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
787 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
788 negative bounds.
789 * gdb.fortran/vla-value.exp: Print elements of an array with
790 negative bounds.
791 * gdb.fortran/vla.f90: Setup an array with negative bounds for
792 testing.
793
794 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
795
796 * gdb.base/options.exp (expect_string): Dequote strings in
797 results.
798 (test-string): Test strings with different quoting and reindent.
799
800 2019-07-10 Tom Tromey <tromey@adacore.com>
801
802 * gdb.ada/mi_ex_cond.exp: Update expected results.
803 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
804 * gdb.ada/mi_catch_ex.exp: Update expected results.
805 * gdb.ada/mi_catch_assert.exp: Update expected results.
806 * gdb.ada/catch_ex.exp (catch_exception_info)
807 (catch_exception_entry, catch_assert_entry)
808 (catch_unhandled_entry): Update.
809 * gdb.ada/catch_assert_if.exp: Update expected results.
810
811 2019-07-10 Richard Bunt <richard.bunt@arm.com>
812 Stephen Roberts <stephen.roberts@arm.com>
813
814 * gdb.base/define.exp: Restore original prompt.
815
816 2019-07-09 Pedro Alves <palves@redhat.com>
817
818 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
819 breakpoints" output.
820 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
821 * gdb.python/py-breakpoint.exp: No longer expect that "catch
822 throw" creates breakpoint.
823 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
824 'type="catchpoint"'.
825
826 2019-07-09 Pedro Alves <palves@redhat.com>
827
828 PR c++/15468
829 * gdb.cp/except-multi-location-lib.cc: New.
830 * gdb.cp/except-multi-location-main.cc: New.
831 * gdb.cp/except-multi-location.exp: New.
832
833 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
834
835 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
836 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
837 argument and update callers.
838
839 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
840
841 * gdb.arch/amd64-break-on-asm-line.S: New file.
842 * gdb.arch/amd64-break-on-asm-line.exp: New file.
843
844 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
845
846 * gdb.base/printcmds.exp: Test printing C string and
847 C wide string convenience vars without transiting via the inferior.
848 Also make test names unique.
849
850 2019-07-08 Alan Hayward <alan.hayward@arm.com>
851
852 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
853
854 2019-07-04 Pedro Alves <palves@redhat.com>
855
856 * lib/gdb.exp (foreach_with_prefix): Don't return early if
857 body returned ok(0), break(3) or continue(4).
858 * gdb.testsuite/foreach_with_prefix.exp: New file.
859
860 2019-07-04 Alan Hayward <alan.hayward@arm.com>
861
862 * gdb.server/unittest.exp: Allow 0 unit tests to run.
863
864 2019-07-03 Pedro Alves <palves@redhat.com>
865
866 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
867 "return -code".
868
869 2019-07-03 Pedro Alves <palves@redhat.com>
870
871 PR cli/24732
872 * gdb.base/shell.exp: Load completion-support.exp.
873 Adjust expected error output. Add completion tests.
874
875 2019-07-03 Pedro Alves <palves@redhat.com>
876
877 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
878 string_to_regexp.
879
880 2019-07-03 Pedro Alves <palves@redhat.com>
881
882 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
883 (expect_integer): Adjust to expect "-string".
884 (expect_string): New.
885 (all_options): Expect "-string".
886 (test-flag, test-boolean): Adjust to expect "-string".
887 (test-string): New proc.
888 (top level): Call it.
889
890 2019-07-03 Pedro Alves <palves@redhat.com>
891
892 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
893 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
894 the expected output in the success.
895
896 2019-07-03 Pedro Alves <palves@redhat.com>
897
898 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
899 Split one gdb_test_multiple call in two to avoid a race.
900
901 2019-07-03 Pedro Alves <palves@redhat.com>
902
903 * gdb.base/with.c: New file.
904 * gdb.base/with.exp: New file.
905
906 2019-07-03 Pedro Alves <palves@redhat.com>
907
908 * gdb.base/settings.exp: Replace all references to "maint
909 test-settings set" with references to "maint set test-settings",
910 and all references to "maint test-settings show" with references
911 to "maint show test-settings".
912
913 2019-07-03 Pedro Alves <palves@redhat.com>
914
915 * gdb.base/settings.exp (test-string): Adjust expected out when
916 testing "maint test-settings show filename"
917
918 2019-07-02 Pedro Alves <palves@redhat.com>
919
920 * gdb.base/options.exp (test-info-threads): New procedure.
921 (top level): Call it.
922
923 2019-06-28 Tom Tromey <tromey@adacore.com>
924
925 * gdb.dwarf2/ada-linkage-name.c: New file.
926 * gdb.dwarf2/ada-linkage-name.exp: New file.
927
928 2019-06-27 Tom Tromey <tromey@adacore.com>
929
930 * gdb.cp/constexpr-field.exp: Use setup_xfail.
931
932 2019-06-26 Tom de Vries <tdevries@suse.de>
933
934 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
935
936 2019-06-26 Tom de Vries <tdevries@suse.de>
937
938 * gdb.base/index-cache.exp: Add back missing debug option.
939
940 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
941
942 * gdb.base/alias.exp: Test non matching/non existing prefixes.
943
944 2019-06-25 Tom de Vries <tdevries@suse.de>
945
946 PR testsuite/24727
947 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
948
949 2019-06-24 Tom de Vries <tdevries@suse.de>
950
951 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
952
953 2019-06-24 Tom de Vries <tdevries@suse.de>
954
955 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
956 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
957 * gdb.trace/unavailable-dwarf-piece.exp: Same.
958
959 2019-06-24 Tom de Vries <tdevries@suse.de>
960
961 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
962
963 2019-06-21 Tom de Vries <tdevries@suse.de>
964
965 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
966
967 2019-06-21 Tom de Vries <tdevries@suse.de>
968
969 PR testsuite/24518
970 PR ada/24713
971 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
972 index.
973
974 2019-06-19 Tom Tromey <tromey@adacore.com>
975
976 * gdb.ada/length_cond.exp: Add intro comment.
977
978 2019-06-19 Tom Tromey <tromey@adacore.com>
979
980 * gdb.ada/length_cond.exp: New file.
981 * gdb.ada/length_cond/length_cond.adb: New file.
982 * gdb.ada/length_cond/pck.adb: New file.
983 * gdb.ada/length_cond/pck.ads: New file.
984
985 2019-06-18 Tom de Vries <tdevries@suse.de>
986
987 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
988
989 2019-06-18 Tom Tromey <tromey@adacore.com>
990
991 * gdb.base/list0.h: Add comment explaining control character.
992
993 2019-06-18 Tom de Vries <tdevries@suse.de>
994
995 * boards/fission.exp: Break up long debug_flags line.
996
997 2019-06-16 Tom de Vries <tdevries@suse.de>
998
999 PR gdb/24445
1000 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1001 generated index.
1002
1003 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1004
1005 PR gdb/24686
1006 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1007 improve detection of bug gdb/24541.
1008
1009 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1010
1011 PR gdb/24669
1012 * gdb.base/index-cache.exp (uses_readnow,
1013 expecting_index_cache_use): Define global variable.
1014 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1015 expecting_index_cache_use.
1016
1017 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1018 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * gdb.fortran/pointers.f90: New file.
1021 * gdb.fortran/print_type.exp: New file.
1022 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1023 * gdb.fortran/vla-type.exp: Likewise.
1024 * gdb.fortran/vla-value.exp: Likewise.
1025 * gdb.mi/mi-vla-fortran.exp: Likewise.
1026
1027 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1028
1029 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1030 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1031 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1032 as a stop reason.
1033
1034 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1035
1036 * gdb.base/annota1.exp: Update expected results.
1037 * gdb.cp/annota2.exp: Likewise.
1038 * gdb.cp/annota3.exp: Likewise.
1039
1040 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * gdb.base/style-logging.exp: Remove path from test name.
1043
1044 2019-06-14 Tom Tromey <tromey@adacore.com>
1045
1046 PR gdb/24502:
1047 * gdb.base/style-logging.exp: New file.
1048
1049 2019-06-14 Tom Tromey <tromey@adacore.com>
1050
1051 * gdb.base/symfile-warn.exp: New file.
1052 * gdb.base/symfile-warn.c: New file.
1053
1054 2019-06-14 Tom Tromey <tromey@adacore.com>
1055
1056 * gdb.base/annotate-symlink.exp: New file.
1057
1058 2019-06-14 Tom Tromey <tromey@adacore.com>
1059
1060 * gdb.ada/set_wstr.exp: Add reassignment test.
1061
1062 2019-06-14 Tom Tromey <tromey@adacore.com>
1063
1064 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1065 'unchecked_access and 'unrestricted_access as well.
1066
1067 2019-06-14 Tom Tromey <tromey@adacore.com>
1068
1069 PR ada/24539:
1070 * gdb.ada/vla.exp: Update tests.
1071 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1072 pragma.
1073
1074 2019-06-13 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.base/settings.exp (test-integer): Test junk after
1077 "unlimited".
1078
1079 2019-06-13 Pedro Alves <palves@redhat.com>
1080
1081 * gdb.base/options.exp (test-thread-apply): New.
1082 (top level): Call it.
1083
1084 2019-06-13 Pedro Alves <palves@redhat.com>
1085
1086 * gdb.base/options.exp (test-frame-apply): New.
1087 (top level): Test print commands with different "frame apply"
1088 prefixes.
1089
1090 2019-06-13 Pedro Alves <palves@redhat.com>
1091
1092 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1093 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1094 'max_completions' parameter and handle it.
1095 (test_gdb_completion_offers_commands): New.
1096
1097 2019-06-13 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1100
1101 2019-06-13 Pedro Alves <palves@redhat.com>
1102
1103 * gdb.base/options.exp (test-backtrace): New.
1104 (top level): Call it.
1105
1106 2019-06-13 Pedro Alves <palves@redhat.com>
1107
1108 * gdb.guile/scm-frame-args.exp: Use "set print
1109 raw-frame-arguments" instead of "set print raw frame-arguments".
1110 * gdb.python/py-frame-args.exp: Likewise.
1111
1112 2019-06-13 Pedro Alves <palves@redhat.com>
1113
1114 * gdb.compile/compile.exp: Adjust expected output to option
1115 processing changes.
1116
1117 2019-06-13 Pedro Alves <palves@redhat.com>
1118
1119 * gdb.base/options.exp: Build executable.
1120 (test-print): New procedure.
1121 (top level): Call it, once for "print" and another for "compile
1122 print".
1123
1124 2019-06-13 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.base/options.c: New file.
1127 * gdb.base/options.exp: New file.
1128
1129 2019-06-13 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1132 that "o" is ambiguous.
1133
1134 2019-06-13 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.base/settings.c: New file.
1137 * gdb.base/settings.exp: New file.
1138
1139 2019-06-13 Pedro Alves <palves@redhat.com>
1140
1141 * gdb.base/completion.exp: Fix comment typo.
1142
1143 2019-06-13 Pedro Alves <palves@redhat.com>
1144
1145 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1146 foo --1" test.
1147
1148 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1149
1150 * gdb.fortran/block-data.f: New.
1151 * gdb.fortran/block-data.exp: New.
1152
1153 2019-06-11 Tom de Vries <tdevries@suse.de>
1154
1155 PR testsuite/24521
1156 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1157 message.
1158
1159 2019-06-11 Tom de Vries <tdevries@suse.de>
1160
1161 PR testsuite/24521
1162 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1163
1164 2019-06-11 Tom de Vries <tdevries@suse.de>
1165
1166 * boards/readnow.exp: New file.
1167
1168 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1169
1170 * gdb.fortran/vla-sizeof.exp: Update expected results.
1171
1172 2019-06-06 Amos Bird <amosbird@gmail.com>
1173
1174 * gdb.base/annota1.exp (thread_switch): Add test for
1175 thread-exited annotation.
1176
1177 2019-06-06 Tom Tromey <tromey@adacore.com>
1178
1179 * gdb.base/maint.exp: Expect command started/finished output.
1180
1181 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1182
1183 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1184 comment.
1185 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1186
1187 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1188
1189 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1190 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1191 * gdb.arch/riscv-unwind-long-insn.c: New file.
1192 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1193
1194 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1195
1196 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1197
1198 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1199
1200 * lib/gdb.exp (help_list_trailer): New regexp variable
1201 factorizing the help trailer message.
1202 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1203 arg to allow to better factorize various tests.
1204 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1205 (test_prefix_command_help): Use help_list_trailer.
1206 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1207 * gdb.guile/scm-cmd.exp: Likewise.
1208 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1209 * gdb.base/help.exp: Use test_user_defined_class_help.
1210 * gdb.base/style.exp: Add tests for styling of help and apropos.
1211 * lib/gdb-utils.exp (style): Add title and highlight styles.
1212
1213 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1214
1215 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1216 $_shell_exitsignal.
1217 * gdb.base/default.exp: Update for new convenience variables.
1218
1219 2019-05-29 Tom Tromey <tromey@adacore.com>
1220
1221 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1222 to "break complete ada" test case's regexp.
1223
1224 2019-05-29 Tom Tromey <tromey@adacore.com>
1225
1226 PR c++/20020:
1227 * gdb.cp/constexpr-field.exp: New file.
1228 * gdb.cp/constexpr-field.cc: New file.
1229
1230 2019-05-29 Tom Tromey <tromey@adacore.com>
1231
1232 * gdb.base/finish.exp (finish_no_print): New proc.
1233 (finish_tests): Call it.
1234
1235 2019-05-24 Tom de Vries <tdevries@suse.de>
1236
1237 * gdb.dwarf2/gdb-add-index.exp: New file.
1238
1239 2019-05-22 Tom Tromey <tromey@adacore.com>
1240
1241 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1242 * gdb.base/style.exp: Use "style".
1243 * lib/gdb-utils.exp (style): New proc.
1244
1245 2019-05-22 Tom de Vries <tdevries@suse.de>
1246
1247 * gdb.base/align.exp: Require c++11.
1248
1249 2019-05-22 Tom de Vries <tdevries@suse.de>
1250
1251 PR testsuite/24586
1252 * gdb.python/py-mi-var-info-path-expression.exp: Call
1253 mi_skip_python_tests to check if python is supported.
1254
1255 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1256
1257 * gdb.arch/aarch64-pauth.c: New test.
1258 * gdb.arch/aarch64-pauth.exp: New file.
1259
1260 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1261
1262 * README (Re-running Tests Outside The Testsuite): New section.
1263
1264 2019-05-21 Tom de Vries <tdevries@suse.de>
1265
1266 * gdb.arch/amd64-eval.exp: Require c++11.
1267 * gdb.base/max-depth.exp: Same.
1268 * gdb.compile/compile-cplus-array-decay.exp: Same.
1269 * gdb.cp/meth-typedefs.exp: Same.
1270 * gdb.cp/subtypes.exp: Same.
1271 * gdb.cp/temargs.exp: Same.
1272
1273 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1274
1275 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1276
1277 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1278
1279 PR gdb/18644
1280 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1281 * gdb.fortran/printing-types.exp: Add new test.
1282 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1283 testing.
1284 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1285 setup_kfail call.
1286
1287 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1288
1289 * README (Running the Testsuite): Change example.
1290 (Testsuite Parameters): Remove TRANSCRIPT.
1291 * lib/gdb.exp: Remove TRANSCRIPT check.
1292
1293 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1294
1295 * README (Testsuite Parameters): Add replay logging to
1296 GDBSERVER_DEBUG.
1297 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1298 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1299 as a comma separated list.
1300 (gdb_debug_init): Override procedure.
1301
1302 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1303
1304 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1305 (gdb_write_cmd_file): New procedure.
1306 * lib/gdbserver-support.exp (gdbserver_start): Call
1307 gdbserver_write_cmd_file.
1308 (gdbserver_write_cmd_file): New procedure.
1309
1310 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1311
1312 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1313 (delete_breakpoints): Likewise.
1314 (gdb_run_cmd): Likewise.
1315 (gdb_start_cmd): Likewise.
1316 (gdb_starti_cmd): Likewise.
1317 (gdb_internal_error_resync): Likewise.
1318 (gdb_test_multiple): Likewise.
1319 (gdb_reinitialize_dir): Likewise.
1320 (default_gdb_exit): Likewise.
1321 (gdb_file_cmd): Mark kill as optional.
1322 (default_gdb_start): Call gdb_stdin_log_init.
1323 (send_gdb): Call gdb_stdin_log_write.
1324 (rerun_to_main): Mark Y as an answer.
1325 (gdb_stdin_log_init): New function.
1326 (gdb_stdin_log_write): Likewise.
1327
1328 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1329
1330 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1331 * gdb.base/debug-expr.exp: Likewise.
1332 * gdb.base/foll-fork.exp: Likewise.
1333 * gdb.base/foll-vfork.exp: Likewise.
1334 * gdb.base/fork-print-inferior-events.exp: Likewise.
1335 * gdb.base/gdb-sigterm.exp: Likewise.
1336 * gdb.base/gdbinit-history.exp: Likewise.
1337 * gdb.base/osabi.exp: Likewise.
1338 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1339 * gdb.base/ui-redirect.exp: Likewise.
1340 * gdb.gdb/unittest.exp: Likewise.
1341 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1342 * gdb.mi/mi-watch.exp: Likewise.
1343 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1344 * gdb.mi/user-selected-context-sync.exp: Likewise.
1345 * gdb.python/python.exp: Disable debug test when debugging.
1346 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1347 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1348 Likewise.
1349 * gdb.threads/stepi-random-signal.exp: Likewise.
1350
1351 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1352
1353 * Makefile.in: Pass through GDB_DEBUG.
1354 * README (Testsuite Parameters): Add GDB_DEBUG.
1355 (gdb,debug): Add board setting.
1356 * lib/gdb.exp (default_gdb_start): Start debugging.
1357 (gdb_debug_enabled): New procedure.
1358 (gdb_debug_init): Likewise.
1359
1360 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1361
1362 * Makefile.in: Pass through GDB_DEBUG.
1363 * README (Testsuite Parameters): Add GDB_DEBUG.
1364 (gdb,debug): Add board setting.
1365 * lib/gdb.exp (default_gdb_start): Start debugging.
1366 (gdb_debug_enabled): New procedure.
1367 (gdb_debug_init): Likewise.
1368
1369 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1370
1371 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1372
1373 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1374
1375 * gdb.base/ui-redirect.exp: Test redirection.
1376
1377 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1378
1379 * gdb.mi/mi-complete.exp: New file.
1380 * gdb.mi/mi-complete.cc: Likewise.
1381
1382 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1383
1384 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1385 indexed and sliced arrays, and pointers to arrays.
1386
1387 2019-05-14 Tom Tromey <tromey@adacore.com>
1388
1389 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1390 styling test.
1391
1392 2019-05-14 Tom de Vries <tdevries@suse.de>
1393
1394 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1395 selection entry encoding.
1396
1397 2019-05-10 Tom Tromey <tromey@adacore.com>
1398
1399 * gdb.ada/info_exc.exp: Add "complete" test.
1400
1401 2019-05-09 Tom de Vries <tdevries@suse.de>
1402
1403 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1404 CU-relative.
1405
1406 2019-05-09 Tom de Vries <tdevries@suse.de>
1407
1408 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1409 CU-relative.
1410
1411 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1412
1413 * gdb.ada/frame_arg_lang.exp: New testcase.
1414 * gdb.ada/frame_arg_lang/bla.adb: New file.
1415 * gdb.ada/frame_arg_lang/pck.ads: New file.
1416 * gdb.ada/frame_arg_lang/pck.adb: New file.
1417 * gdb.ada/frame_arg_lang/foo.c: New file.
1418
1419 2019-05-08 Tom Tromey <tromey@adacore.com>
1420
1421 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1422
1423 2019-05-08 Tom Tromey <tromey@adacore.com>
1424
1425 * gdb.base/ptype-offsets.exp: Update tests.
1426
1427 2019-05-08 Tom Tromey <tromey@adacore.com>
1428
1429 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1430 cases.
1431 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1432 "short".
1433
1434 2019-05-08 Tom Tromey <tromey@adacore.com>
1435
1436 * gdb.ada/vla.exp: New file.
1437 * gdb.ada/vla/vla.adb: New file.
1438
1439 2019-05-07 Tom de Vries <tdevries@suse.de>
1440
1441 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1442
1443 2019-05-07 Tom de Vries <tdevries@suse.de>
1444
1445 PR testsuite/24522
1446 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1447 section.
1448
1449 2019-05-07 Tom de Vries <tdevries@suse.de>
1450
1451 PR testsuite/24522
1452 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1453 .debug_aranges section.
1454
1455 2019-05-07 Tom de Vries <tdevries@suse.de>
1456
1457 PR testsuite/24159
1458 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1459
1460 2019-05-06 Tom de Vries <tdevries@suse.de>
1461
1462 * lib/gdb.exp (exec_has_index_section): New proc.
1463 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1464 section.
1465
1466 2019-05-04 Tom de Vries <tdevries@suse.de>
1467
1468 * boards/cc-with-debug-names.exp: New file.
1469
1470 2019-05-03 Tom Tromey <tromey@adacore.com>
1471
1472 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1473 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1474 * gdb.ada/char_enum.exp: Add test.
1475
1476 2019-05-03 Tom de Vries <tdevries@suse.de>
1477
1478 * boards/cc-with-gdb-index.exp: New file.
1479
1480 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1481
1482 * gdb.rust/simple.exp: Add new test case.
1483 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1484 (main): Initialise an instance of the new struct.
1485
1486 2019-05-01 Tom Tromey <tromey@adacore.com>
1487
1488 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1489 record.
1490 (NPR): New variable.
1491 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1492 test.
1493
1494 2019-05-01 Tom Tromey <tromey@adacore.com>
1495
1496 * gdb.ada/packed_array_assign.exp: Add packed assignment
1497 regression test.
1498
1499 2019-05-01 Tom de Vries <tdevries@suse.de>
1500
1501 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1502
1503 2019-05-01 Tom de Vries <tdevries@suse.de>
1504
1505 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1506
1507 2019-04-30 Ali Tamur <tamur@google.com>
1508
1509 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1510
1511 2019-04-30 Tom Tromey <tromey@adacore.com>
1512
1513 * lib/ada.exp (find_ada_tool): New proc.
1514 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1515 * gdb.ada/catch_ex_std.exp: New file.
1516 * gdb.ada/catch_ex_std/foo.adb: New file.
1517 * gdb.ada/catch_ex_std/some_package.adb: New file.
1518 * gdb.ada/catch_ex_std/some_package.ads: New file.
1519
1520 2019-04-30 Tom Tromey <tromey@adacore.com>
1521
1522 PR c++/24470:
1523 * gdb.cp/temargs.cc: Add test code from PR.
1524
1525 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * gdb.fortran/vla-datatypes.exp: Update expected results.
1528 * gdb.fortran/vla-ptype.exp: Likewise.
1529 * gdb.fortran/vla-type.exp: Likewise.
1530 * gdb.fortran/vla-value.exp: Likewise.
1531
1532 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1533
1534 * gdb.fortran/ptr-indentation.exp: Update expected results.
1535 * gdb.fortran/ptype-on-functions.exp: Likewise.
1536 * gdb.fortran/vla-ptr-info.exp: Likewise.
1537 * gdb.fortran/vla-value.exp: Likewise.
1538
1539 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1540
1541 * gdb.fortran/ptype-on-functions.exp: New file.
1542 * gdb.fortran/ptype-on-functions.f90: New file.
1543
1544 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1545
1546 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1547 case void string.
1548
1549 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * gdb.fortran/complex.exp: Expand.
1552 * gdb.fortran/complex.f: Renamed to...
1553 * gdb.fortran/complex.f90: ...this, and extended to add more
1554 complex values.
1555
1556 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1557
1558 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1559 MODULO, CMPLX.
1560
1561 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1562 Richard Bunt <richard.bunt@arm.com>
1563
1564 * gdb.base/max-depth.c: New file.
1565 * gdb.base/max-depth.exp: New file.
1566 * gdb.python/py-nested-maps.c: New file.
1567 * gdb.python/py-nested-maps.exp: New file.
1568 * gdb.python/py-nested-maps.py: New file.
1569 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1570 (test_all_common): Call test_max_depth.
1571 * gdb.fortran/max-depth.exp: New file.
1572 * gdb.fortran/max-depth.f90: New file.
1573 * gdb.go/max-depth.exp: New file.
1574 * gdb.go/max-depth.go: New file.
1575 * gdb.modula2/max-depth.exp: New file.
1576 * gdb.modula2/max-depth.c: New file.
1577 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1578
1579 2019-04-29 Tom de Vries <tdevries@suse.de>
1580
1581 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1582
1583 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1584
1585 * gdb.base/callexit.exp: Test may-call-functions off.
1586
1587 2019-04-25 Keith Seitz <keiths@redhat.com>
1588
1589 PR c++/24367
1590 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1591 (another_incomplete_struct, test_incomplete): New definitions.
1592 (main): Use new definitions.
1593 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1594 functions.
1595
1596 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1597
1598 PR corefiles/11608
1599 PR corefiles/18187
1600 * gdb.base/coredump-filter-build-id.exp: New file.
1601
1602 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1603
1604 * Makefile.in: Pass through GDBSERVER_DEBUG.
1605 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1606 (gdbserver,debug): Add board setting.
1607 * gdb.trace/tspeed.exp: Skip when debugging.
1608 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1609 * lib/gdbserver-support.exp: Likewise
1610
1611 2019-04-24 Tom Tromey <tromey@adacore.com>
1612
1613 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1614 Rust.
1615
1616 2019-04-24 Tom Tromey <tromey@adacore.com>
1617
1618 * gdb.arch/amd64-eval.exp: Test bitfield return.
1619 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1620 (class Foo) <return_bitfields>: New method.
1621 (main): Call it.
1622
1623 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1624
1625 * gdb.cp/many-args.cc: New file.
1626 * gdb.cp/many-args.exp: New file.
1627
1628 2019-04-23 Tom de Vries <tdevries@suse.de>
1629
1630 PR gdb/24433
1631 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1632
1633 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1634
1635 * gdb.trace/backtrace.exp: Use nopie flag.
1636 * gdb.trace/circ.exp: Likewise.
1637 * gdb.trace/collection.exp: Likewise.
1638 * gdb.trace/ftrace.exp: Likewise.
1639 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1640 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1641 * gdb.trace/qtro.exp: Likewise.
1642 * gdb.trace/read-memory.exp: Likewise.
1643 * gdb.trace/report.exp: Likewise.
1644 * gdb.trace/tfile.exp: Likewise.
1645 * gdb.trace/tfind.exp: Likewise.
1646 * gdb.trace/unavailable.exp: Likewise.
1647
1648 2019-04-22 Pedro Alves <palves@redhat.com>
1649
1650 * gdb.base/solib-probes-nosharedlibrary.c,
1651 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1652
1653 2019-04-19 Tom Tromey <tromey@adacore.com>
1654
1655 * gdb.ada/ptype_union.c: New file.
1656 * gdb.ada/ptype_union.exp: New file.
1657
1658 2019-04-19 Tom Tromey <tromey@adacore.com>
1659
1660 PR symtab/24423:
1661 * gdb.base/list0.h (foo): Add a control-l character.
1662
1663 2019-04-18 Tom de Vries <tdevries@suse.de>
1664
1665 PR gdb/24433
1666 * boards/local-board.exp: Set sysroot to "".
1667
1668 2019-04-18 Tom de Vries <tdevries@suse.de>
1669 Pedro Alves <palves@redhat.com>
1670
1671 PR gdb/24454
1672 * gdb.threads/vfork-follow-child-exec.c: New file.
1673 * gdb.threads/vfork-follow-child-exec.exp: New file.
1674 * gdb.threads/vfork-follow-child-exit.c: New file.
1675 * gdb.threads/vfork-follow-child-exit.exp: New file.
1676
1677 2019-04-15 Leszek Swirski <leszeks@google.com>
1678
1679 * gdb.arch/amd64-eval.cc: New file.
1680 * gdb.arch/amd64-eval.exp: New file.
1681
1682 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1683
1684 * gdb.server/sysroot.c: New test.
1685 * gdb.server/sysroot.exp: New file.
1686 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1687 matching param.
1688
1689 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1690
1691 * gdb.base/align.exp: Extend test to cover structures containing
1692 only static fields.
1693
1694 2019-04-11 Tom de Vries <tdevries@suse.de>
1695
1696 * boards/cc-with-dwz-m.exp: New file.
1697 * boards/cc-with-dwz.exp: New file.
1698 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1699
1700 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1701
1702 * gdb.base/start-cpp.exp: New file.
1703 * gdb.base/start-cpp.cc: New file.
1704
1705 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1706
1707 * gdb.python/py-thrhandle.exp: Adjust tests to call
1708 thread_from_handle instead of thread_from_thread_handle.
1709
1710 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1711
1712 * gdb.python/py-thrhandle.exp: Add tests for
1713 gdb.InferiorThread.handle.
1714
1715 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1716
1717 * gdb.python/py-function.exp: Check calling helper function from
1718 all languages.
1719 * lib/gdb.exp (gdb_supported_languages): New proc.
1720
1721 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * gdb.base/complex-parts.c: New file.
1724 * gdb.base/complex-parts.exp: New file.
1725
1726 2019-04-01 Tom Tromey <tromey@adacore.com>
1727
1728 PR symtab/23331:
1729 * gdb.dwarf2/dw2-ranges-main.c: New file.
1730 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1731 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1732
1733 2019-03-30 Simon Marchi <simark@simark.ca>
1734
1735 * gdb.base/default.exp: Add values for $_gdb_major and
1736 $_gdb_minor.
1737
1738 2019-03-29 Tom Tromey <tromey@adacore.com>
1739
1740 * gdb.base/help.exp: Tighten apropos regexp.
1741
1742 2019-03-29 Keith Seitz <keiths@redhat.com>
1743
1744 * gdb.fortran/array-bounds.exp: New file.
1745 * gdb.fortran/array-bounds.f90: New file.
1746
1747 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1748
1749 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1750
1751 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1752
1753 * gdb.multi/hello.c (main): Increase alarm timer.
1754
1755 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1756
1757 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1758 factor when no hardware watchpoint support.
1759
1760 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1761 Pedro Alves <palves@redhat.com>
1762
1763 * boards/local-board.exp: set sysroot to /.
1764
1765 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1766
1767 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1768 in child.
1769
1770 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1771
1772 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1773 field.
1774 (make_container): Initialise new field.
1775 * gdb.python/py-prettyprint.exp: Add new tests.
1776 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1777 <display_hint>: New method.
1778
1779 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1780
1781 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1782 gdb_continue_to_breakpoint more throughout this test.
1783 (run_lang_tests) Supply unique test names, and use
1784 gdb_test_no_output.
1785
1786 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1787
1788 * gdb.base/finish-pretty.exp: Update expected results.
1789 * gdb.base/pretty-print.c: New file.
1790 * gdb.base/pretty-print.exp: New file.
1791
1792 2019-03-25 Pedro Alves <palves@redhat.com>
1793
1794 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1795 move comments outside list. Append '-i "" eof' section.
1796
1797 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1798
1799 * README: Add pie options.
1800 * gdb.base/break-interp.exp: Ensure pie is disabled.
1801 * gdb.base/dump.exp: Likewise.
1802 * lib/gdb.exp (gdb_compile): Add pie option.
1803
1804 2019-03-19 Tom Tromey <tromey@adacore.com>
1805
1806 * gdb.mi/mi2-cli-display.c: New file.
1807 * gdb.mi/mi2-cli-display.exp: New file.
1808
1809 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1810 Tom Tromey <tromey@adacore.com>
1811
1812 * gdb.ada/ptype_array/pck.adb: New file.
1813 * gdb.ada/ptype_array/pck.ads: New file.
1814 * gdb.ada/ptype_array/foo.adb: New file.
1815 * gdb.ada/ptype_array.exp: New file.
1816
1817 2019-03-14 Tom Tromey <tromey@adacore.com>
1818
1819 * gdb.base/style.exp: Add "set style sources" test.
1820
1821 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1822
1823 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1824 * mi-breakpoint-multiple-locations.exp: ... this.
1825 (make_breakpoints_pattern): New proc.
1826 (do_test): Add mi_version parameter, test -break-insert,
1827 -break-info and =breakpoint-created.
1828
1829 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1830
1831 * config/default.exp: Remove 'load_lib gdb.exp'.
1832 * config/monitor.exp: Likewise.
1833 * config/sid.exp: Likewise.
1834 * config/sim.exp: Likewise.
1835 * config/slite.exp: Likewise.
1836 * config/unix.exp: Likewise.
1837 * gdb.base/default.exp: Remove unhelpful comment.
1838
1839 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1842
1843 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1844
1845 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1846
1847 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1848
1849 * gdb.fortran/type-kinds.exp: Update expected results.
1850
1851 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1852
1853 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1854
1855 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1858 function.
1859 (test_basic_parsing_of_type_kinds): Expand types tested.
1860 (test_parsing_invalid_type_kinds): New function.
1861
1862 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1863
1864 * gdb.fortran/intrinsics.exp: New file.
1865 * gdb.fortran/intrinsics.f90: New file.
1866 * gdb.fortran/type-kinds.exp: New file.
1867
1868 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1869
1870 * gdb.fortran/dot-ops.exp: New file.
1871
1872 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1873
1874 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1875 Check upper and lower case logical literals.
1876
1877 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1878
1879 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1880 Remove duplicate tests.
1881
1882 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1883
1884 * lib/gdb.exp (builtin_cd): rename of cd.
1885 (cd): Override builtin.
1886
1887 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1888
1889 * gdb.fortran/function-calls.exp: New file.
1890 * gdb.fortran/function-calls.f90: New test.
1891
1892 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1893
1894 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1895 on user program standard output.
1896 * gdb.fortran/short-circuit-argument-list.f90: Record function
1897 calls.
1898
1899 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1900
1901 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1902 failure.
1903
1904 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1905
1906 PR gdb/8527
1907 * gdb.base/interrupt-daemon-attach.c,
1908 gdb.base/interrupt-daemon-attach.exp: New test.
1909
1910 2019-02-27 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.base/page.exp: Add tests for "set width/height -1".
1913
1914 2019-02-27 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.base/page.exp: Add tests for "set/show width/height" with
1917 "infinite" values.
1918
1919 2019-02-27 Tom Tromey <tromey@adacore.com>
1920
1921 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1922 2.4.
1923 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1924 workaround.
1925
1926 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1927
1928 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1929 tests for structs with static members.
1930
1931 2019-02-26 Tom Tromey <tromey@adacore.com>
1932
1933 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1934 ValueError, not TypeError.
1935
1936 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1937
1938 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1939 call from main program.
1940
1941 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1942
1943 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1944 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1945 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1946 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1947 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1948
1949 2019-02-22 Keith Seitz <keiths@redhat.com>
1950
1951 PR symtab/23853
1952 * gdb.base/symlink-sourcefile.c: New file.
1953 * gdb.base/symlink-sourcefile.exp: New file.
1954
1955 2019-02-20 Tom Tromey <tom@tromey.com>
1956
1957 * gdb.base/info_qt.exp: Update.
1958
1959 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1960
1961 * gdb.base/source.exp: Move "error in sourced script" code to
1962 the end.
1963 * gdb.base/source-error.gdb: Move contents to
1964 source-error-1.gdb. Add new code to source source-error-1.gdb.
1965 * gdb.base/source-error-1.gdb: New file, from previous
1966 source-error.gdb.
1967
1968 2019-02-17 Tom Tromey <tom@tromey.com>
1969
1970 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1971 for macro styling.
1972 * gdb.base/style.c (SOME_MACRO): New macro.
1973
1974 2019-02-17 Tom Tromey <tom@tromey.com>
1975
1976 * gdb.base/style.exp: Add line-wrapping tests.
1977 * gdb.base/page.exp: Add test for quitting during pagination.
1978
1979 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1980
1981 * gdb.ada/big_packed_array: New testcase.
1982 * gdb.ada/homonym.exp: Fix incorrect expected output for
1983 "break <homonym__get_value>" test.
1984
1985 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1986
1987 PR breakpoints/21870
1988 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1989 and prepare_for_testing. Add comment.
1990 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1991 redundant cleanup call. Clean up comment.
1992
1993 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1994
1995 PR breakpoints/21870
1996 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1997 * gdb.arch/aarch64-dbreg-contents.c: New file.
1998
1999 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2000
2001 * gdb.ada/mi_ref_changeable: New testcase.
2002
2003 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2004
2005 * gdb.base/attach.exp: Add double attach test.
2006
2007 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2008
2009 * lib/gdb.exp (default_gdb_start): Don't match pagination
2010 prompt.
2011 (gdb_init): Set stty_init.
2012
2013 2019-01-27 Tom Tromey <tom@tromey.com>
2014
2015 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2016 skip_python_tests.
2017
2018 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2019
2020 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2021 New structure.
2022 (struct struct_static_02_02): Likewise.
2023 (struct struct_static_02_03): Likewise.
2024 (struct struct_static_02_04): Likewise.
2025 (struct struct_static_04_01): Likewise.
2026 (struct struct_static_04_02): Likewise.
2027 (struct struct_static_04_03): Likewise.
2028 (struct struct_static_04_04): Likewise.
2029 (struct struct_static_06_01): Likewise.
2030 (struct struct_static_06_02): Likewise.
2031 (struct struct_static_06_03): Likewise.
2032 (struct struct_static_06_04): Likewise.
2033 (cmp_struct_static_02_01): Likewise.
2034 (cmp_struct_static_02_02): Likewise.
2035 (cmp_struct_static_02_03): Likewise.
2036 (cmp_struct_static_02_04): Likewise.
2037 (cmp_struct_static_04_01): Likewise.
2038 (cmp_struct_static_04_02): Likewise.
2039 (cmp_struct_static_04_03): Likewise.
2040 (cmp_struct_static_04_04): Likewise.
2041 (cmp_struct_static_06_01): Likewise.
2042 (cmp_struct_static_06_02): Likewise.
2043 (cmp_struct_static_06_03): Likewise.
2044 (cmp_struct_static_06_04): Likewise.
2045 (call_all): Test new structs.
2046 * gdb.base/infcall-nested-structs.exp: Likewise.
2047
2048 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2049 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2050
2051 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2052 * gdb.base/stack-protector.c: New test.
2053 * gdb.base/stack-protector.exp: New file.
2054 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2055 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2056 option.
2057 (gdb_compile): Remove stack protector for GCC and prevent
2058 recursion.
2059
2060 2019-01-16 Keith Seitz <keiths@redhat.com>
2061
2062 PR gdb/23773
2063 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2064
2065 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2066
2067 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2068 aliases.
2069 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2070 tests.
2071 * gdb.arch/powerpc-vector-regs.c: New file.
2072 * gdb.arch/powerpc-vector-regs.exp: New file.
2073
2074 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2075
2076 * gdb.arch/altivec-regs.exp: Fix the list passed to
2077 gdb_expect_list when testing "info vector".
2078
2079 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2080
2081 * gdb.base/style.exp: Don't include path in testname.
2082
2083 2019-01-10 Keith Seitz <keiths@redhat.com>
2084
2085 PR gdb/23712
2086 PR symtab/23010
2087 * gdb.dwarf2/multidictionary.exp: New file.
2088
2089 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2090
2091 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2092 (test_gnuv3_style_demangling): ... this.
2093 (test_lucid_style_demangling): Remove.
2094 (test_arm_style_demangling): Remove.
2095 (test_hp_style_demangling): Remove.
2096 (do_tests): Remove calls to the above.
2097
2098 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2101 case.
2102
2103 2019-01-06 Tom Tromey <tom@tromey.com>
2104
2105 PR gdb/28155:
2106 * gdb.dwarf2/typedef-void-finish.exp: New file.
2107
2108 2018-12-28 Tom Tromey <tom@tromey.com>
2109 Simon Marchi <simark@simark.ca>
2110
2111 * gdb.base/jit-exec.exp: New file.
2112 * gdb.base/jit-exec.c: New file.
2113 * gdb.base/jit-execd.c: New file.
2114
2115 2018-12-28 Tom Tromey <tom@tromey.com>
2116
2117 * gdb.base/style.exp: Update test to check for address styling.
2118
2119 2018-12-28 Tom Tromey <tom@tromey.com>
2120
2121 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2122 message.
2123
2124 2018-12-28 Tom Tromey <tom@tromey.com>
2125
2126 * gdb.base/style.exp: Add test for version number styling.
2127
2128 2018-12-28 Tom Tromey <tom@tromey.com>
2129
2130 * gdb.base/style.exp: Add test for print_address_symbolic.
2131
2132 2018-12-28 Tom Tromey <tom@tromey.com>
2133
2134 * gdb.base/style.exp: Add test for breakpoint setting.
2135
2136 2018-12-28 Tom Tromey <tom@tromey.com>
2137
2138 * gdb.base/style.exp: Add test for variable names.
2139
2140 2018-12-28 Tom Tromey <tom@tromey.com>
2141
2142 * gdb.base/style.exp: New file.
2143 * gdb.base/style.c: New file.
2144
2145 2018-12-28 Tom Tromey <tom@tromey.com>
2146
2147 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2148 "dumb".
2149 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2150 the TERM environment variable.
2151
2152 2018-12-27 Tom Tromey <tom@tromey.com>
2153
2154 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2155 pagination test.
2156
2157 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2158
2159 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2160 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2161
2162 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2163
2164 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2165 Filename a.adb changed to bp_fun_addr.adb.
2166 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2167
2168 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2169
2170 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2171 non-PIE executables.
2172 * README: Mention the gdb,nopie_flag board setting.
2173 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2174 non-PIE executable.
2175 * gdb.arch/amd64-entry-value.exp: Likewise.
2176 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2177 * gdb.arch/i386-float.exp: Likewise.
2178 * gdb.arch/i386-signal.exp: Likewise.
2179 * gdb.mi/mi-reg-undefined.exp: Likewise.
2180
2181 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2182
2183 PR gdb/23974
2184 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2185
2186 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2187
2188 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2189 Update order of results accordingly.
2190
2191 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2192
2193 * gdb.base/annota1.exp: Update a test regexp.
2194
2195 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2198
2199 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2200
2201 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2202 (reuse_time): Initialize to REUSE_TIME_CAP.
2203 (check_rc): New function.
2204 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2205 Check pthread_create rc.
2206 (spawner_thread_func): Check pthread_create and pthread_join rc.
2207
2208 2018-12-08 Pedro Alves <palves@redhat.com>
2209
2210 * gdb.base/list.exp (test_forward_search): Rename to ...
2211 (test_forward_reverse_search): ... this. Also test reverse-search
2212 and the forward-search alias.
2213
2214 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2215
2216 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2217 local timeout variable before return, and remove all local timeout
2218 variable entirely.
2219 (gdb_load): Likewise.
2220
2221 2018-12-01 Tom de Vries <tdevries@suse.de>
2222
2223 * gdb.base/gdb-caching-proc.exp: New file.
2224
2225 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2226
2227 * Makefile.in (TIMESTAMP): New variable.
2228 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2229 command.
2230 (check-single-racy): Likewise.
2231 (check/%.exp): Likewise.
2232 (check-racy/%.exp): Likewise.
2233 (workers/%.worker): Likewise.
2234 (build-perf): Likewise.
2235 (check-perf): Likewise.
2236 * README: Describe new "TS" and "TS_FORMAT" variables.
2237 * print-ts.py: New file.
2238
2239 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2240
2241 PR python/23714
2242 * gdb.python/python.exp: Test command repetition after
2243 gdb.execute.
2244
2245 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2246
2247 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2248 is correctly aligned.
2249
2250 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2251
2252 * gdb.ada/info_auto_lang.exp: New testcase.
2253 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2254 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2255 * gdb.ada/info_auto_lang/some_c.c: New file.
2256
2257 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2258
2259 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2260 FUNC_lang language syntax.
2261
2262 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2263
2264 * gdb.base/info_minsym.c: New file.
2265 * gdb.base/info_minsym.exp: New file.
2266
2267 2018-11-19 Tom Tromey <tom@tromey.com>
2268
2269 PR rust/23625:
2270 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2271 * gdb.rust/expr.exp: Update expected output. Change one test.
2272
2273 2018-11-19 Tom Tromey <tom@tromey.com>
2274
2275 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2276
2277 2018-11-19 Pedro Alves <palves@redhat.com>
2278
2279 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2280 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2281 see the expected warning.
2282
2283 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2284
2285 PR gdb/22736:
2286 * gdb.cp/infcall-nodebug-lib.c: New test.
2287 * gdb.cp/infcall-nodebug-main.c: New test.
2288 * gdb.cp/infcall-nodebug.exp: New file.
2289
2290 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2291
2292 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2293 completer tests.
2294
2295 2018-11-09 Tom de Vries <tdevries@suse.de>
2296
2297 * gdb.base/msym-lang.c: New test.
2298 * gdb.base/msym-lang.exp: New file.
2299 * gdb.base/msym-lang-main.c: New test.
2300
2301 2018-11-08 Tom Tromey <tom@tromey.com>
2302
2303 PR gdb/23555:
2304 PR gdb/23838:
2305 * gdb.base/warning.exp: New file.
2306
2307 2018-11-08 Jan Beulich <jbeulich@suse.com>
2308
2309 * testsuite/gdb.arch/i386-avx512.c,
2310 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2311
2312 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2313
2314 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2315 point hardware.
2316
2317 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2318
2319 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2320 * gdb.dwarf2/missing-type-name.exp: New file.
2321
2322 2018-11-06 Tom de Vries <tdevries@suse.de>
2323
2324 * gdb.base/many-headers.c: New test.
2325 * gdb.base/many-headers.exp: New file.
2326
2327 2018-11-06 Jim Wilson <jimw@sifive.com>
2328
2329 * gdb.base/code_elim.exp: For riscv, set additional_flags
2330 to include -msmall-data-limit=0.
2331
2332 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2333
2334 * gdb.ada/watch_minus_l: New testcase.
2335
2336 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2337
2338 * gdb.arch/aix-sighandle.c: New file.
2339 * gdb.arch/aix-sighandle.exp: New file.
2340
2341 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2344 registers being unions.
2345
2346 2018-10-31 Tom de Vries <tdevries@suse.de>
2347
2348 * lib/valgrind.exp: New file.
2349 (vgdb_start, vgdb_stop): New procs, factored out of ...
2350 * gdb.base/valgrind-bt.exp: ... here, ...
2351 * gdb.base/valgrind-disp-step.exp: ... here and ...
2352 * gdb.base/valgrind-infcall.exp: ... here.
2353
2354 2018-10-31 Tom de Vries <tdevries@suse.de>
2355
2356 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2357
2358 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2359
2360 * gdb.dwarf2/void-type.c: New file.
2361 * gdb.dwarf2/void-type.exp: New file.
2362
2363 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2364
2365 * gdb.base/info_qt.c: New file.
2366 * gdb.base/info_qt.exp: New file.
2367
2368 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2369
2370 * gdb.arch/powerpc-htm-regs.c: New file.
2371 * gdb.arch/powerpc-htm-regs.exp: New file.
2372
2373 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2374
2375 * gdb.arch/powerpc-tar.c: New file.
2376 * gdb.arch/powerpc-tar.exp: New file.
2377
2378 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2379
2380 * gdb.arch/powerpc-ppr-dscr.c: New file.
2381 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2382
2383 2018-10-25 Tom de Vries <tdevries@suse.de>
2384
2385 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2386
2387 2018-10-24 Tom de Vries <tdevries@suse.de>
2388
2389 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2390 longer exists error.
2391
2392 2018-10-24 Tom de Vries <tdevries@suse.de>
2393
2394 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2395
2396 2018-10-24 Tom de Vries <tdevries@suse.de>
2397
2398 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2399 --db-attach in valgrind.
2400
2401 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2402
2403 * gdb.arch/riscv-reg-aliases.c: New file.
2404 * gdb.arch/riscv-reg-aliases.exp: New file.
2405
2406 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2407
2408 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2409
2410 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2411
2412 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2413
2414 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2415
2416 * gdb.cp/ovldbreak.exp: Fix regexps.
2417
2418 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2419
2420 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2421
2422 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2423
2424 PR cli/23785
2425 * gdb.base/restore.exp: New test to check if "restore" with an
2426 invalid file doesn't segfault.
2427
2428 2018-10-18 Tom de Vries <tdevries@suse.de>
2429
2430 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2431 * gdb.ada/excep_handle.exp: Same.
2432 * gdb.ada/mi_string_access.exp: Same.
2433 * gdb.ada/mi_var_union.exp: Same.
2434 * gdb.arch/arc-analyze-prologue.exp: Same.
2435 * gdb.arch/arc-decode-insn.exp: Same.
2436 * gdb.base/readnever.exp: Same.
2437 * gdb.fortran/printing-types.exp: Same.
2438 * gdb.guile/scm-lazy-string.exp: Same.
2439
2440 2018-10-16 Tom de Vries <tdevries@suse.de>
2441
2442 PR gdb/23730
2443 * gdb.base/catch-follow-exec.c: Add copyright notice.
2444 * gdb.base/catch-follow-exec.exp: Rewrite to use
2445 gdb_spawn_with_cmdline_opts. Require gdb-native.
2446
2447 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2448
2449 * gdb.trace/actions-changed.exp: Check for arch support.
2450 * gdb.trace/actions.exp: Likewise.
2451 * gdb.trace/ax.exp: Likewise.
2452 * gdb.trace/backtrace.exp: Likewise.
2453 * gdb.trace/change-loc.exp: Likewise.
2454 * gdb.trace/deltrace.exp: Likewise.
2455 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2456 * gdb.trace/ftrace.exp: Likewise.
2457 * gdb.trace/infotrace.exp: Check for arch support.
2458 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2459 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2460 * gdb.trace/mi-tsv-changed.exp: Likewise.
2461 * gdb.trace/packetlen.exp: Likewise.
2462 * gdb.trace/passc-dyn.exp: Likewise.
2463 * gdb.trace/passcount.exp: Likewise.
2464 * gdb.trace/pending.exp: Likewise.
2465 * gdb.trace/range-stepping.exp: Check for shlib support.
2466 * gdb.trace/report.exp: Check for arch support.
2467 * gdb.trace/save-trace.exp: Likewise.
2468 * gdb.trace/signal.exp: Check for signal support.
2469 * gdb.trace/tfind.exp: Check for arch support.
2470 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2471 * gdb.trace/trace-common.h: Add comment.
2472 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2473 * gdb.trace/trace-enable-disable.exp: Likewise.
2474 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2475 * gdb.trace/tracecmd.exp: Check for arch support.
2476 * gdb.trace/tspeed.exp: Check for shlib and target support.
2477 * gdb.trace/tstatus.exp: Check for arch support.
2478 * gdb.trace/tsv.exp: Likewise.
2479 * gdb.trace/while-dyn.exp: Likewise.
2480 * gdb.trace/while-stepping.exp: Likewise.
2481 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2482
2483 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2484
2485 * gdb.trace/tspeed.exp: Remove nowarnings.
2486 (prepare_for_trace_test): Declare "global ipalib".
2487 * gdb.trace/tspeed.c: Include unistd.h.
2488 (main): Remove superfluous printf argument.
2489
2490 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2491
2492 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2493 directory prefix on the filename.
2494
2495 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2496
2497 * gdb.gdb/unittest.exp: Update expected message informing that
2498 selftests have been disabled.
2499 * gdb.server/unittest.exp: Likewise.
2500
2501 2018-10-09 Tom de Vries <tdevries@suse.de>
2502
2503 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2504 with runto_main.
2505
2506 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2507
2508 PR c++/16841
2509 * gdb.cp/virtbase2.cc: New file.
2510 * gdb.cp/virtbase2.exp: New file.
2511
2512 2018-10-06 Tom Tromey <tom@tromey.com>
2513
2514 PR python/19399:
2515 * gdb.python/py-inferior.exp: Add architecture test.
2516
2517 2018-10-06 Tom Tromey <tom@tromey.com>
2518
2519 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2520 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2521
2522 2018-10-06 Tom Tromey <tom@tromey.com>
2523
2524 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2525 of a "throw" catchpoint.
2526
2527 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2528
2529 * gdb.base/info-proc.exp: Update string expected from "help info
2530 proc".
2531
2532 2018-10-04 Tom Tromey <tom@tromey.com>
2533
2534 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2535 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2536 (test_initial_complaints, test_empty_complaints): Update.
2537 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2538
2539 2018-10-04 Tom Tromey <tom@tromey.com>
2540
2541 PR cli/19551:
2542 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2543 * lib/gdb.exp (gdb_file_cmd): Update.
2544 * gdb.stabs/weird.exp (print_weird_var): Update.
2545 * gdb.server/solib-list.exp: Update.
2546 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2547 * gdb.mi/mi-cli.exp: Update.
2548 * gdb.linespec/linespec.exp: Update.
2549 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2550 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2551 * gdb.cp/cp-relocate.exp: Update.
2552 * gdb.base/sym-file.exp: Update.
2553 * gdb.base/relocate.exp: Update.
2554 * gdb.base/readnever.exp: Update.
2555 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2556 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2557 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2558 * gdb.base/code_elim.exp: Update.
2559 * gdb.base/break-unload-file.exp (test_break): Update.
2560 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2561 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2562 Update.
2563 * gdb.base/attach.exp (do_attach_tests): Update.
2564 * gdb.base/sepdebug.exp: Update.
2565 * gdb.python/py-section-script.exp: Update.
2566
2567 2018-10-04 Tom Tromey <tom@tromey.com>
2568
2569 PR cli/22234:
2570 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2571 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2572 output.
2573
2574 2018-10-04 Tom Tromey <tom@tromey.com>
2575
2576 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2577 set width and height to 0.
2578 (test_command_line_attach_run): Use -quiet.
2579
2580 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2581
2582 * lib/gdb.exp (skip_ifunc_tests): New.
2583 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2584 other compile failures.
2585 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2586
2587 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2588
2589 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2590 is_amd64_regs_target.
2591
2592 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2593
2594 * gdb.arch/aarch64-sighandler-regs.c: New test.
2595 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2596 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2597
2598 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2599
2600 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2601 assembly.
2602
2603 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * gdb.base/frame-selection.exp: New file.
2606 * gdb.base/frame-selection.c: New file.
2607
2608 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2609
2610 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2611 pthread barrier.
2612 (main): Likewise.
2613
2614 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * gdb.base/large-frame-1.c: New file.
2617 * gdb.base/large-frame-2.c: New file.
2618 * gdb.base/large-frame.exp: New file.
2619 * gdb.base/large-frame.h: New file.
2620
2621 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2622
2623 PR gdb/20948
2624 * gdb.base/write_mem.exp: New test.
2625 * gdb.base/write_mem.c: Likewise.
2626
2627 2018-09-23 Tom Tromey <tom@tromey.com>
2628
2629 PR python/18852:
2630 * gdb.python/py-parameter.exp: Add test for parameter that throws
2631 on "set".
2632
2633 2018-09-23 Tom Tromey <tom@tromey.com>
2634
2635 PR python/17284:
2636 * gdb.python/py-template.exp (test_template_arg): Add test for
2637 negative template argument number.
2638
2639 2018-09-23 Tom Tromey <tom@tromey.com>
2640
2641 PR python/14062:
2642 * gdb.python/python.exp: Add test for post_event error.
2643
2644 2018-09-23 Tom Tromey <tom@tromey.com>
2645
2646 PR python/18170:
2647 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2648 convert pointers to int and long.
2649
2650 2018-09-23 Tom Tromey <tom@tromey.com>
2651
2652 PR python/20126:
2653 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2654 signed-ness conversion tests.
2655
2656 2018-09-23 Tom Tromey <tom@tromey.com>
2657
2658 PR python/18352;
2659 * gdb.python/py-value.exp (test_float_conversion): New proc.
2660 Use it.
2661
2662 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2663
2664 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2665
2666 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2667
2668 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2669 no readline.
2670 * gdb.base/utf8-identifiers.exp: Likewise.
2671 * gdb.cp/cpcompletion.exp: Likewise.
2672 * gdb.linespec/cpcompletion.exp: Likewise.
2673 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2674 * gdb.linespec/cpls-ops.exp: Likewise.
2675
2676 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2677 Chris January <chris.january@arm.com>
2678
2679 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2680 * gdb.fortran/short-circuit-argument-list.exp: New file.
2681 * gdb.fortran/short-circuit-argument-list.f90: New test.
2682
2683 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2684
2685 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2686 "arch=" keyword when executing "-stack-list-frames".
2687
2688 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2689
2690 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2691 "arch=" keyword when executing "-stack-list-frames".
2692
2693 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2694
2695 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2696 break ada".
2697
2698 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2699
2700 PR python/23669
2701 * gdb.python/python.exp: Test gdb.execute("show commands").
2702
2703 2018-09-16 Tom Tromey <tom@tromey.com>
2704
2705 * gdb.base/new-ui.exp (do_execution_tests): Update.
2706 * gdb.base/dbx.exp (test_breakpoints): Update.
2707
2708 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2709
2710 * lib/gdb.exp (gdb_simple_compile): Add proc.
2711 (is_elf_target): Use gdb_simple_compile.
2712 (skip_altivec_tests): Likewise.
2713 (skip_vsx_tests): Likewise.
2714 (skip_tsx_tests): Likewise.
2715 (skip_btrace_tests): Likewise.
2716 (skip_btrace_pt_tests): Likewise.
2717 (gdb_can_simple_compile): Likewise.
2718 (gdb_has_argv0): Likewise.
2719 (gdb_target_symbol_prefix): Likewise.
2720 (target_supports_scheduler_locking): Likewise.
2721
2722 2018-09-13 Tom Tromey <tom@tromey.com>
2723
2724 * Makefile.in (TAGS): Recognize proc_with_prefix and
2725 gdb_caching_proc.
2726
2727 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2728
2729 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2730 method.
2731
2732 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2733
2734 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2735 and a few other Inferior properties when the Inferior is no
2736 longer valid.
2737
2738 2018-09-13 Tom Tromey <tom@tromey.com>
2739
2740 PR rust/23650:
2741 * gdb.rust/simple.exp: Add test for enum field access error.
2742
2743 2018-09-13 Tom Tromey <tom@tromey.com>
2744
2745 PR rust/23626:
2746 * gdb.rust/simple.rs (EmptyEnum): New type.
2747 (main): Use it.
2748 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2749
2750 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2751
2752 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2753 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2754 * gdb.python/py-symtab.exp: Update test printing an objfile.
2755
2756 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2757
2758 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2759 object.
2760
2761 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2762
2763 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2764 (support_complex_tests): Use gdb_can_simple_compile.
2765 (is_ilp32_target): Likewise.
2766 (is_lp64_target): Likewise.
2767 (is_64_target): Likewise.
2768 (is_amd64_regs_target): Likewise.
2769 (is_aarch32_target): Likewise.
2770 (gdb_int128_helper): Likewise.
2771
2772 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2773
2774 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2775
2776 2018-09-10 Jerome Guitton <guitton@adacore.com>
2777
2778 * gdb.ada/same_component_name: Add test for case of tagged record
2779 with variable-length fields.
2780
2781 2018-09-10 Xavier Roirand <roirand@adacore.com>
2782
2783 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2784 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2785 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2786 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2787
2788 2018-09-10 Xavier Roirand <roirand@adacore.com>
2789
2790 * gdb.ada/mi_string_access.exp: New testcase.
2791 * gdb.ada/mi_string_access/bar.adb: New file.
2792 * gdb.ada/mi_string_access/pck.adb: New file.
2793 * gdb.ada/mi_string_access/pck.asd: New file.
2794
2795 2018-09-10 Xavier Roirand <roirand@adacore.com>
2796
2797 * gdb.ada/mi_var_union.exp: New testcase.
2798 * gdb.ada/mi_var_union/bar.adb: New file.
2799 * gdb.ada/mi_var_union/pck.adb: New file.
2800 * gdb.ada/mi_var_union/pck.asd: New file.
2801
2802 2018-09-08 Tom Tromey <tom@tromey.com>
2803
2804 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2805
2806 2018-09-08 Tom Tromey <tom@tromey.com>
2807
2808 PR python/16047:
2809 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2810 (register_pretty_printers): Register new printer.
2811 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2812 test.
2813 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2814 (an_int_type3): New global.
2815
2816 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2817
2818 * gdb.ada/expr_with_funcall: New testcase.
2819
2820 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2821
2822 * gdb.ada/packed_array_assign: New testcase.
2823
2824 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2825
2826 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2827 names, and add test prefixes to make test names unique.
2828
2829 2018-09-05 Tom de Vries <tdevries@suse.de>
2830
2831 * gdb.dwarf2/varval.exp: Add test.
2832
2833 2018-09-04 Gary Benson <gbenson@redhat.com>
2834
2835 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2836 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2837
2838 2018-08-31 Tom Tromey <tom@tromey.com>
2839
2840 * gdb.rust/simple.rs: Rename second variable "v".
2841
2842 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2843
2844 * gdb.base/funcargs.c (use_a): New function.
2845 (recurse): Call use_a.
2846
2847 2018-08-29 Keith Seitz <keiths@redhat.com>
2848
2849 * gdb.compile/compile-cplus-anonymous.cc: New file.
2850 * gdb.compile/compile-cplus-anonymous.exp: New file.
2851 * gdb.compile/compile-cplus-array-decay.cc: New file.
2852 * gdb.compile/compile-cplus-array-decay.exp: New file.
2853 * gdb.compile/compile-cplus-inherit.cc: New file.
2854 * gdb.compile/compile-cplus-inherit.exp: New file.
2855 * gdb.compile/compile-cplus-member.cc: New file.
2856 * gdb.compile/compile-cplus-member.exp: New file.
2857 * gdb.compile/compile-cplus-method.cc: New file.
2858 * gdb.compile/compile-cplus-method.exp: New file.
2859 * gdb.compile/compile-cplus-mod.c: "New" file.
2860 * gdb.compile/compile-cplus-namespace.cc: New file.
2861 * gdb.compile/compile-cplus-namespace.exp: New file.
2862 * gdb.compile/compile-cplus-nested.cc: New file.
2863 * gdb.compile/compile-cplus-nested.exp: New file.
2864 * gdb.compile/compile-cplus-print.c: "New" file.
2865 * gdb.compile/compile-cplus-print.exp: "New" file.
2866 * gdb.compile/compile-cplus-virtual.cc: New file.
2867 * gdb.compile/compile-cplus-virtual.exp: New file.
2868 * gdb.compile/compile-cplus.c: "New" file.
2869 * gdb.compile/compile-cplus.exp: "New" file.
2870 * lib/compile-support.exp: New file.
2871
2872 2018-08-16 Gary Benson <gbenson@redhat.com>
2873
2874 PR gdb/13000:
2875 * gdb.base/batch-exit-status.exp: New file.
2876 * gdb.base/batch-exit-status.good-commands: Likewise.
2877 * gdb.base/batch-exit-status.bad-commands: Likewise.
2878
2879 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2880
2881 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2882 (struct struct02): Likewise.
2883 (struct struct03): Likewise.
2884 (struct struct04): Likewise.
2885 (struct struct_01_01): New struct.
2886 (struct struct_01_02): Likewise.
2887 (struct struct_01_03): Likewise.
2888 (struct struct_01_04): Likewise.
2889 (struct struct_02_01): Likewise.
2890 (struct struct_02_02): Likewise.
2891 (struct struct_02_03): Likewise.
2892 (struct struct_02_04): Likewise.
2893 (struct struct_04_01): Likewise.
2894 (struct struct_04_02): Likewise.
2895 (struct struct_04_03): Likewise.
2896 (struct struct_04_04): Likewise.
2897 (struct struct_05_01): Likewise.
2898 (struct struct_05_02): Likewise.
2899 (struct struct_05_03): Likewise.
2900 (struct struct_05_04): Likewise.
2901 (cmp_struct01): Remove function.
2902 (cmp_struct02): Likewise.
2903 (cmp_struct03): Likewise.
2904 (cmp_struct04): Likewise.
2905 (cmp_struct_01_01): Add Function.
2906 (cmp_struct_01_02): Likewise.
2907 (cmp_struct_01_03): Likewise.
2908 (cmp_struct_01_04): Likewise.
2909 (cmp_struct_02_01): Likewise.
2910 (cmp_struct_02_02): Likewise.
2911 (cmp_struct_02_03): Likewise.
2912 (cmp_struct_02_04): Likewise.
2913 (cmp_struct_04_01): Likewise.
2914 (cmp_struct_04_02): Likewise.
2915 (cmp_struct_04_03): Likewise.
2916 (cmp_struct_04_04): Likewise.
2917 (cmp_struct_05_01): Likewise.
2918 (cmp_struct_05_02): Likewise.
2919 (cmp_struct_05_03): Likewise.
2920 (cmp_struct_05_04): Likewise.
2921 (call_all): Add new structs.
2922 * gdb.base/infcall-nested-structs.exp: Likewise.
2923
2924 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2925
2926 * gdb.python/py-framefilter-mi.exp: Update regexp to
2927 check for "arch" field in frame output.
2928
2929 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2930
2931 * gdb.dwarf2/dw2-ranges-func.c: New file.
2932 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2933
2934 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2935
2936 * gdb.base/term.exp: Compare terminal settings with values from
2937 the inferior.
2938 * gdb.base/term.c: Get and set terminal settings.
2939
2940 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2941
2942 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2943 accommodate new "arch" field in frame output.
2944 * gdb.mi/mi-return.exp: Likewise.
2945 * gdb.mi/mi-stack.exp: Likewise.
2946 * gdb.mi/mi-syn-frame.exp: Likewise.
2947 * gdb.mi/user-selected-context-sync.exp: Likewise.
2948
2949 2018-08-19 Michael Spang <spang@google.com>
2950
2951 PR gdb/11786
2952 * gdb.base/gcore-tls-pie.c: New file.
2953 * gdb.base/gcore-tls-pie.exp: New file.
2954
2955 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2956
2957 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2958 * gdb.dwarf2/varval.c: New file.
2959 * gdb.dwarf2/varval.exp: New file.
2960
2961 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2962
2963 PR gdb/18931
2964 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2965
2966 2018-08-16 Keith Seitz <keiths@redhat.com>
2967
2968 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2969 tests expected to pass.
2970
2971 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2972
2973 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2974 -data-disassemble -a.
2975 (test_disassembly_bogus_args): Likewise.
2976
2977 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2978
2979 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2980
2981 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2982
2983 * gdb.base/vla-optimized-out.exp: Add new test.
2984
2985 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2986
2987 * gdb.base/vla-optimized-out-o3.exp: Delete.
2988 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2989 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2990 deleted tests.
2991
2992 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2993
2994 PR gdb/18050:
2995 * gdb.server/extended-remote-restart.c: New file.
2996 * gdb.server/extended-remote-restart.exp: New file.
2997
2998 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2999
3000 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3001 "set variable index = 42".
3002
3003 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3004
3005 * boards/index-cache-gdb.exp: New file.
3006 * gdb.dwarf2/index-cache.exp: New file.
3007 * gdb.dwarf2/index-cache.c: New file.
3008 * gdb.base/maint.exp: Check if we are using the index cache.
3009
3010 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3011
3012 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3013 MAKEFLAGS.
3014
3015 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3016
3017 * dg-extract-results.sh: Move to toplevel contrib.
3018 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3019 * Makefile.in (check-parallel-racy): Likewise.
3020
3021 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3022
3023 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3024 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3025 tests if the target supports scheduler locking.
3026
3027 2018-08-04 Tom de Vries <tdevries@suse.de>
3028
3029 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3030
3031 2018-08-02 Tom Tromey <tom@tromey.com>
3032
3033 PR symtab/16842.
3034 * gdb.cp/temargs.exp: Test "info address" of a template
3035 parameter.
3036
3037 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3038
3039 * gdb.python/py-mi-var-info-path-expression.c: New file.
3040 * gdb.python/py-mi-var-info-path-expression.py: New file.
3041 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3042
3043 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3044
3045 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3046 error after "cannot resolve name" string.
3047
3048 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3049
3050 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3051 started.
3052 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3053
3054 2018-07-28 Tom de Vries <tdevries@suse.de>
3055
3056 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3057
3058 2018-07-26 Tom de Vries <tdevries@suse.de>
3059
3060 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3061
3062 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3063
3064 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3065 is visible.
3066
3067 2018-07-26 Tom de Vries <tdevries@suse.de>
3068
3069 PR breakpoints/23366
3070 * gdb.base/catch-follow-exec.c: New test.
3071 * gdb.base/catch-follow-exec.exp: New file.
3072
3073 2018-07-25 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3076 vla-optimized-out.c.
3077
3078 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3079
3080 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3081 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3082
3083 2018-07-20 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3086 NOCLONE macro.
3087 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3088
3089 2018-07-19 Tom de Vries <tdevries@suse.de>
3090
3091 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3092 regular expression.
3093
3094 2018-07-18 Tom de Vries <tdevries@suse.de>
3095
3096 * gdb.base/vla-optimized-out.c: New test.
3097 * gdb.base/vla-optimized-out.exp: New file.
3098
3099 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3100
3101 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3102 message "No address associated with hostname" when gdbserver
3103 cannot resolve the hostname.
3104
3105 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3106
3107 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3108 Add some test prefixes to make tests unique.
3109
3110 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3111
3112 * gdb.base/frameapply.c: New file.
3113 * gdb.base/frameapply.exp: New file.
3114
3115 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3116
3117 * gdb.base/skip.exp: Update expected error message.
3118
3119 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3120 Jan Kratochvil <jan.kratochvil@redhat.com>
3121 Paul Fertser <fercerpav@gmail.com>
3122 Tsutomu Seki <sekiriki@gmail.com>
3123
3124 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3125 parameter.
3126 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3127 by default.
3128 * boards/native-gdbserver.exp: Likewise.
3129 * gdb.server/run-without-local-binary.exp: Improve regexp used
3130 for detecting when a remote debugging connection succeeds.
3131 * gdb.server/server-connect.exp: New file.
3132 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3133 Do not prefix the port number with ":".
3134 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3135 support for detecting and using it. Add '$debughost_gdbserver'
3136 to the list of arguments used to start gdbserver. Handle case
3137 when gdbserver cannot resolve a network name.
3138
3139 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3140
3141 PR c++/23373
3142 * gdb.base/ptype-offsets.cc (struct static_member): New
3143 struct.
3144 (main) <stmember>: New variable.
3145 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3146 with a static member in it.
3147
3148 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3149
3150 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3151 watchpoints enabled and disabled.
3152
3153 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3154
3155 * gdb.base/examine-backward.exp: Still run tests around address
3156 0x0, even if address 0x0 is not readable. Update the pattern for
3157 matching address 0x0 in expected output.
3158
3159 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3160
3161 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3162 malloc/free.
3163
3164 2018-07-04 Tom de Vries <tdevries@suse.de>
3165
3166 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3167
3168 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3169
3170 PR tdep/8282
3171 * gdb.arch/mips-disassembler-options.exp: New test.
3172 * gdb.arch/mips-disassembler-options.s: New test source.
3173
3174 2018-06-29 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.threads/names.exp: Adjust expected "info threads" output.
3177
3178 2018-06-29 Pedro Alves <palves@redhat.com>
3179
3180 * gdb.opt/inline-break.exp (line number, address): Add "info
3181 break" tests.
3182
3183 2018-06-29 Pedro Alves <palves@redhat.com>
3184
3185 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3186 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3187 number and address and running to them.
3188
3189 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3190
3191 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3192
3193 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3194
3195 * lib/compiler.c: Remove executable permission flag.
3196
3197 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3198
3199 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3200 code.
3201 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3202
3203 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3204
3205 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3206
3207 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3208
3209 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3210 address argument is omitted.
3211
3212 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3213
3214 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3215
3216 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3217
3218 PR gdb/21695
3219 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3220 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3221
3222 2018-06-26 Tom Tromey <tom@tromey.com>
3223
3224 PR rust/22574:
3225 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3226 * gdb.rust/simple.rs (struct SimpleLayout): New.
3227
3228 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3229
3230 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3231 "info registers" output.
3232
3233 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3234
3235 * gdb.base/watchpoint-hw-attach.c: New test.
3236 * gdb.base/watchpoint-hw-attach.exp: New file.
3237
3238 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3239
3240 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3241 through /bin/sh.
3242 * boards/dwarf4-gdb-index.exp: Likewise.
3243 * boards/fission-dwp.exp: Likewise.
3244
3245 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3246
3247 * gdb.base/float128.exp: Add comment and improved fail message
3248 to the failure case of "print large128" test.
3249
3250 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3251
3252 * configure.ac: Remove AC_PREREQ.
3253 * configure: Re-generate.
3254
3255 2018-06-19 Pedro Alves <palves@redhat.com>
3256
3257 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3258 (func_extern_caller): New.
3259 (main): Call func_extern_caller.
3260 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3261 logic change.
3262
3263 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3264
3265 PR gdb/16841
3266 * gdb.cp/typedef-base.cc: New file.
3267 * gdb.cp/typedef-base.exp: New file.
3268
3269 2018-06-18 Tom de Vries <tdevries@suse.de>
3270
3271 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3272
3273 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3274 Richard Bunt <Richard.Bunt@arm.com>
3275
3276 * gdb.threads/attach-slow-waitpid.c: New file.
3277 * gdb.threads/attach-slow-waitpid.exp: New file.
3278 * gdb.threads/slow-waitpid.c: New file.
3279
3280 2018-06-14 Pedro Alves <palves@redhat.com>
3281
3282 * gdb.base/fork-running-state.c: Include <errno.h>.
3283 (exit_if_relative_exits): New.
3284 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3285 exits.
3286 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3287 child exits.
3288
3289 2018-06-14 Tom de Vries <tdevries@suse.de>
3290
3291 PR cli/22573
3292 * gdb.base/finish-pretty.c: New test.
3293 * gdb.base/finish-pretty.exp: New file.
3294
3295 2018-06-14 Pedro Alves <palves@redhat.com>
3296
3297 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3298 gdb's expected startup output.
3299
3300 2018-06-14 Pedro Alves <palves@redhat.com>
3301
3302 * lib/selftest-support.exp (selftest_setup): Remove inlined
3303 function handling.
3304
3305 2018-06-14 Tom de Vries <tdevries@suse.de>
3306
3307 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3308 matching of breakpoint printing.
3309
3310 2018-06-13 Tom de Vries <tdevries@suse.de>
3311
3312 PR testsuite/23269
3313 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3314 (fork_child): ... here, and ...
3315 (fork_parent): ... here.
3316
3317 2018-06-12 Tom de Vries <tdevries@suse.de>
3318
3319 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3320
3321 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3322 Stephen Roberts <stephen.roberts@arm.com>
3323
3324 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3325 rewrite test to describe action performed, rather than possible
3326 failure.
3327
3328 2018-06-08 Gary Benson <gbenson@redhat.com>
3329
3330 * gdb.threads/check-libthread-db.exp: New file.
3331 * gdb.threads/check-libthread-db.c: Likewise.
3332
3333 2018-06-05 Tom Tromey <tom@tromey.com>
3334
3335 * gdb.base/default.exp: Update expected "show version" output.
3336
3337 2018-06-05 Tom Tromey <tom@tromey.com>
3338
3339 PR cli/12326:
3340 * gdb.cp/static-print-quit.exp: Update.
3341 * lib/gdb.exp (pagination_prompt): Update.
3342 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3343 * gdb.python/python.exp: Update.
3344
3345 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3346
3347 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3348
3349 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3350
3351 * gdb.ada/bp_fun_addr: New testcase.
3352
3353 2018-06-01 Tom Tromey <tom@tromey.com>
3354
3355 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3356 results.
3357 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3358 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3359 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3360 * gdb.base/maint.exp (maint_pass_if): Update.
3361
3362 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3363
3364 * gdb.base/endian.exp: New test.
3365 * gdb.base/endian.c: New test source.
3366
3367 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3368
3369 PR gdb/23203
3370 * gdb.base/bt-selected-frame.c: New file.
3371 * gdb.base/bt-selected-frame.exp: New file.
3372 * lib/gdb.exp (get_current_frame_number): New function.
3373
3374 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3375 Pedro Alves <palves@redhat.com>
3376
3377 * gdb.threads/tls-core.c: Include <stdlib.h>
3378 (thread_proc): Call `abort'.
3379 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3380 (tls_core_test): New procedure, bits factored out from ...
3381 (top level): ... here. Test both native cores and gcore cores.
3382
3383 2018-05-23 Tom Tromey <tom@tromey.com>
3384
3385 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3386
3387 2018-05-23 Tom Tromey <tom@tromey.com>
3388
3389 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3390 symfile_complaints.
3391 (test_short_complaints): Likewise.
3392 (test_empty_complaints): Likewise.
3393 (test_initial_complaints): Update.
3394
3395 2018-05-23 Tom Tromey <tom@tromey.com>
3396
3397 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3398
3399 2018-05-23 Tom Tromey <tom@tromey.com>
3400
3401 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3402 (test_short_complaints): Update.
3403
3404 2018-05-22 Pedro Alves <palves@redhat.com>
3405
3406 * gdb.base/remote.exp: Only gdb_start after compiling the
3407 testcase. Issue "disconnect" before testing "set remote" command
3408 defaults. Issue clean_restart before running to main.
3409
3410 2018-05-22 Pedro Alves <palves@redhat.com>
3411
3412 * gdb.base/remote.exp: Adjust expected output of "show remote
3413 memory-write-packet-size". Add tests for "set remote
3414 memory-write-packet-size 0" and "set remote
3415 memory-write-packet-size fixed/limit".
3416
3417 2018-05-22 Pedro Alves <palves@redhat.com>
3418
3419 PR gdb/22973
3420 * gdb.base/utf8-identifiers.c: New file.
3421 * gdb.base/utf8-identifiers.exp: New file.
3422
3423 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3424
3425 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3426
3427 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3428
3429 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3430
3431 2018-05-18 Tom Tromey <tom@tromey.com>
3432
3433 * gdb.base/ptype-offsets.exp: Update.
3434
3435 2018-05-17 Keith Seitz <keiths@redhat.com>
3436
3437 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3438 in expected breakpoint stop locations.
3439 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3440 move to proper scope to test variable values.
3441 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3442 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3443 New functions.
3444 (main): Call not_inline_func3.
3445 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3446 inline_func1, inline_func2, and inline_func3. Test that when each
3447 breakpoint is hit, GDB properly reports both the stop location
3448 and the backtrace. Repeat tests for temporary breakpoints.
3449
3450 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3451
3452 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3453 rather then trying to access it in determining whether the PID
3454 of `gdbserver' could have been retrieved.
3455
3456 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3457
3458 * gdb.arch/amd64-init-x87-values.S: New file.
3459 * gdb.arch/amd64-init-x87-values.exp: New file.
3460
3461 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3464
3465 2018-05-04 Tom Tromey <tom@tromey.com>
3466
3467 PR python/22730:
3468 * gdb.python/python.exp: Test multi-line execute.
3469
3470 2018-05-04 Tom Tromey <tom@tromey.com>
3471
3472 PR python/22731:
3473 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3474
3475 2018-05-04 Tom Tromey <tom@tromey.com>
3476
3477 PR gdb/11750:
3478 * gdb.base/define.exp: Test defining a user command inside a user
3479 command.
3480 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3481
3482 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3483 Pedro Alves <palves@redhat.com>
3484
3485 PR breakpoints/19806 and support for PR external/20207.
3486 * gdb.base/watchpoint-unaligned.c: New file.
3487 * gdb.base/watchpoint-unaligned.exp: New file.
3488
3489 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3490
3491 * gdb.base/maint.exp: Make test names unique, use
3492 test_prefix_command_help to test 'help maint info', and remove
3493 repeated test of 'help maint'.
3494
3495 2018-05-04 Tom Tromey <tom@tromey.com>
3496
3497 PR gdb/22619:
3498 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3499 behavior.
3500
3501 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * gdb.base/maint.exp: Process output from 'maint print registers'
3504 line at a time.
3505
3506 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3507
3508 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3509 timeout.
3510
3511 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3512
3513 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3514 filter pattern.
3515
3516 2018-05-02 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3519 to_log_command renames.
3520 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3521
3522 2018-05-02 Tom Tromey <tom@tromey.com>
3523
3524 * gdb.python/py-parameter.exp: Set test message.
3525
3526 2018-05-02 Tom Tromey <tom@tromey.com>
3527
3528 PR python/20084:
3529 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3530 PARAM_ZUINTEGER_UNLIMITED tests.
3531
3532 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3533
3534 PR rust/23124
3535 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3536 when casting.
3537
3538 2018-04-30 Tom Tromey <tom@tromey.com>
3539
3540 * gdb.python/py-type.exp: Check align attribute.
3541 * gdb.python/py-type.c: New "aligncheck" global.
3542
3543 2018-04-30 Tom Tromey <tom@tromey.com>
3544
3545 PR exp/17095:
3546 * gdb.dwarf2/dw2-align.exp: New file.
3547 * gdb.cp/align.exp: New file.
3548 * gdb.base/align.exp: New file.
3549 * lib/gdb.exp (gdb_int128_helper): New proc.
3550 (has_int128_c, has_int128_cxx): New caching procs.
3551
3552 2018-04-27 Tom Tromey <tom@tromey.com>
3553
3554 PR rust/22545:
3555 * gdb.rust/simple.exp: Add inclusive range tests.
3556
3557 2018-04-26 Pedro Alves <palves@redhat.com>
3558
3559 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3560 ifunc breakpoint locations correctly of ifunc breakpoints set
3561 while the program resolves the ifunc.
3562
3563 2018-04-26 Pedro Alves <palves@redhat.com>
3564
3565 * gdb.base/gnu-ifunc-final.c: New file.
3566 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3567 * gdb.base/gnu-ifunc.exp (executable): Delete.
3568 (staticexecutable): Adjust.
3569 (lib_opts, exec_opts): Delete.
3570 (make_binsuffix, build, set-break): New procedures.
3571 (misc_tests): New, with tests factored out from the top level.
3572 (top level): Test different combinations of ifunc resolver name,
3573 resolver with and with debug info, and ifunc target with and
3574 without debug info. Wrap static tests with with_target_prefix.
3575
3576 2018-04-26 Pedro Alves <palves@redhat.com>
3577
3578 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3579 return type" warnings.
3580
3581 2018-04-25 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3584 killed".
3585 * gdb.base/kill-after-signal.exp: Likewise.
3586 * gdb.threads/kill.exp: Likewise.
3587
3588 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3589 Sergio Durigan Junior <sergiodj@redhat.com>
3590 Pedro Alves <palves@redhat.com>
3591
3592 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3593 regexps to expect for '[Inferior ... detached]' as well.
3594 * gdb.base/attach.exp: Likewise.
3595 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3596 "gdb_continue_to_end".
3597 (test_catch_syscall_with_wrong_args): Likewise.
3598 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3599 ']'. Don't set 'verbose' on.
3600 * gdb.base/foll-vfork.exp: Likewise.
3601 * gdb.base/fork-print-inferior-events.c: New file.
3602 * gdb.base/fork-print-inferior-events.exp: New file.
3603 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3604 '[Inferior ... has been killed]' message.
3605 * gdb.base/kill-after-signal.exp: Likewise.
3606 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3607 detach message.
3608 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3609 message.
3610 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3611 regexps to expect for '[Inferior ... detached]' as well.
3612 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3613
3614 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3615
3616 PR gdb/23104
3617 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3618
3619 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3620
3621 * gdb.threads/multiple-successive-infcall.c: New test.
3622 * gdb.threads/multiple-successive-infcall.exp: New file.
3623
3624 2018-04-17 Tom Tromey <tom@tromey.com>
3625
3626 * gdb.rust/simple.rs (Union): New type.
3627 (main): New local "u".
3628 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3629
3630 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3631
3632 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3633 number information in output of "whereis" command.
3634 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3635
3636 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3637
3638 * gdb.ada/info_types.exp: Adjust expected output to the line
3639 numbers now printed by "info var/func/type".
3640 * gdb.base/completion.exp: Likewise.
3641 * gdb.base/included.exp: Likewise.
3642 * gdb.cp/cp-relocate.exp: Likewise.
3643 * gdb.cp/cplusfuncs.exp: Likewise.
3644 * gdb.cp/namespace.exp: Likewise.
3645 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3646
3647 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3648
3649 * gdb.btrace/cpu.exp: New.
3650
3651 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3652
3653 * gdb.base/step-indirect-call-thunk.exp: New.
3654 * gdb.base/step-indirect-call-thunk.c: New.
3655 * gdb.reverse/step-indirect-call-thunk.exp: New.
3656 * gdb.reverse/step-indirect-call-thunk.c: New.
3657
3658 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3659
3660 * gdb.base/pie-fork.c: New file.
3661 * gdb.base/pie-fork.exp: New file.
3662
3663 2018-04-11 Tom Tromey <tom@tromey.com>
3664
3665 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3666
3667 2018-04-10 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3670 exits. Instead loop running forever.
3671 (fork_parent): Run forever too.
3672
3673 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3674
3675 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3676 mi_continue_to_line.
3677 * gdb.mi/mi-stack.c (callee4): Add comment.
3678
3679 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3680
3681 * gdb.mi/mi-stack.exp: Fix indentation.
3682
3683 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3684
3685 PR gdb/22979
3686 * gdb.arch/amd64-osabi.exp: New file.
3687
3688 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3689
3690 PR gdb/22980
3691 * gdb.base/osabi.exp: New file.
3692
3693 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3694
3695 * gdb.cp/static-typedef-print.exp: New file.
3696 * gdb.cp/static-typedef-print.cc: New file.
3697
3698 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3699
3700 * gdb.ada/varsize_limit: New testcase.
3701
3702 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3703
3704 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3705
3706 * gdb.ada/notcplusplus: New testcase.
3707
3708 * gdb.base/c-linkage-name.c: New file.
3709 * gdb.base/c-linkage-name.exp: New testcase.
3710
3711 2018-03-26 Tom Tromey <tom@tromey.com>
3712
3713 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3714 * gdb.python/py-framefilter.py (name_error): New global.
3715 (ErrorInName.function): Use name_error.
3716
3717 2018-03-26 Tom Tromey <tom@tromey.com>
3718
3719 PR backtrace/15582:
3720 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3721
3722 2018-03-23 Keith Seitz <keiths@redhat.com>
3723
3724 PR c++/22968
3725 * gdb.cp/subtypes.exp: New file.
3726 * gdb.cp/subtypes.h: New file.
3727 * gdb.cp/subtypes.cc: New file.
3728 * gdb.cp/subtypes-2.cc: New file.
3729
3730 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3731
3732 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3733 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3734 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3735 -nostartfiles when compiling the test. Confirm that all registers
3736 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3737
3738 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3739
3740 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3741 option, syntax was wrong anyway.
3742 * gdb.arch/arm-disp-step.exp: Likewise.
3743 * gdb.arch/sparc64-regs.exp: Likewise.
3744 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3745 option, syntax was wrong anyway, switch to use
3746 prepare_for_testing.
3747 * gdb.arch/i386-disp-step.exp: Likewise.
3748
3749 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3750
3751 * gdb.ada/exec_changed.exp: Replace "target_info exists
3752 use_gdb_stub" by "use_gdb_stub".
3753 * gdb.ada/start.exp: Likewise.
3754 * gdb.base/async-shell.exp: Likewise.
3755 * gdb.base/attach-pie-misread.exp: Likewise.
3756 * gdb.base/attach-wait-input.exp: Likewise.
3757 * gdb.base/break-entry.exp: Likewise.
3758 * gdb.base/break-interp.exp: Likewise.
3759 * gdb.base/dprintf-detach.exp: Likewise.
3760 * gdb.base/nostdlib.exp: Likewise.
3761 * gdb.base/solib-nodir.exp: Likewise.
3762 * gdb.base/statistics.exp: Likewise.
3763 * gdb.base/testenv.exp: Likewise.
3764 * gdb.mi/mi-exec-run.exp: Likewise.
3765 * gdb.mi/mi-start.exp: Likewise.
3766 * gdb.multi/dummy-frame-restore.exp: Likewise.
3767 * gdb.multi/multi-arch-exec.exp: Likewise.
3768 * gdb.multi/multi-arch.exp: Likewise.
3769 * gdb.multi/tids.exp: Likewise.
3770 * gdb.multi/watchpoint-multi.exp: Likewise.
3771 * gdb.python/py-events.exp: Likewise.
3772 * gdb.threads/attach-into-signal.exp: Likewise.
3773 * gdb.threads/attach-stopped.exp: Likewise.
3774 * gdb.threads/threadapply.exp: Likewise.
3775 * lib/selftest-support.exp: Likewise.
3776
3777 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3778
3779 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3780
3781 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3782
3783 * gdb.perf/template-breakpoints.cc: New file.
3784 * gdb.perf/template-breakpoints.exp: New file.
3785 * gdb.perf/template-breakpoints.py: New file.
3786
3787 2018-03-19 Tom Tromey <tom@tromey.com>
3788
3789 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3790 y0.
3791 * gdb.rust/simple.exp: Test bare identifier form of struct
3792 initializer.
3793
3794 2018-03-19 Tom Tromey <tom@tromey.com>
3795
3796 * gdb.gdb/observer.exp: Remove.
3797
3798 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3799
3800 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3801 "qualified" option when setting breakpoints.
3802 * gdb.trace/backtrace.exp: Likewise.
3803 * gdb.trace/circ.exp: Likewise.
3804 * gdb.trace/collection.exp: Likewise.
3805 * gdb.trace/disconnected-tracing.exp: Likewise.
3806 * gdb.trace/ftrace-lock.exp: Likewise.
3807 * gdb.trace/ftrace.exp: Likewise.
3808 * gdb.trace/infotrace.exp: Likewise.
3809 * gdb.trace/packetlen.exp: Likewise.
3810 * gdb.trace/passc-dyn.exp: Likewise.
3811 * gdb.trace/qtro.exp: Likewise.
3812 * gdb.trace/read-memory.exp: Likewise.
3813 * gdb.trace/report.exp: Likewise.
3814 * gdb.trace/signal.exp: Likewise.
3815 * gdb.trace/status-stop.exp: Likewise.
3816 * gdb.trace/strace.exp: Likewise.
3817 * gdb.trace/tfind.exp: Likewise.
3818 * gdb.trace/trace-break.exp: Likewise.
3819 * gdb.trace/trace-condition.exp: Likewise.
3820 * gdb.trace/trace-mt.exp: Likewise.
3821 * gdb.trace/tstatus.exp: Likewise.
3822 * gdb.trace/tsv.exp: Likewise.
3823 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3824 * gdb.trace/unavailable.exp: Likewise.
3825 * gdb.trace/while-dyn.exp: Likewise.
3826
3827 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3828
3829 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3830 that libinproctrace is copied to the target.
3831
3832 2018-03-14 Tom Tromey <tom@tromey.com>
3833
3834 PR cli/14977:
3835 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3836 a null pointer.
3837 * gdb.base/wchar.exp: Likewise.
3838
3839 2018-03-14 Tom Tromey <tom@tromey.com>
3840
3841 PR cli/19918:
3842 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3843 flag.
3844
3845 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3846
3847 PR gdb/22841
3848 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3849 "target" to remote_exec.
3850
3851 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3852
3853 PR gdb/22841
3854 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3855 ${board}_upload): Remove.
3856
3857 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3858
3859 * gdb.cp/watch-cp.cc: New test.
3860 * gdb.cp/watch-cp.exp: New file.
3861
3862 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3863
3864 * gdb.base/infcall-nested-structs.exp: New file.
3865 * gdb.base/infcall-nested-structs.c: New file.
3866 * gdb.base/float.exp: Add riscv support.
3867
3868 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3869
3870 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3871 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3872
3873 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3874
3875 * gdb.server/abspath.exp: New file.
3876 * lib/gdb.exp (with_cwd): New procedure.
3877
3878 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3879
3880 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3881 use it.
3882 (gdb_is_target_remote_prompt): New proc.
3883 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3884 (gdb_is_target_native): Pass prompt parameter to
3885 gdb_is_target_1.
3886
3887 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3888
3889 * gdb.base/load-command.c: New file.
3890 * gdb.base/load-command.exp: New file.
3891 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3892 (gdb_is_target_1): ...this, and generalize for other targets
3893 than just remote.
3894 (gdb_is_target_remote): Use gdb_is_target_1.
3895 (gdb_is_target_native): use gdb_is_target_1.
3896
3897 2018-02-26 Tom Tromey <tom@tromey.com>
3898
3899 PR python/16497:
3900 * gdb.python/py-framefilter.exp: Update test.
3901
3902 2018-02-26 Tom Tromey <tom@tromey.com>
3903
3904 * gdb.dwarf2/variant.c: New file.
3905 * gdb.dwarf2/variant.exp: New file.
3906
3907 2018-02-26 Tom Tromey <tom@tromey.com>
3908
3909 * gdb.rust/simple.exp: Accept more possible results in enum test.
3910
3911 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3912
3913 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3914 parentheses.
3915
3916 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3917
3918 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3919 name of a variable: $actual_linejj -> $actual_line.
3920
3921 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3922
3923 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3924
3925 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3926
3927 * gdb.btrace/buffer-size.exp: Do not force BTS.
3928
3929 2018-02-14 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3932 getting a "Quit".
3933
3934 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3935
3936 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3937 Fix test name.
3938
3939 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3940
3941 * gdb.cp/m-static.exp: Check type of optimized out static
3942 member.
3943
3944 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3945
3946 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3947 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3948
3949 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3950 Leszek Swirski <leszeks@google.com>
3951
3952 * gdb.python/py-prettyprint.c
3953 (struct to_string_returns_value_inner,
3954 struct to_string_returns_value_wrapper): New.
3955 (main): Add tsrvw variable.
3956 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3957 ToStringReturnsValueWrapper): New classes.
3958 (register_pretty_printers): Register new pretty-printers.
3959 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3960 recursive pretty printer.
3961 * gdb.python/py-mi.exp: Likewise.
3962
3963 2018-02-01 Leszek Swirski <leszeks@google.com>
3964
3965 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3966 functions with the same name as an include file are parsed
3967 correctly.
3968
3969 2018-02-01 Yao Qi <yao.qi@linaro.org>
3970
3971 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3972 "\[^\r\n\]*".
3973
3974 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3975
3976 * gdb.arch/powerpc-prologue-frame.s: New file.
3977 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3978 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3979
3980 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3981
3982 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3983
3984 2018-01-30 Pedro Alves <palves@redhat.com>
3985
3986 PR gdb/13211
3987 * gdb.base/interrupt-daemon.c: New.
3988 * gdb.base/interrupt-daemon.exp: New.
3989 * gdb.multi/multi-term-settings.c: New.
3990 * gdb.multi/multi-term-settings.exp: New.
3991
3992 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3993
3994 * gdb.base/break.exp: Save the location where the breakpoint
3995 on break.c:47 was actually inserted when debugging the version
3996 compiled at -O2 and use it in the expected output of the "info
3997 break" test performed soon after.
3998
3999 2018-01-22 Pedro Alves <palves@redhat.com>
4000 Sergio Durigan Junior <sergiodj@redhat.com>
4001
4002 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4003 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4004
4005 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4006
4007 * gdb.base/break-include.c, gdb.base/break-include.inc,
4008 gdb.base/break-include.exp: New files.
4009 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4010 line number now being the actual line number where the breakpoint
4011 was inserted.
4012 * gdb.mi/mi-break.exp: Likewise.
4013 * gdb.mi/mi-reverse.exp: Likewise.
4014 * gdb.mi/mi-simplerun.exp: Ditto.
4015
4016 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4017
4018 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4019 varobj.
4020 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4021
4022 2018-01-21 Don Breazeal <donb@codesourcery.com>
4023 Andrew Burgess <andrew.burgess@embecosm.com>
4024
4025 * gdb.mi/basics.c: Add new global.
4026 * gdb.mi/mi-frame-regs.exp: New file.
4027 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4028 case.
4029
4030 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4031
4032 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4033 non-parameter, and on an unknown symbol.
4034
4035 2018-01-19 Tom Tromey <tom@tromey.com>
4036
4037 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4038 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4039
4040 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4041
4042 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4043 setrlimit and chdir to int.
4044
4045 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4046
4047 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4048 function.
4049 (my_tend): Likewise.
4050 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4051 rationale of avoiding FP- and vector instructions.
4052
4053 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4054
4055 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4056 "info reg" with "\[ \t\]*".
4057 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4058 "\[ \t\]+".
4059 * gdb.arch/s390-multiarch.exp: Ditto.
4060 * gdb.base/pc-fp.exp: Ditto.
4061 * gdb.reverse/i386-precsave.exp: Ditto.
4062 * gdb.reverse/i386-reverse.exp: Ditto.
4063 * gdb.reverse/i387-env-reverse.exp: Ditto.
4064 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4065
4066 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4067
4068 * lib/gdb.exp (gdb_compile): Re-enable use of
4069 universal_compile_options for languages other than Rust.
4070
4071 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4072
4073 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4074
4075 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4076
4077 PR gdb/16577
4078 * gdb.base/solib-vanish.exp: New.
4079 * gdb.base/solib-vanish-main.c: New.
4080 * gdb.base/solib-vanish-lib1.c: New.
4081 * gdb.base/solib-vanish-lib2.c: New.
4082
4083 2018-01-17 Yao Qi <yao.qi@linaro.org>
4084
4085 * gdb.compile/compile.exp: Match the address printed for
4086 frame in the output of command "bt".
4087
4088 2018-01-15 Tom Tromey <tom@tromey.com>
4089
4090 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4091 compute sp_reg.
4092
4093 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4094
4095 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4096 to prepare.
4097 (prepare): Return 0 on error, 1 on success.
4098
4099 2018-01-12 Pedro Alves <palves@redhat.com>
4100
4101 * gdb.base/continue-after-aborted-step-over.c: New.
4102 * gdb.base/continue-after-aborted-step-over.exp: New.
4103
4104 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4105
4106 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4107 options when not creating an executable.
4108
4109 2018-01-11 Pedro Alves <palves@redhat.com>
4110
4111 PR remote/22597
4112 * gdb.server/stop-reply-no-thread.c: New file.
4113 * gdb.server/stop-reply-no-thread.exp: New file.
4114
4115 2018-01-10 Pedro Alves <palves@redhat.com>
4116
4117 PR gdb/22670
4118 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4119 functions too. Test setting breakpoints and printing C functions
4120 with no debug info too.
4121 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4122
4123 2018-01-10 Pedro Alves <palves@redhat.com>
4124
4125 PR gdb/22670
4126 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4127 a fail.
4128
4129 2018-01-10 Pedro Alves <palves@redhat.com>
4130
4131 PR gdb/22670
4132 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4133
4134 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4135
4136 * gdb.server/unittest.exp: Match the output in non-development
4137 mode.
4138
4139 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4140
4141 * gdb.gdb/unittest.exp: Match output in non-development mode.
4142
4143 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4144
4145 * gdb.ada/access_tagged_param.exp: Relax expected output
4146 for value of "ObjL" in "continue" to pck.inspect breakpoint
4147 test.
4148
4149 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4150
4151 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4152 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4153
4154 2018-01-05 Pedro Alves <palves@redhat.com>
4155
4156 PR gdb/18653
4157 * gdb.base/libsegfault.exp: New.
4158
4159 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4160
4161 PR gdb/22670
4162 * gdb.ada/access_tagged_param.exp: New file.
4163 * gdb.ada/access_tagged_param/foo.adb: New file.
4164
4165 2018-01-05 Pedro Alves <palves@redhat.com>
4166
4167 PR gdb/22670
4168 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4169 exercise lower case too, and to exercise both full matching and
4170 wild matching.
4171
4172 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4173
4174 * gdb.ada/rename_subscript_param: New testcase.
4175
4176 2018-01-05 Jerome Guitton <guitton@adacore.com>
4177
4178 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4179
4180 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4181
4182 * gdb.ada/convvar_comp: New testcase.
4183
4184 2018-01-05 Xavier Roirand <roirand@adacore.com>
4185
4186 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4187 (My_Table): New global variable.
4188 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4189
4190 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4191
4192 PR gdb/22670
4193 * gdb.ada/maint_with_ada: New testcase.
4194
4195 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4196
4197 PR gdb/22670
4198 * gdb.ada/bp_c_mixed_case: New testcase.
4199
4200 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4201
4202 PR gdb/22670
4203 * gdb.ada/complete.exp: Add "complete break ada" test.
4204
4205 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4206
4207 PR gdb/22670
4208 * gdb.ada/info_addr_mixed_case: New testcase.
4209
4210 2018-01-03 Xavier Roirand <roirand@adacore.com>
4211
4212 * gdb.ada/excep_handle.exp: New testcase.
4213 * gdb.ada/excep_handle/foo.adb: New file.
4214 * gdb.ada/excep_handle/pck.ads: New file.
4215
4216 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4217
4218 * gdb.base/step-line.c: Add extra empty line in copyright header.
4219 * gdb.base/step-line.inp: Likewise.
4220
4221 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4222
4223 * gdb.ada/dyn_stride.exp: Add slice test.
4224
4225 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4226
4227 * gdb.ada/dyn_stride: New testcase.
4228
4229 2017-12-27 Stafford Horne <shorne@gmail.com>
4230
4231 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4232 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4233
4234 2017-12-27 Stafford Horne <shorne@gmail.com>
4235
4236 * gdb.base/reggroups.c: New file.
4237 * gdb.base/reggroups.exp: New file.
4238
4239 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4240
4241 * gdb.dwarf2/ada-valprint-error.c: New file.
4242 * gdb.dwarf2/ada-valprint-error.exp: New file.
4243
4244 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4245
4246 * gdb.ada/assign_arr: New testcase.
4247
4248 2017-12-18 Xavier Roirand <roirand@adacore.com>
4249
4250 * gdb.ada/funcall_ptr: New testcase.
4251
4252 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4253
4254 PR cli/16224
4255 * gdb.base/ptype-offsets.cc: New file.
4256 * gdb.base/ptype-offsets.exp: New file.
4257
4258 2017-12-15 Yao Qi <yao.qi@linaro.org>
4259
4260 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4261 if XML is disabled.
4262
4263 2017-12-15 Xavier Roirand <roirand@adacore.com>
4264
4265 * gdb.ada/same_component_name: New testcase.
4266
4267 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4268
4269 * gdb.ada/str_binop_equal: New testcase.
4270
4271 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4272
4273 * gdb.ada/task_switch_in_core: New testcase.
4274
4275 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4276
4277 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4278 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4279 call test_bkpt_qualified.
4280 (test_bkpt_qualified): New proc.
4281
4282 2017-12-13 Pedro Alves <palves@redhat.com>
4283
4284 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4285 Tighten regexp by matching with an anchor.
4286
4287 2017-12-13 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4290 ("expression with namespace"): New set of tests.
4291 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4292 (Nested::Test_NS::qux): New.
4293 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4294 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4295
4296 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4297
4298 * gdb.base/server-del-break.c: New file.
4299 * gdb.base/server-del-break.exp: New file.
4300
4301 2017-12-12 Stafford Horne <shorne@gmail.com>
4302
4303 * gdb.xml/tdesc-regs.exp: Add or1k support.
4304
4305 2017-12-12 Stafford Horne <shorne@gmail.com>
4306
4307 * gdb.base/bp-permanent.c: Define nop of or1k.
4308
4309 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4310
4311 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4312 output with components being reordered.
4313
4314 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4315
4316 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4317 output with components being reordered.
4318
4319 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4320 Pedro Alves <palves@redhat.com>
4321
4322 * gdb.base/maint.exp (check for .gdb_index): Check also for
4323 .debug_names.
4324 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4325 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4326 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4327 (.gdb_index used after symbol reloading): Support also .debug_names.
4328 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4329
4330 2017-12-08 Yao Qi <yao.qi@linaro.org>
4331
4332 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4333 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4334
4335 2017-12-08 Yao Qi <yao.qi@linaro.org>
4336
4337 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4338 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4339
4340 2017-12-08 Yao Qi <yao.qi@linaro.org>
4341
4342 * gdb.arch/aarch64-tagged-pointer.c: New file.
4343 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4344
4345 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4346
4347 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4348 "int".
4349
4350 2017-12-07 Keith Seitz <keiths@redhat.com>
4351
4352 PR breakpoints/22569
4353 * gdb.linespec/ls-errs.exp: Change expected result of "break
4354 -source this file has spaces.c -line 3".
4355 Check that an explicit source file followed by whitespace is
4356 identified as an invalid explicit location.
4357
4358 2017-12-07 Keith Seitz <keiths@redhat.com>
4359
4360 * gdb.cp/nested-types.cc: New file.
4361 * gdb.cp/nested-types.exp: New file.
4362 * lib/cp-support.exp: Load data-structures.exp library.
4363 (debug_cp_test_ptype_class): New global.
4364 (cp_ptype_class_verbose, next_line): New procedures.
4365 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4366 Add and document new return value.
4367 Switch the list of lines to a queue.
4368 Add support for new `type' key for nested type definitions.
4369 Add debugging/troubleshooting messages.
4370 * lib/data-structures.exp: New file.
4371
4372 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4373
4374 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4375 with proc_with_prefix, don't use with_test_prefix.
4376
4377 2017-12-07 Tom Tromey <tom@tromey.com>
4378
4379 * gdb.base/break.exp: Add test for empty "commands".
4380
4381 2017-12-07 Yao Qi <yao.qi@linaro.org>
4382
4383 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4384 malloc and catch syscall.
4385
4386 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4387
4388 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4389 tests for explicit locations.
4390
4391 2017-12-06 Pedro Alves <palves@redhat.com>
4392
4393 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4394 force-disabling XML descriptions.
4395
4396 2017-12-04 Pedro Alves <palves@redhat.com>
4397
4398 PR gdb/22499
4399 * gdb.arch/amd64-disp-step-avx.S: New file.
4400 * gdb.arch/amd64-disp-step-avx.exp: New file.
4401
4402 2017-12-03 Pedro Alves <palves@redhat.com>
4403
4404 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4405 and <string.h>.
4406 (parent_function): Print distinct messages when waitpid fails, or
4407 the child exits with a signal, or the child exits for an unhandled
4408 reason.
4409 * gdb.threads/process-dies-while-detaching.exp
4410 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4411 it. Wait for both inferior output and GDB's prompt. Use an
4412 indirect spawn id list.
4413 (do_detach): New parameter 'child_exit'. Use it to compute
4414 expected inferior output.
4415 (test_detach, test_detach_watch, test_detach_killed_outside):
4416 Adjust to pass down the expected child exit kind.
4417
4418 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4419 Sergio Durigan Junior <sergiodj@redhat.com>
4420 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4423
4424 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4425
4426 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4427 to 'symbol-file' and 'add-symbol-file' can be
4428 position-independent.
4429
4430 2017-12-01 Yao Qi <yao.qi@linaro.org>
4431
4432 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4433 the URL in copyright header.
4434 * gdb.arch/aarch64-fp.exp: Likewise.
4435 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4436 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4437 * gdb.base/expand-psymtabs.exp: Likewise.
4438 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4439 * gdb.fortran/common-block.exp: Likewise.
4440 * gdb.fortran/common-block.f90: Likewise.
4441 * gdb.fortran/logical.exp: Likewise.
4442 * gdb.fortran/vla-datatypes.f90: Likewise.
4443 * gdb.fortran/vla-sub.f90: Likewise.
4444
4445 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4446
4447 * gdb.ada/repeat_dyn: New testcase.
4448
4449 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4450
4451 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4452 Update for changed thread numbering.
4453 * gdb.cell/bt.exp: Update for changed GDB output.
4454
4455 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4456
4457 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4458 setting isremote by hand.
4459 * boards/dwarf4-gdb-index.exp: Likewise.
4460 * boards/fission.exp: Likewise.
4461 * boards/stabs.exp: Likewise.
4462
4463 2017-11-30 Pedro Alves <palves@redhat.com>
4464
4465 * gdb.linespec/cpls-ops.exp
4466 (check_explicit_skips_function_argument): Extract the underlying
4467 type of size_t instead of hardcoding it.
4468
4469 2017-11-29 Pedro Alves <palves@redhat.com>
4470
4471 PR c++/19436
4472 * gdb.linespec/cpls-abi-tag.cc: New file.
4473 * gdb.linespec/cpls-abi-tag.exp: New file.
4474
4475 2017-11-29 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.base/langs.exp: Use -qualified.
4478 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4479 it.
4480 * gdb.cp/namespace.exp: Use -qualified.
4481 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4482 (overload-3, template-overload, template-ret-type, const-overload)
4483 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4484 procedures.
4485 (test_driver): Call them.
4486 * gdb.cp/save-bp-qualified.cc: New.
4487 * gdb.cp/save-bp-qualified.exp: New.
4488 * gdb.linespec/explicit.exp: Test -qualified.
4489 * lib/completion-support.exp (completion::explicit_opts_list): Add
4490 "-qualified".
4491 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4492
4493 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4494
4495 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4496
4497 2017-11-29 Tom Tromey <tom@tromey.com>
4498
4499 * gdb.base/relocate.exp: Update invalid argument test.
4500 Add new tests for invalid arguments.
4501
4502 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4503
4504 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4505 Return 0 as a long.
4506 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4507
4508 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4509
4510 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4511 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4512 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4513 func ().
4514 * gdb.cp/shadow.cc (B.func): Return 0.
4515
4516 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4517
4518 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4519 expected output in gdb_expect call to allow the exception
4520 message to be present as well. Fix syntax confusion to avoid
4521 TCL thinking that exception_name is an array.
4522
4523 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4524
4525 * gdb.arch/spu-info.c: Include <unistd.h>.
4526 (do_signal_test): Fix broken calls to write.
4527 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4528 Fix checks for empty mailboxes. Update signal tests for corrected
4529 do_signal_test routine. Allow nonzero event status.
4530 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4531 * gdb.cell/arch.exp: Use standard_output_file.
4532 * gdb.cell/break.exp: Likewise.
4533 * gdb.cell/bt.exp: Likewise.
4534 * gdb.cell/core.exp: Likewise.
4535 * gdb.cell/dwarfaddr.exp: Likewise.
4536 * gdb.cell/ea-cache.exp: Likewise.
4537 * gdb.cell/ea-standalone.exp: Likewise.
4538 * gdb.cell/f-regs.exp: Likewise.
4539 * gdb.cell/fork.exp: Likewise.
4540 * gdb.cell/gcore.exp: Likewise.
4541 * gdb.cell/mem-access.exp: Likewise.
4542 * gdb.cell/ptype.exp: Likewise.
4543 * gdb.cell/registers.exp: Likewise.
4544 * gdb.cell/sizeof.exp: Likewise.
4545 * gdb.cell/solib-symbol.exp: Likewise.
4546 * gdb.cell/solib.exp: Likewise.
4547
4548 2017-11-25 Pedro Alves <palves@redhat.com>
4549
4550 * gdb.base/complete-empty.exp: New file.
4551 * gdb.base/completion.exp: Adjust.
4552
4553 2017-11-25 Pedro Alves <palves@redhat.com>
4554
4555 * gdb.linespec/cpls-ops.cc: New file.
4556 * gdb.linespec/cpls-ops.exp: New file.
4557 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4558 factored out from ...
4559 (test_complete_prefix_range): ... this.
4560
4561 2017-11-24 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.linespec/cpcompletion.exp: New file.
4564 * gdb.linespec/cpls-hyphen.cc: New file.
4565 * gdb.linespec/cpls.cc: New file.
4566 * gdb.linespec/cpls2.cc: New file.
4567 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4568 test to use test_gdb_complete_unique. Add label completion,
4569 keyword completion and explicit location completion tests.
4570 * lib/completion-support.exp: New file.
4571
4572 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4573
4574 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4575 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4576 when hitting an exception catchpoint.
4577
4578 2017-11-22 Yao Qi <yao.qi@linaro.org>
4579
4580 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4581
4582 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4583
4584 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4585 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4586 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4587
4588 2017-11-22 Yao Qi <yao.qi@linaro.org>
4589
4590 * gdb.base/info-os.exp: Pass pthreads.
4591 * gdb.multi/multi-attach.exp: Likewise.
4592
4593 2017-11-22 Yao Qi <yao.qi@linaro.org>
4594
4595 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4596 compiler.
4597
4598 2017-11-22 Yao Qi <yao.qi@linaro.org>
4599
4600 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4601 * gdb.base/break-interp.exp: Likewise.
4602 * gdb.base/jit-attach-pie.exp: Likewise.
4603
4604 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4605
4606 * gdb.base/float128.c (large128): New variable.
4607 * gdb.base/float128.exp: Add test to print largest __float128 value.
4608
4609 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4610
4611 * gdb.arch/vsx-regs.exp: Update register content checks.
4612
4613 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4614
4615 * gdb.arch/ppc-longdouble.exp: New file.
4616 * gdb.arch/ppc-longdouble.c: Likewise.
4617
4618 2017-11-21 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4621
4622 2017-11-20 Pedro Alves <palves@redhat.com>
4623
4624 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4625 (long_double_typedef): New typedefs.
4626 Use DEF on double and long double.
4627 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4628 cases.
4629 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4630 and 'long_double_ptr_same_size' locals. Use them to decide
4631 whether cast from array/function to float is valid/invalid.
4632
4633 2017-11-17 Tom Tromey <tom@tromey.com>
4634
4635 * gdb.rust/traits.rs: New file.
4636 * gdb.rust/traits.exp: New file.
4637
4638 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4639
4640 * gdb.ada/minsyms: New testcase.
4641
4642 2017-11-16 Pedro Alves <palves@redhat.com>
4643
4644 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4645 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4646
4647 2017-11-16 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4650 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4651
4652 2017-11-16 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.server/reconnect-ctrl-c.c: New file.
4655 * gdb.server/reconnect-ctrl-c.exp: New file.
4656
4657 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4658
4659 * gdb.python/py-rbreak.exp: New file.
4660 * gdb.python/py-rbreak.c: New file.
4661 * gdb.python/py-rbreak-func2.c: New file.
4662
4663 2017-11-16 Pedro Alves <palves@redhat.com>
4664
4665 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4666 pattern.
4667 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4668 GDB.
4669
4670 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4671
4672 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4673 regex.
4674
4675 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4676
4677 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4678 test names.
4679
4680 2017-11-09 Pedro Alves <palves@redhat.com>
4681
4682 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4683 factored out from ...
4684 (top level): ... here, and adjusted to avoid expecting beyond the
4685 prompt in a single gdb_test_multiple.
4686
4687 2017-11-09 Pedro Alves <palves@redhat.com>
4688
4689 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4690 output.
4691 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4692 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4693 * gdb.server/ext-run.exp ("kill" test): Likewise.
4694 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4695
4696 2017-11-09 Pedro Alves <palves@redhat.com>
4697
4698 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4699 match till end of line.
4700
4701 2017-11-09 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4704
4705 2017-11-09 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4708 New procedures, factored out from ...
4709 (top level): ... here, and adjusted to avoid expecting beyond the
4710 prompt in one go.
4711
4712 2017-11-09 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4715 output. Fix '?' match.
4716
4717 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4718
4719 * gdb.ada/scoped_watch: New testcase.
4720 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4721 which is actually correct.
4722 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4723 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4724
4725 2017-11-08 Pedro Alves <palves@redhat.com>
4726
4727 * gdb.gdb/complaints.exp (test_initial_complaints)
4728 (test_serial_complaints, test_short_complaints): Call
4729 complaint_internal instead of complaint.
4730
4731 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4732
4733 * gdb.threads/tls-core.c: New file.
4734 * gdb.threads/tls-core.exp: Likewise.
4735
4736 2017-11-08 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4739 (p Exported_Capitalized): New test.
4740 (p exported_capitalized): New test.
4741
4742 2017-11-07 Pedro Alves <palves@redhat.com>
4743
4744 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4745
4746 2017-11-07 Pedro Alves <palves@redhat.com>
4747
4748 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4749 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4750 (disable_invalid, disable_inverted, disable_negative): New
4751 procedures.
4752 ("bad numbers"): New set of tests.
4753
4754 2017-11-07 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.cp/ena-dis-br-range.exp: Add tests.
4757
4758 2017-11-07 Pedro Alves <palves@redhat.com>
4759
4760 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4761
4762 2017-11-07 Xavier Roirand <roirand@adacore.com>
4763 Pedro Alves <palves@redhat.com>
4764
4765 * gdb.base/ena-dis-br.exp: Add reference to
4766 gdb.cp/ena-dis-br-range.exp.
4767 * gdb.cp/ena-dis-br-range.exp: New file.
4768 * gdb.cp/ena-dis-br-range.cc: New file.
4769
4770 2017-11-06 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.base/attach-non-pgrp-leader.c: New.
4773 * gdb.base/attach-non-pgrp-leader.exp: New.
4774
4775 2017-11-06 Pedro Alves <palves@redhat.com>
4776
4777 * configure.ac: No longer check for termio.h and sgtty.h.
4778 * configure: Regenerate.
4779 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4780 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4781 Remove termio and sgtty code.
4782
4783 2017-11-03 Yao Qi <yao.qi@linaro.org>
4784
4785 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4786 in GDB is disabled.
4787
4788 2017-11-03 Yao Qi <yao.qi@linaro.org>
4789
4790 * gdb.python/py-thrhandle.exp: Skip it if python is not
4791 enabled.
4792
4793 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4794
4795 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4796 as a breakpoint command.
4797
4798 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4799
4800 PR python/21213
4801 * gdb.python/py-infthread.exp: Test calling
4802 InferiorThread.inferior () multiple times in a row.
4803
4804 2017-10-27 Keith Seitz <keiths@redhat.com>
4805
4806 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4807 Test "info break" for every inlined function breakpoint.
4808
4809 2017-10-27 Yao Qi <yao.qi@linaro.org>
4810
4811 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4812
4813 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4814
4815 * gdb.cp/classes.exp (test_static_members): Test printing
4816 Outer::instance.
4817 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4818 (Inner::instance, Outer::instance): New.
4819
4820 2017-10-24 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4823 extra console" test in two stages.
4824
4825 2017-10-24 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4828
4829 2017-10-24 Pedro Alves <palves@redhat.com>
4830
4831 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4832 loop.
4833
4834 2017-10-24 Pedro Alves <palves@redhat.com>
4835
4836 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4837 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4838
4839 2017-10-24 Pedro Alves <palves@redhat.com>
4840
4841 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4842 parameter and handle it. Don't output read value in test name.
4843
4844 2017-10-24 Pedro Alves <palves@redhat.com>
4845
4846 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4847 custom test name.
4848
4849 2017-10-24 Pedro Alves <palves@redhat.com>
4850
4851 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4852 include the unstable output directory name in the test's name.
4853 (initial_setup_simple) <'set args'>: Use custom test name.
4854
4855 2017-10-24 Pedro Alves <palves@redhat.com>
4856
4857 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4858 with explicit test name.
4859
4860 2017-10-20 Pedro Alves <palves@redhat.com>
4861
4862 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4863 'wait -i'. Use gdb_assert and remote_close.
4864
4865 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4866
4867 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4868 number from variable rather than hard-coded.
4869
4870 2017-10-19 Pedro Alves <palves@redhat.com>
4871
4872 * gdb.base/long-inferior-output.c: New file.
4873 * gdb.base/long-inferior-output.exp: New file.
4874
4875 2017-11-18 Keith Seitz <keiths@redhat.com>
4876
4877 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4878 method.
4879 (main): Call it.
4880 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4881 Add additional user-defined conversion operator tests.
4882
4883 2017-10-17 Pedro Alves <palves@redhat.com>
4884
4885 * boards/native-stdio-gdbserver.exp: Load "local-board".
4886
4887 2017-10-17 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.base/quit-live.c: New file.
4890 * gdb.base/quit-live.exp: New file.
4891
4892 2017-10-16 Keith Seitz <keiths@redhat.com>
4893
4894 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4895 (class_with_protected_typedef, class_with_private_typedef)
4896 (struct_with_public_typedef, struct_with_protected_typedef)
4897 (struct_with_private_typedef): New classes/structs.
4898 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4899 typedefs and access specifiers.
4900
4901 2017-10-16 Pedro Alves <palves@redhat.com>
4902 Simon Marchi <simon.marchi@polymtl.ca>
4903
4904 * README (Local vs Remote vs Native): New section.
4905 * boards/local-board.exp: New file, with bits factored out from
4906 ...
4907 * boards/native-extended-gdbserver.exp: ... here. Load
4908 "local-board".
4909 * boards/native-gdbserver.exp: Load "local-board".
4910 (${board}_spawn, ${board}_exec): Delete.
4911 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4912 ...
4913 * boards/stdio-gdbserver-base.exp: ... this new file.
4914 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4915 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4916 procedure.
4917 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4918 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4919 stdio_gdbserver_command.
4920 (${board}_get_remote_address, ${board}_get_comm_port)
4921 (${board}_download, ${board}_upload): Delete.
4922 (get_target_remote_pipe_cmd): New.
4923
4924 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4925
4926 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4927 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4928 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4929 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4930 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4931 remove with_test_prefix.
4932
4933 2017-10-13 Pedro Alves <palves@redhat.com>
4934
4935 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4936 * gdb.base/annota1.exp: Use it instead of is_remote.
4937 * gdb.base/annota3.exp: Use it instead of is_remote.
4938 * gdb.cp/annota2.exp: Use it instead of is_remote.
4939 * gdb.cp/annota3.exp: Use it instead of is_remote.
4940 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4941
4942 2017-10-13 Pedro Alves <palves@redhat.com>
4943
4944 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4945 (test_num_test_vars, run_and_count_vars, find_env)
4946 (test_set_unset_env, test_inherit_env_var): New procedures.
4947 (top level): Use them.
4948
4949 2017-10-13 Pedro Alves <palves@redhat.com>
4950
4951 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4952 also skip on stub-like targets.
4953
4954 2017-10-13 Pedro Alves <palves@redhat.com>
4955
4956 PR gdb/22293
4957 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4958 (top level): Move some tests to ...
4959 (test_not_found): ... this new procedure.
4960 (top level): Call it.
4961
4962 2017-10-13 Pedro Alves <palves@redhat.com>
4963
4964 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4965 expect different "info terminal" output if testing with a
4966 non-native target.
4967
4968 2017-10-13 Pedro Alves <palves@redhat.com>
4969 Simon Marchi <simon.marchi@polymtl.ca>
4970
4971 PR python/12966
4972 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4973
4974 2017-10-13 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4977 already.
4978
4979 2017-10-13 Pedro Alves <palves@redhat.com>
4980
4981 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4982 is_remote.
4983
4984 2017-10-13 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4987 is_remote.
4988
4989 2017-10-13 Pedro Alves <palves@redhat.com>
4990
4991 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4992 is set.
4993 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4994 instead of is_remote.
4995
4996 2017-10-13 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4999 (top level): Add comment.
5000
5001 2017-10-13 Pedro Alves <palves@redhat.com>
5002
5003 * gdb.base/remote.exp (top level): Fix comment typo and add
5004 missing return.
5005
5006 2017-10-13 Pedro Alves <palves@redhat.com>
5007 Simon Marchi <simon.marchi@polymtl.ca>
5008
5009 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5010 calls and add comments. Skip test if use_gdb_stub is set.
5011 (top level): Use "set cwd" command instead of "cd" command.
5012
5013 2017-10-13 Pedro Alves <palves@redhat.com>
5014
5015 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5016 is_remote target check.
5017
5018 2017-10-13 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/scope.exp: Use build_executable + clean_restart +
5021 gdb_file_cmd instead of prepare_for_testing and no longer skip
5022 "before run" tests on is_remote target boards. Update comments.
5023 * boards/native-extended-gdbserver.exp
5024 (extended_gdbserver_load_last_file): New, factored out from ...
5025 (gdb_load): ... this. Move further below and add comment.
5026 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5027
5028 2017-10-12 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/attach.exp: Remove references to gdb64.
5031 * gdb.base/dbx.exp: Remove references to gdb64.
5032
5033 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5034 Pedro Alves <palves@redhat.com>
5035
5036 * gdb.base/label.exp: Remove is_remote target check.
5037
5038 2017-10-12 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.base/auvx.exp (coredir): Update comment.
5041 (top level) <core_works>: Use "set cwd" command instead of "cd"
5042 command.
5043
5044 2017-10-12 Pedro Alves <palves@redhat.com>
5045 Simon Marchi <simon.marchi@polymtl.ca>
5046
5047 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5048 target boards.
5049
5050 2017-10-12 Pedro Alves <palves@redhat.com>
5051 Simon Marchi <simon.marchi@polymtl.ca>
5052
5053 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5054 Instead skip if there's any gdb_protocol set.
5055
5056 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5057 Pedro Alves <palves@redhat.com>
5058
5059 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5060
5061 2017-10-12 Pedro Alves <palves@redhat.com>
5062 Simon Marchi <simon.marchi@polymtl.ca>
5063
5064 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5065 instead of on dejagnu remote boards.
5066
5067 2017-10-12 Pedro Alves <palves@redhat.com>
5068 Simon Marchi <simon.marchi@polymtl.ca>
5069
5070 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5071 checks. Use build_executable + clean_restart instead of
5072 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5073 of enabling non-stop after starting gdb.
5074
5075 2017-10-12 Pedro Alves <palves@redhat.com>
5076
5077 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5078 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5079 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5080 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5081
5082 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5083
5084 * gdb.arch/arc-tdesc-cpu.exp: New file.
5085 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5086
5087 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5088
5089 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5090
5091 2017-10-10 Pedro Alves <palves@redhat.com>
5092
5093 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5094 expect CLI output.
5095
5096 2017-10-10 Pedro Alves <palves@redhat.com>
5097
5098 * lib/selftest-support.exp (selftest_setup): Update for
5099 captured_command_loop's prototype change.
5100
5101 2017-10-09 Pedro Alves <palves@redhat.com>
5102
5103 Test both arch1=>arch2 and arch2=>arch1.
5104
5105 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5106 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5107 factored out to...
5108 (append_arch1_options, append_arch2_options, append_arch_options)
5109 (build_executables): New procedures.
5110 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5111 local.
5112 (top level): Add new 'first_arch' testing axis.
5113
5114 2017-10-09 Pedro Alves <palves@redhat.com>
5115
5116 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5117 (barrier): New.
5118 (thread_start, all_started): New functions.
5119 (main): Spawn new thread and wait until it is scheduled.
5120 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5121 option.
5122 (do_test): Add 'selected_thread' parameter. Run to all_started
5123 instead of main. Explicitly set the breakpoint at main. Switch
5124 to the SELECTED_THREAD thread.
5125 (top level): Test handling the exec event with either the main
5126 thread or the second thread selected.
5127
5128 2017-10-09 Pedro Alves <palves@redhat.com>
5129
5130 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5131 logic. Move STOP marker after the value checks.
5132 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5133 regexp.
5134
5135 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5136
5137 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5138
5139 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5140
5141 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5142 integer-to-dfp conversion.
5143 * gdb.base/dfp-test.exp: Likewise.
5144
5145 2017-10-04 Pedro Alves <palves@redhat.com>
5146
5147 * gdb.multi/hangout.c: Include <unistd.h>.
5148 (hangout_loop): New function.
5149 (main): Call alarm. Call hangout_loop in a loop.
5150 * gdb.multi/hello.c: Include <unistd.h>.
5151 (hello_loop): New function.
5152 (main): Call alarm. Call hangout_loop in a loop.
5153 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5154 inferior with the other selected.
5155
5156 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5157
5158 * gdb.mi/list-thread-groups-available.exp: New file.
5159 * gdb.mi/list-thread-groups-available.c: New file.
5160
5161 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5162
5163 * gdb.base/set-cwd.exp: Make it available on
5164 native-extended-gdbserver.
5165
5166 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5167
5168 * gdb.base/set-cwd.c: New file.
5169 * gdb.base/set-cwd.exp: Likewise.
5170
5171 2017-10-02 Tom Tromey <tom@tromey.com>
5172
5173 PR rust/22236:
5174 * gdb.rust/simple.rs (main): New variable "fslice".
5175 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5176
5177 2017-10-02 Tom Tromey <tom@tromey.com>
5178
5179 * gdb.rust/simple.exp: Test ptype of a slice.
5180
5181 2017-10-02 Tom Tromey <tom@tromey.com>
5182
5183 * gdb.rust/simple.exp: Test index of slice.
5184
5185 2017-09-27 Tom Tromey <tom@tromey.com>
5186
5187 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5188
5189 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5190 Pedro Alves <palves@redhat.com>
5191
5192 * gdb.base/compare-sections.exp (get value of read-only section): Read
5193 as unsigned value.
5194 (corrupt read-only section): Likewise and don't set written if patching
5195 failed.
5196
5197 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5198
5199 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5200 files.
5201
5202 2017-09-20 Pedro Alves <palves@redhat.com>
5203
5204 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5205 symbol names in gdb's output.
5206 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5207
5208 2017-09-20 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5211 Rename to ...
5212 (test_list_ambiguous_symbol): ... this and add a symbol name
5213 parameter. Adjust.
5214 (test_list_ambiguous_function): Reimplement on top of
5215 test_list_ambiguous_symbol and also test listing ambiguous
5216 variables.
5217 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5218 (ambiguous_fun): ... this.
5219 (ambiguous_var): New.
5220 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5221 (ambiguous_fun): ... this.
5222 (ambiguous_var): New.
5223
5224 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5225
5226 * gdb.base/starti.c: New file.
5227 * gdb.base/starti.exp: New file.
5228 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5229
5230 2017-09-14 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5233 (top level): Use it instead of runto.
5234
5235 2017-09-11 Tom Tromey <tom@tromey.com>
5236
5237 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5238
5239 2017-09-11 Tom Tromey <tom@tromey.com>
5240
5241 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5242 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5243
5244 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5245
5246 * gdb.fortran/printing-types.exp: New file.
5247 * gdb.fortran/printing-types.exp: New file.
5248
5249 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5250
5251 * gdb.fortran/vla-ptype.exp: Fix typos.
5252 * gdb.fortran/vla-value.exp: Same.
5253
5254 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5255
5256 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5257 * gdb.mi/mi-var-child-f.exp: Likewise.
5258 * gdb.mi/mi-vla-fortran.exp: Likewise.
5259
5260 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5261 Christoph Weinmann <christoph.t.weinmann@intel.com>
5262 Bernhard Heckel <bernhard.heckel@intel.com>
5263
5264 * gdb.fortran/ptr-indentation.f90: New file.
5265 * gdb.fortran/ptr-indentation.exp: New file.
5266
5267 2017-09-05 Tom Tromey <tom@tromey.com>
5268
5269 PR gdb/22010:
5270 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5271
5272 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5273
5274 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5275
5276 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5277
5278 * gdb.threads/tls-nodebug-pie.c: New file.
5279 * gdb.threads/tls-nodebug-pie.exp: New file.
5280
5281 2017-09-05 Tom Tromey <tom@tromey.com>
5282
5283 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5284 for rust.
5285
5286 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5287
5288 * gdb.multi/multi-arch-exec.exp: Test with different
5289 "follow-exec-mode" settings.
5290 (do_test): New procedure.
5291
5292 2017-09-04 Pedro Alves <palves@redhat.com>
5293
5294 * gdb.base/func-static.c (S::method const, S::method volatile)
5295 (S::method volatile const): New methods.
5296 (c_s, v_s, cv_s): New instances.
5297 (main): Call method() on them.
5298 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5299 (cannot_resolve): New procedure.
5300 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5301 print-quote-unquoted columns.
5302 (do_test): Test printing each scope too.
5303
5304 2017-09-04 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.base/local-static.exp: Also test with
5307 class::method::variable wholly quoted.
5308 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5309
5310 2017-09-04 Pedro Alves <palves@redhat.com>
5311
5312 * gdb.base/local-static.c: New.
5313 * gdb.base/local-static.cc: New.
5314 * gdb.base/local-static.exp: New.
5315
5316 2017-09-04 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.asm/asm-source.exp: Add casts to int.
5319 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5320 (dataglobal64_1, dataglobal64_2): New globals.
5321 * gdb.base/nodebug.exp: Test different expressions involving the
5322 new globals, with print, whatis and ptype. Add casts to int.
5323 * gdb.base/solib-display.exp: Add casts to int.
5324 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5325 * gdb.cp/m-static.exp: Add cast to int.
5326 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5327 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5328 tls variable with no debug info without a cast. Test with a cast
5329 to int too.
5330 * gdb.trace/entry-values.exp: Add casts.
5331
5332 2017-09-04 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.base/nodebug.exp: Test that ptype's error about functions
5335 with unknown return type includes the function name too.
5336
5337 2017-09-04 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5340 return type of munmap in infcall.
5341 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5342 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5343 type of ftell in infcall.
5344 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5345 type of getpid in infcall.
5346 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5347 infcall.
5348 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5349 Bail on failure to extract the pid.
5350 * gdb.base/nodebug.c: #include <stdint.h>.
5351 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5352 New functions.
5353 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5354 Change expected output of print/whatis/ptype with functions with
5355 no debug info. Test all supported languages. Call
5356 test_call_promotion.
5357 * gdb.compile/compile.exp: Adjust expected output to expect
5358 warning.
5359 * gdb.threads/siginfo-threads.exp: Likewise.
5360
5361 2017-09-04 Pedro Alves <palves@redhat.com>
5362
5363 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5364 "prototypes". Test calling float functions via prototyped and
5365 unprototyped function pointers.
5366 (perform_all_tests): New parameter "prototypes". Pass it down.
5367 (top level): Pass down "prototypes" parameter to
5368 perform_all_tests.
5369
5370 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5371
5372 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5373 Test with nested loops.
5374
5375 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5376
5377 * gdb.base/commands.exp: Call the new procedures.
5378 (loop_break_test, loop_continue_test): New procedures.
5379
5380 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5381
5382 * gdb.base/commands.exp: Call new procedure.
5383 (define_if_without_arg_test): New procedure.
5384
5385 2017-09-04 Pedro Alves <palves@redhat.com>
5386
5387 * gdb.base/list-ambiguous.exp: New file.
5388 * gdb.base/list-ambiguous0.c: New file.
5389 * gdb.base/list-ambiguous1.c: New file.
5390 * gdb.base/list.exp (test_list_range): Adjust expected output.
5391
5392 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5393
5394 * gdb.base/share-env-with-gdbserver.c: New file.
5395 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5396
5397 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5398
5399 * gdb.base/commands.exp (gdbvar_simple_if_test,
5400 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5401 progvar_simple_if_test, progvar_simple_while_test,
5402 progvar_complex_if_while_test, user_defined_command_test,
5403 user_defined_command_args_eval,
5404 user_defined_command_args_stack_test,
5405 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5406 temporary_breakpoint_commands,
5407 gdb_test_no_prompt, redefine_hook_test,
5408 redefine_backtrace_test): Remove "global gdb_prompt".
5409
5410 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5411
5412 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5413 New proc, call it from toplevel.
5414
5415 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5416
5417 PR remote/21852
5418 * gdb.server/normal.c: New file, copied from gdb.base.
5419 * gdb.server/run-without-local-binary.exp: New file.
5420
5421 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5422
5423 * gdb.arch/sparc64-adi.exp: New file.
5424 * gdb.arch/sparc64-adi.c: New file.
5425
5426 2017-08-22 Pedro Alves <palves@redhat.com>
5427
5428 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5429 (top level): Add "list all overloads" tests.
5430
5431 2017-08-22 Tom Tromey <tom@tromey.com>
5432
5433 * gdb.gdb/xfullpath.exp: Remove.
5434
5435 2017-08-21 Pedro Alves <palves@redhat.com>
5436
5437 PR gdb/19487
5438 * gdb.base/symbol-alias.c: New.
5439 * gdb.base/symbol-alias2.c: New.
5440 * gdb.base/symbol-alias.exp: New.
5441
5442 2017-08-21 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.base/dfp-test.c
5445 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5446 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5447 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5448 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5449 * gdb.base/whatis-ptype-typedefs.c: New.
5450 * gdb.base/whatis-ptype-typedefs.exp: New.
5451 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5452 (an_int, an_int_type, an_int_type2): New globals.
5453 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5454 involving typedefs and cast expressions.
5455 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5456 (lookup_typedefs_function): New.
5457 (typedefs_pretty_printers_dict): New.
5458 (top level): Register lookup_typedefs_function in
5459 gdb.pretty_printers.
5460
5461 2017-08-18 Yao Qi <yao.qi@linaro.org>
5462
5463 * gdb.server/unittest.exp: New.
5464
5465 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5466
5467 PR gdb/21954
5468 * gdb.base/environ.exp: Add test to check if 'unset environment'
5469 works.
5470
5471 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5472
5473 * lib/gdb.exp (universal_compile_options): New caching proc.
5474 (gdb_compile): Suppress GCC's coloring of messages.
5475
5476 2017-08-14 Tom Tromey <tom@tromey.com>
5477
5478 PR gdb/21675:
5479 * gdb.base/printcmds.exp (test_radices): New function.
5480 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5481 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5482 * lib/gdb.exp (get_integer_valueof): Use p/d.
5483
5484 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5485
5486 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5487 characters.
5488
5489 2017-08-05 Tom Tromey <tom@tromey.com>
5490
5491 * gdb.rust/simple.exp: Allow String to appear in a different
5492 namespace.
5493
5494 2017-07-26 Yao Qi <yao.qi@linaro.org>
5495
5496 * gdb.gdb/unittest.exp: Invoke command
5497 "maintenance check xml-descriptions".
5498
5499 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5500
5501 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5502 calling context.
5503 (hex128): Drop erroneous calculation of parameters.
5504
5505 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5506
5507 * gdb.python/py-unwind.exp: Disable stack protection when
5508 building test file.
5509
5510 2017-07-20 Pedro Alves <palves@redhat.com>
5511
5512 * gdb.base/default.exp (set language): Adjust expected output.
5513
5514 2017-07-20 Pedro Alves <palves@redhat.com>
5515
5516 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5517 (test_minsym): ... this, and make static.
5518 (get_pck__foo__bar__minsym): Rename to ...
5519 (get_test_minsym): ... this.
5520 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5521 symbol names and comments.
5522 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5523 (get_test_minsym): ... this.
5524 (pck__foo__bar__minsym__2): Rename to ...
5525 (test_minsym): ... this.
5526 (main): Adjust.
5527
5528 2017-07-17 Pedro Alves <palves@redhat.com>
5529
5530 * gdb.base/completion.exp: Adjust expected output.
5531 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5532 the completer works.
5533
5534 2017-07-17 Pedro Alves <palves@redhat.com>
5535
5536 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5537
5538 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5539
5540 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5541
5542 2017-07-14 Tom Tromey <tom@tromey.com>
5543
5544 PR rust/21764:
5545 * gdb.rust/simple.exp: Add tests.
5546
5547 2017-07-14 Tom Tromey <tom@tromey.com>
5548
5549 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5550
5551 2017-07-14 Pedro Alves <palves@redhat.com>
5552
5553 * gdb.linespec/base/one/thefile.cc (z1): New function.
5554 * gdb.linespec/base/two/thefile.cc (z2): New function.
5555 * gdb.linespec/linespec.exp: Add tests.
5556
5557 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5558
5559 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5560 to mi_create_breakpoint.
5561
5562 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5563
5564 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5565 mi_create_breakpoint.
5566
5567 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5568
5569 * gdb.dlang/demangle.exp: Update for demangling changes.
5570
5571 2017-07-09 Tom Tromey <tom@tromey.com>
5572
5573 * gdb.dwarf2/shortpiece.exp: New file.
5574
5575 2017-07-06 David Blaikie <dblaikie@gmail.com>
5576
5577 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5578 built from fissiont-multi-cu{1,2}.c.
5579 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5580 except putting 'main' and 'func' in separate CUs in the same DWO file.
5581 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5582 test.
5583 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5584 test.
5585
5586 2017-07-06 Pedro Alves <palves@redhat.com>
5587
5588 * gdb.python/py-unwind.exp: Test flushregs.
5589
5590 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5591
5592 PR cli/21688
5593 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5594 tests for alias commands and trailing whitespace.
5595
5596 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5597
5598 PR cli/21688
5599 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5600 procedure. Call it.
5601
5602 2017-06-29 Pedro Alves <palves@redhat.com>
5603
5604 * gdb.base/printcmds.exp: Add tests.
5605
5606 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5607
5608 PR gdb/21337
5609 * gdb.base/reread-readsym.exp: New file.
5610 * gdb.base/reread-readsym.c: New file.
5611
5612 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5613
5614 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5615 subpattern.
5616
5617 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5618
5619 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5620 extended mnemonic.
5621 * gdb.arch/powerpc-power9.s: Likewise.
5622
5623 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5624
5625 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5626 on 32-bit x86 targets. Exploit is_*_target macros where
5627 appropriate.
5628
5629 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5630
5631 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5632 register pieces.
5633
5634 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5635
5636 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5637 located in one or more DWARF pieces.
5638
5639 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5640
5641 * lib/gdb.exp (get_endianness): New proc.
5642 * gdb.arch/aarch64-fp.exp: Use it.
5643 * gdb.arch/altivec-regs.exp: Likewise.
5644 * gdb.arch/e500-regs.exp: Likewise.
5645 * gdb.arch/vsx-regs.exp: Likewise.
5646 * gdb.base/dump.exp: Likewise.
5647 * gdb.base/funcargs.exp: Likewise.
5648 * gdb.base/gnu_vector.exp: Likewise.
5649 * gdb.dwarf2/formdata16.exp: Likewise.
5650 * gdb.dwarf2/implptrpiece.exp: Likewise.
5651 * gdb.dwarf2/nonvar-access.exp: Likewise.
5652 * gdb.python/py-inferior.exp: Likewise.
5653 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5654
5655 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5656
5657 PR gdb/21226
5658 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5659 stack value pieces are taken from the LSB end.
5660
5661 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5662
5663 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5664 variable at nonzero offset.
5665
5666 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5667
5668 * gdb.dwarf2/var-access.c: New file.
5669 * gdb.dwarf2/var-access.exp: New test.
5670 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5671
5672 2017-06-12 Tom Tromey <tom@tromey.com>
5673
5674 * gdb.dwarf2/formdata16.exp: Add tests.
5675
5676 2017-06-12 Tom Tromey <tom@tromey.com>
5677
5678 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5679
5680 2017-06-12 Tom Tromey <tom@tromey.com>
5681
5682 PR exp/16225:
5683 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5684 * gdb.arch/vsx-regs.exp: Update tests.
5685 * gdb.arch/s390-vregs.exp (hex128): New proc.
5686 Update test.
5687 * gdb.arch/altivec-regs.exp: Update tests.
5688
5689 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5690
5691 * gdb.base/startup-with-shell.c: New file.
5692 * gdb.base/startup-with-shell.exp: Likewise.
5693
5694 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5695
5696 * gdb.server/non-existing-program.exp: Update regex in order to
5697 reflect the fact that gdbserver is now using fork_inferior (with a
5698 shell) to startup the inferior.
5699
5700 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5701
5702 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5703 support function calls from GDB.
5704
5705 2017-05-21 Tom Tromey <tom@tromey.com>
5706
5707 PR rust/21466:
5708 * gdb.rust/unsized.exp: New file.
5709 * gdb.rust/unsized.rs: New file.
5710
5711 2017-05-19 Tom Tromey <tom@tromey.com>
5712
5713 PR rust/21484:
5714 * gdb.rust/watch.exp: New file.
5715 * gdb.rust/watch.rs: New file.
5716
5717 2017-05-18 Tom Tromey <tom@tromey.com>
5718
5719 * gdb.rust/simple.exp: Allow Box to be qualified.
5720
5721 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5722
5723 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5724
5725 2017-05-18 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.base/fileio.c (test_write, test_read, test_close)
5728 (test_fstat): Don't print 'ret' in the fail path.
5729
5730 2017-05-18 Pedro Alves <palves@redhat.com>
5731
5732 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5733 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5734 (test_system, test_rename, test_unlink, test_time): Change
5735 prototypes.
5736 * gdb.base/fileio.exp (stop_msg): Adjust.
5737
5738 2017-05-18 Pedro Alves <palves@redhat.com>
5739
5740 * gdb.base/fileio.c (null_str): New global.
5741 (test_stat): Use it.
5742 * gdb.base/fileio.exp: Remove nowarnings.
5743
5744 2017-05-17 Yao Qi <yao.qi@linaro.org>
5745
5746 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5747
5748 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5749
5750 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5751 argument command.
5752 (top-level): Invoke test_set_inferior_tty.
5753
5754 2017-05-04 Pedro Alves <palves@redhat.com>
5755
5756 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5757 Add parens to print call for Python 3.
5758
5759 2017-05-03 Keith Seitz <keiths@redhat.com>
5760
5761 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5762 (main): Call it.
5763
5764 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5765
5766 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5767 to prev and next.
5768
5769 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5770
5771 * gdb.python/py-record-btrace.exp: Remove test for
5772 gdb.BtraceInstruction.error.
5773
5774 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5775
5776 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5777
5778 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5779
5780 * gdb.python/py-record-btrace-threads.c: New file.
5781 * gdb.python/py-record-btrace-threads.exp: New file.
5782
5783 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5784
5785 PR testsuite/8595
5786 * gdb.base/environ.exp: Make test available in all architectures.
5787 Move bits related to "info program" testing to
5788 gdb.base/info-program.exp. Rewrite tests to use the two new
5789 procedures mentione below.
5790 (test_set_show_env_var) New procedure.
5791 (test_set_show_env_var_equal): Likewise.
5792 * gdb.base/info-program.exp: New file.
5793
5794 2017-04-27 Keith Seitz <keiths@redhat.com>
5795
5796 * gdb.cp/oranking.cc (test15): New function.
5797 (main): Call test15 and declare additional variables for testing.
5798 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5799 "p foo101('abc')" tests.
5800 Add tests for cv qualifier overloads.
5801 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5802 "lvalue reference overload" test.
5803 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5804 "print value of f1 on Child&& in f2" test.
5805
5806 2017-04-19 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5809 procedure.
5810 (top level): Call it.
5811 * lib/gdb.exp (gdb_define_cmd): New procedure.
5812
5813 2017-04-12 Pedro Alves <palves@redhat.com>
5814
5815 PR gdb/21323
5816 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5817 (wchar): New global.
5818 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5819 (do_test_wide_char, wide_char_types_no_program, top level): Add
5820 wchar_t testing.
5821
5822 2017-04-12 Pedro Alves <palves@redhat.com>
5823
5824 PR c++/21323
5825 * gdb.cp/wide_char_types.c: New file.
5826 * gdb.cp/wide_char_types.exp: New file.
5827
5828 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5829
5830 PR gdb/21352
5831 * gdb.trace/tsv.exp: Add test for "tsave -r".
5832
5833 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5834
5835 * gdb.dlang/watch-loc.c: New file.
5836 * gdb.dlang/watch-loc.exp: New file.
5837
5838 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5839
5840 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5841
5842 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5843
5844 * gdb.arch/arc-analyze-prologue.S: New file.
5845 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5846
5847 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5848
5849 * gdb.arch/arc-decode-insn.S: New file.
5850 * gdb.arch/arc-decode-insn.exp: Likewise.
5851
5852 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5853
5854 PR tdep/20928
5855 * gdb.arch/sparc64-regs.exp: New file.
5856 * gdb.arch/sparc64-regs.S: Likewise.
5857
5858 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5859
5860 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5861 and memory view on Python 3.
5862
5863 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5864 Keith Seitz <keiths@redhat.com>
5865
5866 PR gdb/14441
5867 * gdb.cp/demangle.exp: Add rvalue reference tests.
5868 * gdb.cp/rvalue-ref-casts.cc: New file.
5869 * gdb.cp/rvalue-ref-casts.exp: New file.
5870 * gdb.cp/rvalue-ref-overload.cc: New file.
5871 * gdb.cp/rvalue-ref-overload.exp: New file.
5872 * gdb.cp/rvalue-ref-params.cc: New file.
5873 * gdb.cp/rvalue-ref-params.exp: New file.
5874 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5875 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5876 * gdb.cp/rvalue-ref-types.cc: New file.
5877 * gdb.cp/rvalue-ref-types.exp: New file.
5878 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5879 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5880
5881 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5882
5883 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5884 New procedure.
5885
5886 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5887
5888 * lib/mi-support.exp (mi_gdb_test): Add additional message
5889 for unexpected output.
5890
5891 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5892
5893 * gdb.base/examine-backward.c (Barrier): New character array
5894 constant, to ensure that TestStrings is preceded by a string
5895 terminator.
5896
5897 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5898
5899 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5900 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5901 and implicit pointer into such a location.
5902
5903 2017-03-16 Doug Evans <dje@google.com>
5904
5905 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5906
5907 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5908
5909 * gdb.cp/m-static.exp: Fix expectation for prototype of
5910 test5.single_constructor and single_constructor::single_constructor.
5911
5912 2017-03-16 Doug Evans <dje@google.com>
5913
5914 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5915 * gdb.guile/scm-lazy-string.c: New file.
5916 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5917 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5918 for pointer, array, typedef lazy strings.
5919
5920 2017-03-16 Doug Evans <dje@google.com>
5921
5922 PR python/17728, python/18439, python/18779
5923 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5924 * gdb.python/py-lazy-string.c (pointer): New typedef.
5925 (main): New locals ptr, array, typedef_ptr.
5926 * gdb.python/py-value.exp: Move lazy string tests to ...
5927 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5928 array, typedef lazy strings.
5929
5930 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5931
5932 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5933 Add optional 'test' parameter.
5934
5935 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5936
5937 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5938 Skip for versions of DejaGnu < 1.5.
5939
5940 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5941
5942 * lib/gdb.exp (dejagnu_version): New proc.
5943 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5944 Use dejagnu_version.
5945
5946 2017-03-10 Keith Seitz <keiths@redhat.com>
5947
5948 PR c++/8128
5949 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5950 type from destructor regexps.
5951 Add a branch which actually passes the test.
5952 Adjust "ptype t5i" test names.
5953
5954 2017-03-08 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.base/step-over-exit.exp: Add explicit test message.
5957
5958 2017-03-08 Pedro Alves <palves@redhat.com>
5959
5960 PR gdb/18360
5961 * gdb.threads/interrupt-while-step-over.c: New file.
5962 * gdb.threads/interrupt-while-step-over.exp: New file.
5963
5964 2017-03-08 Pedro Alves <palves@redhat.com>
5965
5966 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5967 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5968
5969 2017-03-08 Pedro Alves <palves@redhat.com>
5970
5971 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5972 PKRU as not supported as a PASS.
5973
5974 2017-03-08 Pedro Alves <palves@redhat.com>
5975
5976 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5977 prefix instead of $binfile1/$binfile2.
5978 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5979 in test message.
5980 * gdb.python/py-completion.exp: Use "load python file" as test
5981 messages instead of unstable path names.
5982
5983 2017-03-08 Pedro Alves <palves@redhat.com>
5984 Jan Kratochvil <jan.kratochvil@redhat.com>
5985
5986 PR cli/21218
5987 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5988 New proc.
5989 (top level): Call it.
5990
5991 2017-03-08 Pedro Alves <palves@redhat.com>
5992
5993 PR tui/21216
5994 * gdb.tui/tui-nl-filtered-output.exp: New file.
5995
5996 2017-03-08 Pedro Alves <palves@redhat.com>
5997
5998 * gdb.base/completion.exp: Move TUI completion tests to ...
5999 * gdb.tui/completion.exp: ... this new file.
6000
6001 2017-03-08 Pedro Alves <palves@redhat.com>
6002
6003 * gdb.base/tui-disasm-long-lines.c,
6004 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6005 gdb.base/tui-layout.exp: Move to ...
6006 * gdb.tui/: ... this new directory.
6007
6008 2017-03-07 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.base/tui-layout.c: New file.
6011 * gdb.base/tui-layout.exp: New file.
6012
6013 2017-03-07 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/tui-layout.c: Rename to ...
6016 * gdb.base/tui-disasm-long-lines.c: ... this.
6017 * gdb.base/tui-layout.exp: Rename to ...
6018 * gdb.base/tui-disasm-long-lines.exp: ... this.
6019
6020 2017-03-07 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6023
6024 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6025
6026 * i386-mpx-call.c: New file.
6027 * i386-mpx-call.exp: New file.
6028
6029 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6030
6031 * gdb.arch/powerpc-power.exp: Delete test.
6032 * gdb.arch/powerpc-power.s: Likewise.
6033 * gdb.disasm/disassembler-options.exp: New test.
6034 * gdb.arch/powerpc-altivec.exp: Likewise.
6035 * gdb.arch/powerpc-altivec.s: Likewise.
6036 * gdb.arch/powerpc-altivec2.exp: Likewise.
6037 * gdb.arch/powerpc-altivec2.s: Likewise.
6038 * gdb.arch/powerpc-altivec3.exp: Likewise.
6039 * gdb.arch/powerpc-altivec3.s: Likewise.
6040 * gdb.arch/powerpc-power7.exp: Likewise.
6041 * gdb.arch/powerpc-power7.s: Likewise.
6042 * gdb.arch/powerpc-power8.exp: Likewise.
6043 * gdb.arch/powerpc-power8.s: Likewise.
6044 * gdb.arch/powerpc-power9.exp: Likewise.
6045 * gdb.arch/powerpc-power9.s: Likewise.
6046 * gdb.arch/powerpc-vsx.exp: Likewise.
6047 * gdb.arch/powerpc-vsx.s: Likewise.
6048 * gdb.arch/powerpc-vsx2.exp: Likewise.
6049 * gdb.arch/powerpc-vsx2.s: Likewise.
6050 * gdb.arch/powerpc-vsx3.exp: Likewise.
6051 * gdb.arch/powerpc-vsx3.s: Likewise.
6052 * gdb.arch/arm-disassembler-options.exp: Likewise.
6053 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6054 * gdb.arch/s390-disassembler-options.exp: Likewise.
6055
6056 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6057
6058 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6059 (check_supported_features): ... this. Changed return type to void.
6060 (supports_rdseed): New static global.
6061 (rdseed): Check supports_rdseed.
6062 (initialize): Call check_supported_features.
6063
6064 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6065
6066 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6067 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6068 and lqarx/stqcx.
6069 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6070 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6071
6072 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6073
6074 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6075 uppercase.
6076
6077 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6078
6079 * gdb.dwarf2/formdata16.c: New file.
6080 * gdb.dwarf2/formdata16.exp: New file.
6081 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6082
6083 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6084
6085 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6086 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6087 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6088 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6089 DW_AT_GNU_*.
6090
6091 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6092
6093 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6094
6095 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6096
6097 PR gdb/21164
6098 * gdb.base/maint.exp: Add testcases for when the commands do
6099 not have arguments.
6100
6101 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6102
6103 * gdb.cp/chained-calls.exp: Use p instead of P.
6104
6105 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6106
6107 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6108 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6109
6110 2017-02-14 Tom Tromey <tom@tromey.com>
6111
6112 PR python/13598:
6113 * gdb.python/py-events.exp: Add before_prompt event tests.
6114
6115 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6116
6117 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6118
6119 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6120
6121 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6122 (main): Call my_unique_function_name.
6123 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6124 completion of patterns with a single match.
6125 Add missing -re switches to gdb_test_multiple calls.
6126
6127 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6128
6129 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6130 return if core file is not recognized.
6131
6132 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6133
6134 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6135 and extra UIs.
6136
6137 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6138
6139 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6140 proc_with_prefix.
6141
6142 2017-02-10 Tom Tromey <tom@tromey.com>
6143
6144 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6145
6146 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6147
6148 PR gdb/21122
6149 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6150
6151 2017-02-08 Jerome Guitton <guitton@adacore.com>
6152
6153 * gdb.base/define.exp: Add test for command abbreviations
6154 in define.
6155
6156 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6157
6158 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6159 * gdb.reverse/insn-reverse-x86.c: New file.
6160
6161 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6162
6163 PR tdep/20936
6164 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6165
6166 2017-02-03 Tom Tromey <tom@tromey.com>
6167
6168 PR rust/21097:
6169 * gdb.rust/simple.exp: Add new tests.
6170
6171 2017-02-02 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6174 tests.
6175
6176 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6177
6178 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6179 taking a 2-byte value out of a 4-byte DWARF implicit value on
6180 big-endian targets.
6181 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6182 logic. Add test cases for DW_OP_implicit.
6183
6184 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6185
6186 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6187
6188 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6189
6190 * gdb.btrace/enable.exp: Call gdb_exit before
6191 skip_gdbserver_tests.
6192
6193 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6194
6195 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6196 GDBFLAGS.
6197
6198 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6199
6200 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6201 the test is skipped.
6202 * gdb.btrace/data.exp: Likewise.
6203 * gdb.btrace/delta.exp: Likewise.
6204 * gdb.btrace/dlopen.exp: Likewise.
6205 * gdb.btrace/enable-running.exp: Likewise.
6206 * gdb.btrace/enable.exp: Likewise.
6207 * gdb.btrace/exception.exp: Likewise.
6208 * gdb.btrace/function_call_history.exp: Likewise.
6209 * gdb.btrace/gcore.exp: Likewise.
6210 * gdb.btrace/instruction_history.exp: Likewise.
6211 * gdb.btrace/multi-thread-step.exp: Likewise.
6212 * gdb.btrace/nohist.exp: Likewise.
6213 * gdb.btrace/non-stop.exp: Likewise.
6214 * gdb.btrace/reconnect.exp: Likewise.
6215 * gdb.btrace/record_goto-step.exp: Likewise.
6216 * gdb.btrace/record_goto.exp: Likewise.
6217 * gdb.btrace/rn-dl-bind.exp: Likewise.
6218 * gdb.btrace/segv.exp: Likewise.
6219 * gdb.btrace/step.exp: Likewise.
6220 * gdb.btrace/stepi.exp: Likewise.
6221 * gdb.btrace/tailcall-only.exp: Likewise.
6222 * gdb.btrace/tailcall.exp: Likewise.
6223 * gdb.btrace/tsx.exp: Likewise.
6224 * gdb.btrace/unknown_functions.exp: Likewise.
6225 * gdb.btrace/vdso.exp: Likewise.
6226
6227 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6228
6229 * gdb.btrace/enable-running.c: New.
6230 * gdb.btrace/enable-running.exp: New.
6231
6232 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6233
6234 * gdb.arch/amd64-gs_base.c: New file.
6235 * gdb.arch/amd64-gs_base.exp: New file.
6236
6237 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6238
6239 * lib/memory.exp: Remove spurious empty newlines.
6240
6241 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6242
6243 * gdb.python/py-bad-printers.exp: Load python file using "source".
6244 * gdb.python/py-events.exp: Likewise.
6245 * gdb.python/py-evsignal.exp: Likewise.
6246 * gdb.python/py-evthreads.exp: Likewise.
6247 * gdb.python/py-frame-args.exp: Likewise.
6248 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6249 * gdb.python/py-framefilter-mi.exp: Likewise.
6250 * gdb.python/py-framefilter.exp: Likewise.
6251 * gdb.python/py-mi.exp: Likewise.
6252 * gdb.python/py-pp-maint.exp: Likewise.
6253 * gdb.python/py-pp-registration.exp: Likewise.
6254 * gdb.python/py-prettyprint.exp: Likewise.
6255 (run_lang_tests): Likewise.
6256 * gdb.python/py-typeprint.exp: Likewise.
6257
6258 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6259
6260 * lib/memory.exp: New file.
6261 * lib/gdb.exp: Load memory.exp.
6262 * gdb.base/memattr.exp (delete_memory): Move proc to
6263 lib/memory.exp and rename to delete_memory_regions.
6264 Replace delete_memory with delete_memory_regions.
6265 Cleanup memory regions before tests.
6266 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6267 before tests.
6268
6269 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6270
6271 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6272 files.
6273 (initialize): New function conditionally defined.
6274 (testcases): Move within conditional block.
6275 (main): Call initialize.
6276 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6277 of gdb.reverse/insn-reverse.c.
6278 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6279 gdb.reverse/insn-reverse.c.
6280
6281 2017-01-26 Yao Qi <yao.qi@linaro.org>
6282
6283 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6284 disassemble on address 0.
6285
6286 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6287 Yao Qi <yao.qi@linaro.org>
6288
6289 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6290 * gdb.dwarf2/implptr-64bit.S: Remove.
6291 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6292 variables in caller's context. Add DW_OP_implicit_value.
6293
6294 2017-01-25 Yao Qi <yao.qi@linaro.org>
6295
6296 * lib/dwarf.exp (Dwarf::_location): Handle
6297 DW_OP_GNU_implicit_pointer with proper size.
6298
6299 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6300
6301 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6302 and add untested calls.
6303
6304 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6305
6306 * gdb.python/python.exp: Check line number against what GDB thinks
6307 the line number is for func1.
6308
6309 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6310
6311 * gdb.dlang/debug-expr.exp: New file.
6312
6313 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6314
6315 Fix test names for the following files:
6316
6317 * gdb.ada/exec_changed.exp
6318 * gdb.ada/info_types.exp
6319 * gdb.arch/aarch64-atomic-inst.exp
6320 * gdb.arch/aarch64-fp.exp
6321 * gdb.arch/altivec-abi.exp
6322 * gdb.arch/altivec-regs.exp
6323 * gdb.arch/amd64-byte.exp
6324 * gdb.arch/amd64-disp-step.exp
6325 * gdb.arch/amd64-dword.exp
6326 * gdb.arch/amd64-entry-value-inline.exp
6327 * gdb.arch/amd64-entry-value-param.exp
6328 * gdb.arch/amd64-entry-value-paramref.exp
6329 * gdb.arch/amd64-entry-value.exp
6330 * gdb.arch/amd64-i386-address.exp
6331 * gdb.arch/amd64-invalid-stack-middle.exp
6332 * gdb.arch/amd64-invalid-stack-top.exp
6333 * gdb.arch/amd64-optimout-repeat.exp
6334 * gdb.arch/amd64-prologue-skip.exp
6335 * gdb.arch/amd64-prologue-xmm.exp
6336 * gdb.arch/amd64-stap-special-operands.exp
6337 * gdb.arch/amd64-stap-wrong-subexp.exp
6338 * gdb.arch/amd64-tailcall-cxx.exp
6339 * gdb.arch/amd64-tailcall-noret.exp
6340 * gdb.arch/amd64-tailcall-ret.exp
6341 * gdb.arch/amd64-tailcall-self.exp
6342 * gdb.arch/amd64-word.exp
6343 * gdb.arch/arm-bl-branch-dest.exp
6344 * gdb.arch/arm-disp-step.exp
6345 * gdb.arch/arm-neon.exp
6346 * gdb.arch/arm-single-step-kernel-helper.exp
6347 * gdb.arch/avr-flash-qualifier.exp
6348 * gdb.arch/disp-step-insn-reloc.exp
6349 * gdb.arch/e500-abi.exp
6350 * gdb.arch/e500-regs.exp
6351 * gdb.arch/ftrace-insn-reloc.exp
6352 * gdb.arch/i386-avx512.exp
6353 * gdb.arch/i386-bp_permanent.exp
6354 * gdb.arch/i386-byte.exp
6355 * gdb.arch/i386-cfi-notcurrent.exp
6356 * gdb.arch/i386-disp-step.exp
6357 * gdb.arch/i386-dr3-watch.exp
6358 * gdb.arch/i386-float.exp
6359 * gdb.arch/i386-gnu-cfi.exp
6360 * gdb.arch/i386-mpx-map.exp
6361 * gdb.arch/i386-mpx-sigsegv.exp
6362 * gdb.arch/i386-mpx-simple_segv.exp
6363 * gdb.arch/i386-mpx.exp
6364 * gdb.arch/i386-permbkpt.exp
6365 * gdb.arch/i386-prologue.exp
6366 * gdb.arch/i386-signal.exp
6367 * gdb.arch/i386-size-overlap.exp
6368 * gdb.arch/i386-unwind.exp
6369 * gdb.arch/i386-word.exp
6370 * gdb.arch/mips-fcr.exp
6371 * gdb.arch/powerpc-d128-regs.exp
6372 * gdb.arch/powerpc-stackless.exp
6373 * gdb.arch/ppc64-atomic-inst.exp
6374 * gdb.arch/s390-stackless.exp
6375 * gdb.arch/s390-tdbregs.exp
6376 * gdb.arch/s390-vregs.exp
6377 * gdb.arch/sparc-sysstep.exp
6378 * gdb.arch/thumb-bx-pc.exp
6379 * gdb.arch/thumb-singlestep.exp
6380 * gdb.arch/thumb2-it.exp
6381 * gdb.arch/vsx-regs.exp
6382 * gdb.asm/asm-source.exp
6383 * gdb.base/a2-run.exp
6384 * gdb.base/advance.exp
6385 * gdb.base/all-bin.exp
6386 * gdb.base/anon.exp
6387 * gdb.base/args.exp
6388 * gdb.base/arithmet.exp
6389 * gdb.base/async-shell.exp
6390 * gdb.base/async.exp
6391 * gdb.base/attach-pie-noexec.exp
6392 * gdb.base/attach-twice.exp
6393 * gdb.base/auto-load.exp
6394 * gdb.base/bang.exp
6395 * gdb.base/bitfields.exp
6396 * gdb.base/break-always.exp
6397 * gdb.base/break-caller-line.exp
6398 * gdb.base/break-entry.exp
6399 * gdb.base/break-inline.exp
6400 * gdb.base/break-on-linker-gcd-function.exp
6401 * gdb.base/break-probes.exp
6402 * gdb.base/break.exp
6403 * gdb.base/breakpoint-shadow.exp
6404 * gdb.base/call-ar-st.exp
6405 * gdb.base/call-sc.exp
6406 * gdb.base/call-signal-resume.exp
6407 * gdb.base/call-strs.exp
6408 * gdb.base/callfuncs.exp
6409 * gdb.base/catch-fork-static.exp
6410 * gdb.base/catch-gdb-caused-signals.exp
6411 * gdb.base/catch-load.exp
6412 * gdb.base/catch-signal-fork.exp
6413 * gdb.base/catch-signal.exp
6414 * gdb.base/catch-syscall.exp
6415 * gdb.base/charset.exp
6416 * gdb.base/checkpoint.exp
6417 * gdb.base/chng-syms.exp
6418 * gdb.base/code-expr.exp
6419 * gdb.base/code_elim.exp
6420 * gdb.base/commands.exp
6421 * gdb.base/completion.exp
6422 * gdb.base/complex.exp
6423 * gdb.base/cond-expr.exp
6424 * gdb.base/condbreak.exp
6425 * gdb.base/consecutive.exp
6426 * gdb.base/continue-all-already-running.exp
6427 * gdb.base/coredump-filter.exp
6428 * gdb.base/corefile.exp
6429 * gdb.base/dbx.exp
6430 * gdb.base/debug-expr.exp
6431 * gdb.base/define.exp
6432 * gdb.base/del.exp
6433 * gdb.base/disabled-location.exp
6434 * gdb.base/disasm-end-cu.exp
6435 * gdb.base/disasm-optim.exp
6436 * gdb.base/display.exp
6437 * gdb.base/duplicate-bp.exp
6438 * gdb.base/ena-dis-br.exp
6439 * gdb.base/ending-run.exp
6440 * gdb.base/enumval.exp
6441 * gdb.base/environ.exp
6442 * gdb.base/eu-strip-infcall.exp
6443 * gdb.base/eval-avoid-side-effects.exp
6444 * gdb.base/eval-skip.exp
6445 * gdb.base/exitsignal.exp
6446 * gdb.base/expand-psymtabs.exp
6447 * gdb.base/filesym.exp
6448 * gdb.base/find-unmapped.exp
6449 * gdb.base/finish.exp
6450 * gdb.base/float.exp
6451 * gdb.base/foll-exec-mode.exp
6452 * gdb.base/foll-exec.exp
6453 * gdb.base/foll-fork.exp
6454 * gdb.base/fortran-sym-case.exp
6455 * gdb.base/freebpcmd.exp
6456 * gdb.base/func-ptr.exp
6457 * gdb.base/func-ptrs.exp
6458 * gdb.base/funcargs.exp
6459 * gdb.base/gcore-buffer-overflow.exp
6460 * gdb.base/gcore-relro-pie.exp
6461 * gdb.base/gcore-relro.exp
6462 * gdb.base/gcore.exp
6463 * gdb.base/gdb1090.exp
6464 * gdb.base/gdb11530.exp
6465 * gdb.base/gdb11531.exp
6466 * gdb.base/gdb1821.exp
6467 * gdb.base/gdbindex-stabs.exp
6468 * gdb.base/gdbvars.exp
6469 * gdb.base/hbreak.exp
6470 * gdb.base/hbreak2.exp
6471 * gdb.base/included.exp
6472 * gdb.base/infcall-input.exp
6473 * gdb.base/inferior-died.exp
6474 * gdb.base/infnan.exp
6475 * gdb.base/info-macros.exp
6476 * gdb.base/info-os.exp
6477 * gdb.base/info-proc.exp
6478 * gdb.base/info-shared.exp
6479 * gdb.base/info-target.exp
6480 * gdb.base/infoline.exp
6481 * gdb.base/interp.exp
6482 * gdb.base/interrupt.exp
6483 * gdb.base/jit-reader.exp
6484 * gdb.base/jit-simple.exp
6485 * gdb.base/kill-after-signal.exp
6486 * gdb.base/kill-detach-inferiors-cmd.exp
6487 * gdb.base/label.exp
6488 * gdb.base/langs.exp
6489 * gdb.base/ldbl_e308.exp
6490 * gdb.base/line-symtabs.exp
6491 * gdb.base/linespecs.exp
6492 * gdb.base/list.exp
6493 * gdb.base/long_long.exp
6494 * gdb.base/longest-types.exp
6495 * gdb.base/maint.exp
6496 * gdb.base/max-value-size.exp
6497 * gdb.base/memattr.exp
6498 * gdb.base/mips_pro.exp
6499 * gdb.base/morestack.exp
6500 * gdb.base/moribund-step.exp
6501 * gdb.base/multi-forks.exp
6502 * gdb.base/nested-addr.exp
6503 * gdb.base/nextoverexit.exp
6504 * gdb.base/noreturn-finish.exp
6505 * gdb.base/noreturn-return.exp
6506 * gdb.base/nostdlib.exp
6507 * gdb.base/offsets.exp
6508 * gdb.base/opaque.exp
6509 * gdb.base/pc-fp.exp
6510 * gdb.base/permissions.exp
6511 * gdb.base/print-symbol-loading.exp
6512 * gdb.base/prologue-include.exp
6513 * gdb.base/psymtab.exp
6514 * gdb.base/ptype.exp
6515 * gdb.base/random-signal.exp
6516 * gdb.base/randomize.exp
6517 * gdb.base/range-stepping.exp
6518 * gdb.base/readline-ask.exp
6519 * gdb.base/recpar.exp
6520 * gdb.base/recurse.exp
6521 * gdb.base/relational.exp
6522 * gdb.base/restore.exp
6523 * gdb.base/return-nodebug.exp
6524 * gdb.base/return.exp
6525 * gdb.base/run-after-attach.exp
6526 * gdb.base/save-bp.exp
6527 * gdb.base/scope.exp
6528 * gdb.base/sect-cmd.exp
6529 * gdb.base/set-lang-auto.exp
6530 * gdb.base/set-noassign.exp
6531 * gdb.base/setvar.exp
6532 * gdb.base/sigall.exp
6533 * gdb.base/sigbpt.exp
6534 * gdb.base/siginfo-addr.exp
6535 * gdb.base/siginfo-infcall.exp
6536 * gdb.base/siginfo-obj.exp
6537 * gdb.base/siginfo.exp
6538 * gdb.base/signals-state-child.exp
6539 * gdb.base/signest.exp
6540 * gdb.base/sigstep.exp
6541 * gdb.base/sizeof.exp
6542 * gdb.base/skip.exp
6543 * gdb.base/solib-corrupted.exp
6544 * gdb.base/solib-nodir.exp
6545 * gdb.base/solib-search.exp
6546 * gdb.base/stack-checking.exp
6547 * gdb.base/stale-infcall.exp
6548 * gdb.base/stap-probe.exp
6549 * gdb.base/start.exp
6550 * gdb.base/step-break.exp
6551 * gdb.base/step-bt.exp
6552 * gdb.base/step-line.exp
6553 * gdb.base/step-over-exit.exp
6554 * gdb.base/step-over-syscall.exp
6555 * gdb.base/step-resume-infcall.exp
6556 * gdb.base/step-test.exp
6557 * gdb.base/store.exp
6558 * gdb.base/structs3.exp
6559 * gdb.base/sym-file.exp
6560 * gdb.base/symbol-without-target_section.exp
6561 * gdb.base/term.exp
6562 * gdb.base/testenv.exp
6563 * gdb.base/ui-redirect.exp
6564 * gdb.base/until.exp
6565 * gdb.base/unwindonsignal.exp
6566 * gdb.base/value-double-free.exp
6567 * gdb.base/vla-datatypes.exp
6568 * gdb.base/vla-ptr.exp
6569 * gdb.base/vla-sideeffect.exp
6570 * gdb.base/volatile.exp
6571 * gdb.base/watch-cond-infcall.exp
6572 * gdb.base/watch-cond.exp
6573 * gdb.base/watch-non-mem.exp
6574 * gdb.base/watch-read.exp
6575 * gdb.base/watch-vfork.exp
6576 * gdb.base/watchpoint-cond-gone.exp
6577 * gdb.base/watchpoint-delete.exp
6578 * gdb.base/watchpoint-hw-hit-once.exp
6579 * gdb.base/watchpoint-hw.exp
6580 * gdb.base/watchpoint-stops-at-right-insn.exp
6581 * gdb.base/watchpoints.exp
6582 * gdb.base/wchar.exp
6583 * gdb.base/whatis-exp.exp
6584 * gdb.btrace/buffer-size.exp
6585 * gdb.btrace/data.exp
6586 * gdb.btrace/delta.exp
6587 * gdb.btrace/dlopen.exp
6588 * gdb.btrace/enable.exp
6589 * gdb.btrace/exception.exp
6590 * gdb.btrace/function_call_history.exp
6591 * gdb.btrace/gcore.exp
6592 * gdb.btrace/instruction_history.exp
6593 * gdb.btrace/nohist.exp
6594 * gdb.btrace/reconnect.exp
6595 * gdb.btrace/record_goto-step.exp
6596 * gdb.btrace/record_goto.exp
6597 * gdb.btrace/rn-dl-bind.exp
6598 * gdb.btrace/segv.exp
6599 * gdb.btrace/step.exp
6600 * gdb.btrace/stepi.exp
6601 * gdb.btrace/tailcall-only.exp
6602 * gdb.btrace/tailcall.exp
6603 * gdb.btrace/tsx.exp
6604 * gdb.btrace/unknown_functions.exp
6605 * gdb.btrace/vdso.exp
6606 * gdb.compile/compile-ifunc.exp
6607 * gdb.compile/compile-ops.exp
6608 * gdb.compile/compile-print.exp
6609 * gdb.compile/compile-setjmp.exp
6610 * gdb.cp/abstract-origin.exp
6611 * gdb.cp/ambiguous.exp
6612 * gdb.cp/annota2.exp
6613 * gdb.cp/annota3.exp
6614 * gdb.cp/anon-ns.exp
6615 * gdb.cp/anon-struct.exp
6616 * gdb.cp/anon-union.exp
6617 * gdb.cp/arg-reference.exp
6618 * gdb.cp/baseenum.exp
6619 * gdb.cp/bool.exp
6620 * gdb.cp/breakpoint.exp
6621 * gdb.cp/bs15503.exp
6622 * gdb.cp/call-c.exp
6623 * gdb.cp/casts.exp
6624 * gdb.cp/chained-calls.exp
6625 * gdb.cp/class2.exp
6626 * gdb.cp/classes.exp
6627 * gdb.cp/cmpd-minsyms.exp
6628 * gdb.cp/converts.exp
6629 * gdb.cp/cp-relocate.exp
6630 * gdb.cp/cpcompletion.exp
6631 * gdb.cp/cpexprs.exp
6632 * gdb.cp/cplabel.exp
6633 * gdb.cp/cplusfuncs.exp
6634 * gdb.cp/cpsizeof.exp
6635 * gdb.cp/ctti.exp
6636 * gdb.cp/derivation.exp
6637 * gdb.cp/destrprint.exp
6638 * gdb.cp/dispcxx.exp
6639 * gdb.cp/enum-class.exp
6640 * gdb.cp/exception.exp
6641 * gdb.cp/exceptprint.exp
6642 * gdb.cp/expand-psymtabs-cxx.exp
6643 * gdb.cp/expand-sals.exp
6644 * gdb.cp/extern-c.exp
6645 * gdb.cp/filename.exp
6646 * gdb.cp/formatted-ref.exp
6647 * gdb.cp/fpointer.exp
6648 * gdb.cp/gdb1355.exp
6649 * gdb.cp/gdb2495.exp
6650 * gdb.cp/hang.exp
6651 * gdb.cp/impl-this.exp
6652 * gdb.cp/infcall-dlopen.exp
6653 * gdb.cp/inherit.exp
6654 * gdb.cp/iostream.exp
6655 * gdb.cp/koenig.exp
6656 * gdb.cp/local.exp
6657 * gdb.cp/m-data.exp
6658 * gdb.cp/m-static.exp
6659 * gdb.cp/mb-ctor.exp
6660 * gdb.cp/mb-inline.exp
6661 * gdb.cp/mb-templates.exp
6662 * gdb.cp/member-name.exp
6663 * gdb.cp/member-ptr.exp
6664 * gdb.cp/meth-typedefs.exp
6665 * gdb.cp/method.exp
6666 * gdb.cp/method2.exp
6667 * gdb.cp/minsym-fallback.exp
6668 * gdb.cp/misc.exp
6669 * gdb.cp/namelessclass.exp
6670 * gdb.cp/namespace-enum.exp
6671 * gdb.cp/namespace-nested-import.exp
6672 * gdb.cp/namespace.exp
6673 * gdb.cp/nextoverthrow.exp
6674 * gdb.cp/no-dmgl-verbose.exp
6675 * gdb.cp/non-trivial-retval.exp
6676 * gdb.cp/noparam.exp
6677 * gdb.cp/nsdecl.exp
6678 * gdb.cp/nsimport.exp
6679 * gdb.cp/nsnested.exp
6680 * gdb.cp/nsnoimports.exp
6681 * gdb.cp/nsrecurs.exp
6682 * gdb.cp/nsstress.exp
6683 * gdb.cp/nsusing.exp
6684 * gdb.cp/operator.exp
6685 * gdb.cp/oranking.exp
6686 * gdb.cp/overload-const.exp
6687 * gdb.cp/overload.exp
6688 * gdb.cp/ovldbreak.exp
6689 * gdb.cp/ovsrch.exp
6690 * gdb.cp/paren-type.exp
6691 * gdb.cp/parse-lang.exp
6692 * gdb.cp/pass-by-ref.exp
6693 * gdb.cp/pr-1023.exp
6694 * gdb.cp/pr-1210.exp
6695 * gdb.cp/pr-574.exp
6696 * gdb.cp/pr10687.exp
6697 * gdb.cp/pr12028.exp
6698 * gdb.cp/pr17132.exp
6699 * gdb.cp/pr17494.exp
6700 * gdb.cp/pr9067.exp
6701 * gdb.cp/pr9167.exp
6702 * gdb.cp/pr9631.exp
6703 * gdb.cp/printmethod.exp
6704 * gdb.cp/psmang.exp
6705 * gdb.cp/psymtab-parameter.exp
6706 * gdb.cp/ptype-cv-cp.exp
6707 * gdb.cp/ptype-flags.exp
6708 * gdb.cp/re-set-overloaded.exp
6709 * gdb.cp/ref-types.exp
6710 * gdb.cp/rtti.exp
6711 * gdb.cp/scope-err.exp
6712 * gdb.cp/shadow.exp
6713 * gdb.cp/smartp.exp
6714 * gdb.cp/static-method.exp
6715 * gdb.cp/static-print-quit.exp
6716 * gdb.cp/temargs.exp
6717 * gdb.cp/templates.exp
6718 * gdb.cp/try_catch.exp
6719 * gdb.cp/typedef-operator.exp
6720 * gdb.cp/typeid.exp
6721 * gdb.cp/userdef.exp
6722 * gdb.cp/using-crash.exp
6723 * gdb.cp/var-tag.exp
6724 * gdb.cp/virtbase.exp
6725 * gdb.cp/virtfunc.exp
6726 * gdb.cp/virtfunc2.exp
6727 * gdb.cp/vla-cxx.exp
6728 * gdb.disasm/t01_mov.exp
6729 * gdb.disasm/t02_mova.exp
6730 * gdb.disasm/t03_add.exp
6731 * gdb.disasm/t04_sub.exp
6732 * gdb.disasm/t05_cmp.exp
6733 * gdb.disasm/t06_ari2.exp
6734 * gdb.disasm/t07_ari3.exp
6735 * gdb.disasm/t08_or.exp
6736 * gdb.disasm/t09_xor.exp
6737 * gdb.disasm/t10_and.exp
6738 * gdb.disasm/t11_logs.exp
6739 * gdb.disasm/t12_bit.exp
6740 * gdb.disasm/t13_otr.exp
6741 * gdb.dlang/circular.exp
6742 * gdb.dwarf2/arr-stride.exp
6743 * gdb.dwarf2/arr-subrange.exp
6744 * gdb.dwarf2/atomic-type.exp
6745 * gdb.dwarf2/bad-regnum.exp
6746 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6747 * gdb.dwarf2/callframecfa.exp
6748 * gdb.dwarf2/clztest.exp
6749 * gdb.dwarf2/corrupt.exp
6750 * gdb.dwarf2/data-loc.exp
6751 * gdb.dwarf2/dup-psym.exp
6752 * gdb.dwarf2/dw2-anon-mptr.exp
6753 * gdb.dwarf2/dw2-anonymous-func.exp
6754 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6755 * gdb.dwarf2/dw2-bad-unresolved.exp
6756 * gdb.dwarf2/dw2-basic.exp
6757 * gdb.dwarf2/dw2-canonicalize-type.exp
6758 * gdb.dwarf2/dw2-case-insensitive.exp
6759 * gdb.dwarf2/dw2-common-block.exp
6760 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6761 * gdb.dwarf2/dw2-compressed.exp
6762 * gdb.dwarf2/dw2-const.exp
6763 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6764 * gdb.dwarf2/dw2-cu-size.exp
6765 * gdb.dwarf2/dw2-dup-frame.exp
6766 * gdb.dwarf2/dw2-entry-value.exp
6767 * gdb.dwarf2/dw2-icycle.exp
6768 * gdb.dwarf2/dw2-ifort-parameter.exp
6769 * gdb.dwarf2/dw2-inline-break.exp
6770 * gdb.dwarf2/dw2-inline-param.exp
6771 * gdb.dwarf2/dw2-intercu.exp
6772 * gdb.dwarf2/dw2-intermix.exp
6773 * gdb.dwarf2/dw2-lexical-block-bare.exp
6774 * gdb.dwarf2/dw2-linkage-name-trust.exp
6775 * gdb.dwarf2/dw2-minsym-in-cu.exp
6776 * gdb.dwarf2/dw2-noloc.exp
6777 * gdb.dwarf2/dw2-op-call.exp
6778 * gdb.dwarf2/dw2-op-out-param.exp
6779 * gdb.dwarf2/dw2-opt-structptr.exp
6780 * gdb.dwarf2/dw2-param-error.exp
6781 * gdb.dwarf2/dw2-producer.exp
6782 * gdb.dwarf2/dw2-ranges-base.exp
6783 * gdb.dwarf2/dw2-ref-missing-frame.exp
6784 * gdb.dwarf2/dw2-reg-undefined.exp
6785 * gdb.dwarf2/dw2-regno-invalid.exp
6786 * gdb.dwarf2/dw2-restore.exp
6787 * gdb.dwarf2/dw2-restrict.exp
6788 * gdb.dwarf2/dw2-single-line-discriminators.exp
6789 * gdb.dwarf2/dw2-strp.exp
6790 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6791 * gdb.dwarf2/dw2-unresolved.exp
6792 * gdb.dwarf2/dw2-var-zero-addr.exp
6793 * gdb.dwarf2/dw4-sig-types.exp
6794 * gdb.dwarf2/dwz.exp
6795 * gdb.dwarf2/dynarr-ptr.exp
6796 * gdb.dwarf2/enum-type.exp
6797 * gdb.dwarf2/gdb-index.exp
6798 * gdb.dwarf2/implptr-64bit.exp
6799 * gdb.dwarf2/implptr-optimized-out.exp
6800 * gdb.dwarf2/implptr.exp
6801 * gdb.dwarf2/implref-array.exp
6802 * gdb.dwarf2/implref-const.exp
6803 * gdb.dwarf2/implref-global.exp
6804 * gdb.dwarf2/implref-struct.exp
6805 * gdb.dwarf2/mac-fileno.exp
6806 * gdb.dwarf2/main-subprogram.exp
6807 * gdb.dwarf2/member-ptr-forwardref.exp
6808 * gdb.dwarf2/method-ptr.exp
6809 * gdb.dwarf2/missing-sig-type.exp
6810 * gdb.dwarf2/nonvar-access.exp
6811 * gdb.dwarf2/opaque-type-lookup.exp
6812 * gdb.dwarf2/pieces-optimized-out.exp
6813 * gdb.dwarf2/pieces.exp
6814 * gdb.dwarf2/pr10770.exp
6815 * gdb.dwarf2/pr13961.exp
6816 * gdb.dwarf2/staticvirtual.exp
6817 * gdb.dwarf2/subrange.exp
6818 * gdb.dwarf2/symtab-producer.exp
6819 * gdb.dwarf2/trace-crash.exp
6820 * gdb.dwarf2/typeddwarf.exp
6821 * gdb.dwarf2/valop.exp
6822 * gdb.dwarf2/watch-notconst.exp
6823 * gdb.fortran/array-element.exp
6824 * gdb.fortran/charset.exp
6825 * gdb.fortran/common-block.exp
6826 * gdb.fortran/complex.exp
6827 * gdb.fortran/derived-type-function.exp
6828 * gdb.fortran/derived-type.exp
6829 * gdb.fortran/logical.exp
6830 * gdb.fortran/module.exp
6831 * gdb.fortran/multi-dim.exp
6832 * gdb.fortran/nested-funcs.exp
6833 * gdb.fortran/print-formatted.exp
6834 * gdb.fortran/subarray.exp
6835 * gdb.fortran/vla-alloc-assoc.exp
6836 * gdb.fortran/vla-datatypes.exp
6837 * gdb.fortran/vla-history.exp
6838 * gdb.fortran/vla-ptr-info.exp
6839 * gdb.fortran/vla-ptype-sub.exp
6840 * gdb.fortran/vla-ptype.exp
6841 * gdb.fortran/vla-sizeof.exp
6842 * gdb.fortran/vla-type.exp
6843 * gdb.fortran/vla-value-sub-arbitrary.exp
6844 * gdb.fortran/vla-value-sub-finish.exp
6845 * gdb.fortran/vla-value-sub.exp
6846 * gdb.fortran/vla-value.exp
6847 * gdb.fortran/whatis_type.exp
6848 * gdb.go/chan.exp
6849 * gdb.go/handcall.exp
6850 * gdb.go/hello.exp
6851 * gdb.go/integers.exp
6852 * gdb.go/methods.exp
6853 * gdb.go/package.exp
6854 * gdb.go/strings.exp
6855 * gdb.go/types.exp
6856 * gdb.go/unsafe.exp
6857 * gdb.guile/scm-arch.exp
6858 * gdb.guile/scm-block.exp
6859 * gdb.guile/scm-breakpoint.exp
6860 * gdb.guile/scm-cmd.exp
6861 * gdb.guile/scm-disasm.exp
6862 * gdb.guile/scm-equal.exp
6863 * gdb.guile/scm-frame-args.exp
6864 * gdb.guile/scm-frame-inline.exp
6865 * gdb.guile/scm-frame.exp
6866 * gdb.guile/scm-iterator.exp
6867 * gdb.guile/scm-math.exp
6868 * gdb.guile/scm-objfile.exp
6869 * gdb.guile/scm-ports.exp
6870 * gdb.guile/scm-symbol.exp
6871 * gdb.guile/scm-symtab.exp
6872 * gdb.guile/scm-value-cc.exp
6873 * gdb.guile/types-module.exp
6874 * gdb.linespec/break-ask.exp
6875 * gdb.linespec/cpexplicit.exp
6876 * gdb.linespec/explicit.exp
6877 * gdb.linespec/keywords.exp
6878 * gdb.linespec/linespec.exp
6879 * gdb.linespec/ls-dollar.exp
6880 * gdb.linespec/ls-errs.exp
6881 * gdb.linespec/skip-two.exp
6882 * gdb.linespec/thread.exp
6883 * gdb.mi/mi-async.exp
6884 * gdb.mi/mi-basics.exp
6885 * gdb.mi/mi-break.exp
6886 * gdb.mi/mi-catch-load.exp
6887 * gdb.mi/mi-cli.exp
6888 * gdb.mi/mi-cmd-param-changed.exp
6889 * gdb.mi/mi-console.exp
6890 * gdb.mi/mi-detach.exp
6891 * gdb.mi/mi-disassemble.exp
6892 * gdb.mi/mi-eval.exp
6893 * gdb.mi/mi-file-transfer.exp
6894 * gdb.mi/mi-file.exp
6895 * gdb.mi/mi-fill-memory.exp
6896 * gdb.mi/mi-inheritance-syntax-error.exp
6897 * gdb.mi/mi-linespec-err-cp.exp
6898 * gdb.mi/mi-logging.exp
6899 * gdb.mi/mi-memory-changed.exp
6900 * gdb.mi/mi-read-memory.exp
6901 * gdb.mi/mi-record-changed.exp
6902 * gdb.mi/mi-reg-undefined.exp
6903 * gdb.mi/mi-regs.exp
6904 * gdb.mi/mi-return.exp
6905 * gdb.mi/mi-reverse.exp
6906 * gdb.mi/mi-simplerun.exp
6907 * gdb.mi/mi-solib.exp
6908 * gdb.mi/mi-stack.exp
6909 * gdb.mi/mi-stepi.exp
6910 * gdb.mi/mi-syn-frame.exp
6911 * gdb.mi/mi-until.exp
6912 * gdb.mi/mi-var-block.exp
6913 * gdb.mi/mi-var-child.exp
6914 * gdb.mi/mi-var-cmd.exp
6915 * gdb.mi/mi-var-cp.exp
6916 * gdb.mi/mi-var-display.exp
6917 * gdb.mi/mi-var-invalidate.exp
6918 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6919 * gdb.mi/mi-vla-fortran.exp
6920 * gdb.mi/mi-watch.exp
6921 * gdb.mi/mi2-var-child.exp
6922 * gdb.mi/user-selected-context-sync.exp
6923 * gdb.modula2/unbounded-array.exp
6924 * gdb.multi/dummy-frame-restore.exp
6925 * gdb.multi/multi-arch-exec.exp
6926 * gdb.multi/multi-arch.exp
6927 * gdb.multi/tids.exp
6928 * gdb.multi/watchpoint-multi.exp
6929 * gdb.opencl/callfuncs.exp
6930 * gdb.opencl/convs_casts.exp
6931 * gdb.opencl/datatypes.exp
6932 * gdb.opencl/operators.exp
6933 * gdb.opencl/vec_comps.exp
6934 * gdb.opt/clobbered-registers-O2.exp
6935 * gdb.opt/inline-break.exp
6936 * gdb.opt/inline-bt.exp
6937 * gdb.opt/inline-cmds.exp
6938 * gdb.opt/inline-locals.exp
6939 * gdb.pascal/case-insensitive-symbols.exp
6940 * gdb.pascal/floats.exp
6941 * gdb.pascal/gdb11492.exp
6942 * gdb.python/lib-types.exp
6943 * gdb.python/py-arch.exp
6944 * gdb.python/py-as-string.exp
6945 * gdb.python/py-bad-printers.exp
6946 * gdb.python/py-block.exp
6947 * gdb.python/py-breakpoint-create-fail.exp
6948 * gdb.python/py-breakpoint.exp
6949 * gdb.python/py-caller-is.exp
6950 * gdb.python/py-cmd.exp
6951 * gdb.python/py-explore-cc.exp
6952 * gdb.python/py-explore.exp
6953 * gdb.python/py-finish-breakpoint.exp
6954 * gdb.python/py-finish-breakpoint2.exp
6955 * gdb.python/py-frame-args.exp
6956 * gdb.python/py-frame-inline.exp
6957 * gdb.python/py-frame.exp
6958 * gdb.python/py-framefilter-mi.exp
6959 * gdb.python/py-infthread.exp
6960 * gdb.python/py-lazy-string.exp
6961 * gdb.python/py-linetable.exp
6962 * gdb.python/py-mi-events.exp
6963 * gdb.python/py-mi-objfile.exp
6964 * gdb.python/py-mi.exp
6965 * gdb.python/py-objfile.exp
6966 * gdb.python/py-pp-integral.exp
6967 * gdb.python/py-pp-maint.exp
6968 * gdb.python/py-pp-re-notag.exp
6969 * gdb.python/py-pp-registration.exp
6970 * gdb.python/py-recurse-unwind.exp
6971 * gdb.python/py-strfns.exp
6972 * gdb.python/py-symbol.exp
6973 * gdb.python/py-symtab.exp
6974 * gdb.python/py-sync-interp.exp
6975 * gdb.python/py-typeprint.exp
6976 * gdb.python/py-unwind-maint.exp
6977 * gdb.python/py-unwind.exp
6978 * gdb.python/py-value-cc.exp
6979 * gdb.python/py-xmethods.exp
6980 * gdb.reverse/amd64-tailcall-reverse.exp
6981 * gdb.reverse/break-precsave.exp
6982 * gdb.reverse/break-reverse.exp
6983 * gdb.reverse/consecutive-precsave.exp
6984 * gdb.reverse/consecutive-reverse.exp
6985 * gdb.reverse/finish-precsave.exp
6986 * gdb.reverse/finish-reverse-bkpt.exp
6987 * gdb.reverse/finish-reverse.exp
6988 * gdb.reverse/fstatat-reverse.exp
6989 * gdb.reverse/getresuid-reverse.exp
6990 * gdb.reverse/i386-precsave.exp
6991 * gdb.reverse/i386-reverse.exp
6992 * gdb.reverse/i386-sse-reverse.exp
6993 * gdb.reverse/i387-env-reverse.exp
6994 * gdb.reverse/i387-stack-reverse.exp
6995 * gdb.reverse/insn-reverse.exp
6996 * gdb.reverse/machinestate-precsave.exp
6997 * gdb.reverse/machinestate.exp
6998 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6999 * gdb.reverse/pipe-reverse.exp
7000 * gdb.reverse/readv-reverse.exp
7001 * gdb.reverse/recvmsg-reverse.exp
7002 * gdb.reverse/rerun-prec.exp
7003 * gdb.reverse/s390-mvcle.exp
7004 * gdb.reverse/step-precsave.exp
7005 * gdb.reverse/step-reverse.exp
7006 * gdb.reverse/time-reverse.exp
7007 * gdb.reverse/until-precsave.exp
7008 * gdb.reverse/until-reverse.exp
7009 * gdb.reverse/waitpid-reverse.exp
7010 * gdb.reverse/watch-precsave.exp
7011 * gdb.reverse/watch-reverse.exp
7012 * gdb.rust/generics.exp
7013 * gdb.rust/methods.exp
7014 * gdb.rust/modules.exp
7015 * gdb.rust/simple.exp
7016 * gdb.server/connect-with-no-symbol-file.exp
7017 * gdb.server/ext-attach.exp
7018 * gdb.server/ext-restart.exp
7019 * gdb.server/ext-wrapper.exp
7020 * gdb.server/file-transfer.exp
7021 * gdb.server/server-exec-info.exp
7022 * gdb.server/server-kill.exp
7023 * gdb.server/server-mon.exp
7024 * gdb.server/wrapper.exp
7025 * gdb.stabs/exclfwd.exp
7026 * gdb.stabs/gdb11479.exp
7027 * gdb.threads/clone-new-thread-event.exp
7028 * gdb.threads/corethreads.exp
7029 * gdb.threads/current-lwp-dead.exp
7030 * gdb.threads/dlopen-libpthread.exp
7031 * gdb.threads/gcore-thread.exp
7032 * gdb.threads/sigstep-threads.exp
7033 * gdb.threads/watchpoint-fork.exp
7034 * gdb.trace/actions-changed.exp
7035 * gdb.trace/backtrace.exp
7036 * gdb.trace/change-loc.exp
7037 * gdb.trace/circ.exp
7038 * gdb.trace/collection.exp
7039 * gdb.trace/disconnected-tracing.exp
7040 * gdb.trace/ftrace.exp
7041 * gdb.trace/mi-trace-frame-collected.exp
7042 * gdb.trace/mi-trace-unavailable.exp
7043 * gdb.trace/mi-traceframe-changed.exp
7044 * gdb.trace/mi-tsv-changed.exp
7045 * gdb.trace/no-attach-trace.exp
7046 * gdb.trace/passc-dyn.exp
7047 * gdb.trace/qtro.exp
7048 * gdb.trace/range-stepping.exp
7049 * gdb.trace/read-memory.exp
7050 * gdb.trace/save-trace.exp
7051 * gdb.trace/signal.exp
7052 * gdb.trace/status-stop.exp
7053 * gdb.trace/tfile.exp
7054 * gdb.trace/trace-break.exp
7055 * gdb.trace/trace-buffer-size.exp
7056 * gdb.trace/trace-condition.exp
7057 * gdb.trace/tracefile-pseudo-reg.exp
7058 * gdb.trace/tstatus.exp
7059 * gdb.trace/unavailable.exp
7060 * gdb.trace/while-dyn.exp
7061 * gdb.trace/while-stepping.exp
7062
7063 2016-12-22 Doug Evans <xdje42@gmail.com>
7064
7065 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7066 and msymbols.
7067
7068 2016-12-19 Yao Qi <yao.qi@linaro.org>
7069
7070 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7071 (test_with_self): Don't call do_steps_and_nexts, and remove
7072 code about stepping into xmalloc.
7073
7074 2016-12-09 Yao Qi <yao.qi@linaro.org>
7075
7076 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7077
7078 2016-12-09 Yao Qi <yao.qi@linaro.org>
7079
7080 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7081
7082 2016-12-09 Pedro Alves <palves@redhat.com>
7083
7084 * gdb.base/all-architectures-0.exp: New file.
7085 * gdb.base/all-architectures-1.exp: New file.
7086 * gdb.base/all-architectures-2.exp: New file.
7087 * gdb.base/all-architectures-3.exp: New file.
7088 * gdb.base/all-architectures-4.exp: New file.
7089 * gdb.base/all-architectures-5.exp: New file.
7090 * gdb.base/all-architectures-6.exp: New file.
7091 * gdb.base/all-architectures-7.exp: New file.
7092 * gdb.base/all-architectures.exp.in: New file.
7093
7094 2016-12-09 Yao Qi <yao.qi@linaro.org>
7095
7096 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7097
7098 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7099
7100 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7101 possible.
7102 Remove useless pattern-matching code.
7103
7104 2016-12-02 Pedro Alves <palves@redhat.com>
7105
7106 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7107 procedure.
7108 (top level): Call it.
7109
7110 2016-12-02 Pedro Alves <palves@redhat.com>
7111
7112 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7113 New procedure.
7114 (top level): Call it.
7115
7116 2016-12-02 Pedro Alves <palves@redhat.com>
7117
7118 PR cli/20559
7119 * gdb.base/commands.exp (user_defined_command_args_eval): New
7120 procedure.
7121 (top level): Call it.
7122
7123 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7124
7125 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7126 timeout handling.
7127
7128 2016-12-02 Tom Tromey <tom@tromey.com>
7129
7130 * gdb.dwarf2/main-subprogram.c: New file.
7131 * gdb.dwarf2/main-subprogram.exp: New file.
7132
7133 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7134
7135 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7136 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7137 gdb_test_no_output for a couple of cases.
7138 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7139
7140 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7141
7142 Fix test names and standardize compilation error messages throughout
7143 the following files:
7144
7145 * gdb.ada/start.exp
7146 * gdb.arch/alpha-step.exp
7147 * gdb.arch/e500-prologue.exp
7148 * gdb.arch/ftrace-insn-reloc.exp
7149 * gdb.arch/gdb1291.exp
7150 * gdb.arch/gdb1431.exp
7151 * gdb.arch/gdb1558.exp
7152 * gdb.arch/i386-dr3-watch.exp
7153 * gdb.arch/i386-sse-stack-align.exp
7154 * gdb.arch/ia64-breakpoint-shadow.exp
7155 * gdb.arch/pa-nullify.exp
7156 * gdb.arch/powerpc-aix-prologue.exp
7157 * gdb.arch/thumb-bx-pc.exp
7158 * gdb.base/annota1.exp
7159 * gdb.base/annota3.exp
7160 * gdb.base/arrayidx.exp
7161 * gdb.base/assign.exp
7162 * gdb.base/attach.exp
7163 * gdb.base/auxv.exp
7164 * gdb.base/bang.exp
7165 * gdb.base/bfp-test.exp
7166 * gdb.base/bigcore.exp
7167 * gdb.base/bitfields2.exp
7168 * gdb.base/break-fun-addr.exp
7169 * gdb.base/break-probes.exp
7170 * gdb.base/call-rt-st.exp
7171 * gdb.base/callexit.exp
7172 * gdb.base/catch-fork-kill.exp
7173 * gdb.base/charset.exp
7174 * gdb.base/checkpoint.exp
7175 * gdb.base/comprdebug.exp
7176 * gdb.base/constvars.exp
7177 * gdb.base/coredump-filter.exp
7178 * gdb.base/cursal.exp
7179 * gdb.base/cvexpr.exp
7180 * gdb.base/detach.exp
7181 * gdb.base/display.exp
7182 * gdb.base/dmsym.exp
7183 * gdb.base/dprintf-pending.exp
7184 * gdb.base/dso2dso.exp
7185 * gdb.base/dtrace-probe.exp
7186 * gdb.base/dump.exp
7187 * gdb.base/enum_cond.exp
7188 * gdb.base/exe-lock.exp
7189 * gdb.base/exec-invalid-sysroot.exp
7190 * gdb.base/execl-update-breakpoints.exp
7191 * gdb.base/exprs.exp
7192 * gdb.base/fileio.exp
7193 * gdb.base/find.exp
7194 * gdb.base/finish.exp
7195 * gdb.base/fixsection.exp
7196 * gdb.base/foll-vfork.exp
7197 * gdb.base/frame-args.exp
7198 * gdb.base/gcore.exp
7199 * gdb.base/gdb1250.exp
7200 * gdb.base/global-var-nested-by-dso.exp
7201 * gdb.base/gnu-ifunc.exp
7202 * gdb.base/hashline1.exp
7203 * gdb.base/hashline2.exp
7204 * gdb.base/hashline3.exp
7205 * gdb.base/hbreak-in-shr-unsupported.exp
7206 * gdb.base/huge.exp
7207 * gdb.base/infcall-input.exp
7208 * gdb.base/info-fun.exp
7209 * gdb.base/info-shared.exp
7210 * gdb.base/jit-simple.exp
7211 * gdb.base/jit-so.exp
7212 * gdb.base/jit.exp
7213 * gdb.base/jump.exp
7214 * gdb.base/label.exp
7215 * gdb.base/lineinc.exp
7216 * gdb.base/logical.exp
7217 * gdb.base/longjmp.exp
7218 * gdb.base/macscp.exp
7219 * gdb.base/miscexprs.exp
7220 * gdb.base/new-ui-echo.exp
7221 * gdb.base/new-ui-pending-input.exp
7222 * gdb.base/new-ui.exp
7223 * gdb.base/nodebug.exp
7224 * gdb.base/nofield.exp
7225 * gdb.base/offsets.exp
7226 * gdb.base/overlays.exp
7227 * gdb.base/pending.exp
7228 * gdb.base/pointers.exp
7229 * gdb.base/pr11022.exp
7230 * gdb.base/printcmds.exp
7231 * gdb.base/prologue.exp
7232 * gdb.base/ptr-typedef.exp
7233 * gdb.base/realname-expand.exp
7234 * gdb.base/relativedebug.exp
7235 * gdb.base/relocate.exp
7236 * gdb.base/remote.exp
7237 * gdb.base/reread.exp
7238 * gdb.base/return2.exp
7239 * gdb.base/savedregs.exp
7240 * gdb.base/sep.exp
7241 * gdb.base/sepdebug.exp
7242 * gdb.base/sepsymtab.exp
7243 * gdb.base/set-inferior-tty.exp
7244 * gdb.base/setshow.exp
7245 * gdb.base/shlib-call.exp
7246 * gdb.base/sigaltstack.exp
7247 * gdb.base/siginfo-addr.exp
7248 * gdb.base/signals.exp
7249 * gdb.base/signull.exp
7250 * gdb.base/sigrepeat.exp
7251 * gdb.base/so-impl-ld.exp
7252 * gdb.base/solib-display.exp
7253 * gdb.base/solib-overlap.exp
7254 * gdb.base/solib-search.exp
7255 * gdb.base/solib-symbol.exp
7256 * gdb.base/structs.exp
7257 * gdb.base/structs2.exp
7258 * gdb.base/symtab-search-order.exp
7259 * gdb.base/twice.exp
7260 * gdb.base/unload.exp
7261 * gdb.base/varargs.exp
7262 * gdb.base/watchpoint-solib.exp
7263 * gdb.base/watchpoint.exp
7264 * gdb.base/whatis.exp
7265 * gdb.base/wrong_frame_bt_full.exp
7266 * gdb.btrace/dlopen.exp
7267 * gdb.cell/ea-standalone.exp
7268 * gdb.cell/ea-test.exp
7269 * gdb.cp/dispcxx.exp
7270 * gdb.cp/gdb2384.exp
7271 * gdb.cp/method2.exp
7272 * gdb.cp/nextoverthrow.exp
7273 * gdb.cp/pr10728.exp
7274 * gdb.disasm/am33.exp
7275 * gdb.disasm/h8300s.exp
7276 * gdb.disasm/mn10300.exp
7277 * gdb.disasm/sh3.exp
7278 * gdb.dwarf2/dw2-dir-file-name.exp
7279 * gdb.fortran/complex.exp
7280 * gdb.fortran/library-module.exp
7281 * gdb.guile/scm-pretty-print.exp
7282 * gdb.guile/scm-symbol.exp
7283 * gdb.guile/scm-type.exp
7284 * gdb.guile/scm-value.exp
7285 * gdb.linespec/linespec.exp
7286 * gdb.mi/gdb701.exp
7287 * gdb.mi/gdb792.exp
7288 * gdb.mi/mi-breakpoint-changed.exp
7289 * gdb.mi/mi-dprintf-pending.exp
7290 * gdb.mi/mi-dprintf.exp
7291 * gdb.mi/mi-exit-code.exp
7292 * gdb.mi/mi-pending.exp
7293 * gdb.mi/mi-solib.exp
7294 * gdb.mi/new-ui-mi-sync.exp
7295 * gdb.mi/pr11022.exp
7296 * gdb.mi/user-selected-context-sync.exp
7297 * gdb.opt/solib-intra-step.exp
7298 * gdb.python/py-events.exp
7299 * gdb.python/py-finish-breakpoint.exp
7300 * gdb.python/py-mi.exp
7301 * gdb.python/py-prettyprint.exp
7302 * gdb.python/py-shared.exp
7303 * gdb.python/py-symbol.exp
7304 * gdb.python/py-template.exp
7305 * gdb.python/py-type.exp
7306 * gdb.python/py-value.exp
7307 * gdb.reverse/solib-precsave.exp
7308 * gdb.reverse/solib-reverse.exp
7309 * gdb.server/solib-list.exp
7310 * gdb.stabs/weird.exp
7311 * gdb.threads/reconnect-signal.exp
7312 * gdb.threads/stepi-random-signal.exp
7313 * gdb.trace/actions.exp
7314 * gdb.trace/ax.exp
7315 * gdb.trace/backtrace.exp
7316 * gdb.trace/change-loc.exp
7317 * gdb.trace/deltrace.exp
7318 * gdb.trace/ftrace-lock.exp
7319 * gdb.trace/ftrace.exp
7320 * gdb.trace/infotrace.exp
7321 * gdb.trace/mi-tracepoint-changed.exp
7322 * gdb.trace/packetlen.exp
7323 * gdb.trace/passcount.exp
7324 * gdb.trace/pending.exp
7325 * gdb.trace/range-stepping.exp
7326 * gdb.trace/report.exp
7327 * gdb.trace/stap-trace.exp
7328 * gdb.trace/tfind.exp
7329 * gdb.trace/trace-break.exp
7330 * gdb.trace/trace-condition.exp
7331 * gdb.trace/trace-enable-disable.exp
7332 * gdb.trace/trace-mt.exp
7333 * gdb.trace/tracecmd.exp
7334 * gdb.trace/tspeed.exp
7335 * gdb.trace/tsv.exp
7336 * lib/perftest.exp
7337
7338 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7339
7340 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7341 with gdb_test_no_output.
7342 Use command as test name.
7343
7344 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7345
7346 Fix test names starting with uppercase throughout the files.
7347
7348 * gdb.ada/assign_1.exp
7349 * gdb.ada/boolean_expr.exp
7350 * gdb.base/arrayidx.exp
7351 * gdb.base/del.exp
7352 * gdb.base/gcore-buffer-overflow.exp
7353 * gdb.base/testenv.exp
7354 * gdb.compile/compile.exp
7355 * gdb.python/py-framefilter-invalidarg.exp
7356 * gdb.python/py-framefilter.exp
7357
7358 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7359
7360 Fix test names starting with uppercase throughout the files.
7361
7362 * gdb.ada/array_return.exp
7363 * gdb.ada/expr_delims.exp
7364 * gdb.ada/mi_dyn_arr.exp
7365 * gdb.ada/mi_interface.exp
7366 * gdb.ada/mi_var_array.exp
7367 * gdb.ada/watch_arg.exp
7368 * gdb.arch/alpha-step.exp
7369 * gdb.arch/altivec-regs.exp
7370 * gdb.arch/e500-regs.exp
7371 * gdb.arch/powerpc-d128-regs.exp
7372 * gdb.base/arrayidx.exp
7373 * gdb.base/break.exp
7374 * gdb.base/checkpoint.exp
7375 * gdb.base/debug-expr.exp
7376 * gdb.base/dmsym.exp
7377 * gdb.base/radix.exp
7378 * gdb.base/sepdebug.exp
7379 * gdb.base/testenv.exp
7380 * gdb.base/watch_thread_num.exp
7381 * gdb.base/watchpoint-cond-gone.exp
7382 * gdb.cell/break.exp
7383 * gdb.cell/ea-cache.exp
7384 * gdb.compile/compile.exp
7385 * gdb.cp/gdb2495.exp
7386 * gdb.gdb/selftest.exp
7387 * gdb.gdb/xfullpath.exp
7388 * gdb.go/hello.exp
7389 * gdb.go/integers.exp
7390 * gdb.objc/basicclass.exp
7391 * gdb.pascal/hello.exp
7392 * gdb.pascal/integers.exp
7393 * gdb.python/py-breakpoint.exp
7394 * gdb.python/py-cmd.exp
7395 * gdb.python/py-linetable.exp
7396 * gdb.python/py-xmethods.exp
7397 * gdb.python/python.exp
7398 * gdb.reverse/consecutive-precsave.exp
7399 * gdb.reverse/finish-precsave.exp
7400 * gdb.reverse/i386-precsave.exp
7401 * gdb.reverse/machinestate-precsave.exp
7402 * gdb.reverse/sigall-precsave.exp
7403 * gdb.reverse/solib-precsave.exp
7404 * gdb.reverse/step-precsave.exp
7405 * gdb.reverse/until-precsave.exp
7406 * gdb.reverse/watch-precsave.exp
7407 * gdb.threads/leader-exit.exp
7408 * gdb.threads/pthreads.exp
7409 * gdb.threads/wp-replication.exp
7410 * gdb.trace/actions.exp
7411 * gdb.trace/mi-tsv-changed.exp
7412 * gdb.trace/tsv.exp
7413
7414 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7415
7416 Fix test names starting with uppercase throughout the files.
7417
7418 * gdb.arch/i386-bp_permanent.exp
7419 * gdb.arch/i386-gnu-cfi.exp
7420 * gdb.base/disasm-end-cu.exp
7421 * gdb.base/macscp.exp
7422 * gdb.base/pending.exp
7423 * gdb.base/watch_thread_num.exp
7424 * gdb.cp/exception.exp
7425 * gdb.cp/gdb2495.exp
7426 * gdb.cp/local.exp
7427 * gdb.python/py-evsignal.exp
7428 * gdb.python/python.exp
7429 * gdb.trace/tracecmd.exp
7430
7431 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7432
7433 Fix test names starting with uppercase throughout the files.
7434
7435 * gdb.base/charset.exp
7436 * gdb.base/eval.exp
7437 * gdb.base/multi-forks.exp
7438 * gdb.guile/scm-progspace.exp
7439 * gdb.opencl/datatypes.exp
7440 * gdb.python/py-block.exp
7441 * gdb.python/py-function.exp
7442 * gdb.python/py-symbol.exp
7443 * gdb.python/py-symtab.exp
7444 * gdb.python/py-xmethods.exp
7445 * gdb.reverse/break-precsave.exp
7446 * gdb.reverse/break-reverse.exp
7447 * gdb.reverse/consecutive-precsave.exp
7448 * gdb.reverse/consecutive-reverse.exp
7449 * gdb.reverse/finish-precsave.exp
7450 * gdb.reverse/finish-reverse-bkpt.exp
7451 * gdb.reverse/finish-reverse.exp
7452 * gdb.reverse/fstatat-reverse.exp
7453 * gdb.reverse/getresuid-reverse.exp
7454 * gdb.reverse/i386-precsave.exp
7455 * gdb.reverse/i386-reverse.exp
7456 * gdb.reverse/i386-sse-reverse.exp
7457 * gdb.reverse/i387-stack-reverse.exp
7458 * gdb.reverse/insn-reverse.exp
7459 * gdb.reverse/machinestate-precsave.exp
7460 * gdb.reverse/machinestate.exp
7461 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7462 * gdb.reverse/pipe-reverse.exp
7463 * gdb.reverse/readv-reverse.exp
7464 * gdb.reverse/recvmsg-reverse.exp
7465 * gdb.reverse/rerun-prec.exp
7466 * gdb.reverse/s390-mvcle.exp
7467 * gdb.reverse/sigall-precsave.exp
7468 * gdb.reverse/sigall-reverse.exp
7469 * gdb.reverse/solib-precsave.exp
7470 * gdb.reverse/solib-reverse.exp
7471 * gdb.reverse/step-precsave.exp
7472 * gdb.reverse/step-reverse.exp
7473 * gdb.reverse/time-reverse.exp
7474 * gdb.reverse/until-precsave.exp
7475 * gdb.reverse/until-reverse.exp
7476 * gdb.reverse/waitpid-reverse.exp
7477 * gdb.reverse/watch-precsave.exp
7478 * gdb.reverse/watch-reverse.exp
7479
7480 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7481
7482 Fix test names starting with uppercase throughout the files.
7483
7484 * gdb.arch/i386-mpx-simple_segv.exp
7485 * gdb.arch/i386-mpx.exp
7486 * gdb.arch/i386-permbkpt.exp
7487 * gdb.arch/pa-nullify.exp
7488 * gdb.arch/powerpc-d128-regs.exp
7489 * gdb.arch/vsx-regs.exp
7490 * gdb.base/bfp-test.exp
7491 * gdb.base/break.exp
7492 * gdb.base/breakpoint-shadow.exp
7493 * gdb.base/callfuncs.exp
7494 * gdb.base/charset.exp
7495 * gdb.base/commands.exp
7496 * gdb.base/completion.exp
7497 * gdb.base/dfp-test.exp
7498 * gdb.base/echo.exp
7499 * gdb.base/ending-run.exp
7500 * gdb.base/eval.exp
7501 * gdb.base/expand-psymtabs.exp
7502 * gdb.base/float128.exp
7503 * gdb.base/floatn.exp
7504 * gdb.base/foll-exec-mode.exp
7505 * gdb.base/gdb1056.exp
7506 * gdb.base/gdb11531.exp
7507 * gdb.base/kill-after-signal.exp
7508 * gdb.base/multi-forks.exp
7509 * gdb.base/overlays.exp
7510 * gdb.base/pending.exp
7511 * gdb.base/sepdebug.exp
7512 * gdb.base/testenv.exp
7513 * gdb.base/valgrind-db-attach.exp
7514 * gdb.base/watch_thread_num.exp
7515 * gdb.base/watchpoint-cond-gone.exp
7516 * gdb.base/watchpoint.exp
7517 * gdb.base/watchpoints.exp
7518 * gdb.cp/arg-reference.exp
7519 * gdb.cp/baseenum.exp
7520 * gdb.cp/operator.exp
7521 * gdb.cp/shadow.exp
7522 * gdb.dwarf2/dw2-op-out-param.exp
7523 * gdb.dwarf2/dw2-reg-undefined.exp
7524 * gdb.go/chan.exp
7525 * gdb.go/hello.exp
7526 * gdb.go/integers.exp
7527 * gdb.go/methods.exp
7528 * gdb.go/package.exp
7529 * gdb.guile/scm-parameter.exp
7530 * gdb.guile/scm-progspace.exp
7531 * gdb.guile/scm-value.exp
7532 * gdb.mi/mi-pending.exp
7533 * gdb.mi/user-selected-context-sync.exp
7534 * gdb.multi/multi-attach.exp
7535 * gdb.multi/tids.exp
7536 * gdb.opt/clobbered-registers-O2.exp
7537 * gdb.pascal/floats.exp
7538 * gdb.pascal/integers.exp
7539 * gdb.python/py-block.exp
7540 * gdb.python/py-events.exp
7541 * gdb.python/py-parameter.exp
7542 * gdb.python/py-symbol.exp
7543 * gdb.python/py-symtab.exp
7544 * gdb.python/py-type.exp
7545 * gdb.python/py-value.exp
7546 * gdb.python/py-xmethods.exp
7547 * gdb.python/python.exp
7548 * gdb.reverse/break-precsave.exp
7549 * gdb.reverse/consecutive-precsave.exp
7550 * gdb.reverse/finish-precsave.exp
7551 * gdb.reverse/i386-precsave.exp
7552 * gdb.reverse/machinestate-precsave.exp
7553 * gdb.reverse/sigall-precsave.exp
7554 * gdb.reverse/solib-precsave.exp
7555 * gdb.reverse/step-precsave.exp
7556 * gdb.reverse/until-precsave.exp
7557 * gdb.reverse/watch-precsave.exp
7558 * gdb.server/ext-attach.exp
7559 * gdb.server/ext-restart.exp
7560 * gdb.server/ext-run.exp
7561 * gdb.server/ext-wrapper.exp
7562 * gdb.stabs/gdb11479.exp
7563 * gdb.stabs/weird.exp
7564 * gdb.threads/attach-many-short-lived-threads.exp
7565 * gdb.threads/kill.exp
7566 * gdb.threads/watchpoint-fork.exp
7567
7568 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7569
7570 Fix test names starting with uppercase throughout all the files below.
7571
7572 * gdb.ada/array_return.exp
7573 * gdb.ada/catch_ex.exp
7574 * gdb.ada/info_exc.exp
7575 * gdb.ada/mi_catch_ex.exp
7576 * gdb.ada/mi_dyn_arr.exp
7577 * gdb.ada/mi_ex_cond.exp
7578 * gdb.ada/mi_exc_info.exp
7579 * gdb.ada/mi_interface.exp
7580 * gdb.ada/mi_task_arg.exp
7581 * gdb.ada/mi_task_info.exp
7582 * gdb.ada/mi_var_array.exp
7583 * gdb.arch/alpha-step.exp
7584 * gdb.arch/amd64-disp-step.exp
7585 * gdb.arch/arm-disp-step.exp
7586 * gdb.arch/disp-step-insn-reloc.exp
7587 * gdb.arch/e500-prologue.exp
7588 * gdb.arch/ftrace-insn-reloc.exp
7589 * gdb.arch/gdb1558.exp
7590 * gdb.arch/i386-bp_permanent.exp
7591 * gdb.arch/i386-disp-step.exp
7592 * gdb.arch/i386-float.exp
7593 * gdb.arch/i386-gnu-cfi.exp
7594 * gdb.arch/ia64-breakpoint-shadow.exp
7595 * gdb.arch/mips16-thunks.exp
7596 * gdb.arch/pa-nullify.exp
7597 * gdb.arch/powerpc-aix-prologue.exp
7598 * gdb.arch/powerpc-power.exp
7599 * gdb.arch/ppc-dfp.exp
7600 * gdb.arch/s390-tdbregs.exp
7601 * gdb.arch/spu-info.exp
7602 * gdb.arch/spu-ls.exp
7603 * gdb.arch/thumb-bx-pc.exp
7604 * gdb.base/advance.exp
7605 * gdb.base/annota-input-while-running.exp
7606 * gdb.base/arrayidx.exp
7607 * gdb.base/asmlabel.exp
7608 * gdb.base/async.exp
7609 * gdb.base/attach-wait-input.exp
7610 * gdb.base/auto-connect-native-target.exp
7611 * gdb.base/batch-preserve-term-settings.exp
7612 * gdb.base/bfp-test.exp
7613 * gdb.base/bigcore.exp
7614 * gdb.base/bp-permanent.exp
7615 * gdb.base/break-always.exp
7616 * gdb.base/break-fun-addr.exp
7617 * gdb.base/break-idempotent.exp
7618 * gdb.base/break-main-file-remove-fail.exp
7619 * gdb.base/break-probes.exp
7620 * gdb.base/break-unload-file.exp
7621 * gdb.base/break.exp
7622 * gdb.base/call-ar-st.exp
7623 * gdb.base/call-rt-st.exp
7624 * gdb.base/call-sc.exp
7625 * gdb.base/call-signal-resume.exp
7626 * gdb.base/call-strs.exp
7627 * gdb.base/callexit.exp
7628 * gdb.base/callfuncs.exp
7629 * gdb.base/catch-gdb-caused-signals.exp
7630 * gdb.base/catch-signal-siginfo-cond.exp
7631 * gdb.base/catch-syscall.exp
7632 * gdb.base/compare-sections.exp
7633 * gdb.base/cond-eval-mode.exp
7634 * gdb.base/condbreak-call-false.exp
7635 * gdb.base/consecutive-step-over.exp
7636 * gdb.base/cursal.exp
7637 * gdb.base/disabled-location.exp
7638 * gdb.base/disasm-end-cu.exp
7639 * gdb.base/display.exp
7640 * gdb.base/double-prompt-target-event-error.exp
7641 * gdb.base/dprintf-bp-same-addr.exp
7642 * gdb.base/dprintf-detach.exp
7643 * gdb.base/dprintf-next.exp
7644 * gdb.base/dprintf-non-stop.exp
7645 * gdb.base/dprintf-pending.exp
7646 * gdb.base/dso2dso.exp
7647 * gdb.base/ending-run.exp
7648 * gdb.base/enum_cond.exp
7649 * gdb.base/examine-backward.exp
7650 * gdb.base/exe-lock.exp
7651 * gdb.base/exec-invalid-sysroot.exp
7652 * gdb.base/execl-update-breakpoints.exp
7653 * gdb.base/execution-termios.exp
7654 * gdb.base/fileio.exp
7655 * gdb.base/fixsection.exp
7656 * gdb.base/foll-exec-mode.exp
7657 * gdb.base/foll-exec.exp
7658 * gdb.base/fork-running-state.exp
7659 * gdb.base/frame-args.exp
7660 * gdb.base/fullpath-expand.exp
7661 * gdb.base/func-ptr.exp
7662 * gdb.base/gcore-relro-pie.exp
7663 * gdb.base/gdb1090.exp
7664 * gdb.base/gdb1555.exp
7665 * gdb.base/global-var-nested-by-dso.exp
7666 * gdb.base/gnu-ifunc.exp
7667 * gdb.base/hbreak-in-shr-unsupported.exp
7668 * gdb.base/hbreak-unmapped.exp
7669 * gdb.base/hook-stop.exp
7670 * gdb.base/infcall-input.exp
7671 * gdb.base/info-fun.exp
7672 * gdb.base/info-shared.exp
7673 * gdb.base/interrupt-noterm.exp
7674 * gdb.base/jit-so.exp
7675 * gdb.base/jit.exp
7676 * gdb.base/line-symtabs.exp
7677 * gdb.base/list.exp
7678 * gdb.base/longjmp.exp
7679 * gdb.base/macscp.exp
7680 * gdb.base/max-value-size.exp
7681 * gdb.base/nodebug.exp
7682 * gdb.base/nofield.exp
7683 * gdb.base/overlays.exp
7684 * gdb.base/paginate-after-ctrl-c-running.exp
7685 * gdb.base/paginate-bg-execution.exp
7686 * gdb.base/paginate-inferior-exit.exp
7687 * gdb.base/pending.exp
7688 * gdb.base/pr11022.exp
7689 * gdb.base/printcmds.exp
7690 * gdb.base/ptr-typedef.exp
7691 * gdb.base/ptype.exp
7692 * gdb.base/randomize.exp
7693 * gdb.base/range-stepping.exp
7694 * gdb.base/realname-expand.exp
7695 * gdb.base/relativedebug.exp
7696 * gdb.base/remote.exp
7697 * gdb.base/savedregs.exp
7698 * gdb.base/sepdebug.exp
7699 * gdb.base/set-noassign.exp
7700 * gdb.base/shlib-call.exp
7701 * gdb.base/shreloc.exp
7702 * gdb.base/sigaltstack.exp
7703 * gdb.base/sigbpt.exp
7704 * gdb.base/siginfo-addr.exp
7705 * gdb.base/siginfo-obj.exp
7706 * gdb.base/siginfo-thread.exp
7707 * gdb.base/signest.exp
7708 * gdb.base/signull.exp
7709 * gdb.base/sigrepeat.exp
7710 * gdb.base/skip.exp
7711 * gdb.base/so-impl-ld.exp
7712 * gdb.base/solib-corrupted.exp
7713 * gdb.base/solib-disc.exp
7714 * gdb.base/solib-display.exp
7715 * gdb.base/solib-overlap.exp
7716 * gdb.base/solib-search.exp
7717 * gdb.base/solib-symbol.exp
7718 * gdb.base/source-execution.exp
7719 * gdb.base/sss-bp-on-user-bp-2.exp
7720 * gdb.base/sss-bp-on-user-bp.exp
7721 * gdb.base/stack-checking.exp
7722 * gdb.base/stale-infcall.exp
7723 * gdb.base/step-break.exp
7724 * gdb.base/step-line.exp
7725 * gdb.base/step-over-exit.exp
7726 * gdb.base/step-test.exp
7727 * gdb.base/structs.exp
7728 * gdb.base/sym-file.exp
7729 * gdb.base/symtab-search-order.exp
7730 * gdb.base/term.exp
7731 * gdb.base/type-opaque.exp
7732 * gdb.base/unload.exp
7733 * gdb.base/until-nodebug.exp
7734 * gdb.base/until.exp
7735 * gdb.base/unwindonsignal.exp
7736 * gdb.base/watch-cond.exp
7737 * gdb.base/watch-non-mem.exp
7738 * gdb.base/watch_thread_num.exp
7739 * gdb.base/watchpoint-reuse-slot.exp
7740 * gdb.base/watchpoint-solib.exp
7741 * gdb.base/watchpoint.exp
7742 * gdb.btrace/dlopen.exp
7743 * gdb.cell/arch.exp
7744 * gdb.cell/break.exp
7745 * gdb.cell/bt.exp
7746 * gdb.cell/core.exp
7747 * gdb.cell/data.exp
7748 * gdb.cell/dwarfaddr.exp
7749 * gdb.cell/ea-cache.exp
7750 * gdb.cell/ea-standalone.exp
7751 * gdb.cell/ea-test.exp
7752 * gdb.cell/f-regs.exp
7753 * gdb.cell/fork.exp
7754 * gdb.cell/gcore.exp
7755 * gdb.cell/mem-access.exp
7756 * gdb.cell/ptype.exp
7757 * gdb.cell/registers.exp
7758 * gdb.cell/sizeof.exp
7759 * gdb.cell/solib-symbol.exp
7760 * gdb.cell/solib.exp
7761 * gdb.compile/compile-tls.exp
7762 * gdb.cp/exception.exp
7763 * gdb.cp/gdb2495.exp
7764 * gdb.cp/local.exp
7765 * gdb.cp/mb-inline.exp
7766 * gdb.cp/mb-templates.exp
7767 * gdb.cp/pr10687.exp
7768 * gdb.cp/pr9167.exp
7769 * gdb.cp/scope-err.exp
7770 * gdb.cp/templates.exp
7771 * gdb.cp/virtfunc.exp
7772 * gdb.dwarf2/dw2-dir-file-name.exp
7773 * gdb.dwarf2/dw2-single-line-discriminators.exp
7774 * gdb.fortran/complex.exp
7775 * gdb.fortran/library-module.exp
7776 * gdb.guile/guile.exp
7777 * gdb.guile/scm-cmd.exp
7778 * gdb.guile/scm-frame-inline.exp
7779 * gdb.guile/scm-objfile.exp
7780 * gdb.guile/scm-pretty-print.exp
7781 * gdb.guile/scm-symbol.exp
7782 * gdb.guile/scm-type.exp
7783 * gdb.guile/scm-value.exp
7784 * gdb.linespec/keywords.exp
7785 * gdb.linespec/ls-errs.exp
7786 * gdb.linespec/macro-relative.exp
7787 * gdb.linespec/thread.exp
7788 * gdb.mi/mi-breakpoint-changed.exp
7789 * gdb.mi/mi-dprintf-pending.exp
7790 * gdb.mi/mi-fullname-deleted.exp
7791 * gdb.mi/mi-logging.exp
7792 * gdb.mi/mi-pending.exp
7793 * gdb.mi/mi-solib.exp
7794 * gdb.mi/new-ui-mi-sync.exp
7795 * gdb.mi/user-selected-context-sync.exp
7796 * gdb.multi/dummy-frame-restore.exp
7797 * gdb.multi/multi-arch-exec.exp
7798 * gdb.multi/remove-inferiors.exp
7799 * gdb.multi/watchpoint-multi-exit.exp
7800 * gdb.opt/solib-intra-step.exp
7801 * gdb.perf/backtrace.exp
7802 * gdb.perf/single-step.exp
7803 * gdb.perf/skip-command.exp
7804 * gdb.perf/skip-prologue.exp
7805 * gdb.perf/solib.exp
7806 * gdb.python/lib-types.exp
7807 * gdb.python/py-as-string.exp
7808 * gdb.python/py-bad-printers.exp
7809 * gdb.python/py-block.exp
7810 * gdb.python/py-breakpoint.exp
7811 * gdb.python/py-cmd.exp
7812 * gdb.python/py-events.exp
7813 * gdb.python/py-evthreads.exp
7814 * gdb.python/py-finish-breakpoint.exp
7815 * gdb.python/py-finish-breakpoint2.exp
7816 * gdb.python/py-frame-inline.exp
7817 * gdb.python/py-frame.exp
7818 * gdb.python/py-inferior.exp
7819 * gdb.python/py-infthread.exp
7820 * gdb.python/py-mi.exp
7821 * gdb.python/py-objfile.exp
7822 * gdb.python/py-pp-maint.exp
7823 * gdb.python/py-pp-registration.exp
7824 * gdb.python/py-prettyprint.exp
7825 * gdb.python/py-recurse-unwind.exp
7826 * gdb.python/py-shared.exp
7827 * gdb.python/py-symbol.exp
7828 * gdb.python/py-symtab.exp
7829 * gdb.python/py-template.exp
7830 * gdb.python/py-type.exp
7831 * gdb.python/py-unwind-maint.exp
7832 * gdb.python/py-unwind.exp
7833 * gdb.python/py-value.exp
7834 * gdb.python/python.exp
7835 * gdb.reverse/finish-reverse-bkpt.exp
7836 * gdb.reverse/insn-reverse.exp
7837 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7838 * gdb.reverse/solib-precsave.exp
7839 * gdb.reverse/solib-reverse.exp
7840 * gdb.stabs/gdb11479.exp
7841 * gdb.stabs/weird.exp
7842 * gdb.threads/fork-child-threads.exp
7843 * gdb.threads/fork-plus-threads.exp
7844 * gdb.threads/fork-thread-pending.exp
7845 * gdb.threads/forking-threads-plus-breakpoint.exp
7846 * gdb.threads/hand-call-in-threads.exp
7847 * gdb.threads/interrupted-hand-call.exp
7848 * gdb.threads/linux-dp.exp
7849 * gdb.threads/local-watch-wrong-thread.exp
7850 * gdb.threads/next-while-other-thread-longjmps.exp
7851 * gdb.threads/non-ldr-exit.exp
7852 * gdb.threads/pending-step.exp
7853 * gdb.threads/print-threads.exp
7854 * gdb.threads/process-dies-while-detaching.exp
7855 * gdb.threads/process-dies-while-handling-bp.exp
7856 * gdb.threads/pthreads.exp
7857 * gdb.threads/queue-signal.exp
7858 * gdb.threads/reconnect-signal.exp
7859 * gdb.threads/signal-command-handle-nopass.exp
7860 * gdb.threads/signal-command-multiple-signals-pending.exp
7861 * gdb.threads/signal-delivered-right-thread.exp
7862 * gdb.threads/signal-sigtrap.exp
7863 * gdb.threads/sigthread.exp
7864 * gdb.threads/staticthreads.exp
7865 * gdb.threads/stepi-random-signal.exp
7866 * gdb.threads/thread-unwindonsignal.exp
7867 * gdb.threads/thread_check.exp
7868 * gdb.threads/thread_events.exp
7869 * gdb.threads/tid-reuse.exp
7870 * gdb.threads/tls-nodebug.exp
7871 * gdb.threads/tls-shared.exp
7872 * gdb.threads/tls-so_extern.exp
7873 * gdb.threads/tls.exp
7874 * gdb.threads/wp-replication.exp
7875 * gdb.trace/actions-changed.exp
7876 * gdb.trace/actions.exp
7877 * gdb.trace/backtrace.exp
7878 * gdb.trace/change-loc.exp
7879 * gdb.trace/collection.exp
7880 * gdb.trace/deltrace.exp
7881 * gdb.trace/disconnected-tracing.exp
7882 * gdb.trace/entry-values.exp
7883 * gdb.trace/ftrace-lock.exp
7884 * gdb.trace/ftrace.exp
7885 * gdb.trace/infotrace.exp
7886 * gdb.trace/mi-trace-frame-collected.exp
7887 * gdb.trace/mi-trace-unavailable.exp
7888 * gdb.trace/mi-traceframe-changed.exp
7889 * gdb.trace/mi-tracepoint-changed.exp
7890 * gdb.trace/mi-tsv-changed.exp
7891 * gdb.trace/no-attach-trace.exp
7892 * gdb.trace/packetlen.exp
7893 * gdb.trace/passc-dyn.exp
7894 * gdb.trace/passcount.exp
7895 * gdb.trace/pending.exp
7896 * gdb.trace/pr16508.exp
7897 * gdb.trace/qtro.exp
7898 * gdb.trace/range-stepping.exp
7899 * gdb.trace/read-memory.exp
7900 * gdb.trace/report.exp
7901 * gdb.trace/save-trace.exp
7902 * gdb.trace/signal.exp
7903 * gdb.trace/stap-trace.exp
7904 * gdb.trace/status-stop.exp
7905 * gdb.trace/strace.exp
7906 * gdb.trace/tfile.exp
7907 * gdb.trace/tfind.exp
7908 * gdb.trace/trace-break.exp
7909 * gdb.trace/trace-condition.exp
7910 * gdb.trace/trace-enable-disable.exp
7911 * gdb.trace/trace-mt.exp
7912 * gdb.trace/tracecmd.exp
7913 * gdb.trace/tracefile-pseudo-reg.exp
7914 * gdb.trace/tspeed.exp
7915 * gdb.trace/tstatus.exp
7916 * gdb.trace/tsv.exp
7917 * gdb.trace/unavailable.exp
7918 * gdb.trace/while-dyn.exp
7919 * gdb.trace/while-stepping.exp
7920 * lib/gdb-guile.exp
7921 * lib/gdb.exp
7922 * lib/mi-support.exp
7923 * lib/pascal.exp
7924 * lib/perftest.exp
7925 * lib/prelink-support.exp
7926 * lib/selftest-support.exp
7927
7928 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7929
7930 * Makefile.in: Include disable-implicit-rules.mk.
7931
7932 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7933
7934 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7935 non-byte-aligned bit fields.
7936
7937 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7938
7939 PR gdb/12616
7940 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7941 respects the DW_AT_data_bit_offset attribute.
7942
7943 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7944
7945 * gdb.base/default.exp: Fix output of "set language".
7946
7947 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7948
7949 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7950 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7951 make.
7952 * configure.ac: Remove checks for the make program.
7953 * configure: Re-generate.
7954
7955 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7956
7957 * gdb.python/py-recurse-unwind.c (main): Add loop.
7958 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7959 to read_register() and gdb.parse_and_eval(). Make each code
7960 call a separate case that can be individually tested.
7961 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7962 proc. Call cont_and_backtrace for each of the code paths that
7963 we want to test in the unwinder.
7964
7965 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7966
7967 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7968 the definition of struct S.
7969
7970 2016-11-11 Catherine Moore <clm@codesourcery.com>
7971
7972 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7973
7974 2016-11-09 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.base/commands.exp (runto_or_return): New procedure.
7977 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7978 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7979 (progvar_simple_while_test, progvar_complex_if_while_test)
7980 (if_while_breakpoint_command_test)
7981 (infrun_breakpoint_command_test, breakpoint_command_test)
7982 (user_defined_command_test, watchpoint_command_test)
7983 (test_command_prompt_position, redefine_hook_test)
7984 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7985 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7986 multi_line_input and multi_line. Remove gdb_expect and
7987 gdb_stop_suppressing_tests uses.
7988 * lib/gdb.exp (valnum_re): New global.
7989 (multi_line_input): New procedure.
7990
7991 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7992
7993 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7994 Remove.
7995 (test_setup): Define with proc_with_prefix.
7996 (test_cli_inferior): Likewise.
7997 (test_cli_thread): Likewise.
7998 (test_cli_frame): Likewise.
7999 (test_cli_select_frame): Likewise.
8000 (test_cli_up_down): Likewise.
8001 (test_mi_thread_select): Likewise.
8002 (test_mi_stack_select_frame): Likewise.
8003 (test_cli_in_mi_inferior): Likewise.
8004 (test_cli_in_mi_thread): Likewise.
8005 (test_cli_in_mi_frame): Likewise.
8006 (top level): Do not use with_test_prefix_procname.
8007
8008 2016-11-09 Pedro Alves <palves@redhat.com>
8009
8010 * gdb.base/commands.exp (gdbvar_simple_if_test)
8011 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8012 (progvar_simple_if_test, progvar_simple_while_test)
8013 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8014 (infrun_breakpoint_command_test, breakpoint_command_test)
8015 (user_defined_command_test, watchpoint_command_test)
8016 (test_command_prompt_position, deprecated_command_test)
8017 (bp_deleted_in_command, temporary_breakpoint_commands)
8018 (stray_arg0_test, source_file_with_indented_comment)
8019 (recursive_source_test, if_commands_test)
8020 (error_clears_commands_left, redefine_hook_test)
8021 (redefine_backtrace_test): Use proc_with_prefix.
8022 * lib/gdb.exp (proc_with_prefix): New proc.
8023
8024 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8025
8026 * gdb.base/tui-layout.c: New file.
8027 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8028 disassembly window contains very long lines.
8029
8030 2016-11-08 Tom Tromey <tom@tromey.com>
8031
8032 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8033 depend on Python 2.
8034
8035 2016-11-08 Tom Tromey <tom@tromey.com>
8036
8037 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8038 New method.
8039
8040 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8041
8042 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8043
8044 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8045
8046 * gdb.rust/simple.rs: Add test for univariant enums without
8047 discriminants and for encoded struct-like enums.
8048
8049 2016-10-28 Pedro Alves <palves@redhat.com>
8050
8051 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8052 gdb_test_multiple, tighten regexps and match symtabs and line
8053 tables incrementally.
8054
8055 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8056
8057 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8058 general.
8059
8060 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8061
8062 * gdb.base/exec-invalid-sysroot.exp: New file.
8063
8064 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8065
8066 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8067
8068 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8069
8070 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8071
8072 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8073
8074 * gdb.base/killed-outside.exp: Remove $options from a call to
8075 `prepare_for_testing'.
8076
8077 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8078
8079 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8080 Change test message.
8081
8082 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8083
8084 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8085 Update comment.
8086
8087 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8088
8089 * gdb.trace/mi-trace-save.exp: New file.
8090
8091 2016-10-13 Yao Qi <yao.qi@linaro.org>
8092
8093 * gdb.base/code_elim.exp (get_var_address): Remove.
8094 * gdb.base/relocate.exp: Likewise.
8095 * gdb.base/shreloc.exp: Likewise.
8096 * lib/gdb.exp (get_var_address): New.
8097
8098 2016-10-13 Yao Qi <yao.qi@linaro.org>
8099
8100 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8101 floating point tests if $skip_float_test is false.
8102
8103 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8104
8105 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8106 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8107 argc values.
8108 Add 1 to argc so we guarantee distinct initial/modified argc values.
8109
8110 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8111
8112 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8113
8114 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8115
8116 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8117 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8118 * gdb.arch/vsx-regs.exp: Likewise.
8119
8120 2016-10-07 Yao Qi <yao.qi@linaro.org>
8121
8122 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8123
8124 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8125
8126 * gdb.python/python.exp: Test decode_line("*0").
8127
8128 2016-10-06 Doug Evans <dje@google.com>
8129
8130 * gdb.python/py-value.exp (test_value_creation): Add test for large
8131 unsigned 64-bit value.
8132
8133 2016-10-06 Tom Tromey <tom@tromey.com>
8134
8135 * gdb.compile/compile.exp: Change java tests to rust.
8136 * gdb.base/setshow.exp: Change java tests to rust.
8137 * gdb.base/default.exp: Remove java from language list.
8138 * README (Examples): Update language example.
8139 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8140 test.
8141 * lib/gdb.exp (skip_java_tests): Remove.
8142 * lib/java.exp: Remove.
8143 * gdb.java: Remove.
8144
8145 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8146
8147 * gdb.arch/mips-fcr.exp: New test.
8148 * gdb.arch/mips-fcr.c: Source for the new test.
8149
8150 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8151
8152 * gdb.base/solib-disc.exp: Use `standard_output_file'
8153 throughout.
8154
8155 2016-10-06 Pedro Alves <palves@redhat.com>
8156
8157 * gdb.base/jit-simple-dl.c: New file.
8158 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8159 * gdb.base/jit-simple.c: ... this.
8160 * gdb.base/jit-simple.exp (jit_run): Delete.
8161 (build_jit): New proc.
8162 (jit_test_reread): Recompile either the main program or the shared
8163 library, depending on what is being tested. Skip changing address
8164 if caller wants to. Compare before/after addresses. If testing
8165 standalone, explicitly load the binary. Test "maint info
8166 breakpoints".
8167 (top level): Add "standalone vs shared lib" and "change address"
8168 vs "same address" axes.
8169
8170 2016-10-06 Pedro Alves <palves@redhat.com>
8171
8172 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8173 call.
8174 (jit_run): Delete.
8175 (jit_test_reread): Use with_test_prefix. Reload the main binary
8176 explicitly. Compare the before/after addresses of the JIT
8177 descriptor.
8178
8179 2016-08-15 Doug Evans <dje@google.com>
8180
8181 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8182 for single bitfields is bool.
8183 * gdb.xml/tdesc-regs.exp: Ditto.
8184
8185 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8186
8187 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8188
8189 2016-10-05 Yao Qi <yao.qi@linaro.org>
8190
8191 * lib/gdb.exp (support_complex_tests): Return zero if
8192 gdb_skip_float_test return true.
8193
8194 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8195 Simon Marchi <simon.marchi@ericsson.com>
8196
8197 PR gdb/20487
8198 * gdb.mi/user-selected-context-sync.exp: New file.
8199 * gdb.mi/user-selected-context-sync.c: New file.
8200
8201 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8202 Simon Marchi <simon.marchi@ericsson.com>
8203
8204 PR gdb/20487
8205 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8206 =thread-select-event check.
8207
8208 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8209
8210 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8211 the compulsory L operand changes.
8212 * gdb.arch/powerpc-power.s: Likewise.
8213
8214 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8215
8216 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8217 * gdb.base/jit-attach-pie.c: New file.
8218 * gdb.base/jit-attach-pie.exp: New file.
8219
8220 2016-09-28 Pedro Alves <palves@redhat.com>
8221
8222 * gdb.base/infcall-input.c: New file.
8223 * gdb.base/infcall-input.exp: New file.
8224
8225 2016-09-22 Yao Qi <yao.qi@linaro.org>
8226
8227 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8228 (gdb_exit): Rename it to ...
8229 (gdbserver_gdb_exit): ... Close GDBserver.
8230 (gdb_exit): New proc, call gdbserver_gdb_exit.
8231 (mi_gdb_exit): Likewise.
8232
8233 2016-09-22 Yao Qi <yao.qi@linaro.org>
8234
8235 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8236 path.
8237 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8238 Remove duplication.
8239
8240 2016-09-22 Yao Qi <yao.qi@linaro.org>
8241
8242 * lib/gdbserver-support.exp: Check the existence of
8243 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8244
8245 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8246
8247 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8248
8249 2016-09-21 Tom Tromey <tom@tromey.com>
8250
8251 PR gdb/20604:
8252 * gdb.base/quit.exp: New file.
8253
8254 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8255
8256 * .gitignore: New file.
8257
8258 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8259
8260 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8261 throughout.
8262
8263 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8264
8265 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8266
8267 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8268
8269 * gdb.cp/casts.cc (decltype): Move it ...
8270 (main): ... with its call to ...
8271 * gdb.cp/casts03.cc: ... a new file.
8272 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8273
8274 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8275
8276 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8277
8278 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8279
8280 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8281 and sync up the test with tests in gas/testsuite/gas/ppc.
8282 * gdb.arch/powerpc-power.exp: Likewise.
8283
8284 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8285
8286 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8287
8288 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8289 Jan Kratochvil <jan.kratochvil@redhat.com>
8290
8291 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8292 make m1's definition to be different from m2's. Use 'dummy' as an
8293 argument for probe 'two'.
8294
8295 2016-09-10 Jon Beniston <jon@beniston.com>
8296
8297 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8298 for sim target.
8299
8300 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8301
8302 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8303 variable declaration.
8304 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8305 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8306 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8307 received HWCAP as its argument.
8308
8309 2016-09-06 Pedro Alves <palves@redhat.com>
8310
8311 * gdb.base/new-ui-pending-input.c: New file.
8312 * gdb.base/new-ui-pending-input.exp: New file.
8313 * gdb.exp (clear_gdb_spawn_id): New procedure.
8314 (with_spawn_id): Check whether gdb_spawn_id exists before
8315 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8316 on exit.
8317
8318 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8319
8320 * gdb.base/float128.c: New file.
8321 * gdb.base/float128.exp: Likewise.
8322 * gdb.base/floatn.c: Likewise.
8323 * gdb.base/floatn.exp: Likewise.
8324
8325 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8326
8327 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8328
8329 2016-09-05 Pedro Alves <palves@redhat.com>
8330
8331 PR backtrace/19927
8332 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8333 unwinders are immediately called as side effect of "source" or
8334 "disable unwinder" commands.
8335 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8336
8337 2016-09-02 Yao Qi <yao.qi@linaro.org>
8338
8339 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8340 is true and $type is "float" or "double".
8341
8342 2016-09-02 Yao Qi <yao.qi@linaro.org>
8343
8344 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8345 true.
8346 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8347 * gdb.base/call-rt-st.exp: Likewise.
8348 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8349 return value instead of gdb,skip_float_test.
8350 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8351 (do_function_calls): Use its return value instead of
8352 gdb,skip_float_test.
8353 * gdb.base/finish.exp: Likewise.
8354 * gdb.base/funcargs.exp: Likewise.
8355 * gdb.base/return.exp: Likewise.
8356 * gdb.base/return2.exp: Likewise.
8357 * gdb.base/varargs.exp: Likewise.
8358 * lib/gdb.exp (gdb_skip_float_test): Change it to
8359 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8360
8361 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8362
8363 * gdb.multi/tids.exp: Test "thread apply all".
8364
8365 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8366
8367 * gdb.base/default.exp (tty): Remove.
8368
8369 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8370
8371 * gdb.python/py-recurse-unwind.c: New file.
8372 * gdb.python/py-recurse-unwind.py: New file.
8373 * gdb.python/py-recurse-unwind.exp: New file.
8374
8375 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8376
8377 * gdb.base/set-inferior-tty.exp: New file.
8378 * gdb.base/set-inferior-tty.c: New file.
8379
8380 2016-08-23 Pedro Alves <palves@redhat.com>
8381
8382 PR gdb/20494
8383 * gdb.base/new-ui-echo.c: New file.
8384 * gdb.base/new-ui-echo.exp: New file.
8385
8386 2016-08-23 Yao Qi <yao.qi@linaro.org>
8387
8388 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8389 gdbserver_spawn.
8390 * gdb.server/connect-without-multi-process.exp (do_test):
8391 Likewise.
8392
8393 2016-08-23 Yao Qi <yao.qi@linaro.org>
8394
8395 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8396 standalone_txt. Delete gdb_txt and standalone_txt on host
8397 and target. Spawn the binary on target. Copy files from
8398 target to host.
8399
8400 2016-08-22 Pedro Alves <palves@redhat.com>
8401
8402 PR gdb/20505
8403 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8404 with_test_prefix. Factor out bits to ...
8405 (test_no_vdso): ... this new procedure.
8406
8407 2016-08-19 Carl Love <cel@us.ibm.com>
8408
8409 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8410 maintaining separate logic for constructing the output path.
8411 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8412 * gdb.arch/ppc-dfp.exp: Likewise.
8413 * gdb.arch/ppc-fp.exp: Likewise.
8414 * gdb.arch/vsx-regs.exp: Likewise.
8415 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8416 binprefix for generating the additional binary files.
8417
8418 2016-08-19 Pedro Alves <palves@redhat.com>
8419
8420 * gdb.trace/mi-trace-frame-collected.exp
8421 (test_trace_frame_collected): On x32, expect two registers.
8422
8423 2016-08-18 Carl Love <cel@us.ibm.com>
8424
8425 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8426 and sync up the test with tests in gas/testsuite/gas/ppc.
8427 * gdb.arch/powerpc-power.exp: Likewise.
8428
8429 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8430
8431 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8432 expected error message.
8433
8434 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8435
8436 * gdb.multi/remove-inferiors.exp: New file.
8437 * gdb.multi/remove-inferiors.c: New file.
8438
8439 2016-08-12 Yao Qi <yao.qi@linaro.org>
8440
8441 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8442 argument list.
8443
8444 2016-08-10 Pedro Alves <palves@redhat.com>
8445
8446 PR gdb/19187
8447 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8448 setup_kfails.
8449
8450 2016-08-09 Pedro Alves <palves@redhat.com>
8451 Simon Marchi <simon.marchi@ericsson.com>
8452
8453 PR gdb/20418
8454 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8455 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8456
8457 2016-08-09 Pedro Alves <palves@redhat.com>
8458
8459 PR mi/20431
8460 * gdb.mi/mi-cmd-error.exp: New file.
8461
8462 2016-08-09 Pedro Alves <palves@redhat.com>
8463
8464 PR gdb/18653
8465 * gdb.base/signals-state-child.c: New file.
8466 * gdb.base/signals-state-child.exp: New file.
8467 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8468
8469 2016-08-09 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8472
8473 2016-08-03 Tom Tromey <tom@tromey.com>
8474
8475 PR python/18565:
8476 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8477
8478 2016-08-01 Yao Qi <yao.qi@linaro.org>
8479
8480 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8481 variable mode to "multi-process" if $multi_process is 1, otherwise
8482 set it to "single-process".
8483
8484 2016-08-01 Yao Qi <yao.qi@linaro.org>
8485
8486 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8487 * gdb.cp/cpexprs.exp: Likewise.
8488 * gdb.cp/m-static.exp: Likewise.
8489
8490 2016-07-26 Tom Tromey <tom@tromey.com>
8491
8492 PR python/20190:
8493 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8494 test.
8495
8496 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8497
8498 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8499 selecting assembly source files.
8500 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8501 assembly source files.
8502 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8503 assembly source files.
8504 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8505 selecting assembly source files.
8506
8507 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8508
8509 * gdb.base/new-ui.exp (do_test_invalid_args): New
8510 procedure.
8511
8512 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8513
8514 * gdb.btrace/reconnect.c: New file.
8515 * gdb.btrace/reconnect.exp: New file.
8516
8517 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8518
8519 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8520 to test_catch_syscall_group.
8521 (test_catch_syscall_group): New.
8522
8523 2016-07-21 Tom Tromey <tom@tromey.com>
8524
8525 * gdb.rust/simple.rs (main): Use empty struct expression.
8526 * gdb.rust/simple.exp: Add tests for empty struct expression.
8527
8528 2016-07-21 Yao Qi <yao.qi@linaro.org>
8529
8530 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8531 if gdb_skip_xml_test is true on some targets.
8532
8533 2016-07-21 Yao Qi <yao.qi@linaro.org>
8534
8535 * gdb.server/solib-list.exp: Unset last_loaded_file.
8536
8537 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8538
8539 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8540 "step into captured_main (args)".
8541
8542 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8543
8544 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8545
8546 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8547
8548 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8549
8550 2016-07-19 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8553 * gdb.opt/inline-bt.exp: Likewise.
8554 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8555 additional_flags=-Winline.
8556 * gdb.opt/inline-locals.exp: Likewise.
8557 * gdb.opt/inline-markers.c (ATTR): Define.
8558 (inlined_fn): Use it.
8559
8560 2016-07-19 Yao Qi <yao.qi@linaro.org>
8561
8562 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8563 (test_with_self): Remove some code. Remove argument executable.
8564 (top-level): Use do_self_tests.
8565
8566 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8567 Don Breazeal <donb@codesourcery.com>
8568
8569 * gdb.base/maint.exp: Escape paths used in regular expressions.
8570 * gdb.stabs/weird.exp: Likewise.
8571
8572 2016-07-13 Tom Tromey <tom@tromey.com>
8573
8574 PR python/15620, PR python/18620:
8575 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8576 (test_bkpt_events): New procs.
8577
8578 2016-07-13 Tom Tromey <tom@tromey.com>
8579
8580 PR python/17698:
8581 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8582 test.
8583 (test_watchpoints): Likewise.
8584 (test_bkpt_pending): New proc.
8585
8586 2016-07-13 Tom Tromey <tom@tromey.com>
8587
8588 PR cli/18053:
8589 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8590 completion test.
8591
8592 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8593
8594 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8595 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8596 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8597 f_label.
8598 (g): Rename g_end_lbl to g_label.
8599 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8600 low_pc and high_pc.
8601 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8602
8603 2016-07-12 Tom Tromey <tom@tromey.com>
8604
8605 PR python/19293:
8606 * gdb.python/py-unwind-maint.exp: Update tests.
8607
8608 2016-07-12 Yao Qi <yao.qi@linaro.org>
8609
8610 * lib/selftest-support.exp (selftest_setup): Match the output
8611 when captured_main is inlined.
8612
8613 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8614
8615 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8616 New variables.
8617 (print this%a, print this%b, print this): New tests.
8618 * gdb.fortran/derived-types.f90 (this): New object and
8619 initialization.
8620
8621 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8622
8623 * gdb.ada/arraydim.exp: Remove extra directory level in build
8624 directory.
8625
8626 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8627
8628 * lib/ada.exp: Remove extra directory level in build directory.
8629 * gdb.ada/cond_lang.exp: Likewise.
8630 * gdb.ada/exec_changed.exp: Likewise.
8631 * gdb.ada/lang_switch.exp: Likewise.
8632
8633 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8634
8635 * simple.rs: Add test for raw pointer subscripting.
8636 * simple.exp: Add test expectations.
8637
8638 2016-07-05 Yao Qi <yao.qi@linaro.org>
8639
8640 * gdb.mi/mi-reverse.exp: Match =record-started output.
8641
8642 2016-07-01 Pedro Alves <palves@redhat.com>
8643
8644 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8645 procedure.
8646 (jit_reader_test): Test the jit reader's unwinder.
8647 * gdb.base/jithost.c (jit_function_00_code): New global.
8648 (main): Use memcpy to fill in the mmapped code, instead of poking
8649 bytes manually here.
8650 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8651 value.
8652 (read_debug_info): Save the function's range.
8653 (read_sp): New function.
8654 (unwind_frame): Use it. Also unwind RBP.
8655 (get_frame_id): Use read_sp.
8656 (gdb_init_reader): Use calloc instead of malloc.
8657 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8658 parameter. Use gdb_test_multiple.
8659
8660 2016-07-01 Pedro Alves <palves@redhat.com>
8661 Antoine Tremblay <antoine.tremblay@ericsson.com>
8662
8663 * gdb.threads/process-dies-while-detaching.c: New file.
8664 * gdb.threads/process-dies-while-detaching.exp: New file.
8665
8666 2016-07-01 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.multi/watchpoint-multi-exit.c: New file.
8669 * gdb.multi/watchpoint-multi-exit.exp: New file.
8670
8671 2016-06-30 Pedro Alves <palves@redhat.com>
8672
8673 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8674 unset inferior_spawn_id.
8675
8676 2016-06-30 Pedro Alves <palves@redhat.com>
8677
8678 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8679 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8680
8681 2016-06-29 Yao Qi <yao.qi@linaro.org>
8682
8683 * gdb.base/return.c: Add copyright header.
8684
8685 2016-06-29 Tom Tromey <tom@tromey.com>
8686
8687 PR python/20129:
8688 * gdb.python/py-framefilter.exp: Add tests for setting priority
8689 and disabling of non-existent frame filter.
8690
8691 2016-06-29 Yao Qi <yao.qi@linaro.org>
8692
8693 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8694 0x0f07ff.
8695
8696 2016-06-28 Yao Qi <yao.qi@linaro.org>
8697
8698 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8699 triplets. Start gdb, execute catch syscall, and continue. Check
8700 gdb's output to determine catch syscall is supported.
8701
8702 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8703
8704 * gdb.rust/simple.rs: Add test for returning unit in a function.
8705 * gdb.rust/simple.exp: Add expectation for functions returning
8706 unit.
8707
8708 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8709
8710 * gdb.python/py-breakpoint-create-fail.c,
8711 gdb.python/py-breakpoint-create-fail.exp,
8712 gdb.python/py-breakpoint-create-fail.py: New testcase.
8713
8714 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8715
8716 PR gdb/20239
8717 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8718 * gdb.rust/simple.exp: Add test expectations for new NonZero
8719 tests.
8720
8721 2016-06-24 David Taylor <dtaylor@emc.com>
8722
8723 * gdb.base/offsets.exp: New file.
8724 * gdb.base/offsets.c: New file.
8725
8726 2016-06-23 Tom Tromey <tom@tromey.com>
8727
8728 PR gdb/16483:
8729 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8730 before any filters are loaded.
8731
8732 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8733
8734 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8735 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8736 structs.
8737 * gdb.fortran/derived-type-function.exp: New file.
8738 * gdb.fortran/derived-type-function.f90: New file.
8739
8740
8741 2016-06-21 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/new-ui.exp: New file.
8744 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8745 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8746 (with_spawn_id): New procedure.
8747
8748 2016-06-21 Pedro Alves <palves@redhat.com>
8749
8750 * gdb.mi/mi-exec-run.exp: New file.
8751
8752 2016-06-21 Pedro Alves <palves@redhat.com>
8753
8754 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8755 breakpoint command's output on the main UI.
8756 (test_break): New procedure, factored out from calls in the top
8757 level.
8758 (top level): Use foreach_with_prefix to test MI as main UI and as
8759 separate UI.
8760
8761 2016-06-21 Pedro Alves <palves@redhat.com>
8762
8763 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8764 (test_awatch_creation_and_listing)
8765 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8766 Remove 'type' parameter.
8767 (test_watchpoint_all): New parameter mi_mode. Remove
8768 with_test_prefix.
8769 (top level): Use foreach_with_prefix, and add main/separate UI MI
8770 testing axis.
8771
8772 2016-06-21 Pedro Alves <palves@redhat.com>
8773
8774 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8775 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8776 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8777 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8778 (gdb_main_spawn_id, mi_spawn_id): Declare and
8779 comment.
8780 (mi_create_inferior_pty): New procedure,
8781 factored out from default_mi_gdb_start.
8782 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8783 procedures.
8784 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8785 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8786 Use mi_create_inferior_pty.
8787 (mi_gdb_start): Use eval to pass down args list.
8788
8789 2016-06-21 Pedro Alves <palves@redhat.com>
8790
8791 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8792 * gdb.opt/inline-cmds.exp: Add MI tests.
8793
8794 2016-06-21 Pedro Alves <palves@redhat.com>
8795
8796 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8797
8798 2016-06-21 Pedro Alves <palves@redhat.com>
8799
8800 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8801 (top level): Use it instead of mi_execute_to.
8802
8803 2016-06-21 Pedro Alves <palves@redhat.com>
8804
8805 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8806 (cont_handler_str): New.
8807 (signal_stop_handler): Set stop_handler_str instead of printing to
8808 stdout.
8809 (continue_handler): Set cont_handler_str instead of printing to
8810 stdout.
8811 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8812 mi_send_resuming_command. Print stop_handler_str and
8813 cont_handler_str instead of expecting the python events print
8814 directly.
8815
8816 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8817
8818 * gdb.base/jit-reader.exp: New file.
8819 * gdb.base/jithost.c: New file.
8820 * gdb.base/jithost.h: New file.
8821 * gdb.base/jitreader.c : New file.
8822 * gdb.base/jit-protocol.h: New file.
8823
8824 2016-06-17 Yao Qi <yao.qi@linaro.org>
8825
8826 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8827 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8828 and detach-on-fork. Adjust tests.
8829 (top level): Invoke break_cond_on_syscall with combinations of
8830 syscall, follow-fork-mode and detach-on-fork.
8831
8832 2016-06-17 Yao Qi <yao.qi@linaro.org>
8833
8834 * gdb.base/step-over-exit.c: New.
8835 * gdb.base/step-over-exit.exp: New.
8836
8837 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8838
8839 * gdb.base/float.exp: Add target check for nds32*-*-*.
8840 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8841
8842 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8843
8844 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8845 for unsupported target features.
8846 * gdb.base/call-rt-st.exp: Likewise.
8847 * gdb.base/call-sc.exp: Likewise.
8848 * gdb.base/call-signal-resume.exp: Likewise.
8849 * gdb.base/call-strs.exp: Likewise.
8850 * gdb.base/callexit.exp: Likewise.
8851 * gdb.base/callfuncs.exp: Likewise.
8852 * gdb.base/nodebug.exp: Likewise.
8853 * gdb.base/printcmds.exp: Likewise.
8854 * gdb.base/ptype.exp: Likewise.
8855 * gdb.base/structs.exp: Likewise.
8856 * gdb.base/unwindonsignal.exp: Likewise.
8857 * gdb.cp/gdb2495.exp: Likewise.
8858 * gdb.cp/templates.exp: Likewise.
8859 * gdb.cp/virtfunc.exp: Likewise.
8860 * gdb.threads/hand-call-in-threads.exp: Likewise.
8861 * gdb.threads/interrupted-hand-call.exp: Likewise.
8862 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8863
8864 2016-06-10 Tom Tromey <tom@tromey.com>
8865
8866 PR rust/20110:
8867 * gdb.rust/expr.exp: Add test for integer constant larger than
8868 i32.
8869
8870 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8871
8872 * gdb.fortran/nested-funcs.exp: New.
8873 * gdb.fortran/nested-funcs.f90: New.
8874
8875 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8876
8877 * gdb.base/examine-backward.c: New file.
8878 * gdb.base/examine-backward.exp: New file.
8879
8880 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8881
8882 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8883 matching.
8884
8885 2016-06-02 Tom Tromey <tom@tromey.com>
8886
8887 PR python/18984:
8888 * gdb.python/py-shared.exp: Add solib_name test.
8889
8890 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8891
8892 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8893
8894 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8895
8896 PR c++/19893
8897 * gdb.dwarf2/implref.exp: Rename to...
8898 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8899 * gdb.dwarf2/implref-array.c: New file.
8900 * gdb.dwarf2/implref-array.exp: Likewise.
8901 * gdb.dwarf2/implref-global.c: Likewise.
8902 * gdb.dwarf2/implref-global.exp: Likewise.
8903 * gdb.dwarf2/implref-struct.c: Likewise.
8904 * gdb.dwarf2/implref-struct.exp: Likewise.
8905
8906 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8907
8908 * gdb.trace/trace-condition.exp: Add 64bit tests.
8909
8910 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8911
8912 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8913 bits types.
8914 (main): Adapt to 8 to 64 bits types.
8915 * gdb.trace/trace-condition.exp: Add new tests.
8916
8917 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8918
8919 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8920
8921 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8922
8923 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8924 Move condition tests...
8925 * gdb.trace/trace-condition.exp: Here.
8926
8927 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8928
8929 * gdb.trace/trace-condition.exp: Add counter-case tests.
8930
8931 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8932
8933 PR c++/15231
8934 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8935 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8936
8937 2016-05-27 Pedro Alves <palves@redhat.com>
8938
8939 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8940 New procedure.
8941 (top level): Call it, and bail out of DejaGnu is known to be bad.
8942
8943 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8944
8945 * gdb.base/whatis.c: Extend the test case.
8946 * gdb.base/whatis.exp: Add additional tests.
8947
8948 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8949
8950 * gdb.fortran/type.f90: Add pointer variable.
8951 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8952
8953 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8954
8955 * gdb.fortran/vla-type.exp: Fix testcase name.
8956
8957 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8958
8959 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8960
8961 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8962
8963 * gdb.fortran/type.f90: Add nested structures.
8964 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8965 * gdb.fortran/derived-type.exp: Adapt expected output.
8966 * gdb.fortran/vla-type.exp: Adapt expected output.
8967
8968 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8969
8970 * gdb.fortran/whatis_type.exp: Adapt expected output.
8971
8972 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8973
8974 * gdb.fortran/print_type.exp: Fix expected output.
8975 * gdb.fortran/whatis_type.exp: Fix expected output.
8976
8977 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8978
8979 * gdb.fortran/whatis_type.exp: Use multi_line.
8980
8981 2016-05-24 Tom Tromey <tom@tromey.com>
8982
8983 PR python/17386:
8984 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8985 use value as an index.
8986
8987 2016-05-23 Tom Tromey <tom@tromey.com>
8988
8989 PR python/17981:
8990 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8991 no-breakpoint case.
8992
8993 2016-05-24 Pedro Alves <palves@redhat.com>
8994
8995 PR gdb/19828
8996 * gdb.threads/clone-attach-detach.c: New file.
8997 * gdb.threads/clone-attach-detach.exp: New file.
8998
8999 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9000
9001 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9002
9003 2016-05-23 Tom Tromey <tom@tromey.com>
9004
9005 PR python/19438, PR python/18393:
9006 * gdb.python/py-progspace.exp: Add "dir" test.
9007 * gdb.python/py-objfile.exp: Add "dir" test.
9008
9009 2016-05-23 Yao Qi <yao.qi@linaro.org>
9010
9011 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9012 * gdb.arch/thumb2-it.exp: Likewise.
9013
9014 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9015
9016 * gdb.mi/mi-threads-interrupt.c: New file.
9017 * gdb.mi/mi-threads-interrupt.exp: New file.
9018
9019 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9020
9021 PR gdb/18077
9022 * gdb.mi/mi-async-run.exp: New file.
9023 * gdb.mi/mi-async-run.c: New file.
9024
9025 2016-05-17 Tom Tromey <tom@tromey.com>
9026 Manish Goregaokar <manishsmail@gmail.com>
9027
9028 * lib/rust-support.exp: New file.
9029 * lib/gdb.exp (skip_rust_tests): New proc.
9030 (build_executable_from_specs): Handle rust.
9031 * lib/future.exp (gdb_find_rustc): New proc.
9032 (gdb_default_target_compile): Handle rust.
9033 * gdb.rust/expr.exp: New file.
9034 * gdb.rust/generics.exp: New file.
9035 * gdb.rust/generics.rs: New file.
9036 * gdb.rust/methods.exp: New file.
9037 * gdb.rust/methods.rs: New file.
9038 * gdb.rust/modules.exp: New file.
9039 * gdb.rust/modules.rs: New file.
9040 * gdb.rust/simple.exp: New file.
9041 * gdb.rust/simple.rs: New file.
9042
9043 2016-05-17 Tom Tromey <tom@tromey.com>
9044
9045 * gdb.base/default.exp (set language): Add rust.
9046
9047 2016-05-17 Tom Tromey <tom@tromey.com>
9048
9049 * gdb.gdb/unittest.exp: New file.
9050
9051 2016-05-16 Yao Qi <yao.qi@linaro.org>
9052
9053 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9054 shell_prompt. Update shell_prompt_re.
9055
9056 2016-05-12 Doug Evans <dje@google.com>
9057
9058 PR symtab/19999
9059 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9060 $options when building executable.
9061 * gdb.dwarf2/fission-loclists-pie.S: New file.
9062 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9063
9064 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9065
9066 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9067 of [is_remote target],
9068
9069 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9070
9071 * lib/gdb.exp (use_gdb_stub): New procedure.
9072
9073 2016-05-03 Yunlian Jiang <yunlian@google.com>
9074 Doug Evans <dje@google.com>
9075
9076 PR symtab/19914
9077 * gdb.dwarf2/dwp-sepdebug.c: New file.
9078 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9079
9080 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9081
9082 * gdb.base/detach.exp: Remove is_remote check.
9083
9084 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9085
9086 * gdb.base/annota-input-while-running.exp: Don't check for
9087 [is_remote target]. Enable annotations after running to main.
9088 Remove unused "set test..." line.
9089
9090 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9091
9092 * gdb.trace/trace-enable-disable.exp: New file.
9093 * gdb.trace/trace-enable-disable.c: New file.
9094
9095 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9096
9097 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9098 use it in info sharedlibrary test.
9099 * gdb.trace/ftrace-lock.exp: Likewise.
9100 * gdb.trace/ftrace.exp: Likewise.
9101 * gdb.trace/range-stepping.exp: Likewise.
9102 * gdb.trace/trace-break.exp: Likewise.
9103 * gdb.trace/trace-condition.exp: Likewise.
9104 * gdb.trace/trace-mt.exp: Likewise.
9105
9106 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9107
9108 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9109 (gdb_load_shlib): ... this.
9110 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9111 gdb_load_shlib.
9112 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9113 * gdb.base/ctxobj.exp: Likewise.
9114 * gdb.base/dprintf-pending.exp: Likewise.
9115 * gdb.base/dso2dso.exp: Likewise.
9116 * gdb.base/fixsection.exp: Likewise.
9117 * gdb.base/gcore-relro.exp: Likewise.
9118 * gdb.base/gdb1555.exp: Likewise.
9119 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9120 * gdb.base/gnu-ifunc.exp: Likewise.
9121 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9122 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9123 * gdb.base/pending.exp: Likewise.
9124 * gdb.base/print-file-var.exp: Likewise.
9125 * gdb.base/print-symbol-loading.exp: Likewise.
9126 * gdb.base/shlib-call.exp: Likewise.
9127 * gdb.base/shreloc.exp: Likewise.
9128 * gdb.base/so-impl-ld.exp: Likewise.
9129 * gdb.base/solib-disc.exp: Likewise.
9130 * gdb.base/solib-nodir.exp: Likewise.
9131 * gdb.base/solib-overlap.exp: Likewise.
9132 * gdb.base/solib-symbol.exp: Likewise.
9133 * gdb.base/solib-weak.exp (do_test): Likewise.
9134 * gdb.base/sym-file.exp: Likewise.
9135 * gdb.base/symtab-search-order.exp: Likewise.
9136 * gdb.base/type-opaque.exp: Likewise.
9137 * gdb.base/unload.exp: Likewise.
9138 * gdb.base/watchpoint-solib.exp: Likewise.
9139 * gdb.compile/compile.exp: Likewise.
9140 * gdb.cp/gdb2384.exp: Likewise.
9141 * gdb.cp/infcall-dlopen.exp: Likewise.
9142 * gdb.cp/re-set-overloaded.exp: Likewise.
9143 * gdb.fortran/library-module.exp: Likewise.
9144 * gdb.opt/solib-intra-step.exp: Likewise.
9145 * gdb.python/py-finish-breakpoint.exp: Likewise.
9146 * gdb.python/py-shared.exp: Likewise.
9147 * gdb.reverse/solib-precsave.exp: Likewise.
9148 * gdb.reverse/solib-reverse.exp: Likewise.
9149 * gdb.server/solib-list.exp: Likewise.
9150 * gdb.threads/dlopen-libpthread.exp: Likewise.
9151 * gdb.threads/tls-shared.exp: Likewise.
9152 * gdb.threads/tls-so_extern.exp: Likewise.
9153 * gdb.trace/change-loc.exp: Likewise.
9154 * gdb.trace/ftrace-lock.exp: Likewise.
9155 * gdb.trace/ftrace.exp: Likewise.
9156 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9157 * gdb.trace/pending.exp: Likewise.
9158 * gdb.trace/range-stepping.exp: Likewise.
9159 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9160 (strace_info_marker): Likewise.
9161 (strace_probe_marker): Likewise.
9162 (strace_trace_on_same_addr): Likewise.
9163 (strace_trace_on_diff_addr): Likewise.
9164 * gdb.trace/trace-break.exp: Likewise.
9165 * gdb.trace/trace-condition.exp: Likewise.
9166 * gdb.trace/trace-mt.exp: Likewise.
9167
9168 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9169
9170 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9171 result of gdb_remote_download.
9172 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9173 * gdb.base/dso2dso.exp: Likewise.
9174 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9175 * gdb.base/print-file-var.exp: Likewise.
9176 * gdb.base/shlib-call.exp: Likewise.
9177 * gdb.base/shreloc.exp: Likewise.
9178 * gdb.base/solib-overlap.exp: Likewise.
9179 * gdb.base/solib-weak.exp (do_test): Likewise.
9180 * gdb.base/unload.exp: Likewise.
9181
9182 2016-04-27 Yao Qi <yao.qi@linaro.org>
9183
9184 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9185 exists.
9186
9187 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9188
9189 * vla-type.exp: Print structure from toplevel.
9190
9191 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9192
9193 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9194 of dynamic types.
9195 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9196 of dynamic types.
9197
9198 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9199
9200 * gdb.fortran/vla-type.f90: New file.
9201 * gdb.fortran/vla-type.exp: New file.
9202
9203 2016-04-25 Yao Qi <yao.qi@linaro.org>
9204
9205 * gdb.base/branch-to-self.c: New file.
9206 * gdb.base/branch-to-self.exp: New file.
9207
9208 2016-04-22 Yao Qi <yao.qi@linaro.org>
9209
9210 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9211 more after $hex.
9212
9213 2016-04-22 Yao Qi <yao.qi@linaro.org>
9214
9215 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9216 * gdb.base/annota3.exp: Likewise.
9217
9218 2016-04-22 Yao Qi <yao.qi@linaro.org>
9219
9220 * gdb.reverse/step-precsave.exp: Do one step and test program
9221 stops in "callee" and do multiple steps until program goes out
9222 of "callee".
9223 * gdb.reverse/step-reverse.exp: Likewise.
9224
9225 2016-04-22 Yao Qi <yao.qi@linaro.org>
9226
9227 * gdb.trace/signal.exp: Also pass if
9228 $tracepoint_hits($i) > $iterations.
9229
9230 2016-04-22 Yao Qi <yao.qi@linaro.org>
9231
9232 * gdb.trace/signal.c: New file.
9233 * gdb.trace/signal.exp: New file.
9234
9235 2016-04-19 Doug Evans <xdje42@gmail.com>
9236
9237 * gdb.base/bad-file.exp: New file.
9238
9239 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9240
9241 * gdb.dwarf2/implref.exp: New file.
9242
9243 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9244
9245 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9246 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9247 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9248 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9249 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9250 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9251 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9252 * lib/fortran.exp (fortran_int4): New procedure.
9253 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9254 (fortran_logical4): Likewise.
9255
9256 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9257
9258 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9259
9260 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9261
9262 * lib/compiler.c: Add Intel specific preprocessor macros.
9263 * lib/compiler.cc: Likewise.
9264
9265 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9266
9267 * gdb.server/connect-with-no-symbol-file.c: New file.
9268 * gdb.server/connect-with-no-symbol-file.exp: New file.
9269
9270 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9271
9272 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9273
9274 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9275
9276 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9277 standard output directory.
9278
9279 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9280
9281 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9282
9283 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9284
9285 * gdb.btrace/instruction_history.c (loop): Add declaration.
9286
9287 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9288
9289 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9290
9291 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9292
9293 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9294 parentheses to print.
9295 (continue_handler): Likewise.
9296
9297 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9298
9299 * gdb.server/solib-list.exp: Remove is_remote check.
9300 Pass shlib= to gdb_compile. Don't link shared library with
9301 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9302 Run binary filename through "readlink -f" on the target.
9303
9304 2016-04-08 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9307 interpreter filename as argument to gdbserver_spawn.
9308 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9309 Return empty if $last_loaded_file does not exist.
9310
9311 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9312
9313 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9314 * gdb.base/jit-main.c: Use exit after usage.
9315
9316 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9317
9318 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9319 GDBHISTSIZE prior to the tests.
9320 * gdb.base/gdbinit-history.exp: Likewise.
9321
9322 2016-04-07 Pedro Alves <palves@redhat.com>
9323
9324 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9325 instead of build_executable. Use gdb_load_shlibs.
9326
9327 2016-04-07 Yao Qi <yao.qi@linaro.org>
9328
9329 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9330 Execute "si" command.
9331
9332 2016-04-07 Yao Qi <yao.qi@linaro.org>
9333
9334 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9335 number instead of the comments on some line.
9336
9337 2016-04-06 Don Breazeal <donb@codesourcery.com>
9338
9339 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9340 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9341
9342 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9343
9344 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9345 standard_output_file. Remove unused binfile variable.
9346
9347 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9348
9349 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9350 * gdb.python/py-mi-objfile.exp: Match "list main" output
9351 in console format.
9352
9353 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9354
9355 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9356 absolute.
9357
9358 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9359
9360 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9361 absolute.
9362 * gdb.trace/ftrace.exp: Likewise.
9363 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9364 targets as well.
9365 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9366 (gdb_load_shlibs): Copy libraries to test directory when testing
9367 natively. Only set solib-search-path if testing remotely.
9368 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9369
9370 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9371
9372 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9373 gdb_download. Use it even if the target is not remote.
9374 * gdb.base/jit.exp (compile_jit_test): Likewise.
9375 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9376 output directory if the destination board is local, otherwise use
9377 the standard remote_download from DejaGnu.
9378 (gdb_download): Remove.
9379 (gdb_load_shlibs): Use gdb_remote_download instead of
9380 gdb_download.
9381 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9382 Use gdb_remote_download instead of gdb_download. Use it even if
9383 the target is not remote.
9384 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9385 instead of gdb_download.
9386
9387 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9388
9389 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9390 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9391 run.
9392
9393 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9394
9395 PR gdb/19820
9396 * gdb.base/printcmds.exp: Add artificial arrays tests.
9397
9398 2016-03-31 Pedro Alves <palves@redhat.com>
9399
9400 PR gdb/19858
9401 * gdb.base/jit-main.c: Include unistd.h.
9402 (ATTACH): Define to 0 if not already defined.
9403 (wait_for_gdb, mypid): New globals.
9404 (WAIT_FOR_GDB): New macro.
9405 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9406 some breakpoint locations.
9407 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9408 New procedures.
9409 (one_jit_test): Add REATTACH parameter, and handle it. Use
9410 continue_to_test_location.
9411 (top level): Test attach, and adjusts calls to one_jit_test.
9412
9413 2016-03-31 Pedro Alves <palves@redhat.com>
9414
9415 PR gdb/19858
9416 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9417 BINSUFFIX parameter, and handle it.
9418 (top level): Adjust calls compile_jit_test.
9419
9420 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9421
9422 PR python/19743
9423 * gdb.python/py-mi-events-gdb.py: New file.
9424 * gdb.python/py-mi-events.c: New file.
9425 * gdb.python/py-mi-events.exp: New file.
9426
9427 2016-03-30 Yao Qi <yao.qi@linaro.org>
9428
9429 * gdb.reverse/until-precsave.exp: Match function name only.
9430 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9431 Move malloc to a condition block.
9432 * gdb.reverse/until-reverse.exp: Match function name only.
9433
9434 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9435
9436 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9437 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9438 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9439 variable for GPR 0 instead of assuming it is register 0.
9440 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9441 * lib/trace-support.exp: Add s390 registers.
9442
9443 2016-03-29 Yao Qi <yao.qi@linaro.org>
9444
9445 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9446
9447 2016-03-24 Yao Qi <yao.qi@linaro.org>
9448
9449 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9450 test message.
9451
9452 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9453
9454 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9455 maintaining separate logic for constructing the output path.
9456
9457 2016-03-16 Don Breazeal <donb@codesourcery.com>
9458
9459 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9460 Retry fork and waitpid on interrupted system call errors.
9461 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9462 Use with_timeout_factor to increase timeout by factor of 10.
9463
9464 2016-03-15 Don Breazeal <donb@codesourcery.com>
9465
9466 * gdb.cp/scope-err.cc: New test program.
9467 * gdb.cp/scope-err.exp: New test script.
9468 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9469 lines and "set breakpoint here" comment.
9470 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9471 Fixed some whitespace and format issues.
9472 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9473 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9474
9475 2016-03-15 Doug Evans <dje@google.com>
9476
9477 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9478 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9479 All callers updated. Add tests for enums, mixed flags register.
9480
9481 2016-03-15 Doug Evans <dje@google.com>
9482
9483 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9484 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9485
9486 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9487
9488 * gdb.base/default.exp: Add $_as_string to the list of expected
9489 convenience functions.
9490
9491 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9492
9493 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9494
9495 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9496
9497 * gdb.python/py-as-string.exp: New file.
9498 * gdb.python/py-as-string.c: New file.
9499
9500 2016-03-09 Pedro Alves <palves@redhat.com>
9501
9502 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9503 signal" -> "Thread NN received signal" output change.
9504 * gdb.threads/ia64-sigill.exp: Likewise.
9505 * gdb.threads/linux-dp.exp: Likewise.
9506 * gdb.threads/manythreads.exp: Likewise.
9507 * gdb.threads/pending-step.exp: Likewise.
9508 * gdb.threads/print-threads.exp: Likewise.
9509 * gdb.threads/sigstep-threads.exp: Likewise.
9510 * gdb.threads/staticthreads.exp: Likewise.
9511 * gdb.threads/tls.exp: Likewise.
9512
9513 2016-03-09 Pedro Alves <palves@redhat.com>
9514
9515 * gdb.base/command-line-input.exp: New file.
9516
9517 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9518
9519 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9520 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9521 * gdb.trace/pending.exp: Accept leading dot before function name.
9522 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9523 * lib/trace-support.exp: Set registers for ppc.
9524
9525 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9526
9527 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9528 use it for disassembly; accept .main in addition to main in backtrace.
9529
9530 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9531 Marcin Kościelnicki <koriakin@0x04.net>
9532
9533 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9534 (gdb_recursion_test_ptr): New global variable.
9535 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9536 gdb_recursion_test.
9537 (gdb_c_test): Ditto.
9538
9539 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9540
9541 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9542 ordering.
9543
9544 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9545
9546 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9547 (bar): Add bar_start_lbl label.
9548 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9549 of foo/bar for emitting DWARF and tracing.
9550
9551 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9552
9553 * analyze-racy-logs.py: Set executable bit.
9554
9555 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9556
9557 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9558 (CHECK_TARGET_TMP): Likewise.
9559 (check-single-racy): New rule.
9560 (check-parallel-racy): Likewise.
9561 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9562 (do-check-parallel-racy): New rule.
9563 (check-racy/%.exp): Likewise.
9564 * README (Racy testcases): New section.
9565 * analyze-racy-logs.py: New file.
9566
9567 2016-03-03 Doug Evans <dje@google.com>
9568
9569 * gdb.base/skip.exp: Use with_test_prefix.
9570
9571 2016-03-03 Yao Qi <yao.qi@linaro.org>
9572
9573 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9574 Invoke step_over_syscall "clone" and break_cond_on_syscall
9575 "clone".
9576 * gdb.base/step-over-clone.c: New file.
9577
9578 2016-03-03 Yao Qi <yao.qi@linaro.org>
9579
9580 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9581 code format.
9582
9583 2016-03-03 Yao Qi <yao.qi@linaro.org>
9584
9585 * gdb.base/disp-step-fork.c: Rename to ...
9586 * gdb.base/step-over-fork.c: ... it. New file.
9587 * gdb.base/disp-step-vfork.c: Rename to ...
9588 * gdb.base/step-over-vfork.c: ... it. New file.
9589 * gdb.base/disp-step-syscall.exp: Rename to ...
9590 * gdb.base/step-over-syscall.exp: ... it. New file.
9591 (disp_step_cross_syscall): Rename to ...
9592 (step_over_syscall): ... it.
9593
9594 2016-03-03 Yao Qi <yao.qi@linaro.org>
9595
9596 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9597 If target supports condition evaluation on target, invoke
9598 break_cond_on_syscall for fork and vfork.
9599
9600 2016-03-03 Yao Qi <yao.qi@linaro.org>
9601
9602 * gdb.base/disp-step-syscall.exp: Don't invoke
9603 support_displaced_stepping.
9604 (disp_step_cross_syscall): Test with displaced stepping off and
9605 on if supported.
9606
9607 2016-03-03 Yao Qi <yao.qi@linaro.org>
9608
9609 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9610 proc.
9611 (setup): New proc.
9612 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9613 and setup.
9614
9615 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9616
9617 * gdb.fortran/vla-history.exp: Remove breakpoint.
9618
9619 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9620
9621 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9622 exceeds timeout.
9623
9624 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9625
9626 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9627 breakpoint.
9628
9629 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9630
9631 * gdb.mi/vla.f90: Nullify pointer after declaration.
9632
9633 2016-03-01 Pedro Alves <palves@redhat.com>
9634
9635 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9636
9637 2016-03-01 Pedro Alves <palves@redhat.com>
9638
9639 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9640 before anything else.
9641 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9642 _GNU_SOURCE here.
9643 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9644 before anything else.
9645 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9646
9647 2016-03-01 Pedro Alves <palves@redhat.com>
9648
9649 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9650
9651 2016-03-01 Yao Qi <yao.qi@linaro.org>
9652
9653 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9654 prepare_for_testing.
9655
9656 2016-03-01 Yao Qi <yao.qi@linaro.org>
9657
9658 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9659
9660 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9661
9662 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9663 manually constructing the output path.
9664
9665 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9666
9667 * gdb.arch/s390-stackless.S: New.
9668 * gdb.arch/s390-stackless.exp: New.
9669
9670 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9671
9672 * gdb.dlang/circular.c: New file.
9673 * gdb.dlang/circular.exp: New file.
9674
9675 2016-02-26 Yao Qi <yao.qi@linaro.org>
9676
9677 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9678 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9679 (testcases): Update.
9680
9681 2016-02-26 Yao Qi <yao.qi@linaro.org>
9682
9683 * gdb.reverse/aarch64.c: Rename to ...
9684 * gdb.reverse/insn-reverse.c: ... it.
9685 * gdb.reverse/aarch64.exp: Rename to ...
9686 * gdb.reverse/insn-reverse.exp: ... it.
9687
9688 2016-02-26 Yao Qi <yao.qi@linaro.org>
9689
9690 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9691 (testcase_ftype): New.
9692 (testcases): New array.
9693 (n_testcases): New.
9694 (main): Call each element in testcases.
9695 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9696 (read_testcase): New.
9697 Do the tests in a loop.
9698
9699 2016-02-25 Yao Qi <yao.qi@linaro.org>
9700
9701 * gdb.base/branches.c: Remove.
9702
9703 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9704
9705 PR gdb/13808
9706 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9707
9708 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9709
9710 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9711
9712 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9713
9714 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9715 change x86_64 call_insn to 'callq'.
9716
9717 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9718
9719 * gdb.trace/tfile-avx.c: Move to...
9720 * gdb.trace/tracefile-pseudo-reg.c: Here.
9721 * gdb.trace/tfile-avx.exp: Move to...
9722 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9723
9724 2016-02-24 Gary Benson <gbenson@redhat.com>
9725
9726 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9727 message on attach.
9728
9729 2016-02-23 Doug Evans <dje@google.com>
9730
9731 * gdb.base/skip.c (test_skip): New function.
9732 (end_test_skip_file_and_function): New function.
9733 (test_skip_file_and_function): New function.
9734 * gdb.base/skip1.c (test_skip): New function.
9735 (skip1_test_skip_file_and_function): New function.
9736 * gdb.base/skip.exp: Add tests for new skip options.
9737 * gdb.base/skip-solib.exp: Update expected output.
9738 * gdb.perf/skip-command.cc: New file.
9739 * gdb.perf/skip-command.exp: New file.
9740 * gdb.perf/skip-command.py: New file.
9741
9742 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9743
9744 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9745 info registers pattern.
9746
9747 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9748
9749 * lib/future.exp: Add D support.
9750 (gdb_find_gdc): New proc.
9751 (gdb_default_target_compile): Add D support.
9752
9753 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9754
9755 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9756 user+system time.
9757 (trace_speed_test): Determine the iteration count for a time
9758 between 15..30 seconds.
9759
9760 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9761
9762 * gdb.arch/i386-mpx-sigsegv.c: New file.
9763 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9764 * gdb.arch/i386-mpx-simple_segv.c: New file.
9765 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9766
9767 2016-02-18 Yao Qi <yao.qi@linaro.org>
9768
9769 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9770 Don't call setup_kfail.
9771
9772 2016-02-18 Yao Qi <yao.qi@linaro.org>
9773
9774 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9775 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9776
9777 2016-02-16 Doug Evans <dje@google.com>
9778
9779 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9780 * gdb.base/skip1.c: Ditto.
9781 * gdb.base/skip.exp: Whitespace cleanup.
9782
9783 2016-02-16 Don Breazeal <donb@codesourcery.com>
9784
9785 PR remote/19496
9786 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9787 Remove kfail for PR remote/19496.
9788
9789 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9790
9791 * lib/gdb.exp (standard_temp_file): Return a path specific to
9792 the runtest invocation.
9793
9794 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9795
9796 * gdb.trace/save-trace.exp: Change relative path to be in the
9797 standard output directory.
9798
9799 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9800
9801 * gdb.arch/i386-prologue.c: Add missing prototypes.
9802
9803 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9804
9805 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9806 * gdb.arch/i386-prologue.exp: Likewise.
9807 * gdb.arch/i386-size.exp: Likewise.
9808
9809 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9810
9811 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9812 define object file path.
9813 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9814 file path.
9815 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9816 standard_output_file to define binfile.
9817
9818 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9819
9820 Fix compatibility with recent gfortran-5.3.1.
9821 * gdb.fortran/vla-history.exp (print vla1 allocated)
9822 (print vla2 allocated, print $2, print $3): Remove
9823 (print $4): Rename to ...
9824 (print $2): ... here.
9825 (print $9): Rename to ...
9826 (print $5): ... here.
9827 (print $10): Rename to ...
9828 (print $6): ... here.
9829 * gdb.fortran/vla.f90: Add pvla initialization.
9830
9831 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9832
9833 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9834 New test.
9835 * gdb.fortran/vla-value-sub.exp: Likewise.
9836
9837 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9838
9839 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9840
9841 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9842
9843 * i386-biarch-core.exp: Define corefile using
9844 standard_output_file.
9845
9846 2016-02-12 Yao Qi <yao.qi@linaro.org>
9847
9848 * gdb.arch/arm-single-step-kernel-helper.c: New.
9849 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9850
9851 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9852
9853 * gdb.btrace/tailcall-only.exp: New.
9854 * gdb.btrace/tailcall-only.c: New.
9855 * gdb.btrace/x86_64-tailcall-only.S: New.
9856 * gdb.btrace/i686-tailcall-only.S: New.
9857
9858 2016-02-11 Pedro Alves <palves@redhat.com>
9859
9860 * README (Parallel testing): Add missing double quotes.
9861
9862 2016-02-11 Pedro Alves <palves@redhat.com>
9863
9864 * README (Parallel testing): New section.
9865 (GDB_PARALLEL): Rewrite.
9866 (FORCE_PARALLEL): Document.
9867
9868 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9869
9870 * gdb.trace/tfile-avx.c: New test.
9871 * gdb.trace/tfile-avx.exp: New test.
9872
9873 2016-02-09 Keith Seitz <keiths@redhat.com>
9874
9875 PR breakpoints/19546
9876 * gdb.base/infcall-exec.c: New file.
9877 * gdb.base/infcall-exec2.c: New file.
9878 * gdb.base/infcall-exec.exp: New file.
9879
9880 2016-02-09 Keith Seitz <keiths@redhat.com>
9881
9882 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9883 (toplevel): Call test_bkpt_address.
9884
9885 2016-02-09 Keith Seitz <keiths@redhat.com>
9886
9887 PR python/19506
9888 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9889 (toplevel): Call test_bkpt_address.
9890
9891 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9892
9893 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9894 to AC_OUTPUT.
9895 * configure: Regenerate.
9896
9897 2016-02-09 Pedro Alves <palves@redhat.com>
9898
9899 PR breakpoints/19548
9900 * gdb.base/execl-update-breakpoints.c (some_function): New
9901 function.
9902 (main): Call it.
9903 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9904 Tighten expected GDB output.
9905
9906 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9907
9908 * Makefile.in (ALL_SUBDIRS): Remove.
9909 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9910 (distclean maintainer-clean realclean): Likewise.
9911 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9912 * configure: Regenerate.
9913 * gdb.ada/Makefile.in: Delete.
9914 * gdb.arch/Makefile.in: Likewise.
9915 * gdb.asm/Makefile.in: Likewise.
9916 * gdb.base/Makefile.in: Likewise.
9917 * gdb.btrace/Makefile.in: Likewise.
9918 * gdb.cell/Makefile.in: Likewise.
9919 * gdb.compile/Makefile.in: Likewise.
9920 * gdb.cp/Makefile.in: Likewise.
9921 * gdb.disasm/Makefile.in: Likewise.
9922 * gdb.dlang/Makefile.in: Likewise.
9923 * gdb.dwarf2/Makefile.in: Likewise.
9924 * gdb.fortran/Makefile.in: Likewise.
9925 * gdb.gdb/Makefile.in: Likewise.
9926 * gdb.go/Makefile.in: Likewise.
9927 * gdb.guile/Makefile.in: Likewise.
9928 * gdb.java/Makefile.in: Likewise.
9929 * gdb.linespec/Makefile.in: Likewise.
9930 * gdb.mi/Makefile.in: Likewise.
9931 * gdb.modula2/Makefile.in: Likewise.
9932 * gdb.multi/Makefile.in: Likewise.
9933 * gdb.objc/Makefile.in: Likewise.
9934 * gdb.opencl/Makefile.in: Likewise.
9935 * gdb.opt/Makefile.in: Likewise.
9936 * gdb.pascal/Makefile.in: Likewise.
9937 * gdb.perf/Makefile.in: Likewise.
9938 * gdb.python/Makefile.in: Likewise.
9939 * gdb.reverse/Makefile.in: Likewise.
9940 * gdb.server/Makefile.in: Likewise.
9941 * gdb.stabs/Makefile.in: Likewise.
9942 * gdb.threads/Makefile.in: Likewise.
9943 * gdb.trace/Makefile.in: Likewise.
9944 * gdb.xml/Makefile.in: Likewise.
9945 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9946 GDB_PARALLEL.
9947 (standard_output_file): Remove check for GDB_PARALLEL, always
9948 return path in outputs/$subdir/$testname.
9949
9950 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9951
9952 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9953 (site.exp): Assign abs_srcdir to tcl's srcdir.
9954
9955 2016-02-04 Yao Qi <yao.qi@linaro.org>
9956
9957 * gdb.base/foll-exec-mode.c: Include limits.h.
9958 (main): Add parameters argc and argv. Get directory from
9959 argv[0].
9960 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9961 compilation.
9962 * gdb.base/foll-exec.c: Include limits.h.
9963 (main): Add parameters argc and argv.
9964 Get directory from argv[0].
9965 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9966 Adjust tests on the number of lines as source code changed.
9967 * gdb.base/foll-vfork-exit.c: Include limits.h.
9968 (main): Add one line of statement before vfork.
9969 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9970 (main): Add parameters argc and argv. Get directory from
9971 argv[0].
9972 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9973 (setup_gdb): Set tbreak to skip some source lines.
9974 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9975 (main): Add parameters argc and argv. Get directory from
9976 argv[0].
9977 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9978 compilation.
9979 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9980 (main): Add parameters argc and argv. Get directory from
9981 argv[0].
9982 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9983 compilation.
9984
9985 2016-02-01 Doug Evans <dje@google.com>
9986
9987 * gdb.base/skip.exp: Clean up multiple references to same test name.
9988
9989 2016-02-01 Pedro Alves <palves@redhat.com>
9990
9991 PR remote/19496
9992 * gdb.threads/forking-threads-plus-breakpoint.exp
9993 (displaced_stepping_supported): New global.
9994 (probe_displaced_stepping_support): New procedure.
9995 (do_test): Add 'displaced' parameter, and use it.
9996 (top level): Check for displaced stepping support. Add displaced
9997 stepping on/off testing axis.
9998
9999 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10000
10001 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10002 pointer. Don't perform further tests on the unassociated pointer
10003 if the first test fails.
10004
10005 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10006
10007 * gdb.base/max-value-size.c: New file.
10008 * gdb.base/max-value-size.exp: New file.
10009 * gdb.base/huge.exp: Disable max-value-size for this test.
10010
10011 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10012
10013 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10014
10015 2016-01-28 Yao Qi <yao.qi@linaro.org>
10016
10017 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10018
10019 2016-01-25 Pedro Alves <palves@redhat.com>
10020
10021 PR threads/19461
10022 * gdb.base/fork-running-state.c: New file.
10023 * gdb.base/fork-running-state.exp: New file.
10024
10025 2016-01-25 Pedro Alves <palves@redhat.com>
10026
10027 PR gdb/19494
10028 * gdb.base/catch-fork-kill.c: New file.
10029 * gdb.base/catch-fork-kill.exp: New file.
10030
10031 2016-01-25 Pedro Alves <palves@redhat.com>
10032
10033 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10034 Delete, moved to lib/gdb.exp.
10035 * gdb.threads/forking-threads-plus-breakpoint.exp
10036 (foreach_with_prefix): Likewise.
10037 * gdb.threads/process-dies-while-handling-bp.exp
10038 (foreach_with_prefix): Likewise.
10039 * lib/gdb.exp (foreach_with_prefix): New procedure.
10040
10041 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10042
10043 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10044 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10045
10046 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10047
10048 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10049 endian targets.
10050
10051 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10052 Pedro Alves <palves@redhat.com>
10053
10054 Fix testsuite compatibility with Guile.
10055 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10056 number.
10057
10058 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10059
10060 Fix testsuite compatibility with Guile.
10061 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10062 (thread 1): New test for backtrace through signal handler.
10063
10064 2016-01-22 Yao Qi <yao.qi@linaro.org>
10065
10066 PR testsuite/19491
10067 * gdb.base/multi-forks.c: Include
10068 ../lib/unbuffer_output.c
10069 (main): Call gdb_unbuffer_output.
10070
10071 2016-01-21 Doug Evans <dje@google.com>
10072
10073 * lib/ada.exp (gdb_compile_ada): Fix typo.
10074
10075 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10076
10077 * gdb.base/break-fun-addr.exp: New file.
10078 * gdb.base/break-fun-addr1.c: New file.
10079 * gdb.base/break-fun-addr2.c: New file.
10080
10081 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10082
10083 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10084 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10085 enum flag values.
10086
10087 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10088
10089 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10090 when GDB can not set the vector return value. Add more comments
10091 for clarification.
10092
10093 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10094
10095 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10096 command.
10097
10098 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10099
10100 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10101
10102 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10103
10104 * Makefile.in (check-single): Pass --status to runtest.
10105 (check/%.exp): Likewise.
10106
10107 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10108
10109 * Makefile.in (check-parallel): Propagate return code from make
10110 do-check-parallel.
10111
10112 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10113
10114 * gdb.trace/ftrace.exp: Fix expected message on continue.
10115 * gdb.trace/pending.exp: Fix expected message on continue.
10116 * gdb.trace/trace-break.exp: Fix expected message on continue.
10117
10118 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10119
10120 * lib/gdb.exp (gdb_test): Remove unused global references.
10121
10122 2016-01-18 Pedro Alves <palves@redhat.com>
10123
10124 * gdb.base/async-shell.exp: Adjust expected output.
10125 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10126 * gdb.base/siginfo-thread.exp: Adjust expected output.
10127 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10128 * gdb.java/jnpe.exp: Adjust expected output.
10129 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10130 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10131 * gdb.threads/leader-exit.exp: Adjust expected output.
10132 * gdb.threads/manythreads.exp: Adjust expected output.
10133 * gdb.threads/pthreads.exp: Adjust expected output.
10134 * gdb.threads/schedlock.exp: Adjust expected output.
10135 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10136 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10137 expected output.
10138 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10139 output.
10140 * gdb.threads/sigthread.exp: Adjust expected output.
10141 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10142
10143 2016-01-18 Yao Qi <yao.qi@linaro.org>
10144
10145 * gdb.guile/scm-section-script.c: Replace @progbits with
10146 %progbits.
10147 * gdb.python/py-section-script.c: Likewise.
10148
10149 2016-01-15 Pedro Alves <palves@redhat.com>
10150
10151 * gdb.multi/tids.exp: Test star wildcard ranges.
10152
10153 2016-01-15 Pedro Alves <palves@redhat.com>
10154
10155 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10156 command from "thread apply" invocation.
10157 (thr_apply_info_thr_invalid): Default the expected output to the
10158 input tid list.
10159 (top level): Add tests that use convenience variables. Add tests
10160 for "thread apply" with a valid TID list, but missing the command.
10161
10162 2016-01-13 Pedro Alves <palves@redhat.com>
10163
10164 * gdb.base/default.exp: Expect $_gthread as well.
10165 * gdb.multi/tids.exp: Test $_gthread.
10166 * gdb.threads/thread-specific.exp: Test $_gthread.
10167
10168 2016-01-13 Pedro Alves <palves@redhat.com>
10169
10170 * gdb.multi/tids.exp: Test "info threads -gid".
10171
10172 2016-01-13 Pedro Alves <palves@redhat.com>
10173
10174 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10175 Breakpoint.thread.
10176 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10177
10178 2016-01-07 Pedro Alves <palves@redhat.com>
10179
10180 * gdb.base/break.exp: Adjust to output changes.
10181 * gdb.base/hbreak2.exp: Likewise.
10182 * gdb.base/sepdebug.exp: Likewise.
10183 * gdb.base/watch_thread_num.exp: Likewise.
10184 * gdb.linespec/keywords.exp: Likewise.
10185 * gdb.multi/info-threads.exp: Likewise.
10186 * gdb.threads/thread-find.exp: Likewise.
10187 * gdb.multi/tids.c: New file.
10188 * gdb.multi/tids.exp: New file.
10189
10190 2016-01-13 Pedro Alves <palves@redhat.com>
10191
10192 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10193
10194 2016-01-13 Pedro Alves <palves@redhat.com>
10195
10196 * gdb.base/default.exp: Expect $_inferior as well.
10197 * gdb.multi/base.exp: Test $_inferior.
10198
10199 2016-01-13 Pedro Alves <palves@redhat.com>
10200
10201 PR breakpoints/19388
10202 * gdb.base/catch-signal-siginfo-cond.c: New file.
10203 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10204
10205 2016-01-12 Josh Stone <jistone@redhat.com>
10206 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10207
10208 * gdb.base/catch-syscall.c (do_execve): New variable.
10209 (main): Conditionally trigger an execve.
10210 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10211 (test_catch_syscall_execve): New, check entry/return across execve.
10212 (do_syscall_tests): Call test_catch_syscall_execve.
10213
10214 2016-01-12 Pedro Alves <palves@redhat.com>
10215
10216 * gdb.base/random-signal.exp (do_test): New procedure, with body
10217 of testcase moved in.
10218
10219 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10220 Pedro Alves <palves@redhat.com>
10221
10222 * gdb.base/funcargs.exp (finish from indirectly called function):
10223 Reintroduce the case for 'First'.
10224
10225 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10226 Pedro Alves <palves@redhat.com>
10227
10228 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10229 (tcatch_vfork_then_child_follow_exec)
10230 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10231 identification.
10232
10233 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10234
10235 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10236 and repeats to unlimited.
10237 * gdb.python/py-value.exp: Likewise.
10238 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10239 and repeats to unlimited.
10240
10241 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10242
10243 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10244 and reordering the functions.
10245 * gdb.multi/hangout.c: Likewise.
10246 * gdb.multi/hello.c: Likewise.
10247
10248 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10249
10250 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10251 absolute.
10252 (SingleStatisticTestResult.report): Use dict.keys instead of
10253 dict.iterkeys.
10254
10255 2016-01-06 Pedro Alves <palves@redhat.com>
10256
10257 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10258
10259 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10260
10261 * gdb.btrace/dlopen.exp: New.
10262 * gdb.btrace/dlopen.c: New.
10263 * gdb.btrace/dlopen-dso.c: New.
10264
10265 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10266
10267 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10268 PATTERN argument is optional.
10269
10270 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10271
10272 * lib/ada.exp (target_compile_ada_from_dir): New function.
10273 (gdb_compile_ada): Reimplement avoiding the use of project files.
10274 * gdb.ada/gnat_ada.gpr: Delete.
10275 * gdb.ada/cond_lang.exp: Adjust test to make path before
10276 filename optional.
10277 * gdb.ada/small_reg_param.exp: Likewise.
10278
10279 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10280
10281 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10282
10283 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10284
10285 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10286 case.
10287
10288 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10289
10290 * gdb.base/break.exp: Remove dead code.
10291 * gdb.base/sepdebug.exp: Likewise.
10292
10293 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10294
10295 * gdb.asm/asm-source.exp: Remove HP-UX references.
10296 * gdb.base/annota1.exp: Likewise.
10297 * gdb.base/annota3.exp: Likewise.
10298 * gdb.base/attach.exp: Likewise.
10299 * gdb.base/bigcore.exp: Likewise.
10300 * gdb.base/break.exp: Likewise.
10301 * gdb.base/call-ar-st.exp: Likewise.
10302 * gdb.base/callfuncs.exp: Likewise.
10303 * gdb.base/catch-fork-static.exp: Likewise.
10304 * gdb.base/display.exp: Likewise.
10305 * gdb.base/foll-exec-mode.exp: Likewise.
10306 * gdb.base/foll-exec.exp: Likewise.
10307 * gdb.base/foll-fork.exp: Likewise.
10308 * gdb.base/foll-vfork.exp: Likewise.
10309 * gdb.base/funcargs.exp: Likewise.
10310 * gdb.base/hbreak2.exp: Likewise.
10311 * gdb.base/inferior-died.exp: Likewise.
10312 * gdb.base/interrupt.exp: Likewise.
10313 * gdb.base/multi-forks.exp: Likewise.
10314 * gdb.base/nodebug.exp: Likewise.
10315 * gdb.base/sepdebug.exp: Likewise.
10316 * gdb.base/solib1.c: Likewise.
10317 * gdb.base/step-test.exp: Likewise.
10318 * gdb.mi/non-stop.c: Likewise.
10319 * gdb.mi/pthreads.c: Likewise.
10320 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10321 * gdb.threads/pthreads.c: Likewise.
10322 * gdb.threads/staticthreads.exp: Likewise.
10323 * lib/future.exp: Likewise.
10324 * lib/gdb.exp: Likewise.
10325 * gdb.base/so-indr-cl.c: Remove.
10326 * gdb.base/so-indr-cl.exp: Likewise.
10327 * gdb.base/solib.c: Likewise.
10328 * gdb.base/solib.exp: Likewise.
10329 * gdb.base/solib2.c: Likewise.
10330
10331 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10332
10333 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10334 * gdb.base/call-ar-st.exp: Likewise.
10335 * gdb.base/callfuncs.exp: Likewise.
10336 * gdb.base/condbreak.exp: Likewise.
10337 * gdb.base/constvars.exp: Likewise.
10338 * gdb.base/hbreak2.exp: Likewise.
10339 * gdb.base/langs.exp: Likewise.
10340 * gdb.base/list.exp: Likewise.
10341 * gdb.base/long_long.exp: Likewise.
10342 * gdb.base/ptype.exp: Likewise.
10343 * gdb.base/scope.exp: Likewise.
10344 * gdb.base/signals.exp: Likewise.
10345 * gdb.base/so-impl-ld.exp: Likewise.
10346 * gdb.base/varargs.exp: Likewise.
10347 * gdb.base/volatile.exp: Likewise.
10348 * gdb.base/whatis.exp: Likewise.
10349 * gdb.cp/cplusfuncs.exp: Likewise.
10350 * gdb.cp/inherit.exp: Likewise.
10351 * gdb.cp/local.exp: Likewise.
10352 * gdb.cp/member-ptr.exp: Likewise.
10353 * gdb.cp/method.exp: Likewise.
10354 * gdb.cp/overload.exp: Likewise.
10355 * gdb.cp/templates.exp: Likewise.
10356 * gdb.stabs/weird.exp: Likewise.
10357 * lib/compiler.c: Likewise.
10358 * lib/compiler.cc: Likewise.
10359 * lib/cp-support.exp: Likewise.
10360 * lib/gdb.exp: Likewise.
10361
10362 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10363
10364 * configure.ac: Remove HP-UX case.
10365 * configure: Regenerate.
10366
10367 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10368
10369 * lib/gdb.exp (gdb_compile): Add function doc.
10370
10371 2015-12-17 Pedro Alves <palves@redhat.com>
10372
10373 PR threads/19354
10374 * gdb.multi/info-threads.exp: New file.
10375
10376 2015-12-15 Yao Qi <yao.qi@linaro.org>
10377
10378 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10379 is aarch64*-*-*.
10380
10381 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10382
10383 * gdb.base/history-duplicates.exp: Skip if no readline support.
10384
10385 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10386
10387 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10388
10389 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10390
10391 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10392
10393 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10394
10395 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10396 ctrl-C if nointerrupts target property is set.
10397 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10398 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10399 * gdb.base/paginate-bg-execution.exp: Likewise.
10400 * gdb.base/paginate-execution-startup.exp: Likewise.
10401 * gdb.base/random-signal.exp: Likewise.
10402 * gdb.base/range-stepping.exp: Likewise.
10403 * gdb.cp/annota2.exp: Likewise.
10404 * gdb.cp/annota3.exp: Likewise.
10405 * gdb.gdb/selftest.exp: Likewise.
10406 * gdb.threads/continue-pending-status.exp: Likewise.
10407 * gdb.threads/leader-exit.exp: Likewise.
10408 * gdb.threads/manythreads.exp: Likewise.
10409 * gdb.threads/pthreads.exp: Likewise.
10410 * gdb.threads/schedlock.exp: Likewise.
10411 * gdb.threads/sigthread.exp: Likewise.
10412
10413 2015-12-11 Don Breazeal <donb@codesourcery.com>
10414
10415 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10416 remote.
10417 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10418 * gdb.base/foll-exec.exp (main): Enable for target remote.
10419 * gdb.base/foll-fork.exp (main): Likewise.
10420 * gdb.base/foll-vfork.exp (main): Likewise.
10421 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10422 (proc continue_to_exit_bp_loc): Use clean_restart.
10423 * gdb.base/pie-execl.exp (main): Disable for target remote.
10424 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10425 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10426 * gdb.threads/execl.exp (main): Likewise.
10427 * gdb.threads/fork-child-threads.exp (main): Likewise.
10428 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10429 remote.
10430 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10431 remote.
10432 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10433 pid.tid style ptids, instead of just tid.
10434 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10435 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10436 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10437 ptids, instead of just tid.
10438
10439 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10440
10441 * gdb.base/list.exp (test_list_forward): Add end of file error
10442 test.
10443 (test_repeat_list_command): Add end of file error test.
10444 (test_list_backwards): Add beginning of file error test.
10445
10446 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10447
10448 * gdb.base/list.exp (test_list_invalid_args): New function,
10449 defined, and called.
10450
10451 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10452
10453 * gdb.base/list.exp (test_list): Make test names unique.
10454
10455 2015-12-11 Yao Qi <yao.qi@linaro.org>
10456
10457 * gdb.base/coremaker2.c: Remove.
10458
10459 2015-12-10 Pedro Alves <palves@redhat.com>
10460
10461 * gdb.multi/base.exp: Remove stale "spaces" references.
10462
10463 2015-12-10 Pedro Alves <palves@redhat.com>
10464
10465 * gdb.multi/base.exp: Don't use nowarnings.
10466 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10467 * gdb.multi/hangout.c: Include stdio.h.
10468 * gdb.multi/hello.c: Include stdlib.h.
10469 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10470 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10471 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10472
10473 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10474
10475 * gdb.dwarf2/dw2-ranges-base.c: New file.
10476 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10477 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10478 support additional line table, and debug ranges generation.
10479 (Dwarf::ranges): New function, generate .debug_ranges.
10480 (Dwarf::lines): Support generating simple line table programs.
10481 (Dwarf::assemble): Initialise new namespace variables.
10482
10483 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10484
10485 * gdb.base/async.exp (proc test_background): Add case for
10486 asynchronous execution not supported.
10487
10488 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10489
10490 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10491 format and change test names to make them unique.
10492
10493 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10494 Pedro Alves <pedro@redhat.com>
10495
10496 PR gdb/18702
10497 Add checking of floatformats setup on x86_64 hosts.
10498 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10499 (smallval, bigval): New labels/constants.
10500 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10501 float" after loading bigval and smallval.
10502
10503 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10504
10505 * gdb.ada/fun_overload_menu.exp: New testcase.
10506 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10507
10508 2015-12-04 Josh Stone <jistone@redhat.com>
10509
10510 * gdb.base/catch-fork-static.exp: New.
10511
10512 2015-12-03 Yao Qi <yao.qi@linaro.org>
10513
10514 * gdb.base/sizeof.c: Don't include stdio.h and
10515 ../lib/unbuffer_output.c.
10516 (main): New variable 'size' and 'value'. Remove printf and
10517 gdb_unbuffer_output. Assign return value to size and value.
10518 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10519 at the beginning.
10520 (check_sizeof): Check the result by printing variable 'size'.
10521 (check_valueof): Check the result by printing variable 'value'.
10522
10523 2015-12-01 Yao Qi <yao.qi@linaro.org>
10524
10525 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10526 for aarch64*-*-linux* target.
10527
10528 2015-11-30 Pedro Alves <palves@redhat.com>
10529
10530 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10531
10532 2015-11-30 Pedro Alves <palves@redhat.com>
10533
10534 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10535 Handle non-stop mode vCont replies.
10536
10537 2015-11-30 Pedro Alves <palves@redhat.com>
10538
10539 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10540 prepare_for_testing. Start gdb with "set non-stop on" appended to
10541 GDBFLAGS. Lax expected stop output.
10542
10543 2015-11-27 Yao Qi <yao.qi@linaro.org>
10544
10545 * gdb.arch/arm-neon.exp: New.
10546 * gdb.arch/arm-neon.c: New.
10547
10548 2015-11-27 Yao Qi <yao.qi@linaro.org>
10549
10550 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10551
10552 2015-11-27 Yao Qi <yao.qi@linaro.org>
10553
10554 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10555 frames-invalid annotation.
10556
10557 2015-11-27 Yao Qi <yao.qi@linaro.org>
10558
10559 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10560
10561 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10562
10563 * gdb.threads/names.exp: New file.
10564 * gdb.threads/names.c: New file.
10565 * README: Mention gdb,no_thread_names.
10566
10567 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10568
10569 PR 19297
10570 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10571 support" error.
10572
10573 2015-11-24 Pedro Alves <palves@redhat.com>
10574
10575 PR 17539
10576 * gdb.base/display.exp: Expect displays to be sorted in ascending
10577 order. Use multi_line.
10578 * gdb.base/solib-display.exp: Likewise.
10579
10580 2015-11-24 Pedro Alves <palves@redhat.com>
10581
10582 PR 17539
10583 * gdb.base/display.exp: Expect displays to be sorted in ascending
10584 order. Use multi_line.
10585 * gdb.base/solib-display.exp: Likewise.
10586
10587 2015-11-24 Pedro Alves <palves@redhat.com>
10588
10589 PR 17539
10590 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10591 threads in ascending order.
10592 * gdb.base/foll-fork.exp: Likewise.
10593 * gdb.base/foll-vfork.exp: Likewise.
10594 * gdb.base/multi-forks.exp: Likewise.
10595 * gdb.mi/mi-nonstop.exp: Likewise.
10596 * gdb.mi/mi-nsintrall.exp: Likewise.
10597 * gdb.multi/base.exp: Likewise.
10598 * gdb.multi/multi-arch.exp: Likewise.
10599 * gdb.python/py-inferior.exp: Likewise.
10600 * gdb.threads/break-while-running.exp: Likewise.
10601 * gdb.threads/execl.exp: Likewise.
10602 * gdb.threads/gcore-thread.exp: Likewise.
10603 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10604 * gdb.threads/kill.exp: Likewise.
10605 * gdb.threads/linux-dp.exp: Likewise.
10606 * gdb.threads/multiple-step-overs.exp: Likewise.
10607 * gdb.threads/next-bp-other-thread.exp: Likewise.
10608 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10609 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10610 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10611 * gdb.threads/thread-find.exp: Likewise.
10612 * gdb.threads/tls.exp: Likewise.
10613 * lib/mi-support.exp (mi_reverse_list): Delete.
10614 (mi_check_thread_states): No longer reverse list.
10615
10616 2015-11-24 Pedro Alves <palves@redhat.com>
10617
10618 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10619 use lowercase.
10620
10621 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10622
10623 * gdb.trace/actions.c: Include trace-common.h.
10624 (main): Add a location for a fast tracepoint.
10625 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10626 the normal tracepoints.
10627 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10628
10629 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10630
10631 * save-trace.exp: Factor out code to these...
10632 (gdb_save_tracepoints): New.
10633 (gdb_load_tracepoints): New.
10634 (do_save_load_test): New.
10635
10636 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10637
10638 * gdb.base/asmlabel.exp: New test.
10639 * gdb.base/asmlabel.c: New test case.
10640
10641 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10642
10643 * gdb.base/wrong_frame_bt_full-main.c: New file.
10644 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10645 * gdb.base/wrong_frame_bt_full.exp: New file.
10646
10647 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10648
10649 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10650
10651 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10652
10653 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10654 pstate register when comparing registers values in
10655 sparc64-*-linux-gnu targets to avoid spurious differences.
10656
10657 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10658
10659 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10660
10661 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10662
10663 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10664 as type argument to gdb_compile.
10665 * gdb.base/nested-subp2.exp: Likewise.
10666 * gdb.base/nested-subp3.exp: Likewise.
10667
10668 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10669
10670 * lib/dwarf.exp (_note): Fix left shift of negative value.
10671 * gdb.trace/trace-condition.exp: Likewise.
10672
10673 2015-11-13 Yao Qi <yao.qi@linaro.org>
10674
10675 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10676 comments about d10v.
10677 (test_scalar_returns): Likewise.
10678 * gdb.base/d10v.ld: Remove.
10679 * gdb.base/overlays.exp: Remove the target triplet checking for
10680 d10v-*-*.
10681 * gdb.base/structs.exp (test_struct_returns): Remove the
10682 comments about d10v.
10683 (test_struct_calls): Likewise.
10684
10685 2015-11-13 Yao Qi <yao.qi@linaro.org>
10686
10687 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10688 * gdb.base/gnu_vector.c: Don't include stdio.h.
10689 (main): Don't print res and call add_some_intvecs.
10690
10691 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10692
10693 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10694 macro.
10695 (func5): Removed.
10696 (func4): Use FAST_TRACEPOINT_LABEL.
10697 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10698 macro.
10699 (func): Removed.
10700 (thread_function): Use FAST_TRACEPOINT_LABEL.
10701 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10702 (func): Remove.
10703 (marker): Use FAST_TRACEPOINT_LABEL.
10704 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10705 (pendfunc1): Remove.
10706 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10707 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10708 (foo): Remove.
10709 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10710 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10711 macro.
10712 (func): Remove.
10713 (marker): Use FAST_TRACEPOINT_LABEL.
10714 * gdb.trace/trace-common.h: New header.
10715 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10716 macro.
10717 (func): Remove.
10718 (marker): Use FAST_TRACEPOINT_LABEL.
10719 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10720 (func): Remove.
10721 (thread_function): Use FAST_TRACEPOINT_LABEL.
10722
10723 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10724
10725 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10726 in front.
10727 * gdb.trace/change-loc.exp: Use global pcreg definition.
10728 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10729 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10730 in front.
10731 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10732 * gdb.trace/pending.exp: Likewise.
10733 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10734 * gdb.trace/trace-break.exp: Likewise.
10735 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10736 in front.
10737 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10738 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10739 in front.
10740 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10741
10742 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10743
10744 * gdb.ada/fin_fun_out: New testcase.
10745
10746 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10747
10748 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10749 value associated with DW_AT_byte_size.
10750 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10751 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10752 DW_AT_upper_bound.
10753
10754 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10755
10756 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10757 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10758 version.
10759 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10760 gdb.dwarf2/dw2-canonicalize-type.exp,
10761 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10762 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10763 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10764 provided by gdb_target_symbol_prefix_flags_asm.
10765 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10766 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10767 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10768 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10769 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10770 macros where needed). Use this macro for symbols which require
10771 the prefix provided by SYMBOL_PREFIX.
10772
10773 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10774
10775 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10776 New procs.
10777 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10778 representing expressions, of more than one list element.
10779 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10780 to prepend linker symbol prefix to f.
10781 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10782 table_1 and table_2.
10783 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10784 Likewise, for f and g.
10785 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10786 for ptr.
10787 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10788 for main.
10789 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10790 table_1_ptr and table_2_ptr.
10791
10792 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10793 Joel Brobecker <brobecker@adacore.com>
10794
10795 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10796
10797 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10798
10799 * gdb.reverse/s390-mvcle.c: New test.
10800 * gdb.reverse/s390-mvcle.exp: New file.
10801 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10802
10803 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10804
10805 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10806
10807 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10808
10809 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10810 reaching marker2.
10811 * gdb.reverse/getresuid-reverse.exp: Likewise.
10812 * gdb.reverse/pipe-reverse.exp: Likewise.
10813 * gdb.reverse/readv-reverse.exp: Likewise.
10814 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10815 * gdb.reverse/time-reverse.exp: Likewise.
10816 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10817
10818 2015-10-30 Yao Qi <yao.qi@linaro.org>
10819
10820 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10821 (empty_cycle): Remove.
10822 (main): Don't call empty_cycle. Don't use watch_count_done.
10823 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10824 empty_cycle. Rewrite the code counting HW watchpoints.
10825
10826 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10827
10828 * gdb.reverse/fstatat-reverse.c: New test.
10829 * gdb.reverse/fstatat-reverse.exp: New file.
10830 * gdb.reverse/getresuid-reverse.c: New test.
10831 * gdb.reverse/getresuid-reverse.exp: New file.
10832 * gdb.reverse/pipe-reverse.c: New test.
10833 * gdb.reverse/pipe-reverse.exp: New file.
10834 * gdb.reverse/readv-reverse.c: New test.
10835 * gdb.reverse/readv-reverse.exp: New file.
10836 * gdb.reverse/recvmsg-reverse.c: New test.
10837 * gdb.reverse/recvmsg-reverse.exp: New file.
10838 * gdb.reverse/time-reverse.c: New test.
10839 * gdb.reverse/time-reverse.exp: New file.
10840 * gdb.reverse/waitpid-reverse.c: New test.
10841 * gdb.reverse/waitpid-reverse.exp: New file.
10842
10843 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10844
10845 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10846
10847 2015-10-26 Doug Evans <dje@google.com>
10848
10849 PR symtab/17391
10850 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10851 * gdb.dwarf2/bad-regnum.c: New file.
10852 * gdb.dwarf2/bad-regnum.exp: New file.
10853
10854 2015-10-26 Doug Evans <dje@google.com>
10855
10856 PR python/18938
10857 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10858 file.
10859
10860 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10861
10862 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10863 for a change by "Mention language in compile error message".
10864
10865 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10866
10867 PR python/18073
10868 * gdb.python/py-type.c (C::a_method): New.
10869 (C::a_const_method): New.
10870 (C::a_static_method): New.
10871 (a_function): New.
10872 * gdb.python/py-type.exp (test_fields): Test getting fields
10873 from function and method.
10874
10875 2015-10-21 Keven Boell <keven.boell@intel.com>
10876
10877 * gdb.fortran/vla-alloc-assoc.exp: New file.
10878 * gdb.fortran/vla-datatypes.exp: New file.
10879 * gdb.fortran/vla-datatypes.f90: New file.
10880 * gdb.fortran/vla-history.exp: New file.
10881 * gdb.fortran/vla-ptype-sub.exp: New file.
10882 * gdb.fortran/vla-ptype.exp: New file.
10883 * gdb.fortran/vla-sizeof.exp: New file.
10884 * gdb.fortran/vla-sub.f90: New file.
10885 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10886 * gdb.fortran/vla-value-sub-finish.exp: New file.
10887 * gdb.fortran/vla-value-sub.exp: New file.
10888 * gdb.fortran/vla-value.exp: New file.
10889 * gdb.fortran/vla-ptr-info.exp: New file.
10890 * gdb.mi/mi-vla-fortran.exp: New file.
10891 * gdb.mi/vla.f90: New file.
10892
10893 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10894
10895 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10896 of hardwired timeout value.
10897
10898 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10899 Pedro Alves <palves@redhat.com>
10900
10901 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10902 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10903
10904 2015-10-19 Josh Stone <jistone@redhat.com>
10905
10906 * gdb.base/catch-syscall.c: Include <sched.h>.
10907 (unknown_syscall): New variable.
10908 (main): Trigger a vfork and an unknown syscall.
10909 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10910 (unknown_syscall_number): Likewise.
10911 (check_call_to_syscall): Accept an optional syscall pattern.
10912 (check_return_from_syscall): Likewise.
10913 (check_continue): Likewise.
10914 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10915 (test_catch_syscall_skipping_return): New test toggling off 'catch
10916 syscall' to step over the syscall return, then toggling back on.
10917 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10918 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10919 (do_syscall_tests): Call test_catch_syscall_without_args and
10920 test_catch_syscall_mid_vfork.
10921 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10922 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10923
10924 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10925
10926 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10927 print g_vE): Add new pass patterns.
10928 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10929 print various symbol names for vptr fields.
10930
10931 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10932
10933 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10934 results.
10935
10936 2015-10-12 Yao Qi <yao.qi@linaro.org>
10937
10938 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10939
10940 2015-10-12 Yao Qi <yao.qi@linaro.org>
10941
10942 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10943 is aarch64*-*-linux*.
10944
10945 2015-10-12 Yao Qi <yao.qi@linaro.org>
10946
10947 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10948 (can_relocate_bcond_true): ... it.
10949 (can_relocate_bcond_false): New function.
10950 (foo): Likewise.
10951 (can_relocate_bl): Likewise.
10952 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10953 can_relocate_bl.
10954
10955 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10956
10957 * gdb.base/nested-addr.c: New file.
10958 * gdb.base/nested-addr.exp: New testcase.
10959
10960 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10961
10962 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10963 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10964 its output. Ignore the output of "record goto begin" and instead
10965 check that GDB is replaying.
10966
10967 2015-10-09 Pedro Alves <palves@redhat.com>
10968
10969 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10970 (top level): Use it in the run with no args test.
10971
10972 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10973
10974 * gdb.dlang/properties.exp: New file.
10975
10976 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10977
10978 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10979 whether or not address 0x1000 is mapped on the target.
10980
10981 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10982
10983 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10984 build.
10985
10986 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10987
10988 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10989 instruction-history test.
10990
10991 2015-09-28 Doug Evans <dje@google.com>
10992
10993 * gdb.base/gcore.c (array_func): Add reference to static_array.
10994
10995 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10996
10997 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10998 source line.
10999
11000 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11001
11002 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11003 short or char as base type.
11004
11005 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11006
11007 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11008 to allow any size enum.
11009
11010 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11011
11012 * gdb.ada/array_ptr_renaming.exp: New testcase.
11013 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11014 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11015
11016 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11017
11018 * gdb.trace/ftrace-lock.c: New file.
11019 * gdb.trace/ftrace-lock.exp: New file.
11020
11021 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11022
11023 * gdb.arch/insn-reloc.c: New file.
11024 * gdb.arch/ftrace-insn-reloc.exp: New file.
11025
11026 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11027
11028 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11029 instruction.
11030 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11031 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11032 * gdb.trace/range-stepping.c: Likewise.
11033 * gdb.trace/trace-break.c: Likewise.
11034 * gdb.trace/trace-mt.c (thread_function): Likewise.
11035 * gdb.trace/ftrace.c (marker): Likewise.
11036 * gdb.trace/trace-condition.c (marker): Likewise.
11037 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11038 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11039 is_aarch64_target.
11040
11041 2015-09-18 Doug Evans <xdje42@gmail.com>
11042
11043 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11044 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11045
11046 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11047
11048 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11049 the breakpoint.
11050
11051 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11052
11053 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11054 the pending breakpoint. Remove timeout override for "Run till
11055 MI pending breakpoint on pendfunc3 on thread 2" test.
11056
11057 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11058
11059 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11060 filename pattern.
11061
11062 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11063
11064 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11065 in breakpoint filename pattern.
11066
11067 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11068
11069 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11070
11071 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11072
11073 * gdb.linespec/explicit.exp: Check for readline support for
11074 tab-completion tests. Fix obvious typo.
11075
11076 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11077
11078 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11079 and replay.
11080
11081 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11082
11083 * gdb.btrace/non-stop.c: New.
11084 * gdb.btrace/non-stop.exp: New.
11085
11086 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11087 Yao Qi <yao.qi@linaro.org>
11088
11089 * gdb.trace/trace-condition.c: New file.
11090 * gdb.trace/trace-condition.exp: New file.
11091
11092 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11093
11094 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11095 for testing bytecode compilation.
11096
11097 2015-09-16 Pedro Alves <palves@redhat.com>
11098 Sandra Loosemore <sandra@codesourcery.com>
11099
11100 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11101 (SECONDS): Redefine.
11102 (main): Call pthread_kill and alarm early.
11103 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11104 support.
11105 (test): If the target can't hardware step and doesn't support
11106 displaced stepping, increase the timeout.
11107
11108 2015-09-16 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11111 (enable_debug): New procedures.
11112 (test): Use them. Bail out if waiting for threads fails.
11113 (top level): Bail out if a test fails.
11114
11115 2015-09-16 Yao Qi <yao.qi@linaro.org>
11116
11117 * gdb.asm/asm-source.exp: Set asm-arch for
11118 aarch64*-*-* target.
11119 * gdb.asm/aarch64.inc: New file.
11120
11121 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11122
11123 * gdb.ada/array_of_variable_length.exp: New testcase.
11124 * gdb.ada/array_of_variable_length/foo.adb: New file.
11125 * gdb.ada/array_of_variable_length/pck.adb: New file.
11126 * gdb.ada/array_of_variable_length/pck.ads: New file.
11127
11128 2015-09-15 Doug Evans <dje@google.com>
11129
11130 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11131 of function static local variable.
11132
11133 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11134
11135 * gdb.threads/tls-so_extern.exp: New test file.
11136 * gdb.threads/tls-so_extern.c: New test file.
11137 * gdb.threads/tls-so_extern_main.c: New test file.
11138
11139 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11140
11141 * gdb.opt/solib-intra-step-lib.c: New file.
11142 * gdb.opt/solib-intra-step-main.c: New file.
11143 * gdb.opt/solib-intra-step.exp: New file.
11144
11145 2015-09-15 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11148 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11149
11150 2015-09-14 Pedro Alves <palves@redhat.com>
11151
11152 * gdb.base/hook-stop-continue.c: Delete.
11153 * gdb.base/hook-stop-continue.exp: Delete.
11154 * gdb.base/hook-stop-frame.c: Delete.
11155 * gdb.base/hook-stop-frame.exp: Delete.
11156 * gdb.base/hook-stop.c: New file.
11157 * gdb.base/hook-stop.exp: New file.
11158
11159 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11160
11161 * gdb.ada/access_to_packed_array.exp: New testcase.
11162 * gdb.ada/access_to_packed_array/foo.adb: New file.
11163 * gdb.ada/access_to_packed_array/pack.adb: New file.
11164 * gdb.ada/access_to_packed_array/pack.ads: New file.
11165
11166 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11167
11168 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11169 buffer size test.
11170
11171 2015-09-11 Don Breazeal <donb@codesourcery.com>
11172
11173 * gdb.base/foll-exec.c: Add copyright header. Fix
11174 formatting issues.
11175 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11176 (do_exec_tests): Use clean_restart in place of zap_session,
11177 and for test initialization. Fix formatting issues. Use
11178 fail in place of perror.
11179 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11180 an expect statement to match an expression with output from
11181 the program under debug.
11182 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11183 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11184 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11185 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11186 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11187
11188 2015-09-09 Doug Evans <dje@google.com>
11189
11190 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11191
11192 2015-09-09 Doug Evans <dje@google.com>
11193
11194 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11195
11196 2015-09-09 Doug Evans <dje@google.com>
11197
11198 * gdb.base/savedregs.exp: Fix typo.
11199
11200 2015-09-09 Pedro Alves <palves@redhat.com>
11201
11202 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11203
11204 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11205
11206 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11207 command actually switches threads. Give up on remaining
11208 tests if target fails to stop at breakpoint.
11209
11210 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11211
11212 * gdb.ada/funcall_char.exp: New testcase.
11213 * gdb.ada/funcall_char/foo.adb: New file.
11214
11215 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11216
11217 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11218 expected outputs. Add two testcases for completing ambiguous
11219 functions.
11220 * gdb.ada/complete/aux_pck.adb: New file.
11221 * gdb.ada/complete/aux_pck.ads: New file.
11222 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11223 Ambiguous_Func functions.
11224 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11225 * gdb.ada/complete/pck.adb: Likewise.
11226
11227 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11228
11229 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11230 failures to run the test program under GDB.
11231
11232 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11233
11234 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11235 to C.
11236
11237 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11238
11239 * gdb.base/run-after-attach.exp: New test file.
11240 * gdb.base/run-after-attach.c: New test file.
11241
11242 2015-08-26 Don Breazeal <donb@codesourcery.com>
11243
11244 * gdb.base/foll-exec-2.c: New test program.
11245 * gdb.base/foll-exec-2.exp: New test.
11246
11247 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11248
11249 * gdb.base/nested-subp1.exp: New file.
11250 * gdb.base/nested-subp1.c: New file.
11251 * gdb.base/nested-subp2.exp: New file.
11252 * gdb.base/nested-subp2.c: New file.
11253 * gdb.base/nested-subp3.exp: New file.
11254 * gdb.base/nested-subp3.c: New file.
11255
11256 2015-08-24 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.server/connect-without-multi-process.c: New file.
11259 * gdb.server/connect-without-multi-process.exp: New file.
11260
11261 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11262
11263 * gdb.opt/inline-markers.c: Make z int.
11264
11265 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11266
11267 * gdb.opt/inline-markers.c: Make z volatile.
11268
11269 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11270
11271 * gdb.opt/inline-bt.c: New volatile global z.
11272 * gdb.opt/inline-cmds.c: Likewise.
11273 * gdb.opt/inline-locals.c: Likewise.
11274 * gdb.opt/inline-markers.c: New extern global z.
11275 (marker): Use z.
11276 (inline_fn): Likewise.
11277
11278 2015-08-24 Pedro Alves <palves@redhat.com>
11279
11280 * config/m32r-stub.exp: Remove file.
11281 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11282 * gdb.base/call-rt-st.exp: Likewise.
11283 * gdb.base/call-strs.exp: Likewise.
11284 * gdb.base/default.exp: Remove references to h8300-*-hms and
11285 *-*-udi*.
11286 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11287
11288 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11289
11290 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11291 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11292 and "return" use KFAIL when GDB can not read/write the vector
11293 return value.
11294
11295 2015-08-21 Gary Benson <gbenson@redhat.com>
11296
11297 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11298
11299 2015-08-20 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.server/solib-list.exp: No longer expect an interior stop in
11302 non-stop mode.
11303
11304 2015-08-20 Pedro Alves <palves@redhat.com>
11305
11306 * gdb.server/connect-stopped-target.c: New file.
11307 * gdb.server/connect-stopped-target.exp: New file.
11308
11309 2015-08-20 Pedro Alves <palves@redhat.com>
11310
11311 * gdb.dwarf2/comp-unit-lang.exp: New file.
11312 * gdb.dwarf2/comp-unit-lang.c: New file.
11313
11314 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11315
11316 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11317 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11318
11319 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11320
11321 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11322 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11323
11324 2015-08-18 Doug Evans <dje@google.com>
11325 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11326
11327 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11328 skip_python_tests. New arg prompt_regexp.
11329 (skip_python_tests): New function.
11330 * lib/mi-support.exp (mi_skip_python_tests): New function.
11331 * gdb.python/py-mi-objfile-gdb.py: New file.
11332 * gdb.python/py-mi-objfile.c: New file.
11333 * gdb.python/py-mi-objfile.exp: New file.
11334
11335 2015-08-17 Keith Seitz <keiths@redhat.com>
11336
11337 * gdb.linespec/explicit.exp: Move strace test from here ...
11338 * gdb.trace/strace.exp: ... to here.
11339
11340 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11341
11342 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11343 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11344
11345 2015-08-14 Doug Evans <xdje42@gmail.com>
11346
11347 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11348 inferior before selecting a new file.
11349
11350 2015-08-14 Doug Evans <xdje42@gmail.com>
11351
11352 * gdb.mi/mi-disassemble.exp: Update.
11353 * gdb.base/disasm-optim.S: New file.
11354 * gdb.base/disasm-optim.c: New file.
11355 * gdb.base/disasm-optim.h: New file.
11356 * gdb.base/disasm-optim.exp: New file.
11357
11358 2015-08-14 Keith Seitz <keiths@redhat.com>
11359
11360 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11361 "evaluated-by".
11362
11363 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11364
11365 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11366
11367 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11368
11369 * gdb.ada/fun_renaming.exp: New testcase.
11370 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11371 * gdb.ada/fun_renaming/pack.adb: New file.
11372 * gdb.ada/fun_renaming/pack.ads: New file.
11373
11374 2015-08-12 Keith Seitz <keiths@redhat.com>
11375
11376 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11377 gdb_get_line_number.
11378
11379 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11380
11381 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11382 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11383 gdb.base/dso2dso.exp: New files.
11384
11385 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11386 Pedro Alves <palves@redhat.com>
11387 Keith Seitz <keiths@redhat.com>
11388
11389 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11390 GDBFLAGS.
11391
11392 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11393
11394 * gdb.base/gdbhistsize-history.exp
11395 (test_histsize_history_setting): Use save_vars.
11396 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11397 Use save_vars.
11398 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11399 * gdb.base/readline.exp: Use save_vars.
11400
11401 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11402
11403 * lib/gdb.exp (save_vars): New proc.
11404
11405 2015-08-11 Keith Seitz <keiths@redhat.com>
11406
11407 * gdb.base/help.exp: Update help_breakpoint_text.
11408
11409 2015-08-11 Keith Seitz <keiths@redhat.com>
11410
11411 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11412 (at toplevel): Call test_explicit_breakpoints.
11413 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11414 breakpoints.
11415 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11416 breakpoint conditions, "-cond".
11417
11418 2015-08-11 Keith Seitz <keiths@redhat.com>
11419
11420 * gdb.linespec/3explicit.c: New file.
11421 * gdb.linespec/cpexplicit.cc: New file.
11422 * gdb.linespec/cpexplicit.exp: New file.
11423 * gdb.linespec/explicit.c: New file.
11424 * gdb.linespec/explicit.exp: New file.
11425 * gdb.linespec/explicit2.c: New file.
11426 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11427 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11428 before using in the matching pattern.
11429 Clarify that `prefix' is a regular expression.
11430
11431 2015-08-11 Keith Seitz <keiths@redhat.com>
11432
11433 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11434 test.
11435 Add tests for missing ",FMT" and ",".
11436
11437 2015-08-10 Doug Evans <dje@google.com>
11438 Keith Seitz <keiths@redhat.com>
11439
11440 PR gdb/17960
11441 * gdb.base/completion.exp: Add location completer tests.
11442
11443 2015-08-07 Pedro Alves <palves@redhat.com>
11444
11445 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11446 tests here.
11447 (top level): Run do_test with and without displaced stepping.
11448
11449 2015-08-07 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.base/valgrind-disp-step.c: New file.
11452 * gdb.base/valgrind-disp-step.exp: New file.
11453
11454 2015-08-07 Pedro Alves <palves@redhat.com>
11455
11456 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11457 Delete function.
11458 (main): Add alarm. Run an infinite loop instead of calling
11459 wait_threads.
11460 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11461 comment.
11462 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11463 Delete function.
11464 (main): Add alarm. Run an infinite loop instead of calling
11465 wait_threads.
11466 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11467 comment.
11468
11469 2015-08-07 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.base/checkpoint-ns.exp: New file.
11472 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11473 standard_testfile.
11474
11475 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11476
11477 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11478 * gdb.btrace/instruction_history.exp: Update.
11479 * gdb.btrace/tsx.exp: New.
11480 * gdb.btrace/tsx.c: New.
11481
11482 2015-08-06 Pedro Alves <palves@redhat.com>
11483
11484 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11485 increase timeout.
11486 * gdb.reverse/until-precsave.exp: Bump timeouts.
11487
11488 2015-08-06 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11491
11492 2015-08-06 Pedro Alves <palves@redhat.com>
11493
11494 PR gdb/18749
11495 * gdb.threads/process-dies-while-handling-bp.c: New file.
11496 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11497
11498 2015-08-06 Pedro Alves <palves@redhat.com>
11499
11500 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11501 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11502
11503 2015-08-05 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11506 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11507
11508 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11509
11510 * gdb.base/bp-permanent.exp: Report test as unsupported if
11511 the target cannot stop at the permanent breakpoint.
11512
11513 2015-08-03 Doug Evans <dje@google.com>
11514
11515 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11516 10000.
11517
11518 2015-08-03 Doug Evans <dje@google.com>
11519
11520 * Makefile.in (workers/%.worker, build-perf): New rule.
11521 (GDB_PERFTEST_MODE): New variable.
11522 (check-perf): Use it.
11523 (clean): Clean up gdb.perf parallel build subdirs.
11524 * lib/build-piece.exp: New file.
11525 * lib/gdb.exp (make_gdb_parallel_path): New function
11526 (standard_output_file, standard_temp_file): Call it.
11527 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11528 of $GDB_PARALLEL.
11529 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11530
11531 2015-08-03 Doug Evans <dje@google.com>
11532
11533 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11534 (LOG_FILE_NAME): New global.
11535 (TextReporter.__init__): Initialize self.txt_sum.
11536 (TextReporter.report): Add support for multiple data-points.
11537 Move report to perftest.sum, put raw data in perftest.log.
11538 (TextReporter.start): Open sum and log files.
11539 (TextReporter.end): Close sum and log files.
11540 * gdb.perf/lib/perftest/testresult.py
11541 (SingleStatisticTestResult.record): Handle multiple data-points.
11542
11543 2015-07-31 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11546 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11547 kill_wait_spawned_process instead of explicit "kill -9".
11548 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11549 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11550 kill_wait_spawned_process.
11551 * gdb.base/attach-twice.exp: Likewise.
11552 * gdb.base/attach.exp: Likewise.
11553 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11554 gdb_test_multiple.
11555 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11556 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11557 kill_wait_spawned_process.
11558 * gdb.base/valgrind-infcall.exp: Likewise.
11559 * gdb.multi/multi-attach.exp: Likewise.
11560 * gdb.python/py-prompt.exp: Likewise.
11561 * gdb.python/py-sync-interp.exp: Likewise.
11562 * gdb.server/ext-attach.exp: Likewise.
11563 * gdb.threads/attach-into-signal.exp (corefunc): Use
11564 spawn_wait_for_attach, spawn_id_get_pid and
11565 kill_wait_spawned_process.
11566 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11567 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11568 spawn_id_get_pid and kill_wait_spawned_process.
11569 * gdb.threads/attach-stopped.exp (corefunc): Use
11570 spawn_wait_for_attach, spawn_id_get_pid and
11571 kill_wait_spawned_process.
11572 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11573 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11574 kill_wait_spawned_process instead of explicit "kill -9".
11575 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11576 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11577 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11578 processes. Don't map cygwin/windows pids here. Now returns a
11579 spawn id list.
11580
11581 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11582
11583 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11584 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11585 correct patch.
11586
11587 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11588
11589 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11590
11591 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11592
11593 Reapply:
11594 2014-05-21 Mark Wielaard <mjw@redhat.com>
11595
11596 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11597
11598 2015-07-30 Pedro Alves <palves@redhat.com>
11599
11600 * linux-low.c (handle_extended_wait): Set the child's last
11601 reported status to TARGET_WAITKIND_STOPPED.
11602
11603 2015-07-30 Pedro Alves <palves@redhat.com>
11604
11605 PR threads/18600
11606 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11607 only shows inferior 1.
11608
11609 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11610 Pedro Alves <palves@redhat.com>
11611
11612 PR threads/18600
11613 * gdb.threads/fork-plus-threads.c: New file.
11614 * gdb.threads/fork-plus-threads.exp: New file.
11615
11616 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11617
11618 * gdb.base/batch-preserve-term-settings.exp
11619 (test_terminal_settings_preserved_after_cli_exit): Use
11620 send_quit_command.
11621
11622 2015-07-29 Pedro Alves <palves@redhat.com>
11623 Don Breazeal <donb@codesourcery.com>
11624
11625 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11626 output from both inferior_spawn_id and gdb_spawn_id.
11627
11628 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11629
11630 * gdb.threads/attach-into-signal.exp (corefunc): Use
11631 with_test_prefix on nested loops, uniquefying the test messages.
11632
11633 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11634
11635 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11636 commit.
11637
11638 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11639
11640 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11641 New proc.
11642 (test_terminal_settings_preserved_after_sigterm): New test.
11643
11644 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11645
11646 * gdb.base/batch-preserve-term-settings.exp
11647 (test_terminal_settings_preserved_after_cli_exit): New test.
11648
11649 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11650
11651 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11652 manipulation of saved_gdbflags.
11653 (test_terminal_settings_preserved): Remove global declaration of
11654 the unused variable pagination_prompt. Remove manipulation of
11655 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11656 GDBFLAGS.
11657
11658 2015-07-29 Pedro Alves <palves@redhat.com>
11659
11660 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11661
11662 2015-07-29 Pedro Alves <palves@redhat.com>
11663
11664 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11665 at the top.
11666
11667 2015-07-29 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11670 (main): Call gdb_unbuffer_output.
11671 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11672 (main): Call gdb_unbuffer_output.
11673 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11674 (main): Call gdb_unbuffer_output.
11675 * gdb.base/call-strs.exp: Adjust to step over the
11676 gdb_unbuffer_output call.
11677 * gdb.base/catch-gdb-caused-signals.c: Include
11678 "../lib/unbuffer_output.c".
11679 (main): Call gdb_unbuffer_output.
11680 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11681 (main): Call gdb_unbuffer_output.
11682 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11683 (main): Call gdb_unbuffer_output.
11684 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11685 (main): Call gdb_unbuffer_output.
11686 * gdb.base/shlib-call.exp: Adjust to step over the
11687 gdb_unbuffer_output call.
11688 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11689 (main): Call gdb_unbuffer_output.
11690 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11691 (main): Call gdb_unbuffer_output.
11692 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11693 (main): Rename to ...
11694 (test): ... this.
11695 (main): Reimplement.
11696 * gdb.base/varargs.exp: Run to test instead of to main.
11697 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11698 (main): Call gdb_unbuffer_output.
11699
11700 2015-07-29 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11703 factore out from mi_continue_dprintf. For call-style dprintfs,
11704 expect dprintf output out of $inferior_spawn_id.
11705 (mi_continue_dprintf): Use mi_expect_dprintf.
11706 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11707 (main): Call gdb_unbuffer_output.
11708
11709 2015-07-29 Pedro Alves <palves@redhat.com>
11710
11711 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11712 (default_mi_gdb_start): Set inferior_spawn_id instead of
11713 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11714 gdb_spawn_id.
11715 (mi_gdb_test): Always expect inferior output from both
11716 $inferior_spawn_id and $gdb_spawn_id.
11717
11718 2015-07-29 Pedro Alves <palves@redhat.com>
11719
11720 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11721 send_inferior and $inferior_spawn_id.
11722
11723 2015-07-29 Pedro Alves <palves@redhat.com>
11724
11725 * gdb.gdb/complaints.exp (test_initial_complaints)
11726 (test_serial_complaints, test_short_complaints): Use
11727 gdb_test_stdio.
11728 (test_empty_complaint): Handle $inferior_spawn_id !=
11729 $gdb_spawn_id.
11730
11731 2015-07-29 Pedro Alves <palves@redhat.com>
11732
11733 * gdb.base/varargs.exp: Use gdb_test_stdio.
11734
11735 2015-07-29 Pedro Alves <palves@redhat.com>
11736
11737 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11738
11739 2015-07-29 Pedro Alves <palves@redhat.com>
11740
11741 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11742
11743 2015-07-29 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11746 parameter into two new parameters, "inf_result" and "gdb_result".
11747 Expect inferior output and gdb output from $inferior_spawn_id and
11748 $gdb_spawn_id, respectively. Adjust all callers.
11749
11750 2015-07-29 Pedro Alves <palves@redhat.com>
11751
11752 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11753 of gdb_test_sequence.
11754
11755 2015-07-29 Pedro Alves <palves@redhat.com>
11756
11757 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11758 (saw_spurious_output): Expect inferior output from
11759 $inferior_spawn_id. Use gdb_test_stdio.
11760
11761 2015-07-29 Pedro Alves <palves@redhat.com>
11762
11763 * gdb.base/dprintf.exp: Use standard_testfile. Change
11764 prepare_for_testing call.
11765 (srcfile): Don't set.
11766 (restart): New procedure.
11767 (test_dprintf): New procecure, use to continue over dprintfs.
11768 (test_call, test_agent): New procedures, tests moved here.
11769 Restart gdb and recreate dprintfs. Adjust expected output.
11770
11771 2015-07-29 Pedro Alves <palves@redhat.com>
11772
11773 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11774
11775 2015-07-29 Pedro Alves <palves@redhat.com>
11776
11777 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11778
11779 2015-07-29 Pedro Alves <palves@redhat.com>
11780
11781 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11782 gdb_test_stdio.
11783
11784 2015-07-29 Pedro Alves <palves@redhat.com>
11785
11786 * lib/gdb.exp (gdb_test_stdio): New procedure.
11787
11788 2015-07-29 Pedro Alves <palves@redhat.com>
11789
11790 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11791
11792 2015-07-29 Pedro Alves <palves@redhat.com>
11793
11794 * gdb.base/call-signal-resume.exp: Remove check for
11795 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11796 * gdb.base/unwindonsignal.exp: Likewise.
11797 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11798 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11799
11800 2015-07-29 Pedro Alves <palves@redhat.com>
11801
11802 * gdb.base/siginfo-addr.c (pass): New function.
11803 (handler): Call it iff si_addr is correct.
11804 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11805 Set a breakpoint at "pass" and continue to it.
11806
11807 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11808
11809 * gdb.python/py-objfile.exp: Make some tests have unique names.
11810 * gdb.python/py-pp-registration.exp: Likewise.
11811
11812 2015-07-28 Pedro Alves <palves@redhat.com>
11813
11814 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11815
11816 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11817
11818 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11819
11820 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11821
11822 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11823
11824 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11825
11826 * gdb.base/gdb-sigterm-2.exp: New test.
11827
11828 2015-07-25 Doug Evans <xdje42@gmail.com>
11829
11830 Revert:
11831 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11832 (workers/%.worker, build-perf): New rule.
11833 (GDB_PERFTEST_MODE): New variable.
11834 (check-perf): Use it.
11835 (clean): Clean up gdb.perf parallel build subdirs.
11836 * lib/build-piece.exp: New file.
11837 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11838 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11839 name.
11840 (standard_temp_file): Ditto.
11841 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11842 of $GDB_PARALLEL.
11843
11844 2015-07-24 Doug Evans <dje@google.com>
11845
11846 * gdb.perf/lib/perftest/utils.py: New file.
11847 * gdb.perf/gm-hello.cc: New file.
11848 * gdb.perf/gm-pervasive-typedef.cc: New file.
11849 * gdb.perf/gm-pervasive-typedef.h: New file.
11850 * gdb.perf/gm-std.cc: New file.
11851 * gdb.perf/gm-std.h: New file.
11852 * gdb.perf/gm-use-cerr.cc: New file.
11853 * gdb.perf/gm-utils.h: New file.
11854 * gdb.perf/gmonster-null-lookup.py: New file.
11855 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11856 * gdb.perf/gmonster-print-cerr.py: New file.
11857 * gdb.perf/gmonster-ptype-string.py: New file.
11858 * gdb.perf/gmonster-runto-main.py: New file.
11859 * gdb.perf/gmonster-select-file.py: New file.
11860 * gdb.perf/gmonster1-null-lookup.exp: New file.
11861 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11862 * gdb.perf/gmonster1-print-cerr.exp: New file.
11863 * gdb.perf/gmonster1-ptype-string.exp: New file.
11864 * gdb.perf/gmonster1-runto-main.exp: New file.
11865 * gdb.perf/gmonster1-select-file.exp: New file.
11866 * gdb.perf/gmonster1.cc: New file.
11867 * gdb.perf/gmonster1.exp: New file.
11868 * gdb.perf/gmonster2-null-lookup.exp: New file.
11869 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11870 * gdb.perf/gmonster2-print-cerr.exp: New file.
11871 * gdb.perf/gmonster2-ptype-string.exp: New file.
11872 * gdb.perf/gmonster2-runto-main.exp: New file.
11873 * gdb.perf/gmonster2-select-file.exp: New file.
11874 * gdb.perf/gmonster2.cc: New file.
11875 * gdb.perf/gmonster2.exp: New file.
11876
11877 2015-07-24 Doug Evans <dje@google.com>
11878
11879 * gdb.perf/README: New file.
11880 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11881 * lib/gen-perf-test.exp: New file.
11882
11883 2015-07-24 Doug Evans <dje@google.com>
11884
11885 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11886 (PerfTest::startup): New function.
11887 (PerfTest::run): Return result of calling body.
11888 (PerfTest::assemble): Rewrite.
11889 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11890 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11891 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11892 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11893 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11894
11895 2015-07-24 Doug Evans <dje@google.com>
11896
11897 * lib/gdb.exp (clean_restart): Make executable optional.
11898
11899 2015-07-24 Doug Evans <dje@google.com>
11900
11901 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11902 compiler_info references.
11903 * gdb.cp/temargs.exp: Ditto.
11904 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11905 (get_compiler_info): Early exit if already computed. Set compiler_info
11906 to "unknown" if there was a problem.
11907 (test_compiler_info): Add function comment. Call get_compiler_info.
11908
11909 2015-07-24 Doug Evans <dje@google.com>
11910
11911 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11912 (workers/%.worker, build-perf): New rule.
11913 (GDB_PERFTEST_MODE): New variable.
11914 (check-perf): Use it.
11915 (clean): Clean up gdb.perf parallel build subdirs.
11916 * lib/build-piece.exp: New file.
11917 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11918 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11919 name.
11920 (standard_temp_file): Ditto.
11921 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11922 of $GDB_PARALLEL.
11923
11924 2015-07-24 Doug Evans <dje@google.com>
11925
11926 * lib/future.exp (gdb_default_target_compile): New option
11927 "early_flags".
11928 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11929 --as-needed.
11930
11931 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11932
11933 * gdb.base/catch-syscall.exp: Call gdb_exit before
11934 gdb_skip_xml_test.
11935
11936 2015-07-24 Pedro Alves <palves@redhat.com>
11937
11938 * gdb.python/py-events.exp: Accept output between the stop event
11939 and the prompt.
11940 * gdb.python/py-evsignal.exp: Likewise.
11941 * gdb.python/py-evthreads.exp: Likewise.
11942
11943 2015-07-24 Pedro Alves <palves@redhat.com>
11944
11945 PR gdb/18717
11946 * gdb.threads/non-ldr-exit.c: New file.
11947 * gdb.threads/non-ldr-exit.exp: New file.
11948
11949 2015-07-24 Yao Qi <yao.qi@linaro.org>
11950
11951 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11952 restarting process.
11953
11954 2015-07-24 Yao Qi <yao.qi@linaro.org>
11955
11956 * gdb.server/ext-restart.exp: New file.
11957
11958 2015-07-24 Yao Qi <yao.qi@linaro.org>
11959
11960 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11961 argument options.
11962 * gdb.server/ext-wrapper.exp: New file.
11963
11964 2015-07-23 Doug Evans <dje@google.com>
11965
11966 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11967 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11968
11969 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11970
11971 * gdb.ada/var_arr_typedef.exp: New testcase.
11972 * gdb.ada/var_arr_typedef/pack.adb: New file.
11973 * gdb.ada/var_arr_typedef/pack.ads: New file.
11974 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11975
11976 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11977
11978 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11979
11980 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11981
11982 * gdb.arch/i386-biarch-core.exp: Replace istarget
11983 by "complete set gnutarget". Remove expectation for the "core-file"
11984 command.
11985
11986 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11987
11988 Revert the previous commit:
11989 Tests for validate symbol file using build-id.
11990
11991 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11992
11993 Tests for validate symbol file using build-id.
11994 * gdb.base/solib-mismatch-lib.c: New file.
11995 * gdb.base/solib-mismatch-libmod.c: New file.
11996 * gdb.base/solib-mismatch.c: New file.
11997 * gdb.base/solib-mismatch.exp: New file.
11998
11999 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12000
12001 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12002 nios2-*-linux*.
12003 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12004 * gdb.base/siginfo.exp: Likewise.
12005 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12006
12007 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12008
12009 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12010 Move it to ...
12011 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12012 ... here.
12013 * gdb.trace/range-stepping.exp: Check that the target supports
12014 range stepping.
12015
12016 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12017
12018 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12019
12020 2015-07-14 Pedro Alves <palves@redhat.com>
12021
12022 * gdb.base/killed-outside.exp: New file.
12023 * gdb.base/killed-outside.c: New file.
12024
12025 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12026
12027 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12028 (n at main): New.
12029 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12030
12031 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12032
12033 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12034 infcall tests instead of setting up for KFAIL.
12035
12036 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12037
12038 * gdb.btrace/record_goto-step.exp: New.
12039
12040 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12041
12042 PR compile/18484
12043 * gdb.compile/compile.c (struct struct_type): Add volatile to
12044 selffield's type.
12045 * gdb.compile/compile.exp
12046 (compile code struct_object.selffield = &struct_object): Skip further
12047 struct_object tests if this one xfails.
12048
12049 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12050
12051 PR exp/18617
12052 * gdb.trace/ax.exp: Add test.
12053
12054 2015-07-07 Yao Qi <yao.qi@linaro.org>
12055
12056 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12057 instead of istarget "aarch64*-*-*".
12058 * gdb.arch/aarch64-fp.exp: Likewise.
12059 * gdb.base/float.exp: Likewise.
12060 * gdb.reverse/aarch64.exp: Likewise.
12061 * lib/gdb.exp (is_aarch64_target): New proc.
12062
12063 2015-07-07 Yao Qi <yao.qi@linaro.org>
12064
12065 * lib/gdb.exp (is_aarch32_target): New proc.
12066 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12067 instead of "istarget "arm*-*-*"".
12068 * gdb.arch/arm-disp-step.exp: Likewise.
12069 * gdb.arch/thumb-bx-pc.exp: Likewise.
12070 * gdb.arch/thumb-prologue.exp: Likewise.
12071 * gdb.arch/thumb-singlestep.exp: Likewise.
12072 * gdb.base/disp-step-syscall.exp: Likewise.
12073 * gdb.base/float.exp: Likewise.
12074
12075 2015-07-07 Yao Qi <yao.qi@linaro.org>
12076
12077 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12078 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12079
12080 2015-07-07 Yao Qi <yao.qi@linaro.org>
12081
12082 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12083 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12084 if it exists.
12085 * gdb.multi/multi-arch.exp: Likewise.
12086
12087 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12088
12089 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12090 print.
12091
12092 2015-07-07 Yao Qi <yao.qi@linaro.org>
12093
12094 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12095
12096 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12097
12098 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12099 '[' and ']' characters.
12100
12101 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12102
12103 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12104
12105 2015-06-29 Pedro Alves <palves@redhat.com>
12106
12107 PR threads/18127
12108 * gdb.threads/hand-call-new-thread.c: New file.
12109 * gdb.threads/hand-call-new-thread.c: New file.
12110
12111 2015-06-26 Keith Seitz <keiths@redhat.com>
12112 Doug Evans <dje@google.com>
12113
12114 PR 16253
12115 * gdb.cp/var-tag-2.cc: New file.
12116 * gdb.cp/var-tag-3.cc: New file.
12117 * gdb.cp/var-tag-4.cc: New file.
12118 * gdb.cp/var-tag.cc: New file.
12119 * gdb.cp/var-tag.exp: New file.
12120
12121 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12122
12123 * gdb.base/history-duplicates.exp: New test.
12124
12125 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12126
12127 * gdb.base/completion.exp: Test the completion of the "focus"
12128 command.
12129
12130 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12131
12132 * gdb.arch/amd64-prologue-skip.S: New file.
12133 * gdb.arch/amd64-prologue-skip.exp: New file.
12134
12135 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12136
12137 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12138 is_address_zero_readable check.
12139
12140 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12141
12142 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12143 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12144
12145 2015-06-24 Yao Qi <yao.qi@linaro.org>
12146
12147 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12148 linux targets.
12149
12150 2015-06-24 Yao Qi <yao.qi@linaro.org>
12151
12152 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12153 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12154 * gdb.base/siginfo-thread.exp: Likewise.
12155
12156 2015-06-22 Yao Qi <yao.qi@linaro.org>
12157
12158 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12159
12160 2015-06-22 Yao Qi <yao.qi@linaro.org>
12161
12162 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12163 aarch64*-*-*.
12164 (skip_hw_watchpoint_tests): Likewise.
12165
12166 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12167
12168 * gdb.base/gdbinit-history.exp: Test the interaction between
12169 setting GDBHISTSIZE and setting the history size via .gdbinit.
12170
12171 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12172
12173 PR gdb/16999
12174 * gdb.base/gdbhistsize-history.exp: New test.
12175
12176 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12177
12178 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12179 with GDBHISTSIZE.
12180 * gdb.base/readline.exp: Likewise.
12181
12182 2015-06-17 Yao Qi <yao.qi@linaro.org>
12183
12184 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12185 line.
12186
12187 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12188
12189 * gdb.base/gdbinit-history.exp: Add test case to check that
12190 an unlimited history file does not get truncated on exit.
12191
12192 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12193
12194 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12195 (VECTOR): New macro. Use it...
12196 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12197 ...for these typedefs.
12198 (int8, char1, int1, double1): New typedefs.
12199 (struct just_int2, struct two_int2): New structures.
12200 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12201 (add_structvecs, add_singlevecs): New functions.
12202 (main): Call add_some_intvecs twice.
12203 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12204 the compile and exit upon failure. Try compiling for the "native"
12205 architecture. Test inferior function calls with vector arguments
12206 and vector return value handling with "finish" and "return".
12207
12208 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12209
12210 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12211 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12212 PE file.
12213 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12214
12215 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12216
12217 PR breakpoints/16465
12218 * gdb.mi/mi-dprintf-pending.c: New file.
12219 * gdb.mi/mi-dprintf-pending.exp: New test.
12220 * gdb.mi/mi-dprintf-pendshr.c: New file.
12221
12222 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12223 Mircea Gherzan <mircea.gherzan@intel.com>
12224
12225 * gdb.arch/i386-mpx-map.c: New file.
12226 * gdb.arch/i386-mpx-map.exp: New File.
12227
12228 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12229
12230 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12231 * gdb.arch/i386-mpx.exp: Indentation fixed.
12232
12233 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12234
12235 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12236 function and improved indentation.
12237 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12238 gdb_test_multiple. Added additional tests to skip the test.
12239
12240 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12241
12242 * gdb.arch/i386-avx512.c: Change path in include file.
12243 * gdb.arch/i386-avx512.exp: Change include dir path
12244 compilation flag.
12245 * gdb.arch/i386-mpx.c: Change path in include file.
12246 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12247 flag.
12248
12249 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12250
12251 * gdb.compile/compile-print.exp (compile print *vararray@3)
12252 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12253
12254 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12255
12256 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12257 (do not keep jit in memory): ... this.
12258 (expect 5): Change it to ...
12259 (expect no 5): ... this.
12260
12261 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12262
12263 PR gdb/15564
12264 * gdb.mi/mi-detach.exp: New file.
12265
12266 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12267
12268 PR symtab/18392
12269 * gdb.arch/amd64-tailcall-self.S: New file.
12270 * gdb.arch/amd64-tailcall-self.c: New file.
12271 * gdb.arch/amd64-tailcall-self.exp: New file.
12272
12273 2015-05-28 Don Breazeal <donb@codesourcery.com>
12274
12275 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12276 tests for remote targets by checking is_target_gdbserver.
12277
12278 2015-05-27 Doug Evans <dje@google.com>
12279
12280 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12281 * gdb.dwarf2/opaque-type-lookup.c: New file.
12282 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12283
12284 2015-05-26 Doug Evans <dje@google.com>
12285
12286 * gdb.cp/iostream.cc: New file.
12287 * gdb.cp/iostream.exp: New file.
12288
12289 2015-05-26 Doug Evans <dje@google.com>
12290
12291 * gdb.dwarf2/dw2-op-call.exp: Update.
12292 * gdb.dwarf2/dw4-sig-types.exp: Update.
12293 * gdb.dwarf2/implptr.exp: Update.
12294 * gdb.mi/mi-cmd-param-changed.exp: Update.
12295
12296 2015-05-26 Doug Evans <dje@google.com>
12297
12298 * gdb.python/py-lazy-string.c: New file.
12299 * gdb.python/py-lazy-string.exp: New file.
12300 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12301 (main): Update. Add estring3.
12302 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12303 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12304
12305 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12306 Yao Qi <yao.qi@linaro.org>
12307
12308 * gdb.reverse/aarch64.c: New.
12309 * gdb.reverse/aarch64.exp: New.
12310
12311 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12312
12313 * lib/gdb.exp (supports_process_record): Return true for
12314 aarch64*-linux*.
12315 (supports_reverse): Likewise.
12316
12317 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12318
12319 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12320 Use with_test_prefix.
12321
12322 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12323
12324 * gdb.base/completion.exp: Add test for completion of layout
12325 names.
12326
12327 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12328
12329 * lib/gdb.exp (skip_tui_tests): New proc.
12330 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12331
12332 2015-05-19 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12335 Save the whole env array instead of just HOME. Unset HISTSIZE in
12336 the environment while testing. Restore whole environment
12337 afterwards.
12338
12339 2015-05-16 Doug Evans <xdje42@gmail.com>
12340
12341 * gdb.guile/scm-ports.c: New file.
12342 * gdb.guile/scm-ports.exp: Add memory port tests.
12343
12344 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12345
12346 * gdb.compile/compile-print.c: New file.
12347 * gdb.compile/compile-print.exp: New file.
12348
12349 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12350
12351 * gdb.compile/compile-ops.exp: Cast param to void.
12352 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12353 (compile code struct_object.selffield = &struct_object): Add xfail.
12354
12355 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12356
12357 * gdb.ada/arr_enum_with_gap: New testcase.
12358
12359 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12360
12361 * gdb.ada/byte_packed_arr: New testcase.
12362
12363 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12364
12365 * gdb.ada/pckd_neg: New testcase.
12366
12367 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12368
12369 PR gdb/17820
12370 * gdb.base/gdbinit-history.exp: New test.
12371 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12372 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12373
12374 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12375
12376 * gdb.python/py-xmethods.cc: Enhance test case.
12377 * gdb.python/py-xmethods.exp: New tests.
12378 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12379 function.
12380 (B_indexoper): Likewise.
12381 (global_dm_list) : Add new xmethod worker functions.
12382
12383 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12384
12385 * gdb.base/coredump-filter.exp: Correctly unset
12386 "coredump_var_addr" array.
12387
12388 2015-05-08 Pedro Alves <palves@redhat.com>
12389
12390 * gdb.server/non-existing-program.exp: Unset spawn_id.
12391
12392 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12393
12394 PR python/18291
12395 * gdb.python/py-xmethods.exp: Add tests.
12396
12397 2015-05-08 Yao Qi <yao.qi@linaro.org>
12398
12399 PR gdb/18208
12400 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12401 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12402 function set_coredump_filter, and remove remote_exec call.
12403 Remove argument ipid. Callers update.
12404 (top level): Don't get inferior's PID.
12405
12406 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12407
12408 * gdb.base/watch_thread_num.exp: Skip test on targets without
12409 access watchpoints.
12410
12411 2015-05-06 Pedro Alves <palves@redhat.com>
12412
12413 PR server/18081
12414 * gdb.server/non-existing-program.exp: New file.
12415
12416 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12417
12418 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12419
12420 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12421
12422 * gdb.ada/out_of_line_in_inlined: New testcase.
12423
12424 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12425
12426 * gdb.ada/var_rec_arr: New testcase.
12427
12428 2015-04-30 Yao Qi <yao.qi@linaro.org>
12429
12430 * gdb.base/break-idempotent.exp: If
12431 skip_hw_watchpoint_multi_tests returns true, skip the tests
12432 on "rwatch" and "awatch".
12433
12434 2015-04-30 Yao Qi <yao.qi@linaro.org>
12435
12436 * gdb.base/relativedebug.exp: Invoke gdb command
12437 "info sharedlibrary", and if libc.so doesn't have debug info,
12438 skip the test.
12439
12440 2015-04-29 Doug Evans <dje@google.com>
12441
12442 * gdb.python/py-xmethods.exp: Add ptype tests.
12443 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12444 get_result_type method.
12445
12446 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12447
12448 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12449 the target does not support hardware watchpoints.
12450
12451 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12452
12453 * gdb.base/break-always.exp: Abort testing if writing to memory
12454 causes an error.
12455
12456 2015-04-28 Doug Evans <dje@google.com>
12457
12458 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12459 * gdb.python/py-pp-registration.exp: ... here. New file.
12460 * gdb.python/py-pp-registration.c: New file.
12461 * gdb.python/py-pp-registration.py: New file.
12462
12463 2015-04-28 Doug Evans <dje@google.com>
12464
12465 * gdb.python/py-bad-printers.c: New file.
12466 * gdb.python/py-bad-printers.py: New file.
12467 * gdb.python/py-bad-printers.exp: New file.
12468
12469 2015-04-28 Sasha Smundak <asmundak@google.com>
12470
12471 * gdb.python/py-type.exp: New test.
12472
12473 2015-04-28 Andy Wingo <wingo@igalia.com>
12474
12475 * gdb.python/py-parameter.exp:
12476 * gdb.guile/scm-parameter.exp: Escape the path that we are
12477 matching against, as it might contain characters that are special
12478 to regular expressions.
12479
12480 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12481
12482 * gdb.ada/rec_comp: New testcase.
12483
12484 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12485
12486 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12487 before using it.
12488
12489 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12490
12491 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12492 new tests for verilog output.
12493
12494 2015-04-24 Yao Qi <yao.qi@linaro.org>
12495
12496 * boards/remote-gdbserver-on-localhost.exp: New file.
12497
12498 2015-04-23 Pedro Alves <palves@redhat.com>
12499
12500 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12501 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12502 "end of file", remove $inferior_spawn_id from the indirect list.
12503
12504 2015-04-23 Pedro Alves <palves@redhat.com>
12505
12506 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12507
12508 2015-04-23 Pedro Alves <palves@redhat.com>
12509
12510 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12511 on $any_spawn_id instead of only on $gdb_spawn_id.
12512
12513 2015-04-21 Pierre Muller <muller@sourceware.org>
12514
12515 PR pascal/17815
12516 * lib/pascal.exp (gpc_compile): Add new option "class".
12517 (fpc_compile): Likewise.
12518 * gdb.pascal/case-insensitive-symbols.pas: New file.
12519 * gdb.pascal/case-insensitive-symbols.exp: New file.
12520
12521 2015-04-20 Gary Benson <gbenson@redhat.com>
12522
12523 * gdb.base/attach.exp: Fix three extended remote failures.
12524
12525 2015-04-17 Gary Benson <gbenson@redhat.com>
12526
12527 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12528 the main executable over the remote protocol.
12529
12530 2015-04-16 Pedro Alves <palves@redhat.com>
12531
12532 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12533 a new gdbserver if gdbserver_reconnect_p is set.
12534
12535 2015-04-16 Pedro Alves <palves@redhat.com>
12536
12537 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12538 is set, don't exit gdbserver.
12539
12540 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12541
12542 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12543 appropriate .insn, such that an older assembler can be used.
12544 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12545 the z/Architecture instruction set on 31-bit targets as well.
12546
12547 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12548
12549 * gdb.go/handcall.exp: Remove all logic related to the first
12550 breakpoint and rely on go_runto_main instead.
12551 * gdb.go/strings.exp: Likewise.
12552 * gdb.go/unsafe.exp: Likewise.
12553 * gdb.go/hello.exp: Likewise. Also rename the remaining
12554 breakpoint marker to "breakpoint 1".
12555 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12556 * gdb.go/strings.go: Likewise.
12557 * gdb.go/unsafe.go: Likewise.
12558 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12559 "set breakpoint 2 here" and rename the remaining breakpoint marker
12560 to "breakpoint 1".
12561
12562 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12563
12564 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12565 if itertools.imap is not present.
12566 * gdb.python/py-objfile.exp: Add parentheses.
12567 * gdb.python/py-type.exp: Same.
12568 * gdb.python/py-unwind-maint.py: Same.
12569
12570 2015-04-15 Yao Qi <yao.qi@linaro.org>
12571
12572 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12573 of ":$ptr_size" and set its form explicitly.
12574
12575 2015-04-15 Pedro Alves <palves@redhat.com>
12576 Yao Qi <yao.qi@linaro.org>
12577
12578 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12579 timeout by factor of 4.
12580 (test_regular_watch): Likewise.
12581 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12582 * gdb.reverse/sigall-reverse.exp: Likewise.
12583 * gdb.reverse/until-precsave.exp: Likewise.
12584 * lib/gdb.exp (with_timeout_factor): New proc.
12585 (gdb_expect): Move some code to ...
12586 (get_largest_timeout): ... here. New procedure.
12587
12588 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12589
12590 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12591
12592 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12593
12594 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12595 to write to the .text section.
12596
12597 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12598
12599 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12600 Handle the case of targets that do not provide PID information.
12601
12602 2015-04-13 Yao Qi <yao.qi@linaro.org>
12603
12604 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12605 and use expect instead of gdb_expect.
12606
12607 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12608
12609 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12610 "coredump_var_addr" to avoid naming conflict with other testcases.
12611
12612 2015-04-10 Pedro Alves <palves@redhat.com>
12613
12614 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12615 gdb_test_sequence and gdb_assert.
12616
12617 2015-04-10 Pedro Alves <palves@redhat.com>
12618
12619 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12620 test messages that don't include the breakpoint address.
12621
12622 2015-04-10 Yao Qi <yao.qi@linaro.org>
12623
12624 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12625 false for some offset and width combinations which aren't
12626 supported by linux kernel.
12627
12628 2015-04-10 Pedro Alves <palves@redhat.com>
12629
12630 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12631 procedure, factored out from ...
12632 (top level): ... here. Add "set displaced-stepping" testing axis.
12633 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12634 parameter "displaced". Use it.
12635 (top level): Use foreach and add "set displaced-stepping" testing
12636 axis.
12637
12638 2015-04-10 Pedro Alves <palves@redhat.com>
12639
12640 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12641 Remove comment.
12642 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12643 both the address of the instruction that triggers the watchpoint
12644 and the address of the instruction immediately after, and use
12645 those addresses for the test. Fix comment.
12646
12647 2015-04-10 Pedro Alves <palves@redhat.com>
12648
12649 * gdb.base/sigstep.exp (breakpoint_to_handler)
12650 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12651 Test "backtrace" in handler.
12652 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12653 (top level): Add new "displaced" test axis to
12654 breakpoint_to_handler, breakpoint_to_handler_entry and
12655 breakpoint_over_handler.
12656
12657 2015-04-10 Pedro Alves <palves@redhat.com>
12658
12659 PR gdb/18216
12660 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12661
12662 2015-04-10 Yao Qi <yao.qi@linaro.org>
12663
12664 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12665 (test_add_rn_pc): New function.
12666 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12667 (top level): Invoke test_add_rn_pc.
12668
12669 2015-04-10 Pedro Alves <palves@redhat.com>
12670
12671 PR gdb/13858
12672 * gdb.base/step-over-no-symbols.exp: New file.
12673
12674 2015-04-09 Andy Wingo <wingo@igalia.com>
12675
12676 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12677 after the Python tests.
12678
12679 2015-04-08 Keith Seitz <keiths@redhat.com>
12680
12681 PR python/16699
12682 * gdb.python/py-completion.exp: New tests for completion.
12683 * gdb.python/py-completion.py (CompleteLimit1): New class.
12684 (CompleteLimit2): Likewise.
12685 (CompleteLimit3): Likewise.
12686 (CompleteLimit4): Likewise.
12687 (CompleteLimit5): Likewise.
12688 (CompleteLimit6): Likewise.
12689 (CompleteLimit7): Likewise.
12690
12691 2015-04-08 Pedro Alves <palves@redhat.com>
12692
12693 PR gdb/18214
12694 PR gdb/18216
12695 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12696 function.
12697 (main): Install it as SIGUSR1 handler.
12698 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12699 parameter. Always use "setup" as prefix. Toggle "set
12700 displaced-stepping" off/on depending on global. Don't switch to
12701 thread 1 here.
12702 (top level): Add displaced stepping "off/on" test axis. Update
12703 "setup" calls. Wrap each subtest with with_test_prefix. Test
12704 continuing with a queued signal in each thread.
12705
12706 2015-04-08 Pedro Alves <palves@redhat.com>
12707
12708 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12709 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12710 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12711 Return early if running to main fails.
12712 * gdb.trace/while-stepping.exp: Likewise.
12713
12714 2015-04-07 Pedro Alves <palves@redhat.com>
12715
12716 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12717 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12718 interact with inferior program.
12719
12720 2015-04-07 Pedro Alves <palves@redhat.com>
12721
12722 * lib/gdb.exp (inferior_spawn_id): New global.
12723 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12724 spawn id after processing the user code.
12725 (default_gdb_start): Set inferior_spawn_id.
12726 (send_inferior): New procedure.
12727 * lib/gdbserver-support.exp (gdbserver_start): Set
12728 inferior_spawn_id.
12729 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12730
12731 2015-04-07 Pedro Alves <palves@redhat.com>
12732
12733 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12734 * lib/gdbserver-support.exp (gdbserver_start): Make
12735 $server_spawn_id global.
12736 (gdbserver_start): Don't wait for gdbserver's spawn id with
12737 expect_background.
12738 (close_gdbserver): New procedure.
12739 (gdb_exit): Rename the default version and reimplement.
12740
12741 2015-04-07 Pedro Alves <palves@redhat.com>
12742
12743 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12744 append the substituted item, not the original item.
12745
12746 2015-04-07 Pedro Alves <palves@redhat.com>
12747
12748 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12749 gdb_expect.
12750
12751 2015-04-07 Pedro Alves <palves@redhat.com>
12752
12753 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12754 output appearing once only.
12755
12756 2015-04-07 Pedro Alves <palves@redhat.com>
12757
12758 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12759 that doesn't expect anything. Return early if running to main
12760 fails.
12761
12762 2015-04-07 Yao Qi <yao.qi@linaro.org>
12763
12764 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12765 (child_function): Call alarm.
12766 (main): Move call to alarm into the loop.
12767 * gdb.threads/non-stop-fair-events.exp: Build program with
12768 -DTIMEOUT=$timeout.
12769
12770 2015-04-06 Doug Evans <xdje42@gmail.com>
12771
12772 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12773 Fix dest parameter to board_info.
12774 (fpc_compile): Ditto.
12775 (gdb_compile_pascal): Rename dest arg to destfile.
12776
12777 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12778
12779 * gdb.ada/funcall_ref.exp: New file.
12780 * gdb.ada/funcall_ref/foo.adb: New file.
12781
12782 2015-04-02 Yao Qi <yao.qi@linaro.org>
12783
12784 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12785 is remote.
12786
12787 2015-04-02 Gary Benson <gbenson@redhat.com>
12788
12789 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12790
12791 2015-04-01 Sasha Smundak <asmundak@google.com>
12792
12793 * gdb.python/py-unwind-maint.c: New file.
12794 * gdb.python/py-unwind-maint.exp: New test.
12795 * gdb.python/py-unwind-maint.py: New file.
12796 * gdb.python/py-unwind.c: New file.
12797 * gdb.python/py-unwind.exp: New test.
12798 * gdb.python/py-unwind.py: New test.
12799
12800 2015-04-01 Pedro Alves <palves@redhat.com>
12801
12802 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12803 to fail instead of non-existent $test.
12804
12805 2015-04-01 Pedro Alves <palves@redhat.com>
12806
12807 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12808 GDBFLAGS if not empty.
12809
12810 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12811
12812 * gdb.ada/complete.exp: Remove "multi_line".
12813 * gdb.ada/info_exc.exp: Remove "multi_line".
12814 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12815 * gdb.ada/ptype_field.exp: Remove "multi_line".
12816 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12817 * gdb.ada/tagged.exp: Remove "multi_line".
12818 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12819 [multi_line ...]
12820 * gdb.btrace/delta.exp: Likewise.
12821 * gdb.btrace/exception.exp: Likewise.
12822 * gdb.btrace/function_call_history.exp: Likewise.
12823 * gdb.btrace/instruction_history.exp: Likewise.
12824 * gdb.btrace/nohist.exp: Likewise.
12825 * gdb.btrace/record_goto.exp: Likewise.
12826 * gdb.btrace/segv.exp: Likewise.
12827 * gdb.btrace/stepi.exp: Likewise.
12828 * gdb.btrace/tailcall.exp: Likewise.
12829 * gdb.btrace/unknown_functions.exp: Likewise.
12830 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12831 * lib/gdb.exp: Add the "multi_line" helper.
12832
12833 2015-04-01 Pedro Alves <palves@redhat.com>
12834
12835 * gdb.threads/tid-reuse.c: New file.
12836 * gdb.threads/tid-reuse.exp: New file.
12837
12838 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12839
12840 PR corefiles/16092
12841 * gdb.base/coredump-filter.c: New file.
12842 * gdb.base/coredump-filter.exp: Likewise.
12843
12844 2015-03-27 Petr Machata <pmachata@redhat.com>
12845
12846 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12847 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12848 (Dwarf::assemble): Initialize them.
12849 (Dwarf::lines): New function.
12850
12851 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12852
12853 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12854 SYMBOL_PREFIX for x86_64-*-cygwin.
12855
12856 2015-03-26 Andy Wingo <wingo@igalia.com>
12857
12858 PR symtab/18148
12859 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12860 const_value but not a location.
12861 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12862 location defined in non-main CUs are visible.
12863
12864 2015-03-26 Yao Qi <yao.qi@linaro.org>
12865
12866 PR testsuite/18139
12867 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12868 Add a line number entry for the same line.
12869 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12870 Add a line number entry for the same line.
12871
12872 2015-03-26 Yao Qi <yao.qi@linaro.org>
12873
12874 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12875 .int 0.
12876 (func): Likewise. Add .Lfunc_1 label.
12877 Use .Lfunc_1 label.
12878 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12879 .int 0.
12880 (func): Likewise.
12881 Use .Lfunc_1 label.
12882
12883 2015-03-26 Yao Qi <yao.qi@linaro.org>
12884
12885 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12886 Call gdb_compile instead to compile each .s files without debug
12887 information.
12888
12889 2015-03-26 Yao Qi <yao.qi@linaro.org>
12890
12891 * gdb.base/savedregs.exp (process_saved_regs): Make
12892 "Saved registers:" optional in the pattern.
12893
12894 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12895
12896 * gdb.btrace/next.exp: Merged into step.exp.
12897 * gdb.btrace/finish.exp: Merged into step.exp.
12898 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12899 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12900 "record goto" and checking the exact replay position.
12901 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12902 check for "Recording format" in "info record" output.
12903 * gdb.btrace/record_goto.exp: Choose test file based on target.
12904 * gdb.btrace/x86-record_goto.S: Renamed into ...
12905 * gdb.btrace/x86_64-record_goto.S: ... this.
12906 * gdb.btrace/i686-record_goto.S: New.
12907 * gdb.btrace/x86-tailcall.S: Renamed into ...
12908 * gdb.btrace/x86_64-tailcall.S: ... this.
12909 * gdb.btrace/i686-tailcall.S: New.
12910 * gdb.btrace/x86-tailcall.c: Renamed into ...
12911 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12912 separate statements. Update test.
12913 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12914 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12915 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12916 * gdb.btrace/tailcall.exp: Choose test file based on target.
12917 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12918
12919 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12920
12921 * gdb.btrace/exception.exp: Increase BTS buffer size.
12922
12923 2015-03-24 Pedro Alves <palves@redhat.com>
12924
12925 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12926
12927 2015-03-24 Pedro Alves <palves@redhat.com>
12928
12929 * gdb.threads/schedlock.exp (test_step): No longer expect that
12930 "set scheduler-locking step" with "next" over a function call runs
12931 threads unlocked.
12932
12933 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12934
12935 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12936
12937 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12938
12939 PR breakpoints/16466
12940 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12941 * gdb.mi/mi-pending.c (thread_func): New function.
12942 (int main): Add threading support required.
12943 * gdb.mi/mi-pending.exp: Add tests for this issue.
12944 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12945 (pendfunc2): Remove stdio dependency.
12946 * gdb.mi/mi-pendshr2.c: New file.
12947
12948 2015-03-23 Keith Seitz <keiths@redhat.com>
12949
12950 * gdb.linespec/keywords.c: New file.
12951 * gdb.linespec/keywords.exp: New file.
12952
12953 2015-03-23 Keith Seitz <keiths@redhat.com>
12954
12955 PR gdb/18021
12956 * gdb.dwarf2/staticvirtual.exp: New test.
12957
12958 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12959
12960 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12961 * README: Remove HP-UX and gdb.hp.
12962 (configuration):
12963 * configure: Regenerate.
12964 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12965 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12966 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12967 gdb.hp/gdb.defects/Makefile.
12968 * gdb.hp/Makefile.in: File deleted.
12969 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12970 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12971 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12972 * gdb.hp/gdb.aCC/run.c: File deleted.
12973 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12974 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12975 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12976 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12977 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12978 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12979 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12980 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12981 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12982 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12983 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12984 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12985 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12986 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12987 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12988 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12989 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12990 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12991 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12992 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12993 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12994 * gdb.hp/gdb.compat/average.c: File deleted.
12995 * gdb.hp/gdb.compat/sum.c: File deleted.
12996 * gdb.hp/gdb.compat/xdb.c: File deleted.
12997 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12998 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12999 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13000 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13001 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13002 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13003 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13004 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13005 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13006 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13007 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13008 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13009 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13010 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13011 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13012 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13013 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13014 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13015 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13016 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13017 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13018 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13019 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13020 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13021 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13022 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13023 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13024 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13025 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13026 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13027 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13028 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13029 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13030 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13031 * gdb.hp/tools/odump: File deleted.
13032
13033 2015-03-19 Pedro Alves <palves@redhat.com>
13034
13035 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13036 (saw_thread_3): New globals.
13037 (top level): Increment them when an event for the corresponding
13038 thread is seen.
13039 (no thread starvation): New test.
13040
13041 2015-03-19 Pedro Alves <palves@redhat.com>
13042
13043 * gdb.threads/continue-pending-status.c: New file.
13044 * gdb.threads/continue-pending-status.exp: New file.
13045
13046 2015-03-18 Pedro Alves <palves@redhat.com>
13047
13048 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13049 Use gdb_is_target_remote instead of is_remote. Use
13050 gdb_test_multiple instead of gdb_expect. Exit early if
13051 gdb_test_multiple hits its internal matches. Tighten stepi tests
13052 expected output. Fail on exit with any signal, instead of just
13053 SIGILL.
13054
13055 2015-03-18 Yao Qi <yao.qi@linaro.org>
13056
13057 PR tdep/18107
13058 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13059 variable.
13060 * gdb.base/catch-syscall.exp: Don't skip it on
13061 aarch64*-*-linux* target. Remove elements in all_syscalls.
13062 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13063 target.
13064 (setup_all_syscalls): New proc.
13065
13066 2015-03-16 Yao Qi <yao.qi@linaro.org>
13067
13068 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13069 (top level): Skip tests if valid_addr_p returns false for
13070 $cmd1 or $cmd2.
13071
13072 2015-03-11 Andy Wingo <wingo@igalia.com>
13073
13074 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13075
13076 2015-03-11 Yao Qi <yao.qi@linaro.org>
13077
13078 * gdb.base/catch-syscall.exp: Fix typo in comments.
13079
13080 2015-03-11 Yao Qi <yao.qi@linaro.org>
13081
13082 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13083
13084 2015-03-09 Pedro Alves <palves@redhat.com>
13085
13086 * dg-extract-results.py: Delete.
13087
13088 2015-03-09 Pedro Alves <palves@redhat.com>
13089
13090 Merge dg-extract-results.sh from GCC upstream (r218843).
13091
13092 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13093 * dg-extract-results.sh: Use --text with grep to avoid issues with
13094 binary files. Fall back to cat -v, if that doesn't work.
13095
13096 2015-03-05 Pedro Alves <palves@redhat.com>
13097
13098 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13099
13100 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13101
13102 * lib/mi-support.exp (mi_expect_interrupt): Accept
13103 alternative event for when in all-stop mode.
13104
13105 2015-03-04 Pedro Alves <palves@redhat.com>
13106
13107 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13108
13109 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13110
13111 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13112
13113 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13114
13115 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13116 regexps for GDB's current line display, accept a hex address
13117 preceding the line number.
13118
13119 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13120
13121 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13122 the 'arch1' variable for "s390*-linux*" targets.
13123
13124 2015-03-04 Pedro Alves <palves@redhat.com>
13125
13126 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13127 (main): Pass missing retval argument to pthread_join call.
13128
13129 2015-03-02 Pedro Alves <palves@redhat.com>
13130
13131 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13132 (top level): Call do_test with non-stop as well.
13133
13134 2015-03-02 Pedro Alves <palves@redhat.com>
13135
13136 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13137 -1.
13138
13139 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13140
13141 * gdb.arch/s390-vregs.exp: New test.
13142 * gdb.arch/s390-vregs.S: New file.
13143
13144 2015-02-27 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13147 call to catch_command_errors.
13148 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13149 catch_command_errors.
13150
13151 2015-02-27 Pedro Alves <palves@redhat.com>
13152
13153 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13154 "true" for boolean result.
13155 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13156 prototype of main.
13157
13158 2015-02-27 Pedro Alves <palves@redhat.com>
13159
13160 * lib/unbuffer_output.c: New file.
13161 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13162 (main): Call gdb_unbuffer_output.
13163
13164 2015-02-27 Yao Qi <yao.qi@linaro.org>
13165
13166 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13167 target.
13168
13169 2015-02-26 Doug Evans <dje@google.com>
13170
13171 * gdb.cp/class2.cc (Dbase, D): New classes.
13172 (main): New local delta.
13173 * gdb.cp/class2.exp: Test printing delta.
13174 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13175 (dynbar): New global.
13176 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13177
13178 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13179
13180 * gdb.compile/compile-ifunc.c: New file.
13181 * gdb.compile/compile-ifunc.exp: New file.
13182
13183 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13184
13185 * gdb.base/structs.exp: Check for correct struct on finish.
13186
13187 2015-02-26 Yao Qi <yao.qi@linaro.org>
13188
13189 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13190 is zero.
13191
13192 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13193
13194 * gdb.arch/cordic.ko.bz2: New file.
13195 * gdb.arch/cordic.ko.debug.bz2: New file.
13196 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13197
13198 2015-02-25 Yao Qi <yao.qi@linaro.org>
13199
13200 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13201 aarch64*-*-* target.
13202
13203 2015-02-23 Pedro Alves <palves@redhat.com>
13204
13205 * lib/gdb.exp (delete_breakpoints): Rewrite using
13206 gdb_test_multiple.
13207
13208 2015-02-23 Pedro Alves <palves@redhat.com>
13209
13210 * gdb.base/info-os.c: Include stdlib.h.
13211
13212 2015-02-22 Doug Evans <xdje42@gmail.com>
13213
13214 PR symtab/17855
13215 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13216 is read after symbols have been re-read.
13217 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13218 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13219
13220 2015-02-21 Doug Evans <dje@google.com>
13221
13222 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13223
13224 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13225
13226 PR corefiles/17808
13227 * gdb.arch/i386-biarch-core.core.bz2: New file.
13228 * gdb.arch/i386-biarch-core.exp: New file.
13229
13230 2015-02-21 Pedro Alves <palves@redhat.com>
13231
13232 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13233 runto_main fails.
13234
13235 2015-02-20 Pedro Alves <palves@redhat.com>
13236
13237 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13238 info probes.
13239
13240 2015-02-20 Pedro Alves <palves@redhat.com>
13241
13242 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13243
13244 2015-02-20 Pedro Alves <palves@redhat.com>
13245
13246 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13247 clean_restart before gdb_target_supports_trace.
13248
13249 2015-02-20 Pedro Alves <palves@redhat.com>
13250
13251 PR threads/18006
13252 * gdb.threads/clone-thread_db.c: New file.
13253 * gdb.threads/clone-thread_db.exp: New file.
13254
13255 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13256
13257 PR breakpoints/16812
13258 * gdb.base/catch-gdb-caused-signals.c: New file.
13259 * gdb.base/catch-gdb-caused-signals.exp: New file.
13260
13261 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13262
13263 * configure: Regenerated.
13264 * configure.ac: Use GDB_AC_TRANSFORM.
13265 * aclocal.m4: sinclude ../transform.m4.
13266
13267 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13268
13269 * lib/dtrace.exp: New file.
13270 * gdb.base/dtrace-probe.exp: Likewise.
13271 * gdb.base/dtrace-probe.d: Likewise.
13272 * gdb.base/dtrace-probe.c: Likewise.
13273 * lib/pdtrace.in: Likewise.
13274 * configure.ac: Output variables with the transformed names of
13275 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13276 * configure: Regenerated.
13277
13278 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13279
13280 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13281 expected message when trying to access $_probe_* convenience
13282 variables while not on a probe.
13283
13284 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13285
13286 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13287
13288 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13289
13290 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13291 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13292
13293 2015-02-10 Doug Evans <xdje42@gmail.com>
13294
13295 * lib/gdb.exp (gdb_load): Always return a result.
13296
13297 2015-02-10 Pedro Alves <palves@redhat.com>
13298
13299 * gdb.threads/signal-sigtrap.c: New file.
13300 * gdb.threads/signal-sigtrap.exp: New file.
13301
13302 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13303
13304 * gdb.trace/no-attach-trace.c: New file.
13305 * gdb.trace/no-attach-trace.exp: New file.
13306
13307 2015-02-09 Mark Wielaard <mjw@redhat.com>
13308
13309 * gdb.dwarf2/atomic.c: New file.
13310 * gdb.dwarf2/atomic-type.exp: Likewise.
13311
13312 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13313
13314 * gdb.btrace/buffer-size.exp: Update "info record" output.
13315 * gdb.btrace/delta.exp: Update "info record" output.
13316 * gdb.btrace/enable.exp: Update "info record" output.
13317 * gdb.btrace/finish.exp: Update "info record" output.
13318 * gdb.btrace/instruction_history.exp: Update "info record" output.
13319 * gdb.btrace/next.exp: Update "info record" output.
13320 * gdb.btrace/nexti.exp: Update "info record" output.
13321 * gdb.btrace/step.exp: Update "info record" output.
13322 * gdb.btrace/stepi.exp: Update "info record" output.
13323 * gdb.btrace/nohist.exp: Update "info record" output.
13324
13325 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13326
13327 * gdb.btrace/buffer-size: New.
13328
13329 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13330
13331 * gdb.btrace/delta.exp: Update "info record" output.
13332 * gdb.btrace/enable.exp: Update "info record" output.
13333 * gdb.btrace/finish.exp: Update "info record" output.
13334 * gdb.btrace/instruction_history.exp: Update "info record" output.
13335 * gdb.btrace/next.exp: Update "info record" output.
13336 * gdb.btrace/nexti.exp: Update "info record" output.
13337 * gdb.btrace/step.exp: Update "info record" output.
13338 * gdb.btrace/stepi.exp: Update "info record" output.
13339 * gdb.btrace/nohist.exp: Update "info record" output.
13340
13341 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13342
13343 PR gdb/15678
13344 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13345
13346 2015-02-06 Pedro Alves <palves@redhat.com>
13347
13348 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13349 macro.
13350 (seconds_left, again): New globals.
13351 (main): Wait seconds_left in a 1-second sleep loop instead of
13352 sleeping 180 seconds. If 'again' is set, reset the seconds
13353 counter.
13354 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13355 'again' in the inferior before detaching. Print the seconds left.
13356 (options): New global.
13357 (top level): Build program with -DTIMEOUT=$timeout.
13358
13359 2015-02-06 Pedro Alves <palves@redhat.com>
13360
13361 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13362 determine how many seconds to pass to 'alarm'.
13363 * gdb.base/gdb-sigterm.exp (top level): Build program with
13364 -DTIMEOUT=$timeout.
13365 (do_test): Return success/failure indication. Add more verbose
13366 logging. Don't fail if 200 single steps are seen. Instead, fail
13367 when the test times out.
13368 (passes): New global.
13369 (top level): Break the testing loop if testing fails on any
13370 iteration. Use gdb_assert.
13371
13372 2015-02-04 Don Breazeal <donb@codesourcery.com>
13373
13374 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13375 and initialize them.
13376 (ipc_cleanup): New function.
13377 (main): Don't declare shmid, semid, and msqid. Add a call to
13378 atexit so that we call ipc_cleanup on exit.
13379
13380 2015-02-04 Pedro Alves <palves@redhat.com>
13381
13382 * boards/native-extended-gdbserver.exp: Remove any target variant
13383 specifications from the board name before clearing the isremote
13384 flag from board_info.
13385
13386 2015-01-31 Doug Evans <xdje42@gmail.com>
13387
13388 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13389
13390 2015-01-31 Gary Benson <gbenson@redhat.com>
13391
13392 * gdb.base/completion.exp: Disable completion limiting for
13393 existing tests. Add new tests to check completion limiting.
13394 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13395
13396 2015-01-31 Doug Evans <xdje42@gmail.com>
13397
13398 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13399
13400 2015-01-31 Doug Evans <xdje42@gmail.com>
13401
13402 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13403 entries. Duplicate file section script entries.
13404 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13405 inlined entries. Add test for safe-path rejection.
13406 * gdb.python/py-section-script.c: Add duplicate inlined section script
13407 entries. Duplicate file section script entries.
13408 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13409 inlined entries. Add test for safe-path rejection.
13410
13411 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13412
13413 * gdb.ada/disc_arr_bound: New testcase.
13414
13415 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13416
13417 * gdb.ada/mi_var_array: New testcase.
13418
13419 2015-01-27 Doug Evans <dje@google.com>
13420
13421 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13422 Add test for objfile.filename, objfile.username after objfile
13423 has been unloaded.
13424
13425 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13426
13427 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13428 the second test to print the name attribute of value
13429 returned by the call to gdb.lookup_type, and adjust
13430 the expected output accordingly.
13431
13432 2015-01-25 Mark Wielaard <mjw@redhat.com>
13433
13434 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13435 * gdb.base/disp-step-fork.c: Include unistd.h.
13436 * gdb.base/siginfo-obj.c: Include stdio.h.
13437 * gdb.base/siginfo-thread.c: Likewise.
13438 * gdb.mi/non-stop.c: Include unistd.h.
13439 * gdb.mi/nsthrexec.c: Include stdio.h.
13440 * gdb.mi/pthreads.c: Include unistd.h.
13441 * gdb.modula2/unbounded1.c (main): Declare returns int.
13442 * gdb.reverse/consecutive-reverse.c: Likewise.
13443 * gdb.threads/create-fail.c: Include unistd.h.
13444 * gdb.threads/killed.c: Likewise.
13445 * gdb.threads/linux-dp.c: Likewise.
13446 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13447 * gdb.threads/non-ldr-exc-2.c: Likewise.
13448 * gdb.threads/non-ldr-exc-3.c: Likewise.
13449 * gdb.threads/non-ldr-exc-4.c: Likewise.
13450 * gdb.threads/pthreads.c: Include unistd.h.
13451 (main): Declare returns int.
13452 * gdb.threads/tls-main.c (foo): New declaration.
13453 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13454
13455 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13456
13457 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13458 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13459
13460 2015-01-15 Mark Wielaard <mjw@redhat.com>
13461
13462 * gdb.base/noreturn-return.c: New file.
13463 * gdb.base/noreturn-return.exp: New file.
13464 * gdb.base/noreturn-finish.c: New file.
13465 * gdb.base/noreturn-finish.exp: New file.
13466
13467 2015-01-23 Pedro Alves <palves@redhat.com>
13468
13469 * gdb.threads/continue-pending-after-query.c: New file.
13470 * gdb.threads/continue-pending-after-query.exp: New file.
13471
13472 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13473 Simon Marchi <simon.marchi@ericsson.com>
13474
13475 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13476 * gdb.base/valgrind-db-attach.exp: Same.
13477 * gdb.base/valgrind-infcall.exp: Same.
13478 * lib/mi-support.exp (default_mi_gdb_start): Same.
13479 * lib/prompt.exp (default_prompt_gdb_start): Same.
13480 * lib/gdb.exp (default_gdb_spawn): Same.
13481 (gdb_interact): New.
13482
13483
13484 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13485
13486 * gdb.compile/compile.exp (pointer to jit function): New test.
13487
13488 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13489
13490 * lib/gdb.exp (supports_process_record): Return true for
13491 powerpc*-*-linux*.
13492 (supports_reverse): Likewise.
13493
13494 2015-01-15 Don Breazeal <donb@codesourcery.com>
13495
13496 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13497 instead of checking whether the target board is remote and
13498 use spawn_wait_for_attach instead of exec/sleep.
13499 * gdb.base/attach-twice.exp: Likewise.
13500
13501 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13502
13503 * gdb.ada/var_arr_attrs: New testcase.
13504
13505 2015-01-14 Pedro Alves <palves@redhat.com>
13506 Joel Brobecker <brobecker@adacore.com>
13507
13508 PR gdb/17525
13509 * gdb.base/bp-cmds-execution-x-script.c: New file.
13510 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13511 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13512
13513 2015-01-14 Pedro Alves <palves@redhat.com>
13514
13515 PR cli/17828
13516 * gdb.base/batch-preserve-term-settings.c: New file.
13517 * gdb.base/batch-preserve-term-settings.exp: New file.
13518
13519 2015-01-13 Doug Evans <dje@google.com>
13520
13521 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13522 binary.
13523
13524 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13525
13526 * Makefile.in (clean mostlyclean): Do not delete *.py.
13527
13528 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13529
13530 * gdb.python/py-lookup-type.exp: New file.
13531
13532 2015-01-12 Pedro Alves <palves@redhat.com>
13533
13534 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13535 restore GDBFLAGS before returning.
13536
13537 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13538
13539 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13540 is_amd64_regs_target and is_x86_like_target.
13541
13542 2015-01-11 Doug Evans <xdje42@gmail.com>
13543
13544 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13545 is given without an explicit form.
13546 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13547 attributes.
13548 * gdb.dwarf/corrupt.exp: Ditto.
13549 * gdb.dwarf2/enum-type.exp: Ditto.
13550 * gdb.trace/entry-values.exp: Ditto.
13551 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13552
13553 2015-01-11 Doug Evans <xdje42@gmail.com>
13554
13555 PR gdb/15830
13556 * gdb.base/maint.exp: Remove references to "maint demangle".
13557 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13558 Add tests for explicitly specifying language to demangle.
13559 * gdb.dlang/demangle.exp: Ditto.
13560
13561 2015-01-09 Pedro Alves <palves@redhat.com>
13562
13563 * gdb.threads/non-stop-fair-events.c: New file.
13564 * gdb.threads/non-stop-fair-events.exp: New file.
13565
13566 2015-01-09 Pedro Alves <palves@redhat.com>
13567
13568 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13569 the global scope. Set a breakpoint after all threads are started
13570 rather than stepping over two source lines. Expect the prompt.
13571 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13572 global.
13573 (NUM): Now 15.
13574 (main): Use threads_started_barrier to wait for all threads to
13575 start. Main thread no longer calls thread_function. Exit after
13576 180 seconds.
13577 (loop): New function.
13578 (thread_function): Wait on threads_started_barrier barrier. Call
13579 'loop' at each iteration.
13580 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13581 threads have started, instead of hardcoding number of "next"
13582 steps. Use an access watchpoint instead of a write watchpoint.
13583
13584 2015-01-09 Pedro Alves <palves@redhat.com>
13585
13586 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13587 (thread_func): Wait on barrier.
13588 (main): Wait for all threads to start before stopping GDB.
13589 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13590 global.
13591 (thread1_func, thread2_func): Wait on barrier.
13592 (main): Wait for all threads to start before stopping GDB.
13593 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13594 New global.
13595 (thread1_func, thread2_func): Wait on barrier.
13596 (main): Wait for all threads to start before stopping GDB.
13597
13598 2015-01-09 Pedro Alves <palves@redhat.com>
13599
13600 * gdb.threads/attach-many-short-lived-threads.c: New file.
13601 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13602
13603 2014-01-09 Pedro Alves <palves@redhat.com>
13604
13605 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13606 instead of to thread 2.
13607 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13608 Add barrier around each pthread_create call instead of around all
13609 calls.
13610 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13611 Set a break on thread_function and have the child threads hit it
13612 one at at a time.
13613
13614 2015-01-09 Pedro Alves <palves@redhat.com>
13615
13616 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13617 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13618 false.
13619 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13620 checking whether the target board is remote.
13621 * gdb.multi/multi-attach.exp: Likewise.
13622 * gdb.python/py-sync-interp.exp: Likewise.
13623 * gdb.server/ext-attach.exp: Likewise.
13624 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13625 tests that need to attach, instead of checking whether the target
13626 board is remote at the top of the file.
13627
13628 2015-01-08 Yao Qi <yao@codesourcery.com>
13629
13630 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13631
13632 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13633
13634 Fix testcase compilation.
13635 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13636
13637 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13638
13639 * gdb.python/py-type.exp: Add a couple test about empty
13640 array creation, and negative-length array creation.
13641
13642 2015-01-02 Doug Evans <xdje42@gmail.com>
13643
13644 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13645
13646 2015-01-02 Doug Evans <dje@google.com>
13647
13648 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13649
13650 2014-12-29 Yao Qi <yao@codesourcery.com>
13651
13652 * gdb.trace/entry-values.exp: Update comments. Rename variable
13653 bar_call_foo to returned_from_foo.
13654
13655 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13656
13657 PR gdb/17394
13658 * gdb.linespec/break-asm-file.c: New file.
13659 * gdb.linespec/break-asm-file.exp: New file.
13660 * gdb.linespec/break-asm-file0.s: New file.
13661 * gdb.linespec/break-asm-file1.s: New file.
13662
13663 2014-12-18 Nigel Stephens <nigel@mips.com>
13664 Maciej W. Rozycki <macro@codesourcery.com>
13665
13666 * gdb.base/float.exp: Handle the new output from "info float" on
13667 MIPS targets.
13668
13669 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13670
13671 Fix MinGW compilation.
13672 * gdb.compile/compile-ops.exp: Update untested message if
13673 !skip_compile_feature_tests.
13674 * gdb.compile/compile-setjmp.exp: Likewise.
13675 * gdb.compile/compile-tls.exp: Likewise.
13676 * gdb.compile/compile.exp: Likewise.
13677 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13678 supported on this host".
13679
13680 2014-12-16 Doug Evans <xdje42@gmail.com>
13681
13682 * boards/stabs.exp: New file.
13683
13684 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13685
13686 * gdb.base/completion.exp: Adjust to format changes of "maint
13687 print user-registers".
13688
13689 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13690
13691 PR server/17457
13692 * gdb.arch/aarch64-fp.c: New file.
13693 * gdb.arch/aarch64-fp.exp: New file.
13694
13695 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13696
13697 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13698 r210637, r210913, r211666, r215400, r215817).
13699
13700 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13701 * dg-extract-results.py: New file.
13702 * dg-extract-results.sh: Use it if the environment seems
13703 suitable.
13704
13705 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13706
13707 * dg-extract-results.py (parse_run): Handle warnings that
13708 are printed before a test harness is run.
13709
13710 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13711
13712 * dg-extract-results.py (Named): Remove __cmp__ method.
13713 (output_variation): Use a key to sort variation.harnesses.
13714
13715 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13716
13717 * dg-extract-results.py: For Python 3, force sys.stdout to
13718 handle surrogate escape sequences.
13719 (safe_open): New function.
13720 (output_segment, main): Use it.
13721
13722 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13723
13724 * dg-extract-results.py (Prog.result_re): Include options
13725 in test name.
13726
13727 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13728
13729 * dg-extract-results.py (output_variation): Always sort if
13730 do_sum.
13731
13732 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13733
13734 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13735 as long as we get pagination notifications.
13736
13737 2014-12-15 Jason Merrill <jason@redhat.com>
13738
13739 * Makefile.in (check-gdb.%): Restore.
13740 * README: Mention it.
13741
13742 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13743
13744 * gdb.ada/str_uninit: New testcase.
13745
13746 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13747
13748 PR symtab/17642
13749 * gdb.base/vla-stub-define.c: New file.
13750 * gdb.base/vla-stub.c: New file.
13751 * gdb.base/vla-stub.exp: New file.
13752
13753 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13754 Jan Kratochvil <jan.kratochvil@redhat.com>
13755 Tom Tromey <tromey@redhat.com>
13756
13757 * configure.ac: Add gdb.compile/.
13758 * configure: Regenerate.
13759 * gdb.compile/Makefile.in: New file.
13760 * gdb.compile/compile-ops.exp: New file.
13761 * gdb.compile/compile-ops.c: New file.
13762 * gdb.compile/compile-tls.c: New file.
13763 * gdb.compile/compile-tls.exp: New file.
13764 * gdb.compile/compile-constvar.S: New file.
13765 * gdb.compile/compile-constvar.c: New file.
13766 * gdb.compile/compile-mod.c: New file.
13767 * gdb.compile/compile-nodebug.c: New file.
13768 * gdb.compile/compile-setjmp-mod.c: New file.
13769 * gdb.compile/compile-setjmp.c: New file.
13770 * gdb.compile/compile-setjmp.exp: New file.
13771 * gdb.compile/compile-shlib.c: New file.
13772 * gdb.compile/compile.c: New file.
13773 * gdb.compile/compile.exp: New file.
13774 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13775
13776 2014-12-12 Tom Tromey <tromey@redhat.com>
13777
13778 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13779 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13780
13781 2014-12-12 Doug Evans <dje@google.com>
13782
13783 * lib/gdb-python.exp (get_python_valueof): New function.
13784 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13785
13786 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13787
13788 * gdb.base/completion.exp: Add test for completion of "info
13789 registers ".
13790
13791 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13792
13793 * gdb.base/func-ptrs.c: New file.
13794 * gdb.base/func-ptrs.exp: New file.
13795
13796 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13797
13798 PR breakpoints/17012
13799 * gdb.base/dprintf-detach.c: New file.
13800 * gdb.base/dprintf-detach.exp: New file.
13801
13802 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13803
13804 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13805 * lib/gdb.exp (target_is_gdbserver): New procedure.
13806
13807 2014-12-08 Doug Evans <dje@google.com>
13808
13809 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13810
13811 2014-12-05 Yao Qi <yao@codesourcery.com>
13812
13813 * gdb.guile/scm-error.exp: Remove the third argument to
13814 gdb_remote_download.
13815 * gdb.guile/scm-frame-args.exp: Likewise.
13816 * gdb.guile/scm-section-script.exp: Likewise.
13817
13818 2014-12-05 Yao Qi <yao@codesourcery.com>
13819
13820 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13821
13822 2014-12-04 Doug Evans <dje@google.com>
13823
13824 * gdb.python/py-objfile.exp: Add tests for
13825 objfile.add_separate_debug_file.
13826
13827 2014-12-04 Doug Evans <dje@google.com>
13828
13829 * lib/gdb.exp (get_build_id): New function.
13830 (build_id_debug_filename_get): Rewrite to use it.
13831 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13832
13833 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13834
13835 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13836 `method(long)', not just 0x0.
13837 * gdb.cp/nsalias.exp: Align code labels to 4.
13838 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13839 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13840 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13841 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13842 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13843 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13844
13845 2014-12-02 Doug Evans <dje@google.com>
13846
13847 PR symtab/17602
13848 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13849 * gdb.cp/anon-ns2.cc: ... here. New file.
13850 * gdb.cp/anon-ns.exp: Update.
13851
13852 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13853
13854 * gdb.python/py-events.py (inferior_call_handler): New.
13855 (register_changed_handler, memory_changed_handler): New.
13856 (test_events.invoke): Register new handlers.
13857 * gdb.python/py-events.exp: Add tests for inferior call,
13858 memory_changed and register_changed events.
13859
13860 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13861
13862 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13863 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13864 if the linker doesn't understand this.
13865
13866 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13867
13868 * gdb.python/python.exp: Change expected reply to help().
13869
13870 2014-12-01 Yao Qi <yao@codesourcery.com>
13871
13872 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13873 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13874 * configure: Re-generated.
13875
13876 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13877
13878 * gdb.cp/chained-calls.cc: New file.
13879 * gdb.cp/chained-calls.exp: New file.
13880 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13881
13882 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13883
13884 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13885 * gdb.dwarf2/symtab-producer.exp: Same.
13886 * gdb.gdb/python-interrupts.exp: Same.
13887 * gdb.gdb/python-selftest.exp: Same.
13888 * gdb.python/py-linetable.exp: Same.
13889 * gdb.python/py-type.exp: Same.
13890 * gdb.python/py-value-cc.exp: Same.
13891 * gdb.python/py-value.exp: Same.
13892
13893 2014-11-28 Yao Qi <yao@codesourcery.com>
13894
13895 * gdb.base/break-probes.exp: Match library name prefixed with
13896 sysroot.
13897
13898 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13899
13900 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13901 test expected output. Add parentheses for the call to print.
13902 Remove L suffix from integers.
13903
13904 2014-11-26 Doug Evans <dje@google.com>
13905
13906 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13907
13908 2014-11-22 Yao Qi <yao@codesourcery.com>
13909
13910 * gdb.trace/entry-values.c: Remove asms.
13911 (foo): Add foo_label.
13912 (bar): Add bar_label.
13913 * gdb.trace/entry-values.exp: Remove code computing foo's
13914 length and bar's length.
13915 (Dwarf::assemble): Invoke function_range for bar and use
13916 MACRO_AT_func for foo.
13917
13918 2014-11-22 Yao Qi <yao@codesourcery.com>
13919
13920 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13921 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13922 Use .Lgcc43_procstart instead of gcc43.
13923
13924 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13925
13926 * gdb.ada/n_arr_bound: New testcase.
13927
13928 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13929
13930 PR breakpoints/10737
13931 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13932 test_catch_syscall_multi_arch.
13933 (test_catch_syscall_multi_arch): New function.
13934
13935 2014-11-20 Doug Evans <xdje42@gmail.com>
13936
13937 * gdb.base/maint.exp: Update expected output.
13938
13939 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13940
13941 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13942 4-byte instruction on S390.
13943
13944 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13945
13946 * gdb.ada/arr_arr: New testcase.
13947
13948 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13949
13950 * gdb.ada/pkd_arr_elem: New Testcase.
13951
13952 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13953
13954 * gdb.reverse/break-precsave: Expect completion message for
13955 core file reads.
13956 * gdb.reverse/consecutive-precsave.exp: Likewise.
13957 * gdb.reverse/finish-precsave.exp: Likewise.
13958 * gdb.reverse/i386-precsave.exp: Likewise.
13959 * gdb.reverse/machinestate-precsave.exp: Likewise.
13960 * gdb.reverse/sigall-precsave.exp: Likewise.
13961 * gdb.reverse/solib-precsave.exp: Likewise.
13962 * gdb.reverse/step-precsave.exp: Likewise.
13963 * gdb.reverse/until-precsave.exp: Likewise.
13964 * gdb.reverse/watch-precsave.exp: Likewise.
13965
13966 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13967
13968 * gdb.base/bp-permanent.c: Include unistd.h.
13969 * gdb.python/py-framefilter-mi.c (main): Add return type.
13970 * gdb.python/py-framefilter.c (main): Likewise.
13971 * gdb.trace/actions-changed.c (main): Likewise.
13972
13973 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13974
13975 * gdb.mi/until.c: Add eye-catchers.
13976 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13977 line numbers.
13978
13979 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13980
13981 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13982 function header variants in break1.c.
13983 * gdb.base/ena-dis-br.exp: Likewise.
13984 * gdb.base/hbreak2.exp: Likewise.
13985 * gdb.reverse/until-precsave.exp: Drop references to removed
13986 non-prototype function header variants in ur1.c.
13987 * gdb.reverse/until-reverse.exp: Likewise.
13988
13989 2014-11-17 Petr Machata <pmachata@redhat.com>
13990
13991 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13992 ${_cu_offset_size} bytes abbrev offset.
13993
13994 2014-11-15 Doug Evans <xdje42@gmail.com>
13995
13996 PR symtab/17559
13997 * gdb.base/line-symtabs.exp: New file.
13998 * gdb.base/line-symtabs.c: New file.
13999 * gdb.base/line-symtabs.h: New file.
14000
14001 2014-11-14 Yao Qi <yao@codesourcery.com>
14002
14003 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14004 (func): Add label func_label.
14005 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14006 Replace low_pc and high_pc with MACRO_AT_range.
14007 Replace name, low_pc and high_pc with MACRO_AT_func.
14008
14009 2014-11-14 Yao Qi <yao@codesourcery.com>
14010
14011 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14012 Replace name, low_pc and high_pc with MACRO_AT_func.
14013
14014 2014-11-14 Yao Qi <yao@codesourcery.com>
14015
14016 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14017 produce debug information.
14018 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14019
14020 2014-11-14 Yao Qi <yao@codesourcery.com>
14021
14022 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14023 object and get function length.
14024 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14025 with MACRO_AT_func.
14026 (top-level): Replace gdb_compile and clean_restart with
14027 prepare_for_testing.
14028 * gdb.dwarf2/main.c (main): Add label main_label.
14029
14030 2014-11-14 Yao Qi <yao@codesourcery.com>
14031
14032 * lib/dwarf.exp (function_range): New procedure.
14033 (Dwarf::_handle_macro_at_func): New procedure.
14034 (Dwarf::_handle_macro_at_range): New procedure.
14035 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14036
14037 2014-11-14 Yao Qi <yao@codesourcery.com>
14038
14039 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14040 (_handle_attribute): New procedure.
14041
14042 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14043
14044 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14045 * gdb.base/call-sc.c (zed): Likewise.
14046 * gdb.base/checkpoint.c (main): Likewise.
14047 * gdb.base/dump.c (main): Likewise.
14048 * gdb.base/gcore.c (main): Likewise.
14049 * gdb.base/huge.c (main): Likewise.
14050 * gdb.base/multi-forks.c (main): Likewise.
14051 * gdb.base/pr10179-a.c (main): Likewise.
14052 * gdb.base/savedregs.c (main): Likewise.
14053 * gdb.base/sigaltstack.c (main): Likewise.
14054 * gdb.base/siginfo.c (main): Likewise.
14055 * gdb.base/structs.c (zed): Likewise.
14056 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14057 * gdb.mi/mi-syn-frame.c (main): Likewise.
14058 * gdb.mi/until.c (foo, main): Likewise.
14059 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14060 * gdb.base/solib-weak.c (foo): Declare.
14061 * gdb.base/attach-twice.c: Include stdio.h.
14062 * gdb.base/weaklib1.c: Likewise.
14063 * gdb.base/weaklib2.c: Likewise.
14064 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14065 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14066 unistd.h.
14067 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14068 * gdb.mi/mi-exit-code.c: Likewise.
14069 * gdb.base/break-interp-lib.c: Include string.h.
14070 * gdb.base/coremaker.c: Likewise.
14071 * gdb.base/testenv.c: Likewise.
14072 * gdb.python/py-finish-breakpoint.c: Likewise.
14073 * gdb.base/inferior-died.c: Include sys/wait.h.
14074 * gdb.base/fileio.c: Include time.h.
14075 * gdb.base/async-shell.c: Include unistd.h.
14076 * gdb.base/dprintf-non-stop.c: Likewise.
14077 * gdb.base/info-os.c: Likewise.
14078 * gdb.mi/mi-console.c: Likewise.
14079 * gdb.mi/watch-nonstop.c: Likewise.
14080 * gdb.python/py-events.c: Likewise.
14081 * gdb.base/async.c (baz): Move up before its invocation.
14082 * gdb.base/code_elim2.c (my_global_func): Likewise.
14083 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14084 * gdb.base/advance.c (func2): Likewise.
14085
14086 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14087
14088 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14089 variant.
14090 * gdb.base/annota3.c: Likewise.
14091 * gdb.base/async.c: Likewise.
14092 * gdb.base/average.c: Likewise.
14093 * gdb.base/call-ar-st.c: Likewise.
14094 * gdb.base/call-rt-st.c: Likewise.
14095 * gdb.base/call-sc.c: Likewise.
14096 * gdb.base/call-strs.c: Likewise.
14097 * gdb.base/ending-run.c: Likewise.
14098 * gdb.base/execd-prog.c: Likewise.
14099 * gdb.base/exprs.c: Likewise.
14100 * gdb.base/foll-exec.c: Likewise.
14101 * gdb.base/foll-fork.c: Likewise.
14102 * gdb.base/foll-vfork.c: Likewise.
14103 * gdb.base/funcargs.c: Likewise.
14104 * gdb.base/gcore.c: Likewise.
14105 * gdb.base/jump.c: Likewise.
14106 * gdb.base/langs0.c: Likewise.
14107 * gdb.base/langs1.c: Likewise.
14108 * gdb.base/langs2.c: Likewise.
14109 * gdb.base/mips_pro.c: Likewise.
14110 * gdb.base/nodebug.c: Likewise.
14111 * gdb.base/opaque0.c: Likewise.
14112 * gdb.base/opaque1.c: Likewise.
14113 * gdb.base/recurse.c: Likewise.
14114 * gdb.base/run.c: Likewise.
14115 * gdb.base/scope0.c: Likewise.
14116 * gdb.base/scope1.c: Likewise.
14117 * gdb.base/setshow.c: Likewise.
14118 * gdb.base/setvar.c: Likewise.
14119 * gdb.base/shmain.c: Likewise.
14120 * gdb.base/shr1.c: Likewise.
14121 * gdb.base/shr2.c: Likewise.
14122 * gdb.base/sigall.c: Likewise.
14123 * gdb.base/signals.c: Likewise.
14124 * gdb.base/so-indr-cl.c: Likewise.
14125 * gdb.base/solib2.c: Likewise.
14126 * gdb.base/structs.c: Likewise.
14127 * gdb.base/sum.c: Likewise.
14128 * gdb.base/vforked-prog.c: Likewise.
14129 * gdb.base/watchpoint.c: Likewise.
14130 * gdb.reverse/shr2.c: Likewise.
14131 * gdb.reverse/until-reverse.c: Likewise.
14132 * gdb.reverse/ur1.c: Likewise.
14133 * gdb.reverse/watch-reverse.c: Likewise.
14134
14135 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14136
14137 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14138 variant.
14139 * gdb.base/sepdebug.exp: Drop references to removed code.
14140
14141 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14142
14143 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14144 variant. Preserve original line numbering.
14145 * gdb.base/list1.c: Likewise.
14146
14147 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14148
14149 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14150 variant.
14151 * gdb.base/break1.c: Likewise.
14152 * gdb.base/break.exp: Drop references to removed code.
14153
14154 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14155
14156 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14157 variant.
14158
14159 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14160
14161 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14162
14163 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14164
14165 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14166 logic into perform_all_tests() and invoke it with and without
14167 function header prototypes.
14168 (do_function_calls): Remove conditional XFAIL for PR 5318.
14169 (rerun_and_prepare): Remove duplicate code.
14170 (perform_all_tests): New. Main logic moved here.
14171
14172 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14173
14174 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14175 code guarded by #ifdef NO_PROTOTYPES.
14176 (t_double_many_args): Likewise.
14177 (DEF_FUNC_MANY_ARGS_1): Likewise.
14178 (DEF_FUNC_VALUES_1): Likewise.
14179 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14180 guarded by #ifdef PROTOTYPES.
14181
14182 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14183
14184 * gdb.mi/mi-console.c: Add eye-catcher.
14185 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14186 instead of literal line number.
14187
14188 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14189
14190 * gdb.base/shr2.c: Add eye-catcher.
14191 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14192 line number.
14193
14194 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14195
14196 * gdb.base/jump.c: Add eye-catchers.
14197 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14198 numbers.
14199
14200 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14201
14202 * gdb.base/execd-prog.c: Add eye-catchers.
14203 * gdb.base/foll-exec.c: Likewise.
14204 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14205 line numbers.
14206
14207 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14208
14209 * gdb.base/ending-run.c: Add eye-catchers.
14210 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14211 literal line numbers.
14212
14213 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14214
14215 * gdb.base/call-rt-st.c: Add eye-catchers.
14216 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14217 literal line numbers.
14218
14219 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14220
14221 * gdb.base/call-ar-st.c: Add eye-catchers.
14222 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14223 literal line numbers.
14224
14225 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14226
14227 * gdb.base/average.c: Add eye-catchers.
14228 * gdb.base/sum.c: Likewise.
14229 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14230 regexps dynamically.
14231
14232 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14233
14234 * gdb.base/solib1.c: Add eye-catchers.
14235 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14236 literal line numbers.
14237
14238 2014-11-12 Pedro Alves <palves@redhat.com>
14239
14240 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14241 leader has exited.
14242
14243 2014-11-12 Pedro Alves <palves@redhat.com>
14244
14245 * gdb.arch/i386-bp_permanent.c: New file.
14246 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14247 (srcfile): Set to i386-bp_permanent.c.
14248 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14249 that stepi does not execute the 'leave' instruction, instead of
14250 testing it does execute.
14251 * gdb.base/bp-permanent.c: New file.
14252 * gdb.base/bp-permanent.exp: New file.
14253
14254 2014-11-10 Doug Evans <xdje42@gmail.com>
14255
14256 PR symtab/17564
14257 * gdb.base/symtab-search-order.exp: New file.
14258 * gdb.base/symtab-search-order.c: New file.
14259 * gdb.base/symtab-search-order-1.c: New file.
14260 * gdb.base/symtab-search-order-shlib-1.c: New file.
14261
14262 2014-11-07 Pedro Alves <palves@redhat.com>
14263
14264 PR gdb/17511
14265 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14266 i?86-*-linux*.
14267
14268 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14269
14270 PR c++/17494
14271 * gdb.cp/pr17494.cc: New file.
14272 * gdb.cp/pr17494.exp: New file.
14273
14274 2014-11-02 Yao Qi <yao@codesourcery.com>
14275
14276 * gdb.python/python.exp: Get working directory and match the
14277 output of "set extended-prompt \\w " with it.
14278
14279 2014-10-30 Doug Evans <dje@google.com>
14280
14281 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14282 in objfiles.
14283 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14284 in progspaces.
14285
14286 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14287
14288 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14289 * gdb.base/realname-expand.exp: Likewise.
14290 * gdb.linespec/macro-relative.exp: Likewise.
14291
14292 2014-10-29 Pedro Alves <palves@redhat.com>
14293
14294 PR gdb/17408
14295 * gdb.threads/schedlock.c (some_function): New function.
14296 (call_function): New global.
14297 (MAYBE_CALL_SOME_FUNCTION): New macro.
14298 (thread_function): Call it.
14299 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14300 and use it instead of a global counter. Adjust all callers.
14301 (get_current_thread): Use "find current thread" for test message
14302 here rather than having all callers pass down the same string.
14303 (goto_loop): New procedure, factored out from ...
14304 (my_continue): ... this.
14305 (step_ten_loops): Change parameter from test message to command to
14306 use. Adjust.
14307 (list_count): Delete global.
14308 (check_result): New procedure, factored out from duplicate top
14309 level code.
14310 (continue tests): Wrap in with_test_prefix.
14311 (test_step): New procedure, factored out from duplicate top level
14312 code.
14313 (top level): Test "step" in combination with all scheduler-locking
14314 modes. Test "next" in combination with all scheduler-locking
14315 modes, and in combination with stepping over a function call or
14316 not.
14317 * gdb.threads/next-bp-other-thread.c: New file.
14318 * gdb.threads/next-bp-other-thread.exp: New file.
14319
14320 2014-10-29 Pedro Alves <palves@redhat.com>
14321
14322 PR python/17372
14323 * gdb.python/python.exp: Test a multi-line command that spawns
14324 interactive Python.
14325 * gdb.base/multi-line-starts-subshell.exp: New file.
14326
14327 2014-10-29 Yao Qi <yao@codesourcery.com>
14328
14329 * gdb.base/fileio.exp: Make directories on host.
14330
14331 2014-10-29 Yao Qi <yao@codesourcery.com>
14332
14333 * gdb.base/fileio.c (test_write): Close the file.
14334
14335 2014-10-28 Pedro Alves <palves@redhat.com>
14336
14337 PR gdb/12623
14338 * gdb.base/sigstep.c (no_handler): New global.
14339 (main): If 'no_handler is true, set the signal handlers to
14340 SIG_IGN.
14341 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14342 with_sw_watch and no_handler parameters. Handle them.
14343 (top level) <stepping over handler when stopped at a breakpoint
14344 test>: Add a test axis for testing with a software watchpoint, and
14345 another for testing with the signal handler set to SIG_IGN.
14346 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14347 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14348
14349 2014-10-28 Pedro Alves <palves@redhat.com>
14350
14351 PR gdb/17511
14352 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14353 * gdb.base/sigstep.exp (other_handler_location): New global.
14354 (advance): Support stepping into the signal handler, and running
14355 commands while in the handler.
14356 (in_handler_map): New global.
14357 (top level): In the advance test, add combinations for getting
14358 into the handler with stepping commands, and for running commands
14359 in the handler. Add comment descripting the advancei tests.
14360
14361 2014-10-28 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.base/sigstep.exp: Use build_executable instead of
14364 prepare_for_testing.
14365 (top level): Move code that starts GDB, runs to main and creates a
14366 display to ...
14367 (restart): ... this new procedure.
14368 (top level): Move backtrace from signal handler test to ...
14369 (validate_backtrace): ... this new procedure.
14370 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14371 with_test_prefix. Always restart GDB.
14372 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14373 with_test_prefix. Always restart GDB. No need to delete
14374 breakpoints after the test.
14375 (test_skip_handler): Remove prefix parameter.
14376 (skip_over_handler, breakpoint_to_handler)
14377 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14378 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14379 restart GDB. No need to delete breakpoints after the test.
14380 (top level): Use foreach to call the test procedures with
14381 different commands.
14382
14383 2014-10-28 Pedro Alves <palves@redhat.com>
14384
14385 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14386 instead of GNATS numbers.
14387 * gdb.base/sigbpt.exp: Likewise.
14388 * gdb.base/siginfo.exp: Likewise.
14389 * gdb.base/sigstep.exp: Likewise.
14390
14391 2014-10-27 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.base/sigstep.c (dummy): New global.
14394 (main): Issue a couple writes to the new global.
14395 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14396 procedures.
14397 (skip_over_handler): Use test_skip_handler.
14398 (top level): Call skip_over_handler for stepi and nexti too.
14399 (breakpoint_over_handler): Use test_skip_handler.
14400 (top level): Call breakpoint_over_handler for stepi and nexti too.
14401
14402 2014-10-27 Yao Qi <yao@codesourcery.com>
14403
14404 * gdb.trace/tfile.c (adjust_function_address)
14405 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14406 function descriptor.
14407
14408 2014-10-24 Don Breazeal <donb@codesourcery.com>
14409
14410 * gdb.base/foll-fork.exp (test_follow_fork,
14411 catch_fork_child_follow): Check for updated fork messages emitted
14412 from infrun.c.
14413 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14414 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14415 vfork_and_exec_child_follow_through_step): Check for updated vfork
14416 messages emitted from infrun.c.
14417
14418 2014-10-24 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.base/corefile.exp: Remove references to ultrix.
14421 * gdb.base/interrupt.exp: Likewise.
14422 * gdb.base/whatis.exp: Likewise.
14423 * gdb.gdb/selftest.exp: Likewise.
14424 * gdb.threads/manythreads.exp: Likewise.
14425 * gdb.threads/print-threads.exp: Likewise.
14426 * gdb.threads/pthreads.exp:: Likewise.
14427 * gdb.threads/schedlock.exp: Likewise.
14428
14429 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14430
14431 * gdb.cp/non-trivial-retval.cc: Add a test case.
14432 * gdb.cp/non-trivial-retval.exp: Add a test.
14433
14434 2014-10-20 Yao Qi <yao@codesourcery.com>
14435
14436 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14437 * gdb.python/py-objfile-script-gdb.py: New file.
14438 * gdb.python/py-objfile-script.exp: Update reference to
14439 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14440 of remote_download. Remove the dest file.
14441
14442 2014-10-20 Yao Qi <yao@codesourcery.com>
14443
14444 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14445 * gdb.base/step-line.exp: Likewise.
14446 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14447 * gdb.dwarf2/dw2-basic.exp: Likewise.
14448 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14449 * gdb.dwarf2/dw2-filename.exp: Likewise.
14450 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14451 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14452 * gdb.dwarf2/dw2-producer.exp: Likewise.
14453 * gdb.dwarf2/mac-fileno.exp: Likewise.
14454 * gdb.python/py-frame-args.exp: Likewise.
14455 * gdb.python/py-framefilter.exp: Likewise.
14456 * gdb.python/py-mi.exp: Likewise.
14457 * gdb.python/py-objfile-script.exp: Likewise
14458 * gdb.python/py-pp-integral.exp: Likewise.
14459 * gdb.python/py-pp-re-notag.exp: Likewise.
14460 * gdb.python/py-prettyprint.exp: Likewise.
14461 * gdb.python/py-section-script.exp: Likewise.
14462 * gdb.python/py-typeprint.exp: Likewise.
14463 * gdb.python/py-xmethods.exp: Likewise.
14464 * gdb.stabs/weird.exp: Likewise.
14465 * gdb.xml/tdesc-regs.exp: Likewise.
14466
14467 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14468
14469 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14470 (out_cu): Use addr_len for the size of addresses.
14471 (out_line): Likewise. Size DW_LNE_set_address instruction
14472 according to addr_len.
14473 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14474 (FUNC): Add START_INSNS to definition.
14475
14476 2014-10-18 Yao Qi <yao@codesourcery.com>
14477
14478 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14479 gdb_has_argv0 return true.
14480 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14481 check [target_info exists noargs], check [gdb_has_argv0]
14482 instead.
14483 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14484 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14485 procedures.
14486
14487 2014-10-17 Doug Evans <dje@google.com>
14488
14489 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14490 event.
14491 * gdb.python/py-events.py: Add clear_objfiles event.
14492
14493 2014-10-17 Doug Evans <dje@google.com>
14494
14495 * gdb.python/py-objfile.exp: Test progspace attribute.
14496
14497 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14498
14499 * gdb.guile/scm-breakpoint.exp: Do not assume any
14500 directory separators when matching source file paths.
14501 * gdb.python/py-breakpoint.exp: Likewise.
14502 * gdb.reverse/break-precsave.exp: Likewise.
14503 * gdb.reverse/break-reverse.exp: Likewise.
14504 * gdb.reverse/consecutive-precsave.exp: Likewise.
14505 * gdb.reverse/finish-precsave.exp: Likewise.
14506 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14507 * gdb.reverse/finish-reverse.exp: Likewise.
14508 * gdb.reverse/i386-precsave.exp: Likewise.
14509 * gdb.reverse/i387-env-reverse.exp: Likewise.
14510 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14511 * gdb.reverse/machinestate-precsave.exp: Likewise.
14512 * gdb.reverse/machinestate.exp: Likewise.
14513 * gdb.reverse/sigall-precsave.exp: Likewise.
14514 * gdb.reverse/solib-precsave.exp: Likewise.
14515 * gdb.reverse/step-precsave.exp: Likewise.
14516 * gdb.reverse/until-precsave.exp: Likewise.
14517 * gdb.reverse/watch-precsave.exp: Likewise.
14518 * gdb.reverse/watch-reverse.exp: Likewise.
14519
14520 2014-10-17 Yao Qi <yao@codesourcery.com>
14521
14522 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14523 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14524
14525 2014-10-17 Pedro Alves <palves@redhat.com>
14526
14527 PR gdb/17471
14528 * gdb.base/bg-execution-repeat.c: New file.
14529 * gdb.base/bg-execution-repeat.exp: New file.
14530
14531 2014-10-17 Pedro Alves <palves@redhat.com>
14532
14533 PR gdb/17300
14534 * gdb.base/continue-all-already-running.c: New file.
14535 * gdb.base/continue-all-already-running.exp: New file.
14536
14537 2014-10-17 Pedro Alves <palves@redhat.com>
14538
14539 PR gdb/17472
14540 * gdb.base/annota-input-while-running.c: New file.
14541 * gdb.base/annota-input-while-running.exp: New file.
14542
14543 2014-10-17 Pedro Alves <palves@redhat.com>
14544
14545 * gdb.base/callfuncs.exp: emove references to osf.
14546 * gdb.base/sigall.exp: Likewise.
14547 * gdb.gdb/selftest.exp: Likewise.
14548 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14549 * gdb.mi/non-stop.c: Likewise.
14550 * gdb.mi/pthreads.c: Likewise.
14551 * gdb.reverse/sigall-precsave.exp: Likewise.
14552 * gdb.reverse/sigall-reverse.exp: Likewise.
14553 * gdb.threads/pthreads.c: Likewise.
14554 * gdb.threads/pthreads.exp: Likewise.
14555
14556 2014-10-17 Yao Qi <yao@codesourcery.com>
14557
14558 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14559 check 'target_info exists noargs'.
14560 (test_command_prompt_position): Likewise.
14561 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14562 Remove "set args".
14563 (progvar_simple_while_test): Likewise.
14564 (progvar_complex_if_while_test): Likewise.
14565 (if_while_breakpoint_command_test): Likewise.
14566 (infrun_breakpoint_command_test): Likewise.
14567 (breakpoint_command_test): Likewise.
14568 (watchpoint_command_test): Likewise.
14569 (bp_deleted_in_command_test): Likewise.
14570 (temporary_breakpoint_commands): Likewise.
14571
14572 2014-10-16 Yao Qi <yao@codesourcery.com>
14573
14574 * gdb.base/remotetimeout.exp: Remove noargs checking.
14575
14576 2014-10-15 Pedro Alves <palves@redhat.com>
14577
14578 PR breakpoints/9649
14579 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14580 * gdb.base/breakpoint-in-ro-region.exp
14581 (probe_target_hardware_step): New procedure.
14582 (top level): Probe hardware stepping and hardware breakpoint
14583 support. Test stepping through a read-only region, with both
14584 "breakpoint auto-hw" on and off and both "always-inserted" on and
14585 off.
14586
14587 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14588
14589 * gdb.dlang/demangle.exp: Update for demangling changes.
14590
14591 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14592
14593 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14594 * gdb.cp/non-trivial-retval.exp: Add new tests.
14595
14596 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14597
14598 PR c++/13403
14599 PR c++/15154
14600 * gdb.cp/non-trivial-retval.cc: New file.
14601 * gdb.cp/non-trivial-retval.exp: New file.
14602
14603 2014-10-15 Yao Qi <yao@codesourcery.com>
14604
14605 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14606 remote host.
14607
14608 2014-10-15 Yao Qi <yao@codesourcery.com>
14609
14610 * gdb.python/py-symbol.exp: Match file base name if host is
14611 remote, otherwise match file name with dir name.
14612 * gdb.python/py-symtab.exp: Likewise.
14613 * gdb.python/python.exp: Likewise.
14614
14615 2014-10-15 Yao Qi <yao@codesourcery.com>
14616
14617 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14618 pattern.
14619 * gdb.python/py-symtab.exp: Likewise.
14620 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14621 locationn.
14622
14623 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14624
14625 * gdb.ada/addr_arith: New testcase.
14626
14627 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14628
14629 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14630 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14631 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14632 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14633
14634 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14635
14636 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14637 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14638 * gdb.arch/stap-eval-lang-ada.exp: New file.
14639
14640 2014-10-14 Yao Qi <yao@codesourcery.com>
14641
14642 * gdb.mi/mi-var-child.c (nothing1): New function.
14643 (nothing2): New function.
14644 (do_children_tests): Set function pointers by nothing1 and
14645 nothing2.
14646 * gdb.mi/mi-var-child.exp: Step over new added statements.
14647 Update test to match the new output.
14648 * gdb.mi/var-cmd.c (nothing1): New function.
14649 (nothing2): New function.
14650 (do_children_tests): Set function pointers by nothing1 and
14651 nothing2.
14652 * gdb.mi/mi-var-display.exp: Update test to match output.
14653 Step to the line specified by $line_dct_nothing.
14654 Increase the number of lines to step.
14655
14656 2014-10-14 Yao Qi <yao@codesourcery.com>
14657
14658 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14659 tests.
14660 * gdb.mi/mi2-var-child.exp: Likewise.
14661
14662 2014-10-13 Doug Evans <dje@google.com>
14663
14664 * gdb.python/py-objfile.exp: Change name of file name test.
14665
14666 2014-10-13 Doug Evans <dje@google.com>
14667
14668 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14669 from the start of the CU.
14670
14671 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14672 Yao Qi <yao@codesourcery.com>
14673
14674 Fix "save breakpoints" for "catch" command.
14675 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14676 Remove -nonewline. Match also the added "main" line.
14677
14678 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14679
14680 Fix "save breakpoints" for "disable $bpnum" command.
14681 * gdb.base/save-bp.c (main): Add label.
14682 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14683
14684 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14685
14686 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14687
14688 2014-10-11 Yao Qi <yao@codesourcery.com>
14689
14690 * gdb.server/server-kill.exp: Execute command
14691 "set remote trace-status-packet on" before "tstatus".
14692
14693 2014-10-11 Yao Qi <yao@codesourcery.com>
14694
14695 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14696 (main): Call getppid.
14697 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14698 and continue to it. Read variable "server_pid".
14699
14700 2014-10-11 Yao Qi <yao@codesourcery.com>
14701
14702 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14703
14704 2014-10-11 Yao Qi <yao@codesourcery.com>
14705
14706 * gdb.threads/thread-find.exp: Don't execute command
14707 "info threads".
14708 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14709 * gdb.threads/linux-dp.exp: Don't check the condition
14710 $threads_created equals to zero.
14711
14712 2014-10-10 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.base/bigcore.exp: Remove references to IRIX.
14715 * gdb.base/funcargs.exp: Likewise.
14716 * gdb.base/interrupt.exp: Likewise.
14717 * gdb.base/mips_pro.exp: Likewise.
14718 * gdb.base/nodebug.exp: Likewise.
14719 * gdb.base/setvar.exp: Likewise.
14720 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14721
14722 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14723 Pedro Alves <palves@redhat.com>
14724
14725 PR symtab/14466
14726 * gdb.base/vdso-warning.c: New file.
14727 * gdb.base/vdso-warning.exp: New file.
14728
14729 2014-10-02 Doug Evans <dje@google.com>
14730
14731 * gdb.base/structs.c (main): Don't run forever.
14732
14733 2014-10-02 Pedro Alves <palves@redhat.com>
14734
14735 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14736 (top level) <stop threads 1, stop threads 2>: Use it.
14737
14738 2014-10-02 Pedro Alves <palves@redhat.com>
14739
14740 * gdb.threads/break-while-running.exp (test): Add new
14741 'update_thread_list' argument. Skip "info threads" if false.
14742 (top level): Add new 'update_thread_list' axis.
14743
14744 2014-10-02 Pedro Alves <palves@redhat.com>
14745
14746 PR breakpoints/17431
14747 * gdb.base/execl-update-breakpoints.c: New file.
14748 * gdb.base/execl-update-breakpoints.exp: New file.
14749
14750 2014-10-01 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.base/breakpoint-in-ro-region.c: New file.
14753 * gdb.base/breakpoint-in-ro-region.exp: New file.
14754
14755 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14756
14757 * gdb.mi/mi-exit-code.exp: New file.
14758 * gdb.mi/mi-exit-code.c: New file.
14759
14760 2014-09-30 Yao Qi <yao@codesourcery.com>
14761
14762 * lib/prelink-support.exp (build_executable_own_libs): Error if
14763 the target isn't native.
14764
14765 2014-09-30 Yao Qi <yao@codesourcery.com>
14766
14767 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14768 false.
14769
14770 2014-09-22 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.threads/break-while-running.exp: New file.
14773 * gdb.threads/break-while-running.c: New file.
14774
14775 2014-09-19 Yao Qi <yao@codesourcery.com>
14776
14777 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14778 Invoke test. Restart GDB with --readnow and invoke test again.
14779
14780 2014-09-19 Yao Qi <yao@codesourcery.com>
14781
14782 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14783 proc set_breakpoint_on_gcd_function. Invoke
14784 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14785 invoke set_breakpoint_on_gcd_function again.
14786
14787 2014-09-18 Doug Evans <dje@google.com>
14788
14789 * gdb.dwarf2/symtab-producer.exp: New file.
14790
14791 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14792
14793 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14794 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14795 * gdb.base/global-var-nested-by-dso.c: Likewise.
14796 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14797
14798 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14799 Pedro Alves <palves@redhat.com>
14800
14801 * gdb.base/watch-bitfields.exp: Pass string other than test file
14802 name to prepare_for_testing.
14803 (watch): New procedure.
14804 (expect_watchpoint): Use with_test_prefix.
14805 (top level): Factor out tests to ...
14806 (test_watch_location, test_regular_watch): ... these new
14807 procedures, and use with_test_prefix and gdb_continue_to_end.
14808
14809 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14810
14811 PR breakpoints/12526
14812 * gdb.base/watch-bitfields.exp: New file.
14813 * gdb.base/watch-bitfields.c: New file.
14814
14815 2014-09-16 Pedro Alves <palves@redhat.com>
14816
14817 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14818 software and hardware addresses, not software address against
14819 itself.
14820
14821 2014-09-16 Pedro Alves <palves@redhat.com>
14822
14823 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14824 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14825
14826 2014-09-16 Pedro Alves <palves@redhat.com>
14827
14828 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14829 files.
14830 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14831 "*-*-vxworks*" throughout.
14832 * gdb.base/break.exp: Likewise.
14833 * gdb.base/default.exp: Likewise.
14834 * gdb.base/scope.exp: Likewise.
14835 * gdb.base/sepdebug.exp: Likewise.
14836 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14837 throughout.
14838 * gdb.base/run.c: Likewise.
14839 * gdb.base/sepdebug.c: Likewise.
14840 * gdb.hp/gdb.aCC/run.c: Likewise.
14841 * gdb.reverse/until-reverse.c: Likewise.
14842 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14843
14844 2014-09-16 Yao Qi <yao@codesourcery.com>
14845
14846 * boards/local-remote-host-native.exp: New file.
14847
14848 2014-09-14 Doug Evans <xdje42@gmail.com>
14849
14850 * gdb.threads/queue-signal.c (thread_count): New variable.
14851 (thread_count_mutex, thread_count_condvar): New variables.
14852 (incr_thread_count, wait_all_threads_running): New functions.
14853 (main): Wait for all threads to be in their thread functions.
14854
14855 2014-09-13 Doug Evans <xdje42@gmail.com>
14856
14857 * gdb.threads/queue-signal.c: New file.
14858 * gdb.threads/queue-signal.exp: New file.
14859
14860 2014-09-13 Doug Evans <xdje42@gmail.com>
14861
14862 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14863 be consistent with what default_gdb_init uses.
14864 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14865 the plain text of the prompt. Add some logging printfs.
14866 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14867
14868 2014-09-12 Pedro Alves <palves@redhat.com>
14869
14870 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14871 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14872 * gdb.arch/i386-size-overlap.exp: Likewise.
14873 * gdb.arch/i386-size.exp: Likewise.
14874 * gdb.arch/i386-unwind.exp: Likewise.
14875 * gdb.base/a2-run.exp: Likewise.
14876 * gdb.base/break.exp: Likewise.
14877 * gdb.base/charset.exp: Likewise.
14878 * gdb.base/chng-syms.exp: Likewise.
14879 * gdb.base/commands.exp: Likewise.
14880 * gdb.base/dbx.exp: Likewise.
14881 * gdb.base/find.exp: Likewise.
14882 * gdb.base/funcargs.exp: Likewise.
14883 * gdb.base/jit-simple.exp: Likewise.
14884 * gdb.base/reread.exp: Likewise.
14885 * gdb.base/sepdebug.exp: Likewise.
14886 * gdb.base/step-bt.exp: Likewise.
14887 * gdb.cp/mb-inline.exp: Likewise.
14888 * gdb.cp/mb-templates.exp: Likewise.
14889 * gdb.objc/basicclass.exp: Likewise.
14890 * gdb.threads/killed.exp: Likewise.
14891
14892 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14893
14894 PR tdep/17379
14895 * gdb.arch/powerpc-stackless.S: New file.
14896 * gdb.arch/powerpc-stackless.exp: New file.
14897
14898 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14899
14900 * gdb.base/attach.c: Include unistd.h.
14901 (main): Call alarm. Add label postloop.
14902 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14903 gdb_breakpoint, gdb_continue_to_breakpoint.
14904 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14905
14906 2014-09-11 Pedro Alves <palves@redhat.com>
14907
14908 PR gdb/17347
14909 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14910 * gdb.base/attach.exp (test_command_line_attach_run): New
14911 procedure.
14912 (top level): Call it.
14913
14914 2014-09-11 Pedro Alves <palves@redhat.com>
14915
14916 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14917 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14918 (do_command_attach_tests): Use spawn_wait_for_attach.
14919 * gdb.base/solib-overlap.exp: Likewise.
14920 * gdb.multi/multi-attach.exp: Likewise.
14921 * gdb.python/py-prompt.exp: Likewise.
14922 * gdb.python/py-sync-interp.exp: Likewise.
14923 * gdb.server/ext-attach.exp: Likewise.
14924
14925 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14926
14927 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14928 command in testcase. Simplify testcase.
14929
14930 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14931
14932 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14933
14934 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14935
14936 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14937
14938 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14939
14940 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14941
14942 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14943
14944 * gdb.dwarf2/dynarr-ptr.c: New file.
14945 * gdb.dwarf2/dynarr-ptr.exp: New file.
14946
14947 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14948
14949 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14950 of 30 rather than hardcoding 120 for a slow test case. Take the
14951 `gdb,timeout' target setting into account for this calculation.
14952 Don't extend the timeout for the test cases that don't need it.
14953
14954 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14955
14956 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14957 a factor of 2 for a slow test case. Take the `gdb,timeout'
14958 target setting into account for this calculation.
14959 * gdb.reverse/until-precsave.exp: Increase the timeout by
14960 a factor of 15 and 3 respectively rather than adding 120
14961 for a pair of slow test cases. Take the `gdb,timeout'
14962 target setting into account for this calculation.
14963
14964 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14965
14966 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14967 timeout, don't pass one down to gdb_expect.
14968 (gdb_expect): Rework timeout selection.
14969
14970 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14971
14972 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14973 exception on timeout.
14974 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14975 (gdbserver_start_extended): Catch any `gdbserver_start' error
14976 exceptions.
14977 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14978 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14979 `gdbserver_gdb_load' error exceptions.
14980
14981 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14982
14983 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14984 120 on waiting for the TCP socket to open.
14985
14986 2014-09-09 Doug Evans <xdje42@gmail.com>
14987
14988 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14989 _caller_matches, _any_caller_is, _any_caller_matches.
14990
14991 2014-09-09 Doug Evans <xdje42@gmail.com>
14992
14993 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14994
14995 2014-09-09 Yao Qi <yao@codesourcery.com>
14996
14997 * gdb.mi/mi-var-display.exp: Set print symbol off.
14998
14999 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15000
15001 PR gdb/17035
15002 * gdb.base/commands.exp: Add tests to verify user-defined
15003 commands with empty bodies.
15004 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15005 python commands in `show user command`.
15006 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15007 scheme commands in `show user command`.
15008
15009 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15010
15011 PR python/17355
15012 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15013 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15014 * gdb.python/py-framefilter-invalidarg.exp: New file.
15015 * gdb.python/py-framefilter-invalidarg.py: New file.
15016
15017 2014-09-06 Doug Evans <xdje42@gmail.com>
15018
15019 PR 15276
15020 * gdb.python/py-caller-is.c: New file.
15021 * gdb.python/py-caller-is.exp: New file.
15022
15023 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15024
15025 PR gdb/17235
15026 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15027 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15028
15029 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15030
15031 PR fortran/17237
15032 * gdb.fortran/print-formatted.exp: New file.
15033 * gdb.fortran/print-formatted.f90: Likewise.
15034
15035 2014-09-03 Sasha Smundak <asmundak@google.com>
15036
15037 * gdb.python/py-frame.exp: Test Frame.read_register.
15038
15039 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15040
15041 PR python/16699
15042 * gdb.python/py-completion.exp: New file.
15043 * gdb.python/py-completion.py: Likewise.
15044
15045 2014-08-28 Doug Evans <dje@google.com>
15046
15047 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15048 eax,etc. are live with values set by gdb and thus the compiler can't
15049 use them.
15050 * gdb.arch/i386-pseudo.c (main): Ditto.
15051
15052 2014-08-27 Doug Evans <dje@google.com>
15053
15054 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15055
15056 2014-08-25 Doug Evans <dje@google.com>
15057
15058 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15059 (main): Ditto.
15060
15061 2014-08-25 Doug Evans <dje@google.com>
15062
15063 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15064
15065 2014-08-24 Yao Qi <yao@codesourcery.com>
15066
15067 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15068 symbol off.
15069 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15070
15071 2014-08-22 Doug Evans <dje@google.com>
15072
15073 PR 17276
15074 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15075 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15076 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15077
15078 2014-08-22 Yao Qi <yao@codesourcery.com>
15079
15080 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15081 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15082 * gdb.python/python.exp: Likewise. Use .py file on the host
15083 instead of the build.
15084
15085 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15086
15087 * gdb.threads/gcore-stale-thread.c: New file.
15088 * gdb.threads/gcore-stale-thread.exp: New file.
15089
15090 2014-08-21 Pedro Alves <palves@redhat.com>
15091
15092 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15093 * gdb.base/gcore-relro-pie.exp: Likewise.
15094 * gdb.base/gcore-relro.exp: Likewise.
15095 * gdb.base/gcore.exp: Likewise.
15096 * gdb.base/print-symbol-loading.exp: Likewise.
15097 * gdb.threads/gcore-thread.exp: Likewise.
15098 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15099
15100 2014-08-20 Pedro Alves <palves@redhat.com>
15101 Jan Kratochvil <jan.kratochvil@redhat.com>
15102
15103 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15104 configure.
15105 (EXPECT): Handle READ1 being set.
15106 (all): Depend on EXTRA_RULES.
15107 (check-read1, expect-read1, read1.so, read1): New rules.
15108 * README (Testsuite Parameters): Document the READ1 make variable.
15109 (Race detection): New section.
15110 * configure: Regenerate.
15111 * configure.ac: If build==host==target, and running under a
15112 GNU/glibc system, add read1 to the extra Makefile rules.
15113 (EXTRA_RULES): AC_SUBST it.
15114 * lib/read1.c: New file.
15115
15116 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15117
15118 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15119 the handling of variables declared as a typedef to an array
15120 which a DW_AT_data_location attribute.
15121
15122 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15123 Pedro Alves <palves@redhat.com>
15124
15125 PR symtab/14604
15126 PR symtab/14605
15127 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15128 gdb_test.
15129
15130 2014-08-19 Pedro Alves <palves@redhat.com>
15131
15132 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15133
15134 2014-08-19 Yao Qi <yao@codesourcery.com>
15135
15136 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15137 right line.
15138
15139 2014-08-18 David Blaikie <dblaikie@gmail.com>
15140
15141 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15142
15143 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15144
15145 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15146 attribute in array range.
15147
15148 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15149
15150 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15151
15152 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15153
15154 PR c++/17132
15155 * gdb.cp/pr17132.cc: New file.
15156 * gdb.cp/pr17132.exp: New file.
15157
15158 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15159
15160 * gdb.python/py-xmethods.py (A_getarrayind)
15161 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15162 Use 'print' with function call syntax.
15163 (E_method_matcher.match): Fix tab vs space indentation mixup.
15164
15165 2014-08-15 Yao Qi <yao@codesourcery.com>
15166
15167 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15168 false.
15169
15170 2014-08-15 Yao Qi <yao@codesourcery.com>
15171
15172 * gdb.cp/casts.exp: Set print symbol off.
15173 * gdb.cp/class2.exp: Likewise.
15174 * gdb.cp/overload.exp: Likewise.
15175 * gdb.cp/templates.exp: Likewise.
15176
15177 2014-08-11 Doug Evans <dje@google.com>
15178
15179 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15180 (test_load_shlib): Update.
15181
15182 2014-08-09 Yao Qi <yao@codesourcery.com>
15183
15184 * gdb.base/display.exp: Invoke is_address_zero_readable.
15185 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15186 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15187 * gdb.base/hbreak-unmapped.exp: Return if
15188 is_address_zero_readable returns true.
15189 * gdb.base/signest.exp: Likewise.
15190 * gdb.base/signull.exp: Likewise.
15191 * gdb.base/sigbpt.exp: Likewise.
15192 * gdb.guile/scm-disasm.exp: Do the test if
15193 is_address_zero_readable returns false.
15194 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15195 * gdb.python/py-arch.exp: Likewise.
15196 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15197 * lib/gdb.exp (is_address_zero_readable): New proc.
15198
15199 2014-08-09 Yao Qi <yao@codesourcery.com>
15200
15201 PR testsuite/13443
15202 * gdb.mi/mi-var-display.exp: Make test messages unique.
15203
15204 2014-08-04 Tom Tromey <tromey@redhat.com>
15205
15206 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15207 target 0".
15208
15209 2014-08-04 Tom Tromey <tromey@redhat.com>
15210
15211 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15212 "target_resume".
15213
15214 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15215
15216 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15217 inner_vla_struct_object_size.
15218 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15219 as xfail.
15220
15221 2014-07-30 Pedro Alves <palves@redhat.com>
15222
15223 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15224 comment.
15225
15226 2014-07-29 Yao Qi <yao@codesourcery.com>
15227
15228 PR gdb/17206
15229 * gdb.base/until-nodebug.exp: New.
15230
15231 2014-07-28 Doug Evans <xdje42@gmail.com>
15232
15233 PR guile/17203
15234 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15235 previously existing parameter, and previously ambiguously spelled
15236 parameter.
15237
15238 2014-07-28 Will Newton <will.newton@linaro.org>
15239
15240 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15241
15242 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15243 Doug Evans <xdje42@gmail.com>
15244
15245 PR guile/17146
15246 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15247
15248 2014-07-25 Pedro Alves <palves@redhat.com>
15249
15250 * gdb.threads/signal-command-handle-nopass.c: New file.
15251 * gdb.threads/signal-command-handle-nopass.exp: New file.
15252 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15253 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15254 * gdb.threads/signal-delivered-right-thread.c: New file.
15255 * gdb.threads/signal-delivered-right-thread.exp: New file.
15256
15257 2014-07-25 Pedro Alves <palves@redhat.com>
15258
15259 * gdb.base/double-prompt-target-event-error.exp
15260 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15261 match.
15262 (cancel_pagination_in_target_event): Rework double prompt
15263 detection.
15264 * gdb.base/paginate-after-ctrl-c-running.exp
15265 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15266 <return>' match.
15267 * gdb.base/paginate-bg-execution.exp
15268 (test_bg_execution_pagination_return)
15269 (test_bg_execution_pagination_cancel): Remove '-notransfer
15270 <return>' matches.
15271 * gdb.base/paginate-execution-startup.exp
15272 (test_fg_execution_pagination_return)
15273 (test_fg_execution_pagination_cancel): Remove '-notransfer
15274 <return>' matches.
15275 * gdb.base/paginate-inferior-exit.exp
15276 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15277 match.
15278 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15279 * lib/gdb.exp (pagination_prompt): Run text through
15280 string_to_regexp.
15281 (gdb_test_multiple): Match $pagination_prompt instead of
15282 "<return>".
15283 (string_to_regexp): Move to lib/gdb-utils.exp.
15284
15285 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15286
15287 * gdb.arch/amd64-entry-value-paramref.S: New file.
15288 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15289 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15290 * gdb.arch/amd64-optimout-repeat.S: New file.
15291 * gdb.arch/amd64-optimout-repeat.c: New file.
15292 * gdb.arch/amd64-optimout-repeat.exp: New file.
15293
15294 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15295
15296 PR gdb/17170
15297 * gdb.base/statistics.exp: New file.
15298
15299 2014-07-17 Doug Evans <dje@google.com>
15300
15301 PR gdb/17170
15302 * gdb.base/maint.exp: Update testing of per-command stats.
15303
15304 2014-07-16 Pedro Alves <palves@redhat.com>
15305
15306 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15307 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15308 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15309 (tfile_write_buf): New functions.
15310 (add_memory_block): Rewrite using the above.
15311 (adjust_function_address): New function.
15312 (FUNCTION_ADDRESS): New macro.
15313 (write_basic_trace_file): Remove short_x local, and use
15314 tfile_write_16. Change type of func_addr local to unsigned long
15315 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15316 here. Cast argument of add_memory_block to char pointer.
15317 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15318 (main): Remove parameters.
15319 * gdb.trace/tfile.exp: Remove nowarnings.
15320
15321 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15322
15323 * gdb.base/debug-expr.exp: Test string evaluation with
15324 "debug expression" on.
15325
15326 2014-07-15 Pedro Alves <palves@redhat.com>
15327
15328 * gdb.base/reread.exp: Use clean_restart.
15329
15330 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15331
15332 * gdb.arch/avr-flash-qualifer.c: New.
15333 * gdb.arch/avr-flash-qualifer.exp: New.
15334
15335 2014-07-14 Pedro Alves <palves@redhat.com>
15336
15337 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15338 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15339
15340 2014-07-14 Pedro Alves <palves@redhat.com>
15341
15342 * gdb.base/double-prompt-target-event-error.c: New file.
15343 * gdb.base/double-prompt-target-event-error.exp: New file.
15344
15345 2014-07-14 Pedro Alves <palves@redhat.com>
15346
15347 PR gdb/17072
15348 * gdb.base/paginate-inferior-exit.c: New file.
15349 * gdb.base/paginate-inferior-exit.exp: New file.
15350
15351 2014-07-14 Pedro Alves <palves@redhat.com>
15352
15353 PR gdb/17072
15354 * gdb.base/paginate-bg-execution.c: New file.
15355 * gdb.base/paginate-bg-execution.exp: New file.
15356
15357 2014-07-14 Pedro Alves <palves@redhat.com>
15358
15359 PR gdb/17072
15360 * gdb.base/paginate-execution-startup.c: New file.
15361 * gdb.base/paginate-execution-startup.exp: New file.
15362 * lib/gdb.exp (pagination_prompt): New global.
15363 (default_gdb_spawn): New procedure, factored out from
15364 default_gdb_spawn.
15365 (default_gdb_start): Adjust to call default_gdb_spawn.
15366 (gdb_spawn): New procedure.
15367
15368 2014-07-14 Pedro Alves <palves@redhat.com>
15369
15370 * lib/gdb.exp (gdb_assert): New procedure.
15371 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15372
15373 2014-07-14 Pedro Alves <palves@redhat.com>
15374
15375 * gdb.base/execution-termios.c: New file.
15376 * gdb.base/execution-termios.exp: New file.
15377
15378 2014-07-14 Tom Tromey <tromey@redhat.com>
15379
15380 * gdb.cp/vla-cxx.cc: New file.
15381 * gdb.cp/vla-cxx.exp: New file.
15382
15383 2014-07-14 Tom Tromey <tromey@redhat.com>
15384
15385 * gdb.reverse/rerun-prec.c: New file.
15386 * gdb.reverse/rerun-prec.exp: New file.
15387
15388 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15389 Maciej W. Rozycki <macro@codesourcery.com>
15390
15391 * lib/gdb-utils.exp: New file.
15392 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15393 inline `gdb_init_command' processing.
15394 (gdb_start_cmd): Likewise.
15395 * lib/mi-support.exp (mi_run_cmd): Likewise.
15396 * README: Document `gdb_init_command' and `gdb_init_commands'.
15397
15398 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15399
15400 Fix false FAIL running under a very long directory name.
15401 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15402 and "set print elements 10000". Twice.
15403
15404 2014-07-11 Yao Qi <yao@codesourcery.com>
15405
15406 * gdb.base/exprs.exp: "set print symbol off".
15407
15408 2014-07-11 Pedro Alves <palves@redhat.com>
15409
15410 * gdb.threads/kill.c: New file.
15411 * gdb.threads/kill.exp: New file.
15412
15413 2014-07-10 Yao Qi <yao@codesourcery.com>
15414
15415 * gdb.trace/tfile.c (write_basic_trace_file)
15416 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15417 address written to trace file.
15418
15419 2014-07-09 Pedro Alves <palves@redhat.com>
15420
15421 * gdb.base/attach-wait-input.exp: New file.
15422 * gdb.base/attach-wait-input.c: New file.
15423
15424 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15425
15426 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15427 setting up test structures.
15428 (main): Call new test function.
15429 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15430 test function, continue into test function and walk test
15431 structures.
15432
15433 2014-07-02 Yao Qi <yao@codesourcery.com>
15434
15435 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15436 'bar_start' at the beginning of functions 'foo' and 'bar'
15437 respectively.
15438 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15439 instead of 'foo' and 'bar'.
15440
15441 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15442
15443 * gdb.btrace/segv.exp: New.
15444 * gdb.btrace/segv.c: New.
15445
15446 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15447
15448 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15449 instruction.
15450
15451 2014-06-30 Mark Wielaard <mjw@redhat.com>
15452
15453 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15454 vulture, vilify, villar): New volatile array constants.
15455 (vindictive, vegetation): New const volatile array constants.
15456 * gdb.base/volatile.exp: Test volatile and const volatile array
15457 types.
15458
15459 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15460
15461 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15462 target lacks support for awatch, rwatch, or hbreak.
15463
15464 2014-06-27 Yao Qi <yao@codesourcery.com>
15465
15466 * gdb.multi/dummy-frame-restore.exp: New.
15467 * gdb.multi/dummy-frame-restore.c: New.
15468
15469 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15470
15471 * gdb.btrace/gcore.exp: New.
15472
15473 2014-06-23 Pedro Alves <palves@redhat.com>
15474
15475 * gdb.base/watchpoint-reuse-slot.c: New file.
15476 * gdb.base/watchpoint-reuse-slot.exp: New file.
15477
15478 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15479
15480 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15481 progspace's filename in 'info', 'enable' and 'disable' command
15482 tests.
15483
15484 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15485
15486 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15487 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15488 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15489
15490 2014-06-20 Gary Benson <gbenson@redhat.com>
15491
15492 * gdb.arch/i386-avx.exp: Fix include file location.
15493 * gdb.arch/i386-sse.exp: Likewise.
15494
15495 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15496
15497 * gdb.dlang/expression.exp: New file.
15498
15499 2014-06-19 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15502 out from ...
15503 (top level): ... here. Iterate running tests under different
15504 scheduler-locking settings.
15505
15506 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15507
15508 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15509 to DW_FORM_addr and use non-zero addresses.
15510
15511 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15512
15513 PR gdb/17017
15514 * gdb.python/py-xmethods.cc: Add global function call counters and
15515 increment them in their respective functions. Remove "cout"
15516 statements.
15517 * gdb.python/py-xmethods.exp: Make tests check the global function
15518 call counters instead of depending on inferior IO.
15519
15520 2014-06-18 Don Breazeal <donb@codesourcery.com>
15521
15522 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15523 Deleted procedure.
15524 (explicit_fork_parent_follow): Deleted procedure.
15525 (explicit_fork_child_follow): Deleted procedure.
15526 (test_follow_fork): New procedure.
15527 (do_fork_tests): Replace calls to deleted procedures with
15528 calls to test_follow_fork and reset GDB for subsequent
15529 procedure calls.
15530
15531 2014-06-17 Yao Qi <yao@codesourcery.com>
15532
15533 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15534 CP1252.
15535
15536 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15537
15538 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15539 Initialize ptr and S explicitly.
15540 (skip_type_update_when_not_use_rtti_test): Likewise.
15541
15542 2014-06-16 Keith Seitz <keiths@redhat.com>
15543
15544 PR mi/15863
15545 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15546 the inferior is started.
15547
15548 2014-06-16 Pedro Alves <palves@redhat.com>
15549
15550 * gdb.base/break-main-file-remove-fail.c: New file.
15551 * gdb.base/break-main-file-remove-fail.exp: New file.
15552 * gdb.base/break-unload-file.exp: Use build_executable instead of
15553 prepare_for_testing.
15554 (test_break): New parameter "initial_load". Handle it.
15555 (top level): Add initial_load cmdline/file axis.
15556
15557 2014-06-12 Tom Tromey <tromey@redhat.com>
15558
15559 * gdb.base/completion.exp: Don't use directory name in test.
15560
15561 2014-06-09 Gary Benson <gbenson@redhat.com>
15562
15563 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15564 separate the always-available ANSI-standard signals from the
15565 signals that require checking.
15566 (main): Likewise.
15567 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15568 Likewise.
15569 (main): Likewise.
15570
15571 2014-06-07 Keith Seitz <keiths@redhat.com>
15572
15573 Revert:
15574 PR c++/16253
15575 * gdb.cp/var-tag.cc: New file.
15576 * gdb.cp/var-tag.exp: New file.
15577 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15578 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15579 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15580 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15581
15582 2014-06-06 Doug Evans <xdje42@gmail.com>
15583
15584 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15585
15586 2014-06-06 Pedro Alves <palves@redhat.com>
15587
15588 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15589 in target debug output instead of looking at RSP packets,
15590 disabling the test on any target that uses hardware stepping.
15591 Update comments.
15592
15593 2014-06-06 Pedro Alves <palves@redhat.com>
15594
15595 * gdb.base/break-unload-file.exp: Fix typo.
15596
15597 2014-06-06 Yao Qi <yao@codesourcery.com>
15598
15599 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15600 from "jit_function" to "^jit_function".
15601
15602 2014-06-06 Yao Qi <yao@codesourcery.com>
15603
15604 * gdb.base/async.c (foo): Add one statement.
15605 * gdb.base/async.exp: Get the next instruction address and
15606 match the output of "nexti" by instruction address. Match
15607 the hex address in the output of "finish".
15608
15609 2014-06-06 Gary Benson <gbenson@redhat.com>
15610
15611 * gdb.base/call-signals.c: Remove preprocessor conditionals
15612 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15613 SIGSEGV and SIGTERM.
15614 * gdb.base/sigall.c: Likewise.
15615 * gdb.base/unwindonsignal.c: Likewise.
15616 * gdb.reverse/sigall-reverse.c: Likewise.
15617
15618 2014-06-06 Yao Qi <yao@codesourcery.com>
15619
15620 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15621 readable, skip the test.
15622
15623 2014-06-06 Yao Qi <yao@codesourcery.com>
15624
15625 * gdb.threads/staticthreads.c (thread_function): Move the line
15626 setting breakpoint on forward.
15627 * gdb.threads/staticthreads.exp: Update comments.
15628
15629 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15630
15631 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15632 "history-append! type error".
15633
15634 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15635
15636 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15637 erroneous dprintf expected input.
15638
15639 2014-06-04 Doug Evans <xdje42@gmail.com>
15640
15641 * gdb.guile/scm-generics.exp: Delete.
15642
15643 2014-06-04 Doug Evans <xdje42@gmail.com>
15644
15645 * gdb.guile/scm-breakpoint.exp: Update.
15646 Add tests for breakpoint registration.
15647
15648 2014-06-04 Tom Tromey <tromey@redhat.com>
15649
15650 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15651 VLA-in-union.
15652 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15653 inner_vla_struct, vla_union types. Initialize objects of those
15654 types and compute their sizes.
15655
15656 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15657 Hui Zhu <hui@codesourcery.com>
15658
15659 * gdb.base/fileio.exp: Add test for shell not available as well as
15660 available.
15661 * gdb.base/fileio.c (test_system): Check for shell twice.
15662
15663 2014-06-04 Yao Qi <yao@codesourcery.com>
15664
15665 * gdb.base/auto-connect-native-target.exp: Remove redundant
15666 space from the regexp pattern.
15667
15668 2014-06-04 Yao Qi <yao@codesourcery.com>
15669
15670 * gdb.base/default.exp: Replace "child" with "native" in
15671 regexp pattern.
15672
15673 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15674
15675 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15676 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15677 * gdb.python/py-xmethods.py: Python script supporting the
15678 new testcase and tests.
15679
15680 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15681 Pedro Alves <palves@redhat.com>
15682
15683 PR breakpoints/17000
15684 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15685 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15686
15687 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15688
15689 * gdb.base/subst.exp: Add tests to verify partial path matching
15690 output.
15691
15692 2014-06-03 Pedro Alves <palves@redhat.com>
15693
15694 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15695 target that doesn't use software single-stepping.
15696
15697 2014-06-03 Pedro Alves <palves@redhat.com>
15698
15699 PR breakpoints/17000
15700 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15701 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15702
15703 2014-06-02 Doug Evans <xdje42@gmail.com>
15704
15705 * gdb.guile/scm-parameter.exp: New file.
15706
15707 2014-06-02 Doug Evans <xdje42@gmail.com>
15708
15709 * gdb.guile/scm-cmd.c: New file.
15710 * gdb.guile/scm-cmd.exp: New file.
15711
15712 2014-06-02 Doug Evans <xdje42@gmail.com>
15713
15714 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15715 pretty-printer lookup.
15716 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15717 (make-pp_s-printer): Call it.
15718 (make-pretty-printer-from-dict): New function.
15719 (lookup-pretty-printer-maker-from-dict): New function.
15720 (*pretty-printer*): Simplify.
15721 (make-objfile-pp_s-printer): New function.
15722 (install-objfile-pretty-printers!): New function.
15723 (make-progspace-pp_s-printer): New function.
15724 (install-progspace-pretty-printers!): New function.
15725 * gdb.guile/scm-progspace.c: New file.
15726 * gdb.guile/scm-progspace.exp: New file.
15727
15728 2014-06-02 Pedro Alves <palves@redhat.com>
15729
15730 * gdb.base/dprintf-bp-same-addr.c: New file.
15731 * gdb.base/dprintf-bp-same-addr.exp: New file.
15732
15733 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15734
15735 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15736 * gdb.arch/powerpc-power.s: Likewise.
15737
15738 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15739
15740 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15741
15742 2014-06-01 Yao Qi <yao@codesourcery.com>
15743
15744 * gdb.base/watchpoint.exp (test_watch_location): Check null
15745 pointer can be dereferenced. If not, do the test, otherwise
15746 skip it.
15747
15748 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15749
15750 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15751 results.
15752 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15753
15754 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15755
15756 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15757 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15758 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15759 * gdb.arch/amd64-invalid-stack-top.c: New file.
15760 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15761
15762 2014-05-30 Pedro Alves <palves@redhat.com>
15763
15764 PR breakpoints/17000
15765 * gdb.base/sss-bp-on-user-bp.c: New file.
15766 * gdb.base/sss-bp-on-user-bp.exp: New file.
15767
15768 2014-05-30 David Blaikie <dblaikie@gmail.com>
15769
15770 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15771 gnu_inline semantics via attribute.
15772 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15773 source explicitly specifies the required semantics.
15774
15775 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15776
15777 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15778
15779 2014-05-29 Pedro Alves <palves@redhat.com>
15780 Tom Tromey <tromey@redhat.com>
15781
15782 * gdb.base/async-shell.exp: Don't enable target-async.
15783 * gdb.base/async.exp
15784 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15785 parameter. Adjust.
15786 (top level): Don't test with "target-async".
15787 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15788 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15789 * gdb.base/inferior-died.exp: Don't enable target-async.
15790 * gdb.base/interrupt-noterm.exp: Likewise.
15791 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15792 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15793 * gdb.mi/mi-nonstop.exp: Likewise.
15794 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15795 * gdb.mi/mi-nsintrall.exp: Likewise.
15796 * gdb.mi/mi-nsmoribund.exp: Likewise.
15797 * gdb.mi/mi-nsthrexec.exp: Likewise.
15798 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15799 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15800 * gdb.python/py-evsignal.exp: Don't enable target-async.
15801 * gdb.python/py-evthreads.exp: Likewise.
15802 * gdb.python/py-prompt.exp: Likewise.
15803 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15804 * gdb.server/solib-list.exp: Don't enable target-async.
15805 * gdb.threads/thread-specific-bp.exp: Likewise.
15806 * lib/mi-support.exp: Adjust to use mi-async.
15807
15808 2014-05-29 Pedro Alves <palves@redhat.com>
15809
15810 PR gdb/13860
15811 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15812 reason, even in sync mode.
15813
15814 2014-05-29 Pedro Alves <palves@redhat.com>
15815 Hui Zhu <hui@codesourcery.com>
15816
15817 PR PR15693
15818 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15819 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15820 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15821 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15822
15823 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15824
15825 * config/monitor.exp (gdb_target_monitor): Replace use of
15826 "set remotebaud" by "set serial baud".
15827
15828 2014-05-26 Andy Wingo <wingo@igalia.com>
15829
15830 * gdb.guile/scm-breakpoint.exp:
15831 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15832 properties instead of gdb-object-properties.
15833
15834 2014-05-26 Yao Qi <yao@codesourcery.com>
15835
15836 * gdb.server/no-thread-db.exp: Specify source file name
15837 explicitly when setting a breakpoint.
15838
15839 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15840
15841 * gdb.btrace/vdso.c: New.
15842 * gdb.btrace/vdso.exp: New.
15843
15844 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15845
15846 * gdb.base/gcore.exp (capture_command_output): Move ...
15847 * lib/gdb.exp (capture_command_output): ... here.
15848
15849 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15850
15851 * gdb.btrace/data.exp: Test memory access during btrace replay.
15852
15853 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15854
15855 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15856
15857 2014-05-21 Pedro Alves <palves@redhat.com>
15858
15859 PR gdb/13860
15860 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15861 (top level): Test that output related to execution commands is
15862 sent to the console with CLI commands, but not with MI commands.
15863 Test that breakpoint events are always mirrored to the console.
15864 Also expect the new source line to be output after a "next" in
15865 async mode too. Make it a pass/fail test.
15866 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15867 output.
15868 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15869
15870 2014-05-21 Pedro Alves <palves@redhat.com>
15871
15872 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15873 Use them to test variations of "list" after reaching a breakpoint.
15874 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15875 Test "list" with listsize 10 after reaching a breakpoint.
15876 * gdb.python/python.exp (decode_line current location line
15877 number): Adjust expected line number.
15878
15879 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15880
15881 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15882 behavior for $args, pass it directly to "run".
15883
15884 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15885
15886 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15887 30000 to 65536.
15888
15889 2014-05-21 Pedro Alves <palves@redhat.com>
15890
15891 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15892 auto-connect-native-target off".
15893 * gdb.base/auto-connect-native-target.c: New file.
15894 * gdb.base/auto-connect-native-target.exp: New file.
15895
15896 2014-05-21 Pedro Alves <palves@redhat.com>
15897
15898 * gdb.base/default.exp: Test "target native" instead of "target
15899 child".
15900
15901 2014-05-21 Mark Wielaard <mjw@redhat.com>
15902
15903 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15904
15905 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15906
15907 Fix TLS access for -static -pthread.
15908 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15909 <HAVE_TLS> (thread_function, main): Initialize it.
15910 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15911 Add clean_restart.
15912 <$have_tls != "">: Check TLSVAR.
15913
15914 2014-05-21 Pedro Alves <palves@redhat.com>
15915
15916 * gdb.base/dcache-line-read-error.c: New.
15917 * gdb.base/dcache-line-read-error.exp: New.
15918
15919 2014-05-20 Pedro Alves <palves@redhat.com>
15920
15921 * gdb.base/compare-sections.c: New file.
15922 * gdb.base/compare-sections.exp: New file.
15923
15924 2014-05-20 Pedro Alves <palves@redhat.com>
15925
15926 * gdb.base/break-idempotent.c: New file.
15927 * gdb.base/break-idempotent.exp: New file.
15928
15929 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15930
15931 * gdb.btrace/nohist.exp: New.
15932
15933 2014-05-20 Yao Qi <yao@codesourcery.com>
15934
15935 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15936 gdb.reverse directory and gdb_reverse_timeout exists in board
15937 setting.
15938 * README: Document gdb_reverse_timeout.
15939
15940 2014-05-20 Yao Qi <yao@codesourcery.com>
15941
15942 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15943 'test_file_name'. Treat args as a string instead of a list.
15944 (gdb_init): Rename argument 'args' by 'test_file_name'.
15945
15946 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15947
15948 * gdb.arch/powerpc-power.exp: New file.
15949 * gdb.arch/powerpc-power.s: New file.
15950
15951 2014-05-16 Doug Evans <dje@google.com>
15952
15953 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15954 * gdb.base/completion.exp: Check that all expected files exist
15955 before doing file completion.
15956
15957 2014-05-16 Doug Evans <dje@google.com>
15958
15959 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15960 Update.
15961 (do_syscall_tests_without_xml): Update.
15962
15963 2014-05-16 Pedro Alves <palves@redhat.com>
15964
15965 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15966 instead of "unknown output after running".
15967
15968 2014-05-16 Yao Qi <yao@codesourcery.com>
15969
15970 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15971 file1.txt from host at the end.
15972 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15973
15974 2014-05-15 Doug Evans <dje@google.com>
15975
15976 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15977 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15978 loading file. Add test for TU lookup.
15979
15980 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15981
15982 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15983 calling "-exec-arguments" or "set args" before running the
15984 inferior.
15985
15986 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15987
15988 * lib/mi-support.exp (mi_expect_stop): Expect message for
15989 inferiors that exit with non-zero exit code.
15990
15991 2014-05-14 Yao Qi <yao@codesourcery.com>
15992
15993 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15994 match absolute path on remote host.
15995 (test_file_list_exec_source_files): Remove "/" from the
15996 pattern.
15997
15998 2014-05-14 Yao Qi <yao@codesourcery.com>
15999
16000 * boards/local-remote-host-notty.exp (${board}_file): New
16001 proc.
16002
16003 2014-05-07 Kyle McMartin <kyle@redhat.com>
16004
16005 Pushed by Joel Brobecker <brobecker@adacore.com>.
16006 * gdb.arch/aarch64-atomic-inst.c: New file.
16007 * gdb.arch/aarch64-atomic-inst.exp: New file.
16008
16009 2014-05-07 Yao Qi <yao@codesourcery.com>
16010
16011 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16012 in current context" too.
16013
16014 2014-05-05 Keith Seitz <keiths@redhat.com>
16015
16016 * gdb.linespec/ls-dollar.exp: Add test for linespec
16017 file:convenience_variable.
16018
16019 2014-05-05 Yao Qi <yao@codesourcery.com>
16020
16021 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16022 traceframes into tfile and ctf trace files. Read data from
16023 trace file and test collected data.
16024 (gdb_collect_locals_test): Likewise.
16025 (gdb_unavailable_registers_test): Likewise.
16026 (gdb_unavailable_floats): Likewise.
16027 (gdb_collect_globals_test): Likewise.
16028 (top-level): Append "ctf" to trace_file_targets if GDB
16029 supports.
16030
16031 2014-05-05 Yao Qi <yao@codesourcery.com>
16032
16033 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16034 code to ...
16035 (gdb_collect_args_test_1): ... it. New proc.
16036 (gdb_collect_locals_test): Move some code to ...
16037 (gdb_collect_locals_test_1): ... it. New proc.
16038 (gdb_unavailable_registers_test): Move some code to ...
16039 (gdb_unavailable_registers_test_1): ... it. New proc.
16040 (gdb_unavailable_floats): Move some code to ...
16041 (gdb_unavailable_floats_1): ... it. New proc.
16042
16043 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16044
16045 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16046 probes to test for bitness recognition.
16047 * gdb.arch/amd64-stap-optional-prefix.exp
16048 (test_probe_value_without_reg): New procedure.
16049 Add code to test for different kinds of bitness.
16050
16051 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16052
16053 PR breakpoints/16889
16054 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16055 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16056
16057 2014-05-01 Pedro Alves <palves@redhat.com>
16058
16059 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16060 gdb_file_cmd if no file is specified.
16061 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16062 last_loaded_file to set the remote exec-file.
16063
16064 2014-05-01 Pedro Alves <palves@redhat.com>
16065
16066 * boards/local-remote-host.exp: New file.
16067
16068 2014-05-01 Pedro Alves <palves@redhat.com>
16069
16070 * boards/local-remote-host.exp: Rename to ...
16071 * boards/local-remote-host-notty.exp: ... this.
16072
16073 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16074
16075 * gdb.ada/dyn_arrayidx: New testcase.
16076
16077 2014-04-26 Yao Qi <yao@codesourcery.com>
16078
16079 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16080 and compute the length of function main. Save it in
16081 $main_length.
16082 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16083 (top-level): Use gdb_compile to compile objects into
16084 executable and restart GDB. Remove invocation to
16085 prepare_for_testing.
16086
16087 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16088 Pedro Alves <palves@redhat.com>
16089
16090 PR server/16255
16091 * gdb.multi/multi-attach.c: New file.
16092 * gdb.multi/multi-attach.exp: New file.
16093
16094 2014-04-25 Pedro Alves <palves@redhat.com>
16095
16096 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16097 user.
16098 (top level): Test that "set remote conditional-breakpoints-packet
16099 off" works as intended.
16100 * gdb.base/dprintf.exp: Test that "set remote
16101 breakpoint-commands-packet off" works as intended.
16102 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16103 New function.
16104 (top level): Call it.
16105 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16106 remote fast-tracepoints-packet off" works as intended.
16107 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16108 * lib/gdb.exp (gdb_is_target_remote): ... here.
16109
16110 2014-04-24 David Blaikie <dblaikie@gmail.com>
16111
16112 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16113 ensure clang would not discard them.
16114 * gdb.base/gdbvars.c: Ditto.
16115 * gdb.base/memattr.c: Ditto.
16116 * gdb.base/whatis.c: Ditto.
16117 * gdb.python/py-prettyprint.c: Ditto.
16118 * gdb.trace/actions.c: Ditto.
16119 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16120 ensure clang would not discard it.
16121
16122 2014-04-24 David Blaikie <dblaikie@gmail.com>
16123
16124 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16125 clang to emit the full definition of type required by the test
16126 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16127
16128 2014-04-24 David Blaikie <dblaikie@gmail.com>
16129
16130 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16131 coax Clang into emitting the definition of the type.
16132 * gdb.cp/pr10728-x.h (y): Ditto.
16133 * gdb.cp/pr10728-y.cc (y): Ditto.
16134
16135 2014-04-24 David Blaikie <dblaikie@gmail.com>
16136
16137 * gdb.base/label.exp: XFAIL label related tests under Clang.
16138 * gdb.cp/cplabel.exp: Ditto.
16139 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16140 under Clang those using labels.
16141
16142 2014-04-25 Yao Qi <yao@codesourcery.com>
16143
16144 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16145 double_label.
16146 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16147 partial_label and double_label.
16148
16149 2014-04-24 David Blaikie <dblaikie@gmail.com>
16150
16151 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16152
16153 2014-04-24 David Blaikie <dblaikie@gmail.com>
16154
16155 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16156 of the function to work across GCC and Clang.
16157 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16158 pointer types (const void ** const V void **).
16159
16160 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16161 Walfred Tedeschi <walfred.tedeschi@intel.com>
16162
16163 * Makefile.in (EXECUTABLES): Added i386-avx512.
16164 * gdb.arch/i386-avx512.c: New file.
16165 * gdb.arch/i386-avx512.exp: Likewise.
16166
16167 2014-04-23 Keith Seitz <keiths@redhat.com>
16168
16169 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16170 (mi_make_breakpoint_table): New procedure.
16171 (mi_create_breakpoint): Use mi_make_breakpoint
16172 and return the result.
16173 (mi_make_breakpoint): New procedure.
16174 (mi_build_kv_pairs): New procedure.
16175
16176 * gdb.mi/mi-break.exp: Remove unused globals,
16177 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16178 All callers updated.
16179 * gdb.mi/mi-dprintf.exp: Use variable to track command
16180 number.
16181 Update all callers of mi_create_breakpoint and use
16182 mi_make_breakpoint_table.
16183 Remove any unused global variables.
16184 * gdb.mi/mi-nonstop.exp: Likewise.
16185 * gdb.mi/mi-nsintrall.exp: Likewise.
16186 * gdb.mi/mi-nsmoribund.exp: Likewise.
16187 * gdb.mi/mi-nsthrexec.exp: Likewise.
16188 * gdb.mi/mi-reverse.exp: Likewise.
16189 * gdb.mi/mi-simplerun.exp: Likewise.
16190 * gdb.mi/mi-stepn.exp: Likewise.
16191 * gdb.mi/mi-syn-frame.exp: Likewise.
16192 * gdb.mi/mi-until.exp: Likewise.
16193 * gdb.mi/mi-var-cp.exp: Likewise.
16194 * gdb.mi/mi-var-display.exp: Likewise.
16195 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16196 * gdb.mi/mi2-var-child.exp: Likewise.
16197 * gdb.mi/mi-vla-c99.exp: Likewise.
16198 * lib/mi-support.exp: Likewise.
16199
16200 From Ian Lance Taylor <iant@cygnus.com>:
16201 * lib/gdb.exp (parse_args): New procedure.
16202
16203 2014-04-23 Pedro Alves <palves@redhat.com>
16204
16205 * gdb.base/break-unload-file.c: New file.
16206 * gdb.base/break-unload-file.exp: New file.
16207 * gdb.base/sym-file-lib.c (baz): New function.
16208 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16209 field.
16210 (load): Store the segment's mapped size.
16211 (unload): New function.
16212 (unload_shlib): New function.
16213 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16214 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16215 set a breakpoint at baz, and call it.
16216 * gdb.base/sym-file.exp: New tests for stale breakpoint
16217 instructions.
16218
16219 2014-04-23 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16222 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16223 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16224 * gdb.base/hbreak-unmapped.c: New file.
16225 * gdb.base/hbreak-unmapped.exp: New file.
16226 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16227 * lib/gdb.exp (gdb_is_target_remote): ... here.
16228
16229 2014-04-22 Pedro Alves <palves@redhat.com>
16230
16231 * gdb.base/consecutive-step-over.c: New file.
16232 * gdb.base/consecutive-step-over.exp: New file.
16233
16234 2014-04-22 Pedro Alves <palves@redhat.com>
16235
16236 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16237 instead of send_gdb/gdb_expect.
16238
16239 2014-04-22 Yao Qi <yao@codesourcery.com>
16240
16241 * lib/trace-support.exp (generate_tracefile): New procedure.
16242 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16243 return 0.
16244 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16245 if generate_tracefile returns 1.
16246
16247 2014-04-18 Tom Tromey <palves@redhat.com>
16248 Pedro alves <tromey@redhat.com>
16249
16250 PR backtrace/15558
16251 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16252 with a backtrace limit.
16253 * gdb.python/py-frame-inline.exp: Test running to an inline
16254 function with a backtrace limit, and printing the newest frame.
16255 * gdb.python/py-frame-inline.c (main): Call f.
16256
16257 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16258
16259 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16260
16261 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16262
16263 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16264 Drop prefix from unsupported source file path.
16265
16266 2014-04-17 Yao Qi <yao@codesourcery.com>
16267
16268 * lib/gdb.exp (with_target_charset): New proc.
16269 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16270 with_target_charset.
16271 (test_print_strings): Likewise.
16272 (test_repeat_bytes): Likewise.
16273 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16274 for some tests.
16275
16276 2014-04-16 Keith Seitz <keiths@redhat.com>
16277
16278 PR gdb/15827
16279 * gdb.dwarf2/corrupt.c: New file.
16280 * gdb.dwarf2/corrupt.exp: New file.
16281
16282 2014-04-16 Keith Seitz <keiths@redhat.com>
16283
16284 PR c++/16597
16285 * gdb.cp/namelessclass.cc: New file.
16286 * gdb.cp/namelessclass.exp: New file.
16287 * gdb.cp/namelessclass.S: New file.
16288
16289 2014-04-16 Doug Evans <dje@google.com>
16290
16291 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16292 Add comment.
16293 (gdbserver_default_get_comm_port): New function.
16294 (gdbserver_start): Check if board file provided
16295 "gdbserver,get_comm_port" and use it if so.
16296 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16297 (gdb,socketport): Set to "stdio".
16298 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16299 (stdio_gdbserver_template): Delete.
16300 (${board}_get_remote_address): Update.
16301 (${board}_build_remote_cmd): Delete.
16302 (${board}_get_comm_port): New function.
16303 (${board}_spawn): Update.
16304 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16305 Delete.
16306 (${board}_get_remote_address): Update.
16307 (${board}_get_comm_port): New function.
16308
16309 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16310
16311 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16312 appearing in any order.
16313
16314 2014-04-15 Doug Evans <dje@google.com>
16315
16316 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16317 uninitialized value of "description".
16318
16319 2014-04-15 Keith Seitz <keiths@redhat.com>
16320
16321 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16322 Remove unused globals.
16323 (test_running_the_program): Likewise.
16324 (test_controlled_execution): Likewise.
16325 (test_controlling_breakpoints): Likewise.
16326 (test_program_termination): Likewise.
16327
16328 2014-04-15 Keith Seitz <keiths@redhat.com>
16329
16330 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16331 unused globals.
16332 (test_rbreak_creation_and_listing): Likewise.
16333 (test_ignore_count): Likewise.
16334 (test_error): Likewise.
16335
16336 2014-04-15 Pedro Alves <palves@redhat.com>
16337
16338 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16339 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16340 sym-file-loader.c.
16341 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16342 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16343 to sym-file-loader.c.
16344 (struct library): Forward declare.
16345 (load_shlib, lookup_function): Change prototypes.
16346 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16347 (translate_offset): Remove declarations.
16348 (get_text_addr): New declaration.
16349 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16350 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16351 sym-file-loader.h.
16352 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16353 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16354 here from sym-file-loader.h.
16355 (struct library): New structure.
16356 (load_shlib, lookup_function): Change prototypes and adjust to
16357 work with a struct library.
16358 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16359 (translate_offset): Make static.
16360 (get_text_addr): New function.
16361 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16362
16363 2014-04-15 Pedro Alves <palves@redhat.com>
16364
16365 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16366
16367 2014-04-15 Pedro Alves <palves@redhat.com>
16368
16369 * gdb.base/sym-file-loader.c: Include <limits.h>.
16370 (SELF_LINK): New define.
16371 (get_origin): New function.
16372 (load_shlib): Use it.
16373 * gdb.base/sym-file.exp: Don't early return if the target is
16374 remote. Use runto_main, and issue fail is that fails. Use
16375 gdb_load_shlibs.
16376 (shlib_name): Delete.
16377 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16378
16379 2014-04-15 Pedro Alves <palves@redhat.com>
16380
16381 * gdb.base/sym-file.exp: Remove regex characters from test
16382 message. Don't refer to breakpoint numbers in test messages.
16383
16384 2014-04-14 Keith Seitz <keiths@redhat.com>
16385
16386 PR c++/16253
16387 * gdb.cp/var-tag.cc: New file.
16388 * gdb.cp/var-tag.exp: New file.
16389 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16390 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16391 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16392 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16393
16394 2014-04-14 Tom Tromey <tromey@redhat.com>
16395
16396 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16397 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16398 type.
16399 * gdb.cp/enum-class.exp: New file.
16400 * gdb.cp/enum-class.cc: New file.
16401
16402 2014-04-14 Tom Tromey <tromey@redhat.com>
16403
16404 * gdb.dwarf2/enum-type.exp: New file.
16405
16406 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16407
16408 * gdb.mi/mi-vla-c99.exp: New file.
16409 * gdb.mi/vla.c: New file.
16410
16411 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16412
16413 * gdb.base/vla-datatypes.c: New file.
16414 * gdb.base/vla-datatypes.exp: New file.
16415
16416 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16417
16418 * gdb.base/vla-ptr.c: New file.
16419 * gdb.base/vla-ptr.exp: New file.
16420
16421 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16422
16423 * gdb.dwarf2/count.exp: New file.
16424
16425 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16426
16427 * gdb.base/vla-sideeffect.c: New file.
16428 * gdb.base/vla-sideeffect.exp: New file.
16429
16430 2014-04-14 David Blaikie <dblaikie@gmail.com>
16431
16432 * gdb.mi/non-stop.c: Add return value for non-void function return
16433 statement.
16434 * gdb.threads/staticthreads.c: Ditto.
16435
16436 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16437 Doug Evans <xdje42@gmail.com>
16438
16439 * gdb.guile/scm-value.c: Improve test case.
16440 * gdb.guile/scm-value.exp: Add new test.
16441
16442 2014-04-11 David Blaikie <dblaikie@gmail.com>
16443
16444 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16445 override Clang's default.
16446
16447 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16448
16449 Revert the following changes (regressions):
16450
16451 * gdb.base/vla-sideeffect.c: New file.
16452 * gdb.base/vla-sideeffect.exp: New file.
16453
16454 * gdb.dwarf2/count.exp: New file.
16455
16456 * gdb.base/vla-multi.c: New file.
16457 * gdb.base/vla-multi.exp: New file.
16458
16459 * gdb.base/vla-ptr.c: New file.
16460 * gdb.base/vla-ptr.exp: New file.
16461
16462 * gdb.base/vla-datatypes.c: New file.
16463 * gdb.base/vla-datatypes.exp: New file.
16464
16465 * gdb.mi/mi-vla-c99.exp: New file.
16466 * gdb.mi/vla.c: New file.
16467
16468 2014-04-11 Keith Seitz <keiths@redhat.com>
16469
16470 PR c++/16675
16471 * gdb.cp/cpsizeof.exp: New file.
16472 * gdb.cp/cpsizeof.cc: New file.
16473
16474 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16475
16476 * gdb.mi/mi-vla-c99.exp: New file.
16477 * gdb.mi/vla.c: New file.
16478
16479 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16480
16481 * gdb.base/vla-datatypes.c: New file.
16482 * gdb.base/vla-datatypes.exp: New file.
16483
16484 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16485
16486 * gdb.base/vla-ptr.c: New file.
16487 * gdb.base/vla-ptr.exp: New file.
16488
16489 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16490
16491 * gdb.base/vla-multi.c: New file.
16492 * gdb.base/vla-multi.exp: New file.
16493
16494 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16495
16496 * gdb.dwarf2/count.exp: New file.
16497
16498 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16499
16500 * gdb.base/vla-sideeffect.c: New file.
16501 * gdb.base/vla-sideeffect.exp: New file.
16502
16503 2014-04-11 Yao Qi <yao@codesourcery.com>
16504
16505 * gdb.base/completion.exp: Check file exists before running tests
16506 on file completion.
16507
16508 2014-04-10 Pedro Alves <palves@redhat.com>
16509
16510 * gdb.base/cond-eval-mode.c: New file.
16511 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16512 prepare_for_testing to build the new file. Check result of
16513 runto_main.
16514 (test_break, test_watch): New procedures.
16515 (top level): Use them.
16516
16517 2014-04-08 Pierre Muller <muller@sourceware.org>
16518
16519 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16520 Ctrl-V use for mingw hosts.
16521
16522 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16523
16524 * gdb.python/py-value.c: Improve test case.
16525 * gdb.python/py-value.exp: Add new test.
16526
16527 2014-04-07 David Blaikie <dblaikie@gmail.com>
16528
16529 * lib/compiler.c: Identify the clang compiler.
16530 * lib/compiler.cc: Ditto.
16531
16532 2014-04-03 Yao Qi <yao@codesourcery.com>
16533
16534 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16535
16536 2014-04-01 Anton Blanchard <anton@samba.org>
16537
16538 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16539 messages unique.
16540
16541 2014-04-01 Anton Blanchard <anton@samba.org>
16542
16543 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16544 prepare_for_testing.
16545
16546 2014-04-01 Anton Blanchard <anton@samba.org>
16547
16548 * gdb.arch/ppc64-atomic-inst.c: Remove.
16549 * gdb.arch/ppc64-atomic-inst.S: New file.
16550 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16551
16552 2014-03-31 Doug Evans <dje@google.com>
16553
16554 * gdb.base/print-symbol-loading-lib.c: New file.
16555 * gdb.base/print-symbol-loading-main.c: New file.
16556 * gdb.base/print-symbol-loading.exp: New file.
16557
16558 2014-03-31 Yao Qi <yao@codesourcery.com>
16559
16560 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16561
16562 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16563
16564 * gdb.ada/mi_dyn_arr: New testcase.
16565
16566 2014-03-27 Doug Evans <dje@google.com>
16567
16568 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16569
16570 2014-03-27 Yao Qi <yao@codesourcery.com>
16571
16572 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16573 if target is nios2-*-*.
16574
16575 2014-03-26 Yao Qi <yao@codesourcery.com>
16576
16577 * lib/gdb.exp (readline_is_used): New proc.
16578 * gdb.base/completion.exp: Move tests on command complete up.
16579 Skip the rest of tests if readline is not used.
16580 * gdb.ada/complete.exp: Skp the test if readline is not
16581 used.
16582 * gdb.base/filesym.exp: Likewise.
16583 * gdb.base/macscp.exp: Likewise.
16584 * gdb.base/readline-ask.exp: Likewise.
16585 * gdb.base/readline.exp: Likewise.
16586 * gdb.python/py-cmd.exp: Likewise.
16587 * gdb.trace/tfile.exp: Likewise.
16588
16589 2014-03-26 Yao Qi <yao@codesourcery.com>
16590
16591 * gdb.base/macscp.exp: Fix code format issues.
16592
16593 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16594
16595 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16596 * gdb.asm/powerpc64le.inc: New file.
16597
16598 2014-03-25 Pedro Alves <palves@redhat.com>
16599 Doug Evans <dje@google.com>
16600
16601 * gdb.base/source-execution.c: New file.
16602 * gdb.base/source-execution.exp: New file.
16603 * gdb.base/source-execution.gdb: New file.
16604
16605 2014-03-24 Doug Evans <dje@google.com>
16606
16607 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16608 using fission.
16609
16610 2014-03-24 Hui Zhu <hui@codesourcery.com>
16611 Pedro Alves <palves@redhat.com>
16612
16613 PR breakpoints/16101
16614 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16615 test pass/fail messages. Detect missing support for dprintf when
16616 breakpoints are actually inserted.
16617 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16618 breakpoints are actually inserted.
16619 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16620 fails.
16621
16622 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16623
16624 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16625
16626 2014-03-22 Doug Evans <xdje42@gmail.com>
16627
16628 * gdb.python/python.exp (python not supported): Verify multi-line
16629 python command issues an error.
16630 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16631 guile command issues an error.
16632
16633 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16634
16635 * gdb.threads/thread-specific.exp: Handle the lack of usable
16636 $this_breakpoint and $this_thread.
16637
16638 2014-03-21 Hui Zhu <hui@codesourcery.com>
16639
16640 * gdb.base/attach.exp (do_command_attach_tests): New.
16641
16642 2014-03-20 Tom Tromey <tromey@redhat.com>
16643 Pedro Alves <palves@redhat.com>
16644
16645 PR cli/15718
16646 * gdb.base/condbreak-call-false.c: New file.
16647 * gdb.base/condbreak-call-false.exp: New file.
16648
16649 2014-03-20 Pedro Alves <palves@redhat.com>
16650
16651 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16652 Delete.
16653 (block_signals, unblock_signals): Delete.
16654 (child_function_2, main): Remove references to deleted variable
16655 and functions.
16656
16657 2014-03-20 Pedro Alves <palves@redhat.com>
16658
16659 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16660 Use pthread_kill to signal thread 2.
16661 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16662 Adjust to make the test send itself a signal rather than using the
16663 host's "kill" command.
16664
16665 2014-03-20 Pedro Alves <palves@redhat.com>
16666
16667 * gdb.threads/multiple-step-overs.c: New file.
16668 * gdb.threads/multiple-step-overs.exp: New file.
16669 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16670 Adjust expected infrun debug output.
16671
16672 2014-03-20 Pedro Alves <palves@redhat.com>
16673
16674 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16675 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16676
16677 2014-03-20 Pedro Alves <palves@redhat.com>
16678
16679 PR breakpoints/7143
16680 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16681 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16682 of gdb_test_multiple.
16683 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16684 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16685
16686 2014-03-20 Pedro Alves <palves@redhat.com>
16687
16688 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16689 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16690
16691 2014-03-19 Pedro Alves <palves@redhat.com>
16692
16693 * gdb.base/async.exp: Remove early return.
16694
16695 2014-03-19 Pedro Alves <palves@redhat.com>
16696
16697 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16698
16699 2014-03-19 Pedro Alves <palves@redhat.com>
16700
16701 * gdb.base/async.exp (test_background): Expect \r\n after
16702 "completed." in the fail pattern.
16703
16704 2014-03-19 Pedro Alves <palves@redhat.com>
16705
16706 * gdb.base/async.exp (test_background): New procedure.
16707 Use it for all background execution command tests.
16708
16709 2014-03-19 Pedro Alves <palves@redhat.com>
16710
16711 * gdb.base/async.exp: Use prepare_for_testing.
16712
16713 2014-03-19 Pedro Alves <palves@redhat.com>
16714
16715 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16716 the same line.
16717
16718 2014-03-19 Pedro Alves <palves@redhat.com>
16719
16720 * gdb.base/async.c (main): Add "jump here" and "until here" line
16721 marker comments.
16722 * gdb.base/async.exp (jump_here): New global.
16723 (jump& test): Use it.
16724 (until_here): New global.
16725 (until& test): Use it.
16726
16727 2014-03-19 Pedro Alves <palves@redhat.com>
16728
16729 * gdb.base/async.exp: Don't frob gdb_protocol.
16730
16731 2014-03-18 Doug Evans <xdje42@gmail.com>
16732
16733 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16734 Fix spelling of exec-done-display.
16735
16736 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16737
16738 PR gdb/15358
16739 * gdb.base/gdb-sigterm.c: New file.
16740 * gdb.base/gdb-sigterm.exp: New file.
16741
16742 2014-03-18 Pedro Alves <palves@redhat.com>
16743
16744 PR gdb/13860
16745 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16746 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16747 solib-event.
16748
16749 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16750
16751 * gdb.ada/pckd_arr_ren: New testcase.
16752
16753 2014-03-13 Doug Evans <xdje42@gmail.com>
16754
16755 PR guile/16612
16756 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16757 collect after discarding symbols.
16758
16759 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16760 Doug Evans <xdje42@gmail.com>
16761
16762 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16763 to history survives a gc.
16764
16765 2014-03-13 Pedro Alves <palves@redhat.com>
16766
16767 * gdb.base/default.exp: Don't test "target procfs".
16768
16769 2014-03-13 Pedro Alves <palves@redhat.com>
16770
16771 * gdb.base/default.exp: Update "target child" and "target procfs"
16772 tests to not expect "Unix".
16773
16774 2014-03-12 Tom Tromey <tromey@redhat.com>
16775
16776 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16777 New procs. Add target-async tests.
16778 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16779 Add target-async tests.
16780
16781 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16782
16783 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16784 'func_start' and 'func_end' for the beginning and end of the
16785 function code, respectively.
16786 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16787 'func_end' instead of 'func' and 'main'.
16788
16789 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16790
16791 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16792 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16793 generate the debug info assembler source.
16794
16795 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16796
16797 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16798 * gdb.dwarf2/arr-subrange.exp: Likewise.
16799 * gdb.dwarf2/dwz.exp: Likewise.
16800 * gdb.dwarf2/method-ptr.exp: Likewise.
16801 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16802 * gdb.dwarf2/subrange.exp: Likewise.
16803 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16804 * gdb.dwarf2/implptrpiece.exp: Likewise.
16805 * gdb.dwarf2/nostaticblock.exp: Likewise.
16806
16807 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16808
16809 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16810 directory to absolute path name arguments.
16811
16812 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16813
16814 * gdb.ada/tagged_access: New testcase.
16815
16816 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16817
16818 * gdb.btrace/data.exp: Update expected output.
16819
16820 2014-03-06 Yao Qi <yao@codesourcery.com>
16821
16822 * gdb.trace/pr16508.exp: New file.
16823
16824 2014-03-05 Pedro Alves <palves@redhat.com>
16825
16826 PR gdb/16575
16827 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16828 procedure.
16829 (top level): Adjust to use it. Add tests that exercise breakpoint
16830 interaction with the code-cache.
16831
16832 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16833
16834 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16835 test for 'history-append!'.
16836
16837 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16838
16839 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16840 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16841 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16842 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16843 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16844 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16845
16846 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16847
16848 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16849 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16850 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16851
16852 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16853
16854 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16855
16856 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16857
16858 * gdb.dwarf2/arr-stride.c: New file.
16859 * gdb.dwarf2/arr-stride.exp: New file.
16860
16861 2014-02-26 Pedro Alves <palves@redhat.com>
16862
16863 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16864 that won't ever trigger. Make sure that GDB reports the correct
16865 breakpoint that caused the stop.
16866
16867 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16868
16869 PR gdb/16626
16870 * gdb.base/auto-load-script: New file.
16871 * gdb.base/auto-load.c: New file.
16872 * gdb.base/auto-load.exp: New file.
16873
16874 PR gdb/16626
16875 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16876
16877 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16878
16879 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16880 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16881
16882 2014-02-24 Doug Evans <dje@google.com>
16883
16884 * lib/gdb.exp (run_on_host): Log error output if program fails.
16885
16886 2014-02-21 Pedro Alves <palves@redhat.com>
16887
16888 * gdb.threads/step-after-sr-lock.c: Rename to ...
16889 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16890 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16891 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16892 ... this.
16893
16894 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16895
16896 PR tdep/16397
16897 * gdb.arch/amd64-stap-special-operands.exp: New file.
16898 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16899 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16900 * gdb.arch/amd64-stap-triplet.S: Likewise.
16901 * gdb.arch/amd64-stap-triplet.c: Likewise.
16902
16903 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16904
16905 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16906 in .section pseudo-op.
16907
16908 2014-02-20 lin zuojian <manjian2006@gmail.com>
16909 Joel Brobecker <brobecker@adacore.com>
16910 Doug Evans <xdje42@gmail.com>
16911
16912 PR symtab/16581
16913 * gdb.dwarf2/dw2-icycle.S: New file.
16914 * gdb.dwarf2/dw2-icycle.c: New file.
16915 * gdb.dwarf2/dw2-icycle.exp: New file.
16916
16917 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16918
16919 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16920 operations on gdb.Value objects.
16921 * gdb.python/py-value-cc.exp: Add new test to test operations on
16922 gdb.Value objects.
16923
16924 2014-02-18 Doug Evans <dje@google.com>
16925
16926 * Makefile.in (TESTS): New variable.
16927 (expanded_tests, expanded_tests_or_none): New variables
16928 (check-single): Pass $(expanded_tests_or_none) to runtest.
16929 (check-parallel): Only run tests in $(TESTS) if non-empty.
16930 (check/no-matching-tests-found): New rule.
16931 * README: Document TESTS makefile variable.
16932
16933 2014-02-18 Doug Evans <dje@google.com>
16934
16935 * Makefile.in (check-parallel): rm -rf outputs temp.
16936
16937 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16938
16939 Fix "ERROR: no fileid for" in the testsuite.
16940 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16941
16942 2014-02-12 Doug Evans <dje@google.com>
16943
16944 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16945 (MISCELLANEOUS): New variable.
16946 (clean): rm -rf $(MISCELLANEOUS).
16947 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16948 dwp live in the same directory as symlinks, with each symlink pointed
16949 to a differently named file in a different directory.
16950
16951 2014-02-11 Doug Evans <dje@google.com>
16952
16953 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16954 of Tcl file commands.
16955
16956 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16957
16958 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16959 "kill -SIGUSR1 -1".
16960
16961 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16962
16963 * gdb.ada/tick_length_array_enum_idx: New testcase.
16964
16965 2014-02-10 Doug Evans <xdje42@gmail.com>
16966
16967 * configure.ac (AC_OUTPUT): Add gdb.guile.
16968 * configure: Regenerate.
16969 * lib/gdb-guile.exp: New file.
16970 * lib/gdb.exp (get_target_charset): New function.
16971 * gdb.base/help.exp: Update expected output from "apropos apropos".
16972 * gdb.guile/Makefile.in: New file.
16973 * gdb.guile/guile.exp: New file.
16974 * gdb.guile/scm-arch.c: New file.
16975 * gdb.guile/scm-arch.exp: New file.
16976 * gdb.guile/scm-block.c: New file.
16977 * gdb.guile/scm-block.exp: New file.
16978 * gdb.guile/scm-breakpoint.c: New file.
16979 * gdb.guile/scm-breakpoint.exp: New file.
16980 * gdb.guile/scm-disasm.c: New file.
16981 * gdb.guile/scm-disasm.exp: New file.
16982 * gdb.guile/scm-equal.c: New file.
16983 * gdb.guile/scm-equal.exp: New file.
16984 * gdb.guile/scm-error.exp: New file.
16985 * gdb.guile/scm-error.scm: New file.
16986 * gdb.guile/scm-frame-args.c: New file.
16987 * gdb.guile/scm-frame-args.exp: New file.
16988 * gdb.guile/scm-frame-args.scm: New file.
16989 * gdb.guile/scm-frame-inline.c: New file.
16990 * gdb.guile/scm-frame-inline.exp: New file.
16991 * gdb.guile/scm-frame.c: New file.
16992 * gdb.guile/scm-frame.exp: New file.
16993 * gdb.guile/scm-generics.exp: New file.
16994 * gdb.guile/scm-gsmob.exp: New file.
16995 * gdb.guile/scm-iterator.c: New file.
16996 * gdb.guile/scm-iterator.exp: New file.
16997 * gdb.guile/scm-math.c: New file.
16998 * gdb.guile/scm-math.exp: New file.
16999 * gdb.guile/scm-objfile-script-gdb.in: New file.
17000 * gdb.guile/scm-objfile-script.c: New file.
17001 * gdb.guile/scm-objfile-script.exp: New file.
17002 * gdb.guile/scm-objfile.c: New file.
17003 * gdb.guile/scm-objfile.exp: New file.
17004 * gdb.guile/scm-ports.exp: New file.
17005 * gdb.guile/scm-pretty-print.c: New file.
17006 * gdb.guile/scm-pretty-print.exp: New file.
17007 * gdb.guile/scm-pretty-print.scm: New file.
17008 * gdb.guile/scm-section-script.c: New file.
17009 * gdb.guile/scm-section-script.exp: New file.
17010 * gdb.guile/scm-section-script.scm: New file.
17011 * gdb.guile/scm-symbol.c: New file.
17012 * gdb.guile/scm-symbol.exp: New file.
17013 * gdb.guile/scm-symtab-2.c: New file.
17014 * gdb.guile/scm-symtab.c: New file.
17015 * gdb.guile/scm-symtab.exp: New file.
17016 * gdb.guile/scm-type.c: New file.
17017 * gdb.guile/scm-type.exp: New file.
17018 * gdb.guile/scm-value-cc.cc: New file.
17019 * gdb.guile/scm-value-cc.exp: New file.
17020 * gdb.guile/scm-value.c: New file.
17021 * gdb.guile/scm-value.exp: New file.
17022 * gdb.guile/source2.scm: New file.
17023 * gdb.guile/types-module.cc: New file.
17024 * gdb.guile/types-module.exp: New file.
17025
17026 2014-02-10 Yao Qi <yao@codesourcery.com>
17027
17028 PR testsuite/16543
17029 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17030 * configure: Regenerated.
17031 * Makefile.in: New file.
17032
17033 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17034
17035 * gdb.python/py-framefilter.exp: Fix typo.
17036
17037 2014-02-08 Yao Qi <yao@codesourcery.com>
17038
17039 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17040 that no =breakpoint-modified is emitted when breakpoints are
17041 modified through MI commands.
17042
17043 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17044 Pedro Alves <palves@redhat.com>
17045
17046 * gdb.threads/step-after-sr-lock.c: New file.
17047 * gdb.threads/step-after-sr-lock.exp: New file.
17048
17049 2014-02-07 Pedro Alves <palves@redhat.com>
17050
17051 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17052
17053 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17054
17055 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17056 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17057
17058 2014-02-06 Doug Evans <xdje42@gmail.com>
17059
17060 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17061 output.
17062
17063 * gdb.gdb/python-interrupts.exp: New file.
17064
17065 2014-02-05 Yao Qi <yao@codesourcery.com>
17066
17067 * gdb.trace/report.exp (use_collected_data): Test the output
17068 of "info threads" and "info inferiors".
17069
17070 2014-02-05 Yao Qi <yao@codesourcery.com>
17071
17072 Revert this patch:
17073
17074 2013-05-24 Yao Qi <yao@codesourcery.com>
17075
17076 * gdb.trace/tfile.exp: Test inferior and thread.
17077
17078 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17079
17080 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17081 on a function.
17082 * gdb.base/step-bt.c: Call hello via function pointer to make
17083 sure its first instruction is executed on powerpc64le-linux.
17084
17085 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17086
17087 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17088
17089 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17090
17091 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17092 of the test patterns for use on little-endian systems.
17093
17094 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17095
17096 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17097 (decimal_vector): Fix for little-endian.
17098
17099 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17100
17101 * gdb.arch/sparc-sysstep.exp: New file.
17102 * gdb.arch/sparc-sysstep.c: Likewise.
17103
17104 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17105
17106 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17107
17108 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17109
17110 2014-01-23 Tom Tromey <tromey@redhat.com>
17111
17112 * gdb.ada/array_char_idx: New testcase.
17113
17114 2014-01-23 Tom Tromey <tromey@redhat.com>
17115
17116 PR python/16487:
17117 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17118 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17119 classes.
17120
17121 2014-01-23 Tom Tromey <tromey@redhat.com>
17122
17123 PR python/16491:
17124 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17125 string from an inferior frame.
17126 * gdb.python/py-framefilter-mi.exp: Update.
17127
17128 2014-01-22 Doug Evans <dje@google.com>
17129
17130 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17131
17132 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17133
17134 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17135
17136 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17137
17138 * gdb.trace/entry-values.exp: Remove excess space character from
17139 regex patterns. Handle s390 call instruction.
17140
17141 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17142
17143 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17144 define "*_start" label. Make "name" static.
17145 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17146 ${name} by references to ${name}_start.
17147
17148 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17149
17150 * gdb.base/info-macros.exp: Remove "debug" from the compile
17151 options.
17152
17153 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17154
17155 * gdb.dlang/demangle.exp: New file.
17156
17157 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17158
17159 * gdb.dlang/primitive-types.exp: New file.
17160
17161 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17162
17163 * configure.ac: Create gdb.dlang/Makefile.
17164 * configure: Regenerate.
17165 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17166 * gdb.dlang/Makefile.in: New file.
17167 * lib/d-support.exp: New file.
17168 * lib/gdb.exp (skip_d_tests): New proc.
17169
17170 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17171
17172 * gdb.btrace/delta.exp: Check reverse stepi.
17173 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17174 * gdb.btrace/finish.exp: New.
17175 * gdb.btrace/next.exp: New.
17176 * gdb.btrace/nexti.exp: New.
17177 * gdb.btrace/record_goto.c: Add comments.
17178 * gdb.btrace/step.exp: New.
17179 * gdb.btrace/stepi.exp: New.
17180 * gdb.btrace/multi-thread-step.c: New.
17181 * gdb.btrace/multi-thread-step.exp: New.
17182 * gdb.btrace/rn-dl-bind.c: New.
17183 * gdb.btrace/rn-dl-bind.exp: New.
17184 * gdb.btrace/data.c: New.
17185 * gdb.btrace/data.exp: New.
17186 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17187
17188 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17189
17190 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17191 * gdb.btrace/exception.exp: Update.
17192 * gdb.btrace/instruction_history.exp: Update.
17193 * gdb.btrace/record_goto.exp: Update.
17194 * gdb.btrace/tailcall.exp: Update.
17195 * gdb.btrace/unknown_functions.exp: Update.
17196 * gdb.btrace/delta.exp: New.
17197
17198 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17199
17200 * gdb.btrace/record_goto.exp: Add backtrace test.
17201 * gdb.btrace/tailcall.exp: Add backtrace test.
17202
17203 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17204
17205 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17206 * gdb.btrace/record_goto.c: New.
17207 * gdb.btrace/record_goto.exp: New.
17208 * gdb.btrace/x86-record_goto.S: New.
17209
17210 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17211
17212 * gdb.btrace/function_call_history.exp: Update tests.
17213 * gdb.btrace/instruction_history.exp: Update tests.
17214
17215 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17216
17217 * gdb.btrace/function_call_history.exp: Fix expected field
17218 order for "record function-call-history".
17219 Add new tests for "record function-call-history /c".
17220 * gdb.btrace/exception.cc: New.
17221 * gdb.btrace/exception.exp: New.
17222 * gdb.btrace/tailcall.exp: New.
17223 * gdb.btrace/x86-tailcall.S: New.
17224 * gdb.btrace/x86-tailcall.c: New.
17225 * gdb.btrace/unknown_functions.c: New.
17226 * gdb.btrace/unknown_functions.exp: New.
17227 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17228
17229 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17230
17231 * gdb.btrace/instruction_history.exp: Update.
17232 * gdb.btrace/function_call_history.exp: Update.
17233
17234 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17235
17236 * gdb.btrace/function_call_history.exp: Fix expected function
17237 trace.
17238 * gdb.btrace/instruction_history.exp: Initialize traced.
17239 Remove traced_functions.
17240
17241 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17242
17243 * gdb.btrace/function_call_history.exp: Update
17244 * gdb.btrace/instruction_history.exp: Update.
17245
17246 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17247
17248 * gdb.btrace/enable.exp: Update expected text.
17249
17250 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17251
17252 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17253 bytes.
17254
17255 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17256
17257 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17258
17259 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17260
17261 * lib/gdb.exp (supports_process_record): Return true for
17262 arm*-linux*. (supports_reverse): Likewise.
17263
17264 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17265
17266 PR python/15464
17267 PR python/16113
17268 * gdb.python/py-type.c: Enhance test case.
17269 * gdb.python/py-value-cc.cc: Likewise
17270 * gdb.python/py-type.exp: Add new tests.
17271 * gdb.python/py-value-cc.exp: Likewise
17272
17273 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17274 Pedro Alves <palves@redhat.com>
17275
17276 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17277 Make "name" extern.
17278 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17279 references to ${name}_start by references to ${name}.
17280
17281 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17282
17283 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17284
17285 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17286
17287 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17288
17289 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17290 Pedro Alves <palves@redhat.com>
17291
17292 * gdb.mi/mi-info-os.exp: Connect to the target with
17293 mi_gdb_target_load.
17294
17295 2014-01-08 Pedro Alves <palves@redhat.com>
17296
17297 * gdb.threads/reconnect-signal.c: New file.
17298 * gdb.threads/reconnect-signal.exp: New file.
17299
17300 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17301
17302 * gdb.base/source-dir.exp: New file.
17303
17304 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17305
17306 * gdb.ada/mi_interface: New testcase.
17307
17308 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17309
17310 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17311 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17312 gdb.ada/pp-rec-component/pck.ads: New files.
17313
17314 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17315
17316 * gdb.python/py-pp-integral.c: New file.
17317 * gdb.python/py-pp-integral.py: New file.
17318 * gdb.python/py-pp-integral.exp: New file.
17319
17320 For older changes see ChangeLog-1993-2013.
17321 \f
17322 ;; Local Variables:
17323 ;; mode: change-log
17324 ;; left-margin: 8
17325 ;; fill-column: 74
17326 ;; version-control: never
17327 ;; End:
17328
17329 Copyright 2014-2019 Free Software Foundation, Inc.
17330 Copying and distribution of this file, with or without modification,
17331 are permitted provided the copyright notice and this notice are preserved.
This page took 0.402417 seconds and 4 git commands to generate.