c0f4a589857a9bf77f88a232565e96f8f8702a6a
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.python/py-parameter.exp: Make test names unique.
4 * gdb.python/py-template.exp: Likewise.
5 * gdb.python/py-value.exp: Likewise.
6
7 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * gdb.base/break-interp.exp: Reduce test name duplication.
10 * gdb.base/call-sc.exp: Likewise.
11 * gdb.base/callfuncs.exp: Likewise.
12 * gdb.base/charset.exp: Likewise.
13 * gdb.base/dump.exp: Likewise.
14 * gdb.base/ena-dis-br.exp: Likewise.
15 * gdb.base/relational.exp: Likewise.
16 * gdb.base/step-over-syscall.exp: Likewise.
17 * gdb.base/structs.exp: Likewise.
18
19 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.linespec/explicit.exp: Make test names unique.
22 * gdb.linespec/ls-errs.exp: Likewise.
23
24 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.reverse/break-precsave.exp: Make test names unique.
27 * gdb.reverse/break-reverse.exp: Likewise.
28 * gdb.reverse/finish-precsave.exp: Likewise.
29 * gdb.reverse/finish-reverse.exp: Likewise.
30 * gdb.reverse/machinestate-precsave.exp: Likewise.
31 * gdb.reverse/machinestate.exp: Likewise.
32 * gdb.reverse/readv-reverse.exp: Likewise.
33 * gdb.reverse/recvmsg-reverse.exp: Likewise.
34 * gdb.reverse/sigall-precsave.exp: Likewise.
35 * gdb.reverse/sigall-reverse.exp: Likewise.
36 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
37 * gdb.reverse/watch-precsave.exp: Likewise.
38 * gdb.reverse/watch-reverse.exp: Likewise.
39
40 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * gdb.threads/stop-with-handle.c: New file.
43 * gdb.threads/stop-with-handle.exp: New file.
44
45 2019-10-03 Tom de Vries <tdevries@suse.de>
46
47 PR testsuite/25059
48 * gdb.base/list-missing-source.exp: Allowing the "Compilation
49 directory" line to be missing.
50
51 2019-10-03 Tom de Vries <tdevries@suse.de>
52
53 PR testsuite/25059
54 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
55 type optional.
56
57 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
58
59 * gdb.python/py-format-string.c (string.h): New include.
60 (main): Fill a_struct_with_union.the_union.an_int with bytes of
61 the same value, for endianness-independence.
62 * gdb.python/py-format-string.exp (default_regexp_dict)
63 (test_pretty_structs, test_format): Adjust expected output to the
64 changed initialization.
65
66 2019-10-02 Tom Tromey <tromey@adacore.com>
67
68 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
69
70 2019-10-02 Pedro Alves <palves@redhat.com>
71 Andrew Burgess <andrew.burgess@embecosm.com>
72
73 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
74 "print-file-var.h".
75 (this_version_id) Use ATTRIBUTE_VISIBILITY.
76 (get_version_1): Print this_version_id and its address.
77 Add extern "C" wrappers around interface functions.
78 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
79 "print-file-var.h".
80 (this_version_id) Use ATTRIBUTE_VISIBILITY.
81 (get_version_2): Print this_version_id and its address.
82 Add extern "C" wrappers around interface functions.
83 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
84 <stddef.h> and "print-file-var.h".
85 Add extern "C" wrappers around interface functions.
86 [VERSION_ID_MAIN] (this_version_id): Define.
87 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
88 * gdb.base/print-file-var.h: Add some #defines to simplify setting
89 up extern "C" blocks.
90 * gdb.base/print-file-var.exp (test): New, factored out from top
91 level.
92 (top level): Test all combinations of attribute hidden or not,
93 dlopen or not, and this_version_id symbol in main file or not.
94 Compile tests as both C++ and C, make test names unique.
95
96 2019-10-01 Tom Tromey <tom@tromey.com>
97
98 * gdb.base/style.exp: Test "show logging filename".
99
100 2019-10-01 Tom Tromey <tom@tromey.com>
101
102 * lib/gdb-utils.exp (style): Handle "metadata" argument.
103 * gdb.base/style.exp: Add metadata style test.
104
105 2019-10-01 Tom Tromey <tom@tromey.com>
106
107 * gdb.base/style.exp: Test "pwd".
108
109 2019-10-01 Tom Tromey <tom@tromey.com>
110
111 * gdb.base/style.exp: Update tests.
112
113 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
114
115 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
116 'six' to unsigned.
117 (s1): Initialize fields 'four' and 'six' instead of 'three' and
118 'five'. Use an all-ones bit pattern for each.
119 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
120 to its changed values.
121
122 2019-09-30 Tom Tromey <tromey@adacore.com>
123
124 * gdb.rust/traits.rs: Disable all warnings.
125
126 2019-09-29 Tom de Vries <tdevries@suse.de>
127
128 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
129
130 2019-09-29 Tom de Vries <tdevries@suse.de>
131
132 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
133
134 2019-09-27 Tom de Vries <tdevries@suse.de>
135
136 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
137
138 2019-09-27 Tom de Vries <tdevries@suse.de>
139
140 PR record/23188
141 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
142
143 2019-09-26 Tom Tromey <tromey@adacore.com>
144
145 * gdb.ada/py_taft.exp: New file.
146 * gdb.ada/py_taft/main.adb: New file.
147 * gdb.ada/py_taft/pkg.adb: New file.
148 * gdb.ada/py_taft/pkg.ads: New file.
149
150 2019-09-24 Tom de Vries <tdevries@suse.de>
151
152 PR gdb/24598
153 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
154
155 2019-09-22 Tom de Vries <tdevries@suse.de>
156
157 * gdb.base/restore.exp: Allow register variables to be optimized out at
158 -O0.
159
160 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
161
162 * gdb.arch/spu-info.exp: Remove file.
163 * gdb.arch/spu-info.c: Remove file.
164 * gdb.arch/spu-ls.exp: Remove file.
165 * gdb.arch/spu-ls.c: Remove file.
166
167 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
168 * gdb.asm/spu.inc: Remove file.
169
170 * gdb.base/dump.exp: Remove support for spu*-*-*.
171 * gdb.base/stack-checking.exp: Likewise.
172 * gdb.base/overlays.exp: Likewise.
173 * gdb.base/ovlymgr.c: Likewise.
174 * gdb.base/spu.ld: Remove file.
175
176 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
177 * gdb.cp/cpexprs.exp: Likewise.
178 * gdb.cp/exception.exp: Likewise.
179 * gdb.cp/gdb2495.exp: Likewise.
180 * gdb.cp/mb-templates.exp: Likewise.
181 * gdb.cp/pr9167.exp: Likewise.
182 * gdb.cp/userdef.exp: Likewise.
183
184 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
185
186 * gdb.cell: Remove directory.
187 * lib/cell.exp: Remove file.
188
189 2019-09-19 Tom de Vries <tdevries@suse.de>
190
191 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
192
193 2019-09-19 Tom de Vries <tdevries@suse.de>
194
195 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
196
197 2019-09-19 Tom de Vries <tdevries@suse.de>
198
199 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
200 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
201 (gdb_target_cmd): ... here.
202 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
203 value 2.
204
205 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
206
207 * gdb.base/source-dir.exp: Avoid having directory names in test
208 names.
209
210 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * gdb.base/source-dir.exp: Add extra test for mapped compilation
213 directory.
214
215 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
216
217 * gdb.base/list-missing-source.exp: New file.
218
219 2019-09-14 Tom de Vries <tdevries@suse.de>
220
221 PR teststuite/24599
222 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
223 * lib/ada.exp (gnatmake_version_at_least): New proc.
224
225 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.base/maint.exp: Use exec_has_index_section.
228
229 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.base/maint.exp: Add test for 'maint info sections'.
232
233 2019-09-12 Tom de Vries <tdevries@suse.de>
234
235 * gdb.base/store.exp: Allow register variables to be optimized out at
236 -O0.
237
238 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
239
240 * gdb.ada/rdv_wait.exp: Update to new task names.
241 * gdb.base/task_switch_in_core.exp: Likewise.
242 * gdb.base/info_sources_base.c: Likewise.
243
244 2019-09-10 Tom Tromey <tromey@adacore.com>
245
246 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
247
248 2019-09-10 Tom Tromey <tromey@adacore.com>
249
250 * gdb.ada/dgopt.exp: New file.
251 * gdb.ada/dgopt/x.adb: New file.
252
253 2019-09-08 Tom Tromey <tom@tromey.com>
254
255 * gdb.tui/resize.exp: Remove setup_xfail.
256 * gdb.tui/regs.exp: Remove setup_xfail.
257 * gdb.tui/basic.exp: Remove setup_xfail.
258
259 2019-09-06 David Blaikie <dblaikie@gmail.com>
260
261 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
262 * gdb.cp/cplabel.exp: Ditto.
263 * gdb.linespec/ls-errs.exp: Ditto.
264
265 2019-09-05 Tom de Vries <tdevries@suse.de>
266
267 * lib/gdb.exp (cmp_file_string): New proc.
268 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
269 runto_main. Verify save breakpoints output.
270
271 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
272
273 * gdb.base/info-var.exp: Test info variables without running
274 to main, to avoid expect's buffer overflow.
275
276 2019-09-03 Tom Tromey <tromey@adacore.com>
277
278 * gdb.ada/bias.exp: New file.
279 * gdb.ada/bias/bias.adb: New file.
280 * gdb.ada/print_chars.exp: Add regression test.
281 * gdb.ada/print_chars/foo.adb (My_Character): New type.
282 (MC): New variable.
283
284 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
285
286 * gdb.base/argv0-symlink.exp: Run only on native target
287 and local host.
288
289 2019-08-29 Tom de Vries <tdevries@suse.de>
290
291 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
292 diverse debug info.
293 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
294
295 2019-08-28 Tom de Vries <tdevries@suse.de>
296
297 * gdb.base/info-var.exp: Allow info variables to print info for files
298 other than info-var-f1.c and info-var-f2.c.
299
300 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * gdb.fortran/info-types.exp: Add module.
303 * gdb.fortran/info-types.f90: Update expected results.
304
305 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * gdb.fortran/info-types.exp: New file.
308 * gdb.fortran/info-types.f90: New file.
309 * lib/fortran.exp (fortran_character1): New proc.
310
311 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
314 functions'. Reindent as needed.
315 * gdb.base/info-var-f1.c: New file.
316 * gdb.base/info-var-f2.c: New file.
317 * gdb.base/info-var.exp: New file.
318 * gdb.base/info-var.h: New file.
319
320 2019-08-26 Tom de Vries <tdevries@suse.de>
321
322 PR c++/24852
323 * gdb.cp/no-libstdcxx-probe.exp: New test.
324
325 2019-08-26 Tom de Vries <tdevries@suse.de>
326
327 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
328 * tests need to be skipped.
329 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
330 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
331 mi_skip_libstdcxx_probe_tests.
332
333 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
334
335 * gdb.python/py-xmethods.exp: Use raw strings when passing
336 arguments to SimpleXMethodMatcher.
337
338 2019-08-22 Tom de Vries <tdevries@suse.de>
339
340 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
341 more informative.
342
343 2019-08-21 Pedro Alves <palves@redhat.com>
344
345 * gdb.base/with.exp: Test "with" with no arguments.
346
347 2019-08-21 Tom de Vries <tdevries@suse.de>
348
349 * gdb.base/gdb-caching-proc.exp: Sort files.
350
351 2019-08-20 Tom de Vries <tdevries@suse.de>
352
353 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
354 compilation.
355
356 2019-08-16 Tom de Vries <tdevries@suse.de>
357
358 * gdb.base/compare-sections.exp ("after run to main"): Allow
359 mismatched read-only sections for PIE executables.
360
361 2019-08-16 Tom Tromey <tom@tromey.com>
362
363 * lib/tuiterm.exp (_csi_Z): New proc.
364 * gdb.tui/basic.exp: Update window positions.
365 * gdb.tui/empty.exp: Update window positions.
366
367 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
368
369 * gdb.base/examine-backward.exp: Correct regexp for
370 "examine 3 bytes backward from ${address_zero}".
371
372 2019-08-15 Tom Tromey <tom@tromey.com>
373
374 * gdb.tui/empty.exp: Enable resizing tests.
375
376 2019-08-15 Tom Tromey <tromey@adacore.com>
377
378 * gdb.ada/char_enum.exp: Add regression tests.
379 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
380 and '0'.
381 (Char, Gchar): Update.
382 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
383
384 2019-08-15 Christian Biesinger <cbiesinger@google.com>
385
386 * gdb.python/python.exp: Expect a leading underscore on
387 GdbOutput{,Error}File.
388
389 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
390
391 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
392 Windows host.
393
394 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
395
396 * gdb.base/batch-preserve-term-settings.exp
397 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
398
399 2019-08-15 Christian Biesinger <cbiesinger@google.com>
400
401 * lib/gdb.exp: When running on a mingw target, replace
402 /x/ with x:/.
403
404 2019-08-14 Alan Hayward <alan.hayward@arm.com>
405
406 * gdb.arch/aarch64-prologue.c: New test.
407 * gdb.arch/aarch64-prologue.exp: New file.
408
409 2019-08-13 Tom de Vries <tdevries@suse.de>
410
411 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
412 Thread.
413
414 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
415
416 * gdb.python/py-completion.exp: Download the .py file to the host
417 and use its host pathname. Conditionalize tests that use
418 tab completion and manipulate files on the build machine.
419 * gdb.python/py-events.exp: Download the .py file to the host
420 and use its host pathname.
421 * gdb.python/py-evsignal.exp: Likewise.
422 * gdb.python/py-evthreads.exp: Likewise.
423 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
424 pathname syntax.
425 * gdb.python/py-framefilter.exp: Download the .py file to the right
426 place on the host. Match Windows pathname syntax.
427 * gdb.python/py-mi-var-info-path-expression.exp: Download the
428 .py file to the host and use its host pathname.
429 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
430 * gdb.python/py-objfile.exp: Expect a host pathname, not a
431 build pathname. Skip symlink test on Windows host. Add missing
432 newline at end of file.
433 * gdb.python/py-pp-maint.exp: Download the .py file to the host
434 and use its host pathname.
435 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
436 * gdb.python/py-section-script.exp: Use host location of binfile
437 on safe-path. Use correct path separator on Windows host.
438 Reorder alternatives in gdb_test_multiple to prevent matching
439 the wrong alternative on success.
440 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
441
442 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
443
444 * gdb.gdb/selftest.exp (test_with_self): Update test to now
445 expect the GDB inferior to no longer immediately stop after
446 being resumed with "signal SIGINT".
447
448 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
449
450 * gdb.linespec/break-ask.exp: Generalize regexps to match
451 Windows pathnames too.
452
453 2019-08-08 Tom de Vries <tdevries@suse.de>
454
455 PR testsuite/24862
456 * lib/tuiterm.exp (_accept): Fix CSI regexp.
457
458 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
459
460 * gdb.base/style.exp: Update tests for help doc new invariants.
461 * gdb.base/help.exp: Likewise.
462
463 2019-08-06 Tom Tromey <tom@tromey.com>
464
465 * gdb.base/style.exp: Add disassemble test.
466 * gdb.base/style.c (some_called_function): New function.
467 (main): Use it.
468
469 2019-08-05 Christian Biesinger <cbiesinger@google.com>
470
471 * gdb.python/py-block.exp: Test dictionary access on blocks.
472
473 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
474
475 PR gdb/24863
476 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
477 -list-thread-groups --available test when running under
478 check-read1.
479
480 2019-08-05 Tom de Vries <tdevries@suse.de>
481
482 PR testsuite/24863
483 * lib/gdb.exp (with_read1_timeout_factor): New proc.
484 * gdb.base/help.exp: Use with_read1_timeout_factor.
485 * gdb.base/info-macros.exp: Same.
486 * gdb.cp/nested-types.exp: Same.
487
488 2019-08-05 Tom de Vries <tdevries@suse.de>
489
490 * lib/gdb.exp (version_at_least): Factor out of ...
491 (tcl_version_at_least): ... here.
492 (gdb_compile): Fail if pie results in non-PIE executable.
493 (readelf_version, readelf_prints_pie): New proc.
494 (exec_is_pie): Return -1 if unknown.
495
496 2019-08-05 Tom de Vries <tdevries@suse.de>
497
498 * lib/gdb.exp (tcl_version_at_least): Fix typo.
499
500 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
501
502 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
503
504 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
505
506 * lib/completion-support.exp (test_gdb_complete_none): Skip
507 tab completion tests if no readline support.
508 (test_gdb_complete_unique_re): Likewise.
509 (test_gdb_complete_multiple): Likewise.
510
511 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
512
513 * gdb.base/info_sources.exp: New file.
514 * gdb.base/info_sources.c: New file.
515 * gdb.base/info_sources_base.c: New file.
516
517 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
518
519 * gdb.base/batch-exit-status.exp: Call test_exit_status with
520 prefix argument.
521 (test_exit_status): Add prefix argument.
522
523 2019-08-01 Tom de Vries <tdevries@suse.de>
524
525 PR testsuite/24863
526 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
527 calling exp_continue for new thread and thread exited messages.
528
529 2019-08-01 Tom de Vries <tdevries@suse.de>
530
531 PR testsuite/24863
532 * gdb.base/structs.exp: Fix check-read1 timeout using
533 gdb_test_sequence.
534 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
535
536 2019-08-01 Tom de Vries <tdevries@suse.de>
537
538 PR testsuite/24863
539 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
540 line.
541
542 2019-08-01 Tom de Vries <tdevries@suse.de>
543
544 PR testsuite/24863
545 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
546
547 2019-07-30 Tom Tromey <tromey@adacore.com>
548
549 * gdb.ada/display_nested.exp: New file.
550 * gdb.ada/display_nested/foo.adb: New file.
551 * gdb.ada/display_nested/pack.adb: New file.
552 * gdb.ada/display_nested/pack.ads: New file.
553
554 2019-07-30 Christian Biesinger <cbiesinger@google.com>
555
556 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
557 namespace.
558 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
559
560 2019-07-30 Tom de Vries <tdevries@suse.de>
561
562 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
563 instead.
564
565 2019-07-30 Tom de Vries <tdevries@suse.de>
566
567 PR testsuite/24834
568 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
569 (exec_is_pie): New proc.
570
571 2019-07-29 Christian Biesinger <cbiesinger@google.com>
572
573 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
574
575 2019-07-29 Christian Biesinger <cbiesinger@google.com>
576
577 * gdb.python/py-objfile.c: Add global and static vars.
578 * gdb.python/py-objfile.exp: Test new functions Objfile.
579 lookup_global_symbol and lookup_static_symbol.
580
581 2019-07-29 Tom Tromey <tom@tromey.com>
582
583 * lib/tuiterm.exp (Term::_csi_@): New proc.
584 (Term::_csi_X): Don't move cursor.
585
586 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
587
588 * gdb.base/options.exp: Update backtrace - completion to
589 new option -frame-info.
590 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
591 Test new 'set print frame-info'. Test backtrace -frame-info
592 overriding 'set print frame-info'.
593 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
594 Test new 'set print frame-info'.
595 Verify consistency of backtrace with and without filters, with and
596 without -no-filters.
597 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
598 default.
599
600 2019-07-29 Tom de Vries <tdevries@suse.de>
601
602 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
603 no arguments".
604
605 2019-07-29 Tom de Vries <tdevries@suse.de>
606
607 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
608 is a substring of the first for "complete non-unique file name".
609
610 2019-07-29 Tom de Vries <tdevries@suse.de>
611
612 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
613 with ".*".
614
615 2019-07-29 Tom de Vries <tdevries@suse.de>
616
617 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
618 Pass prompt_regexp parameter to gdb_test_multiple calls.
619
620 2019-07-29 Tom de Vries <tdevries@suse.de>
621
622 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
623 print registers" regexps.
624
625 2019-07-29 Tom de Vries <tdevries@suse.de>
626
627 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
628
629 2019-07-29 Tom de Vries <tdevries@suse.de>
630
631 PR gdb/24855
632 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
633 (skip_python_tests_prompt): Add prompt_regexp argument to
634 gdb_test_multiple calls.
635
636 2019-07-27 Tom Tromey <tom@tromey.com>
637
638 * gdb.tui/main.exp: New file.
639
640 2019-07-27 Tom Tromey <tom@tromey.com>
641
642 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
643 optional.
644 * gdb.tui/empty.exp: New file.
645
646 2019-07-27 Tom Tromey <tom@tromey.com>
647
648 * lib/tuiterm.exp (spawn): New proc.
649 (Term::resize): New proc.
650 * gdb.tui/resize.exp: New file.
651
652 2019-07-27 Tom Tromey <tom@tromey.com>
653
654 * gdb.tui/list.exp: New file.
655
656 2019-07-27 Tom Tromey <tom@tromey.com>
657
658 * gdb.tui/regs.exp: New file.
659
660 2019-07-27 Tom Tromey <tom@tromey.com>
661
662 * gdb.tui/basic.exp: Add "layout split" test.
663
664 2019-07-27 Tom Tromey <tom@tromey.com>
665
666 * gdb.tui/basic.exp: Add "layout asm" test.
667
668 2019-07-27 Tom Tromey <tom@tromey.com>
669
670 * lib/tuiterm.exp: New file.
671 * gdb.tui/basic.exp: New file.
672
673 2019-07-27 Kevin Buettner <kevinb@redhat.com>
674
675 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
676 Enable tests associated with this flag. Adjust regex
677 referencing "foo_low" to now refer to "foo_cold" instead.
678
679 2019-07-27 Kevin Buettner <kevinb@redhat.com>
680
681 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
682 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
683 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
684 foo_cold. Revise comments to match.
685 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
686 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
687 were wrapped into this proc; Call do_test in loop from outermost
688 level.
689 (foo_low): Rename all occurrences to "foo_cold".
690 (backtrace from baz): New test.
691 (x2/i foo_cold): New test.
692 (info line *foo_cold): New test.
693
694 2019-07-26 Tom de Vries <tdevries@suse.de>
695
696 * gdb.arch/i386-pkru.exp: Fix unterminated string.
697
698 2019-07-25 Tom de Vries <tdevries@suse.de>
699
700 PR testsuite/24830
701 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
702 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
703 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
704 (skip_libstdcxx_probe_tests): ... here.
705 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
706
707 2019-07-24 Tom de Vries <tdevries@suse.de>
708
709 PR testsuite/24807
710 * gdb.objc/basicclass.m: Include stdio.h.
711 * gdb.objc/nondebug.m: Same.
712 * gdb.objc/objcdecode.m: Same.
713
714 2019-07-24 Tom de Vries <tdevries@suse.de>
715
716 PR testsuite/24612
717 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
718 additional_flags.
719
720 2019-07-24 Tom de Vries <tdevries@suse.de>
721
722 PR testsuite/24831
723 * gdb.multi/tids.exp: Update error messages for info threads.
724
725 2019-07-24 Tom de Vries <tdevries@suse.de>
726
727 * gdb.base/info-types.exp: Allow info types to print info for more than
728 one file.
729
730 2019-07-23 Tom de Vries <tdevries@suse.de>
731
732 PR testsuite/24842
733 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
734 gdb_spawn_with_cmdline_opts.
735
736 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
737
738 * gdb.arch/arm-cmse-sgstubs.c: New test.
739 * gdb.arch/arm-cmse-sgstubs.exp: New file.
740
741 2019-07-23 Tom de Vries <tdevries@suse.de>
742
743 PR testsuite/24711
744 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
745 issuing next command.
746
747 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 * gdb.ada/info_auto_lang.exp: Update expected results.
750 * gdb.base/info-types.c: Add additional types to check.
751 * gdb.base/info-types.exp: Update expected results.
752
753 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.base/info-types.c: New file.
756 * gdb.base/info-types.exp: New file.
757
758 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.arch/riscv-bp-infcall.c: New file.
761 * gdb.arch/riscv-bp-infcall.exp: New file.
762
763 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 PR breakpoints/24541
766 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
767
768 2019-07-14 Tom de Vries <tdevries@suse.de>
769
770 PR testsuite/24760
771 * gdb.objc/basicclass.exp: Fix unterminated string.
772
773 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
774 Andrew Burgess <andrew.burgess@embecosm.com>
775
776 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
777 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
778 negative bounds.
779 * gdb.fortran/vla-value.exp: Print elements of an array with
780 negative bounds.
781 * gdb.fortran/vla.f90: Setup an array with negative bounds for
782 testing.
783
784 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
785
786 * gdb.base/options.exp (expect_string): Dequote strings in
787 results.
788 (test-string): Test strings with different quoting and reindent.
789
790 2019-07-10 Tom Tromey <tromey@adacore.com>
791
792 * gdb.ada/mi_ex_cond.exp: Update expected results.
793 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
794 * gdb.ada/mi_catch_ex.exp: Update expected results.
795 * gdb.ada/mi_catch_assert.exp: Update expected results.
796 * gdb.ada/catch_ex.exp (catch_exception_info)
797 (catch_exception_entry, catch_assert_entry)
798 (catch_unhandled_entry): Update.
799 * gdb.ada/catch_assert_if.exp: Update expected results.
800
801 2019-07-10 Richard Bunt <richard.bunt@arm.com>
802 Stephen Roberts <stephen.roberts@arm.com>
803
804 * gdb.base/define.exp: Restore original prompt.
805
806 2019-07-09 Pedro Alves <palves@redhat.com>
807
808 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
809 breakpoints" output.
810 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
811 * gdb.python/py-breakpoint.exp: No longer expect that "catch
812 throw" creates breakpoint.
813 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
814 'type="catchpoint"'.
815
816 2019-07-09 Pedro Alves <palves@redhat.com>
817
818 PR c++/15468
819 * gdb.cp/except-multi-location-lib.cc: New.
820 * gdb.cp/except-multi-location-main.cc: New.
821 * gdb.cp/except-multi-location.exp: New.
822
823 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
824
825 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
826 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
827 argument and update callers.
828
829 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.arch/amd64-break-on-asm-line.S: New file.
832 * gdb.arch/amd64-break-on-asm-line.exp: New file.
833
834 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
835
836 * gdb.base/printcmds.exp: Test printing C string and
837 C wide string convenience vars without transiting via the inferior.
838 Also make test names unique.
839
840 2019-07-08 Alan Hayward <alan.hayward@arm.com>
841
842 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
843
844 2019-07-04 Pedro Alves <palves@redhat.com>
845
846 * lib/gdb.exp (foreach_with_prefix): Don't return early if
847 body returned ok(0), break(3) or continue(4).
848 * gdb.testsuite/foreach_with_prefix.exp: New file.
849
850 2019-07-04 Alan Hayward <alan.hayward@arm.com>
851
852 * gdb.server/unittest.exp: Allow 0 unit tests to run.
853
854 2019-07-03 Pedro Alves <palves@redhat.com>
855
856 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
857 "return -code".
858
859 2019-07-03 Pedro Alves <palves@redhat.com>
860
861 PR cli/24732
862 * gdb.base/shell.exp: Load completion-support.exp.
863 Adjust expected error output. Add completion tests.
864
865 2019-07-03 Pedro Alves <palves@redhat.com>
866
867 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
868 string_to_regexp.
869
870 2019-07-03 Pedro Alves <palves@redhat.com>
871
872 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
873 (expect_integer): Adjust to expect "-string".
874 (expect_string): New.
875 (all_options): Expect "-string".
876 (test-flag, test-boolean): Adjust to expect "-string".
877 (test-string): New proc.
878 (top level): Call it.
879
880 2019-07-03 Pedro Alves <palves@redhat.com>
881
882 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
883 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
884 the expected output in the success.
885
886 2019-07-03 Pedro Alves <palves@redhat.com>
887
888 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
889 Split one gdb_test_multiple call in two to avoid a race.
890
891 2019-07-03 Pedro Alves <palves@redhat.com>
892
893 * gdb.base/with.c: New file.
894 * gdb.base/with.exp: New file.
895
896 2019-07-03 Pedro Alves <palves@redhat.com>
897
898 * gdb.base/settings.exp: Replace all references to "maint
899 test-settings set" with references to "maint set test-settings",
900 and all references to "maint test-settings show" with references
901 to "maint show test-settings".
902
903 2019-07-03 Pedro Alves <palves@redhat.com>
904
905 * gdb.base/settings.exp (test-string): Adjust expected out when
906 testing "maint test-settings show filename"
907
908 2019-07-02 Pedro Alves <palves@redhat.com>
909
910 * gdb.base/options.exp (test-info-threads): New procedure.
911 (top level): Call it.
912
913 2019-06-28 Tom Tromey <tromey@adacore.com>
914
915 * gdb.dwarf2/ada-linkage-name.c: New file.
916 * gdb.dwarf2/ada-linkage-name.exp: New file.
917
918 2019-06-27 Tom Tromey <tromey@adacore.com>
919
920 * gdb.cp/constexpr-field.exp: Use setup_xfail.
921
922 2019-06-26 Tom de Vries <tdevries@suse.de>
923
924 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
925
926 2019-06-26 Tom de Vries <tdevries@suse.de>
927
928 * gdb.base/index-cache.exp: Add back missing debug option.
929
930 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
931
932 * gdb.base/alias.exp: Test non matching/non existing prefixes.
933
934 2019-06-25 Tom de Vries <tdevries@suse.de>
935
936 PR testsuite/24727
937 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
938
939 2019-06-24 Tom de Vries <tdevries@suse.de>
940
941 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
942
943 2019-06-24 Tom de Vries <tdevries@suse.de>
944
945 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
946 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
947 * gdb.trace/unavailable-dwarf-piece.exp: Same.
948
949 2019-06-24 Tom de Vries <tdevries@suse.de>
950
951 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
952
953 2019-06-21 Tom de Vries <tdevries@suse.de>
954
955 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
956
957 2019-06-21 Tom de Vries <tdevries@suse.de>
958
959 PR testsuite/24518
960 PR ada/24713
961 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
962 index.
963
964 2019-06-19 Tom Tromey <tromey@adacore.com>
965
966 * gdb.ada/length_cond.exp: Add intro comment.
967
968 2019-06-19 Tom Tromey <tromey@adacore.com>
969
970 * gdb.ada/length_cond.exp: New file.
971 * gdb.ada/length_cond/length_cond.adb: New file.
972 * gdb.ada/length_cond/pck.adb: New file.
973 * gdb.ada/length_cond/pck.ads: New file.
974
975 2019-06-18 Tom de Vries <tdevries@suse.de>
976
977 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
978
979 2019-06-18 Tom Tromey <tromey@adacore.com>
980
981 * gdb.base/list0.h: Add comment explaining control character.
982
983 2019-06-18 Tom de Vries <tdevries@suse.de>
984
985 * boards/fission.exp: Break up long debug_flags line.
986
987 2019-06-16 Tom de Vries <tdevries@suse.de>
988
989 PR gdb/24445
990 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
991 generated index.
992
993 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
994
995 PR gdb/24686
996 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
997 improve detection of bug gdb/24541.
998
999 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1000
1001 PR gdb/24669
1002 * gdb.base/index-cache.exp (uses_readnow,
1003 expecting_index_cache_use): Define global variable.
1004 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1005 expecting_index_cache_use.
1006
1007 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1008 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * gdb.fortran/pointers.f90: New file.
1011 * gdb.fortran/print_type.exp: New file.
1012 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1013 * gdb.fortran/vla-type.exp: Likewise.
1014 * gdb.fortran/vla-value.exp: Likewise.
1015 * gdb.mi/mi-vla-fortran.exp: Likewise.
1016
1017 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1018
1019 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1020 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1021 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1022 as a stop reason.
1023
1024 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * gdb.base/annota1.exp: Update expected results.
1027 * gdb.cp/annota2.exp: Likewise.
1028 * gdb.cp/annota3.exp: Likewise.
1029
1030 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.base/style-logging.exp: Remove path from test name.
1033
1034 2019-06-14 Tom Tromey <tromey@adacore.com>
1035
1036 PR gdb/24502:
1037 * gdb.base/style-logging.exp: New file.
1038
1039 2019-06-14 Tom Tromey <tromey@adacore.com>
1040
1041 * gdb.base/symfile-warn.exp: New file.
1042 * gdb.base/symfile-warn.c: New file.
1043
1044 2019-06-14 Tom Tromey <tromey@adacore.com>
1045
1046 * gdb.base/annotate-symlink.exp: New file.
1047
1048 2019-06-14 Tom Tromey <tromey@adacore.com>
1049
1050 * gdb.ada/set_wstr.exp: Add reassignment test.
1051
1052 2019-06-14 Tom Tromey <tromey@adacore.com>
1053
1054 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1055 'unchecked_access and 'unrestricted_access as well.
1056
1057 2019-06-14 Tom Tromey <tromey@adacore.com>
1058
1059 PR ada/24539:
1060 * gdb.ada/vla.exp: Update tests.
1061 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1062 pragma.
1063
1064 2019-06-13 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.base/settings.exp (test-integer): Test junk after
1067 "unlimited".
1068
1069 2019-06-13 Pedro Alves <palves@redhat.com>
1070
1071 * gdb.base/options.exp (test-thread-apply): New.
1072 (top level): Call it.
1073
1074 2019-06-13 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.base/options.exp (test-frame-apply): New.
1077 (top level): Test print commands with different "frame apply"
1078 prefixes.
1079
1080 2019-06-13 Pedro Alves <palves@redhat.com>
1081
1082 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1083 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1084 'max_completions' parameter and handle it.
1085 (test_gdb_completion_offers_commands): New.
1086
1087 2019-06-13 Pedro Alves <palves@redhat.com>
1088
1089 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1090
1091 2019-06-13 Pedro Alves <palves@redhat.com>
1092
1093 * gdb.base/options.exp (test-backtrace): New.
1094 (top level): Call it.
1095
1096 2019-06-13 Pedro Alves <palves@redhat.com>
1097
1098 * gdb.guile/scm-frame-args.exp: Use "set print
1099 raw-frame-arguments" instead of "set print raw frame-arguments".
1100 * gdb.python/py-frame-args.exp: Likewise.
1101
1102 2019-06-13 Pedro Alves <palves@redhat.com>
1103
1104 * gdb.compile/compile.exp: Adjust expected output to option
1105 processing changes.
1106
1107 2019-06-13 Pedro Alves <palves@redhat.com>
1108
1109 * gdb.base/options.exp: Build executable.
1110 (test-print): New procedure.
1111 (top level): Call it, once for "print" and another for "compile
1112 print".
1113
1114 2019-06-13 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.base/options.c: New file.
1117 * gdb.base/options.exp: New file.
1118
1119 2019-06-13 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1122 that "o" is ambiguous.
1123
1124 2019-06-13 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.base/settings.c: New file.
1127 * gdb.base/settings.exp: New file.
1128
1129 2019-06-13 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.base/completion.exp: Fix comment typo.
1132
1133 2019-06-13 Pedro Alves <palves@redhat.com>
1134
1135 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1136 foo --1" test.
1137
1138 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1139
1140 * gdb.fortran/block-data.f: New.
1141 * gdb.fortran/block-data.exp: New.
1142
1143 2019-06-11 Tom de Vries <tdevries@suse.de>
1144
1145 PR testsuite/24521
1146 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1147 message.
1148
1149 2019-06-11 Tom de Vries <tdevries@suse.de>
1150
1151 PR testsuite/24521
1152 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1153
1154 2019-06-11 Tom de Vries <tdevries@suse.de>
1155
1156 * boards/readnow.exp: New file.
1157
1158 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1159
1160 * gdb.fortran/vla-sizeof.exp: Update expected results.
1161
1162 2019-06-06 Amos Bird <amosbird@gmail.com>
1163
1164 * gdb.base/annota1.exp (thread_switch): Add test for
1165 thread-exited annotation.
1166
1167 2019-06-06 Tom Tromey <tromey@adacore.com>
1168
1169 * gdb.base/maint.exp: Expect command started/finished output.
1170
1171 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1172
1173 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1174 comment.
1175 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1176
1177 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1180 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1181 * gdb.arch/riscv-unwind-long-insn.c: New file.
1182 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1183
1184 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1185
1186 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1187
1188 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1189
1190 * lib/gdb.exp (help_list_trailer): New regexp variable
1191 factorizing the help trailer message.
1192 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1193 arg to allow to better factorize various tests.
1194 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1195 (test_prefix_command_help): Use help_list_trailer.
1196 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1197 * gdb.guile/scm-cmd.exp: Likewise.
1198 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1199 * gdb.base/help.exp: Use test_user_defined_class_help.
1200 * gdb.base/style.exp: Add tests for styling of help and apropos.
1201 * lib/gdb-utils.exp (style): Add title and highlight styles.
1202
1203 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1204
1205 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1206 $_shell_exitsignal.
1207 * gdb.base/default.exp: Update for new convenience variables.
1208
1209 2019-05-29 Tom Tromey <tromey@adacore.com>
1210
1211 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1212 to "break complete ada" test case's regexp.
1213
1214 2019-05-29 Tom Tromey <tromey@adacore.com>
1215
1216 PR c++/20020:
1217 * gdb.cp/constexpr-field.exp: New file.
1218 * gdb.cp/constexpr-field.cc: New file.
1219
1220 2019-05-29 Tom Tromey <tromey@adacore.com>
1221
1222 * gdb.base/finish.exp (finish_no_print): New proc.
1223 (finish_tests): Call it.
1224
1225 2019-05-24 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.dwarf2/gdb-add-index.exp: New file.
1228
1229 2019-05-22 Tom Tromey <tromey@adacore.com>
1230
1231 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1232 * gdb.base/style.exp: Use "style".
1233 * lib/gdb-utils.exp (style): New proc.
1234
1235 2019-05-22 Tom de Vries <tdevries@suse.de>
1236
1237 * gdb.base/align.exp: Require c++11.
1238
1239 2019-05-22 Tom de Vries <tdevries@suse.de>
1240
1241 PR testsuite/24586
1242 * gdb.python/py-mi-var-info-path-expression.exp: Call
1243 mi_skip_python_tests to check if python is supported.
1244
1245 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1246
1247 * gdb.arch/aarch64-pauth.c: New test.
1248 * gdb.arch/aarch64-pauth.exp: New file.
1249
1250 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1251
1252 * README (Re-running Tests Outside The Testsuite): New section.
1253
1254 2019-05-21 Tom de Vries <tdevries@suse.de>
1255
1256 * gdb.arch/amd64-eval.exp: Require c++11.
1257 * gdb.base/max-depth.exp: Same.
1258 * gdb.compile/compile-cplus-array-decay.exp: Same.
1259 * gdb.cp/meth-typedefs.exp: Same.
1260 * gdb.cp/subtypes.exp: Same.
1261 * gdb.cp/temargs.exp: Same.
1262
1263 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1264
1265 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1266
1267 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 PR gdb/18644
1270 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1271 * gdb.fortran/printing-types.exp: Add new test.
1272 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1273 testing.
1274 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1275 setup_kfail call.
1276
1277 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1278
1279 * README (Running the Testsuite): Change example.
1280 (Testsuite Parameters): Remove TRANSCRIPT.
1281 * lib/gdb.exp: Remove TRANSCRIPT check.
1282
1283 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1284
1285 * README (Testsuite Parameters): Add replay logging to
1286 GDBSERVER_DEBUG.
1287 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1288 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1289 as a comma separated list.
1290 (gdb_debug_init): Override procedure.
1291
1292 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1293
1294 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1295 (gdb_write_cmd_file): New procedure.
1296 * lib/gdbserver-support.exp (gdbserver_start): Call
1297 gdbserver_write_cmd_file.
1298 (gdbserver_write_cmd_file): New procedure.
1299
1300 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1301
1302 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1303 (delete_breakpoints): Likewise.
1304 (gdb_run_cmd): Likewise.
1305 (gdb_start_cmd): Likewise.
1306 (gdb_starti_cmd): Likewise.
1307 (gdb_internal_error_resync): Likewise.
1308 (gdb_test_multiple): Likewise.
1309 (gdb_reinitialize_dir): Likewise.
1310 (default_gdb_exit): Likewise.
1311 (gdb_file_cmd): Mark kill as optional.
1312 (default_gdb_start): Call gdb_stdin_log_init.
1313 (send_gdb): Call gdb_stdin_log_write.
1314 (rerun_to_main): Mark Y as an answer.
1315 (gdb_stdin_log_init): New function.
1316 (gdb_stdin_log_write): Likewise.
1317
1318 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1319
1320 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1321 * gdb.base/debug-expr.exp: Likewise.
1322 * gdb.base/foll-fork.exp: Likewise.
1323 * gdb.base/foll-vfork.exp: Likewise.
1324 * gdb.base/fork-print-inferior-events.exp: Likewise.
1325 * gdb.base/gdb-sigterm.exp: Likewise.
1326 * gdb.base/gdbinit-history.exp: Likewise.
1327 * gdb.base/osabi.exp: Likewise.
1328 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1329 * gdb.base/ui-redirect.exp: Likewise.
1330 * gdb.gdb/unittest.exp: Likewise.
1331 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1332 * gdb.mi/mi-watch.exp: Likewise.
1333 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1334 * gdb.mi/user-selected-context-sync.exp: Likewise.
1335 * gdb.python/python.exp: Disable debug test when debugging.
1336 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1337 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1338 Likewise.
1339 * gdb.threads/stepi-random-signal.exp: Likewise.
1340
1341 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1342
1343 * Makefile.in: Pass through GDB_DEBUG.
1344 * README (Testsuite Parameters): Add GDB_DEBUG.
1345 (gdb,debug): Add board setting.
1346 * lib/gdb.exp (default_gdb_start): Start debugging.
1347 (gdb_debug_enabled): New procedure.
1348 (gdb_debug_init): Likewise.
1349
1350 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1351
1352 * Makefile.in: Pass through GDB_DEBUG.
1353 * README (Testsuite Parameters): Add GDB_DEBUG.
1354 (gdb,debug): Add board setting.
1355 * lib/gdb.exp (default_gdb_start): Start debugging.
1356 (gdb_debug_enabled): New procedure.
1357 (gdb_debug_init): Likewise.
1358
1359 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1360
1361 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1362
1363 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1364
1365 * gdb.base/ui-redirect.exp: Test redirection.
1366
1367 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1368
1369 * gdb.mi/mi-complete.exp: New file.
1370 * gdb.mi/mi-complete.cc: Likewise.
1371
1372 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1373
1374 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1375 indexed and sliced arrays, and pointers to arrays.
1376
1377 2019-05-14 Tom Tromey <tromey@adacore.com>
1378
1379 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1380 styling test.
1381
1382 2019-05-14 Tom de Vries <tdevries@suse.de>
1383
1384 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1385 selection entry encoding.
1386
1387 2019-05-10 Tom Tromey <tromey@adacore.com>
1388
1389 * gdb.ada/info_exc.exp: Add "complete" test.
1390
1391 2019-05-09 Tom de Vries <tdevries@suse.de>
1392
1393 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1394 CU-relative.
1395
1396 2019-05-09 Tom de Vries <tdevries@suse.de>
1397
1398 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1399 CU-relative.
1400
1401 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1402
1403 * gdb.ada/frame_arg_lang.exp: New testcase.
1404 * gdb.ada/frame_arg_lang/bla.adb: New file.
1405 * gdb.ada/frame_arg_lang/pck.ads: New file.
1406 * gdb.ada/frame_arg_lang/pck.adb: New file.
1407 * gdb.ada/frame_arg_lang/foo.c: New file.
1408
1409 2019-05-08 Tom Tromey <tromey@adacore.com>
1410
1411 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1412
1413 2019-05-08 Tom Tromey <tromey@adacore.com>
1414
1415 * gdb.base/ptype-offsets.exp: Update tests.
1416
1417 2019-05-08 Tom Tromey <tromey@adacore.com>
1418
1419 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1420 cases.
1421 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1422 "short".
1423
1424 2019-05-08 Tom Tromey <tromey@adacore.com>
1425
1426 * gdb.ada/vla.exp: New file.
1427 * gdb.ada/vla/vla.adb: New file.
1428
1429 2019-05-07 Tom de Vries <tdevries@suse.de>
1430
1431 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1432
1433 2019-05-07 Tom de Vries <tdevries@suse.de>
1434
1435 PR testsuite/24522
1436 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1437 section.
1438
1439 2019-05-07 Tom de Vries <tdevries@suse.de>
1440
1441 PR testsuite/24522
1442 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1443 .debug_aranges section.
1444
1445 2019-05-07 Tom de Vries <tdevries@suse.de>
1446
1447 PR testsuite/24159
1448 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1449
1450 2019-05-06 Tom de Vries <tdevries@suse.de>
1451
1452 * lib/gdb.exp (exec_has_index_section): New proc.
1453 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1454 section.
1455
1456 2019-05-04 Tom de Vries <tdevries@suse.de>
1457
1458 * boards/cc-with-debug-names.exp: New file.
1459
1460 2019-05-03 Tom Tromey <tromey@adacore.com>
1461
1462 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1463 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1464 * gdb.ada/char_enum.exp: Add test.
1465
1466 2019-05-03 Tom de Vries <tdevries@suse.de>
1467
1468 * boards/cc-with-gdb-index.exp: New file.
1469
1470 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1471
1472 * gdb.rust/simple.exp: Add new test case.
1473 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1474 (main): Initialise an instance of the new struct.
1475
1476 2019-05-01 Tom Tromey <tromey@adacore.com>
1477
1478 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1479 record.
1480 (NPR): New variable.
1481 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1482 test.
1483
1484 2019-05-01 Tom Tromey <tromey@adacore.com>
1485
1486 * gdb.ada/packed_array_assign.exp: Add packed assignment
1487 regression test.
1488
1489 2019-05-01 Tom de Vries <tdevries@suse.de>
1490
1491 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1492
1493 2019-05-01 Tom de Vries <tdevries@suse.de>
1494
1495 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1496
1497 2019-04-30 Ali Tamur <tamur@google.com>
1498
1499 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1500
1501 2019-04-30 Tom Tromey <tromey@adacore.com>
1502
1503 * lib/ada.exp (find_ada_tool): New proc.
1504 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1505 * gdb.ada/catch_ex_std.exp: New file.
1506 * gdb.ada/catch_ex_std/foo.adb: New file.
1507 * gdb.ada/catch_ex_std/some_package.adb: New file.
1508 * gdb.ada/catch_ex_std/some_package.ads: New file.
1509
1510 2019-04-30 Tom Tromey <tromey@adacore.com>
1511
1512 PR c++/24470:
1513 * gdb.cp/temargs.cc: Add test code from PR.
1514
1515 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1516
1517 * gdb.fortran/vla-datatypes.exp: Update expected results.
1518 * gdb.fortran/vla-ptype.exp: Likewise.
1519 * gdb.fortran/vla-type.exp: Likewise.
1520 * gdb.fortran/vla-value.exp: Likewise.
1521
1522 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1523
1524 * gdb.fortran/ptr-indentation.exp: Update expected results.
1525 * gdb.fortran/ptype-on-functions.exp: Likewise.
1526 * gdb.fortran/vla-ptr-info.exp: Likewise.
1527 * gdb.fortran/vla-value.exp: Likewise.
1528
1529 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1530
1531 * gdb.fortran/ptype-on-functions.exp: New file.
1532 * gdb.fortran/ptype-on-functions.f90: New file.
1533
1534 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1535
1536 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1537 case void string.
1538
1539 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1540
1541 * gdb.fortran/complex.exp: Expand.
1542 * gdb.fortran/complex.f: Renamed to...
1543 * gdb.fortran/complex.f90: ...this, and extended to add more
1544 complex values.
1545
1546 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1547
1548 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1549 MODULO, CMPLX.
1550
1551 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1552 Richard Bunt <richard.bunt@arm.com>
1553
1554 * gdb.base/max-depth.c: New file.
1555 * gdb.base/max-depth.exp: New file.
1556 * gdb.python/py-nested-maps.c: New file.
1557 * gdb.python/py-nested-maps.exp: New file.
1558 * gdb.python/py-nested-maps.py: New file.
1559 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1560 (test_all_common): Call test_max_depth.
1561 * gdb.fortran/max-depth.exp: New file.
1562 * gdb.fortran/max-depth.f90: New file.
1563 * gdb.go/max-depth.exp: New file.
1564 * gdb.go/max-depth.go: New file.
1565 * gdb.modula2/max-depth.exp: New file.
1566 * gdb.modula2/max-depth.c: New file.
1567 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1568
1569 2019-04-29 Tom de Vries <tdevries@suse.de>
1570
1571 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1572
1573 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1574
1575 * gdb.base/callexit.exp: Test may-call-functions off.
1576
1577 2019-04-25 Keith Seitz <keiths@redhat.com>
1578
1579 PR c++/24367
1580 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1581 (another_incomplete_struct, test_incomplete): New definitions.
1582 (main): Use new definitions.
1583 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1584 functions.
1585
1586 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1587
1588 PR corefiles/11608
1589 PR corefiles/18187
1590 * gdb.base/coredump-filter-build-id.exp: New file.
1591
1592 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1593
1594 * Makefile.in: Pass through GDBSERVER_DEBUG.
1595 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1596 (gdbserver,debug): Add board setting.
1597 * gdb.trace/tspeed.exp: Skip when debugging.
1598 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1599 * lib/gdbserver-support.exp: Likewise
1600
1601 2019-04-24 Tom Tromey <tromey@adacore.com>
1602
1603 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1604 Rust.
1605
1606 2019-04-24 Tom Tromey <tromey@adacore.com>
1607
1608 * gdb.arch/amd64-eval.exp: Test bitfield return.
1609 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1610 (class Foo) <return_bitfields>: New method.
1611 (main): Call it.
1612
1613 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.cp/many-args.cc: New file.
1616 * gdb.cp/many-args.exp: New file.
1617
1618 2019-04-23 Tom de Vries <tdevries@suse.de>
1619
1620 PR gdb/24433
1621 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1622
1623 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1624
1625 * gdb.trace/backtrace.exp: Use nopie flag.
1626 * gdb.trace/circ.exp: Likewise.
1627 * gdb.trace/collection.exp: Likewise.
1628 * gdb.trace/ftrace.exp: Likewise.
1629 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1630 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1631 * gdb.trace/qtro.exp: Likewise.
1632 * gdb.trace/read-memory.exp: Likewise.
1633 * gdb.trace/report.exp: Likewise.
1634 * gdb.trace/tfile.exp: Likewise.
1635 * gdb.trace/tfind.exp: Likewise.
1636 * gdb.trace/unavailable.exp: Likewise.
1637
1638 2019-04-22 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.base/solib-probes-nosharedlibrary.c,
1641 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1642
1643 2019-04-19 Tom Tromey <tromey@adacore.com>
1644
1645 * gdb.ada/ptype_union.c: New file.
1646 * gdb.ada/ptype_union.exp: New file.
1647
1648 2019-04-19 Tom Tromey <tromey@adacore.com>
1649
1650 PR symtab/24423:
1651 * gdb.base/list0.h (foo): Add a control-l character.
1652
1653 2019-04-18 Tom de Vries <tdevries@suse.de>
1654
1655 PR gdb/24433
1656 * boards/local-board.exp: Set sysroot to "".
1657
1658 2019-04-18 Tom de Vries <tdevries@suse.de>
1659 Pedro Alves <palves@redhat.com>
1660
1661 PR gdb/24454
1662 * gdb.threads/vfork-follow-child-exec.c: New file.
1663 * gdb.threads/vfork-follow-child-exec.exp: New file.
1664 * gdb.threads/vfork-follow-child-exit.c: New file.
1665 * gdb.threads/vfork-follow-child-exit.exp: New file.
1666
1667 2019-04-15 Leszek Swirski <leszeks@google.com>
1668
1669 * gdb.arch/amd64-eval.cc: New file.
1670 * gdb.arch/amd64-eval.exp: New file.
1671
1672 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1673
1674 * gdb.server/sysroot.c: New test.
1675 * gdb.server/sysroot.exp: New file.
1676 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1677 matching param.
1678
1679 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.base/align.exp: Extend test to cover structures containing
1682 only static fields.
1683
1684 2019-04-11 Tom de Vries <tdevries@suse.de>
1685
1686 * boards/cc-with-dwz-m.exp: New file.
1687 * boards/cc-with-dwz.exp: New file.
1688 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1689
1690 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1691
1692 * gdb.base/start-cpp.exp: New file.
1693 * gdb.base/start-cpp.cc: New file.
1694
1695 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1696
1697 * gdb.python/py-thrhandle.exp: Adjust tests to call
1698 thread_from_handle instead of thread_from_thread_handle.
1699
1700 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1701
1702 * gdb.python/py-thrhandle.exp: Add tests for
1703 gdb.InferiorThread.handle.
1704
1705 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1706
1707 * gdb.python/py-function.exp: Check calling helper function from
1708 all languages.
1709 * lib/gdb.exp (gdb_supported_languages): New proc.
1710
1711 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1712
1713 * gdb.base/complex-parts.c: New file.
1714 * gdb.base/complex-parts.exp: New file.
1715
1716 2019-04-01 Tom Tromey <tromey@adacore.com>
1717
1718 PR symtab/23331:
1719 * gdb.dwarf2/dw2-ranges-main.c: New file.
1720 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1721 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1722
1723 2019-03-30 Simon Marchi <simark@simark.ca>
1724
1725 * gdb.base/default.exp: Add values for $_gdb_major and
1726 $_gdb_minor.
1727
1728 2019-03-29 Tom Tromey <tromey@adacore.com>
1729
1730 * gdb.base/help.exp: Tighten apropos regexp.
1731
1732 2019-03-29 Keith Seitz <keiths@redhat.com>
1733
1734 * gdb.fortran/array-bounds.exp: New file.
1735 * gdb.fortran/array-bounds.f90: New file.
1736
1737 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1738
1739 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1740
1741 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1742
1743 * gdb.multi/hello.c (main): Increase alarm timer.
1744
1745 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1746
1747 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1748 factor when no hardware watchpoint support.
1749
1750 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1751 Pedro Alves <palves@redhat.com>
1752
1753 * boards/local-board.exp: set sysroot to /.
1754
1755 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1756
1757 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1758 in child.
1759
1760 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1761
1762 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1763 field.
1764 (make_container): Initialise new field.
1765 * gdb.python/py-prettyprint.exp: Add new tests.
1766 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1767 <display_hint>: New method.
1768
1769 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1770
1771 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1772 gdb_continue_to_breakpoint more throughout this test.
1773 (run_lang_tests) Supply unique test names, and use
1774 gdb_test_no_output.
1775
1776 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * gdb.base/finish-pretty.exp: Update expected results.
1779 * gdb.base/pretty-print.c: New file.
1780 * gdb.base/pretty-print.exp: New file.
1781
1782 2019-03-25 Pedro Alves <palves@redhat.com>
1783
1784 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1785 move comments outside list. Append '-i "" eof' section.
1786
1787 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1788
1789 * README: Add pie options.
1790 * gdb.base/break-interp.exp: Ensure pie is disabled.
1791 * gdb.base/dump.exp: Likewise.
1792 * lib/gdb.exp (gdb_compile): Add pie option.
1793
1794 2019-03-19 Tom Tromey <tromey@adacore.com>
1795
1796 * gdb.mi/mi2-cli-display.c: New file.
1797 * gdb.mi/mi2-cli-display.exp: New file.
1798
1799 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1800 Tom Tromey <tromey@adacore.com>
1801
1802 * gdb.ada/ptype_array/pck.adb: New file.
1803 * gdb.ada/ptype_array/pck.ads: New file.
1804 * gdb.ada/ptype_array/foo.adb: New file.
1805 * gdb.ada/ptype_array.exp: New file.
1806
1807 2019-03-14 Tom Tromey <tromey@adacore.com>
1808
1809 * gdb.base/style.exp: Add "set style sources" test.
1810
1811 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1812
1813 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1814 * mi-breakpoint-multiple-locations.exp: ... this.
1815 (make_breakpoints_pattern): New proc.
1816 (do_test): Add mi_version parameter, test -break-insert,
1817 -break-info and =breakpoint-created.
1818
1819 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1820
1821 * config/default.exp: Remove 'load_lib gdb.exp'.
1822 * config/monitor.exp: Likewise.
1823 * config/sid.exp: Likewise.
1824 * config/sim.exp: Likewise.
1825 * config/slite.exp: Likewise.
1826 * config/unix.exp: Likewise.
1827 * gdb.base/default.exp: Remove unhelpful comment.
1828
1829 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1830
1831 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1832
1833 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1836
1837 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1838
1839 * gdb.fortran/type-kinds.exp: Update expected results.
1840
1841 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1842
1843 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1844
1845 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1848 function.
1849 (test_basic_parsing_of_type_kinds): Expand types tested.
1850 (test_parsing_invalid_type_kinds): New function.
1851
1852 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * gdb.fortran/intrinsics.exp: New file.
1855 * gdb.fortran/intrinsics.f90: New file.
1856 * gdb.fortran/type-kinds.exp: New file.
1857
1858 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1859
1860 * gdb.fortran/dot-ops.exp: New file.
1861
1862 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1863
1864 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1865 Check upper and lower case logical literals.
1866
1867 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1870 Remove duplicate tests.
1871
1872 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1873
1874 * lib/gdb.exp (builtin_cd): rename of cd.
1875 (cd): Override builtin.
1876
1877 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1878
1879 * gdb.fortran/function-calls.exp: New file.
1880 * gdb.fortran/function-calls.f90: New test.
1881
1882 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1883
1884 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1885 on user program standard output.
1886 * gdb.fortran/short-circuit-argument-list.f90: Record function
1887 calls.
1888
1889 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1890
1891 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1892 failure.
1893
1894 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1895
1896 PR gdb/8527
1897 * gdb.base/interrupt-daemon-attach.c,
1898 gdb.base/interrupt-daemon-attach.exp: New test.
1899
1900 2019-02-27 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/page.exp: Add tests for "set width/height -1".
1903
1904 2019-02-27 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.base/page.exp: Add tests for "set/show width/height" with
1907 "infinite" values.
1908
1909 2019-02-27 Tom Tromey <tromey@adacore.com>
1910
1911 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1912 2.4.
1913 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1914 workaround.
1915
1916 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1917
1918 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1919 tests for structs with static members.
1920
1921 2019-02-26 Tom Tromey <tromey@adacore.com>
1922
1923 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1924 ValueError, not TypeError.
1925
1926 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1927
1928 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1929 call from main program.
1930
1931 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1932
1933 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1934 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1935 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1936 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1937 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1938
1939 2019-02-22 Keith Seitz <keiths@redhat.com>
1940
1941 PR symtab/23853
1942 * gdb.base/symlink-sourcefile.c: New file.
1943 * gdb.base/symlink-sourcefile.exp: New file.
1944
1945 2019-02-20 Tom Tromey <tom@tromey.com>
1946
1947 * gdb.base/info_qt.exp: Update.
1948
1949 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1950
1951 * gdb.base/source.exp: Move "error in sourced script" code to
1952 the end.
1953 * gdb.base/source-error.gdb: Move contents to
1954 source-error-1.gdb. Add new code to source source-error-1.gdb.
1955 * gdb.base/source-error-1.gdb: New file, from previous
1956 source-error.gdb.
1957
1958 2019-02-17 Tom Tromey <tom@tromey.com>
1959
1960 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1961 for macro styling.
1962 * gdb.base/style.c (SOME_MACRO): New macro.
1963
1964 2019-02-17 Tom Tromey <tom@tromey.com>
1965
1966 * gdb.base/style.exp: Add line-wrapping tests.
1967 * gdb.base/page.exp: Add test for quitting during pagination.
1968
1969 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1970
1971 * gdb.ada/big_packed_array: New testcase.
1972 * gdb.ada/homonym.exp: Fix incorrect expected output for
1973 "break <homonym__get_value>" test.
1974
1975 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1976
1977 PR breakpoints/21870
1978 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1979 and prepare_for_testing. Add comment.
1980 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1981 redundant cleanup call. Clean up comment.
1982
1983 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1984
1985 PR breakpoints/21870
1986 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1987 * gdb.arch/aarch64-dbreg-contents.c: New file.
1988
1989 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1990
1991 * gdb.ada/mi_ref_changeable: New testcase.
1992
1993 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1994
1995 * gdb.base/attach.exp: Add double attach test.
1996
1997 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1998
1999 * lib/gdb.exp (default_gdb_start): Don't match pagination
2000 prompt.
2001 (gdb_init): Set stty_init.
2002
2003 2019-01-27 Tom Tromey <tom@tromey.com>
2004
2005 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2006 skip_python_tests.
2007
2008 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2009
2010 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2011 New structure.
2012 (struct struct_static_02_02): Likewise.
2013 (struct struct_static_02_03): Likewise.
2014 (struct struct_static_02_04): Likewise.
2015 (struct struct_static_04_01): Likewise.
2016 (struct struct_static_04_02): Likewise.
2017 (struct struct_static_04_03): Likewise.
2018 (struct struct_static_04_04): Likewise.
2019 (struct struct_static_06_01): Likewise.
2020 (struct struct_static_06_02): Likewise.
2021 (struct struct_static_06_03): Likewise.
2022 (struct struct_static_06_04): Likewise.
2023 (cmp_struct_static_02_01): Likewise.
2024 (cmp_struct_static_02_02): Likewise.
2025 (cmp_struct_static_02_03): Likewise.
2026 (cmp_struct_static_02_04): Likewise.
2027 (cmp_struct_static_04_01): Likewise.
2028 (cmp_struct_static_04_02): Likewise.
2029 (cmp_struct_static_04_03): Likewise.
2030 (cmp_struct_static_04_04): Likewise.
2031 (cmp_struct_static_06_01): Likewise.
2032 (cmp_struct_static_06_02): Likewise.
2033 (cmp_struct_static_06_03): Likewise.
2034 (cmp_struct_static_06_04): Likewise.
2035 (call_all): Test new structs.
2036 * gdb.base/infcall-nested-structs.exp: Likewise.
2037
2038 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2039 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2040
2041 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2042 * gdb.base/stack-protector.c: New test.
2043 * gdb.base/stack-protector.exp: New file.
2044 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2045 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2046 option.
2047 (gdb_compile): Remove stack protector for GCC and prevent
2048 recursion.
2049
2050 2019-01-16 Keith Seitz <keiths@redhat.com>
2051
2052 PR gdb/23773
2053 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2054
2055 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2056
2057 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2058 aliases.
2059 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2060 tests.
2061 * gdb.arch/powerpc-vector-regs.c: New file.
2062 * gdb.arch/powerpc-vector-regs.exp: New file.
2063
2064 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2065
2066 * gdb.arch/altivec-regs.exp: Fix the list passed to
2067 gdb_expect_list when testing "info vector".
2068
2069 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2070
2071 * gdb.base/style.exp: Don't include path in testname.
2072
2073 2019-01-10 Keith Seitz <keiths@redhat.com>
2074
2075 PR gdb/23712
2076 PR symtab/23010
2077 * gdb.dwarf2/multidictionary.exp: New file.
2078
2079 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2080
2081 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2082 (test_gnuv3_style_demangling): ... this.
2083 (test_lucid_style_demangling): Remove.
2084 (test_arm_style_demangling): Remove.
2085 (test_hp_style_demangling): Remove.
2086 (do_tests): Remove calls to the above.
2087
2088 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2091 case.
2092
2093 2019-01-06 Tom Tromey <tom@tromey.com>
2094
2095 PR gdb/28155:
2096 * gdb.dwarf2/typedef-void-finish.exp: New file.
2097
2098 2018-12-28 Tom Tromey <tom@tromey.com>
2099 Simon Marchi <simark@simark.ca>
2100
2101 * gdb.base/jit-exec.exp: New file.
2102 * gdb.base/jit-exec.c: New file.
2103 * gdb.base/jit-execd.c: New file.
2104
2105 2018-12-28 Tom Tromey <tom@tromey.com>
2106
2107 * gdb.base/style.exp: Update test to check for address styling.
2108
2109 2018-12-28 Tom Tromey <tom@tromey.com>
2110
2111 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2112 message.
2113
2114 2018-12-28 Tom Tromey <tom@tromey.com>
2115
2116 * gdb.base/style.exp: Add test for version number styling.
2117
2118 2018-12-28 Tom Tromey <tom@tromey.com>
2119
2120 * gdb.base/style.exp: Add test for print_address_symbolic.
2121
2122 2018-12-28 Tom Tromey <tom@tromey.com>
2123
2124 * gdb.base/style.exp: Add test for breakpoint setting.
2125
2126 2018-12-28 Tom Tromey <tom@tromey.com>
2127
2128 * gdb.base/style.exp: Add test for variable names.
2129
2130 2018-12-28 Tom Tromey <tom@tromey.com>
2131
2132 * gdb.base/style.exp: New file.
2133 * gdb.base/style.c: New file.
2134
2135 2018-12-28 Tom Tromey <tom@tromey.com>
2136
2137 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2138 "dumb".
2139 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2140 the TERM environment variable.
2141
2142 2018-12-27 Tom Tromey <tom@tromey.com>
2143
2144 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2145 pagination test.
2146
2147 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2150 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2151
2152 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2153
2154 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2155 Filename a.adb changed to bp_fun_addr.adb.
2156 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2157
2158 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2159
2160 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2161 non-PIE executables.
2162 * README: Mention the gdb,nopie_flag board setting.
2163 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2164 non-PIE executable.
2165 * gdb.arch/amd64-entry-value.exp: Likewise.
2166 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2167 * gdb.arch/i386-float.exp: Likewise.
2168 * gdb.arch/i386-signal.exp: Likewise.
2169 * gdb.mi/mi-reg-undefined.exp: Likewise.
2170
2171 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2172
2173 PR gdb/23974
2174 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2175
2176 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2177
2178 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2179 Update order of results accordingly.
2180
2181 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2182
2183 * gdb.base/annota1.exp: Update a test regexp.
2184
2185 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2188
2189 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2190
2191 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2192 (reuse_time): Initialize to REUSE_TIME_CAP.
2193 (check_rc): New function.
2194 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2195 Check pthread_create rc.
2196 (spawner_thread_func): Check pthread_create and pthread_join rc.
2197
2198 2018-12-08 Pedro Alves <palves@redhat.com>
2199
2200 * gdb.base/list.exp (test_forward_search): Rename to ...
2201 (test_forward_reverse_search): ... this. Also test reverse-search
2202 and the forward-search alias.
2203
2204 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2205
2206 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2207 local timeout variable before return, and remove all local timeout
2208 variable entirely.
2209 (gdb_load): Likewise.
2210
2211 2018-12-01 Tom de Vries <tdevries@suse.de>
2212
2213 * gdb.base/gdb-caching-proc.exp: New file.
2214
2215 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2216
2217 * Makefile.in (TIMESTAMP): New variable.
2218 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2219 command.
2220 (check-single-racy): Likewise.
2221 (check/%.exp): Likewise.
2222 (check-racy/%.exp): Likewise.
2223 (workers/%.worker): Likewise.
2224 (build-perf): Likewise.
2225 (check-perf): Likewise.
2226 * README: Describe new "TS" and "TS_FORMAT" variables.
2227 * print-ts.py: New file.
2228
2229 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2230
2231 PR python/23714
2232 * gdb.python/python.exp: Test command repetition after
2233 gdb.execute.
2234
2235 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2236
2237 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2238 is correctly aligned.
2239
2240 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2241
2242 * gdb.ada/info_auto_lang.exp: New testcase.
2243 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2244 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2245 * gdb.ada/info_auto_lang/some_c.c: New file.
2246
2247 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2248
2249 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2250 FUNC_lang language syntax.
2251
2252 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2253
2254 * gdb.base/info_minsym.c: New file.
2255 * gdb.base/info_minsym.exp: New file.
2256
2257 2018-11-19 Tom Tromey <tom@tromey.com>
2258
2259 PR rust/23625:
2260 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2261 * gdb.rust/expr.exp: Update expected output. Change one test.
2262
2263 2018-11-19 Tom Tromey <tom@tromey.com>
2264
2265 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2266
2267 2018-11-19 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2270 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2271 see the expected warning.
2272
2273 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2274
2275 PR gdb/22736:
2276 * gdb.cp/infcall-nodebug-lib.c: New test.
2277 * gdb.cp/infcall-nodebug-main.c: New test.
2278 * gdb.cp/infcall-nodebug.exp: New file.
2279
2280 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2281
2282 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2283 completer tests.
2284
2285 2018-11-09 Tom de Vries <tdevries@suse.de>
2286
2287 * gdb.base/msym-lang.c: New test.
2288 * gdb.base/msym-lang.exp: New file.
2289 * gdb.base/msym-lang-main.c: New test.
2290
2291 2018-11-08 Tom Tromey <tom@tromey.com>
2292
2293 PR gdb/23555:
2294 PR gdb/23838:
2295 * gdb.base/warning.exp: New file.
2296
2297 2018-11-08 Jan Beulich <jbeulich@suse.com>
2298
2299 * testsuite/gdb.arch/i386-avx512.c,
2300 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2301
2302 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2303
2304 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2305 point hardware.
2306
2307 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2308
2309 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2310 * gdb.dwarf2/missing-type-name.exp: New file.
2311
2312 2018-11-06 Tom de Vries <tdevries@suse.de>
2313
2314 * gdb.base/many-headers.c: New test.
2315 * gdb.base/many-headers.exp: New file.
2316
2317 2018-11-06 Jim Wilson <jimw@sifive.com>
2318
2319 * gdb.base/code_elim.exp: For riscv, set additional_flags
2320 to include -msmall-data-limit=0.
2321
2322 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2323
2324 * gdb.ada/watch_minus_l: New testcase.
2325
2326 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2327
2328 * gdb.arch/aix-sighandle.c: New file.
2329 * gdb.arch/aix-sighandle.exp: New file.
2330
2331 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2332
2333 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2334 registers being unions.
2335
2336 2018-10-31 Tom de Vries <tdevries@suse.de>
2337
2338 * lib/valgrind.exp: New file.
2339 (vgdb_start, vgdb_stop): New procs, factored out of ...
2340 * gdb.base/valgrind-bt.exp: ... here, ...
2341 * gdb.base/valgrind-disp-step.exp: ... here and ...
2342 * gdb.base/valgrind-infcall.exp: ... here.
2343
2344 2018-10-31 Tom de Vries <tdevries@suse.de>
2345
2346 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2347
2348 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2349
2350 * gdb.dwarf2/void-type.c: New file.
2351 * gdb.dwarf2/void-type.exp: New file.
2352
2353 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2354
2355 * gdb.base/info_qt.c: New file.
2356 * gdb.base/info_qt.exp: New file.
2357
2358 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2359
2360 * gdb.arch/powerpc-htm-regs.c: New file.
2361 * gdb.arch/powerpc-htm-regs.exp: New file.
2362
2363 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2364
2365 * gdb.arch/powerpc-tar.c: New file.
2366 * gdb.arch/powerpc-tar.exp: New file.
2367
2368 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2369
2370 * gdb.arch/powerpc-ppr-dscr.c: New file.
2371 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2372
2373 2018-10-25 Tom de Vries <tdevries@suse.de>
2374
2375 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2376
2377 2018-10-24 Tom de Vries <tdevries@suse.de>
2378
2379 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2380 longer exists error.
2381
2382 2018-10-24 Tom de Vries <tdevries@suse.de>
2383
2384 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2385
2386 2018-10-24 Tom de Vries <tdevries@suse.de>
2387
2388 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2389 --db-attach in valgrind.
2390
2391 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.arch/riscv-reg-aliases.c: New file.
2394 * gdb.arch/riscv-reg-aliases.exp: New file.
2395
2396 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2397
2398 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2399
2400 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2401
2402 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2403
2404 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2405
2406 * gdb.cp/ovldbreak.exp: Fix regexps.
2407
2408 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2409
2410 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2411
2412 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2413
2414 PR cli/23785
2415 * gdb.base/restore.exp: New test to check if "restore" with an
2416 invalid file doesn't segfault.
2417
2418 2018-10-18 Tom de Vries <tdevries@suse.de>
2419
2420 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2421 * gdb.ada/excep_handle.exp: Same.
2422 * gdb.ada/mi_string_access.exp: Same.
2423 * gdb.ada/mi_var_union.exp: Same.
2424 * gdb.arch/arc-analyze-prologue.exp: Same.
2425 * gdb.arch/arc-decode-insn.exp: Same.
2426 * gdb.base/readnever.exp: Same.
2427 * gdb.fortran/printing-types.exp: Same.
2428 * gdb.guile/scm-lazy-string.exp: Same.
2429
2430 2018-10-16 Tom de Vries <tdevries@suse.de>
2431
2432 PR gdb/23730
2433 * gdb.base/catch-follow-exec.c: Add copyright notice.
2434 * gdb.base/catch-follow-exec.exp: Rewrite to use
2435 gdb_spawn_with_cmdline_opts. Require gdb-native.
2436
2437 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2438
2439 * gdb.trace/actions-changed.exp: Check for arch support.
2440 * gdb.trace/actions.exp: Likewise.
2441 * gdb.trace/ax.exp: Likewise.
2442 * gdb.trace/backtrace.exp: Likewise.
2443 * gdb.trace/change-loc.exp: Likewise.
2444 * gdb.trace/deltrace.exp: Likewise.
2445 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2446 * gdb.trace/ftrace.exp: Likewise.
2447 * gdb.trace/infotrace.exp: Check for arch support.
2448 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2449 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2450 * gdb.trace/mi-tsv-changed.exp: Likewise.
2451 * gdb.trace/packetlen.exp: Likewise.
2452 * gdb.trace/passc-dyn.exp: Likewise.
2453 * gdb.trace/passcount.exp: Likewise.
2454 * gdb.trace/pending.exp: Likewise.
2455 * gdb.trace/range-stepping.exp: Check for shlib support.
2456 * gdb.trace/report.exp: Check for arch support.
2457 * gdb.trace/save-trace.exp: Likewise.
2458 * gdb.trace/signal.exp: Check for signal support.
2459 * gdb.trace/tfind.exp: Check for arch support.
2460 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2461 * gdb.trace/trace-common.h: Add comment.
2462 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2463 * gdb.trace/trace-enable-disable.exp: Likewise.
2464 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2465 * gdb.trace/tracecmd.exp: Check for arch support.
2466 * gdb.trace/tspeed.exp: Check for shlib and target support.
2467 * gdb.trace/tstatus.exp: Check for arch support.
2468 * gdb.trace/tsv.exp: Likewise.
2469 * gdb.trace/while-dyn.exp: Likewise.
2470 * gdb.trace/while-stepping.exp: Likewise.
2471 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2472
2473 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2474
2475 * gdb.trace/tspeed.exp: Remove nowarnings.
2476 (prepare_for_trace_test): Declare "global ipalib".
2477 * gdb.trace/tspeed.c: Include unistd.h.
2478 (main): Remove superfluous printf argument.
2479
2480 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2481
2482 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2483 directory prefix on the filename.
2484
2485 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2486
2487 * gdb.gdb/unittest.exp: Update expected message informing that
2488 selftests have been disabled.
2489 * gdb.server/unittest.exp: Likewise.
2490
2491 2018-10-09 Tom de Vries <tdevries@suse.de>
2492
2493 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2494 with runto_main.
2495
2496 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2497
2498 PR c++/16841
2499 * gdb.cp/virtbase2.cc: New file.
2500 * gdb.cp/virtbase2.exp: New file.
2501
2502 2018-10-06 Tom Tromey <tom@tromey.com>
2503
2504 PR python/19399:
2505 * gdb.python/py-inferior.exp: Add architecture test.
2506
2507 2018-10-06 Tom Tromey <tom@tromey.com>
2508
2509 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2510 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2511
2512 2018-10-06 Tom Tromey <tom@tromey.com>
2513
2514 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2515 of a "throw" catchpoint.
2516
2517 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2518
2519 * gdb.base/info-proc.exp: Update string expected from "help info
2520 proc".
2521
2522 2018-10-04 Tom Tromey <tom@tromey.com>
2523
2524 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2525 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2526 (test_initial_complaints, test_empty_complaints): Update.
2527 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2528
2529 2018-10-04 Tom Tromey <tom@tromey.com>
2530
2531 PR cli/19551:
2532 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2533 * lib/gdb.exp (gdb_file_cmd): Update.
2534 * gdb.stabs/weird.exp (print_weird_var): Update.
2535 * gdb.server/solib-list.exp: Update.
2536 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2537 * gdb.mi/mi-cli.exp: Update.
2538 * gdb.linespec/linespec.exp: Update.
2539 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2540 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2541 * gdb.cp/cp-relocate.exp: Update.
2542 * gdb.base/sym-file.exp: Update.
2543 * gdb.base/relocate.exp: Update.
2544 * gdb.base/readnever.exp: Update.
2545 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2546 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2547 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2548 * gdb.base/code_elim.exp: Update.
2549 * gdb.base/break-unload-file.exp (test_break): Update.
2550 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2551 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2552 Update.
2553 * gdb.base/attach.exp (do_attach_tests): Update.
2554 * gdb.base/sepdebug.exp: Update.
2555 * gdb.python/py-section-script.exp: Update.
2556
2557 2018-10-04 Tom Tromey <tom@tromey.com>
2558
2559 PR cli/22234:
2560 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2561 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2562 output.
2563
2564 2018-10-04 Tom Tromey <tom@tromey.com>
2565
2566 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2567 set width and height to 0.
2568 (test_command_line_attach_run): Use -quiet.
2569
2570 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2571
2572 * lib/gdb.exp (skip_ifunc_tests): New.
2573 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2574 other compile failures.
2575 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2576
2577 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2578
2579 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2580 is_amd64_regs_target.
2581
2582 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2583
2584 * gdb.arch/aarch64-sighandler-regs.c: New test.
2585 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2586 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2587
2588 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2589
2590 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2591 assembly.
2592
2593 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2594
2595 * gdb.base/frame-selection.exp: New file.
2596 * gdb.base/frame-selection.c: New file.
2597
2598 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2599
2600 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2601 pthread barrier.
2602 (main): Likewise.
2603
2604 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.base/large-frame-1.c: New file.
2607 * gdb.base/large-frame-2.c: New file.
2608 * gdb.base/large-frame.exp: New file.
2609 * gdb.base/large-frame.h: New file.
2610
2611 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2612
2613 PR gdb/20948
2614 * gdb.base/write_mem.exp: New test.
2615 * gdb.base/write_mem.c: Likewise.
2616
2617 2018-09-23 Tom Tromey <tom@tromey.com>
2618
2619 PR python/18852:
2620 * gdb.python/py-parameter.exp: Add test for parameter that throws
2621 on "set".
2622
2623 2018-09-23 Tom Tromey <tom@tromey.com>
2624
2625 PR python/17284:
2626 * gdb.python/py-template.exp (test_template_arg): Add test for
2627 negative template argument number.
2628
2629 2018-09-23 Tom Tromey <tom@tromey.com>
2630
2631 PR python/14062:
2632 * gdb.python/python.exp: Add test for post_event error.
2633
2634 2018-09-23 Tom Tromey <tom@tromey.com>
2635
2636 PR python/18170:
2637 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2638 convert pointers to int and long.
2639
2640 2018-09-23 Tom Tromey <tom@tromey.com>
2641
2642 PR python/20126:
2643 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2644 signed-ness conversion tests.
2645
2646 2018-09-23 Tom Tromey <tom@tromey.com>
2647
2648 PR python/18352;
2649 * gdb.python/py-value.exp (test_float_conversion): New proc.
2650 Use it.
2651
2652 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2653
2654 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2655
2656 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2657
2658 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2659 no readline.
2660 * gdb.base/utf8-identifiers.exp: Likewise.
2661 * gdb.cp/cpcompletion.exp: Likewise.
2662 * gdb.linespec/cpcompletion.exp: Likewise.
2663 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2664 * gdb.linespec/cpls-ops.exp: Likewise.
2665
2666 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2667 Chris January <chris.january@arm.com>
2668
2669 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2670 * gdb.fortran/short-circuit-argument-list.exp: New file.
2671 * gdb.fortran/short-circuit-argument-list.f90: New test.
2672
2673 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2674
2675 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2676 "arch=" keyword when executing "-stack-list-frames".
2677
2678 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2679
2680 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2681 "arch=" keyword when executing "-stack-list-frames".
2682
2683 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2684
2685 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2686 break ada".
2687
2688 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2689
2690 PR python/23669
2691 * gdb.python/python.exp: Test gdb.execute("show commands").
2692
2693 2018-09-16 Tom Tromey <tom@tromey.com>
2694
2695 * gdb.base/new-ui.exp (do_execution_tests): Update.
2696 * gdb.base/dbx.exp (test_breakpoints): Update.
2697
2698 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2699
2700 * lib/gdb.exp (gdb_simple_compile): Add proc.
2701 (is_elf_target): Use gdb_simple_compile.
2702 (skip_altivec_tests): Likewise.
2703 (skip_vsx_tests): Likewise.
2704 (skip_tsx_tests): Likewise.
2705 (skip_btrace_tests): Likewise.
2706 (skip_btrace_pt_tests): Likewise.
2707 (gdb_can_simple_compile): Likewise.
2708 (gdb_has_argv0): Likewise.
2709 (gdb_target_symbol_prefix): Likewise.
2710 (target_supports_scheduler_locking): Likewise.
2711
2712 2018-09-13 Tom Tromey <tom@tromey.com>
2713
2714 * Makefile.in (TAGS): Recognize proc_with_prefix and
2715 gdb_caching_proc.
2716
2717 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2718
2719 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2720 method.
2721
2722 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2723
2724 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2725 and a few other Inferior properties when the Inferior is no
2726 longer valid.
2727
2728 2018-09-13 Tom Tromey <tom@tromey.com>
2729
2730 PR rust/23650:
2731 * gdb.rust/simple.exp: Add test for enum field access error.
2732
2733 2018-09-13 Tom Tromey <tom@tromey.com>
2734
2735 PR rust/23626:
2736 * gdb.rust/simple.rs (EmptyEnum): New type.
2737 (main): Use it.
2738 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2739
2740 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2741
2742 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2743 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2744 * gdb.python/py-symtab.exp: Update test printing an objfile.
2745
2746 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2747
2748 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2749 object.
2750
2751 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2752
2753 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2754 (support_complex_tests): Use gdb_can_simple_compile.
2755 (is_ilp32_target): Likewise.
2756 (is_lp64_target): Likewise.
2757 (is_64_target): Likewise.
2758 (is_amd64_regs_target): Likewise.
2759 (is_aarch32_target): Likewise.
2760 (gdb_int128_helper): Likewise.
2761
2762 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2763
2764 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2765
2766 2018-09-10 Jerome Guitton <guitton@adacore.com>
2767
2768 * gdb.ada/same_component_name: Add test for case of tagged record
2769 with variable-length fields.
2770
2771 2018-09-10 Xavier Roirand <roirand@adacore.com>
2772
2773 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2774 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2775 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2776 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2777
2778 2018-09-10 Xavier Roirand <roirand@adacore.com>
2779
2780 * gdb.ada/mi_string_access.exp: New testcase.
2781 * gdb.ada/mi_string_access/bar.adb: New file.
2782 * gdb.ada/mi_string_access/pck.adb: New file.
2783 * gdb.ada/mi_string_access/pck.asd: New file.
2784
2785 2018-09-10 Xavier Roirand <roirand@adacore.com>
2786
2787 * gdb.ada/mi_var_union.exp: New testcase.
2788 * gdb.ada/mi_var_union/bar.adb: New file.
2789 * gdb.ada/mi_var_union/pck.adb: New file.
2790 * gdb.ada/mi_var_union/pck.asd: New file.
2791
2792 2018-09-08 Tom Tromey <tom@tromey.com>
2793
2794 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2795
2796 2018-09-08 Tom Tromey <tom@tromey.com>
2797
2798 PR python/16047:
2799 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2800 (register_pretty_printers): Register new printer.
2801 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2802 test.
2803 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2804 (an_int_type3): New global.
2805
2806 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2807
2808 * gdb.ada/expr_with_funcall: New testcase.
2809
2810 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2811
2812 * gdb.ada/packed_array_assign: New testcase.
2813
2814 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2815
2816 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2817 names, and add test prefixes to make test names unique.
2818
2819 2018-09-05 Tom de Vries <tdevries@suse.de>
2820
2821 * gdb.dwarf2/varval.exp: Add test.
2822
2823 2018-09-04 Gary Benson <gbenson@redhat.com>
2824
2825 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2826 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2827
2828 2018-08-31 Tom Tromey <tom@tromey.com>
2829
2830 * gdb.rust/simple.rs: Rename second variable "v".
2831
2832 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2833
2834 * gdb.base/funcargs.c (use_a): New function.
2835 (recurse): Call use_a.
2836
2837 2018-08-29 Keith Seitz <keiths@redhat.com>
2838
2839 * gdb.compile/compile-cplus-anonymous.cc: New file.
2840 * gdb.compile/compile-cplus-anonymous.exp: New file.
2841 * gdb.compile/compile-cplus-array-decay.cc: New file.
2842 * gdb.compile/compile-cplus-array-decay.exp: New file.
2843 * gdb.compile/compile-cplus-inherit.cc: New file.
2844 * gdb.compile/compile-cplus-inherit.exp: New file.
2845 * gdb.compile/compile-cplus-member.cc: New file.
2846 * gdb.compile/compile-cplus-member.exp: New file.
2847 * gdb.compile/compile-cplus-method.cc: New file.
2848 * gdb.compile/compile-cplus-method.exp: New file.
2849 * gdb.compile/compile-cplus-mod.c: "New" file.
2850 * gdb.compile/compile-cplus-namespace.cc: New file.
2851 * gdb.compile/compile-cplus-namespace.exp: New file.
2852 * gdb.compile/compile-cplus-nested.cc: New file.
2853 * gdb.compile/compile-cplus-nested.exp: New file.
2854 * gdb.compile/compile-cplus-print.c: "New" file.
2855 * gdb.compile/compile-cplus-print.exp: "New" file.
2856 * gdb.compile/compile-cplus-virtual.cc: New file.
2857 * gdb.compile/compile-cplus-virtual.exp: New file.
2858 * gdb.compile/compile-cplus.c: "New" file.
2859 * gdb.compile/compile-cplus.exp: "New" file.
2860 * lib/compile-support.exp: New file.
2861
2862 2018-08-16 Gary Benson <gbenson@redhat.com>
2863
2864 PR gdb/13000:
2865 * gdb.base/batch-exit-status.exp: New file.
2866 * gdb.base/batch-exit-status.good-commands: Likewise.
2867 * gdb.base/batch-exit-status.bad-commands: Likewise.
2868
2869 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2870
2871 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2872 (struct struct02): Likewise.
2873 (struct struct03): Likewise.
2874 (struct struct04): Likewise.
2875 (struct struct_01_01): New struct.
2876 (struct struct_01_02): Likewise.
2877 (struct struct_01_03): Likewise.
2878 (struct struct_01_04): Likewise.
2879 (struct struct_02_01): Likewise.
2880 (struct struct_02_02): Likewise.
2881 (struct struct_02_03): Likewise.
2882 (struct struct_02_04): Likewise.
2883 (struct struct_04_01): Likewise.
2884 (struct struct_04_02): Likewise.
2885 (struct struct_04_03): Likewise.
2886 (struct struct_04_04): Likewise.
2887 (struct struct_05_01): Likewise.
2888 (struct struct_05_02): Likewise.
2889 (struct struct_05_03): Likewise.
2890 (struct struct_05_04): Likewise.
2891 (cmp_struct01): Remove function.
2892 (cmp_struct02): Likewise.
2893 (cmp_struct03): Likewise.
2894 (cmp_struct04): Likewise.
2895 (cmp_struct_01_01): Add Function.
2896 (cmp_struct_01_02): Likewise.
2897 (cmp_struct_01_03): Likewise.
2898 (cmp_struct_01_04): Likewise.
2899 (cmp_struct_02_01): Likewise.
2900 (cmp_struct_02_02): Likewise.
2901 (cmp_struct_02_03): Likewise.
2902 (cmp_struct_02_04): Likewise.
2903 (cmp_struct_04_01): Likewise.
2904 (cmp_struct_04_02): Likewise.
2905 (cmp_struct_04_03): Likewise.
2906 (cmp_struct_04_04): Likewise.
2907 (cmp_struct_05_01): Likewise.
2908 (cmp_struct_05_02): Likewise.
2909 (cmp_struct_05_03): Likewise.
2910 (cmp_struct_05_04): Likewise.
2911 (call_all): Add new structs.
2912 * gdb.base/infcall-nested-structs.exp: Likewise.
2913
2914 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2915
2916 * gdb.python/py-framefilter-mi.exp: Update regexp to
2917 check for "arch" field in frame output.
2918
2919 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2920
2921 * gdb.dwarf2/dw2-ranges-func.c: New file.
2922 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2923
2924 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2925
2926 * gdb.base/term.exp: Compare terminal settings with values from
2927 the inferior.
2928 * gdb.base/term.c: Get and set terminal settings.
2929
2930 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2931
2932 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2933 accommodate new "arch" field in frame output.
2934 * gdb.mi/mi-return.exp: Likewise.
2935 * gdb.mi/mi-stack.exp: Likewise.
2936 * gdb.mi/mi-syn-frame.exp: Likewise.
2937 * gdb.mi/user-selected-context-sync.exp: Likewise.
2938
2939 2018-08-19 Michael Spang <spang@google.com>
2940
2941 PR gdb/11786
2942 * gdb.base/gcore-tls-pie.c: New file.
2943 * gdb.base/gcore-tls-pie.exp: New file.
2944
2945 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2946
2947 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2948 * gdb.dwarf2/varval.c: New file.
2949 * gdb.dwarf2/varval.exp: New file.
2950
2951 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2952
2953 PR gdb/18931
2954 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2955
2956 2018-08-16 Keith Seitz <keiths@redhat.com>
2957
2958 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2959 tests expected to pass.
2960
2961 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2962
2963 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2964 -data-disassemble -a.
2965 (test_disassembly_bogus_args): Likewise.
2966
2967 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2968
2969 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2970
2971 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * gdb.base/vla-optimized-out.exp: Add new test.
2974
2975 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2976
2977 * gdb.base/vla-optimized-out-o3.exp: Delete.
2978 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2979 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2980 deleted tests.
2981
2982 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2983
2984 PR gdb/18050:
2985 * gdb.server/extended-remote-restart.c: New file.
2986 * gdb.server/extended-remote-restart.exp: New file.
2987
2988 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2989
2990 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2991 "set variable index = 42".
2992
2993 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2994
2995 * boards/index-cache-gdb.exp: New file.
2996 * gdb.dwarf2/index-cache.exp: New file.
2997 * gdb.dwarf2/index-cache.c: New file.
2998 * gdb.base/maint.exp: Check if we are using the index cache.
2999
3000 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3001
3002 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3003 MAKEFLAGS.
3004
3005 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3006
3007 * dg-extract-results.sh: Move to toplevel contrib.
3008 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3009 * Makefile.in (check-parallel-racy): Likewise.
3010
3011 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3012
3013 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3014 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3015 tests if the target supports scheduler locking.
3016
3017 2018-08-04 Tom de Vries <tdevries@suse.de>
3018
3019 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3020
3021 2018-08-02 Tom Tromey <tom@tromey.com>
3022
3023 PR symtab/16842.
3024 * gdb.cp/temargs.exp: Test "info address" of a template
3025 parameter.
3026
3027 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3028
3029 * gdb.python/py-mi-var-info-path-expression.c: New file.
3030 * gdb.python/py-mi-var-info-path-expression.py: New file.
3031 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3032
3033 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3034
3035 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3036 error after "cannot resolve name" string.
3037
3038 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3041 started.
3042 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3043
3044 2018-07-28 Tom de Vries <tdevries@suse.de>
3045
3046 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3047
3048 2018-07-26 Tom de Vries <tdevries@suse.de>
3049
3050 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3051
3052 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3053
3054 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3055 is visible.
3056
3057 2018-07-26 Tom de Vries <tdevries@suse.de>
3058
3059 PR breakpoints/23366
3060 * gdb.base/catch-follow-exec.c: New test.
3061 * gdb.base/catch-follow-exec.exp: New file.
3062
3063 2018-07-25 Tom de Vries <tdevries@suse.de>
3064
3065 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3066 vla-optimized-out.c.
3067
3068 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3069
3070 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3071 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3072
3073 2018-07-20 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3076 NOCLONE macro.
3077 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3078
3079 2018-07-19 Tom de Vries <tdevries@suse.de>
3080
3081 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3082 regular expression.
3083
3084 2018-07-18 Tom de Vries <tdevries@suse.de>
3085
3086 * gdb.base/vla-optimized-out.c: New test.
3087 * gdb.base/vla-optimized-out.exp: New file.
3088
3089 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3090
3091 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3092 message "No address associated with hostname" when gdbserver
3093 cannot resolve the hostname.
3094
3095 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3096
3097 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3098 Add some test prefixes to make tests unique.
3099
3100 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3101
3102 * gdb.base/frameapply.c: New file.
3103 * gdb.base/frameapply.exp: New file.
3104
3105 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3106
3107 * gdb.base/skip.exp: Update expected error message.
3108
3109 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3110 Jan Kratochvil <jan.kratochvil@redhat.com>
3111 Paul Fertser <fercerpav@gmail.com>
3112 Tsutomu Seki <sekiriki@gmail.com>
3113
3114 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3115 parameter.
3116 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3117 by default.
3118 * boards/native-gdbserver.exp: Likewise.
3119 * gdb.server/run-without-local-binary.exp: Improve regexp used
3120 for detecting when a remote debugging connection succeeds.
3121 * gdb.server/server-connect.exp: New file.
3122 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3123 Do not prefix the port number with ":".
3124 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3125 support for detecting and using it. Add '$debughost_gdbserver'
3126 to the list of arguments used to start gdbserver. Handle case
3127 when gdbserver cannot resolve a network name.
3128
3129 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3130
3131 PR c++/23373
3132 * gdb.base/ptype-offsets.cc (struct static_member): New
3133 struct.
3134 (main) <stmember>: New variable.
3135 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3136 with a static member in it.
3137
3138 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3139
3140 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3141 watchpoints enabled and disabled.
3142
3143 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.base/examine-backward.exp: Still run tests around address
3146 0x0, even if address 0x0 is not readable. Update the pattern for
3147 matching address 0x0 in expected output.
3148
3149 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3150
3151 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3152 malloc/free.
3153
3154 2018-07-04 Tom de Vries <tdevries@suse.de>
3155
3156 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3157
3158 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3159
3160 PR tdep/8282
3161 * gdb.arch/mips-disassembler-options.exp: New test.
3162 * gdb.arch/mips-disassembler-options.s: New test source.
3163
3164 2018-06-29 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.threads/names.exp: Adjust expected "info threads" output.
3167
3168 2018-06-29 Pedro Alves <palves@redhat.com>
3169
3170 * gdb.opt/inline-break.exp (line number, address): Add "info
3171 break" tests.
3172
3173 2018-06-29 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3176 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3177 number and address and running to them.
3178
3179 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3180
3181 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3182
3183 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3184
3185 * lib/compiler.c: Remove executable permission flag.
3186
3187 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3188
3189 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3190 code.
3191 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3192
3193 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3194
3195 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3196
3197 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3198
3199 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3200 address argument is omitted.
3201
3202 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3203
3204 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3205
3206 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3207
3208 PR gdb/21695
3209 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3210 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3211
3212 2018-06-26 Tom Tromey <tom@tromey.com>
3213
3214 PR rust/22574:
3215 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3216 * gdb.rust/simple.rs (struct SimpleLayout): New.
3217
3218 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3219
3220 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3221 "info registers" output.
3222
3223 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3224
3225 * gdb.base/watchpoint-hw-attach.c: New test.
3226 * gdb.base/watchpoint-hw-attach.exp: New file.
3227
3228 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3229
3230 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3231 through /bin/sh.
3232 * boards/dwarf4-gdb-index.exp: Likewise.
3233 * boards/fission-dwp.exp: Likewise.
3234
3235 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3236
3237 * gdb.base/float128.exp: Add comment and improved fail message
3238 to the failure case of "print large128" test.
3239
3240 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3241
3242 * configure.ac: Remove AC_PREREQ.
3243 * configure: Re-generate.
3244
3245 2018-06-19 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3248 (func_extern_caller): New.
3249 (main): Call func_extern_caller.
3250 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3251 logic change.
3252
3253 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3254
3255 PR gdb/16841
3256 * gdb.cp/typedef-base.cc: New file.
3257 * gdb.cp/typedef-base.exp: New file.
3258
3259 2018-06-18 Tom de Vries <tdevries@suse.de>
3260
3261 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3262
3263 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3264 Richard Bunt <Richard.Bunt@arm.com>
3265
3266 * gdb.threads/attach-slow-waitpid.c: New file.
3267 * gdb.threads/attach-slow-waitpid.exp: New file.
3268 * gdb.threads/slow-waitpid.c: New file.
3269
3270 2018-06-14 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/fork-running-state.c: Include <errno.h>.
3273 (exit_if_relative_exits): New.
3274 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3275 exits.
3276 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3277 child exits.
3278
3279 2018-06-14 Tom de Vries <tdevries@suse.de>
3280
3281 PR cli/22573
3282 * gdb.base/finish-pretty.c: New test.
3283 * gdb.base/finish-pretty.exp: New file.
3284
3285 2018-06-14 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3288 gdb's expected startup output.
3289
3290 2018-06-14 Pedro Alves <palves@redhat.com>
3291
3292 * lib/selftest-support.exp (selftest_setup): Remove inlined
3293 function handling.
3294
3295 2018-06-14 Tom de Vries <tdevries@suse.de>
3296
3297 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3298 matching of breakpoint printing.
3299
3300 2018-06-13 Tom de Vries <tdevries@suse.de>
3301
3302 PR testsuite/23269
3303 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3304 (fork_child): ... here, and ...
3305 (fork_parent): ... here.
3306
3307 2018-06-12 Tom de Vries <tdevries@suse.de>
3308
3309 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3310
3311 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3312 Stephen Roberts <stephen.roberts@arm.com>
3313
3314 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3315 rewrite test to describe action performed, rather than possible
3316 failure.
3317
3318 2018-06-08 Gary Benson <gbenson@redhat.com>
3319
3320 * gdb.threads/check-libthread-db.exp: New file.
3321 * gdb.threads/check-libthread-db.c: Likewise.
3322
3323 2018-06-05 Tom Tromey <tom@tromey.com>
3324
3325 * gdb.base/default.exp: Update expected "show version" output.
3326
3327 2018-06-05 Tom Tromey <tom@tromey.com>
3328
3329 PR cli/12326:
3330 * gdb.cp/static-print-quit.exp: Update.
3331 * lib/gdb.exp (pagination_prompt): Update.
3332 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3333 * gdb.python/python.exp: Update.
3334
3335 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3336
3337 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3338
3339 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3340
3341 * gdb.ada/bp_fun_addr: New testcase.
3342
3343 2018-06-01 Tom Tromey <tom@tromey.com>
3344
3345 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3346 results.
3347 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3348 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3349 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3350 * gdb.base/maint.exp (maint_pass_if): Update.
3351
3352 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3353
3354 * gdb.base/endian.exp: New test.
3355 * gdb.base/endian.c: New test source.
3356
3357 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3358
3359 PR gdb/23203
3360 * gdb.base/bt-selected-frame.c: New file.
3361 * gdb.base/bt-selected-frame.exp: New file.
3362 * lib/gdb.exp (get_current_frame_number): New function.
3363
3364 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3365 Pedro Alves <palves@redhat.com>
3366
3367 * gdb.threads/tls-core.c: Include <stdlib.h>
3368 (thread_proc): Call `abort'.
3369 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3370 (tls_core_test): New procedure, bits factored out from ...
3371 (top level): ... here. Test both native cores and gcore cores.
3372
3373 2018-05-23 Tom Tromey <tom@tromey.com>
3374
3375 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3376
3377 2018-05-23 Tom Tromey <tom@tromey.com>
3378
3379 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3380 symfile_complaints.
3381 (test_short_complaints): Likewise.
3382 (test_empty_complaints): Likewise.
3383 (test_initial_complaints): Update.
3384
3385 2018-05-23 Tom Tromey <tom@tromey.com>
3386
3387 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3388
3389 2018-05-23 Tom Tromey <tom@tromey.com>
3390
3391 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3392 (test_short_complaints): Update.
3393
3394 2018-05-22 Pedro Alves <palves@redhat.com>
3395
3396 * gdb.base/remote.exp: Only gdb_start after compiling the
3397 testcase. Issue "disconnect" before testing "set remote" command
3398 defaults. Issue clean_restart before running to main.
3399
3400 2018-05-22 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.base/remote.exp: Adjust expected output of "show remote
3403 memory-write-packet-size". Add tests for "set remote
3404 memory-write-packet-size 0" and "set remote
3405 memory-write-packet-size fixed/limit".
3406
3407 2018-05-22 Pedro Alves <palves@redhat.com>
3408
3409 PR gdb/22973
3410 * gdb.base/utf8-identifiers.c: New file.
3411 * gdb.base/utf8-identifiers.exp: New file.
3412
3413 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3414
3415 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3416
3417 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3418
3419 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3420
3421 2018-05-18 Tom Tromey <tom@tromey.com>
3422
3423 * gdb.base/ptype-offsets.exp: Update.
3424
3425 2018-05-17 Keith Seitz <keiths@redhat.com>
3426
3427 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3428 in expected breakpoint stop locations.
3429 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3430 move to proper scope to test variable values.
3431 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3432 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3433 New functions.
3434 (main): Call not_inline_func3.
3435 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3436 inline_func1, inline_func2, and inline_func3. Test that when each
3437 breakpoint is hit, GDB properly reports both the stop location
3438 and the backtrace. Repeat tests for temporary breakpoints.
3439
3440 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3441
3442 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3443 rather then trying to access it in determining whether the PID
3444 of `gdbserver' could have been retrieved.
3445
3446 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 * gdb.arch/amd64-init-x87-values.S: New file.
3449 * gdb.arch/amd64-init-x87-values.exp: New file.
3450
3451 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3452
3453 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3454
3455 2018-05-04 Tom Tromey <tom@tromey.com>
3456
3457 PR python/22730:
3458 * gdb.python/python.exp: Test multi-line execute.
3459
3460 2018-05-04 Tom Tromey <tom@tromey.com>
3461
3462 PR python/22731:
3463 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3464
3465 2018-05-04 Tom Tromey <tom@tromey.com>
3466
3467 PR gdb/11750:
3468 * gdb.base/define.exp: Test defining a user command inside a user
3469 command.
3470 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3471
3472 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3473 Pedro Alves <palves@redhat.com>
3474
3475 PR breakpoints/19806 and support for PR external/20207.
3476 * gdb.base/watchpoint-unaligned.c: New file.
3477 * gdb.base/watchpoint-unaligned.exp: New file.
3478
3479 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * gdb.base/maint.exp: Make test names unique, use
3482 test_prefix_command_help to test 'help maint info', and remove
3483 repeated test of 'help maint'.
3484
3485 2018-05-04 Tom Tromey <tom@tromey.com>
3486
3487 PR gdb/22619:
3488 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3489 behavior.
3490
3491 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3492
3493 * gdb.base/maint.exp: Process output from 'maint print registers'
3494 line at a time.
3495
3496 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3497
3498 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3499 timeout.
3500
3501 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3504 filter pattern.
3505
3506 2018-05-02 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3509 to_log_command renames.
3510 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3511
3512 2018-05-02 Tom Tromey <tom@tromey.com>
3513
3514 * gdb.python/py-parameter.exp: Set test message.
3515
3516 2018-05-02 Tom Tromey <tom@tromey.com>
3517
3518 PR python/20084:
3519 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3520 PARAM_ZUINTEGER_UNLIMITED tests.
3521
3522 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3523
3524 PR rust/23124
3525 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3526 when casting.
3527
3528 2018-04-30 Tom Tromey <tom@tromey.com>
3529
3530 * gdb.python/py-type.exp: Check align attribute.
3531 * gdb.python/py-type.c: New "aligncheck" global.
3532
3533 2018-04-30 Tom Tromey <tom@tromey.com>
3534
3535 PR exp/17095:
3536 * gdb.dwarf2/dw2-align.exp: New file.
3537 * gdb.cp/align.exp: New file.
3538 * gdb.base/align.exp: New file.
3539 * lib/gdb.exp (gdb_int128_helper): New proc.
3540 (has_int128_c, has_int128_cxx): New caching procs.
3541
3542 2018-04-27 Tom Tromey <tom@tromey.com>
3543
3544 PR rust/22545:
3545 * gdb.rust/simple.exp: Add inclusive range tests.
3546
3547 2018-04-26 Pedro Alves <palves@redhat.com>
3548
3549 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3550 ifunc breakpoint locations correctly of ifunc breakpoints set
3551 while the program resolves the ifunc.
3552
3553 2018-04-26 Pedro Alves <palves@redhat.com>
3554
3555 * gdb.base/gnu-ifunc-final.c: New file.
3556 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3557 * gdb.base/gnu-ifunc.exp (executable): Delete.
3558 (staticexecutable): Adjust.
3559 (lib_opts, exec_opts): Delete.
3560 (make_binsuffix, build, set-break): New procedures.
3561 (misc_tests): New, with tests factored out from the top level.
3562 (top level): Test different combinations of ifunc resolver name,
3563 resolver with and with debug info, and ifunc target with and
3564 without debug info. Wrap static tests with with_target_prefix.
3565
3566 2018-04-26 Pedro Alves <palves@redhat.com>
3567
3568 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3569 return type" warnings.
3570
3571 2018-04-25 Pedro Alves <palves@redhat.com>
3572
3573 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3574 killed".
3575 * gdb.base/kill-after-signal.exp: Likewise.
3576 * gdb.threads/kill.exp: Likewise.
3577
3578 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3579 Sergio Durigan Junior <sergiodj@redhat.com>
3580 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3583 regexps to expect for '[Inferior ... detached]' as well.
3584 * gdb.base/attach.exp: Likewise.
3585 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3586 "gdb_continue_to_end".
3587 (test_catch_syscall_with_wrong_args): Likewise.
3588 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3589 ']'. Don't set 'verbose' on.
3590 * gdb.base/foll-vfork.exp: Likewise.
3591 * gdb.base/fork-print-inferior-events.c: New file.
3592 * gdb.base/fork-print-inferior-events.exp: New file.
3593 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3594 '[Inferior ... has been killed]' message.
3595 * gdb.base/kill-after-signal.exp: Likewise.
3596 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3597 detach message.
3598 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3599 message.
3600 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3601 regexps to expect for '[Inferior ... detached]' as well.
3602 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3603
3604 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3605
3606 PR gdb/23104
3607 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3608
3609 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3610
3611 * gdb.threads/multiple-successive-infcall.c: New test.
3612 * gdb.threads/multiple-successive-infcall.exp: New file.
3613
3614 2018-04-17 Tom Tromey <tom@tromey.com>
3615
3616 * gdb.rust/simple.rs (Union): New type.
3617 (main): New local "u".
3618 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3619
3620 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3621
3622 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3623 number information in output of "whereis" command.
3624 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3625
3626 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3627
3628 * gdb.ada/info_types.exp: Adjust expected output to the line
3629 numbers now printed by "info var/func/type".
3630 * gdb.base/completion.exp: Likewise.
3631 * gdb.base/included.exp: Likewise.
3632 * gdb.cp/cp-relocate.exp: Likewise.
3633 * gdb.cp/cplusfuncs.exp: Likewise.
3634 * gdb.cp/namespace.exp: Likewise.
3635 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3636
3637 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3638
3639 * gdb.btrace/cpu.exp: New.
3640
3641 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3642
3643 * gdb.base/step-indirect-call-thunk.exp: New.
3644 * gdb.base/step-indirect-call-thunk.c: New.
3645 * gdb.reverse/step-indirect-call-thunk.exp: New.
3646 * gdb.reverse/step-indirect-call-thunk.c: New.
3647
3648 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3649
3650 * gdb.base/pie-fork.c: New file.
3651 * gdb.base/pie-fork.exp: New file.
3652
3653 2018-04-11 Tom Tromey <tom@tromey.com>
3654
3655 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3656
3657 2018-04-10 Pedro Alves <palves@redhat.com>
3658
3659 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3660 exits. Instead loop running forever.
3661 (fork_parent): Run forever too.
3662
3663 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3664
3665 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3666 mi_continue_to_line.
3667 * gdb.mi/mi-stack.c (callee4): Add comment.
3668
3669 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3670
3671 * gdb.mi/mi-stack.exp: Fix indentation.
3672
3673 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3674
3675 PR gdb/22979
3676 * gdb.arch/amd64-osabi.exp: New file.
3677
3678 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3679
3680 PR gdb/22980
3681 * gdb.base/osabi.exp: New file.
3682
3683 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3684
3685 * gdb.cp/static-typedef-print.exp: New file.
3686 * gdb.cp/static-typedef-print.cc: New file.
3687
3688 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3689
3690 * gdb.ada/varsize_limit: New testcase.
3691
3692 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3693
3694 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3695
3696 * gdb.ada/notcplusplus: New testcase.
3697
3698 * gdb.base/c-linkage-name.c: New file.
3699 * gdb.base/c-linkage-name.exp: New testcase.
3700
3701 2018-03-26 Tom Tromey <tom@tromey.com>
3702
3703 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3704 * gdb.python/py-framefilter.py (name_error): New global.
3705 (ErrorInName.function): Use name_error.
3706
3707 2018-03-26 Tom Tromey <tom@tromey.com>
3708
3709 PR backtrace/15582:
3710 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3711
3712 2018-03-23 Keith Seitz <keiths@redhat.com>
3713
3714 PR c++/22968
3715 * gdb.cp/subtypes.exp: New file.
3716 * gdb.cp/subtypes.h: New file.
3717 * gdb.cp/subtypes.cc: New file.
3718 * gdb.cp/subtypes-2.cc: New file.
3719
3720 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3723 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3724 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3725 -nostartfiles when compiling the test. Confirm that all registers
3726 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3727
3728 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3729
3730 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3731 option, syntax was wrong anyway.
3732 * gdb.arch/arm-disp-step.exp: Likewise.
3733 * gdb.arch/sparc64-regs.exp: Likewise.
3734 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3735 option, syntax was wrong anyway, switch to use
3736 prepare_for_testing.
3737 * gdb.arch/i386-disp-step.exp: Likewise.
3738
3739 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3740
3741 * gdb.ada/exec_changed.exp: Replace "target_info exists
3742 use_gdb_stub" by "use_gdb_stub".
3743 * gdb.ada/start.exp: Likewise.
3744 * gdb.base/async-shell.exp: Likewise.
3745 * gdb.base/attach-pie-misread.exp: Likewise.
3746 * gdb.base/attach-wait-input.exp: Likewise.
3747 * gdb.base/break-entry.exp: Likewise.
3748 * gdb.base/break-interp.exp: Likewise.
3749 * gdb.base/dprintf-detach.exp: Likewise.
3750 * gdb.base/nostdlib.exp: Likewise.
3751 * gdb.base/solib-nodir.exp: Likewise.
3752 * gdb.base/statistics.exp: Likewise.
3753 * gdb.base/testenv.exp: Likewise.
3754 * gdb.mi/mi-exec-run.exp: Likewise.
3755 * gdb.mi/mi-start.exp: Likewise.
3756 * gdb.multi/dummy-frame-restore.exp: Likewise.
3757 * gdb.multi/multi-arch-exec.exp: Likewise.
3758 * gdb.multi/multi-arch.exp: Likewise.
3759 * gdb.multi/tids.exp: Likewise.
3760 * gdb.multi/watchpoint-multi.exp: Likewise.
3761 * gdb.python/py-events.exp: Likewise.
3762 * gdb.threads/attach-into-signal.exp: Likewise.
3763 * gdb.threads/attach-stopped.exp: Likewise.
3764 * gdb.threads/threadapply.exp: Likewise.
3765 * lib/selftest-support.exp: Likewise.
3766
3767 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3768
3769 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3770
3771 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3772
3773 * gdb.perf/template-breakpoints.cc: New file.
3774 * gdb.perf/template-breakpoints.exp: New file.
3775 * gdb.perf/template-breakpoints.py: New file.
3776
3777 2018-03-19 Tom Tromey <tom@tromey.com>
3778
3779 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3780 y0.
3781 * gdb.rust/simple.exp: Test bare identifier form of struct
3782 initializer.
3783
3784 2018-03-19 Tom Tromey <tom@tromey.com>
3785
3786 * gdb.gdb/observer.exp: Remove.
3787
3788 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3789
3790 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3791 "qualified" option when setting breakpoints.
3792 * gdb.trace/backtrace.exp: Likewise.
3793 * gdb.trace/circ.exp: Likewise.
3794 * gdb.trace/collection.exp: Likewise.
3795 * gdb.trace/disconnected-tracing.exp: Likewise.
3796 * gdb.trace/ftrace-lock.exp: Likewise.
3797 * gdb.trace/ftrace.exp: Likewise.
3798 * gdb.trace/infotrace.exp: Likewise.
3799 * gdb.trace/packetlen.exp: Likewise.
3800 * gdb.trace/passc-dyn.exp: Likewise.
3801 * gdb.trace/qtro.exp: Likewise.
3802 * gdb.trace/read-memory.exp: Likewise.
3803 * gdb.trace/report.exp: Likewise.
3804 * gdb.trace/signal.exp: Likewise.
3805 * gdb.trace/status-stop.exp: Likewise.
3806 * gdb.trace/strace.exp: Likewise.
3807 * gdb.trace/tfind.exp: Likewise.
3808 * gdb.trace/trace-break.exp: Likewise.
3809 * gdb.trace/trace-condition.exp: Likewise.
3810 * gdb.trace/trace-mt.exp: Likewise.
3811 * gdb.trace/tstatus.exp: Likewise.
3812 * gdb.trace/tsv.exp: Likewise.
3813 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3814 * gdb.trace/unavailable.exp: Likewise.
3815 * gdb.trace/while-dyn.exp: Likewise.
3816
3817 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3818
3819 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3820 that libinproctrace is copied to the target.
3821
3822 2018-03-14 Tom Tromey <tom@tromey.com>
3823
3824 PR cli/14977:
3825 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3826 a null pointer.
3827 * gdb.base/wchar.exp: Likewise.
3828
3829 2018-03-14 Tom Tromey <tom@tromey.com>
3830
3831 PR cli/19918:
3832 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3833 flag.
3834
3835 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3836
3837 PR gdb/22841
3838 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3839 "target" to remote_exec.
3840
3841 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3842
3843 PR gdb/22841
3844 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3845 ${board}_upload): Remove.
3846
3847 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3848
3849 * gdb.cp/watch-cp.cc: New test.
3850 * gdb.cp/watch-cp.exp: New file.
3851
3852 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3853
3854 * gdb.base/infcall-nested-structs.exp: New file.
3855 * gdb.base/infcall-nested-structs.c: New file.
3856 * gdb.base/float.exp: Add riscv support.
3857
3858 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3859
3860 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3861 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3862
3863 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3864
3865 * gdb.server/abspath.exp: New file.
3866 * lib/gdb.exp (with_cwd): New procedure.
3867
3868 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3869
3870 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3871 use it.
3872 (gdb_is_target_remote_prompt): New proc.
3873 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3874 (gdb_is_target_native): Pass prompt parameter to
3875 gdb_is_target_1.
3876
3877 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3878
3879 * gdb.base/load-command.c: New file.
3880 * gdb.base/load-command.exp: New file.
3881 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3882 (gdb_is_target_1): ...this, and generalize for other targets
3883 than just remote.
3884 (gdb_is_target_remote): Use gdb_is_target_1.
3885 (gdb_is_target_native): use gdb_is_target_1.
3886
3887 2018-02-26 Tom Tromey <tom@tromey.com>
3888
3889 PR python/16497:
3890 * gdb.python/py-framefilter.exp: Update test.
3891
3892 2018-02-26 Tom Tromey <tom@tromey.com>
3893
3894 * gdb.dwarf2/variant.c: New file.
3895 * gdb.dwarf2/variant.exp: New file.
3896
3897 2018-02-26 Tom Tromey <tom@tromey.com>
3898
3899 * gdb.rust/simple.exp: Accept more possible results in enum test.
3900
3901 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3902
3903 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3904 parentheses.
3905
3906 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3907
3908 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3909 name of a variable: $actual_linejj -> $actual_line.
3910
3911 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3912
3913 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3914
3915 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3916
3917 * gdb.btrace/buffer-size.exp: Do not force BTS.
3918
3919 2018-02-14 Pedro Alves <palves@redhat.com>
3920
3921 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3922 getting a "Quit".
3923
3924 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3925
3926 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3927 Fix test name.
3928
3929 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3930
3931 * gdb.cp/m-static.exp: Check type of optimized out static
3932 member.
3933
3934 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3935
3936 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3937 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3938
3939 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3940 Leszek Swirski <leszeks@google.com>
3941
3942 * gdb.python/py-prettyprint.c
3943 (struct to_string_returns_value_inner,
3944 struct to_string_returns_value_wrapper): New.
3945 (main): Add tsrvw variable.
3946 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3947 ToStringReturnsValueWrapper): New classes.
3948 (register_pretty_printers): Register new pretty-printers.
3949 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3950 recursive pretty printer.
3951 * gdb.python/py-mi.exp: Likewise.
3952
3953 2018-02-01 Leszek Swirski <leszeks@google.com>
3954
3955 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3956 functions with the same name as an include file are parsed
3957 correctly.
3958
3959 2018-02-01 Yao Qi <yao.qi@linaro.org>
3960
3961 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3962 "\[^\r\n\]*".
3963
3964 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3965
3966 * gdb.arch/powerpc-prologue-frame.s: New file.
3967 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3968 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3969
3970 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3971
3972 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3973
3974 2018-01-30 Pedro Alves <palves@redhat.com>
3975
3976 PR gdb/13211
3977 * gdb.base/interrupt-daemon.c: New.
3978 * gdb.base/interrupt-daemon.exp: New.
3979 * gdb.multi/multi-term-settings.c: New.
3980 * gdb.multi/multi-term-settings.exp: New.
3981
3982 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3983
3984 * gdb.base/break.exp: Save the location where the breakpoint
3985 on break.c:47 was actually inserted when debugging the version
3986 compiled at -O2 and use it in the expected output of the "info
3987 break" test performed soon after.
3988
3989 2018-01-22 Pedro Alves <palves@redhat.com>
3990 Sergio Durigan Junior <sergiodj@redhat.com>
3991
3992 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3993 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3994
3995 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3996
3997 * gdb.base/break-include.c, gdb.base/break-include.inc,
3998 gdb.base/break-include.exp: New files.
3999 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4000 line number now being the actual line number where the breakpoint
4001 was inserted.
4002 * gdb.mi/mi-break.exp: Likewise.
4003 * gdb.mi/mi-reverse.exp: Likewise.
4004 * gdb.mi/mi-simplerun.exp: Ditto.
4005
4006 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4007
4008 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4009 varobj.
4010 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4011
4012 2018-01-21 Don Breazeal <donb@codesourcery.com>
4013 Andrew Burgess <andrew.burgess@embecosm.com>
4014
4015 * gdb.mi/basics.c: Add new global.
4016 * gdb.mi/mi-frame-regs.exp: New file.
4017 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4018 case.
4019
4020 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4023 non-parameter, and on an unknown symbol.
4024
4025 2018-01-19 Tom Tromey <tom@tromey.com>
4026
4027 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4028 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4029
4030 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4031
4032 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4033 setrlimit and chdir to int.
4034
4035 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4036
4037 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4038 function.
4039 (my_tend): Likewise.
4040 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4041 rationale of avoiding FP- and vector instructions.
4042
4043 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4044
4045 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4046 "info reg" with "\[ \t\]*".
4047 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4048 "\[ \t\]+".
4049 * gdb.arch/s390-multiarch.exp: Ditto.
4050 * gdb.base/pc-fp.exp: Ditto.
4051 * gdb.reverse/i386-precsave.exp: Ditto.
4052 * gdb.reverse/i386-reverse.exp: Ditto.
4053 * gdb.reverse/i387-env-reverse.exp: Ditto.
4054 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4055
4056 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4057
4058 * lib/gdb.exp (gdb_compile): Re-enable use of
4059 universal_compile_options for languages other than Rust.
4060
4061 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4062
4063 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4064
4065 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4066
4067 PR gdb/16577
4068 * gdb.base/solib-vanish.exp: New.
4069 * gdb.base/solib-vanish-main.c: New.
4070 * gdb.base/solib-vanish-lib1.c: New.
4071 * gdb.base/solib-vanish-lib2.c: New.
4072
4073 2018-01-17 Yao Qi <yao.qi@linaro.org>
4074
4075 * gdb.compile/compile.exp: Match the address printed for
4076 frame in the output of command "bt".
4077
4078 2018-01-15 Tom Tromey <tom@tromey.com>
4079
4080 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4081 compute sp_reg.
4082
4083 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4086 to prepare.
4087 (prepare): Return 0 on error, 1 on success.
4088
4089 2018-01-12 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.base/continue-after-aborted-step-over.c: New.
4092 * gdb.base/continue-after-aborted-step-over.exp: New.
4093
4094 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4095
4096 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4097 options when not creating an executable.
4098
4099 2018-01-11 Pedro Alves <palves@redhat.com>
4100
4101 PR remote/22597
4102 * gdb.server/stop-reply-no-thread.c: New file.
4103 * gdb.server/stop-reply-no-thread.exp: New file.
4104
4105 2018-01-10 Pedro Alves <palves@redhat.com>
4106
4107 PR gdb/22670
4108 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4109 functions too. Test setting breakpoints and printing C functions
4110 with no debug info too.
4111 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4112
4113 2018-01-10 Pedro Alves <palves@redhat.com>
4114
4115 PR gdb/22670
4116 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4117 a fail.
4118
4119 2018-01-10 Pedro Alves <palves@redhat.com>
4120
4121 PR gdb/22670
4122 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4123
4124 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4125
4126 * gdb.server/unittest.exp: Match the output in non-development
4127 mode.
4128
4129 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4130
4131 * gdb.gdb/unittest.exp: Match output in non-development mode.
4132
4133 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4134
4135 * gdb.ada/access_tagged_param.exp: Relax expected output
4136 for value of "ObjL" in "continue" to pck.inspect breakpoint
4137 test.
4138
4139 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4140
4141 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4142 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4143
4144 2018-01-05 Pedro Alves <palves@redhat.com>
4145
4146 PR gdb/18653
4147 * gdb.base/libsegfault.exp: New.
4148
4149 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4150
4151 PR gdb/22670
4152 * gdb.ada/access_tagged_param.exp: New file.
4153 * gdb.ada/access_tagged_param/foo.adb: New file.
4154
4155 2018-01-05 Pedro Alves <palves@redhat.com>
4156
4157 PR gdb/22670
4158 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4159 exercise lower case too, and to exercise both full matching and
4160 wild matching.
4161
4162 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4163
4164 * gdb.ada/rename_subscript_param: New testcase.
4165
4166 2018-01-05 Jerome Guitton <guitton@adacore.com>
4167
4168 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4169
4170 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4171
4172 * gdb.ada/convvar_comp: New testcase.
4173
4174 2018-01-05 Xavier Roirand <roirand@adacore.com>
4175
4176 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4177 (My_Table): New global variable.
4178 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4179
4180 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4181
4182 PR gdb/22670
4183 * gdb.ada/maint_with_ada: New testcase.
4184
4185 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4186
4187 PR gdb/22670
4188 * gdb.ada/bp_c_mixed_case: New testcase.
4189
4190 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4191
4192 PR gdb/22670
4193 * gdb.ada/complete.exp: Add "complete break ada" test.
4194
4195 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4196
4197 PR gdb/22670
4198 * gdb.ada/info_addr_mixed_case: New testcase.
4199
4200 2018-01-03 Xavier Roirand <roirand@adacore.com>
4201
4202 * gdb.ada/excep_handle.exp: New testcase.
4203 * gdb.ada/excep_handle/foo.adb: New file.
4204 * gdb.ada/excep_handle/pck.ads: New file.
4205
4206 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4207
4208 * gdb.base/step-line.c: Add extra empty line in copyright header.
4209 * gdb.base/step-line.inp: Likewise.
4210
4211 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4212
4213 * gdb.ada/dyn_stride.exp: Add slice test.
4214
4215 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4216
4217 * gdb.ada/dyn_stride: New testcase.
4218
4219 2017-12-27 Stafford Horne <shorne@gmail.com>
4220
4221 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4222 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4223
4224 2017-12-27 Stafford Horne <shorne@gmail.com>
4225
4226 * gdb.base/reggroups.c: New file.
4227 * gdb.base/reggroups.exp: New file.
4228
4229 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4230
4231 * gdb.dwarf2/ada-valprint-error.c: New file.
4232 * gdb.dwarf2/ada-valprint-error.exp: New file.
4233
4234 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4235
4236 * gdb.ada/assign_arr: New testcase.
4237
4238 2017-12-18 Xavier Roirand <roirand@adacore.com>
4239
4240 * gdb.ada/funcall_ptr: New testcase.
4241
4242 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4243
4244 PR cli/16224
4245 * gdb.base/ptype-offsets.cc: New file.
4246 * gdb.base/ptype-offsets.exp: New file.
4247
4248 2017-12-15 Yao Qi <yao.qi@linaro.org>
4249
4250 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4251 if XML is disabled.
4252
4253 2017-12-15 Xavier Roirand <roirand@adacore.com>
4254
4255 * gdb.ada/same_component_name: New testcase.
4256
4257 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4258
4259 * gdb.ada/str_binop_equal: New testcase.
4260
4261 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4262
4263 * gdb.ada/task_switch_in_core: New testcase.
4264
4265 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4266
4267 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4268 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4269 call test_bkpt_qualified.
4270 (test_bkpt_qualified): New proc.
4271
4272 2017-12-13 Pedro Alves <palves@redhat.com>
4273
4274 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4275 Tighten regexp by matching with an anchor.
4276
4277 2017-12-13 Pedro Alves <palves@redhat.com>
4278
4279 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4280 ("expression with namespace"): New set of tests.
4281 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4282 (Nested::Test_NS::qux): New.
4283 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4284 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4285
4286 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4287
4288 * gdb.base/server-del-break.c: New file.
4289 * gdb.base/server-del-break.exp: New file.
4290
4291 2017-12-12 Stafford Horne <shorne@gmail.com>
4292
4293 * gdb.xml/tdesc-regs.exp: Add or1k support.
4294
4295 2017-12-12 Stafford Horne <shorne@gmail.com>
4296
4297 * gdb.base/bp-permanent.c: Define nop of or1k.
4298
4299 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4300
4301 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4302 output with components being reordered.
4303
4304 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4305
4306 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4307 output with components being reordered.
4308
4309 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4310 Pedro Alves <palves@redhat.com>
4311
4312 * gdb.base/maint.exp (check for .gdb_index): Check also for
4313 .debug_names.
4314 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4315 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4316 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4317 (.gdb_index used after symbol reloading): Support also .debug_names.
4318 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4319
4320 2017-12-08 Yao Qi <yao.qi@linaro.org>
4321
4322 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4323 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4324
4325 2017-12-08 Yao Qi <yao.qi@linaro.org>
4326
4327 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4328 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4329
4330 2017-12-08 Yao Qi <yao.qi@linaro.org>
4331
4332 * gdb.arch/aarch64-tagged-pointer.c: New file.
4333 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4334
4335 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4336
4337 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4338 "int".
4339
4340 2017-12-07 Keith Seitz <keiths@redhat.com>
4341
4342 PR breakpoints/22569
4343 * gdb.linespec/ls-errs.exp: Change expected result of "break
4344 -source this file has spaces.c -line 3".
4345 Check that an explicit source file followed by whitespace is
4346 identified as an invalid explicit location.
4347
4348 2017-12-07 Keith Seitz <keiths@redhat.com>
4349
4350 * gdb.cp/nested-types.cc: New file.
4351 * gdb.cp/nested-types.exp: New file.
4352 * lib/cp-support.exp: Load data-structures.exp library.
4353 (debug_cp_test_ptype_class): New global.
4354 (cp_ptype_class_verbose, next_line): New procedures.
4355 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4356 Add and document new return value.
4357 Switch the list of lines to a queue.
4358 Add support for new `type' key for nested type definitions.
4359 Add debugging/troubleshooting messages.
4360 * lib/data-structures.exp: New file.
4361
4362 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4363
4364 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4365 with proc_with_prefix, don't use with_test_prefix.
4366
4367 2017-12-07 Tom Tromey <tom@tromey.com>
4368
4369 * gdb.base/break.exp: Add test for empty "commands".
4370
4371 2017-12-07 Yao Qi <yao.qi@linaro.org>
4372
4373 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4374 malloc and catch syscall.
4375
4376 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4377
4378 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4379 tests for explicit locations.
4380
4381 2017-12-06 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4384 force-disabling XML descriptions.
4385
4386 2017-12-04 Pedro Alves <palves@redhat.com>
4387
4388 PR gdb/22499
4389 * gdb.arch/amd64-disp-step-avx.S: New file.
4390 * gdb.arch/amd64-disp-step-avx.exp: New file.
4391
4392 2017-12-03 Pedro Alves <palves@redhat.com>
4393
4394 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4395 and <string.h>.
4396 (parent_function): Print distinct messages when waitpid fails, or
4397 the child exits with a signal, or the child exits for an unhandled
4398 reason.
4399 * gdb.threads/process-dies-while-detaching.exp
4400 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4401 it. Wait for both inferior output and GDB's prompt. Use an
4402 indirect spawn id list.
4403 (do_detach): New parameter 'child_exit'. Use it to compute
4404 expected inferior output.
4405 (test_detach, test_detach_watch, test_detach_killed_outside):
4406 Adjust to pass down the expected child exit kind.
4407
4408 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4409 Sergio Durigan Junior <sergiodj@redhat.com>
4410 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4413
4414 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4415
4416 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4417 to 'symbol-file' and 'add-symbol-file' can be
4418 position-independent.
4419
4420 2017-12-01 Yao Qi <yao.qi@linaro.org>
4421
4422 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4423 the URL in copyright header.
4424 * gdb.arch/aarch64-fp.exp: Likewise.
4425 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4426 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4427 * gdb.base/expand-psymtabs.exp: Likewise.
4428 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4429 * gdb.fortran/common-block.exp: Likewise.
4430 * gdb.fortran/common-block.f90: Likewise.
4431 * gdb.fortran/logical.exp: Likewise.
4432 * gdb.fortran/vla-datatypes.f90: Likewise.
4433 * gdb.fortran/vla-sub.f90: Likewise.
4434
4435 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4436
4437 * gdb.ada/repeat_dyn: New testcase.
4438
4439 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4440
4441 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4442 Update for changed thread numbering.
4443 * gdb.cell/bt.exp: Update for changed GDB output.
4444
4445 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4446
4447 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4448 setting isremote by hand.
4449 * boards/dwarf4-gdb-index.exp: Likewise.
4450 * boards/fission.exp: Likewise.
4451 * boards/stabs.exp: Likewise.
4452
4453 2017-11-30 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.linespec/cpls-ops.exp
4456 (check_explicit_skips_function_argument): Extract the underlying
4457 type of size_t instead of hardcoding it.
4458
4459 2017-11-29 Pedro Alves <palves@redhat.com>
4460
4461 PR c++/19436
4462 * gdb.linespec/cpls-abi-tag.cc: New file.
4463 * gdb.linespec/cpls-abi-tag.exp: New file.
4464
4465 2017-11-29 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.base/langs.exp: Use -qualified.
4468 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4469 it.
4470 * gdb.cp/namespace.exp: Use -qualified.
4471 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4472 (overload-3, template-overload, template-ret-type, const-overload)
4473 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4474 procedures.
4475 (test_driver): Call them.
4476 * gdb.cp/save-bp-qualified.cc: New.
4477 * gdb.cp/save-bp-qualified.exp: New.
4478 * gdb.linespec/explicit.exp: Test -qualified.
4479 * lib/completion-support.exp (completion::explicit_opts_list): Add
4480 "-qualified".
4481 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4482
4483 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4484
4485 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4486
4487 2017-11-29 Tom Tromey <tom@tromey.com>
4488
4489 * gdb.base/relocate.exp: Update invalid argument test.
4490 Add new tests for invalid arguments.
4491
4492 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4493
4494 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4495 Return 0 as a long.
4496 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4497
4498 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4499
4500 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4501 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4502 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4503 func ().
4504 * gdb.cp/shadow.cc (B.func): Return 0.
4505
4506 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4507
4508 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4509 expected output in gdb_expect call to allow the exception
4510 message to be present as well. Fix syntax confusion to avoid
4511 TCL thinking that exception_name is an array.
4512
4513 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4514
4515 * gdb.arch/spu-info.c: Include <unistd.h>.
4516 (do_signal_test): Fix broken calls to write.
4517 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4518 Fix checks for empty mailboxes. Update signal tests for corrected
4519 do_signal_test routine. Allow nonzero event status.
4520 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4521 * gdb.cell/arch.exp: Use standard_output_file.
4522 * gdb.cell/break.exp: Likewise.
4523 * gdb.cell/bt.exp: Likewise.
4524 * gdb.cell/core.exp: Likewise.
4525 * gdb.cell/dwarfaddr.exp: Likewise.
4526 * gdb.cell/ea-cache.exp: Likewise.
4527 * gdb.cell/ea-standalone.exp: Likewise.
4528 * gdb.cell/f-regs.exp: Likewise.
4529 * gdb.cell/fork.exp: Likewise.
4530 * gdb.cell/gcore.exp: Likewise.
4531 * gdb.cell/mem-access.exp: Likewise.
4532 * gdb.cell/ptype.exp: Likewise.
4533 * gdb.cell/registers.exp: Likewise.
4534 * gdb.cell/sizeof.exp: Likewise.
4535 * gdb.cell/solib-symbol.exp: Likewise.
4536 * gdb.cell/solib.exp: Likewise.
4537
4538 2017-11-25 Pedro Alves <palves@redhat.com>
4539
4540 * gdb.base/complete-empty.exp: New file.
4541 * gdb.base/completion.exp: Adjust.
4542
4543 2017-11-25 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.linespec/cpls-ops.cc: New file.
4546 * gdb.linespec/cpls-ops.exp: New file.
4547 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4548 factored out from ...
4549 (test_complete_prefix_range): ... this.
4550
4551 2017-11-24 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.linespec/cpcompletion.exp: New file.
4554 * gdb.linespec/cpls-hyphen.cc: New file.
4555 * gdb.linespec/cpls.cc: New file.
4556 * gdb.linespec/cpls2.cc: New file.
4557 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4558 test to use test_gdb_complete_unique. Add label completion,
4559 keyword completion and explicit location completion tests.
4560 * lib/completion-support.exp: New file.
4561
4562 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4563
4564 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4565 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4566 when hitting an exception catchpoint.
4567
4568 2017-11-22 Yao Qi <yao.qi@linaro.org>
4569
4570 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4571
4572 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4573
4574 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4575 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4576 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4577
4578 2017-11-22 Yao Qi <yao.qi@linaro.org>
4579
4580 * gdb.base/info-os.exp: Pass pthreads.
4581 * gdb.multi/multi-attach.exp: Likewise.
4582
4583 2017-11-22 Yao Qi <yao.qi@linaro.org>
4584
4585 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4586 compiler.
4587
4588 2017-11-22 Yao Qi <yao.qi@linaro.org>
4589
4590 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4591 * gdb.base/break-interp.exp: Likewise.
4592 * gdb.base/jit-attach-pie.exp: Likewise.
4593
4594 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4595
4596 * gdb.base/float128.c (large128): New variable.
4597 * gdb.base/float128.exp: Add test to print largest __float128 value.
4598
4599 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4600
4601 * gdb.arch/vsx-regs.exp: Update register content checks.
4602
4603 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4604
4605 * gdb.arch/ppc-longdouble.exp: New file.
4606 * gdb.arch/ppc-longdouble.c: Likewise.
4607
4608 2017-11-21 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4611
4612 2017-11-20 Pedro Alves <palves@redhat.com>
4613
4614 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4615 (long_double_typedef): New typedefs.
4616 Use DEF on double and long double.
4617 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4618 cases.
4619 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4620 and 'long_double_ptr_same_size' locals. Use them to decide
4621 whether cast from array/function to float is valid/invalid.
4622
4623 2017-11-17 Tom Tromey <tom@tromey.com>
4624
4625 * gdb.rust/traits.rs: New file.
4626 * gdb.rust/traits.exp: New file.
4627
4628 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4629
4630 * gdb.ada/minsyms: New testcase.
4631
4632 2017-11-16 Pedro Alves <palves@redhat.com>
4633
4634 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4635 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4636
4637 2017-11-16 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4640 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4641
4642 2017-11-16 Pedro Alves <palves@redhat.com>
4643
4644 * gdb.server/reconnect-ctrl-c.c: New file.
4645 * gdb.server/reconnect-ctrl-c.exp: New file.
4646
4647 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4648
4649 * gdb.python/py-rbreak.exp: New file.
4650 * gdb.python/py-rbreak.c: New file.
4651 * gdb.python/py-rbreak-func2.c: New file.
4652
4653 2017-11-16 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4656 pattern.
4657 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4658 GDB.
4659
4660 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4661
4662 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4663 regex.
4664
4665 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4666
4667 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4668 test names.
4669
4670 2017-11-09 Pedro Alves <palves@redhat.com>
4671
4672 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4673 factored out from ...
4674 (top level): ... here, and adjusted to avoid expecting beyond the
4675 prompt in a single gdb_test_multiple.
4676
4677 2017-11-09 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4680 output.
4681 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4682 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4683 * gdb.server/ext-run.exp ("kill" test): Likewise.
4684 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4685
4686 2017-11-09 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4689 match till end of line.
4690
4691 2017-11-09 Pedro Alves <palves@redhat.com>
4692
4693 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4694
4695 2017-11-09 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4698 New procedures, factored out from ...
4699 (top level): ... here, and adjusted to avoid expecting beyond the
4700 prompt in one go.
4701
4702 2017-11-09 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4705 output. Fix '?' match.
4706
4707 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4708
4709 * gdb.ada/scoped_watch: New testcase.
4710 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4711 which is actually correct.
4712 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4713 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4714
4715 2017-11-08 Pedro Alves <palves@redhat.com>
4716
4717 * gdb.gdb/complaints.exp (test_initial_complaints)
4718 (test_serial_complaints, test_short_complaints): Call
4719 complaint_internal instead of complaint.
4720
4721 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4722
4723 * gdb.threads/tls-core.c: New file.
4724 * gdb.threads/tls-core.exp: Likewise.
4725
4726 2017-11-08 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4729 (p Exported_Capitalized): New test.
4730 (p exported_capitalized): New test.
4731
4732 2017-11-07 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4735
4736 2017-11-07 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4739 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4740 (disable_invalid, disable_inverted, disable_negative): New
4741 procedures.
4742 ("bad numbers"): New set of tests.
4743
4744 2017-11-07 Pedro Alves <palves@redhat.com>
4745
4746 * gdb.cp/ena-dis-br-range.exp: Add tests.
4747
4748 2017-11-07 Pedro Alves <palves@redhat.com>
4749
4750 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4751
4752 2017-11-07 Xavier Roirand <roirand@adacore.com>
4753 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.base/ena-dis-br.exp: Add reference to
4756 gdb.cp/ena-dis-br-range.exp.
4757 * gdb.cp/ena-dis-br-range.exp: New file.
4758 * gdb.cp/ena-dis-br-range.cc: New file.
4759
4760 2017-11-06 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.base/attach-non-pgrp-leader.c: New.
4763 * gdb.base/attach-non-pgrp-leader.exp: New.
4764
4765 2017-11-06 Pedro Alves <palves@redhat.com>
4766
4767 * configure.ac: No longer check for termio.h and sgtty.h.
4768 * configure: Regenerate.
4769 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4770 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4771 Remove termio and sgtty code.
4772
4773 2017-11-03 Yao Qi <yao.qi@linaro.org>
4774
4775 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4776 in GDB is disabled.
4777
4778 2017-11-03 Yao Qi <yao.qi@linaro.org>
4779
4780 * gdb.python/py-thrhandle.exp: Skip it if python is not
4781 enabled.
4782
4783 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4784
4785 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4786 as a breakpoint command.
4787
4788 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4789
4790 PR python/21213
4791 * gdb.python/py-infthread.exp: Test calling
4792 InferiorThread.inferior () multiple times in a row.
4793
4794 2017-10-27 Keith Seitz <keiths@redhat.com>
4795
4796 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4797 Test "info break" for every inlined function breakpoint.
4798
4799 2017-10-27 Yao Qi <yao.qi@linaro.org>
4800
4801 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4802
4803 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4804
4805 * gdb.cp/classes.exp (test_static_members): Test printing
4806 Outer::instance.
4807 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4808 (Inner::instance, Outer::instance): New.
4809
4810 2017-10-24 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4813 extra console" test in two stages.
4814
4815 2017-10-24 Pedro Alves <palves@redhat.com>
4816
4817 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4818
4819 2017-10-24 Pedro Alves <palves@redhat.com>
4820
4821 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4822 loop.
4823
4824 2017-10-24 Pedro Alves <palves@redhat.com>
4825
4826 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4827 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4828
4829 2017-10-24 Pedro Alves <palves@redhat.com>
4830
4831 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4832 parameter and handle it. Don't output read value in test name.
4833
4834 2017-10-24 Pedro Alves <palves@redhat.com>
4835
4836 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4837 custom test name.
4838
4839 2017-10-24 Pedro Alves <palves@redhat.com>
4840
4841 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4842 include the unstable output directory name in the test's name.
4843 (initial_setup_simple) <'set args'>: Use custom test name.
4844
4845 2017-10-24 Pedro Alves <palves@redhat.com>
4846
4847 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4848 with explicit test name.
4849
4850 2017-10-20 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4853 'wait -i'. Use gdb_assert and remote_close.
4854
4855 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4858 number from variable rather than hard-coded.
4859
4860 2017-10-19 Pedro Alves <palves@redhat.com>
4861
4862 * gdb.base/long-inferior-output.c: New file.
4863 * gdb.base/long-inferior-output.exp: New file.
4864
4865 2017-11-18 Keith Seitz <keiths@redhat.com>
4866
4867 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4868 method.
4869 (main): Call it.
4870 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4871 Add additional user-defined conversion operator tests.
4872
4873 2017-10-17 Pedro Alves <palves@redhat.com>
4874
4875 * boards/native-stdio-gdbserver.exp: Load "local-board".
4876
4877 2017-10-17 Pedro Alves <palves@redhat.com>
4878
4879 * gdb.base/quit-live.c: New file.
4880 * gdb.base/quit-live.exp: New file.
4881
4882 2017-10-16 Keith Seitz <keiths@redhat.com>
4883
4884 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4885 (class_with_protected_typedef, class_with_private_typedef)
4886 (struct_with_public_typedef, struct_with_protected_typedef)
4887 (struct_with_private_typedef): New classes/structs.
4888 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4889 typedefs and access specifiers.
4890
4891 2017-10-16 Pedro Alves <palves@redhat.com>
4892 Simon Marchi <simon.marchi@polymtl.ca>
4893
4894 * README (Local vs Remote vs Native): New section.
4895 * boards/local-board.exp: New file, with bits factored out from
4896 ...
4897 * boards/native-extended-gdbserver.exp: ... here. Load
4898 "local-board".
4899 * boards/native-gdbserver.exp: Load "local-board".
4900 (${board}_spawn, ${board}_exec): Delete.
4901 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4902 ...
4903 * boards/stdio-gdbserver-base.exp: ... this new file.
4904 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4905 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4906 procedure.
4907 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4908 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4909 stdio_gdbserver_command.
4910 (${board}_get_remote_address, ${board}_get_comm_port)
4911 (${board}_download, ${board}_upload): Delete.
4912 (get_target_remote_pipe_cmd): New.
4913
4914 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4915
4916 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4917 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4918 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4919 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4920 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4921 remove with_test_prefix.
4922
4923 2017-10-13 Pedro Alves <palves@redhat.com>
4924
4925 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4926 * gdb.base/annota1.exp: Use it instead of is_remote.
4927 * gdb.base/annota3.exp: Use it instead of is_remote.
4928 * gdb.cp/annota2.exp: Use it instead of is_remote.
4929 * gdb.cp/annota3.exp: Use it instead of is_remote.
4930 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4931
4932 2017-10-13 Pedro Alves <palves@redhat.com>
4933
4934 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4935 (test_num_test_vars, run_and_count_vars, find_env)
4936 (test_set_unset_env, test_inherit_env_var): New procedures.
4937 (top level): Use them.
4938
4939 2017-10-13 Pedro Alves <palves@redhat.com>
4940
4941 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4942 also skip on stub-like targets.
4943
4944 2017-10-13 Pedro Alves <palves@redhat.com>
4945
4946 PR gdb/22293
4947 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4948 (top level): Move some tests to ...
4949 (test_not_found): ... this new procedure.
4950 (top level): Call it.
4951
4952 2017-10-13 Pedro Alves <palves@redhat.com>
4953
4954 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4955 expect different "info terminal" output if testing with a
4956 non-native target.
4957
4958 2017-10-13 Pedro Alves <palves@redhat.com>
4959 Simon Marchi <simon.marchi@polymtl.ca>
4960
4961 PR python/12966
4962 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4963
4964 2017-10-13 Pedro Alves <palves@redhat.com>
4965
4966 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4967 already.
4968
4969 2017-10-13 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4972 is_remote.
4973
4974 2017-10-13 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4977 is_remote.
4978
4979 2017-10-13 Pedro Alves <palves@redhat.com>
4980
4981 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4982 is set.
4983 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4984 instead of is_remote.
4985
4986 2017-10-13 Pedro Alves <palves@redhat.com>
4987
4988 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4989 (top level): Add comment.
4990
4991 2017-10-13 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.base/remote.exp (top level): Fix comment typo and add
4994 missing return.
4995
4996 2017-10-13 Pedro Alves <palves@redhat.com>
4997 Simon Marchi <simon.marchi@polymtl.ca>
4998
4999 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5000 calls and add comments. Skip test if use_gdb_stub is set.
5001 (top level): Use "set cwd" command instead of "cd" command.
5002
5003 2017-10-13 Pedro Alves <palves@redhat.com>
5004
5005 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5006 is_remote target check.
5007
5008 2017-10-13 Pedro Alves <palves@redhat.com>
5009
5010 * gdb.base/scope.exp: Use build_executable + clean_restart +
5011 gdb_file_cmd instead of prepare_for_testing and no longer skip
5012 "before run" tests on is_remote target boards. Update comments.
5013 * boards/native-extended-gdbserver.exp
5014 (extended_gdbserver_load_last_file): New, factored out from ...
5015 (gdb_load): ... this. Move further below and add comment.
5016 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5017
5018 2017-10-12 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/attach.exp: Remove references to gdb64.
5021 * gdb.base/dbx.exp: Remove references to gdb64.
5022
5023 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5024 Pedro Alves <palves@redhat.com>
5025
5026 * gdb.base/label.exp: Remove is_remote target check.
5027
5028 2017-10-12 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/auvx.exp (coredir): Update comment.
5031 (top level) <core_works>: Use "set cwd" command instead of "cd"
5032 command.
5033
5034 2017-10-12 Pedro Alves <palves@redhat.com>
5035 Simon Marchi <simon.marchi@polymtl.ca>
5036
5037 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5038 target boards.
5039
5040 2017-10-12 Pedro Alves <palves@redhat.com>
5041 Simon Marchi <simon.marchi@polymtl.ca>
5042
5043 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5044 Instead skip if there's any gdb_protocol set.
5045
5046 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5047 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5050
5051 2017-10-12 Pedro Alves <palves@redhat.com>
5052 Simon Marchi <simon.marchi@polymtl.ca>
5053
5054 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5055 instead of on dejagnu remote boards.
5056
5057 2017-10-12 Pedro Alves <palves@redhat.com>
5058 Simon Marchi <simon.marchi@polymtl.ca>
5059
5060 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5061 checks. Use build_executable + clean_restart instead of
5062 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5063 of enabling non-stop after starting gdb.
5064
5065 2017-10-12 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5068 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5069 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5070 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5071
5072 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5073
5074 * gdb.arch/arc-tdesc-cpu.exp: New file.
5075 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5076
5077 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5078
5079 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5080
5081 2017-10-10 Pedro Alves <palves@redhat.com>
5082
5083 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5084 expect CLI output.
5085
5086 2017-10-10 Pedro Alves <palves@redhat.com>
5087
5088 * lib/selftest-support.exp (selftest_setup): Update for
5089 captured_command_loop's prototype change.
5090
5091 2017-10-09 Pedro Alves <palves@redhat.com>
5092
5093 Test both arch1=>arch2 and arch2=>arch1.
5094
5095 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5096 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5097 factored out to...
5098 (append_arch1_options, append_arch2_options, append_arch_options)
5099 (build_executables): New procedures.
5100 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5101 local.
5102 (top level): Add new 'first_arch' testing axis.
5103
5104 2017-10-09 Pedro Alves <palves@redhat.com>
5105
5106 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5107 (barrier): New.
5108 (thread_start, all_started): New functions.
5109 (main): Spawn new thread and wait until it is scheduled.
5110 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5111 option.
5112 (do_test): Add 'selected_thread' parameter. Run to all_started
5113 instead of main. Explicitly set the breakpoint at main. Switch
5114 to the SELECTED_THREAD thread.
5115 (top level): Test handling the exec event with either the main
5116 thread or the second thread selected.
5117
5118 2017-10-09 Pedro Alves <palves@redhat.com>
5119
5120 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5121 logic. Move STOP marker after the value checks.
5122 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5123 regexp.
5124
5125 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5126
5127 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5128
5129 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5130
5131 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5132 integer-to-dfp conversion.
5133 * gdb.base/dfp-test.exp: Likewise.
5134
5135 2017-10-04 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.multi/hangout.c: Include <unistd.h>.
5138 (hangout_loop): New function.
5139 (main): Call alarm. Call hangout_loop in a loop.
5140 * gdb.multi/hello.c: Include <unistd.h>.
5141 (hello_loop): New function.
5142 (main): Call alarm. Call hangout_loop in a loop.
5143 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5144 inferior with the other selected.
5145
5146 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5147
5148 * gdb.mi/list-thread-groups-available.exp: New file.
5149 * gdb.mi/list-thread-groups-available.c: New file.
5150
5151 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5152
5153 * gdb.base/set-cwd.exp: Make it available on
5154 native-extended-gdbserver.
5155
5156 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5157
5158 * gdb.base/set-cwd.c: New file.
5159 * gdb.base/set-cwd.exp: Likewise.
5160
5161 2017-10-02 Tom Tromey <tom@tromey.com>
5162
5163 PR rust/22236:
5164 * gdb.rust/simple.rs (main): New variable "fslice".
5165 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5166
5167 2017-10-02 Tom Tromey <tom@tromey.com>
5168
5169 * gdb.rust/simple.exp: Test ptype of a slice.
5170
5171 2017-10-02 Tom Tromey <tom@tromey.com>
5172
5173 * gdb.rust/simple.exp: Test index of slice.
5174
5175 2017-09-27 Tom Tromey <tom@tromey.com>
5176
5177 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5178
5179 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5180 Pedro Alves <palves@redhat.com>
5181
5182 * gdb.base/compare-sections.exp (get value of read-only section): Read
5183 as unsigned value.
5184 (corrupt read-only section): Likewise and don't set written if patching
5185 failed.
5186
5187 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5188
5189 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5190 files.
5191
5192 2017-09-20 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5195 symbol names in gdb's output.
5196 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5197
5198 2017-09-20 Pedro Alves <palves@redhat.com>
5199
5200 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5201 Rename to ...
5202 (test_list_ambiguous_symbol): ... this and add a symbol name
5203 parameter. Adjust.
5204 (test_list_ambiguous_function): Reimplement on top of
5205 test_list_ambiguous_symbol and also test listing ambiguous
5206 variables.
5207 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5208 (ambiguous_fun): ... this.
5209 (ambiguous_var): New.
5210 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5211 (ambiguous_fun): ... this.
5212 (ambiguous_var): New.
5213
5214 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5215
5216 * gdb.base/starti.c: New file.
5217 * gdb.base/starti.exp: New file.
5218 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5219
5220 2017-09-14 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5223 (top level): Use it instead of runto.
5224
5225 2017-09-11 Tom Tromey <tom@tromey.com>
5226
5227 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5228
5229 2017-09-11 Tom Tromey <tom@tromey.com>
5230
5231 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5232 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5233
5234 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5235
5236 * gdb.fortran/printing-types.exp: New file.
5237 * gdb.fortran/printing-types.exp: New file.
5238
5239 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5240
5241 * gdb.fortran/vla-ptype.exp: Fix typos.
5242 * gdb.fortran/vla-value.exp: Same.
5243
5244 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5245
5246 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5247 * gdb.mi/mi-var-child-f.exp: Likewise.
5248 * gdb.mi/mi-vla-fortran.exp: Likewise.
5249
5250 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5251 Christoph Weinmann <christoph.t.weinmann@intel.com>
5252 Bernhard Heckel <bernhard.heckel@intel.com>
5253
5254 * gdb.fortran/ptr-indentation.f90: New file.
5255 * gdb.fortran/ptr-indentation.exp: New file.
5256
5257 2017-09-05 Tom Tromey <tom@tromey.com>
5258
5259 PR gdb/22010:
5260 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5261
5262 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5263
5264 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5265
5266 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5267
5268 * gdb.threads/tls-nodebug-pie.c: New file.
5269 * gdb.threads/tls-nodebug-pie.exp: New file.
5270
5271 2017-09-05 Tom Tromey <tom@tromey.com>
5272
5273 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5274 for rust.
5275
5276 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5277
5278 * gdb.multi/multi-arch-exec.exp: Test with different
5279 "follow-exec-mode" settings.
5280 (do_test): New procedure.
5281
5282 2017-09-04 Pedro Alves <palves@redhat.com>
5283
5284 * gdb.base/func-static.c (S::method const, S::method volatile)
5285 (S::method volatile const): New methods.
5286 (c_s, v_s, cv_s): New instances.
5287 (main): Call method() on them.
5288 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5289 (cannot_resolve): New procedure.
5290 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5291 print-quote-unquoted columns.
5292 (do_test): Test printing each scope too.
5293
5294 2017-09-04 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.base/local-static.exp: Also test with
5297 class::method::variable wholly quoted.
5298 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5299
5300 2017-09-04 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.base/local-static.c: New.
5303 * gdb.base/local-static.cc: New.
5304 * gdb.base/local-static.exp: New.
5305
5306 2017-09-04 Pedro Alves <palves@redhat.com>
5307
5308 * gdb.asm/asm-source.exp: Add casts to int.
5309 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5310 (dataglobal64_1, dataglobal64_2): New globals.
5311 * gdb.base/nodebug.exp: Test different expressions involving the
5312 new globals, with print, whatis and ptype. Add casts to int.
5313 * gdb.base/solib-display.exp: Add casts to int.
5314 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5315 * gdb.cp/m-static.exp: Add cast to int.
5316 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5317 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5318 tls variable with no debug info without a cast. Test with a cast
5319 to int too.
5320 * gdb.trace/entry-values.exp: Add casts.
5321
5322 2017-09-04 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.base/nodebug.exp: Test that ptype's error about functions
5325 with unknown return type includes the function name too.
5326
5327 2017-09-04 Pedro Alves <palves@redhat.com>
5328
5329 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5330 return type of munmap in infcall.
5331 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5332 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5333 type of ftell in infcall.
5334 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5335 type of getpid in infcall.
5336 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5337 infcall.
5338 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5339 Bail on failure to extract the pid.
5340 * gdb.base/nodebug.c: #include <stdint.h>.
5341 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5342 New functions.
5343 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5344 Change expected output of print/whatis/ptype with functions with
5345 no debug info. Test all supported languages. Call
5346 test_call_promotion.
5347 * gdb.compile/compile.exp: Adjust expected output to expect
5348 warning.
5349 * gdb.threads/siginfo-threads.exp: Likewise.
5350
5351 2017-09-04 Pedro Alves <palves@redhat.com>
5352
5353 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5354 "prototypes". Test calling float functions via prototyped and
5355 unprototyped function pointers.
5356 (perform_all_tests): New parameter "prototypes". Pass it down.
5357 (top level): Pass down "prototypes" parameter to
5358 perform_all_tests.
5359
5360 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5361
5362 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5363 Test with nested loops.
5364
5365 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5366
5367 * gdb.base/commands.exp: Call the new procedures.
5368 (loop_break_test, loop_continue_test): New procedures.
5369
5370 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5371
5372 * gdb.base/commands.exp: Call new procedure.
5373 (define_if_without_arg_test): New procedure.
5374
5375 2017-09-04 Pedro Alves <palves@redhat.com>
5376
5377 * gdb.base/list-ambiguous.exp: New file.
5378 * gdb.base/list-ambiguous0.c: New file.
5379 * gdb.base/list-ambiguous1.c: New file.
5380 * gdb.base/list.exp (test_list_range): Adjust expected output.
5381
5382 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5383
5384 * gdb.base/share-env-with-gdbserver.c: New file.
5385 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5386
5387 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5388
5389 * gdb.base/commands.exp (gdbvar_simple_if_test,
5390 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5391 progvar_simple_if_test, progvar_simple_while_test,
5392 progvar_complex_if_while_test, user_defined_command_test,
5393 user_defined_command_args_eval,
5394 user_defined_command_args_stack_test,
5395 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5396 temporary_breakpoint_commands,
5397 gdb_test_no_prompt, redefine_hook_test,
5398 redefine_backtrace_test): Remove "global gdb_prompt".
5399
5400 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5401
5402 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5403 New proc, call it from toplevel.
5404
5405 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5406
5407 PR remote/21852
5408 * gdb.server/normal.c: New file, copied from gdb.base.
5409 * gdb.server/run-without-local-binary.exp: New file.
5410
5411 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5412
5413 * gdb.arch/sparc64-adi.exp: New file.
5414 * gdb.arch/sparc64-adi.c: New file.
5415
5416 2017-08-22 Pedro Alves <palves@redhat.com>
5417
5418 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5419 (top level): Add "list all overloads" tests.
5420
5421 2017-08-22 Tom Tromey <tom@tromey.com>
5422
5423 * gdb.gdb/xfullpath.exp: Remove.
5424
5425 2017-08-21 Pedro Alves <palves@redhat.com>
5426
5427 PR gdb/19487
5428 * gdb.base/symbol-alias.c: New.
5429 * gdb.base/symbol-alias2.c: New.
5430 * gdb.base/symbol-alias.exp: New.
5431
5432 2017-08-21 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.base/dfp-test.c
5435 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5436 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5437 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5438 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5439 * gdb.base/whatis-ptype-typedefs.c: New.
5440 * gdb.base/whatis-ptype-typedefs.exp: New.
5441 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5442 (an_int, an_int_type, an_int_type2): New globals.
5443 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5444 involving typedefs and cast expressions.
5445 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5446 (lookup_typedefs_function): New.
5447 (typedefs_pretty_printers_dict): New.
5448 (top level): Register lookup_typedefs_function in
5449 gdb.pretty_printers.
5450
5451 2017-08-18 Yao Qi <yao.qi@linaro.org>
5452
5453 * gdb.server/unittest.exp: New.
5454
5455 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5456
5457 PR gdb/21954
5458 * gdb.base/environ.exp: Add test to check if 'unset environment'
5459 works.
5460
5461 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5462
5463 * lib/gdb.exp (universal_compile_options): New caching proc.
5464 (gdb_compile): Suppress GCC's coloring of messages.
5465
5466 2017-08-14 Tom Tromey <tom@tromey.com>
5467
5468 PR gdb/21675:
5469 * gdb.base/printcmds.exp (test_radices): New function.
5470 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5471 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5472 * lib/gdb.exp (get_integer_valueof): Use p/d.
5473
5474 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5475
5476 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5477 characters.
5478
5479 2017-08-05 Tom Tromey <tom@tromey.com>
5480
5481 * gdb.rust/simple.exp: Allow String to appear in a different
5482 namespace.
5483
5484 2017-07-26 Yao Qi <yao.qi@linaro.org>
5485
5486 * gdb.gdb/unittest.exp: Invoke command
5487 "maintenance check xml-descriptions".
5488
5489 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5490
5491 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5492 calling context.
5493 (hex128): Drop erroneous calculation of parameters.
5494
5495 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5496
5497 * gdb.python/py-unwind.exp: Disable stack protection when
5498 building test file.
5499
5500 2017-07-20 Pedro Alves <palves@redhat.com>
5501
5502 * gdb.base/default.exp (set language): Adjust expected output.
5503
5504 2017-07-20 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5507 (test_minsym): ... this, and make static.
5508 (get_pck__foo__bar__minsym): Rename to ...
5509 (get_test_minsym): ... this.
5510 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5511 symbol names and comments.
5512 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5513 (get_test_minsym): ... this.
5514 (pck__foo__bar__minsym__2): Rename to ...
5515 (test_minsym): ... this.
5516 (main): Adjust.
5517
5518 2017-07-17 Pedro Alves <palves@redhat.com>
5519
5520 * gdb.base/completion.exp: Adjust expected output.
5521 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5522 the completer works.
5523
5524 2017-07-17 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5527
5528 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5529
5530 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5531
5532 2017-07-14 Tom Tromey <tom@tromey.com>
5533
5534 PR rust/21764:
5535 * gdb.rust/simple.exp: Add tests.
5536
5537 2017-07-14 Tom Tromey <tom@tromey.com>
5538
5539 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5540
5541 2017-07-14 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.linespec/base/one/thefile.cc (z1): New function.
5544 * gdb.linespec/base/two/thefile.cc (z2): New function.
5545 * gdb.linespec/linespec.exp: Add tests.
5546
5547 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5548
5549 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5550 to mi_create_breakpoint.
5551
5552 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5553
5554 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5555 mi_create_breakpoint.
5556
5557 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5558
5559 * gdb.dlang/demangle.exp: Update for demangling changes.
5560
5561 2017-07-09 Tom Tromey <tom@tromey.com>
5562
5563 * gdb.dwarf2/shortpiece.exp: New file.
5564
5565 2017-07-06 David Blaikie <dblaikie@gmail.com>
5566
5567 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5568 built from fissiont-multi-cu{1,2}.c.
5569 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5570 except putting 'main' and 'func' in separate CUs in the same DWO file.
5571 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5572 test.
5573 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5574 test.
5575
5576 2017-07-06 Pedro Alves <palves@redhat.com>
5577
5578 * gdb.python/py-unwind.exp: Test flushregs.
5579
5580 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5581
5582 PR cli/21688
5583 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5584 tests for alias commands and trailing whitespace.
5585
5586 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5587
5588 PR cli/21688
5589 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5590 procedure. Call it.
5591
5592 2017-06-29 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.base/printcmds.exp: Add tests.
5595
5596 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5597
5598 PR gdb/21337
5599 * gdb.base/reread-readsym.exp: New file.
5600 * gdb.base/reread-readsym.c: New file.
5601
5602 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5603
5604 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5605 subpattern.
5606
5607 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5608
5609 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5610 extended mnemonic.
5611 * gdb.arch/powerpc-power9.s: Likewise.
5612
5613 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5614
5615 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5616 on 32-bit x86 targets. Exploit is_*_target macros where
5617 appropriate.
5618
5619 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5620
5621 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5622 register pieces.
5623
5624 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5625
5626 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5627 located in one or more DWARF pieces.
5628
5629 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5630
5631 * lib/gdb.exp (get_endianness): New proc.
5632 * gdb.arch/aarch64-fp.exp: Use it.
5633 * gdb.arch/altivec-regs.exp: Likewise.
5634 * gdb.arch/e500-regs.exp: Likewise.
5635 * gdb.arch/vsx-regs.exp: Likewise.
5636 * gdb.base/dump.exp: Likewise.
5637 * gdb.base/funcargs.exp: Likewise.
5638 * gdb.base/gnu_vector.exp: Likewise.
5639 * gdb.dwarf2/formdata16.exp: Likewise.
5640 * gdb.dwarf2/implptrpiece.exp: Likewise.
5641 * gdb.dwarf2/nonvar-access.exp: Likewise.
5642 * gdb.python/py-inferior.exp: Likewise.
5643 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5644
5645 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5646
5647 PR gdb/21226
5648 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5649 stack value pieces are taken from the LSB end.
5650
5651 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5652
5653 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5654 variable at nonzero offset.
5655
5656 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5657
5658 * gdb.dwarf2/var-access.c: New file.
5659 * gdb.dwarf2/var-access.exp: New test.
5660 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5661
5662 2017-06-12 Tom Tromey <tom@tromey.com>
5663
5664 * gdb.dwarf2/formdata16.exp: Add tests.
5665
5666 2017-06-12 Tom Tromey <tom@tromey.com>
5667
5668 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5669
5670 2017-06-12 Tom Tromey <tom@tromey.com>
5671
5672 PR exp/16225:
5673 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5674 * gdb.arch/vsx-regs.exp: Update tests.
5675 * gdb.arch/s390-vregs.exp (hex128): New proc.
5676 Update test.
5677 * gdb.arch/altivec-regs.exp: Update tests.
5678
5679 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5680
5681 * gdb.base/startup-with-shell.c: New file.
5682 * gdb.base/startup-with-shell.exp: Likewise.
5683
5684 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5685
5686 * gdb.server/non-existing-program.exp: Update regex in order to
5687 reflect the fact that gdbserver is now using fork_inferior (with a
5688 shell) to startup the inferior.
5689
5690 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5691
5692 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5693 support function calls from GDB.
5694
5695 2017-05-21 Tom Tromey <tom@tromey.com>
5696
5697 PR rust/21466:
5698 * gdb.rust/unsized.exp: New file.
5699 * gdb.rust/unsized.rs: New file.
5700
5701 2017-05-19 Tom Tromey <tom@tromey.com>
5702
5703 PR rust/21484:
5704 * gdb.rust/watch.exp: New file.
5705 * gdb.rust/watch.rs: New file.
5706
5707 2017-05-18 Tom Tromey <tom@tromey.com>
5708
5709 * gdb.rust/simple.exp: Allow Box to be qualified.
5710
5711 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5712
5713 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5714
5715 2017-05-18 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.base/fileio.c (test_write, test_read, test_close)
5718 (test_fstat): Don't print 'ret' in the fail path.
5719
5720 2017-05-18 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5723 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5724 (test_system, test_rename, test_unlink, test_time): Change
5725 prototypes.
5726 * gdb.base/fileio.exp (stop_msg): Adjust.
5727
5728 2017-05-18 Pedro Alves <palves@redhat.com>
5729
5730 * gdb.base/fileio.c (null_str): New global.
5731 (test_stat): Use it.
5732 * gdb.base/fileio.exp: Remove nowarnings.
5733
5734 2017-05-17 Yao Qi <yao.qi@linaro.org>
5735
5736 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5737
5738 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5739
5740 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5741 argument command.
5742 (top-level): Invoke test_set_inferior_tty.
5743
5744 2017-05-04 Pedro Alves <palves@redhat.com>
5745
5746 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5747 Add parens to print call for Python 3.
5748
5749 2017-05-03 Keith Seitz <keiths@redhat.com>
5750
5751 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5752 (main): Call it.
5753
5754 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5755
5756 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5757 to prev and next.
5758
5759 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5760
5761 * gdb.python/py-record-btrace.exp: Remove test for
5762 gdb.BtraceInstruction.error.
5763
5764 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5765
5766 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5767
5768 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5769
5770 * gdb.python/py-record-btrace-threads.c: New file.
5771 * gdb.python/py-record-btrace-threads.exp: New file.
5772
5773 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5774
5775 PR testsuite/8595
5776 * gdb.base/environ.exp: Make test available in all architectures.
5777 Move bits related to "info program" testing to
5778 gdb.base/info-program.exp. Rewrite tests to use the two new
5779 procedures mentione below.
5780 (test_set_show_env_var) New procedure.
5781 (test_set_show_env_var_equal): Likewise.
5782 * gdb.base/info-program.exp: New file.
5783
5784 2017-04-27 Keith Seitz <keiths@redhat.com>
5785
5786 * gdb.cp/oranking.cc (test15): New function.
5787 (main): Call test15 and declare additional variables for testing.
5788 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5789 "p foo101('abc')" tests.
5790 Add tests for cv qualifier overloads.
5791 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5792 "lvalue reference overload" test.
5793 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5794 "print value of f1 on Child&& in f2" test.
5795
5796 2017-04-19 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5799 procedure.
5800 (top level): Call it.
5801 * lib/gdb.exp (gdb_define_cmd): New procedure.
5802
5803 2017-04-12 Pedro Alves <palves@redhat.com>
5804
5805 PR gdb/21323
5806 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5807 (wchar): New global.
5808 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5809 (do_test_wide_char, wide_char_types_no_program, top level): Add
5810 wchar_t testing.
5811
5812 2017-04-12 Pedro Alves <palves@redhat.com>
5813
5814 PR c++/21323
5815 * gdb.cp/wide_char_types.c: New file.
5816 * gdb.cp/wide_char_types.exp: New file.
5817
5818 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5819
5820 PR gdb/21352
5821 * gdb.trace/tsv.exp: Add test for "tsave -r".
5822
5823 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5824
5825 * gdb.dlang/watch-loc.c: New file.
5826 * gdb.dlang/watch-loc.exp: New file.
5827
5828 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5829
5830 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5831
5832 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5833
5834 * gdb.arch/arc-analyze-prologue.S: New file.
5835 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5836
5837 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5838
5839 * gdb.arch/arc-decode-insn.S: New file.
5840 * gdb.arch/arc-decode-insn.exp: Likewise.
5841
5842 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5843
5844 PR tdep/20928
5845 * gdb.arch/sparc64-regs.exp: New file.
5846 * gdb.arch/sparc64-regs.S: Likewise.
5847
5848 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5849
5850 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5851 and memory view on Python 3.
5852
5853 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5854 Keith Seitz <keiths@redhat.com>
5855
5856 PR gdb/14441
5857 * gdb.cp/demangle.exp: Add rvalue reference tests.
5858 * gdb.cp/rvalue-ref-casts.cc: New file.
5859 * gdb.cp/rvalue-ref-casts.exp: New file.
5860 * gdb.cp/rvalue-ref-overload.cc: New file.
5861 * gdb.cp/rvalue-ref-overload.exp: New file.
5862 * gdb.cp/rvalue-ref-params.cc: New file.
5863 * gdb.cp/rvalue-ref-params.exp: New file.
5864 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5865 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5866 * gdb.cp/rvalue-ref-types.cc: New file.
5867 * gdb.cp/rvalue-ref-types.exp: New file.
5868 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5869 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5870
5871 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5872
5873 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5874 New procedure.
5875
5876 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5877
5878 * lib/mi-support.exp (mi_gdb_test): Add additional message
5879 for unexpected output.
5880
5881 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5882
5883 * gdb.base/examine-backward.c (Barrier): New character array
5884 constant, to ensure that TestStrings is preceded by a string
5885 terminator.
5886
5887 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5888
5889 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5890 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5891 and implicit pointer into such a location.
5892
5893 2017-03-16 Doug Evans <dje@google.com>
5894
5895 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5896
5897 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5898
5899 * gdb.cp/m-static.exp: Fix expectation for prototype of
5900 test5.single_constructor and single_constructor::single_constructor.
5901
5902 2017-03-16 Doug Evans <dje@google.com>
5903
5904 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5905 * gdb.guile/scm-lazy-string.c: New file.
5906 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5907 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5908 for pointer, array, typedef lazy strings.
5909
5910 2017-03-16 Doug Evans <dje@google.com>
5911
5912 PR python/17728, python/18439, python/18779
5913 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5914 * gdb.python/py-lazy-string.c (pointer): New typedef.
5915 (main): New locals ptr, array, typedef_ptr.
5916 * gdb.python/py-value.exp: Move lazy string tests to ...
5917 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5918 array, typedef lazy strings.
5919
5920 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5921
5922 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5923 Add optional 'test' parameter.
5924
5925 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5926
5927 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5928 Skip for versions of DejaGnu < 1.5.
5929
5930 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5931
5932 * lib/gdb.exp (dejagnu_version): New proc.
5933 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5934 Use dejagnu_version.
5935
5936 2017-03-10 Keith Seitz <keiths@redhat.com>
5937
5938 PR c++/8128
5939 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5940 type from destructor regexps.
5941 Add a branch which actually passes the test.
5942 Adjust "ptype t5i" test names.
5943
5944 2017-03-08 Pedro Alves <palves@redhat.com>
5945
5946 * gdb.base/step-over-exit.exp: Add explicit test message.
5947
5948 2017-03-08 Pedro Alves <palves@redhat.com>
5949
5950 PR gdb/18360
5951 * gdb.threads/interrupt-while-step-over.c: New file.
5952 * gdb.threads/interrupt-while-step-over.exp: New file.
5953
5954 2017-03-08 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5957 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5958
5959 2017-03-08 Pedro Alves <palves@redhat.com>
5960
5961 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5962 PKRU as not supported as a PASS.
5963
5964 2017-03-08 Pedro Alves <palves@redhat.com>
5965
5966 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5967 prefix instead of $binfile1/$binfile2.
5968 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5969 in test message.
5970 * gdb.python/py-completion.exp: Use "load python file" as test
5971 messages instead of unstable path names.
5972
5973 2017-03-08 Pedro Alves <palves@redhat.com>
5974 Jan Kratochvil <jan.kratochvil@redhat.com>
5975
5976 PR cli/21218
5977 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5978 New proc.
5979 (top level): Call it.
5980
5981 2017-03-08 Pedro Alves <palves@redhat.com>
5982
5983 PR tui/21216
5984 * gdb.tui/tui-nl-filtered-output.exp: New file.
5985
5986 2017-03-08 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.base/completion.exp: Move TUI completion tests to ...
5989 * gdb.tui/completion.exp: ... this new file.
5990
5991 2017-03-08 Pedro Alves <palves@redhat.com>
5992
5993 * gdb.base/tui-disasm-long-lines.c,
5994 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5995 gdb.base/tui-layout.exp: Move to ...
5996 * gdb.tui/: ... this new directory.
5997
5998 2017-03-07 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.base/tui-layout.c: New file.
6001 * gdb.base/tui-layout.exp: New file.
6002
6003 2017-03-07 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/tui-layout.c: Rename to ...
6006 * gdb.base/tui-disasm-long-lines.c: ... this.
6007 * gdb.base/tui-layout.exp: Rename to ...
6008 * gdb.base/tui-disasm-long-lines.exp: ... this.
6009
6010 2017-03-07 Pedro Alves <palves@redhat.com>
6011
6012 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6013
6014 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6015
6016 * i386-mpx-call.c: New file.
6017 * i386-mpx-call.exp: New file.
6018
6019 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6020
6021 * gdb.arch/powerpc-power.exp: Delete test.
6022 * gdb.arch/powerpc-power.s: Likewise.
6023 * gdb.disasm/disassembler-options.exp: New test.
6024 * gdb.arch/powerpc-altivec.exp: Likewise.
6025 * gdb.arch/powerpc-altivec.s: Likewise.
6026 * gdb.arch/powerpc-altivec2.exp: Likewise.
6027 * gdb.arch/powerpc-altivec2.s: Likewise.
6028 * gdb.arch/powerpc-altivec3.exp: Likewise.
6029 * gdb.arch/powerpc-altivec3.s: Likewise.
6030 * gdb.arch/powerpc-power7.exp: Likewise.
6031 * gdb.arch/powerpc-power7.s: Likewise.
6032 * gdb.arch/powerpc-power8.exp: Likewise.
6033 * gdb.arch/powerpc-power8.s: Likewise.
6034 * gdb.arch/powerpc-power9.exp: Likewise.
6035 * gdb.arch/powerpc-power9.s: Likewise.
6036 * gdb.arch/powerpc-vsx.exp: Likewise.
6037 * gdb.arch/powerpc-vsx.s: Likewise.
6038 * gdb.arch/powerpc-vsx2.exp: Likewise.
6039 * gdb.arch/powerpc-vsx2.s: Likewise.
6040 * gdb.arch/powerpc-vsx3.exp: Likewise.
6041 * gdb.arch/powerpc-vsx3.s: Likewise.
6042 * gdb.arch/arm-disassembler-options.exp: Likewise.
6043 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6044 * gdb.arch/s390-disassembler-options.exp: Likewise.
6045
6046 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6047
6048 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6049 (check_supported_features): ... this. Changed return type to void.
6050 (supports_rdseed): New static global.
6051 (rdseed): Check supports_rdseed.
6052 (initialize): Call check_supported_features.
6053
6054 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6055
6056 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6057 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6058 and lqarx/stqcx.
6059 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6060 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6061
6062 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6063
6064 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6065 uppercase.
6066
6067 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6068
6069 * gdb.dwarf2/formdata16.c: New file.
6070 * gdb.dwarf2/formdata16.exp: New file.
6071 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6072
6073 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6074
6075 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6076 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6077 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6078 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6079 DW_AT_GNU_*.
6080
6081 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6082
6083 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6084
6085 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6086
6087 PR gdb/21164
6088 * gdb.base/maint.exp: Add testcases for when the commands do
6089 not have arguments.
6090
6091 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6092
6093 * gdb.cp/chained-calls.exp: Use p instead of P.
6094
6095 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6096
6097 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6098 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6099
6100 2017-02-14 Tom Tromey <tom@tromey.com>
6101
6102 PR python/13598:
6103 * gdb.python/py-events.exp: Add before_prompt event tests.
6104
6105 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6106
6107 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6108
6109 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6110
6111 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6112 (main): Call my_unique_function_name.
6113 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6114 completion of patterns with a single match.
6115 Add missing -re switches to gdb_test_multiple calls.
6116
6117 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6118
6119 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6120 return if core file is not recognized.
6121
6122 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6123
6124 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6125 and extra UIs.
6126
6127 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6128
6129 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6130 proc_with_prefix.
6131
6132 2017-02-10 Tom Tromey <tom@tromey.com>
6133
6134 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6135
6136 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6137
6138 PR gdb/21122
6139 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6140
6141 2017-02-08 Jerome Guitton <guitton@adacore.com>
6142
6143 * gdb.base/define.exp: Add test for command abbreviations
6144 in define.
6145
6146 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6147
6148 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6149 * gdb.reverse/insn-reverse-x86.c: New file.
6150
6151 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6152
6153 PR tdep/20936
6154 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6155
6156 2017-02-03 Tom Tromey <tom@tromey.com>
6157
6158 PR rust/21097:
6159 * gdb.rust/simple.exp: Add new tests.
6160
6161 2017-02-02 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6164 tests.
6165
6166 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6167
6168 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6169 taking a 2-byte value out of a 4-byte DWARF implicit value on
6170 big-endian targets.
6171 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6172 logic. Add test cases for DW_OP_implicit.
6173
6174 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6175
6176 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6177
6178 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6179
6180 * gdb.btrace/enable.exp: Call gdb_exit before
6181 skip_gdbserver_tests.
6182
6183 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6184
6185 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6186 GDBFLAGS.
6187
6188 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6189
6190 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6191 the test is skipped.
6192 * gdb.btrace/data.exp: Likewise.
6193 * gdb.btrace/delta.exp: Likewise.
6194 * gdb.btrace/dlopen.exp: Likewise.
6195 * gdb.btrace/enable-running.exp: Likewise.
6196 * gdb.btrace/enable.exp: Likewise.
6197 * gdb.btrace/exception.exp: Likewise.
6198 * gdb.btrace/function_call_history.exp: Likewise.
6199 * gdb.btrace/gcore.exp: Likewise.
6200 * gdb.btrace/instruction_history.exp: Likewise.
6201 * gdb.btrace/multi-thread-step.exp: Likewise.
6202 * gdb.btrace/nohist.exp: Likewise.
6203 * gdb.btrace/non-stop.exp: Likewise.
6204 * gdb.btrace/reconnect.exp: Likewise.
6205 * gdb.btrace/record_goto-step.exp: Likewise.
6206 * gdb.btrace/record_goto.exp: Likewise.
6207 * gdb.btrace/rn-dl-bind.exp: Likewise.
6208 * gdb.btrace/segv.exp: Likewise.
6209 * gdb.btrace/step.exp: Likewise.
6210 * gdb.btrace/stepi.exp: Likewise.
6211 * gdb.btrace/tailcall-only.exp: Likewise.
6212 * gdb.btrace/tailcall.exp: Likewise.
6213 * gdb.btrace/tsx.exp: Likewise.
6214 * gdb.btrace/unknown_functions.exp: Likewise.
6215 * gdb.btrace/vdso.exp: Likewise.
6216
6217 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6218
6219 * gdb.btrace/enable-running.c: New.
6220 * gdb.btrace/enable-running.exp: New.
6221
6222 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6223
6224 * gdb.arch/amd64-gs_base.c: New file.
6225 * gdb.arch/amd64-gs_base.exp: New file.
6226
6227 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6228
6229 * lib/memory.exp: Remove spurious empty newlines.
6230
6231 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6232
6233 * gdb.python/py-bad-printers.exp: Load python file using "source".
6234 * gdb.python/py-events.exp: Likewise.
6235 * gdb.python/py-evsignal.exp: Likewise.
6236 * gdb.python/py-evthreads.exp: Likewise.
6237 * gdb.python/py-frame-args.exp: Likewise.
6238 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6239 * gdb.python/py-framefilter-mi.exp: Likewise.
6240 * gdb.python/py-framefilter.exp: Likewise.
6241 * gdb.python/py-mi.exp: Likewise.
6242 * gdb.python/py-pp-maint.exp: Likewise.
6243 * gdb.python/py-pp-registration.exp: Likewise.
6244 * gdb.python/py-prettyprint.exp: Likewise.
6245 (run_lang_tests): Likewise.
6246 * gdb.python/py-typeprint.exp: Likewise.
6247
6248 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6249
6250 * lib/memory.exp: New file.
6251 * lib/gdb.exp: Load memory.exp.
6252 * gdb.base/memattr.exp (delete_memory): Move proc to
6253 lib/memory.exp and rename to delete_memory_regions.
6254 Replace delete_memory with delete_memory_regions.
6255 Cleanup memory regions before tests.
6256 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6257 before tests.
6258
6259 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6260
6261 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6262 files.
6263 (initialize): New function conditionally defined.
6264 (testcases): Move within conditional block.
6265 (main): Call initialize.
6266 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6267 of gdb.reverse/insn-reverse.c.
6268 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6269 gdb.reverse/insn-reverse.c.
6270
6271 2017-01-26 Yao Qi <yao.qi@linaro.org>
6272
6273 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6274 disassemble on address 0.
6275
6276 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6277 Yao Qi <yao.qi@linaro.org>
6278
6279 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6280 * gdb.dwarf2/implptr-64bit.S: Remove.
6281 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6282 variables in caller's context. Add DW_OP_implicit_value.
6283
6284 2017-01-25 Yao Qi <yao.qi@linaro.org>
6285
6286 * lib/dwarf.exp (Dwarf::_location): Handle
6287 DW_OP_GNU_implicit_pointer with proper size.
6288
6289 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6290
6291 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6292 and add untested calls.
6293
6294 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6295
6296 * gdb.python/python.exp: Check line number against what GDB thinks
6297 the line number is for func1.
6298
6299 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6300
6301 * gdb.dlang/debug-expr.exp: New file.
6302
6303 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6304
6305 Fix test names for the following files:
6306
6307 * gdb.ada/exec_changed.exp
6308 * gdb.ada/info_types.exp
6309 * gdb.arch/aarch64-atomic-inst.exp
6310 * gdb.arch/aarch64-fp.exp
6311 * gdb.arch/altivec-abi.exp
6312 * gdb.arch/altivec-regs.exp
6313 * gdb.arch/amd64-byte.exp
6314 * gdb.arch/amd64-disp-step.exp
6315 * gdb.arch/amd64-dword.exp
6316 * gdb.arch/amd64-entry-value-inline.exp
6317 * gdb.arch/amd64-entry-value-param.exp
6318 * gdb.arch/amd64-entry-value-paramref.exp
6319 * gdb.arch/amd64-entry-value.exp
6320 * gdb.arch/amd64-i386-address.exp
6321 * gdb.arch/amd64-invalid-stack-middle.exp
6322 * gdb.arch/amd64-invalid-stack-top.exp
6323 * gdb.arch/amd64-optimout-repeat.exp
6324 * gdb.arch/amd64-prologue-skip.exp
6325 * gdb.arch/amd64-prologue-xmm.exp
6326 * gdb.arch/amd64-stap-special-operands.exp
6327 * gdb.arch/amd64-stap-wrong-subexp.exp
6328 * gdb.arch/amd64-tailcall-cxx.exp
6329 * gdb.arch/amd64-tailcall-noret.exp
6330 * gdb.arch/amd64-tailcall-ret.exp
6331 * gdb.arch/amd64-tailcall-self.exp
6332 * gdb.arch/amd64-word.exp
6333 * gdb.arch/arm-bl-branch-dest.exp
6334 * gdb.arch/arm-disp-step.exp
6335 * gdb.arch/arm-neon.exp
6336 * gdb.arch/arm-single-step-kernel-helper.exp
6337 * gdb.arch/avr-flash-qualifier.exp
6338 * gdb.arch/disp-step-insn-reloc.exp
6339 * gdb.arch/e500-abi.exp
6340 * gdb.arch/e500-regs.exp
6341 * gdb.arch/ftrace-insn-reloc.exp
6342 * gdb.arch/i386-avx512.exp
6343 * gdb.arch/i386-bp_permanent.exp
6344 * gdb.arch/i386-byte.exp
6345 * gdb.arch/i386-cfi-notcurrent.exp
6346 * gdb.arch/i386-disp-step.exp
6347 * gdb.arch/i386-dr3-watch.exp
6348 * gdb.arch/i386-float.exp
6349 * gdb.arch/i386-gnu-cfi.exp
6350 * gdb.arch/i386-mpx-map.exp
6351 * gdb.arch/i386-mpx-sigsegv.exp
6352 * gdb.arch/i386-mpx-simple_segv.exp
6353 * gdb.arch/i386-mpx.exp
6354 * gdb.arch/i386-permbkpt.exp
6355 * gdb.arch/i386-prologue.exp
6356 * gdb.arch/i386-signal.exp
6357 * gdb.arch/i386-size-overlap.exp
6358 * gdb.arch/i386-unwind.exp
6359 * gdb.arch/i386-word.exp
6360 * gdb.arch/mips-fcr.exp
6361 * gdb.arch/powerpc-d128-regs.exp
6362 * gdb.arch/powerpc-stackless.exp
6363 * gdb.arch/ppc64-atomic-inst.exp
6364 * gdb.arch/s390-stackless.exp
6365 * gdb.arch/s390-tdbregs.exp
6366 * gdb.arch/s390-vregs.exp
6367 * gdb.arch/sparc-sysstep.exp
6368 * gdb.arch/thumb-bx-pc.exp
6369 * gdb.arch/thumb-singlestep.exp
6370 * gdb.arch/thumb2-it.exp
6371 * gdb.arch/vsx-regs.exp
6372 * gdb.asm/asm-source.exp
6373 * gdb.base/a2-run.exp
6374 * gdb.base/advance.exp
6375 * gdb.base/all-bin.exp
6376 * gdb.base/anon.exp
6377 * gdb.base/args.exp
6378 * gdb.base/arithmet.exp
6379 * gdb.base/async-shell.exp
6380 * gdb.base/async.exp
6381 * gdb.base/attach-pie-noexec.exp
6382 * gdb.base/attach-twice.exp
6383 * gdb.base/auto-load.exp
6384 * gdb.base/bang.exp
6385 * gdb.base/bitfields.exp
6386 * gdb.base/break-always.exp
6387 * gdb.base/break-caller-line.exp
6388 * gdb.base/break-entry.exp
6389 * gdb.base/break-inline.exp
6390 * gdb.base/break-on-linker-gcd-function.exp
6391 * gdb.base/break-probes.exp
6392 * gdb.base/break.exp
6393 * gdb.base/breakpoint-shadow.exp
6394 * gdb.base/call-ar-st.exp
6395 * gdb.base/call-sc.exp
6396 * gdb.base/call-signal-resume.exp
6397 * gdb.base/call-strs.exp
6398 * gdb.base/callfuncs.exp
6399 * gdb.base/catch-fork-static.exp
6400 * gdb.base/catch-gdb-caused-signals.exp
6401 * gdb.base/catch-load.exp
6402 * gdb.base/catch-signal-fork.exp
6403 * gdb.base/catch-signal.exp
6404 * gdb.base/catch-syscall.exp
6405 * gdb.base/charset.exp
6406 * gdb.base/checkpoint.exp
6407 * gdb.base/chng-syms.exp
6408 * gdb.base/code-expr.exp
6409 * gdb.base/code_elim.exp
6410 * gdb.base/commands.exp
6411 * gdb.base/completion.exp
6412 * gdb.base/complex.exp
6413 * gdb.base/cond-expr.exp
6414 * gdb.base/condbreak.exp
6415 * gdb.base/consecutive.exp
6416 * gdb.base/continue-all-already-running.exp
6417 * gdb.base/coredump-filter.exp
6418 * gdb.base/corefile.exp
6419 * gdb.base/dbx.exp
6420 * gdb.base/debug-expr.exp
6421 * gdb.base/define.exp
6422 * gdb.base/del.exp
6423 * gdb.base/disabled-location.exp
6424 * gdb.base/disasm-end-cu.exp
6425 * gdb.base/disasm-optim.exp
6426 * gdb.base/display.exp
6427 * gdb.base/duplicate-bp.exp
6428 * gdb.base/ena-dis-br.exp
6429 * gdb.base/ending-run.exp
6430 * gdb.base/enumval.exp
6431 * gdb.base/environ.exp
6432 * gdb.base/eu-strip-infcall.exp
6433 * gdb.base/eval-avoid-side-effects.exp
6434 * gdb.base/eval-skip.exp
6435 * gdb.base/exitsignal.exp
6436 * gdb.base/expand-psymtabs.exp
6437 * gdb.base/filesym.exp
6438 * gdb.base/find-unmapped.exp
6439 * gdb.base/finish.exp
6440 * gdb.base/float.exp
6441 * gdb.base/foll-exec-mode.exp
6442 * gdb.base/foll-exec.exp
6443 * gdb.base/foll-fork.exp
6444 * gdb.base/fortran-sym-case.exp
6445 * gdb.base/freebpcmd.exp
6446 * gdb.base/func-ptr.exp
6447 * gdb.base/func-ptrs.exp
6448 * gdb.base/funcargs.exp
6449 * gdb.base/gcore-buffer-overflow.exp
6450 * gdb.base/gcore-relro-pie.exp
6451 * gdb.base/gcore-relro.exp
6452 * gdb.base/gcore.exp
6453 * gdb.base/gdb1090.exp
6454 * gdb.base/gdb11530.exp
6455 * gdb.base/gdb11531.exp
6456 * gdb.base/gdb1821.exp
6457 * gdb.base/gdbindex-stabs.exp
6458 * gdb.base/gdbvars.exp
6459 * gdb.base/hbreak.exp
6460 * gdb.base/hbreak2.exp
6461 * gdb.base/included.exp
6462 * gdb.base/infcall-input.exp
6463 * gdb.base/inferior-died.exp
6464 * gdb.base/infnan.exp
6465 * gdb.base/info-macros.exp
6466 * gdb.base/info-os.exp
6467 * gdb.base/info-proc.exp
6468 * gdb.base/info-shared.exp
6469 * gdb.base/info-target.exp
6470 * gdb.base/infoline.exp
6471 * gdb.base/interp.exp
6472 * gdb.base/interrupt.exp
6473 * gdb.base/jit-reader.exp
6474 * gdb.base/jit-simple.exp
6475 * gdb.base/kill-after-signal.exp
6476 * gdb.base/kill-detach-inferiors-cmd.exp
6477 * gdb.base/label.exp
6478 * gdb.base/langs.exp
6479 * gdb.base/ldbl_e308.exp
6480 * gdb.base/line-symtabs.exp
6481 * gdb.base/linespecs.exp
6482 * gdb.base/list.exp
6483 * gdb.base/long_long.exp
6484 * gdb.base/longest-types.exp
6485 * gdb.base/maint.exp
6486 * gdb.base/max-value-size.exp
6487 * gdb.base/memattr.exp
6488 * gdb.base/mips_pro.exp
6489 * gdb.base/morestack.exp
6490 * gdb.base/moribund-step.exp
6491 * gdb.base/multi-forks.exp
6492 * gdb.base/nested-addr.exp
6493 * gdb.base/nextoverexit.exp
6494 * gdb.base/noreturn-finish.exp
6495 * gdb.base/noreturn-return.exp
6496 * gdb.base/nostdlib.exp
6497 * gdb.base/offsets.exp
6498 * gdb.base/opaque.exp
6499 * gdb.base/pc-fp.exp
6500 * gdb.base/permissions.exp
6501 * gdb.base/print-symbol-loading.exp
6502 * gdb.base/prologue-include.exp
6503 * gdb.base/psymtab.exp
6504 * gdb.base/ptype.exp
6505 * gdb.base/random-signal.exp
6506 * gdb.base/randomize.exp
6507 * gdb.base/range-stepping.exp
6508 * gdb.base/readline-ask.exp
6509 * gdb.base/recpar.exp
6510 * gdb.base/recurse.exp
6511 * gdb.base/relational.exp
6512 * gdb.base/restore.exp
6513 * gdb.base/return-nodebug.exp
6514 * gdb.base/return.exp
6515 * gdb.base/run-after-attach.exp
6516 * gdb.base/save-bp.exp
6517 * gdb.base/scope.exp
6518 * gdb.base/sect-cmd.exp
6519 * gdb.base/set-lang-auto.exp
6520 * gdb.base/set-noassign.exp
6521 * gdb.base/setvar.exp
6522 * gdb.base/sigall.exp
6523 * gdb.base/sigbpt.exp
6524 * gdb.base/siginfo-addr.exp
6525 * gdb.base/siginfo-infcall.exp
6526 * gdb.base/siginfo-obj.exp
6527 * gdb.base/siginfo.exp
6528 * gdb.base/signals-state-child.exp
6529 * gdb.base/signest.exp
6530 * gdb.base/sigstep.exp
6531 * gdb.base/sizeof.exp
6532 * gdb.base/skip.exp
6533 * gdb.base/solib-corrupted.exp
6534 * gdb.base/solib-nodir.exp
6535 * gdb.base/solib-search.exp
6536 * gdb.base/stack-checking.exp
6537 * gdb.base/stale-infcall.exp
6538 * gdb.base/stap-probe.exp
6539 * gdb.base/start.exp
6540 * gdb.base/step-break.exp
6541 * gdb.base/step-bt.exp
6542 * gdb.base/step-line.exp
6543 * gdb.base/step-over-exit.exp
6544 * gdb.base/step-over-syscall.exp
6545 * gdb.base/step-resume-infcall.exp
6546 * gdb.base/step-test.exp
6547 * gdb.base/store.exp
6548 * gdb.base/structs3.exp
6549 * gdb.base/sym-file.exp
6550 * gdb.base/symbol-without-target_section.exp
6551 * gdb.base/term.exp
6552 * gdb.base/testenv.exp
6553 * gdb.base/ui-redirect.exp
6554 * gdb.base/until.exp
6555 * gdb.base/unwindonsignal.exp
6556 * gdb.base/value-double-free.exp
6557 * gdb.base/vla-datatypes.exp
6558 * gdb.base/vla-ptr.exp
6559 * gdb.base/vla-sideeffect.exp
6560 * gdb.base/volatile.exp
6561 * gdb.base/watch-cond-infcall.exp
6562 * gdb.base/watch-cond.exp
6563 * gdb.base/watch-non-mem.exp
6564 * gdb.base/watch-read.exp
6565 * gdb.base/watch-vfork.exp
6566 * gdb.base/watchpoint-cond-gone.exp
6567 * gdb.base/watchpoint-delete.exp
6568 * gdb.base/watchpoint-hw-hit-once.exp
6569 * gdb.base/watchpoint-hw.exp
6570 * gdb.base/watchpoint-stops-at-right-insn.exp
6571 * gdb.base/watchpoints.exp
6572 * gdb.base/wchar.exp
6573 * gdb.base/whatis-exp.exp
6574 * gdb.btrace/buffer-size.exp
6575 * gdb.btrace/data.exp
6576 * gdb.btrace/delta.exp
6577 * gdb.btrace/dlopen.exp
6578 * gdb.btrace/enable.exp
6579 * gdb.btrace/exception.exp
6580 * gdb.btrace/function_call_history.exp
6581 * gdb.btrace/gcore.exp
6582 * gdb.btrace/instruction_history.exp
6583 * gdb.btrace/nohist.exp
6584 * gdb.btrace/reconnect.exp
6585 * gdb.btrace/record_goto-step.exp
6586 * gdb.btrace/record_goto.exp
6587 * gdb.btrace/rn-dl-bind.exp
6588 * gdb.btrace/segv.exp
6589 * gdb.btrace/step.exp
6590 * gdb.btrace/stepi.exp
6591 * gdb.btrace/tailcall-only.exp
6592 * gdb.btrace/tailcall.exp
6593 * gdb.btrace/tsx.exp
6594 * gdb.btrace/unknown_functions.exp
6595 * gdb.btrace/vdso.exp
6596 * gdb.compile/compile-ifunc.exp
6597 * gdb.compile/compile-ops.exp
6598 * gdb.compile/compile-print.exp
6599 * gdb.compile/compile-setjmp.exp
6600 * gdb.cp/abstract-origin.exp
6601 * gdb.cp/ambiguous.exp
6602 * gdb.cp/annota2.exp
6603 * gdb.cp/annota3.exp
6604 * gdb.cp/anon-ns.exp
6605 * gdb.cp/anon-struct.exp
6606 * gdb.cp/anon-union.exp
6607 * gdb.cp/arg-reference.exp
6608 * gdb.cp/baseenum.exp
6609 * gdb.cp/bool.exp
6610 * gdb.cp/breakpoint.exp
6611 * gdb.cp/bs15503.exp
6612 * gdb.cp/call-c.exp
6613 * gdb.cp/casts.exp
6614 * gdb.cp/chained-calls.exp
6615 * gdb.cp/class2.exp
6616 * gdb.cp/classes.exp
6617 * gdb.cp/cmpd-minsyms.exp
6618 * gdb.cp/converts.exp
6619 * gdb.cp/cp-relocate.exp
6620 * gdb.cp/cpcompletion.exp
6621 * gdb.cp/cpexprs.exp
6622 * gdb.cp/cplabel.exp
6623 * gdb.cp/cplusfuncs.exp
6624 * gdb.cp/cpsizeof.exp
6625 * gdb.cp/ctti.exp
6626 * gdb.cp/derivation.exp
6627 * gdb.cp/destrprint.exp
6628 * gdb.cp/dispcxx.exp
6629 * gdb.cp/enum-class.exp
6630 * gdb.cp/exception.exp
6631 * gdb.cp/exceptprint.exp
6632 * gdb.cp/expand-psymtabs-cxx.exp
6633 * gdb.cp/expand-sals.exp
6634 * gdb.cp/extern-c.exp
6635 * gdb.cp/filename.exp
6636 * gdb.cp/formatted-ref.exp
6637 * gdb.cp/fpointer.exp
6638 * gdb.cp/gdb1355.exp
6639 * gdb.cp/gdb2495.exp
6640 * gdb.cp/hang.exp
6641 * gdb.cp/impl-this.exp
6642 * gdb.cp/infcall-dlopen.exp
6643 * gdb.cp/inherit.exp
6644 * gdb.cp/iostream.exp
6645 * gdb.cp/koenig.exp
6646 * gdb.cp/local.exp
6647 * gdb.cp/m-data.exp
6648 * gdb.cp/m-static.exp
6649 * gdb.cp/mb-ctor.exp
6650 * gdb.cp/mb-inline.exp
6651 * gdb.cp/mb-templates.exp
6652 * gdb.cp/member-name.exp
6653 * gdb.cp/member-ptr.exp
6654 * gdb.cp/meth-typedefs.exp
6655 * gdb.cp/method.exp
6656 * gdb.cp/method2.exp
6657 * gdb.cp/minsym-fallback.exp
6658 * gdb.cp/misc.exp
6659 * gdb.cp/namelessclass.exp
6660 * gdb.cp/namespace-enum.exp
6661 * gdb.cp/namespace-nested-import.exp
6662 * gdb.cp/namespace.exp
6663 * gdb.cp/nextoverthrow.exp
6664 * gdb.cp/no-dmgl-verbose.exp
6665 * gdb.cp/non-trivial-retval.exp
6666 * gdb.cp/noparam.exp
6667 * gdb.cp/nsdecl.exp
6668 * gdb.cp/nsimport.exp
6669 * gdb.cp/nsnested.exp
6670 * gdb.cp/nsnoimports.exp
6671 * gdb.cp/nsrecurs.exp
6672 * gdb.cp/nsstress.exp
6673 * gdb.cp/nsusing.exp
6674 * gdb.cp/operator.exp
6675 * gdb.cp/oranking.exp
6676 * gdb.cp/overload-const.exp
6677 * gdb.cp/overload.exp
6678 * gdb.cp/ovldbreak.exp
6679 * gdb.cp/ovsrch.exp
6680 * gdb.cp/paren-type.exp
6681 * gdb.cp/parse-lang.exp
6682 * gdb.cp/pass-by-ref.exp
6683 * gdb.cp/pr-1023.exp
6684 * gdb.cp/pr-1210.exp
6685 * gdb.cp/pr-574.exp
6686 * gdb.cp/pr10687.exp
6687 * gdb.cp/pr12028.exp
6688 * gdb.cp/pr17132.exp
6689 * gdb.cp/pr17494.exp
6690 * gdb.cp/pr9067.exp
6691 * gdb.cp/pr9167.exp
6692 * gdb.cp/pr9631.exp
6693 * gdb.cp/printmethod.exp
6694 * gdb.cp/psmang.exp
6695 * gdb.cp/psymtab-parameter.exp
6696 * gdb.cp/ptype-cv-cp.exp
6697 * gdb.cp/ptype-flags.exp
6698 * gdb.cp/re-set-overloaded.exp
6699 * gdb.cp/ref-types.exp
6700 * gdb.cp/rtti.exp
6701 * gdb.cp/scope-err.exp
6702 * gdb.cp/shadow.exp
6703 * gdb.cp/smartp.exp
6704 * gdb.cp/static-method.exp
6705 * gdb.cp/static-print-quit.exp
6706 * gdb.cp/temargs.exp
6707 * gdb.cp/templates.exp
6708 * gdb.cp/try_catch.exp
6709 * gdb.cp/typedef-operator.exp
6710 * gdb.cp/typeid.exp
6711 * gdb.cp/userdef.exp
6712 * gdb.cp/using-crash.exp
6713 * gdb.cp/var-tag.exp
6714 * gdb.cp/virtbase.exp
6715 * gdb.cp/virtfunc.exp
6716 * gdb.cp/virtfunc2.exp
6717 * gdb.cp/vla-cxx.exp
6718 * gdb.disasm/t01_mov.exp
6719 * gdb.disasm/t02_mova.exp
6720 * gdb.disasm/t03_add.exp
6721 * gdb.disasm/t04_sub.exp
6722 * gdb.disasm/t05_cmp.exp
6723 * gdb.disasm/t06_ari2.exp
6724 * gdb.disasm/t07_ari3.exp
6725 * gdb.disasm/t08_or.exp
6726 * gdb.disasm/t09_xor.exp
6727 * gdb.disasm/t10_and.exp
6728 * gdb.disasm/t11_logs.exp
6729 * gdb.disasm/t12_bit.exp
6730 * gdb.disasm/t13_otr.exp
6731 * gdb.dlang/circular.exp
6732 * gdb.dwarf2/arr-stride.exp
6733 * gdb.dwarf2/arr-subrange.exp
6734 * gdb.dwarf2/atomic-type.exp
6735 * gdb.dwarf2/bad-regnum.exp
6736 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6737 * gdb.dwarf2/callframecfa.exp
6738 * gdb.dwarf2/clztest.exp
6739 * gdb.dwarf2/corrupt.exp
6740 * gdb.dwarf2/data-loc.exp
6741 * gdb.dwarf2/dup-psym.exp
6742 * gdb.dwarf2/dw2-anon-mptr.exp
6743 * gdb.dwarf2/dw2-anonymous-func.exp
6744 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6745 * gdb.dwarf2/dw2-bad-unresolved.exp
6746 * gdb.dwarf2/dw2-basic.exp
6747 * gdb.dwarf2/dw2-canonicalize-type.exp
6748 * gdb.dwarf2/dw2-case-insensitive.exp
6749 * gdb.dwarf2/dw2-common-block.exp
6750 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6751 * gdb.dwarf2/dw2-compressed.exp
6752 * gdb.dwarf2/dw2-const.exp
6753 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6754 * gdb.dwarf2/dw2-cu-size.exp
6755 * gdb.dwarf2/dw2-dup-frame.exp
6756 * gdb.dwarf2/dw2-entry-value.exp
6757 * gdb.dwarf2/dw2-icycle.exp
6758 * gdb.dwarf2/dw2-ifort-parameter.exp
6759 * gdb.dwarf2/dw2-inline-break.exp
6760 * gdb.dwarf2/dw2-inline-param.exp
6761 * gdb.dwarf2/dw2-intercu.exp
6762 * gdb.dwarf2/dw2-intermix.exp
6763 * gdb.dwarf2/dw2-lexical-block-bare.exp
6764 * gdb.dwarf2/dw2-linkage-name-trust.exp
6765 * gdb.dwarf2/dw2-minsym-in-cu.exp
6766 * gdb.dwarf2/dw2-noloc.exp
6767 * gdb.dwarf2/dw2-op-call.exp
6768 * gdb.dwarf2/dw2-op-out-param.exp
6769 * gdb.dwarf2/dw2-opt-structptr.exp
6770 * gdb.dwarf2/dw2-param-error.exp
6771 * gdb.dwarf2/dw2-producer.exp
6772 * gdb.dwarf2/dw2-ranges-base.exp
6773 * gdb.dwarf2/dw2-ref-missing-frame.exp
6774 * gdb.dwarf2/dw2-reg-undefined.exp
6775 * gdb.dwarf2/dw2-regno-invalid.exp
6776 * gdb.dwarf2/dw2-restore.exp
6777 * gdb.dwarf2/dw2-restrict.exp
6778 * gdb.dwarf2/dw2-single-line-discriminators.exp
6779 * gdb.dwarf2/dw2-strp.exp
6780 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6781 * gdb.dwarf2/dw2-unresolved.exp
6782 * gdb.dwarf2/dw2-var-zero-addr.exp
6783 * gdb.dwarf2/dw4-sig-types.exp
6784 * gdb.dwarf2/dwz.exp
6785 * gdb.dwarf2/dynarr-ptr.exp
6786 * gdb.dwarf2/enum-type.exp
6787 * gdb.dwarf2/gdb-index.exp
6788 * gdb.dwarf2/implptr-64bit.exp
6789 * gdb.dwarf2/implptr-optimized-out.exp
6790 * gdb.dwarf2/implptr.exp
6791 * gdb.dwarf2/implref-array.exp
6792 * gdb.dwarf2/implref-const.exp
6793 * gdb.dwarf2/implref-global.exp
6794 * gdb.dwarf2/implref-struct.exp
6795 * gdb.dwarf2/mac-fileno.exp
6796 * gdb.dwarf2/main-subprogram.exp
6797 * gdb.dwarf2/member-ptr-forwardref.exp
6798 * gdb.dwarf2/method-ptr.exp
6799 * gdb.dwarf2/missing-sig-type.exp
6800 * gdb.dwarf2/nonvar-access.exp
6801 * gdb.dwarf2/opaque-type-lookup.exp
6802 * gdb.dwarf2/pieces-optimized-out.exp
6803 * gdb.dwarf2/pieces.exp
6804 * gdb.dwarf2/pr10770.exp
6805 * gdb.dwarf2/pr13961.exp
6806 * gdb.dwarf2/staticvirtual.exp
6807 * gdb.dwarf2/subrange.exp
6808 * gdb.dwarf2/symtab-producer.exp
6809 * gdb.dwarf2/trace-crash.exp
6810 * gdb.dwarf2/typeddwarf.exp
6811 * gdb.dwarf2/valop.exp
6812 * gdb.dwarf2/watch-notconst.exp
6813 * gdb.fortran/array-element.exp
6814 * gdb.fortran/charset.exp
6815 * gdb.fortran/common-block.exp
6816 * gdb.fortran/complex.exp
6817 * gdb.fortran/derived-type-function.exp
6818 * gdb.fortran/derived-type.exp
6819 * gdb.fortran/logical.exp
6820 * gdb.fortran/module.exp
6821 * gdb.fortran/multi-dim.exp
6822 * gdb.fortran/nested-funcs.exp
6823 * gdb.fortran/print-formatted.exp
6824 * gdb.fortran/subarray.exp
6825 * gdb.fortran/vla-alloc-assoc.exp
6826 * gdb.fortran/vla-datatypes.exp
6827 * gdb.fortran/vla-history.exp
6828 * gdb.fortran/vla-ptr-info.exp
6829 * gdb.fortran/vla-ptype-sub.exp
6830 * gdb.fortran/vla-ptype.exp
6831 * gdb.fortran/vla-sizeof.exp
6832 * gdb.fortran/vla-type.exp
6833 * gdb.fortran/vla-value-sub-arbitrary.exp
6834 * gdb.fortran/vla-value-sub-finish.exp
6835 * gdb.fortran/vla-value-sub.exp
6836 * gdb.fortran/vla-value.exp
6837 * gdb.fortran/whatis_type.exp
6838 * gdb.go/chan.exp
6839 * gdb.go/handcall.exp
6840 * gdb.go/hello.exp
6841 * gdb.go/integers.exp
6842 * gdb.go/methods.exp
6843 * gdb.go/package.exp
6844 * gdb.go/strings.exp
6845 * gdb.go/types.exp
6846 * gdb.go/unsafe.exp
6847 * gdb.guile/scm-arch.exp
6848 * gdb.guile/scm-block.exp
6849 * gdb.guile/scm-breakpoint.exp
6850 * gdb.guile/scm-cmd.exp
6851 * gdb.guile/scm-disasm.exp
6852 * gdb.guile/scm-equal.exp
6853 * gdb.guile/scm-frame-args.exp
6854 * gdb.guile/scm-frame-inline.exp
6855 * gdb.guile/scm-frame.exp
6856 * gdb.guile/scm-iterator.exp
6857 * gdb.guile/scm-math.exp
6858 * gdb.guile/scm-objfile.exp
6859 * gdb.guile/scm-ports.exp
6860 * gdb.guile/scm-symbol.exp
6861 * gdb.guile/scm-symtab.exp
6862 * gdb.guile/scm-value-cc.exp
6863 * gdb.guile/types-module.exp
6864 * gdb.linespec/break-ask.exp
6865 * gdb.linespec/cpexplicit.exp
6866 * gdb.linespec/explicit.exp
6867 * gdb.linespec/keywords.exp
6868 * gdb.linespec/linespec.exp
6869 * gdb.linespec/ls-dollar.exp
6870 * gdb.linespec/ls-errs.exp
6871 * gdb.linespec/skip-two.exp
6872 * gdb.linespec/thread.exp
6873 * gdb.mi/mi-async.exp
6874 * gdb.mi/mi-basics.exp
6875 * gdb.mi/mi-break.exp
6876 * gdb.mi/mi-catch-load.exp
6877 * gdb.mi/mi-cli.exp
6878 * gdb.mi/mi-cmd-param-changed.exp
6879 * gdb.mi/mi-console.exp
6880 * gdb.mi/mi-detach.exp
6881 * gdb.mi/mi-disassemble.exp
6882 * gdb.mi/mi-eval.exp
6883 * gdb.mi/mi-file-transfer.exp
6884 * gdb.mi/mi-file.exp
6885 * gdb.mi/mi-fill-memory.exp
6886 * gdb.mi/mi-inheritance-syntax-error.exp
6887 * gdb.mi/mi-linespec-err-cp.exp
6888 * gdb.mi/mi-logging.exp
6889 * gdb.mi/mi-memory-changed.exp
6890 * gdb.mi/mi-read-memory.exp
6891 * gdb.mi/mi-record-changed.exp
6892 * gdb.mi/mi-reg-undefined.exp
6893 * gdb.mi/mi-regs.exp
6894 * gdb.mi/mi-return.exp
6895 * gdb.mi/mi-reverse.exp
6896 * gdb.mi/mi-simplerun.exp
6897 * gdb.mi/mi-solib.exp
6898 * gdb.mi/mi-stack.exp
6899 * gdb.mi/mi-stepi.exp
6900 * gdb.mi/mi-syn-frame.exp
6901 * gdb.mi/mi-until.exp
6902 * gdb.mi/mi-var-block.exp
6903 * gdb.mi/mi-var-child.exp
6904 * gdb.mi/mi-var-cmd.exp
6905 * gdb.mi/mi-var-cp.exp
6906 * gdb.mi/mi-var-display.exp
6907 * gdb.mi/mi-var-invalidate.exp
6908 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6909 * gdb.mi/mi-vla-fortran.exp
6910 * gdb.mi/mi-watch.exp
6911 * gdb.mi/mi2-var-child.exp
6912 * gdb.mi/user-selected-context-sync.exp
6913 * gdb.modula2/unbounded-array.exp
6914 * gdb.multi/dummy-frame-restore.exp
6915 * gdb.multi/multi-arch-exec.exp
6916 * gdb.multi/multi-arch.exp
6917 * gdb.multi/tids.exp
6918 * gdb.multi/watchpoint-multi.exp
6919 * gdb.opencl/callfuncs.exp
6920 * gdb.opencl/convs_casts.exp
6921 * gdb.opencl/datatypes.exp
6922 * gdb.opencl/operators.exp
6923 * gdb.opencl/vec_comps.exp
6924 * gdb.opt/clobbered-registers-O2.exp
6925 * gdb.opt/inline-break.exp
6926 * gdb.opt/inline-bt.exp
6927 * gdb.opt/inline-cmds.exp
6928 * gdb.opt/inline-locals.exp
6929 * gdb.pascal/case-insensitive-symbols.exp
6930 * gdb.pascal/floats.exp
6931 * gdb.pascal/gdb11492.exp
6932 * gdb.python/lib-types.exp
6933 * gdb.python/py-arch.exp
6934 * gdb.python/py-as-string.exp
6935 * gdb.python/py-bad-printers.exp
6936 * gdb.python/py-block.exp
6937 * gdb.python/py-breakpoint-create-fail.exp
6938 * gdb.python/py-breakpoint.exp
6939 * gdb.python/py-caller-is.exp
6940 * gdb.python/py-cmd.exp
6941 * gdb.python/py-explore-cc.exp
6942 * gdb.python/py-explore.exp
6943 * gdb.python/py-finish-breakpoint.exp
6944 * gdb.python/py-finish-breakpoint2.exp
6945 * gdb.python/py-frame-args.exp
6946 * gdb.python/py-frame-inline.exp
6947 * gdb.python/py-frame.exp
6948 * gdb.python/py-framefilter-mi.exp
6949 * gdb.python/py-infthread.exp
6950 * gdb.python/py-lazy-string.exp
6951 * gdb.python/py-linetable.exp
6952 * gdb.python/py-mi-events.exp
6953 * gdb.python/py-mi-objfile.exp
6954 * gdb.python/py-mi.exp
6955 * gdb.python/py-objfile.exp
6956 * gdb.python/py-pp-integral.exp
6957 * gdb.python/py-pp-maint.exp
6958 * gdb.python/py-pp-re-notag.exp
6959 * gdb.python/py-pp-registration.exp
6960 * gdb.python/py-recurse-unwind.exp
6961 * gdb.python/py-strfns.exp
6962 * gdb.python/py-symbol.exp
6963 * gdb.python/py-symtab.exp
6964 * gdb.python/py-sync-interp.exp
6965 * gdb.python/py-typeprint.exp
6966 * gdb.python/py-unwind-maint.exp
6967 * gdb.python/py-unwind.exp
6968 * gdb.python/py-value-cc.exp
6969 * gdb.python/py-xmethods.exp
6970 * gdb.reverse/amd64-tailcall-reverse.exp
6971 * gdb.reverse/break-precsave.exp
6972 * gdb.reverse/break-reverse.exp
6973 * gdb.reverse/consecutive-precsave.exp
6974 * gdb.reverse/consecutive-reverse.exp
6975 * gdb.reverse/finish-precsave.exp
6976 * gdb.reverse/finish-reverse-bkpt.exp
6977 * gdb.reverse/finish-reverse.exp
6978 * gdb.reverse/fstatat-reverse.exp
6979 * gdb.reverse/getresuid-reverse.exp
6980 * gdb.reverse/i386-precsave.exp
6981 * gdb.reverse/i386-reverse.exp
6982 * gdb.reverse/i386-sse-reverse.exp
6983 * gdb.reverse/i387-env-reverse.exp
6984 * gdb.reverse/i387-stack-reverse.exp
6985 * gdb.reverse/insn-reverse.exp
6986 * gdb.reverse/machinestate-precsave.exp
6987 * gdb.reverse/machinestate.exp
6988 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6989 * gdb.reverse/pipe-reverse.exp
6990 * gdb.reverse/readv-reverse.exp
6991 * gdb.reverse/recvmsg-reverse.exp
6992 * gdb.reverse/rerun-prec.exp
6993 * gdb.reverse/s390-mvcle.exp
6994 * gdb.reverse/step-precsave.exp
6995 * gdb.reverse/step-reverse.exp
6996 * gdb.reverse/time-reverse.exp
6997 * gdb.reverse/until-precsave.exp
6998 * gdb.reverse/until-reverse.exp
6999 * gdb.reverse/waitpid-reverse.exp
7000 * gdb.reverse/watch-precsave.exp
7001 * gdb.reverse/watch-reverse.exp
7002 * gdb.rust/generics.exp
7003 * gdb.rust/methods.exp
7004 * gdb.rust/modules.exp
7005 * gdb.rust/simple.exp
7006 * gdb.server/connect-with-no-symbol-file.exp
7007 * gdb.server/ext-attach.exp
7008 * gdb.server/ext-restart.exp
7009 * gdb.server/ext-wrapper.exp
7010 * gdb.server/file-transfer.exp
7011 * gdb.server/server-exec-info.exp
7012 * gdb.server/server-kill.exp
7013 * gdb.server/server-mon.exp
7014 * gdb.server/wrapper.exp
7015 * gdb.stabs/exclfwd.exp
7016 * gdb.stabs/gdb11479.exp
7017 * gdb.threads/clone-new-thread-event.exp
7018 * gdb.threads/corethreads.exp
7019 * gdb.threads/current-lwp-dead.exp
7020 * gdb.threads/dlopen-libpthread.exp
7021 * gdb.threads/gcore-thread.exp
7022 * gdb.threads/sigstep-threads.exp
7023 * gdb.threads/watchpoint-fork.exp
7024 * gdb.trace/actions-changed.exp
7025 * gdb.trace/backtrace.exp
7026 * gdb.trace/change-loc.exp
7027 * gdb.trace/circ.exp
7028 * gdb.trace/collection.exp
7029 * gdb.trace/disconnected-tracing.exp
7030 * gdb.trace/ftrace.exp
7031 * gdb.trace/mi-trace-frame-collected.exp
7032 * gdb.trace/mi-trace-unavailable.exp
7033 * gdb.trace/mi-traceframe-changed.exp
7034 * gdb.trace/mi-tsv-changed.exp
7035 * gdb.trace/no-attach-trace.exp
7036 * gdb.trace/passc-dyn.exp
7037 * gdb.trace/qtro.exp
7038 * gdb.trace/range-stepping.exp
7039 * gdb.trace/read-memory.exp
7040 * gdb.trace/save-trace.exp
7041 * gdb.trace/signal.exp
7042 * gdb.trace/status-stop.exp
7043 * gdb.trace/tfile.exp
7044 * gdb.trace/trace-break.exp
7045 * gdb.trace/trace-buffer-size.exp
7046 * gdb.trace/trace-condition.exp
7047 * gdb.trace/tracefile-pseudo-reg.exp
7048 * gdb.trace/tstatus.exp
7049 * gdb.trace/unavailable.exp
7050 * gdb.trace/while-dyn.exp
7051 * gdb.trace/while-stepping.exp
7052
7053 2016-12-22 Doug Evans <xdje42@gmail.com>
7054
7055 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7056 and msymbols.
7057
7058 2016-12-19 Yao Qi <yao.qi@linaro.org>
7059
7060 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7061 (test_with_self): Don't call do_steps_and_nexts, and remove
7062 code about stepping into xmalloc.
7063
7064 2016-12-09 Yao Qi <yao.qi@linaro.org>
7065
7066 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7067
7068 2016-12-09 Yao Qi <yao.qi@linaro.org>
7069
7070 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7071
7072 2016-12-09 Pedro Alves <palves@redhat.com>
7073
7074 * gdb.base/all-architectures-0.exp: New file.
7075 * gdb.base/all-architectures-1.exp: New file.
7076 * gdb.base/all-architectures-2.exp: New file.
7077 * gdb.base/all-architectures-3.exp: New file.
7078 * gdb.base/all-architectures-4.exp: New file.
7079 * gdb.base/all-architectures-5.exp: New file.
7080 * gdb.base/all-architectures-6.exp: New file.
7081 * gdb.base/all-architectures-7.exp: New file.
7082 * gdb.base/all-architectures.exp.in: New file.
7083
7084 2016-12-09 Yao Qi <yao.qi@linaro.org>
7085
7086 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7087
7088 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7089
7090 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7091 possible.
7092 Remove useless pattern-matching code.
7093
7094 2016-12-02 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7097 procedure.
7098 (top level): Call it.
7099
7100 2016-12-02 Pedro Alves <palves@redhat.com>
7101
7102 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7103 New procedure.
7104 (top level): Call it.
7105
7106 2016-12-02 Pedro Alves <palves@redhat.com>
7107
7108 PR cli/20559
7109 * gdb.base/commands.exp (user_defined_command_args_eval): New
7110 procedure.
7111 (top level): Call it.
7112
7113 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7114
7115 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7116 timeout handling.
7117
7118 2016-12-02 Tom Tromey <tom@tromey.com>
7119
7120 * gdb.dwarf2/main-subprogram.c: New file.
7121 * gdb.dwarf2/main-subprogram.exp: New file.
7122
7123 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7124
7125 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7126 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7127 gdb_test_no_output for a couple of cases.
7128 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7129
7130 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7131
7132 Fix test names and standardize compilation error messages throughout
7133 the following files:
7134
7135 * gdb.ada/start.exp
7136 * gdb.arch/alpha-step.exp
7137 * gdb.arch/e500-prologue.exp
7138 * gdb.arch/ftrace-insn-reloc.exp
7139 * gdb.arch/gdb1291.exp
7140 * gdb.arch/gdb1431.exp
7141 * gdb.arch/gdb1558.exp
7142 * gdb.arch/i386-dr3-watch.exp
7143 * gdb.arch/i386-sse-stack-align.exp
7144 * gdb.arch/ia64-breakpoint-shadow.exp
7145 * gdb.arch/pa-nullify.exp
7146 * gdb.arch/powerpc-aix-prologue.exp
7147 * gdb.arch/thumb-bx-pc.exp
7148 * gdb.base/annota1.exp
7149 * gdb.base/annota3.exp
7150 * gdb.base/arrayidx.exp
7151 * gdb.base/assign.exp
7152 * gdb.base/attach.exp
7153 * gdb.base/auxv.exp
7154 * gdb.base/bang.exp
7155 * gdb.base/bfp-test.exp
7156 * gdb.base/bigcore.exp
7157 * gdb.base/bitfields2.exp
7158 * gdb.base/break-fun-addr.exp
7159 * gdb.base/break-probes.exp
7160 * gdb.base/call-rt-st.exp
7161 * gdb.base/callexit.exp
7162 * gdb.base/catch-fork-kill.exp
7163 * gdb.base/charset.exp
7164 * gdb.base/checkpoint.exp
7165 * gdb.base/comprdebug.exp
7166 * gdb.base/constvars.exp
7167 * gdb.base/coredump-filter.exp
7168 * gdb.base/cursal.exp
7169 * gdb.base/cvexpr.exp
7170 * gdb.base/detach.exp
7171 * gdb.base/display.exp
7172 * gdb.base/dmsym.exp
7173 * gdb.base/dprintf-pending.exp
7174 * gdb.base/dso2dso.exp
7175 * gdb.base/dtrace-probe.exp
7176 * gdb.base/dump.exp
7177 * gdb.base/enum_cond.exp
7178 * gdb.base/exe-lock.exp
7179 * gdb.base/exec-invalid-sysroot.exp
7180 * gdb.base/execl-update-breakpoints.exp
7181 * gdb.base/exprs.exp
7182 * gdb.base/fileio.exp
7183 * gdb.base/find.exp
7184 * gdb.base/finish.exp
7185 * gdb.base/fixsection.exp
7186 * gdb.base/foll-vfork.exp
7187 * gdb.base/frame-args.exp
7188 * gdb.base/gcore.exp
7189 * gdb.base/gdb1250.exp
7190 * gdb.base/global-var-nested-by-dso.exp
7191 * gdb.base/gnu-ifunc.exp
7192 * gdb.base/hashline1.exp
7193 * gdb.base/hashline2.exp
7194 * gdb.base/hashline3.exp
7195 * gdb.base/hbreak-in-shr-unsupported.exp
7196 * gdb.base/huge.exp
7197 * gdb.base/infcall-input.exp
7198 * gdb.base/info-fun.exp
7199 * gdb.base/info-shared.exp
7200 * gdb.base/jit-simple.exp
7201 * gdb.base/jit-so.exp
7202 * gdb.base/jit.exp
7203 * gdb.base/jump.exp
7204 * gdb.base/label.exp
7205 * gdb.base/lineinc.exp
7206 * gdb.base/logical.exp
7207 * gdb.base/longjmp.exp
7208 * gdb.base/macscp.exp
7209 * gdb.base/miscexprs.exp
7210 * gdb.base/new-ui-echo.exp
7211 * gdb.base/new-ui-pending-input.exp
7212 * gdb.base/new-ui.exp
7213 * gdb.base/nodebug.exp
7214 * gdb.base/nofield.exp
7215 * gdb.base/offsets.exp
7216 * gdb.base/overlays.exp
7217 * gdb.base/pending.exp
7218 * gdb.base/pointers.exp
7219 * gdb.base/pr11022.exp
7220 * gdb.base/printcmds.exp
7221 * gdb.base/prologue.exp
7222 * gdb.base/ptr-typedef.exp
7223 * gdb.base/realname-expand.exp
7224 * gdb.base/relativedebug.exp
7225 * gdb.base/relocate.exp
7226 * gdb.base/remote.exp
7227 * gdb.base/reread.exp
7228 * gdb.base/return2.exp
7229 * gdb.base/savedregs.exp
7230 * gdb.base/sep.exp
7231 * gdb.base/sepdebug.exp
7232 * gdb.base/sepsymtab.exp
7233 * gdb.base/set-inferior-tty.exp
7234 * gdb.base/setshow.exp
7235 * gdb.base/shlib-call.exp
7236 * gdb.base/sigaltstack.exp
7237 * gdb.base/siginfo-addr.exp
7238 * gdb.base/signals.exp
7239 * gdb.base/signull.exp
7240 * gdb.base/sigrepeat.exp
7241 * gdb.base/so-impl-ld.exp
7242 * gdb.base/solib-display.exp
7243 * gdb.base/solib-overlap.exp
7244 * gdb.base/solib-search.exp
7245 * gdb.base/solib-symbol.exp
7246 * gdb.base/structs.exp
7247 * gdb.base/structs2.exp
7248 * gdb.base/symtab-search-order.exp
7249 * gdb.base/twice.exp
7250 * gdb.base/unload.exp
7251 * gdb.base/varargs.exp
7252 * gdb.base/watchpoint-solib.exp
7253 * gdb.base/watchpoint.exp
7254 * gdb.base/whatis.exp
7255 * gdb.base/wrong_frame_bt_full.exp
7256 * gdb.btrace/dlopen.exp
7257 * gdb.cell/ea-standalone.exp
7258 * gdb.cell/ea-test.exp
7259 * gdb.cp/dispcxx.exp
7260 * gdb.cp/gdb2384.exp
7261 * gdb.cp/method2.exp
7262 * gdb.cp/nextoverthrow.exp
7263 * gdb.cp/pr10728.exp
7264 * gdb.disasm/am33.exp
7265 * gdb.disasm/h8300s.exp
7266 * gdb.disasm/mn10300.exp
7267 * gdb.disasm/sh3.exp
7268 * gdb.dwarf2/dw2-dir-file-name.exp
7269 * gdb.fortran/complex.exp
7270 * gdb.fortran/library-module.exp
7271 * gdb.guile/scm-pretty-print.exp
7272 * gdb.guile/scm-symbol.exp
7273 * gdb.guile/scm-type.exp
7274 * gdb.guile/scm-value.exp
7275 * gdb.linespec/linespec.exp
7276 * gdb.mi/gdb701.exp
7277 * gdb.mi/gdb792.exp
7278 * gdb.mi/mi-breakpoint-changed.exp
7279 * gdb.mi/mi-dprintf-pending.exp
7280 * gdb.mi/mi-dprintf.exp
7281 * gdb.mi/mi-exit-code.exp
7282 * gdb.mi/mi-pending.exp
7283 * gdb.mi/mi-solib.exp
7284 * gdb.mi/new-ui-mi-sync.exp
7285 * gdb.mi/pr11022.exp
7286 * gdb.mi/user-selected-context-sync.exp
7287 * gdb.opt/solib-intra-step.exp
7288 * gdb.python/py-events.exp
7289 * gdb.python/py-finish-breakpoint.exp
7290 * gdb.python/py-mi.exp
7291 * gdb.python/py-prettyprint.exp
7292 * gdb.python/py-shared.exp
7293 * gdb.python/py-symbol.exp
7294 * gdb.python/py-template.exp
7295 * gdb.python/py-type.exp
7296 * gdb.python/py-value.exp
7297 * gdb.reverse/solib-precsave.exp
7298 * gdb.reverse/solib-reverse.exp
7299 * gdb.server/solib-list.exp
7300 * gdb.stabs/weird.exp
7301 * gdb.threads/reconnect-signal.exp
7302 * gdb.threads/stepi-random-signal.exp
7303 * gdb.trace/actions.exp
7304 * gdb.trace/ax.exp
7305 * gdb.trace/backtrace.exp
7306 * gdb.trace/change-loc.exp
7307 * gdb.trace/deltrace.exp
7308 * gdb.trace/ftrace-lock.exp
7309 * gdb.trace/ftrace.exp
7310 * gdb.trace/infotrace.exp
7311 * gdb.trace/mi-tracepoint-changed.exp
7312 * gdb.trace/packetlen.exp
7313 * gdb.trace/passcount.exp
7314 * gdb.trace/pending.exp
7315 * gdb.trace/range-stepping.exp
7316 * gdb.trace/report.exp
7317 * gdb.trace/stap-trace.exp
7318 * gdb.trace/tfind.exp
7319 * gdb.trace/trace-break.exp
7320 * gdb.trace/trace-condition.exp
7321 * gdb.trace/trace-enable-disable.exp
7322 * gdb.trace/trace-mt.exp
7323 * gdb.trace/tracecmd.exp
7324 * gdb.trace/tspeed.exp
7325 * gdb.trace/tsv.exp
7326 * lib/perftest.exp
7327
7328 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7329
7330 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7331 with gdb_test_no_output.
7332 Use command as test name.
7333
7334 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7335
7336 Fix test names starting with uppercase throughout the files.
7337
7338 * gdb.ada/assign_1.exp
7339 * gdb.ada/boolean_expr.exp
7340 * gdb.base/arrayidx.exp
7341 * gdb.base/del.exp
7342 * gdb.base/gcore-buffer-overflow.exp
7343 * gdb.base/testenv.exp
7344 * gdb.compile/compile.exp
7345 * gdb.python/py-framefilter-invalidarg.exp
7346 * gdb.python/py-framefilter.exp
7347
7348 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7349
7350 Fix test names starting with uppercase throughout the files.
7351
7352 * gdb.ada/array_return.exp
7353 * gdb.ada/expr_delims.exp
7354 * gdb.ada/mi_dyn_arr.exp
7355 * gdb.ada/mi_interface.exp
7356 * gdb.ada/mi_var_array.exp
7357 * gdb.ada/watch_arg.exp
7358 * gdb.arch/alpha-step.exp
7359 * gdb.arch/altivec-regs.exp
7360 * gdb.arch/e500-regs.exp
7361 * gdb.arch/powerpc-d128-regs.exp
7362 * gdb.base/arrayidx.exp
7363 * gdb.base/break.exp
7364 * gdb.base/checkpoint.exp
7365 * gdb.base/debug-expr.exp
7366 * gdb.base/dmsym.exp
7367 * gdb.base/radix.exp
7368 * gdb.base/sepdebug.exp
7369 * gdb.base/testenv.exp
7370 * gdb.base/watch_thread_num.exp
7371 * gdb.base/watchpoint-cond-gone.exp
7372 * gdb.cell/break.exp
7373 * gdb.cell/ea-cache.exp
7374 * gdb.compile/compile.exp
7375 * gdb.cp/gdb2495.exp
7376 * gdb.gdb/selftest.exp
7377 * gdb.gdb/xfullpath.exp
7378 * gdb.go/hello.exp
7379 * gdb.go/integers.exp
7380 * gdb.objc/basicclass.exp
7381 * gdb.pascal/hello.exp
7382 * gdb.pascal/integers.exp
7383 * gdb.python/py-breakpoint.exp
7384 * gdb.python/py-cmd.exp
7385 * gdb.python/py-linetable.exp
7386 * gdb.python/py-xmethods.exp
7387 * gdb.python/python.exp
7388 * gdb.reverse/consecutive-precsave.exp
7389 * gdb.reverse/finish-precsave.exp
7390 * gdb.reverse/i386-precsave.exp
7391 * gdb.reverse/machinestate-precsave.exp
7392 * gdb.reverse/sigall-precsave.exp
7393 * gdb.reverse/solib-precsave.exp
7394 * gdb.reverse/step-precsave.exp
7395 * gdb.reverse/until-precsave.exp
7396 * gdb.reverse/watch-precsave.exp
7397 * gdb.threads/leader-exit.exp
7398 * gdb.threads/pthreads.exp
7399 * gdb.threads/wp-replication.exp
7400 * gdb.trace/actions.exp
7401 * gdb.trace/mi-tsv-changed.exp
7402 * gdb.trace/tsv.exp
7403
7404 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7405
7406 Fix test names starting with uppercase throughout the files.
7407
7408 * gdb.arch/i386-bp_permanent.exp
7409 * gdb.arch/i386-gnu-cfi.exp
7410 * gdb.base/disasm-end-cu.exp
7411 * gdb.base/macscp.exp
7412 * gdb.base/pending.exp
7413 * gdb.base/watch_thread_num.exp
7414 * gdb.cp/exception.exp
7415 * gdb.cp/gdb2495.exp
7416 * gdb.cp/local.exp
7417 * gdb.python/py-evsignal.exp
7418 * gdb.python/python.exp
7419 * gdb.trace/tracecmd.exp
7420
7421 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7422
7423 Fix test names starting with uppercase throughout the files.
7424
7425 * gdb.base/charset.exp
7426 * gdb.base/eval.exp
7427 * gdb.base/multi-forks.exp
7428 * gdb.guile/scm-progspace.exp
7429 * gdb.opencl/datatypes.exp
7430 * gdb.python/py-block.exp
7431 * gdb.python/py-function.exp
7432 * gdb.python/py-symbol.exp
7433 * gdb.python/py-symtab.exp
7434 * gdb.python/py-xmethods.exp
7435 * gdb.reverse/break-precsave.exp
7436 * gdb.reverse/break-reverse.exp
7437 * gdb.reverse/consecutive-precsave.exp
7438 * gdb.reverse/consecutive-reverse.exp
7439 * gdb.reverse/finish-precsave.exp
7440 * gdb.reverse/finish-reverse-bkpt.exp
7441 * gdb.reverse/finish-reverse.exp
7442 * gdb.reverse/fstatat-reverse.exp
7443 * gdb.reverse/getresuid-reverse.exp
7444 * gdb.reverse/i386-precsave.exp
7445 * gdb.reverse/i386-reverse.exp
7446 * gdb.reverse/i386-sse-reverse.exp
7447 * gdb.reverse/i387-stack-reverse.exp
7448 * gdb.reverse/insn-reverse.exp
7449 * gdb.reverse/machinestate-precsave.exp
7450 * gdb.reverse/machinestate.exp
7451 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7452 * gdb.reverse/pipe-reverse.exp
7453 * gdb.reverse/readv-reverse.exp
7454 * gdb.reverse/recvmsg-reverse.exp
7455 * gdb.reverse/rerun-prec.exp
7456 * gdb.reverse/s390-mvcle.exp
7457 * gdb.reverse/sigall-precsave.exp
7458 * gdb.reverse/sigall-reverse.exp
7459 * gdb.reverse/solib-precsave.exp
7460 * gdb.reverse/solib-reverse.exp
7461 * gdb.reverse/step-precsave.exp
7462 * gdb.reverse/step-reverse.exp
7463 * gdb.reverse/time-reverse.exp
7464 * gdb.reverse/until-precsave.exp
7465 * gdb.reverse/until-reverse.exp
7466 * gdb.reverse/waitpid-reverse.exp
7467 * gdb.reverse/watch-precsave.exp
7468 * gdb.reverse/watch-reverse.exp
7469
7470 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7471
7472 Fix test names starting with uppercase throughout the files.
7473
7474 * gdb.arch/i386-mpx-simple_segv.exp
7475 * gdb.arch/i386-mpx.exp
7476 * gdb.arch/i386-permbkpt.exp
7477 * gdb.arch/pa-nullify.exp
7478 * gdb.arch/powerpc-d128-regs.exp
7479 * gdb.arch/vsx-regs.exp
7480 * gdb.base/bfp-test.exp
7481 * gdb.base/break.exp
7482 * gdb.base/breakpoint-shadow.exp
7483 * gdb.base/callfuncs.exp
7484 * gdb.base/charset.exp
7485 * gdb.base/commands.exp
7486 * gdb.base/completion.exp
7487 * gdb.base/dfp-test.exp
7488 * gdb.base/echo.exp
7489 * gdb.base/ending-run.exp
7490 * gdb.base/eval.exp
7491 * gdb.base/expand-psymtabs.exp
7492 * gdb.base/float128.exp
7493 * gdb.base/floatn.exp
7494 * gdb.base/foll-exec-mode.exp
7495 * gdb.base/gdb1056.exp
7496 * gdb.base/gdb11531.exp
7497 * gdb.base/kill-after-signal.exp
7498 * gdb.base/multi-forks.exp
7499 * gdb.base/overlays.exp
7500 * gdb.base/pending.exp
7501 * gdb.base/sepdebug.exp
7502 * gdb.base/testenv.exp
7503 * gdb.base/valgrind-db-attach.exp
7504 * gdb.base/watch_thread_num.exp
7505 * gdb.base/watchpoint-cond-gone.exp
7506 * gdb.base/watchpoint.exp
7507 * gdb.base/watchpoints.exp
7508 * gdb.cp/arg-reference.exp
7509 * gdb.cp/baseenum.exp
7510 * gdb.cp/operator.exp
7511 * gdb.cp/shadow.exp
7512 * gdb.dwarf2/dw2-op-out-param.exp
7513 * gdb.dwarf2/dw2-reg-undefined.exp
7514 * gdb.go/chan.exp
7515 * gdb.go/hello.exp
7516 * gdb.go/integers.exp
7517 * gdb.go/methods.exp
7518 * gdb.go/package.exp
7519 * gdb.guile/scm-parameter.exp
7520 * gdb.guile/scm-progspace.exp
7521 * gdb.guile/scm-value.exp
7522 * gdb.mi/mi-pending.exp
7523 * gdb.mi/user-selected-context-sync.exp
7524 * gdb.multi/multi-attach.exp
7525 * gdb.multi/tids.exp
7526 * gdb.opt/clobbered-registers-O2.exp
7527 * gdb.pascal/floats.exp
7528 * gdb.pascal/integers.exp
7529 * gdb.python/py-block.exp
7530 * gdb.python/py-events.exp
7531 * gdb.python/py-parameter.exp
7532 * gdb.python/py-symbol.exp
7533 * gdb.python/py-symtab.exp
7534 * gdb.python/py-type.exp
7535 * gdb.python/py-value.exp
7536 * gdb.python/py-xmethods.exp
7537 * gdb.python/python.exp
7538 * gdb.reverse/break-precsave.exp
7539 * gdb.reverse/consecutive-precsave.exp
7540 * gdb.reverse/finish-precsave.exp
7541 * gdb.reverse/i386-precsave.exp
7542 * gdb.reverse/machinestate-precsave.exp
7543 * gdb.reverse/sigall-precsave.exp
7544 * gdb.reverse/solib-precsave.exp
7545 * gdb.reverse/step-precsave.exp
7546 * gdb.reverse/until-precsave.exp
7547 * gdb.reverse/watch-precsave.exp
7548 * gdb.server/ext-attach.exp
7549 * gdb.server/ext-restart.exp
7550 * gdb.server/ext-run.exp
7551 * gdb.server/ext-wrapper.exp
7552 * gdb.stabs/gdb11479.exp
7553 * gdb.stabs/weird.exp
7554 * gdb.threads/attach-many-short-lived-threads.exp
7555 * gdb.threads/kill.exp
7556 * gdb.threads/watchpoint-fork.exp
7557
7558 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7559
7560 Fix test names starting with uppercase throughout all the files below.
7561
7562 * gdb.ada/array_return.exp
7563 * gdb.ada/catch_ex.exp
7564 * gdb.ada/info_exc.exp
7565 * gdb.ada/mi_catch_ex.exp
7566 * gdb.ada/mi_dyn_arr.exp
7567 * gdb.ada/mi_ex_cond.exp
7568 * gdb.ada/mi_exc_info.exp
7569 * gdb.ada/mi_interface.exp
7570 * gdb.ada/mi_task_arg.exp
7571 * gdb.ada/mi_task_info.exp
7572 * gdb.ada/mi_var_array.exp
7573 * gdb.arch/alpha-step.exp
7574 * gdb.arch/amd64-disp-step.exp
7575 * gdb.arch/arm-disp-step.exp
7576 * gdb.arch/disp-step-insn-reloc.exp
7577 * gdb.arch/e500-prologue.exp
7578 * gdb.arch/ftrace-insn-reloc.exp
7579 * gdb.arch/gdb1558.exp
7580 * gdb.arch/i386-bp_permanent.exp
7581 * gdb.arch/i386-disp-step.exp
7582 * gdb.arch/i386-float.exp
7583 * gdb.arch/i386-gnu-cfi.exp
7584 * gdb.arch/ia64-breakpoint-shadow.exp
7585 * gdb.arch/mips16-thunks.exp
7586 * gdb.arch/pa-nullify.exp
7587 * gdb.arch/powerpc-aix-prologue.exp
7588 * gdb.arch/powerpc-power.exp
7589 * gdb.arch/ppc-dfp.exp
7590 * gdb.arch/s390-tdbregs.exp
7591 * gdb.arch/spu-info.exp
7592 * gdb.arch/spu-ls.exp
7593 * gdb.arch/thumb-bx-pc.exp
7594 * gdb.base/advance.exp
7595 * gdb.base/annota-input-while-running.exp
7596 * gdb.base/arrayidx.exp
7597 * gdb.base/asmlabel.exp
7598 * gdb.base/async.exp
7599 * gdb.base/attach-wait-input.exp
7600 * gdb.base/auto-connect-native-target.exp
7601 * gdb.base/batch-preserve-term-settings.exp
7602 * gdb.base/bfp-test.exp
7603 * gdb.base/bigcore.exp
7604 * gdb.base/bp-permanent.exp
7605 * gdb.base/break-always.exp
7606 * gdb.base/break-fun-addr.exp
7607 * gdb.base/break-idempotent.exp
7608 * gdb.base/break-main-file-remove-fail.exp
7609 * gdb.base/break-probes.exp
7610 * gdb.base/break-unload-file.exp
7611 * gdb.base/break.exp
7612 * gdb.base/call-ar-st.exp
7613 * gdb.base/call-rt-st.exp
7614 * gdb.base/call-sc.exp
7615 * gdb.base/call-signal-resume.exp
7616 * gdb.base/call-strs.exp
7617 * gdb.base/callexit.exp
7618 * gdb.base/callfuncs.exp
7619 * gdb.base/catch-gdb-caused-signals.exp
7620 * gdb.base/catch-signal-siginfo-cond.exp
7621 * gdb.base/catch-syscall.exp
7622 * gdb.base/compare-sections.exp
7623 * gdb.base/cond-eval-mode.exp
7624 * gdb.base/condbreak-call-false.exp
7625 * gdb.base/consecutive-step-over.exp
7626 * gdb.base/cursal.exp
7627 * gdb.base/disabled-location.exp
7628 * gdb.base/disasm-end-cu.exp
7629 * gdb.base/display.exp
7630 * gdb.base/double-prompt-target-event-error.exp
7631 * gdb.base/dprintf-bp-same-addr.exp
7632 * gdb.base/dprintf-detach.exp
7633 * gdb.base/dprintf-next.exp
7634 * gdb.base/dprintf-non-stop.exp
7635 * gdb.base/dprintf-pending.exp
7636 * gdb.base/dso2dso.exp
7637 * gdb.base/ending-run.exp
7638 * gdb.base/enum_cond.exp
7639 * gdb.base/examine-backward.exp
7640 * gdb.base/exe-lock.exp
7641 * gdb.base/exec-invalid-sysroot.exp
7642 * gdb.base/execl-update-breakpoints.exp
7643 * gdb.base/execution-termios.exp
7644 * gdb.base/fileio.exp
7645 * gdb.base/fixsection.exp
7646 * gdb.base/foll-exec-mode.exp
7647 * gdb.base/foll-exec.exp
7648 * gdb.base/fork-running-state.exp
7649 * gdb.base/frame-args.exp
7650 * gdb.base/fullpath-expand.exp
7651 * gdb.base/func-ptr.exp
7652 * gdb.base/gcore-relro-pie.exp
7653 * gdb.base/gdb1090.exp
7654 * gdb.base/gdb1555.exp
7655 * gdb.base/global-var-nested-by-dso.exp
7656 * gdb.base/gnu-ifunc.exp
7657 * gdb.base/hbreak-in-shr-unsupported.exp
7658 * gdb.base/hbreak-unmapped.exp
7659 * gdb.base/hook-stop.exp
7660 * gdb.base/infcall-input.exp
7661 * gdb.base/info-fun.exp
7662 * gdb.base/info-shared.exp
7663 * gdb.base/interrupt-noterm.exp
7664 * gdb.base/jit-so.exp
7665 * gdb.base/jit.exp
7666 * gdb.base/line-symtabs.exp
7667 * gdb.base/list.exp
7668 * gdb.base/longjmp.exp
7669 * gdb.base/macscp.exp
7670 * gdb.base/max-value-size.exp
7671 * gdb.base/nodebug.exp
7672 * gdb.base/nofield.exp
7673 * gdb.base/overlays.exp
7674 * gdb.base/paginate-after-ctrl-c-running.exp
7675 * gdb.base/paginate-bg-execution.exp
7676 * gdb.base/paginate-inferior-exit.exp
7677 * gdb.base/pending.exp
7678 * gdb.base/pr11022.exp
7679 * gdb.base/printcmds.exp
7680 * gdb.base/ptr-typedef.exp
7681 * gdb.base/ptype.exp
7682 * gdb.base/randomize.exp
7683 * gdb.base/range-stepping.exp
7684 * gdb.base/realname-expand.exp
7685 * gdb.base/relativedebug.exp
7686 * gdb.base/remote.exp
7687 * gdb.base/savedregs.exp
7688 * gdb.base/sepdebug.exp
7689 * gdb.base/set-noassign.exp
7690 * gdb.base/shlib-call.exp
7691 * gdb.base/shreloc.exp
7692 * gdb.base/sigaltstack.exp
7693 * gdb.base/sigbpt.exp
7694 * gdb.base/siginfo-addr.exp
7695 * gdb.base/siginfo-obj.exp
7696 * gdb.base/siginfo-thread.exp
7697 * gdb.base/signest.exp
7698 * gdb.base/signull.exp
7699 * gdb.base/sigrepeat.exp
7700 * gdb.base/skip.exp
7701 * gdb.base/so-impl-ld.exp
7702 * gdb.base/solib-corrupted.exp
7703 * gdb.base/solib-disc.exp
7704 * gdb.base/solib-display.exp
7705 * gdb.base/solib-overlap.exp
7706 * gdb.base/solib-search.exp
7707 * gdb.base/solib-symbol.exp
7708 * gdb.base/source-execution.exp
7709 * gdb.base/sss-bp-on-user-bp-2.exp
7710 * gdb.base/sss-bp-on-user-bp.exp
7711 * gdb.base/stack-checking.exp
7712 * gdb.base/stale-infcall.exp
7713 * gdb.base/step-break.exp
7714 * gdb.base/step-line.exp
7715 * gdb.base/step-over-exit.exp
7716 * gdb.base/step-test.exp
7717 * gdb.base/structs.exp
7718 * gdb.base/sym-file.exp
7719 * gdb.base/symtab-search-order.exp
7720 * gdb.base/term.exp
7721 * gdb.base/type-opaque.exp
7722 * gdb.base/unload.exp
7723 * gdb.base/until-nodebug.exp
7724 * gdb.base/until.exp
7725 * gdb.base/unwindonsignal.exp
7726 * gdb.base/watch-cond.exp
7727 * gdb.base/watch-non-mem.exp
7728 * gdb.base/watch_thread_num.exp
7729 * gdb.base/watchpoint-reuse-slot.exp
7730 * gdb.base/watchpoint-solib.exp
7731 * gdb.base/watchpoint.exp
7732 * gdb.btrace/dlopen.exp
7733 * gdb.cell/arch.exp
7734 * gdb.cell/break.exp
7735 * gdb.cell/bt.exp
7736 * gdb.cell/core.exp
7737 * gdb.cell/data.exp
7738 * gdb.cell/dwarfaddr.exp
7739 * gdb.cell/ea-cache.exp
7740 * gdb.cell/ea-standalone.exp
7741 * gdb.cell/ea-test.exp
7742 * gdb.cell/f-regs.exp
7743 * gdb.cell/fork.exp
7744 * gdb.cell/gcore.exp
7745 * gdb.cell/mem-access.exp
7746 * gdb.cell/ptype.exp
7747 * gdb.cell/registers.exp
7748 * gdb.cell/sizeof.exp
7749 * gdb.cell/solib-symbol.exp
7750 * gdb.cell/solib.exp
7751 * gdb.compile/compile-tls.exp
7752 * gdb.cp/exception.exp
7753 * gdb.cp/gdb2495.exp
7754 * gdb.cp/local.exp
7755 * gdb.cp/mb-inline.exp
7756 * gdb.cp/mb-templates.exp
7757 * gdb.cp/pr10687.exp
7758 * gdb.cp/pr9167.exp
7759 * gdb.cp/scope-err.exp
7760 * gdb.cp/templates.exp
7761 * gdb.cp/virtfunc.exp
7762 * gdb.dwarf2/dw2-dir-file-name.exp
7763 * gdb.dwarf2/dw2-single-line-discriminators.exp
7764 * gdb.fortran/complex.exp
7765 * gdb.fortran/library-module.exp
7766 * gdb.guile/guile.exp
7767 * gdb.guile/scm-cmd.exp
7768 * gdb.guile/scm-frame-inline.exp
7769 * gdb.guile/scm-objfile.exp
7770 * gdb.guile/scm-pretty-print.exp
7771 * gdb.guile/scm-symbol.exp
7772 * gdb.guile/scm-type.exp
7773 * gdb.guile/scm-value.exp
7774 * gdb.linespec/keywords.exp
7775 * gdb.linespec/ls-errs.exp
7776 * gdb.linespec/macro-relative.exp
7777 * gdb.linespec/thread.exp
7778 * gdb.mi/mi-breakpoint-changed.exp
7779 * gdb.mi/mi-dprintf-pending.exp
7780 * gdb.mi/mi-fullname-deleted.exp
7781 * gdb.mi/mi-logging.exp
7782 * gdb.mi/mi-pending.exp
7783 * gdb.mi/mi-solib.exp
7784 * gdb.mi/new-ui-mi-sync.exp
7785 * gdb.mi/user-selected-context-sync.exp
7786 * gdb.multi/dummy-frame-restore.exp
7787 * gdb.multi/multi-arch-exec.exp
7788 * gdb.multi/remove-inferiors.exp
7789 * gdb.multi/watchpoint-multi-exit.exp
7790 * gdb.opt/solib-intra-step.exp
7791 * gdb.perf/backtrace.exp
7792 * gdb.perf/single-step.exp
7793 * gdb.perf/skip-command.exp
7794 * gdb.perf/skip-prologue.exp
7795 * gdb.perf/solib.exp
7796 * gdb.python/lib-types.exp
7797 * gdb.python/py-as-string.exp
7798 * gdb.python/py-bad-printers.exp
7799 * gdb.python/py-block.exp
7800 * gdb.python/py-breakpoint.exp
7801 * gdb.python/py-cmd.exp
7802 * gdb.python/py-events.exp
7803 * gdb.python/py-evthreads.exp
7804 * gdb.python/py-finish-breakpoint.exp
7805 * gdb.python/py-finish-breakpoint2.exp
7806 * gdb.python/py-frame-inline.exp
7807 * gdb.python/py-frame.exp
7808 * gdb.python/py-inferior.exp
7809 * gdb.python/py-infthread.exp
7810 * gdb.python/py-mi.exp
7811 * gdb.python/py-objfile.exp
7812 * gdb.python/py-pp-maint.exp
7813 * gdb.python/py-pp-registration.exp
7814 * gdb.python/py-prettyprint.exp
7815 * gdb.python/py-recurse-unwind.exp
7816 * gdb.python/py-shared.exp
7817 * gdb.python/py-symbol.exp
7818 * gdb.python/py-symtab.exp
7819 * gdb.python/py-template.exp
7820 * gdb.python/py-type.exp
7821 * gdb.python/py-unwind-maint.exp
7822 * gdb.python/py-unwind.exp
7823 * gdb.python/py-value.exp
7824 * gdb.python/python.exp
7825 * gdb.reverse/finish-reverse-bkpt.exp
7826 * gdb.reverse/insn-reverse.exp
7827 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7828 * gdb.reverse/solib-precsave.exp
7829 * gdb.reverse/solib-reverse.exp
7830 * gdb.stabs/gdb11479.exp
7831 * gdb.stabs/weird.exp
7832 * gdb.threads/fork-child-threads.exp
7833 * gdb.threads/fork-plus-threads.exp
7834 * gdb.threads/fork-thread-pending.exp
7835 * gdb.threads/forking-threads-plus-breakpoint.exp
7836 * gdb.threads/hand-call-in-threads.exp
7837 * gdb.threads/interrupted-hand-call.exp
7838 * gdb.threads/linux-dp.exp
7839 * gdb.threads/local-watch-wrong-thread.exp
7840 * gdb.threads/next-while-other-thread-longjmps.exp
7841 * gdb.threads/non-ldr-exit.exp
7842 * gdb.threads/pending-step.exp
7843 * gdb.threads/print-threads.exp
7844 * gdb.threads/process-dies-while-detaching.exp
7845 * gdb.threads/process-dies-while-handling-bp.exp
7846 * gdb.threads/pthreads.exp
7847 * gdb.threads/queue-signal.exp
7848 * gdb.threads/reconnect-signal.exp
7849 * gdb.threads/signal-command-handle-nopass.exp
7850 * gdb.threads/signal-command-multiple-signals-pending.exp
7851 * gdb.threads/signal-delivered-right-thread.exp
7852 * gdb.threads/signal-sigtrap.exp
7853 * gdb.threads/sigthread.exp
7854 * gdb.threads/staticthreads.exp
7855 * gdb.threads/stepi-random-signal.exp
7856 * gdb.threads/thread-unwindonsignal.exp
7857 * gdb.threads/thread_check.exp
7858 * gdb.threads/thread_events.exp
7859 * gdb.threads/tid-reuse.exp
7860 * gdb.threads/tls-nodebug.exp
7861 * gdb.threads/tls-shared.exp
7862 * gdb.threads/tls-so_extern.exp
7863 * gdb.threads/tls.exp
7864 * gdb.threads/wp-replication.exp
7865 * gdb.trace/actions-changed.exp
7866 * gdb.trace/actions.exp
7867 * gdb.trace/backtrace.exp
7868 * gdb.trace/change-loc.exp
7869 * gdb.trace/collection.exp
7870 * gdb.trace/deltrace.exp
7871 * gdb.trace/disconnected-tracing.exp
7872 * gdb.trace/entry-values.exp
7873 * gdb.trace/ftrace-lock.exp
7874 * gdb.trace/ftrace.exp
7875 * gdb.trace/infotrace.exp
7876 * gdb.trace/mi-trace-frame-collected.exp
7877 * gdb.trace/mi-trace-unavailable.exp
7878 * gdb.trace/mi-traceframe-changed.exp
7879 * gdb.trace/mi-tracepoint-changed.exp
7880 * gdb.trace/mi-tsv-changed.exp
7881 * gdb.trace/no-attach-trace.exp
7882 * gdb.trace/packetlen.exp
7883 * gdb.trace/passc-dyn.exp
7884 * gdb.trace/passcount.exp
7885 * gdb.trace/pending.exp
7886 * gdb.trace/pr16508.exp
7887 * gdb.trace/qtro.exp
7888 * gdb.trace/range-stepping.exp
7889 * gdb.trace/read-memory.exp
7890 * gdb.trace/report.exp
7891 * gdb.trace/save-trace.exp
7892 * gdb.trace/signal.exp
7893 * gdb.trace/stap-trace.exp
7894 * gdb.trace/status-stop.exp
7895 * gdb.trace/strace.exp
7896 * gdb.trace/tfile.exp
7897 * gdb.trace/tfind.exp
7898 * gdb.trace/trace-break.exp
7899 * gdb.trace/trace-condition.exp
7900 * gdb.trace/trace-enable-disable.exp
7901 * gdb.trace/trace-mt.exp
7902 * gdb.trace/tracecmd.exp
7903 * gdb.trace/tracefile-pseudo-reg.exp
7904 * gdb.trace/tspeed.exp
7905 * gdb.trace/tstatus.exp
7906 * gdb.trace/tsv.exp
7907 * gdb.trace/unavailable.exp
7908 * gdb.trace/while-dyn.exp
7909 * gdb.trace/while-stepping.exp
7910 * lib/gdb-guile.exp
7911 * lib/gdb.exp
7912 * lib/mi-support.exp
7913 * lib/pascal.exp
7914 * lib/perftest.exp
7915 * lib/prelink-support.exp
7916 * lib/selftest-support.exp
7917
7918 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7919
7920 * Makefile.in: Include disable-implicit-rules.mk.
7921
7922 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7923
7924 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7925 non-byte-aligned bit fields.
7926
7927 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7928
7929 PR gdb/12616
7930 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7931 respects the DW_AT_data_bit_offset attribute.
7932
7933 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7934
7935 * gdb.base/default.exp: Fix output of "set language".
7936
7937 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7938
7939 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7940 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7941 make.
7942 * configure.ac: Remove checks for the make program.
7943 * configure: Re-generate.
7944
7945 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7946
7947 * gdb.python/py-recurse-unwind.c (main): Add loop.
7948 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7949 to read_register() and gdb.parse_and_eval(). Make each code
7950 call a separate case that can be individually tested.
7951 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7952 proc. Call cont_and_backtrace for each of the code paths that
7953 we want to test in the unwinder.
7954
7955 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7956
7957 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7958 the definition of struct S.
7959
7960 2016-11-11 Catherine Moore <clm@codesourcery.com>
7961
7962 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7963
7964 2016-11-09 Pedro Alves <palves@redhat.com>
7965
7966 * gdb.base/commands.exp (runto_or_return): New procedure.
7967 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7968 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7969 (progvar_simple_while_test, progvar_complex_if_while_test)
7970 (if_while_breakpoint_command_test)
7971 (infrun_breakpoint_command_test, breakpoint_command_test)
7972 (user_defined_command_test, watchpoint_command_test)
7973 (test_command_prompt_position, redefine_hook_test)
7974 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7975 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7976 multi_line_input and multi_line. Remove gdb_expect and
7977 gdb_stop_suppressing_tests uses.
7978 * lib/gdb.exp (valnum_re): New global.
7979 (multi_line_input): New procedure.
7980
7981 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7982
7983 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7984 Remove.
7985 (test_setup): Define with proc_with_prefix.
7986 (test_cli_inferior): Likewise.
7987 (test_cli_thread): Likewise.
7988 (test_cli_frame): Likewise.
7989 (test_cli_select_frame): Likewise.
7990 (test_cli_up_down): Likewise.
7991 (test_mi_thread_select): Likewise.
7992 (test_mi_stack_select_frame): Likewise.
7993 (test_cli_in_mi_inferior): Likewise.
7994 (test_cli_in_mi_thread): Likewise.
7995 (test_cli_in_mi_frame): Likewise.
7996 (top level): Do not use with_test_prefix_procname.
7997
7998 2016-11-09 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.base/commands.exp (gdbvar_simple_if_test)
8001 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8002 (progvar_simple_if_test, progvar_simple_while_test)
8003 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8004 (infrun_breakpoint_command_test, breakpoint_command_test)
8005 (user_defined_command_test, watchpoint_command_test)
8006 (test_command_prompt_position, deprecated_command_test)
8007 (bp_deleted_in_command, temporary_breakpoint_commands)
8008 (stray_arg0_test, source_file_with_indented_comment)
8009 (recursive_source_test, if_commands_test)
8010 (error_clears_commands_left, redefine_hook_test)
8011 (redefine_backtrace_test): Use proc_with_prefix.
8012 * lib/gdb.exp (proc_with_prefix): New proc.
8013
8014 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8015
8016 * gdb.base/tui-layout.c: New file.
8017 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8018 disassembly window contains very long lines.
8019
8020 2016-11-08 Tom Tromey <tom@tromey.com>
8021
8022 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8023 depend on Python 2.
8024
8025 2016-11-08 Tom Tromey <tom@tromey.com>
8026
8027 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8028 New method.
8029
8030 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8031
8032 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8033
8034 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8035
8036 * gdb.rust/simple.rs: Add test for univariant enums without
8037 discriminants and for encoded struct-like enums.
8038
8039 2016-10-28 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8042 gdb_test_multiple, tighten regexps and match symtabs and line
8043 tables incrementally.
8044
8045 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8046
8047 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8048 general.
8049
8050 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8051
8052 * gdb.base/exec-invalid-sysroot.exp: New file.
8053
8054 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8055
8056 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8057
8058 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8059
8060 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8061
8062 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8063
8064 * gdb.base/killed-outside.exp: Remove $options from a call to
8065 `prepare_for_testing'.
8066
8067 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8068
8069 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8070 Change test message.
8071
8072 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8073
8074 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8075 Update comment.
8076
8077 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8078
8079 * gdb.trace/mi-trace-save.exp: New file.
8080
8081 2016-10-13 Yao Qi <yao.qi@linaro.org>
8082
8083 * gdb.base/code_elim.exp (get_var_address): Remove.
8084 * gdb.base/relocate.exp: Likewise.
8085 * gdb.base/shreloc.exp: Likewise.
8086 * lib/gdb.exp (get_var_address): New.
8087
8088 2016-10-13 Yao Qi <yao.qi@linaro.org>
8089
8090 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8091 floating point tests if $skip_float_test is false.
8092
8093 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8094
8095 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8096 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8097 argc values.
8098 Add 1 to argc so we guarantee distinct initial/modified argc values.
8099
8100 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8101
8102 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8103
8104 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8105
8106 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8107 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8108 * gdb.arch/vsx-regs.exp: Likewise.
8109
8110 2016-10-07 Yao Qi <yao.qi@linaro.org>
8111
8112 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8113
8114 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8115
8116 * gdb.python/python.exp: Test decode_line("*0").
8117
8118 2016-10-06 Doug Evans <dje@google.com>
8119
8120 * gdb.python/py-value.exp (test_value_creation): Add test for large
8121 unsigned 64-bit value.
8122
8123 2016-10-06 Tom Tromey <tom@tromey.com>
8124
8125 * gdb.compile/compile.exp: Change java tests to rust.
8126 * gdb.base/setshow.exp: Change java tests to rust.
8127 * gdb.base/default.exp: Remove java from language list.
8128 * README (Examples): Update language example.
8129 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8130 test.
8131 * lib/gdb.exp (skip_java_tests): Remove.
8132 * lib/java.exp: Remove.
8133 * gdb.java: Remove.
8134
8135 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8136
8137 * gdb.arch/mips-fcr.exp: New test.
8138 * gdb.arch/mips-fcr.c: Source for the new test.
8139
8140 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8141
8142 * gdb.base/solib-disc.exp: Use `standard_output_file'
8143 throughout.
8144
8145 2016-10-06 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.base/jit-simple-dl.c: New file.
8148 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8149 * gdb.base/jit-simple.c: ... this.
8150 * gdb.base/jit-simple.exp (jit_run): Delete.
8151 (build_jit): New proc.
8152 (jit_test_reread): Recompile either the main program or the shared
8153 library, depending on what is being tested. Skip changing address
8154 if caller wants to. Compare before/after addresses. If testing
8155 standalone, explicitly load the binary. Test "maint info
8156 breakpoints".
8157 (top level): Add "standalone vs shared lib" and "change address"
8158 vs "same address" axes.
8159
8160 2016-10-06 Pedro Alves <palves@redhat.com>
8161
8162 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8163 call.
8164 (jit_run): Delete.
8165 (jit_test_reread): Use with_test_prefix. Reload the main binary
8166 explicitly. Compare the before/after addresses of the JIT
8167 descriptor.
8168
8169 2016-08-15 Doug Evans <dje@google.com>
8170
8171 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8172 for single bitfields is bool.
8173 * gdb.xml/tdesc-regs.exp: Ditto.
8174
8175 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8176
8177 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8178
8179 2016-10-05 Yao Qi <yao.qi@linaro.org>
8180
8181 * lib/gdb.exp (support_complex_tests): Return zero if
8182 gdb_skip_float_test return true.
8183
8184 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8185 Simon Marchi <simon.marchi@ericsson.com>
8186
8187 PR gdb/20487
8188 * gdb.mi/user-selected-context-sync.exp: New file.
8189 * gdb.mi/user-selected-context-sync.c: New file.
8190
8191 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8192 Simon Marchi <simon.marchi@ericsson.com>
8193
8194 PR gdb/20487
8195 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8196 =thread-select-event check.
8197
8198 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8199
8200 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8201 the compulsory L operand changes.
8202 * gdb.arch/powerpc-power.s: Likewise.
8203
8204 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8205
8206 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8207 * gdb.base/jit-attach-pie.c: New file.
8208 * gdb.base/jit-attach-pie.exp: New file.
8209
8210 2016-09-28 Pedro Alves <palves@redhat.com>
8211
8212 * gdb.base/infcall-input.c: New file.
8213 * gdb.base/infcall-input.exp: New file.
8214
8215 2016-09-22 Yao Qi <yao.qi@linaro.org>
8216
8217 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8218 (gdb_exit): Rename it to ...
8219 (gdbserver_gdb_exit): ... Close GDBserver.
8220 (gdb_exit): New proc, call gdbserver_gdb_exit.
8221 (mi_gdb_exit): Likewise.
8222
8223 2016-09-22 Yao Qi <yao.qi@linaro.org>
8224
8225 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8226 path.
8227 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8228 Remove duplication.
8229
8230 2016-09-22 Yao Qi <yao.qi@linaro.org>
8231
8232 * lib/gdbserver-support.exp: Check the existence of
8233 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8234
8235 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8236
8237 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8238
8239 2016-09-21 Tom Tromey <tom@tromey.com>
8240
8241 PR gdb/20604:
8242 * gdb.base/quit.exp: New file.
8243
8244 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8245
8246 * .gitignore: New file.
8247
8248 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8249
8250 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8251 throughout.
8252
8253 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8254
8255 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8256
8257 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8258
8259 * gdb.cp/casts.cc (decltype): Move it ...
8260 (main): ... with its call to ...
8261 * gdb.cp/casts03.cc: ... a new file.
8262 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8263
8264 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8265
8266 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8267
8268 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8269
8270 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8271 and sync up the test with tests in gas/testsuite/gas/ppc.
8272 * gdb.arch/powerpc-power.exp: Likewise.
8273
8274 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8275
8276 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8277
8278 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8279 Jan Kratochvil <jan.kratochvil@redhat.com>
8280
8281 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8282 make m1's definition to be different from m2's. Use 'dummy' as an
8283 argument for probe 'two'.
8284
8285 2016-09-10 Jon Beniston <jon@beniston.com>
8286
8287 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8288 for sim target.
8289
8290 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8291
8292 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8293 variable declaration.
8294 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8295 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8296 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8297 received HWCAP as its argument.
8298
8299 2016-09-06 Pedro Alves <palves@redhat.com>
8300
8301 * gdb.base/new-ui-pending-input.c: New file.
8302 * gdb.base/new-ui-pending-input.exp: New file.
8303 * gdb.exp (clear_gdb_spawn_id): New procedure.
8304 (with_spawn_id): Check whether gdb_spawn_id exists before
8305 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8306 on exit.
8307
8308 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8309
8310 * gdb.base/float128.c: New file.
8311 * gdb.base/float128.exp: Likewise.
8312 * gdb.base/floatn.c: Likewise.
8313 * gdb.base/floatn.exp: Likewise.
8314
8315 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8316
8317 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8318
8319 2016-09-05 Pedro Alves <palves@redhat.com>
8320
8321 PR backtrace/19927
8322 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8323 unwinders are immediately called as side effect of "source" or
8324 "disable unwinder" commands.
8325 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8326
8327 2016-09-02 Yao Qi <yao.qi@linaro.org>
8328
8329 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8330 is true and $type is "float" or "double".
8331
8332 2016-09-02 Yao Qi <yao.qi@linaro.org>
8333
8334 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8335 true.
8336 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8337 * gdb.base/call-rt-st.exp: Likewise.
8338 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8339 return value instead of gdb,skip_float_test.
8340 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8341 (do_function_calls): Use its return value instead of
8342 gdb,skip_float_test.
8343 * gdb.base/finish.exp: Likewise.
8344 * gdb.base/funcargs.exp: Likewise.
8345 * gdb.base/return.exp: Likewise.
8346 * gdb.base/return2.exp: Likewise.
8347 * gdb.base/varargs.exp: Likewise.
8348 * lib/gdb.exp (gdb_skip_float_test): Change it to
8349 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8350
8351 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8352
8353 * gdb.multi/tids.exp: Test "thread apply all".
8354
8355 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8356
8357 * gdb.base/default.exp (tty): Remove.
8358
8359 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8360
8361 * gdb.python/py-recurse-unwind.c: New file.
8362 * gdb.python/py-recurse-unwind.py: New file.
8363 * gdb.python/py-recurse-unwind.exp: New file.
8364
8365 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8366
8367 * gdb.base/set-inferior-tty.exp: New file.
8368 * gdb.base/set-inferior-tty.c: New file.
8369
8370 2016-08-23 Pedro Alves <palves@redhat.com>
8371
8372 PR gdb/20494
8373 * gdb.base/new-ui-echo.c: New file.
8374 * gdb.base/new-ui-echo.exp: New file.
8375
8376 2016-08-23 Yao Qi <yao.qi@linaro.org>
8377
8378 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8379 gdbserver_spawn.
8380 * gdb.server/connect-without-multi-process.exp (do_test):
8381 Likewise.
8382
8383 2016-08-23 Yao Qi <yao.qi@linaro.org>
8384
8385 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8386 standalone_txt. Delete gdb_txt and standalone_txt on host
8387 and target. Spawn the binary on target. Copy files from
8388 target to host.
8389
8390 2016-08-22 Pedro Alves <palves@redhat.com>
8391
8392 PR gdb/20505
8393 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8394 with_test_prefix. Factor out bits to ...
8395 (test_no_vdso): ... this new procedure.
8396
8397 2016-08-19 Carl Love <cel@us.ibm.com>
8398
8399 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8400 maintaining separate logic for constructing the output path.
8401 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8402 * gdb.arch/ppc-dfp.exp: Likewise.
8403 * gdb.arch/ppc-fp.exp: Likewise.
8404 * gdb.arch/vsx-regs.exp: Likewise.
8405 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8406 binprefix for generating the additional binary files.
8407
8408 2016-08-19 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.trace/mi-trace-frame-collected.exp
8411 (test_trace_frame_collected): On x32, expect two registers.
8412
8413 2016-08-18 Carl Love <cel@us.ibm.com>
8414
8415 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8416 and sync up the test with tests in gas/testsuite/gas/ppc.
8417 * gdb.arch/powerpc-power.exp: Likewise.
8418
8419 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8420
8421 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8422 expected error message.
8423
8424 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8425
8426 * gdb.multi/remove-inferiors.exp: New file.
8427 * gdb.multi/remove-inferiors.c: New file.
8428
8429 2016-08-12 Yao Qi <yao.qi@linaro.org>
8430
8431 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8432 argument list.
8433
8434 2016-08-10 Pedro Alves <palves@redhat.com>
8435
8436 PR gdb/19187
8437 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8438 setup_kfails.
8439
8440 2016-08-09 Pedro Alves <palves@redhat.com>
8441 Simon Marchi <simon.marchi@ericsson.com>
8442
8443 PR gdb/20418
8444 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8445 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8446
8447 2016-08-09 Pedro Alves <palves@redhat.com>
8448
8449 PR mi/20431
8450 * gdb.mi/mi-cmd-error.exp: New file.
8451
8452 2016-08-09 Pedro Alves <palves@redhat.com>
8453
8454 PR gdb/18653
8455 * gdb.base/signals-state-child.c: New file.
8456 * gdb.base/signals-state-child.exp: New file.
8457 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8458
8459 2016-08-09 Pedro Alves <palves@redhat.com>
8460
8461 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8462
8463 2016-08-03 Tom Tromey <tom@tromey.com>
8464
8465 PR python/18565:
8466 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8467
8468 2016-08-01 Yao Qi <yao.qi@linaro.org>
8469
8470 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8471 variable mode to "multi-process" if $multi_process is 1, otherwise
8472 set it to "single-process".
8473
8474 2016-08-01 Yao Qi <yao.qi@linaro.org>
8475
8476 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8477 * gdb.cp/cpexprs.exp: Likewise.
8478 * gdb.cp/m-static.exp: Likewise.
8479
8480 2016-07-26 Tom Tromey <tom@tromey.com>
8481
8482 PR python/20190:
8483 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8484 test.
8485
8486 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8487
8488 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8489 selecting assembly source files.
8490 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8491 assembly source files.
8492 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8493 assembly source files.
8494 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8495 selecting assembly source files.
8496
8497 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8498
8499 * gdb.base/new-ui.exp (do_test_invalid_args): New
8500 procedure.
8501
8502 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8503
8504 * gdb.btrace/reconnect.c: New file.
8505 * gdb.btrace/reconnect.exp: New file.
8506
8507 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8508
8509 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8510 to test_catch_syscall_group.
8511 (test_catch_syscall_group): New.
8512
8513 2016-07-21 Tom Tromey <tom@tromey.com>
8514
8515 * gdb.rust/simple.rs (main): Use empty struct expression.
8516 * gdb.rust/simple.exp: Add tests for empty struct expression.
8517
8518 2016-07-21 Yao Qi <yao.qi@linaro.org>
8519
8520 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8521 if gdb_skip_xml_test is true on some targets.
8522
8523 2016-07-21 Yao Qi <yao.qi@linaro.org>
8524
8525 * gdb.server/solib-list.exp: Unset last_loaded_file.
8526
8527 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8528
8529 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8530 "step into captured_main (args)".
8531
8532 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8533
8534 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8535
8536 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8537
8538 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8539
8540 2016-07-19 Pedro Alves <palves@redhat.com>
8541
8542 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8543 * gdb.opt/inline-bt.exp: Likewise.
8544 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8545 additional_flags=-Winline.
8546 * gdb.opt/inline-locals.exp: Likewise.
8547 * gdb.opt/inline-markers.c (ATTR): Define.
8548 (inlined_fn): Use it.
8549
8550 2016-07-19 Yao Qi <yao.qi@linaro.org>
8551
8552 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8553 (test_with_self): Remove some code. Remove argument executable.
8554 (top-level): Use do_self_tests.
8555
8556 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8557 Don Breazeal <donb@codesourcery.com>
8558
8559 * gdb.base/maint.exp: Escape paths used in regular expressions.
8560 * gdb.stabs/weird.exp: Likewise.
8561
8562 2016-07-13 Tom Tromey <tom@tromey.com>
8563
8564 PR python/15620, PR python/18620:
8565 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8566 (test_bkpt_events): New procs.
8567
8568 2016-07-13 Tom Tromey <tom@tromey.com>
8569
8570 PR python/17698:
8571 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8572 test.
8573 (test_watchpoints): Likewise.
8574 (test_bkpt_pending): New proc.
8575
8576 2016-07-13 Tom Tromey <tom@tromey.com>
8577
8578 PR cli/18053:
8579 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8580 completion test.
8581
8582 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8583
8584 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8585 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8586 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8587 f_label.
8588 (g): Rename g_end_lbl to g_label.
8589 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8590 low_pc and high_pc.
8591 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8592
8593 2016-07-12 Tom Tromey <tom@tromey.com>
8594
8595 PR python/19293:
8596 * gdb.python/py-unwind-maint.exp: Update tests.
8597
8598 2016-07-12 Yao Qi <yao.qi@linaro.org>
8599
8600 * lib/selftest-support.exp (selftest_setup): Match the output
8601 when captured_main is inlined.
8602
8603 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8604
8605 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8606 New variables.
8607 (print this%a, print this%b, print this): New tests.
8608 * gdb.fortran/derived-types.f90 (this): New object and
8609 initialization.
8610
8611 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8612
8613 * gdb.ada/arraydim.exp: Remove extra directory level in build
8614 directory.
8615
8616 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8617
8618 * lib/ada.exp: Remove extra directory level in build directory.
8619 * gdb.ada/cond_lang.exp: Likewise.
8620 * gdb.ada/exec_changed.exp: Likewise.
8621 * gdb.ada/lang_switch.exp: Likewise.
8622
8623 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8624
8625 * simple.rs: Add test for raw pointer subscripting.
8626 * simple.exp: Add test expectations.
8627
8628 2016-07-05 Yao Qi <yao.qi@linaro.org>
8629
8630 * gdb.mi/mi-reverse.exp: Match =record-started output.
8631
8632 2016-07-01 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8635 procedure.
8636 (jit_reader_test): Test the jit reader's unwinder.
8637 * gdb.base/jithost.c (jit_function_00_code): New global.
8638 (main): Use memcpy to fill in the mmapped code, instead of poking
8639 bytes manually here.
8640 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8641 value.
8642 (read_debug_info): Save the function's range.
8643 (read_sp): New function.
8644 (unwind_frame): Use it. Also unwind RBP.
8645 (get_frame_id): Use read_sp.
8646 (gdb_init_reader): Use calloc instead of malloc.
8647 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8648 parameter. Use gdb_test_multiple.
8649
8650 2016-07-01 Pedro Alves <palves@redhat.com>
8651 Antoine Tremblay <antoine.tremblay@ericsson.com>
8652
8653 * gdb.threads/process-dies-while-detaching.c: New file.
8654 * gdb.threads/process-dies-while-detaching.exp: New file.
8655
8656 2016-07-01 Pedro Alves <palves@redhat.com>
8657
8658 * gdb.multi/watchpoint-multi-exit.c: New file.
8659 * gdb.multi/watchpoint-multi-exit.exp: New file.
8660
8661 2016-06-30 Pedro Alves <palves@redhat.com>
8662
8663 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8664 unset inferior_spawn_id.
8665
8666 2016-06-30 Pedro Alves <palves@redhat.com>
8667
8668 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8669 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8670
8671 2016-06-29 Yao Qi <yao.qi@linaro.org>
8672
8673 * gdb.base/return.c: Add copyright header.
8674
8675 2016-06-29 Tom Tromey <tom@tromey.com>
8676
8677 PR python/20129:
8678 * gdb.python/py-framefilter.exp: Add tests for setting priority
8679 and disabling of non-existent frame filter.
8680
8681 2016-06-29 Yao Qi <yao.qi@linaro.org>
8682
8683 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8684 0x0f07ff.
8685
8686 2016-06-28 Yao Qi <yao.qi@linaro.org>
8687
8688 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8689 triplets. Start gdb, execute catch syscall, and continue. Check
8690 gdb's output to determine catch syscall is supported.
8691
8692 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8693
8694 * gdb.rust/simple.rs: Add test for returning unit in a function.
8695 * gdb.rust/simple.exp: Add expectation for functions returning
8696 unit.
8697
8698 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8699
8700 * gdb.python/py-breakpoint-create-fail.c,
8701 gdb.python/py-breakpoint-create-fail.exp,
8702 gdb.python/py-breakpoint-create-fail.py: New testcase.
8703
8704 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8705
8706 PR gdb/20239
8707 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8708 * gdb.rust/simple.exp: Add test expectations for new NonZero
8709 tests.
8710
8711 2016-06-24 David Taylor <dtaylor@emc.com>
8712
8713 * gdb.base/offsets.exp: New file.
8714 * gdb.base/offsets.c: New file.
8715
8716 2016-06-23 Tom Tromey <tom@tromey.com>
8717
8718 PR gdb/16483:
8719 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8720 before any filters are loaded.
8721
8722 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8723
8724 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8725 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8726 structs.
8727 * gdb.fortran/derived-type-function.exp: New file.
8728 * gdb.fortran/derived-type-function.f90: New file.
8729
8730
8731 2016-06-21 Pedro Alves <palves@redhat.com>
8732
8733 * gdb.base/new-ui.exp: New file.
8734 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8735 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8736 (with_spawn_id): New procedure.
8737
8738 2016-06-21 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.mi/mi-exec-run.exp: New file.
8741
8742 2016-06-21 Pedro Alves <palves@redhat.com>
8743
8744 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8745 breakpoint command's output on the main UI.
8746 (test_break): New procedure, factored out from calls in the top
8747 level.
8748 (top level): Use foreach_with_prefix to test MI as main UI and as
8749 separate UI.
8750
8751 2016-06-21 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8754 (test_awatch_creation_and_listing)
8755 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8756 Remove 'type' parameter.
8757 (test_watchpoint_all): New parameter mi_mode. Remove
8758 with_test_prefix.
8759 (top level): Use foreach_with_prefix, and add main/separate UI MI
8760 testing axis.
8761
8762 2016-06-21 Pedro Alves <palves@redhat.com>
8763
8764 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8765 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8766 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8767 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8768 (gdb_main_spawn_id, mi_spawn_id): Declare and
8769 comment.
8770 (mi_create_inferior_pty): New procedure,
8771 factored out from default_mi_gdb_start.
8772 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8773 procedures.
8774 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8775 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8776 Use mi_create_inferior_pty.
8777 (mi_gdb_start): Use eval to pass down args list.
8778
8779 2016-06-21 Pedro Alves <palves@redhat.com>
8780
8781 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8782 * gdb.opt/inline-cmds.exp: Add MI tests.
8783
8784 2016-06-21 Pedro Alves <palves@redhat.com>
8785
8786 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8787
8788 2016-06-21 Pedro Alves <palves@redhat.com>
8789
8790 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8791 (top level): Use it instead of mi_execute_to.
8792
8793 2016-06-21 Pedro Alves <palves@redhat.com>
8794
8795 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8796 (cont_handler_str): New.
8797 (signal_stop_handler): Set stop_handler_str instead of printing to
8798 stdout.
8799 (continue_handler): Set cont_handler_str instead of printing to
8800 stdout.
8801 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8802 mi_send_resuming_command. Print stop_handler_str and
8803 cont_handler_str instead of expecting the python events print
8804 directly.
8805
8806 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8807
8808 * gdb.base/jit-reader.exp: New file.
8809 * gdb.base/jithost.c: New file.
8810 * gdb.base/jithost.h: New file.
8811 * gdb.base/jitreader.c : New file.
8812 * gdb.base/jit-protocol.h: New file.
8813
8814 2016-06-17 Yao Qi <yao.qi@linaro.org>
8815
8816 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8817 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8818 and detach-on-fork. Adjust tests.
8819 (top level): Invoke break_cond_on_syscall with combinations of
8820 syscall, follow-fork-mode and detach-on-fork.
8821
8822 2016-06-17 Yao Qi <yao.qi@linaro.org>
8823
8824 * gdb.base/step-over-exit.c: New.
8825 * gdb.base/step-over-exit.exp: New.
8826
8827 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8828
8829 * gdb.base/float.exp: Add target check for nds32*-*-*.
8830 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8831
8832 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8833
8834 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8835 for unsupported target features.
8836 * gdb.base/call-rt-st.exp: Likewise.
8837 * gdb.base/call-sc.exp: Likewise.
8838 * gdb.base/call-signal-resume.exp: Likewise.
8839 * gdb.base/call-strs.exp: Likewise.
8840 * gdb.base/callexit.exp: Likewise.
8841 * gdb.base/callfuncs.exp: Likewise.
8842 * gdb.base/nodebug.exp: Likewise.
8843 * gdb.base/printcmds.exp: Likewise.
8844 * gdb.base/ptype.exp: Likewise.
8845 * gdb.base/structs.exp: Likewise.
8846 * gdb.base/unwindonsignal.exp: Likewise.
8847 * gdb.cp/gdb2495.exp: Likewise.
8848 * gdb.cp/templates.exp: Likewise.
8849 * gdb.cp/virtfunc.exp: Likewise.
8850 * gdb.threads/hand-call-in-threads.exp: Likewise.
8851 * gdb.threads/interrupted-hand-call.exp: Likewise.
8852 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8853
8854 2016-06-10 Tom Tromey <tom@tromey.com>
8855
8856 PR rust/20110:
8857 * gdb.rust/expr.exp: Add test for integer constant larger than
8858 i32.
8859
8860 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8861
8862 * gdb.fortran/nested-funcs.exp: New.
8863 * gdb.fortran/nested-funcs.f90: New.
8864
8865 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8866
8867 * gdb.base/examine-backward.c: New file.
8868 * gdb.base/examine-backward.exp: New file.
8869
8870 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8871
8872 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8873 matching.
8874
8875 2016-06-02 Tom Tromey <tom@tromey.com>
8876
8877 PR python/18984:
8878 * gdb.python/py-shared.exp: Add solib_name test.
8879
8880 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8881
8882 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8883
8884 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8885
8886 PR c++/19893
8887 * gdb.dwarf2/implref.exp: Rename to...
8888 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8889 * gdb.dwarf2/implref-array.c: New file.
8890 * gdb.dwarf2/implref-array.exp: Likewise.
8891 * gdb.dwarf2/implref-global.c: Likewise.
8892 * gdb.dwarf2/implref-global.exp: Likewise.
8893 * gdb.dwarf2/implref-struct.c: Likewise.
8894 * gdb.dwarf2/implref-struct.exp: Likewise.
8895
8896 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8897
8898 * gdb.trace/trace-condition.exp: Add 64bit tests.
8899
8900 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8901
8902 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8903 bits types.
8904 (main): Adapt to 8 to 64 bits types.
8905 * gdb.trace/trace-condition.exp: Add new tests.
8906
8907 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8908
8909 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8910
8911 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8912
8913 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8914 Move condition tests...
8915 * gdb.trace/trace-condition.exp: Here.
8916
8917 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8918
8919 * gdb.trace/trace-condition.exp: Add counter-case tests.
8920
8921 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8922
8923 PR c++/15231
8924 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8925 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8926
8927 2016-05-27 Pedro Alves <palves@redhat.com>
8928
8929 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8930 New procedure.
8931 (top level): Call it, and bail out of DejaGnu is known to be bad.
8932
8933 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8934
8935 * gdb.base/whatis.c: Extend the test case.
8936 * gdb.base/whatis.exp: Add additional tests.
8937
8938 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8939
8940 * gdb.fortran/type.f90: Add pointer variable.
8941 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8942
8943 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8944
8945 * gdb.fortran/vla-type.exp: Fix testcase name.
8946
8947 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8948
8949 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8950
8951 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8952
8953 * gdb.fortran/type.f90: Add nested structures.
8954 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8955 * gdb.fortran/derived-type.exp: Adapt expected output.
8956 * gdb.fortran/vla-type.exp: Adapt expected output.
8957
8958 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8959
8960 * gdb.fortran/whatis_type.exp: Adapt expected output.
8961
8962 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8963
8964 * gdb.fortran/print_type.exp: Fix expected output.
8965 * gdb.fortran/whatis_type.exp: Fix expected output.
8966
8967 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8968
8969 * gdb.fortran/whatis_type.exp: Use multi_line.
8970
8971 2016-05-24 Tom Tromey <tom@tromey.com>
8972
8973 PR python/17386:
8974 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8975 use value as an index.
8976
8977 2016-05-23 Tom Tromey <tom@tromey.com>
8978
8979 PR python/17981:
8980 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8981 no-breakpoint case.
8982
8983 2016-05-24 Pedro Alves <palves@redhat.com>
8984
8985 PR gdb/19828
8986 * gdb.threads/clone-attach-detach.c: New file.
8987 * gdb.threads/clone-attach-detach.exp: New file.
8988
8989 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8990
8991 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8992
8993 2016-05-23 Tom Tromey <tom@tromey.com>
8994
8995 PR python/19438, PR python/18393:
8996 * gdb.python/py-progspace.exp: Add "dir" test.
8997 * gdb.python/py-objfile.exp: Add "dir" test.
8998
8999 2016-05-23 Yao Qi <yao.qi@linaro.org>
9000
9001 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9002 * gdb.arch/thumb2-it.exp: Likewise.
9003
9004 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9005
9006 * gdb.mi/mi-threads-interrupt.c: New file.
9007 * gdb.mi/mi-threads-interrupt.exp: New file.
9008
9009 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9010
9011 PR gdb/18077
9012 * gdb.mi/mi-async-run.exp: New file.
9013 * gdb.mi/mi-async-run.c: New file.
9014
9015 2016-05-17 Tom Tromey <tom@tromey.com>
9016 Manish Goregaokar <manishsmail@gmail.com>
9017
9018 * lib/rust-support.exp: New file.
9019 * lib/gdb.exp (skip_rust_tests): New proc.
9020 (build_executable_from_specs): Handle rust.
9021 * lib/future.exp (gdb_find_rustc): New proc.
9022 (gdb_default_target_compile): Handle rust.
9023 * gdb.rust/expr.exp: New file.
9024 * gdb.rust/generics.exp: New file.
9025 * gdb.rust/generics.rs: New file.
9026 * gdb.rust/methods.exp: New file.
9027 * gdb.rust/methods.rs: New file.
9028 * gdb.rust/modules.exp: New file.
9029 * gdb.rust/modules.rs: New file.
9030 * gdb.rust/simple.exp: New file.
9031 * gdb.rust/simple.rs: New file.
9032
9033 2016-05-17 Tom Tromey <tom@tromey.com>
9034
9035 * gdb.base/default.exp (set language): Add rust.
9036
9037 2016-05-17 Tom Tromey <tom@tromey.com>
9038
9039 * gdb.gdb/unittest.exp: New file.
9040
9041 2016-05-16 Yao Qi <yao.qi@linaro.org>
9042
9043 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9044 shell_prompt. Update shell_prompt_re.
9045
9046 2016-05-12 Doug Evans <dje@google.com>
9047
9048 PR symtab/19999
9049 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9050 $options when building executable.
9051 * gdb.dwarf2/fission-loclists-pie.S: New file.
9052 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9053
9054 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9055
9056 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9057 of [is_remote target],
9058
9059 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9060
9061 * lib/gdb.exp (use_gdb_stub): New procedure.
9062
9063 2016-05-03 Yunlian Jiang <yunlian@google.com>
9064 Doug Evans <dje@google.com>
9065
9066 PR symtab/19914
9067 * gdb.dwarf2/dwp-sepdebug.c: New file.
9068 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9069
9070 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9071
9072 * gdb.base/detach.exp: Remove is_remote check.
9073
9074 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9075
9076 * gdb.base/annota-input-while-running.exp: Don't check for
9077 [is_remote target]. Enable annotations after running to main.
9078 Remove unused "set test..." line.
9079
9080 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9081
9082 * gdb.trace/trace-enable-disable.exp: New file.
9083 * gdb.trace/trace-enable-disable.c: New file.
9084
9085 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9086
9087 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9088 use it in info sharedlibrary test.
9089 * gdb.trace/ftrace-lock.exp: Likewise.
9090 * gdb.trace/ftrace.exp: Likewise.
9091 * gdb.trace/range-stepping.exp: Likewise.
9092 * gdb.trace/trace-break.exp: Likewise.
9093 * gdb.trace/trace-condition.exp: Likewise.
9094 * gdb.trace/trace-mt.exp: Likewise.
9095
9096 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9097
9098 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9099 (gdb_load_shlib): ... this.
9100 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9101 gdb_load_shlib.
9102 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9103 * gdb.base/ctxobj.exp: Likewise.
9104 * gdb.base/dprintf-pending.exp: Likewise.
9105 * gdb.base/dso2dso.exp: Likewise.
9106 * gdb.base/fixsection.exp: Likewise.
9107 * gdb.base/gcore-relro.exp: Likewise.
9108 * gdb.base/gdb1555.exp: Likewise.
9109 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9110 * gdb.base/gnu-ifunc.exp: Likewise.
9111 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9112 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9113 * gdb.base/pending.exp: Likewise.
9114 * gdb.base/print-file-var.exp: Likewise.
9115 * gdb.base/print-symbol-loading.exp: Likewise.
9116 * gdb.base/shlib-call.exp: Likewise.
9117 * gdb.base/shreloc.exp: Likewise.
9118 * gdb.base/so-impl-ld.exp: Likewise.
9119 * gdb.base/solib-disc.exp: Likewise.
9120 * gdb.base/solib-nodir.exp: Likewise.
9121 * gdb.base/solib-overlap.exp: Likewise.
9122 * gdb.base/solib-symbol.exp: Likewise.
9123 * gdb.base/solib-weak.exp (do_test): Likewise.
9124 * gdb.base/sym-file.exp: Likewise.
9125 * gdb.base/symtab-search-order.exp: Likewise.
9126 * gdb.base/type-opaque.exp: Likewise.
9127 * gdb.base/unload.exp: Likewise.
9128 * gdb.base/watchpoint-solib.exp: Likewise.
9129 * gdb.compile/compile.exp: Likewise.
9130 * gdb.cp/gdb2384.exp: Likewise.
9131 * gdb.cp/infcall-dlopen.exp: Likewise.
9132 * gdb.cp/re-set-overloaded.exp: Likewise.
9133 * gdb.fortran/library-module.exp: Likewise.
9134 * gdb.opt/solib-intra-step.exp: Likewise.
9135 * gdb.python/py-finish-breakpoint.exp: Likewise.
9136 * gdb.python/py-shared.exp: Likewise.
9137 * gdb.reverse/solib-precsave.exp: Likewise.
9138 * gdb.reverse/solib-reverse.exp: Likewise.
9139 * gdb.server/solib-list.exp: Likewise.
9140 * gdb.threads/dlopen-libpthread.exp: Likewise.
9141 * gdb.threads/tls-shared.exp: Likewise.
9142 * gdb.threads/tls-so_extern.exp: Likewise.
9143 * gdb.trace/change-loc.exp: Likewise.
9144 * gdb.trace/ftrace-lock.exp: Likewise.
9145 * gdb.trace/ftrace.exp: Likewise.
9146 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9147 * gdb.trace/pending.exp: Likewise.
9148 * gdb.trace/range-stepping.exp: Likewise.
9149 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9150 (strace_info_marker): Likewise.
9151 (strace_probe_marker): Likewise.
9152 (strace_trace_on_same_addr): Likewise.
9153 (strace_trace_on_diff_addr): Likewise.
9154 * gdb.trace/trace-break.exp: Likewise.
9155 * gdb.trace/trace-condition.exp: Likewise.
9156 * gdb.trace/trace-mt.exp: Likewise.
9157
9158 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9159
9160 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9161 result of gdb_remote_download.
9162 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9163 * gdb.base/dso2dso.exp: Likewise.
9164 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9165 * gdb.base/print-file-var.exp: Likewise.
9166 * gdb.base/shlib-call.exp: Likewise.
9167 * gdb.base/shreloc.exp: Likewise.
9168 * gdb.base/solib-overlap.exp: Likewise.
9169 * gdb.base/solib-weak.exp (do_test): Likewise.
9170 * gdb.base/unload.exp: Likewise.
9171
9172 2016-04-27 Yao Qi <yao.qi@linaro.org>
9173
9174 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9175 exists.
9176
9177 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9178
9179 * vla-type.exp: Print structure from toplevel.
9180
9181 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9182
9183 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9184 of dynamic types.
9185 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9186 of dynamic types.
9187
9188 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9189
9190 * gdb.fortran/vla-type.f90: New file.
9191 * gdb.fortran/vla-type.exp: New file.
9192
9193 2016-04-25 Yao Qi <yao.qi@linaro.org>
9194
9195 * gdb.base/branch-to-self.c: New file.
9196 * gdb.base/branch-to-self.exp: New file.
9197
9198 2016-04-22 Yao Qi <yao.qi@linaro.org>
9199
9200 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9201 more after $hex.
9202
9203 2016-04-22 Yao Qi <yao.qi@linaro.org>
9204
9205 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9206 * gdb.base/annota3.exp: Likewise.
9207
9208 2016-04-22 Yao Qi <yao.qi@linaro.org>
9209
9210 * gdb.reverse/step-precsave.exp: Do one step and test program
9211 stops in "callee" and do multiple steps until program goes out
9212 of "callee".
9213 * gdb.reverse/step-reverse.exp: Likewise.
9214
9215 2016-04-22 Yao Qi <yao.qi@linaro.org>
9216
9217 * gdb.trace/signal.exp: Also pass if
9218 $tracepoint_hits($i) > $iterations.
9219
9220 2016-04-22 Yao Qi <yao.qi@linaro.org>
9221
9222 * gdb.trace/signal.c: New file.
9223 * gdb.trace/signal.exp: New file.
9224
9225 2016-04-19 Doug Evans <xdje42@gmail.com>
9226
9227 * gdb.base/bad-file.exp: New file.
9228
9229 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9230
9231 * gdb.dwarf2/implref.exp: New file.
9232
9233 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9234
9235 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9236 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9237 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9238 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9239 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9240 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9241 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9242 * lib/fortran.exp (fortran_int4): New procedure.
9243 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9244 (fortran_logical4): Likewise.
9245
9246 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9247
9248 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9249
9250 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9251
9252 * lib/compiler.c: Add Intel specific preprocessor macros.
9253 * lib/compiler.cc: Likewise.
9254
9255 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9256
9257 * gdb.server/connect-with-no-symbol-file.c: New file.
9258 * gdb.server/connect-with-no-symbol-file.exp: New file.
9259
9260 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9261
9262 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9263
9264 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9265
9266 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9267 standard output directory.
9268
9269 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9270
9271 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9272
9273 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9274
9275 * gdb.btrace/instruction_history.c (loop): Add declaration.
9276
9277 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9278
9279 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9280
9281 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9282
9283 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9284 parentheses to print.
9285 (continue_handler): Likewise.
9286
9287 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9288
9289 * gdb.server/solib-list.exp: Remove is_remote check.
9290 Pass shlib= to gdb_compile. Don't link shared library with
9291 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9292 Run binary filename through "readlink -f" on the target.
9293
9294 2016-04-08 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9297 interpreter filename as argument to gdbserver_spawn.
9298 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9299 Return empty if $last_loaded_file does not exist.
9300
9301 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9302
9303 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9304 * gdb.base/jit-main.c: Use exit after usage.
9305
9306 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9307
9308 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9309 GDBHISTSIZE prior to the tests.
9310 * gdb.base/gdbinit-history.exp: Likewise.
9311
9312 2016-04-07 Pedro Alves <palves@redhat.com>
9313
9314 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9315 instead of build_executable. Use gdb_load_shlibs.
9316
9317 2016-04-07 Yao Qi <yao.qi@linaro.org>
9318
9319 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9320 Execute "si" command.
9321
9322 2016-04-07 Yao Qi <yao.qi@linaro.org>
9323
9324 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9325 number instead of the comments on some line.
9326
9327 2016-04-06 Don Breazeal <donb@codesourcery.com>
9328
9329 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9330 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9331
9332 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9333
9334 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9335 standard_output_file. Remove unused binfile variable.
9336
9337 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9338
9339 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9340 * gdb.python/py-mi-objfile.exp: Match "list main" output
9341 in console format.
9342
9343 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9344
9345 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9346 absolute.
9347
9348 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9349
9350 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9351 absolute.
9352 * gdb.trace/ftrace.exp: Likewise.
9353 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9354 targets as well.
9355 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9356 (gdb_load_shlibs): Copy libraries to test directory when testing
9357 natively. Only set solib-search-path if testing remotely.
9358 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9359
9360 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9361
9362 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9363 gdb_download. Use it even if the target is not remote.
9364 * gdb.base/jit.exp (compile_jit_test): Likewise.
9365 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9366 output directory if the destination board is local, otherwise use
9367 the standard remote_download from DejaGnu.
9368 (gdb_download): Remove.
9369 (gdb_load_shlibs): Use gdb_remote_download instead of
9370 gdb_download.
9371 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9372 Use gdb_remote_download instead of gdb_download. Use it even if
9373 the target is not remote.
9374 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9375 instead of gdb_download.
9376
9377 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9378
9379 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9380 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9381 run.
9382
9383 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9384
9385 PR gdb/19820
9386 * gdb.base/printcmds.exp: Add artificial arrays tests.
9387
9388 2016-03-31 Pedro Alves <palves@redhat.com>
9389
9390 PR gdb/19858
9391 * gdb.base/jit-main.c: Include unistd.h.
9392 (ATTACH): Define to 0 if not already defined.
9393 (wait_for_gdb, mypid): New globals.
9394 (WAIT_FOR_GDB): New macro.
9395 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9396 some breakpoint locations.
9397 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9398 New procedures.
9399 (one_jit_test): Add REATTACH parameter, and handle it. Use
9400 continue_to_test_location.
9401 (top level): Test attach, and adjusts calls to one_jit_test.
9402
9403 2016-03-31 Pedro Alves <palves@redhat.com>
9404
9405 PR gdb/19858
9406 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9407 BINSUFFIX parameter, and handle it.
9408 (top level): Adjust calls compile_jit_test.
9409
9410 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9411
9412 PR python/19743
9413 * gdb.python/py-mi-events-gdb.py: New file.
9414 * gdb.python/py-mi-events.c: New file.
9415 * gdb.python/py-mi-events.exp: New file.
9416
9417 2016-03-30 Yao Qi <yao.qi@linaro.org>
9418
9419 * gdb.reverse/until-precsave.exp: Match function name only.
9420 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9421 Move malloc to a condition block.
9422 * gdb.reverse/until-reverse.exp: Match function name only.
9423
9424 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9425
9426 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9427 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9428 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9429 variable for GPR 0 instead of assuming it is register 0.
9430 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9431 * lib/trace-support.exp: Add s390 registers.
9432
9433 2016-03-29 Yao Qi <yao.qi@linaro.org>
9434
9435 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9436
9437 2016-03-24 Yao Qi <yao.qi@linaro.org>
9438
9439 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9440 test message.
9441
9442 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9443
9444 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9445 maintaining separate logic for constructing the output path.
9446
9447 2016-03-16 Don Breazeal <donb@codesourcery.com>
9448
9449 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9450 Retry fork and waitpid on interrupted system call errors.
9451 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9452 Use with_timeout_factor to increase timeout by factor of 10.
9453
9454 2016-03-15 Don Breazeal <donb@codesourcery.com>
9455
9456 * gdb.cp/scope-err.cc: New test program.
9457 * gdb.cp/scope-err.exp: New test script.
9458 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9459 lines and "set breakpoint here" comment.
9460 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9461 Fixed some whitespace and format issues.
9462 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9463 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9464
9465 2016-03-15 Doug Evans <dje@google.com>
9466
9467 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9468 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9469 All callers updated. Add tests for enums, mixed flags register.
9470
9471 2016-03-15 Doug Evans <dje@google.com>
9472
9473 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9474 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9475
9476 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9477
9478 * gdb.base/default.exp: Add $_as_string to the list of expected
9479 convenience functions.
9480
9481 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9482
9483 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9484
9485 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9486
9487 * gdb.python/py-as-string.exp: New file.
9488 * gdb.python/py-as-string.c: New file.
9489
9490 2016-03-09 Pedro Alves <palves@redhat.com>
9491
9492 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9493 signal" -> "Thread NN received signal" output change.
9494 * gdb.threads/ia64-sigill.exp: Likewise.
9495 * gdb.threads/linux-dp.exp: Likewise.
9496 * gdb.threads/manythreads.exp: Likewise.
9497 * gdb.threads/pending-step.exp: Likewise.
9498 * gdb.threads/print-threads.exp: Likewise.
9499 * gdb.threads/sigstep-threads.exp: Likewise.
9500 * gdb.threads/staticthreads.exp: Likewise.
9501 * gdb.threads/tls.exp: Likewise.
9502
9503 2016-03-09 Pedro Alves <palves@redhat.com>
9504
9505 * gdb.base/command-line-input.exp: New file.
9506
9507 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9508
9509 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9510 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9511 * gdb.trace/pending.exp: Accept leading dot before function name.
9512 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9513 * lib/trace-support.exp: Set registers for ppc.
9514
9515 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9516
9517 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9518 use it for disassembly; accept .main in addition to main in backtrace.
9519
9520 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9521 Marcin Kościelnicki <koriakin@0x04.net>
9522
9523 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9524 (gdb_recursion_test_ptr): New global variable.
9525 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9526 gdb_recursion_test.
9527 (gdb_c_test): Ditto.
9528
9529 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9530
9531 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9532 ordering.
9533
9534 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9535
9536 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9537 (bar): Add bar_start_lbl label.
9538 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9539 of foo/bar for emitting DWARF and tracing.
9540
9541 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9542
9543 * analyze-racy-logs.py: Set executable bit.
9544
9545 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9546
9547 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9548 (CHECK_TARGET_TMP): Likewise.
9549 (check-single-racy): New rule.
9550 (check-parallel-racy): Likewise.
9551 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9552 (do-check-parallel-racy): New rule.
9553 (check-racy/%.exp): Likewise.
9554 * README (Racy testcases): New section.
9555 * analyze-racy-logs.py: New file.
9556
9557 2016-03-03 Doug Evans <dje@google.com>
9558
9559 * gdb.base/skip.exp: Use with_test_prefix.
9560
9561 2016-03-03 Yao Qi <yao.qi@linaro.org>
9562
9563 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9564 Invoke step_over_syscall "clone" and break_cond_on_syscall
9565 "clone".
9566 * gdb.base/step-over-clone.c: New file.
9567
9568 2016-03-03 Yao Qi <yao.qi@linaro.org>
9569
9570 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9571 code format.
9572
9573 2016-03-03 Yao Qi <yao.qi@linaro.org>
9574
9575 * gdb.base/disp-step-fork.c: Rename to ...
9576 * gdb.base/step-over-fork.c: ... it. New file.
9577 * gdb.base/disp-step-vfork.c: Rename to ...
9578 * gdb.base/step-over-vfork.c: ... it. New file.
9579 * gdb.base/disp-step-syscall.exp: Rename to ...
9580 * gdb.base/step-over-syscall.exp: ... it. New file.
9581 (disp_step_cross_syscall): Rename to ...
9582 (step_over_syscall): ... it.
9583
9584 2016-03-03 Yao Qi <yao.qi@linaro.org>
9585
9586 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9587 If target supports condition evaluation on target, invoke
9588 break_cond_on_syscall for fork and vfork.
9589
9590 2016-03-03 Yao Qi <yao.qi@linaro.org>
9591
9592 * gdb.base/disp-step-syscall.exp: Don't invoke
9593 support_displaced_stepping.
9594 (disp_step_cross_syscall): Test with displaced stepping off and
9595 on if supported.
9596
9597 2016-03-03 Yao Qi <yao.qi@linaro.org>
9598
9599 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9600 proc.
9601 (setup): New proc.
9602 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9603 and setup.
9604
9605 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9606
9607 * gdb.fortran/vla-history.exp: Remove breakpoint.
9608
9609 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9610
9611 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9612 exceeds timeout.
9613
9614 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9615
9616 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9617 breakpoint.
9618
9619 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9620
9621 * gdb.mi/vla.f90: Nullify pointer after declaration.
9622
9623 2016-03-01 Pedro Alves <palves@redhat.com>
9624
9625 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9626
9627 2016-03-01 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9630 before anything else.
9631 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9632 _GNU_SOURCE here.
9633 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9634 before anything else.
9635 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9636
9637 2016-03-01 Pedro Alves <palves@redhat.com>
9638
9639 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9640
9641 2016-03-01 Yao Qi <yao.qi@linaro.org>
9642
9643 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9644 prepare_for_testing.
9645
9646 2016-03-01 Yao Qi <yao.qi@linaro.org>
9647
9648 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9649
9650 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9651
9652 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9653 manually constructing the output path.
9654
9655 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9656
9657 * gdb.arch/s390-stackless.S: New.
9658 * gdb.arch/s390-stackless.exp: New.
9659
9660 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9661
9662 * gdb.dlang/circular.c: New file.
9663 * gdb.dlang/circular.exp: New file.
9664
9665 2016-02-26 Yao Qi <yao.qi@linaro.org>
9666
9667 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9668 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9669 (testcases): Update.
9670
9671 2016-02-26 Yao Qi <yao.qi@linaro.org>
9672
9673 * gdb.reverse/aarch64.c: Rename to ...
9674 * gdb.reverse/insn-reverse.c: ... it.
9675 * gdb.reverse/aarch64.exp: Rename to ...
9676 * gdb.reverse/insn-reverse.exp: ... it.
9677
9678 2016-02-26 Yao Qi <yao.qi@linaro.org>
9679
9680 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9681 (testcase_ftype): New.
9682 (testcases): New array.
9683 (n_testcases): New.
9684 (main): Call each element in testcases.
9685 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9686 (read_testcase): New.
9687 Do the tests in a loop.
9688
9689 2016-02-25 Yao Qi <yao.qi@linaro.org>
9690
9691 * gdb.base/branches.c: Remove.
9692
9693 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9694
9695 PR gdb/13808
9696 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9697
9698 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9699
9700 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9701
9702 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9703
9704 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9705 change x86_64 call_insn to 'callq'.
9706
9707 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9708
9709 * gdb.trace/tfile-avx.c: Move to...
9710 * gdb.trace/tracefile-pseudo-reg.c: Here.
9711 * gdb.trace/tfile-avx.exp: Move to...
9712 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9713
9714 2016-02-24 Gary Benson <gbenson@redhat.com>
9715
9716 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9717 message on attach.
9718
9719 2016-02-23 Doug Evans <dje@google.com>
9720
9721 * gdb.base/skip.c (test_skip): New function.
9722 (end_test_skip_file_and_function): New function.
9723 (test_skip_file_and_function): New function.
9724 * gdb.base/skip1.c (test_skip): New function.
9725 (skip1_test_skip_file_and_function): New function.
9726 * gdb.base/skip.exp: Add tests for new skip options.
9727 * gdb.base/skip-solib.exp: Update expected output.
9728 * gdb.perf/skip-command.cc: New file.
9729 * gdb.perf/skip-command.exp: New file.
9730 * gdb.perf/skip-command.py: New file.
9731
9732 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9733
9734 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9735 info registers pattern.
9736
9737 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9738
9739 * lib/future.exp: Add D support.
9740 (gdb_find_gdc): New proc.
9741 (gdb_default_target_compile): Add D support.
9742
9743 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9744
9745 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9746 user+system time.
9747 (trace_speed_test): Determine the iteration count for a time
9748 between 15..30 seconds.
9749
9750 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9751
9752 * gdb.arch/i386-mpx-sigsegv.c: New file.
9753 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9754 * gdb.arch/i386-mpx-simple_segv.c: New file.
9755 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9756
9757 2016-02-18 Yao Qi <yao.qi@linaro.org>
9758
9759 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9760 Don't call setup_kfail.
9761
9762 2016-02-18 Yao Qi <yao.qi@linaro.org>
9763
9764 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9765 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9766
9767 2016-02-16 Doug Evans <dje@google.com>
9768
9769 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9770 * gdb.base/skip1.c: Ditto.
9771 * gdb.base/skip.exp: Whitespace cleanup.
9772
9773 2016-02-16 Don Breazeal <donb@codesourcery.com>
9774
9775 PR remote/19496
9776 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9777 Remove kfail for PR remote/19496.
9778
9779 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9780
9781 * lib/gdb.exp (standard_temp_file): Return a path specific to
9782 the runtest invocation.
9783
9784 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9785
9786 * gdb.trace/save-trace.exp: Change relative path to be in the
9787 standard output directory.
9788
9789 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9790
9791 * gdb.arch/i386-prologue.c: Add missing prototypes.
9792
9793 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9794
9795 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9796 * gdb.arch/i386-prologue.exp: Likewise.
9797 * gdb.arch/i386-size.exp: Likewise.
9798
9799 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9800
9801 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9802 define object file path.
9803 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9804 file path.
9805 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9806 standard_output_file to define binfile.
9807
9808 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9809
9810 Fix compatibility with recent gfortran-5.3.1.
9811 * gdb.fortran/vla-history.exp (print vla1 allocated)
9812 (print vla2 allocated, print $2, print $3): Remove
9813 (print $4): Rename to ...
9814 (print $2): ... here.
9815 (print $9): Rename to ...
9816 (print $5): ... here.
9817 (print $10): Rename to ...
9818 (print $6): ... here.
9819 * gdb.fortran/vla.f90: Add pvla initialization.
9820
9821 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9822
9823 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9824 New test.
9825 * gdb.fortran/vla-value-sub.exp: Likewise.
9826
9827 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9828
9829 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9830
9831 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9832
9833 * i386-biarch-core.exp: Define corefile using
9834 standard_output_file.
9835
9836 2016-02-12 Yao Qi <yao.qi@linaro.org>
9837
9838 * gdb.arch/arm-single-step-kernel-helper.c: New.
9839 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9840
9841 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9842
9843 * gdb.btrace/tailcall-only.exp: New.
9844 * gdb.btrace/tailcall-only.c: New.
9845 * gdb.btrace/x86_64-tailcall-only.S: New.
9846 * gdb.btrace/i686-tailcall-only.S: New.
9847
9848 2016-02-11 Pedro Alves <palves@redhat.com>
9849
9850 * README (Parallel testing): Add missing double quotes.
9851
9852 2016-02-11 Pedro Alves <palves@redhat.com>
9853
9854 * README (Parallel testing): New section.
9855 (GDB_PARALLEL): Rewrite.
9856 (FORCE_PARALLEL): Document.
9857
9858 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9859
9860 * gdb.trace/tfile-avx.c: New test.
9861 * gdb.trace/tfile-avx.exp: New test.
9862
9863 2016-02-09 Keith Seitz <keiths@redhat.com>
9864
9865 PR breakpoints/19546
9866 * gdb.base/infcall-exec.c: New file.
9867 * gdb.base/infcall-exec2.c: New file.
9868 * gdb.base/infcall-exec.exp: New file.
9869
9870 2016-02-09 Keith Seitz <keiths@redhat.com>
9871
9872 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9873 (toplevel): Call test_bkpt_address.
9874
9875 2016-02-09 Keith Seitz <keiths@redhat.com>
9876
9877 PR python/19506
9878 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9879 (toplevel): Call test_bkpt_address.
9880
9881 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9882
9883 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9884 to AC_OUTPUT.
9885 * configure: Regenerate.
9886
9887 2016-02-09 Pedro Alves <palves@redhat.com>
9888
9889 PR breakpoints/19548
9890 * gdb.base/execl-update-breakpoints.c (some_function): New
9891 function.
9892 (main): Call it.
9893 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9894 Tighten expected GDB output.
9895
9896 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9897
9898 * Makefile.in (ALL_SUBDIRS): Remove.
9899 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9900 (distclean maintainer-clean realclean): Likewise.
9901 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9902 * configure: Regenerate.
9903 * gdb.ada/Makefile.in: Delete.
9904 * gdb.arch/Makefile.in: Likewise.
9905 * gdb.asm/Makefile.in: Likewise.
9906 * gdb.base/Makefile.in: Likewise.
9907 * gdb.btrace/Makefile.in: Likewise.
9908 * gdb.cell/Makefile.in: Likewise.
9909 * gdb.compile/Makefile.in: Likewise.
9910 * gdb.cp/Makefile.in: Likewise.
9911 * gdb.disasm/Makefile.in: Likewise.
9912 * gdb.dlang/Makefile.in: Likewise.
9913 * gdb.dwarf2/Makefile.in: Likewise.
9914 * gdb.fortran/Makefile.in: Likewise.
9915 * gdb.gdb/Makefile.in: Likewise.
9916 * gdb.go/Makefile.in: Likewise.
9917 * gdb.guile/Makefile.in: Likewise.
9918 * gdb.java/Makefile.in: Likewise.
9919 * gdb.linespec/Makefile.in: Likewise.
9920 * gdb.mi/Makefile.in: Likewise.
9921 * gdb.modula2/Makefile.in: Likewise.
9922 * gdb.multi/Makefile.in: Likewise.
9923 * gdb.objc/Makefile.in: Likewise.
9924 * gdb.opencl/Makefile.in: Likewise.
9925 * gdb.opt/Makefile.in: Likewise.
9926 * gdb.pascal/Makefile.in: Likewise.
9927 * gdb.perf/Makefile.in: Likewise.
9928 * gdb.python/Makefile.in: Likewise.
9929 * gdb.reverse/Makefile.in: Likewise.
9930 * gdb.server/Makefile.in: Likewise.
9931 * gdb.stabs/Makefile.in: Likewise.
9932 * gdb.threads/Makefile.in: Likewise.
9933 * gdb.trace/Makefile.in: Likewise.
9934 * gdb.xml/Makefile.in: Likewise.
9935 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9936 GDB_PARALLEL.
9937 (standard_output_file): Remove check for GDB_PARALLEL, always
9938 return path in outputs/$subdir/$testname.
9939
9940 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9941
9942 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9943 (site.exp): Assign abs_srcdir to tcl's srcdir.
9944
9945 2016-02-04 Yao Qi <yao.qi@linaro.org>
9946
9947 * gdb.base/foll-exec-mode.c: Include limits.h.
9948 (main): Add parameters argc and argv. Get directory from
9949 argv[0].
9950 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9951 compilation.
9952 * gdb.base/foll-exec.c: Include limits.h.
9953 (main): Add parameters argc and argv.
9954 Get directory from argv[0].
9955 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9956 Adjust tests on the number of lines as source code changed.
9957 * gdb.base/foll-vfork-exit.c: Include limits.h.
9958 (main): Add one line of statement before vfork.
9959 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9960 (main): Add parameters argc and argv. Get directory from
9961 argv[0].
9962 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9963 (setup_gdb): Set tbreak to skip some source lines.
9964 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9965 (main): Add parameters argc and argv. Get directory from
9966 argv[0].
9967 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9968 compilation.
9969 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9970 (main): Add parameters argc and argv. Get directory from
9971 argv[0].
9972 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9973 compilation.
9974
9975 2016-02-01 Doug Evans <dje@google.com>
9976
9977 * gdb.base/skip.exp: Clean up multiple references to same test name.
9978
9979 2016-02-01 Pedro Alves <palves@redhat.com>
9980
9981 PR remote/19496
9982 * gdb.threads/forking-threads-plus-breakpoint.exp
9983 (displaced_stepping_supported): New global.
9984 (probe_displaced_stepping_support): New procedure.
9985 (do_test): Add 'displaced' parameter, and use it.
9986 (top level): Check for displaced stepping support. Add displaced
9987 stepping on/off testing axis.
9988
9989 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9990
9991 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9992 pointer. Don't perform further tests on the unassociated pointer
9993 if the first test fails.
9994
9995 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9996
9997 * gdb.base/max-value-size.c: New file.
9998 * gdb.base/max-value-size.exp: New file.
9999 * gdb.base/huge.exp: Disable max-value-size for this test.
10000
10001 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10002
10003 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10004
10005 2016-01-28 Yao Qi <yao.qi@linaro.org>
10006
10007 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10008
10009 2016-01-25 Pedro Alves <palves@redhat.com>
10010
10011 PR threads/19461
10012 * gdb.base/fork-running-state.c: New file.
10013 * gdb.base/fork-running-state.exp: New file.
10014
10015 2016-01-25 Pedro Alves <palves@redhat.com>
10016
10017 PR gdb/19494
10018 * gdb.base/catch-fork-kill.c: New file.
10019 * gdb.base/catch-fork-kill.exp: New file.
10020
10021 2016-01-25 Pedro Alves <palves@redhat.com>
10022
10023 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10024 Delete, moved to lib/gdb.exp.
10025 * gdb.threads/forking-threads-plus-breakpoint.exp
10026 (foreach_with_prefix): Likewise.
10027 * gdb.threads/process-dies-while-handling-bp.exp
10028 (foreach_with_prefix): Likewise.
10029 * lib/gdb.exp (foreach_with_prefix): New procedure.
10030
10031 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10032
10033 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10034 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10035
10036 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10037
10038 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10039 endian targets.
10040
10041 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10042 Pedro Alves <palves@redhat.com>
10043
10044 Fix testsuite compatibility with Guile.
10045 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10046 number.
10047
10048 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10049
10050 Fix testsuite compatibility with Guile.
10051 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10052 (thread 1): New test for backtrace through signal handler.
10053
10054 2016-01-22 Yao Qi <yao.qi@linaro.org>
10055
10056 PR testsuite/19491
10057 * gdb.base/multi-forks.c: Include
10058 ../lib/unbuffer_output.c
10059 (main): Call gdb_unbuffer_output.
10060
10061 2016-01-21 Doug Evans <dje@google.com>
10062
10063 * lib/ada.exp (gdb_compile_ada): Fix typo.
10064
10065 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10066
10067 * gdb.base/break-fun-addr.exp: New file.
10068 * gdb.base/break-fun-addr1.c: New file.
10069 * gdb.base/break-fun-addr2.c: New file.
10070
10071 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10072
10073 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10074 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10075 enum flag values.
10076
10077 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10078
10079 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10080 when GDB can not set the vector return value. Add more comments
10081 for clarification.
10082
10083 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10084
10085 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10086 command.
10087
10088 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10089
10090 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10091
10092 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10093
10094 * Makefile.in (check-single): Pass --status to runtest.
10095 (check/%.exp): Likewise.
10096
10097 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10098
10099 * Makefile.in (check-parallel): Propagate return code from make
10100 do-check-parallel.
10101
10102 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10103
10104 * gdb.trace/ftrace.exp: Fix expected message on continue.
10105 * gdb.trace/pending.exp: Fix expected message on continue.
10106 * gdb.trace/trace-break.exp: Fix expected message on continue.
10107
10108 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10109
10110 * lib/gdb.exp (gdb_test): Remove unused global references.
10111
10112 2016-01-18 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.base/async-shell.exp: Adjust expected output.
10115 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10116 * gdb.base/siginfo-thread.exp: Adjust expected output.
10117 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10118 * gdb.java/jnpe.exp: Adjust expected output.
10119 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10120 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10121 * gdb.threads/leader-exit.exp: Adjust expected output.
10122 * gdb.threads/manythreads.exp: Adjust expected output.
10123 * gdb.threads/pthreads.exp: Adjust expected output.
10124 * gdb.threads/schedlock.exp: Adjust expected output.
10125 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10126 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10127 expected output.
10128 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10129 output.
10130 * gdb.threads/sigthread.exp: Adjust expected output.
10131 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10132
10133 2016-01-18 Yao Qi <yao.qi@linaro.org>
10134
10135 * gdb.guile/scm-section-script.c: Replace @progbits with
10136 %progbits.
10137 * gdb.python/py-section-script.c: Likewise.
10138
10139 2016-01-15 Pedro Alves <palves@redhat.com>
10140
10141 * gdb.multi/tids.exp: Test star wildcard ranges.
10142
10143 2016-01-15 Pedro Alves <palves@redhat.com>
10144
10145 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10146 command from "thread apply" invocation.
10147 (thr_apply_info_thr_invalid): Default the expected output to the
10148 input tid list.
10149 (top level): Add tests that use convenience variables. Add tests
10150 for "thread apply" with a valid TID list, but missing the command.
10151
10152 2016-01-13 Pedro Alves <palves@redhat.com>
10153
10154 * gdb.base/default.exp: Expect $_gthread as well.
10155 * gdb.multi/tids.exp: Test $_gthread.
10156 * gdb.threads/thread-specific.exp: Test $_gthread.
10157
10158 2016-01-13 Pedro Alves <palves@redhat.com>
10159
10160 * gdb.multi/tids.exp: Test "info threads -gid".
10161
10162 2016-01-13 Pedro Alves <palves@redhat.com>
10163
10164 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10165 Breakpoint.thread.
10166 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10167
10168 2016-01-07 Pedro Alves <palves@redhat.com>
10169
10170 * gdb.base/break.exp: Adjust to output changes.
10171 * gdb.base/hbreak2.exp: Likewise.
10172 * gdb.base/sepdebug.exp: Likewise.
10173 * gdb.base/watch_thread_num.exp: Likewise.
10174 * gdb.linespec/keywords.exp: Likewise.
10175 * gdb.multi/info-threads.exp: Likewise.
10176 * gdb.threads/thread-find.exp: Likewise.
10177 * gdb.multi/tids.c: New file.
10178 * gdb.multi/tids.exp: New file.
10179
10180 2016-01-13 Pedro Alves <palves@redhat.com>
10181
10182 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10183
10184 2016-01-13 Pedro Alves <palves@redhat.com>
10185
10186 * gdb.base/default.exp: Expect $_inferior as well.
10187 * gdb.multi/base.exp: Test $_inferior.
10188
10189 2016-01-13 Pedro Alves <palves@redhat.com>
10190
10191 PR breakpoints/19388
10192 * gdb.base/catch-signal-siginfo-cond.c: New file.
10193 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10194
10195 2016-01-12 Josh Stone <jistone@redhat.com>
10196 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10197
10198 * gdb.base/catch-syscall.c (do_execve): New variable.
10199 (main): Conditionally trigger an execve.
10200 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10201 (test_catch_syscall_execve): New, check entry/return across execve.
10202 (do_syscall_tests): Call test_catch_syscall_execve.
10203
10204 2016-01-12 Pedro Alves <palves@redhat.com>
10205
10206 * gdb.base/random-signal.exp (do_test): New procedure, with body
10207 of testcase moved in.
10208
10209 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10210 Pedro Alves <palves@redhat.com>
10211
10212 * gdb.base/funcargs.exp (finish from indirectly called function):
10213 Reintroduce the case for 'First'.
10214
10215 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10216 Pedro Alves <palves@redhat.com>
10217
10218 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10219 (tcatch_vfork_then_child_follow_exec)
10220 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10221 identification.
10222
10223 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10224
10225 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10226 and repeats to unlimited.
10227 * gdb.python/py-value.exp: Likewise.
10228 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10229 and repeats to unlimited.
10230
10231 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10232
10233 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10234 and reordering the functions.
10235 * gdb.multi/hangout.c: Likewise.
10236 * gdb.multi/hello.c: Likewise.
10237
10238 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10239
10240 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10241 absolute.
10242 (SingleStatisticTestResult.report): Use dict.keys instead of
10243 dict.iterkeys.
10244
10245 2016-01-06 Pedro Alves <palves@redhat.com>
10246
10247 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10248
10249 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10250
10251 * gdb.btrace/dlopen.exp: New.
10252 * gdb.btrace/dlopen.c: New.
10253 * gdb.btrace/dlopen-dso.c: New.
10254
10255 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10256
10257 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10258 PATTERN argument is optional.
10259
10260 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10261
10262 * lib/ada.exp (target_compile_ada_from_dir): New function.
10263 (gdb_compile_ada): Reimplement avoiding the use of project files.
10264 * gdb.ada/gnat_ada.gpr: Delete.
10265 * gdb.ada/cond_lang.exp: Adjust test to make path before
10266 filename optional.
10267 * gdb.ada/small_reg_param.exp: Likewise.
10268
10269 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10270
10271 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10272
10273 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10274
10275 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10276 case.
10277
10278 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10279
10280 * gdb.base/break.exp: Remove dead code.
10281 * gdb.base/sepdebug.exp: Likewise.
10282
10283 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10284
10285 * gdb.asm/asm-source.exp: Remove HP-UX references.
10286 * gdb.base/annota1.exp: Likewise.
10287 * gdb.base/annota3.exp: Likewise.
10288 * gdb.base/attach.exp: Likewise.
10289 * gdb.base/bigcore.exp: Likewise.
10290 * gdb.base/break.exp: Likewise.
10291 * gdb.base/call-ar-st.exp: Likewise.
10292 * gdb.base/callfuncs.exp: Likewise.
10293 * gdb.base/catch-fork-static.exp: Likewise.
10294 * gdb.base/display.exp: Likewise.
10295 * gdb.base/foll-exec-mode.exp: Likewise.
10296 * gdb.base/foll-exec.exp: Likewise.
10297 * gdb.base/foll-fork.exp: Likewise.
10298 * gdb.base/foll-vfork.exp: Likewise.
10299 * gdb.base/funcargs.exp: Likewise.
10300 * gdb.base/hbreak2.exp: Likewise.
10301 * gdb.base/inferior-died.exp: Likewise.
10302 * gdb.base/interrupt.exp: Likewise.
10303 * gdb.base/multi-forks.exp: Likewise.
10304 * gdb.base/nodebug.exp: Likewise.
10305 * gdb.base/sepdebug.exp: Likewise.
10306 * gdb.base/solib1.c: Likewise.
10307 * gdb.base/step-test.exp: Likewise.
10308 * gdb.mi/non-stop.c: Likewise.
10309 * gdb.mi/pthreads.c: Likewise.
10310 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10311 * gdb.threads/pthreads.c: Likewise.
10312 * gdb.threads/staticthreads.exp: Likewise.
10313 * lib/future.exp: Likewise.
10314 * lib/gdb.exp: Likewise.
10315 * gdb.base/so-indr-cl.c: Remove.
10316 * gdb.base/so-indr-cl.exp: Likewise.
10317 * gdb.base/solib.c: Likewise.
10318 * gdb.base/solib.exp: Likewise.
10319 * gdb.base/solib2.c: Likewise.
10320
10321 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10322
10323 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10324 * gdb.base/call-ar-st.exp: Likewise.
10325 * gdb.base/callfuncs.exp: Likewise.
10326 * gdb.base/condbreak.exp: Likewise.
10327 * gdb.base/constvars.exp: Likewise.
10328 * gdb.base/hbreak2.exp: Likewise.
10329 * gdb.base/langs.exp: Likewise.
10330 * gdb.base/list.exp: Likewise.
10331 * gdb.base/long_long.exp: Likewise.
10332 * gdb.base/ptype.exp: Likewise.
10333 * gdb.base/scope.exp: Likewise.
10334 * gdb.base/signals.exp: Likewise.
10335 * gdb.base/so-impl-ld.exp: Likewise.
10336 * gdb.base/varargs.exp: Likewise.
10337 * gdb.base/volatile.exp: Likewise.
10338 * gdb.base/whatis.exp: Likewise.
10339 * gdb.cp/cplusfuncs.exp: Likewise.
10340 * gdb.cp/inherit.exp: Likewise.
10341 * gdb.cp/local.exp: Likewise.
10342 * gdb.cp/member-ptr.exp: Likewise.
10343 * gdb.cp/method.exp: Likewise.
10344 * gdb.cp/overload.exp: Likewise.
10345 * gdb.cp/templates.exp: Likewise.
10346 * gdb.stabs/weird.exp: Likewise.
10347 * lib/compiler.c: Likewise.
10348 * lib/compiler.cc: Likewise.
10349 * lib/cp-support.exp: Likewise.
10350 * lib/gdb.exp: Likewise.
10351
10352 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10353
10354 * configure.ac: Remove HP-UX case.
10355 * configure: Regenerate.
10356
10357 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10358
10359 * lib/gdb.exp (gdb_compile): Add function doc.
10360
10361 2015-12-17 Pedro Alves <palves@redhat.com>
10362
10363 PR threads/19354
10364 * gdb.multi/info-threads.exp: New file.
10365
10366 2015-12-15 Yao Qi <yao.qi@linaro.org>
10367
10368 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10369 is aarch64*-*-*.
10370
10371 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10372
10373 * gdb.base/history-duplicates.exp: Skip if no readline support.
10374
10375 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10376
10377 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10378
10379 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10380
10381 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10382
10383 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10384
10385 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10386 ctrl-C if nointerrupts target property is set.
10387 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10388 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10389 * gdb.base/paginate-bg-execution.exp: Likewise.
10390 * gdb.base/paginate-execution-startup.exp: Likewise.
10391 * gdb.base/random-signal.exp: Likewise.
10392 * gdb.base/range-stepping.exp: Likewise.
10393 * gdb.cp/annota2.exp: Likewise.
10394 * gdb.cp/annota3.exp: Likewise.
10395 * gdb.gdb/selftest.exp: Likewise.
10396 * gdb.threads/continue-pending-status.exp: Likewise.
10397 * gdb.threads/leader-exit.exp: Likewise.
10398 * gdb.threads/manythreads.exp: Likewise.
10399 * gdb.threads/pthreads.exp: Likewise.
10400 * gdb.threads/schedlock.exp: Likewise.
10401 * gdb.threads/sigthread.exp: Likewise.
10402
10403 2015-12-11 Don Breazeal <donb@codesourcery.com>
10404
10405 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10406 remote.
10407 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10408 * gdb.base/foll-exec.exp (main): Enable for target remote.
10409 * gdb.base/foll-fork.exp (main): Likewise.
10410 * gdb.base/foll-vfork.exp (main): Likewise.
10411 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10412 (proc continue_to_exit_bp_loc): Use clean_restart.
10413 * gdb.base/pie-execl.exp (main): Disable for target remote.
10414 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10415 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10416 * gdb.threads/execl.exp (main): Likewise.
10417 * gdb.threads/fork-child-threads.exp (main): Likewise.
10418 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10419 remote.
10420 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10421 remote.
10422 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10423 pid.tid style ptids, instead of just tid.
10424 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10425 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10426 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10427 ptids, instead of just tid.
10428
10429 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10430
10431 * gdb.base/list.exp (test_list_forward): Add end of file error
10432 test.
10433 (test_repeat_list_command): Add end of file error test.
10434 (test_list_backwards): Add beginning of file error test.
10435
10436 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10437
10438 * gdb.base/list.exp (test_list_invalid_args): New function,
10439 defined, and called.
10440
10441 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10442
10443 * gdb.base/list.exp (test_list): Make test names unique.
10444
10445 2015-12-11 Yao Qi <yao.qi@linaro.org>
10446
10447 * gdb.base/coremaker2.c: Remove.
10448
10449 2015-12-10 Pedro Alves <palves@redhat.com>
10450
10451 * gdb.multi/base.exp: Remove stale "spaces" references.
10452
10453 2015-12-10 Pedro Alves <palves@redhat.com>
10454
10455 * gdb.multi/base.exp: Don't use nowarnings.
10456 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10457 * gdb.multi/hangout.c: Include stdio.h.
10458 * gdb.multi/hello.c: Include stdlib.h.
10459 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10460 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10461 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10462
10463 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10464
10465 * gdb.dwarf2/dw2-ranges-base.c: New file.
10466 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10467 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10468 support additional line table, and debug ranges generation.
10469 (Dwarf::ranges): New function, generate .debug_ranges.
10470 (Dwarf::lines): Support generating simple line table programs.
10471 (Dwarf::assemble): Initialise new namespace variables.
10472
10473 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10474
10475 * gdb.base/async.exp (proc test_background): Add case for
10476 asynchronous execution not supported.
10477
10478 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10479
10480 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10481 format and change test names to make them unique.
10482
10483 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10484 Pedro Alves <pedro@redhat.com>
10485
10486 PR gdb/18702
10487 Add checking of floatformats setup on x86_64 hosts.
10488 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10489 (smallval, bigval): New labels/constants.
10490 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10491 float" after loading bigval and smallval.
10492
10493 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10494
10495 * gdb.ada/fun_overload_menu.exp: New testcase.
10496 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10497
10498 2015-12-04 Josh Stone <jistone@redhat.com>
10499
10500 * gdb.base/catch-fork-static.exp: New.
10501
10502 2015-12-03 Yao Qi <yao.qi@linaro.org>
10503
10504 * gdb.base/sizeof.c: Don't include stdio.h and
10505 ../lib/unbuffer_output.c.
10506 (main): New variable 'size' and 'value'. Remove printf and
10507 gdb_unbuffer_output. Assign return value to size and value.
10508 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10509 at the beginning.
10510 (check_sizeof): Check the result by printing variable 'size'.
10511 (check_valueof): Check the result by printing variable 'value'.
10512
10513 2015-12-01 Yao Qi <yao.qi@linaro.org>
10514
10515 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10516 for aarch64*-*-linux* target.
10517
10518 2015-11-30 Pedro Alves <palves@redhat.com>
10519
10520 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10521
10522 2015-11-30 Pedro Alves <palves@redhat.com>
10523
10524 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10525 Handle non-stop mode vCont replies.
10526
10527 2015-11-30 Pedro Alves <palves@redhat.com>
10528
10529 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10530 prepare_for_testing. Start gdb with "set non-stop on" appended to
10531 GDBFLAGS. Lax expected stop output.
10532
10533 2015-11-27 Yao Qi <yao.qi@linaro.org>
10534
10535 * gdb.arch/arm-neon.exp: New.
10536 * gdb.arch/arm-neon.c: New.
10537
10538 2015-11-27 Yao Qi <yao.qi@linaro.org>
10539
10540 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10541
10542 2015-11-27 Yao Qi <yao.qi@linaro.org>
10543
10544 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10545 frames-invalid annotation.
10546
10547 2015-11-27 Yao Qi <yao.qi@linaro.org>
10548
10549 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10550
10551 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10552
10553 * gdb.threads/names.exp: New file.
10554 * gdb.threads/names.c: New file.
10555 * README: Mention gdb,no_thread_names.
10556
10557 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10558
10559 PR 19297
10560 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10561 support" error.
10562
10563 2015-11-24 Pedro Alves <palves@redhat.com>
10564
10565 PR 17539
10566 * gdb.base/display.exp: Expect displays to be sorted in ascending
10567 order. Use multi_line.
10568 * gdb.base/solib-display.exp: Likewise.
10569
10570 2015-11-24 Pedro Alves <palves@redhat.com>
10571
10572 PR 17539
10573 * gdb.base/display.exp: Expect displays to be sorted in ascending
10574 order. Use multi_line.
10575 * gdb.base/solib-display.exp: Likewise.
10576
10577 2015-11-24 Pedro Alves <palves@redhat.com>
10578
10579 PR 17539
10580 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10581 threads in ascending order.
10582 * gdb.base/foll-fork.exp: Likewise.
10583 * gdb.base/foll-vfork.exp: Likewise.
10584 * gdb.base/multi-forks.exp: Likewise.
10585 * gdb.mi/mi-nonstop.exp: Likewise.
10586 * gdb.mi/mi-nsintrall.exp: Likewise.
10587 * gdb.multi/base.exp: Likewise.
10588 * gdb.multi/multi-arch.exp: Likewise.
10589 * gdb.python/py-inferior.exp: Likewise.
10590 * gdb.threads/break-while-running.exp: Likewise.
10591 * gdb.threads/execl.exp: Likewise.
10592 * gdb.threads/gcore-thread.exp: Likewise.
10593 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10594 * gdb.threads/kill.exp: Likewise.
10595 * gdb.threads/linux-dp.exp: Likewise.
10596 * gdb.threads/multiple-step-overs.exp: Likewise.
10597 * gdb.threads/next-bp-other-thread.exp: Likewise.
10598 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10599 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10600 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10601 * gdb.threads/thread-find.exp: Likewise.
10602 * gdb.threads/tls.exp: Likewise.
10603 * lib/mi-support.exp (mi_reverse_list): Delete.
10604 (mi_check_thread_states): No longer reverse list.
10605
10606 2015-11-24 Pedro Alves <palves@redhat.com>
10607
10608 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10609 use lowercase.
10610
10611 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10612
10613 * gdb.trace/actions.c: Include trace-common.h.
10614 (main): Add a location for a fast tracepoint.
10615 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10616 the normal tracepoints.
10617 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10618
10619 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10620
10621 * save-trace.exp: Factor out code to these...
10622 (gdb_save_tracepoints): New.
10623 (gdb_load_tracepoints): New.
10624 (do_save_load_test): New.
10625
10626 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10627
10628 * gdb.base/asmlabel.exp: New test.
10629 * gdb.base/asmlabel.c: New test case.
10630
10631 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10632
10633 * gdb.base/wrong_frame_bt_full-main.c: New file.
10634 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10635 * gdb.base/wrong_frame_bt_full.exp: New file.
10636
10637 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10638
10639 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10640
10641 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10642
10643 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10644 pstate register when comparing registers values in
10645 sparc64-*-linux-gnu targets to avoid spurious differences.
10646
10647 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10648
10649 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10650
10651 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10652
10653 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10654 as type argument to gdb_compile.
10655 * gdb.base/nested-subp2.exp: Likewise.
10656 * gdb.base/nested-subp3.exp: Likewise.
10657
10658 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10659
10660 * lib/dwarf.exp (_note): Fix left shift of negative value.
10661 * gdb.trace/trace-condition.exp: Likewise.
10662
10663 2015-11-13 Yao Qi <yao.qi@linaro.org>
10664
10665 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10666 comments about d10v.
10667 (test_scalar_returns): Likewise.
10668 * gdb.base/d10v.ld: Remove.
10669 * gdb.base/overlays.exp: Remove the target triplet checking for
10670 d10v-*-*.
10671 * gdb.base/structs.exp (test_struct_returns): Remove the
10672 comments about d10v.
10673 (test_struct_calls): Likewise.
10674
10675 2015-11-13 Yao Qi <yao.qi@linaro.org>
10676
10677 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10678 * gdb.base/gnu_vector.c: Don't include stdio.h.
10679 (main): Don't print res and call add_some_intvecs.
10680
10681 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10682
10683 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10684 macro.
10685 (func5): Removed.
10686 (func4): Use FAST_TRACEPOINT_LABEL.
10687 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10688 macro.
10689 (func): Removed.
10690 (thread_function): Use FAST_TRACEPOINT_LABEL.
10691 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10692 (func): Remove.
10693 (marker): Use FAST_TRACEPOINT_LABEL.
10694 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10695 (pendfunc1): Remove.
10696 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10697 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10698 (foo): Remove.
10699 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10700 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10701 macro.
10702 (func): Remove.
10703 (marker): Use FAST_TRACEPOINT_LABEL.
10704 * gdb.trace/trace-common.h: New header.
10705 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10706 macro.
10707 (func): Remove.
10708 (marker): Use FAST_TRACEPOINT_LABEL.
10709 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10710 (func): Remove.
10711 (thread_function): Use FAST_TRACEPOINT_LABEL.
10712
10713 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10714
10715 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10716 in front.
10717 * gdb.trace/change-loc.exp: Use global pcreg definition.
10718 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10719 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10720 in front.
10721 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10722 * gdb.trace/pending.exp: Likewise.
10723 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10724 * gdb.trace/trace-break.exp: Likewise.
10725 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10726 in front.
10727 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10728 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10729 in front.
10730 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10731
10732 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10733
10734 * gdb.ada/fin_fun_out: New testcase.
10735
10736 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10737
10738 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10739 value associated with DW_AT_byte_size.
10740 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10741 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10742 DW_AT_upper_bound.
10743
10744 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10745
10746 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10747 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10748 version.
10749 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10750 gdb.dwarf2/dw2-canonicalize-type.exp,
10751 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10752 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10753 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10754 provided by gdb_target_symbol_prefix_flags_asm.
10755 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10756 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10757 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10758 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10759 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10760 macros where needed). Use this macro for symbols which require
10761 the prefix provided by SYMBOL_PREFIX.
10762
10763 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10764
10765 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10766 New procs.
10767 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10768 representing expressions, of more than one list element.
10769 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10770 to prepend linker symbol prefix to f.
10771 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10772 table_1 and table_2.
10773 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10774 Likewise, for f and g.
10775 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10776 for ptr.
10777 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10778 for main.
10779 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10780 table_1_ptr and table_2_ptr.
10781
10782 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10783 Joel Brobecker <brobecker@adacore.com>
10784
10785 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10786
10787 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10788
10789 * gdb.reverse/s390-mvcle.c: New test.
10790 * gdb.reverse/s390-mvcle.exp: New file.
10791 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10792
10793 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10794
10795 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10796
10797 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10798
10799 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10800 reaching marker2.
10801 * gdb.reverse/getresuid-reverse.exp: Likewise.
10802 * gdb.reverse/pipe-reverse.exp: Likewise.
10803 * gdb.reverse/readv-reverse.exp: Likewise.
10804 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10805 * gdb.reverse/time-reverse.exp: Likewise.
10806 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10807
10808 2015-10-30 Yao Qi <yao.qi@linaro.org>
10809
10810 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10811 (empty_cycle): Remove.
10812 (main): Don't call empty_cycle. Don't use watch_count_done.
10813 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10814 empty_cycle. Rewrite the code counting HW watchpoints.
10815
10816 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10817
10818 * gdb.reverse/fstatat-reverse.c: New test.
10819 * gdb.reverse/fstatat-reverse.exp: New file.
10820 * gdb.reverse/getresuid-reverse.c: New test.
10821 * gdb.reverse/getresuid-reverse.exp: New file.
10822 * gdb.reverse/pipe-reverse.c: New test.
10823 * gdb.reverse/pipe-reverse.exp: New file.
10824 * gdb.reverse/readv-reverse.c: New test.
10825 * gdb.reverse/readv-reverse.exp: New file.
10826 * gdb.reverse/recvmsg-reverse.c: New test.
10827 * gdb.reverse/recvmsg-reverse.exp: New file.
10828 * gdb.reverse/time-reverse.c: New test.
10829 * gdb.reverse/time-reverse.exp: New file.
10830 * gdb.reverse/waitpid-reverse.c: New test.
10831 * gdb.reverse/waitpid-reverse.exp: New file.
10832
10833 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10834
10835 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10836
10837 2015-10-26 Doug Evans <dje@google.com>
10838
10839 PR symtab/17391
10840 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10841 * gdb.dwarf2/bad-regnum.c: New file.
10842 * gdb.dwarf2/bad-regnum.exp: New file.
10843
10844 2015-10-26 Doug Evans <dje@google.com>
10845
10846 PR python/18938
10847 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10848 file.
10849
10850 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10851
10852 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10853 for a change by "Mention language in compile error message".
10854
10855 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10856
10857 PR python/18073
10858 * gdb.python/py-type.c (C::a_method): New.
10859 (C::a_const_method): New.
10860 (C::a_static_method): New.
10861 (a_function): New.
10862 * gdb.python/py-type.exp (test_fields): Test getting fields
10863 from function and method.
10864
10865 2015-10-21 Keven Boell <keven.boell@intel.com>
10866
10867 * gdb.fortran/vla-alloc-assoc.exp: New file.
10868 * gdb.fortran/vla-datatypes.exp: New file.
10869 * gdb.fortran/vla-datatypes.f90: New file.
10870 * gdb.fortran/vla-history.exp: New file.
10871 * gdb.fortran/vla-ptype-sub.exp: New file.
10872 * gdb.fortran/vla-ptype.exp: New file.
10873 * gdb.fortran/vla-sizeof.exp: New file.
10874 * gdb.fortran/vla-sub.f90: New file.
10875 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10876 * gdb.fortran/vla-value-sub-finish.exp: New file.
10877 * gdb.fortran/vla-value-sub.exp: New file.
10878 * gdb.fortran/vla-value.exp: New file.
10879 * gdb.fortran/vla-ptr-info.exp: New file.
10880 * gdb.mi/mi-vla-fortran.exp: New file.
10881 * gdb.mi/vla.f90: New file.
10882
10883 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10884
10885 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10886 of hardwired timeout value.
10887
10888 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10889 Pedro Alves <palves@redhat.com>
10890
10891 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10892 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10893
10894 2015-10-19 Josh Stone <jistone@redhat.com>
10895
10896 * gdb.base/catch-syscall.c: Include <sched.h>.
10897 (unknown_syscall): New variable.
10898 (main): Trigger a vfork and an unknown syscall.
10899 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10900 (unknown_syscall_number): Likewise.
10901 (check_call_to_syscall): Accept an optional syscall pattern.
10902 (check_return_from_syscall): Likewise.
10903 (check_continue): Likewise.
10904 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10905 (test_catch_syscall_skipping_return): New test toggling off 'catch
10906 syscall' to step over the syscall return, then toggling back on.
10907 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10908 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10909 (do_syscall_tests): Call test_catch_syscall_without_args and
10910 test_catch_syscall_mid_vfork.
10911 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10912 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10913
10914 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10915
10916 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10917 print g_vE): Add new pass patterns.
10918 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10919 print various symbol names for vptr fields.
10920
10921 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10922
10923 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10924 results.
10925
10926 2015-10-12 Yao Qi <yao.qi@linaro.org>
10927
10928 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10929
10930 2015-10-12 Yao Qi <yao.qi@linaro.org>
10931
10932 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10933 is aarch64*-*-linux*.
10934
10935 2015-10-12 Yao Qi <yao.qi@linaro.org>
10936
10937 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10938 (can_relocate_bcond_true): ... it.
10939 (can_relocate_bcond_false): New function.
10940 (foo): Likewise.
10941 (can_relocate_bl): Likewise.
10942 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10943 can_relocate_bl.
10944
10945 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10946
10947 * gdb.base/nested-addr.c: New file.
10948 * gdb.base/nested-addr.exp: New testcase.
10949
10950 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10951
10952 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10953 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10954 its output. Ignore the output of "record goto begin" and instead
10955 check that GDB is replaying.
10956
10957 2015-10-09 Pedro Alves <palves@redhat.com>
10958
10959 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10960 (top level): Use it in the run with no args test.
10961
10962 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10963
10964 * gdb.dlang/properties.exp: New file.
10965
10966 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10967
10968 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10969 whether or not address 0x1000 is mapped on the target.
10970
10971 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10972
10973 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10974 build.
10975
10976 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10977
10978 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10979 instruction-history test.
10980
10981 2015-09-28 Doug Evans <dje@google.com>
10982
10983 * gdb.base/gcore.c (array_func): Add reference to static_array.
10984
10985 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10986
10987 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10988 source line.
10989
10990 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10991
10992 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10993 short or char as base type.
10994
10995 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10996
10997 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10998 to allow any size enum.
10999
11000 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11001
11002 * gdb.ada/array_ptr_renaming.exp: New testcase.
11003 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11004 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11005
11006 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11007
11008 * gdb.trace/ftrace-lock.c: New file.
11009 * gdb.trace/ftrace-lock.exp: New file.
11010
11011 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11012
11013 * gdb.arch/insn-reloc.c: New file.
11014 * gdb.arch/ftrace-insn-reloc.exp: New file.
11015
11016 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11017
11018 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11019 instruction.
11020 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11021 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11022 * gdb.trace/range-stepping.c: Likewise.
11023 * gdb.trace/trace-break.c: Likewise.
11024 * gdb.trace/trace-mt.c (thread_function): Likewise.
11025 * gdb.trace/ftrace.c (marker): Likewise.
11026 * gdb.trace/trace-condition.c (marker): Likewise.
11027 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11028 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11029 is_aarch64_target.
11030
11031 2015-09-18 Doug Evans <xdje42@gmail.com>
11032
11033 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11034 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11035
11036 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11037
11038 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11039 the breakpoint.
11040
11041 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11042
11043 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11044 the pending breakpoint. Remove timeout override for "Run till
11045 MI pending breakpoint on pendfunc3 on thread 2" test.
11046
11047 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11048
11049 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11050 filename pattern.
11051
11052 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11053
11054 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11055 in breakpoint filename pattern.
11056
11057 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11058
11059 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11060
11061 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11062
11063 * gdb.linespec/explicit.exp: Check for readline support for
11064 tab-completion tests. Fix obvious typo.
11065
11066 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11067
11068 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11069 and replay.
11070
11071 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11072
11073 * gdb.btrace/non-stop.c: New.
11074 * gdb.btrace/non-stop.exp: New.
11075
11076 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11077 Yao Qi <yao.qi@linaro.org>
11078
11079 * gdb.trace/trace-condition.c: New file.
11080 * gdb.trace/trace-condition.exp: New file.
11081
11082 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11083
11084 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11085 for testing bytecode compilation.
11086
11087 2015-09-16 Pedro Alves <palves@redhat.com>
11088 Sandra Loosemore <sandra@codesourcery.com>
11089
11090 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11091 (SECONDS): Redefine.
11092 (main): Call pthread_kill and alarm early.
11093 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11094 support.
11095 (test): If the target can't hardware step and doesn't support
11096 displaced stepping, increase the timeout.
11097
11098 2015-09-16 Pedro Alves <palves@redhat.com>
11099
11100 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11101 (enable_debug): New procedures.
11102 (test): Use them. Bail out if waiting for threads fails.
11103 (top level): Bail out if a test fails.
11104
11105 2015-09-16 Yao Qi <yao.qi@linaro.org>
11106
11107 * gdb.asm/asm-source.exp: Set asm-arch for
11108 aarch64*-*-* target.
11109 * gdb.asm/aarch64.inc: New file.
11110
11111 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11112
11113 * gdb.ada/array_of_variable_length.exp: New testcase.
11114 * gdb.ada/array_of_variable_length/foo.adb: New file.
11115 * gdb.ada/array_of_variable_length/pck.adb: New file.
11116 * gdb.ada/array_of_variable_length/pck.ads: New file.
11117
11118 2015-09-15 Doug Evans <dje@google.com>
11119
11120 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11121 of function static local variable.
11122
11123 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11124
11125 * gdb.threads/tls-so_extern.exp: New test file.
11126 * gdb.threads/tls-so_extern.c: New test file.
11127 * gdb.threads/tls-so_extern_main.c: New test file.
11128
11129 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11130
11131 * gdb.opt/solib-intra-step-lib.c: New file.
11132 * gdb.opt/solib-intra-step-main.c: New file.
11133 * gdb.opt/solib-intra-step.exp: New file.
11134
11135 2015-09-15 Pedro Alves <palves@redhat.com>
11136
11137 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11138 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11139
11140 2015-09-14 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.base/hook-stop-continue.c: Delete.
11143 * gdb.base/hook-stop-continue.exp: Delete.
11144 * gdb.base/hook-stop-frame.c: Delete.
11145 * gdb.base/hook-stop-frame.exp: Delete.
11146 * gdb.base/hook-stop.c: New file.
11147 * gdb.base/hook-stop.exp: New file.
11148
11149 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11150
11151 * gdb.ada/access_to_packed_array.exp: New testcase.
11152 * gdb.ada/access_to_packed_array/foo.adb: New file.
11153 * gdb.ada/access_to_packed_array/pack.adb: New file.
11154 * gdb.ada/access_to_packed_array/pack.ads: New file.
11155
11156 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11157
11158 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11159 buffer size test.
11160
11161 2015-09-11 Don Breazeal <donb@codesourcery.com>
11162
11163 * gdb.base/foll-exec.c: Add copyright header. Fix
11164 formatting issues.
11165 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11166 (do_exec_tests): Use clean_restart in place of zap_session,
11167 and for test initialization. Fix formatting issues. Use
11168 fail in place of perror.
11169 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11170 an expect statement to match an expression with output from
11171 the program under debug.
11172 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11173 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11174 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11175 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11176 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11177
11178 2015-09-09 Doug Evans <dje@google.com>
11179
11180 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11181
11182 2015-09-09 Doug Evans <dje@google.com>
11183
11184 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11185
11186 2015-09-09 Doug Evans <dje@google.com>
11187
11188 * gdb.base/savedregs.exp: Fix typo.
11189
11190 2015-09-09 Pedro Alves <palves@redhat.com>
11191
11192 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11193
11194 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11195
11196 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11197 command actually switches threads. Give up on remaining
11198 tests if target fails to stop at breakpoint.
11199
11200 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11201
11202 * gdb.ada/funcall_char.exp: New testcase.
11203 * gdb.ada/funcall_char/foo.adb: New file.
11204
11205 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11206
11207 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11208 expected outputs. Add two testcases for completing ambiguous
11209 functions.
11210 * gdb.ada/complete/aux_pck.adb: New file.
11211 * gdb.ada/complete/aux_pck.ads: New file.
11212 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11213 Ambiguous_Func functions.
11214 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11215 * gdb.ada/complete/pck.adb: Likewise.
11216
11217 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11218
11219 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11220 failures to run the test program under GDB.
11221
11222 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11223
11224 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11225 to C.
11226
11227 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11228
11229 * gdb.base/run-after-attach.exp: New test file.
11230 * gdb.base/run-after-attach.c: New test file.
11231
11232 2015-08-26 Don Breazeal <donb@codesourcery.com>
11233
11234 * gdb.base/foll-exec-2.c: New test program.
11235 * gdb.base/foll-exec-2.exp: New test.
11236
11237 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11238
11239 * gdb.base/nested-subp1.exp: New file.
11240 * gdb.base/nested-subp1.c: New file.
11241 * gdb.base/nested-subp2.exp: New file.
11242 * gdb.base/nested-subp2.c: New file.
11243 * gdb.base/nested-subp3.exp: New file.
11244 * gdb.base/nested-subp3.c: New file.
11245
11246 2015-08-24 Pedro Alves <palves@redhat.com>
11247
11248 * gdb.server/connect-without-multi-process.c: New file.
11249 * gdb.server/connect-without-multi-process.exp: New file.
11250
11251 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11252
11253 * gdb.opt/inline-markers.c: Make z int.
11254
11255 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11256
11257 * gdb.opt/inline-markers.c: Make z volatile.
11258
11259 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11260
11261 * gdb.opt/inline-bt.c: New volatile global z.
11262 * gdb.opt/inline-cmds.c: Likewise.
11263 * gdb.opt/inline-locals.c: Likewise.
11264 * gdb.opt/inline-markers.c: New extern global z.
11265 (marker): Use z.
11266 (inline_fn): Likewise.
11267
11268 2015-08-24 Pedro Alves <palves@redhat.com>
11269
11270 * config/m32r-stub.exp: Remove file.
11271 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11272 * gdb.base/call-rt-st.exp: Likewise.
11273 * gdb.base/call-strs.exp: Likewise.
11274 * gdb.base/default.exp: Remove references to h8300-*-hms and
11275 *-*-udi*.
11276 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11277
11278 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11279
11280 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11281 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11282 and "return" use KFAIL when GDB can not read/write the vector
11283 return value.
11284
11285 2015-08-21 Gary Benson <gbenson@redhat.com>
11286
11287 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11288
11289 2015-08-20 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.server/solib-list.exp: No longer expect an interior stop in
11292 non-stop mode.
11293
11294 2015-08-20 Pedro Alves <palves@redhat.com>
11295
11296 * gdb.server/connect-stopped-target.c: New file.
11297 * gdb.server/connect-stopped-target.exp: New file.
11298
11299 2015-08-20 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.dwarf2/comp-unit-lang.exp: New file.
11302 * gdb.dwarf2/comp-unit-lang.c: New file.
11303
11304 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11305
11306 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11307 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11308
11309 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11310
11311 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11312 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11313
11314 2015-08-18 Doug Evans <dje@google.com>
11315 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11316
11317 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11318 skip_python_tests. New arg prompt_regexp.
11319 (skip_python_tests): New function.
11320 * lib/mi-support.exp (mi_skip_python_tests): New function.
11321 * gdb.python/py-mi-objfile-gdb.py: New file.
11322 * gdb.python/py-mi-objfile.c: New file.
11323 * gdb.python/py-mi-objfile.exp: New file.
11324
11325 2015-08-17 Keith Seitz <keiths@redhat.com>
11326
11327 * gdb.linespec/explicit.exp: Move strace test from here ...
11328 * gdb.trace/strace.exp: ... to here.
11329
11330 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11331
11332 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11333 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11334
11335 2015-08-14 Doug Evans <xdje42@gmail.com>
11336
11337 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11338 inferior before selecting a new file.
11339
11340 2015-08-14 Doug Evans <xdje42@gmail.com>
11341
11342 * gdb.mi/mi-disassemble.exp: Update.
11343 * gdb.base/disasm-optim.S: New file.
11344 * gdb.base/disasm-optim.c: New file.
11345 * gdb.base/disasm-optim.h: New file.
11346 * gdb.base/disasm-optim.exp: New file.
11347
11348 2015-08-14 Keith Seitz <keiths@redhat.com>
11349
11350 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11351 "evaluated-by".
11352
11353 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11354
11355 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11356
11357 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11358
11359 * gdb.ada/fun_renaming.exp: New testcase.
11360 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11361 * gdb.ada/fun_renaming/pack.adb: New file.
11362 * gdb.ada/fun_renaming/pack.ads: New file.
11363
11364 2015-08-12 Keith Seitz <keiths@redhat.com>
11365
11366 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11367 gdb_get_line_number.
11368
11369 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11370
11371 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11372 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11373 gdb.base/dso2dso.exp: New files.
11374
11375 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11376 Pedro Alves <palves@redhat.com>
11377 Keith Seitz <keiths@redhat.com>
11378
11379 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11380 GDBFLAGS.
11381
11382 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11383
11384 * gdb.base/gdbhistsize-history.exp
11385 (test_histsize_history_setting): Use save_vars.
11386 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11387 Use save_vars.
11388 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11389 * gdb.base/readline.exp: Use save_vars.
11390
11391 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11392
11393 * lib/gdb.exp (save_vars): New proc.
11394
11395 2015-08-11 Keith Seitz <keiths@redhat.com>
11396
11397 * gdb.base/help.exp: Update help_breakpoint_text.
11398
11399 2015-08-11 Keith Seitz <keiths@redhat.com>
11400
11401 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11402 (at toplevel): Call test_explicit_breakpoints.
11403 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11404 breakpoints.
11405 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11406 breakpoint conditions, "-cond".
11407
11408 2015-08-11 Keith Seitz <keiths@redhat.com>
11409
11410 * gdb.linespec/3explicit.c: New file.
11411 * gdb.linespec/cpexplicit.cc: New file.
11412 * gdb.linespec/cpexplicit.exp: New file.
11413 * gdb.linespec/explicit.c: New file.
11414 * gdb.linespec/explicit.exp: New file.
11415 * gdb.linespec/explicit2.c: New file.
11416 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11417 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11418 before using in the matching pattern.
11419 Clarify that `prefix' is a regular expression.
11420
11421 2015-08-11 Keith Seitz <keiths@redhat.com>
11422
11423 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11424 test.
11425 Add tests for missing ",FMT" and ",".
11426
11427 2015-08-10 Doug Evans <dje@google.com>
11428 Keith Seitz <keiths@redhat.com>
11429
11430 PR gdb/17960
11431 * gdb.base/completion.exp: Add location completer tests.
11432
11433 2015-08-07 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11436 tests here.
11437 (top level): Run do_test with and without displaced stepping.
11438
11439 2015-08-07 Pedro Alves <palves@redhat.com>
11440
11441 * gdb.base/valgrind-disp-step.c: New file.
11442 * gdb.base/valgrind-disp-step.exp: New file.
11443
11444 2015-08-07 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11447 Delete function.
11448 (main): Add alarm. Run an infinite loop instead of calling
11449 wait_threads.
11450 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11451 comment.
11452 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11453 Delete function.
11454 (main): Add alarm. Run an infinite loop instead of calling
11455 wait_threads.
11456 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11457 comment.
11458
11459 2015-08-07 Pedro Alves <palves@redhat.com>
11460
11461 * gdb.base/checkpoint-ns.exp: New file.
11462 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11463 standard_testfile.
11464
11465 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11466
11467 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11468 * gdb.btrace/instruction_history.exp: Update.
11469 * gdb.btrace/tsx.exp: New.
11470 * gdb.btrace/tsx.c: New.
11471
11472 2015-08-06 Pedro Alves <palves@redhat.com>
11473
11474 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11475 increase timeout.
11476 * gdb.reverse/until-precsave.exp: Bump timeouts.
11477
11478 2015-08-06 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11481
11482 2015-08-06 Pedro Alves <palves@redhat.com>
11483
11484 PR gdb/18749
11485 * gdb.threads/process-dies-while-handling-bp.c: New file.
11486 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11487
11488 2015-08-06 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11491 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11492
11493 2015-08-05 Pedro Alves <palves@redhat.com>
11494
11495 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11496 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11497
11498 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11499
11500 * gdb.base/bp-permanent.exp: Report test as unsupported if
11501 the target cannot stop at the permanent breakpoint.
11502
11503 2015-08-03 Doug Evans <dje@google.com>
11504
11505 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11506 10000.
11507
11508 2015-08-03 Doug Evans <dje@google.com>
11509
11510 * Makefile.in (workers/%.worker, build-perf): New rule.
11511 (GDB_PERFTEST_MODE): New variable.
11512 (check-perf): Use it.
11513 (clean): Clean up gdb.perf parallel build subdirs.
11514 * lib/build-piece.exp: New file.
11515 * lib/gdb.exp (make_gdb_parallel_path): New function
11516 (standard_output_file, standard_temp_file): Call it.
11517 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11518 of $GDB_PARALLEL.
11519 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11520
11521 2015-08-03 Doug Evans <dje@google.com>
11522
11523 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11524 (LOG_FILE_NAME): New global.
11525 (TextReporter.__init__): Initialize self.txt_sum.
11526 (TextReporter.report): Add support for multiple data-points.
11527 Move report to perftest.sum, put raw data in perftest.log.
11528 (TextReporter.start): Open sum and log files.
11529 (TextReporter.end): Close sum and log files.
11530 * gdb.perf/lib/perftest/testresult.py
11531 (SingleStatisticTestResult.record): Handle multiple data-points.
11532
11533 2015-07-31 Pedro Alves <palves@redhat.com>
11534
11535 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11536 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11537 kill_wait_spawned_process instead of explicit "kill -9".
11538 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11539 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11540 kill_wait_spawned_process.
11541 * gdb.base/attach-twice.exp: Likewise.
11542 * gdb.base/attach.exp: Likewise.
11543 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11544 gdb_test_multiple.
11545 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11546 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11547 kill_wait_spawned_process.
11548 * gdb.base/valgrind-infcall.exp: Likewise.
11549 * gdb.multi/multi-attach.exp: Likewise.
11550 * gdb.python/py-prompt.exp: Likewise.
11551 * gdb.python/py-sync-interp.exp: Likewise.
11552 * gdb.server/ext-attach.exp: Likewise.
11553 * gdb.threads/attach-into-signal.exp (corefunc): Use
11554 spawn_wait_for_attach, spawn_id_get_pid and
11555 kill_wait_spawned_process.
11556 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11557 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11558 spawn_id_get_pid and kill_wait_spawned_process.
11559 * gdb.threads/attach-stopped.exp (corefunc): Use
11560 spawn_wait_for_attach, spawn_id_get_pid and
11561 kill_wait_spawned_process.
11562 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11563 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11564 kill_wait_spawned_process instead of explicit "kill -9".
11565 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11566 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11567 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11568 processes. Don't map cygwin/windows pids here. Now returns a
11569 spawn id list.
11570
11571 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11572
11573 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11574 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11575 correct patch.
11576
11577 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11578
11579 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11580
11581 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11582
11583 Reapply:
11584 2014-05-21 Mark Wielaard <mjw@redhat.com>
11585
11586 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11587
11588 2015-07-30 Pedro Alves <palves@redhat.com>
11589
11590 * linux-low.c (handle_extended_wait): Set the child's last
11591 reported status to TARGET_WAITKIND_STOPPED.
11592
11593 2015-07-30 Pedro Alves <palves@redhat.com>
11594
11595 PR threads/18600
11596 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11597 only shows inferior 1.
11598
11599 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11600 Pedro Alves <palves@redhat.com>
11601
11602 PR threads/18600
11603 * gdb.threads/fork-plus-threads.c: New file.
11604 * gdb.threads/fork-plus-threads.exp: New file.
11605
11606 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11607
11608 * gdb.base/batch-preserve-term-settings.exp
11609 (test_terminal_settings_preserved_after_cli_exit): Use
11610 send_quit_command.
11611
11612 2015-07-29 Pedro Alves <palves@redhat.com>
11613 Don Breazeal <donb@codesourcery.com>
11614
11615 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11616 output from both inferior_spawn_id and gdb_spawn_id.
11617
11618 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11619
11620 * gdb.threads/attach-into-signal.exp (corefunc): Use
11621 with_test_prefix on nested loops, uniquefying the test messages.
11622
11623 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11624
11625 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11626 commit.
11627
11628 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11629
11630 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11631 New proc.
11632 (test_terminal_settings_preserved_after_sigterm): New test.
11633
11634 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11635
11636 * gdb.base/batch-preserve-term-settings.exp
11637 (test_terminal_settings_preserved_after_cli_exit): New test.
11638
11639 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11640
11641 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11642 manipulation of saved_gdbflags.
11643 (test_terminal_settings_preserved): Remove global declaration of
11644 the unused variable pagination_prompt. Remove manipulation of
11645 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11646 GDBFLAGS.
11647
11648 2015-07-29 Pedro Alves <palves@redhat.com>
11649
11650 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11651
11652 2015-07-29 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11655 at the top.
11656
11657 2015-07-29 Pedro Alves <palves@redhat.com>
11658
11659 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11660 (main): Call gdb_unbuffer_output.
11661 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11662 (main): Call gdb_unbuffer_output.
11663 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11664 (main): Call gdb_unbuffer_output.
11665 * gdb.base/call-strs.exp: Adjust to step over the
11666 gdb_unbuffer_output call.
11667 * gdb.base/catch-gdb-caused-signals.c: Include
11668 "../lib/unbuffer_output.c".
11669 (main): Call gdb_unbuffer_output.
11670 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11671 (main): Call gdb_unbuffer_output.
11672 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11673 (main): Call gdb_unbuffer_output.
11674 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11675 (main): Call gdb_unbuffer_output.
11676 * gdb.base/shlib-call.exp: Adjust to step over the
11677 gdb_unbuffer_output call.
11678 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11679 (main): Call gdb_unbuffer_output.
11680 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11681 (main): Call gdb_unbuffer_output.
11682 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11683 (main): Rename to ...
11684 (test): ... this.
11685 (main): Reimplement.
11686 * gdb.base/varargs.exp: Run to test instead of to main.
11687 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11688 (main): Call gdb_unbuffer_output.
11689
11690 2015-07-29 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11693 factore out from mi_continue_dprintf. For call-style dprintfs,
11694 expect dprintf output out of $inferior_spawn_id.
11695 (mi_continue_dprintf): Use mi_expect_dprintf.
11696 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11697 (main): Call gdb_unbuffer_output.
11698
11699 2015-07-29 Pedro Alves <palves@redhat.com>
11700
11701 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11702 (default_mi_gdb_start): Set inferior_spawn_id instead of
11703 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11704 gdb_spawn_id.
11705 (mi_gdb_test): Always expect inferior output from both
11706 $inferior_spawn_id and $gdb_spawn_id.
11707
11708 2015-07-29 Pedro Alves <palves@redhat.com>
11709
11710 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11711 send_inferior and $inferior_spawn_id.
11712
11713 2015-07-29 Pedro Alves <palves@redhat.com>
11714
11715 * gdb.gdb/complaints.exp (test_initial_complaints)
11716 (test_serial_complaints, test_short_complaints): Use
11717 gdb_test_stdio.
11718 (test_empty_complaint): Handle $inferior_spawn_id !=
11719 $gdb_spawn_id.
11720
11721 2015-07-29 Pedro Alves <palves@redhat.com>
11722
11723 * gdb.base/varargs.exp: Use gdb_test_stdio.
11724
11725 2015-07-29 Pedro Alves <palves@redhat.com>
11726
11727 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11728
11729 2015-07-29 Pedro Alves <palves@redhat.com>
11730
11731 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11732
11733 2015-07-29 Pedro Alves <palves@redhat.com>
11734
11735 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11736 parameter into two new parameters, "inf_result" and "gdb_result".
11737 Expect inferior output and gdb output from $inferior_spawn_id and
11738 $gdb_spawn_id, respectively. Adjust all callers.
11739
11740 2015-07-29 Pedro Alves <palves@redhat.com>
11741
11742 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11743 of gdb_test_sequence.
11744
11745 2015-07-29 Pedro Alves <palves@redhat.com>
11746
11747 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11748 (saw_spurious_output): Expect inferior output from
11749 $inferior_spawn_id. Use gdb_test_stdio.
11750
11751 2015-07-29 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.base/dprintf.exp: Use standard_testfile. Change
11754 prepare_for_testing call.
11755 (srcfile): Don't set.
11756 (restart): New procedure.
11757 (test_dprintf): New procecure, use to continue over dprintfs.
11758 (test_call, test_agent): New procedures, tests moved here.
11759 Restart gdb and recreate dprintfs. Adjust expected output.
11760
11761 2015-07-29 Pedro Alves <palves@redhat.com>
11762
11763 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11764
11765 2015-07-29 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11768
11769 2015-07-29 Pedro Alves <palves@redhat.com>
11770
11771 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11772 gdb_test_stdio.
11773
11774 2015-07-29 Pedro Alves <palves@redhat.com>
11775
11776 * lib/gdb.exp (gdb_test_stdio): New procedure.
11777
11778 2015-07-29 Pedro Alves <palves@redhat.com>
11779
11780 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11781
11782 2015-07-29 Pedro Alves <palves@redhat.com>
11783
11784 * gdb.base/call-signal-resume.exp: Remove check for
11785 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11786 * gdb.base/unwindonsignal.exp: Likewise.
11787 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11788 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11789
11790 2015-07-29 Pedro Alves <palves@redhat.com>
11791
11792 * gdb.base/siginfo-addr.c (pass): New function.
11793 (handler): Call it iff si_addr is correct.
11794 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11795 Set a breakpoint at "pass" and continue to it.
11796
11797 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11798
11799 * gdb.python/py-objfile.exp: Make some tests have unique names.
11800 * gdb.python/py-pp-registration.exp: Likewise.
11801
11802 2015-07-28 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11805
11806 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11807
11808 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11809
11810 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11811
11812 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11813
11814 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11815
11816 * gdb.base/gdb-sigterm-2.exp: New test.
11817
11818 2015-07-25 Doug Evans <xdje42@gmail.com>
11819
11820 Revert:
11821 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11822 (workers/%.worker, build-perf): New rule.
11823 (GDB_PERFTEST_MODE): New variable.
11824 (check-perf): Use it.
11825 (clean): Clean up gdb.perf parallel build subdirs.
11826 * lib/build-piece.exp: New file.
11827 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11828 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11829 name.
11830 (standard_temp_file): Ditto.
11831 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11832 of $GDB_PARALLEL.
11833
11834 2015-07-24 Doug Evans <dje@google.com>
11835
11836 * gdb.perf/lib/perftest/utils.py: New file.
11837 * gdb.perf/gm-hello.cc: New file.
11838 * gdb.perf/gm-pervasive-typedef.cc: New file.
11839 * gdb.perf/gm-pervasive-typedef.h: New file.
11840 * gdb.perf/gm-std.cc: New file.
11841 * gdb.perf/gm-std.h: New file.
11842 * gdb.perf/gm-use-cerr.cc: New file.
11843 * gdb.perf/gm-utils.h: New file.
11844 * gdb.perf/gmonster-null-lookup.py: New file.
11845 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11846 * gdb.perf/gmonster-print-cerr.py: New file.
11847 * gdb.perf/gmonster-ptype-string.py: New file.
11848 * gdb.perf/gmonster-runto-main.py: New file.
11849 * gdb.perf/gmonster-select-file.py: New file.
11850 * gdb.perf/gmonster1-null-lookup.exp: New file.
11851 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11852 * gdb.perf/gmonster1-print-cerr.exp: New file.
11853 * gdb.perf/gmonster1-ptype-string.exp: New file.
11854 * gdb.perf/gmonster1-runto-main.exp: New file.
11855 * gdb.perf/gmonster1-select-file.exp: New file.
11856 * gdb.perf/gmonster1.cc: New file.
11857 * gdb.perf/gmonster1.exp: New file.
11858 * gdb.perf/gmonster2-null-lookup.exp: New file.
11859 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11860 * gdb.perf/gmonster2-print-cerr.exp: New file.
11861 * gdb.perf/gmonster2-ptype-string.exp: New file.
11862 * gdb.perf/gmonster2-runto-main.exp: New file.
11863 * gdb.perf/gmonster2-select-file.exp: New file.
11864 * gdb.perf/gmonster2.cc: New file.
11865 * gdb.perf/gmonster2.exp: New file.
11866
11867 2015-07-24 Doug Evans <dje@google.com>
11868
11869 * gdb.perf/README: New file.
11870 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11871 * lib/gen-perf-test.exp: New file.
11872
11873 2015-07-24 Doug Evans <dje@google.com>
11874
11875 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11876 (PerfTest::startup): New function.
11877 (PerfTest::run): Return result of calling body.
11878 (PerfTest::assemble): Rewrite.
11879 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11880 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11881 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11882 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11883 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11884
11885 2015-07-24 Doug Evans <dje@google.com>
11886
11887 * lib/gdb.exp (clean_restart): Make executable optional.
11888
11889 2015-07-24 Doug Evans <dje@google.com>
11890
11891 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11892 compiler_info references.
11893 * gdb.cp/temargs.exp: Ditto.
11894 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11895 (get_compiler_info): Early exit if already computed. Set compiler_info
11896 to "unknown" if there was a problem.
11897 (test_compiler_info): Add function comment. Call get_compiler_info.
11898
11899 2015-07-24 Doug Evans <dje@google.com>
11900
11901 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11902 (workers/%.worker, build-perf): New rule.
11903 (GDB_PERFTEST_MODE): New variable.
11904 (check-perf): Use it.
11905 (clean): Clean up gdb.perf parallel build subdirs.
11906 * lib/build-piece.exp: New file.
11907 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11908 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11909 name.
11910 (standard_temp_file): Ditto.
11911 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11912 of $GDB_PARALLEL.
11913
11914 2015-07-24 Doug Evans <dje@google.com>
11915
11916 * lib/future.exp (gdb_default_target_compile): New option
11917 "early_flags".
11918 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11919 --as-needed.
11920
11921 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11922
11923 * gdb.base/catch-syscall.exp: Call gdb_exit before
11924 gdb_skip_xml_test.
11925
11926 2015-07-24 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.python/py-events.exp: Accept output between the stop event
11929 and the prompt.
11930 * gdb.python/py-evsignal.exp: Likewise.
11931 * gdb.python/py-evthreads.exp: Likewise.
11932
11933 2015-07-24 Pedro Alves <palves@redhat.com>
11934
11935 PR gdb/18717
11936 * gdb.threads/non-ldr-exit.c: New file.
11937 * gdb.threads/non-ldr-exit.exp: New file.
11938
11939 2015-07-24 Yao Qi <yao.qi@linaro.org>
11940
11941 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11942 restarting process.
11943
11944 2015-07-24 Yao Qi <yao.qi@linaro.org>
11945
11946 * gdb.server/ext-restart.exp: New file.
11947
11948 2015-07-24 Yao Qi <yao.qi@linaro.org>
11949
11950 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11951 argument options.
11952 * gdb.server/ext-wrapper.exp: New file.
11953
11954 2015-07-23 Doug Evans <dje@google.com>
11955
11956 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11957 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11958
11959 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11960
11961 * gdb.ada/var_arr_typedef.exp: New testcase.
11962 * gdb.ada/var_arr_typedef/pack.adb: New file.
11963 * gdb.ada/var_arr_typedef/pack.ads: New file.
11964 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11965
11966 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11967
11968 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11969
11970 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11971
11972 * gdb.arch/i386-biarch-core.exp: Replace istarget
11973 by "complete set gnutarget". Remove expectation for the "core-file"
11974 command.
11975
11976 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11977
11978 Revert the previous commit:
11979 Tests for validate symbol file using build-id.
11980
11981 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11982
11983 Tests for validate symbol file using build-id.
11984 * gdb.base/solib-mismatch-lib.c: New file.
11985 * gdb.base/solib-mismatch-libmod.c: New file.
11986 * gdb.base/solib-mismatch.c: New file.
11987 * gdb.base/solib-mismatch.exp: New file.
11988
11989 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11990
11991 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11992 nios2-*-linux*.
11993 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11994 * gdb.base/siginfo.exp: Likewise.
11995 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11996
11997 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11998
11999 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12000 Move it to ...
12001 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12002 ... here.
12003 * gdb.trace/range-stepping.exp: Check that the target supports
12004 range stepping.
12005
12006 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12007
12008 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12009
12010 2015-07-14 Pedro Alves <palves@redhat.com>
12011
12012 * gdb.base/killed-outside.exp: New file.
12013 * gdb.base/killed-outside.c: New file.
12014
12015 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12016
12017 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12018 (n at main): New.
12019 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12020
12021 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12022
12023 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12024 infcall tests instead of setting up for KFAIL.
12025
12026 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12027
12028 * gdb.btrace/record_goto-step.exp: New.
12029
12030 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12031
12032 PR compile/18484
12033 * gdb.compile/compile.c (struct struct_type): Add volatile to
12034 selffield's type.
12035 * gdb.compile/compile.exp
12036 (compile code struct_object.selffield = &struct_object): Skip further
12037 struct_object tests if this one xfails.
12038
12039 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12040
12041 PR exp/18617
12042 * gdb.trace/ax.exp: Add test.
12043
12044 2015-07-07 Yao Qi <yao.qi@linaro.org>
12045
12046 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12047 instead of istarget "aarch64*-*-*".
12048 * gdb.arch/aarch64-fp.exp: Likewise.
12049 * gdb.base/float.exp: Likewise.
12050 * gdb.reverse/aarch64.exp: Likewise.
12051 * lib/gdb.exp (is_aarch64_target): New proc.
12052
12053 2015-07-07 Yao Qi <yao.qi@linaro.org>
12054
12055 * lib/gdb.exp (is_aarch32_target): New proc.
12056 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12057 instead of "istarget "arm*-*-*"".
12058 * gdb.arch/arm-disp-step.exp: Likewise.
12059 * gdb.arch/thumb-bx-pc.exp: Likewise.
12060 * gdb.arch/thumb-prologue.exp: Likewise.
12061 * gdb.arch/thumb-singlestep.exp: Likewise.
12062 * gdb.base/disp-step-syscall.exp: Likewise.
12063 * gdb.base/float.exp: Likewise.
12064
12065 2015-07-07 Yao Qi <yao.qi@linaro.org>
12066
12067 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12068 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12069
12070 2015-07-07 Yao Qi <yao.qi@linaro.org>
12071
12072 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12073 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12074 if it exists.
12075 * gdb.multi/multi-arch.exp: Likewise.
12076
12077 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12078
12079 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12080 print.
12081
12082 2015-07-07 Yao Qi <yao.qi@linaro.org>
12083
12084 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12085
12086 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12087
12088 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12089 '[' and ']' characters.
12090
12091 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12092
12093 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12094
12095 2015-06-29 Pedro Alves <palves@redhat.com>
12096
12097 PR threads/18127
12098 * gdb.threads/hand-call-new-thread.c: New file.
12099 * gdb.threads/hand-call-new-thread.c: New file.
12100
12101 2015-06-26 Keith Seitz <keiths@redhat.com>
12102 Doug Evans <dje@google.com>
12103
12104 PR 16253
12105 * gdb.cp/var-tag-2.cc: New file.
12106 * gdb.cp/var-tag-3.cc: New file.
12107 * gdb.cp/var-tag-4.cc: New file.
12108 * gdb.cp/var-tag.cc: New file.
12109 * gdb.cp/var-tag.exp: New file.
12110
12111 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12112
12113 * gdb.base/history-duplicates.exp: New test.
12114
12115 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12116
12117 * gdb.base/completion.exp: Test the completion of the "focus"
12118 command.
12119
12120 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12121
12122 * gdb.arch/amd64-prologue-skip.S: New file.
12123 * gdb.arch/amd64-prologue-skip.exp: New file.
12124
12125 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12126
12127 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12128 is_address_zero_readable check.
12129
12130 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12131
12132 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12133 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12134
12135 2015-06-24 Yao Qi <yao.qi@linaro.org>
12136
12137 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12138 linux targets.
12139
12140 2015-06-24 Yao Qi <yao.qi@linaro.org>
12141
12142 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12143 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12144 * gdb.base/siginfo-thread.exp: Likewise.
12145
12146 2015-06-22 Yao Qi <yao.qi@linaro.org>
12147
12148 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12149
12150 2015-06-22 Yao Qi <yao.qi@linaro.org>
12151
12152 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12153 aarch64*-*-*.
12154 (skip_hw_watchpoint_tests): Likewise.
12155
12156 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12157
12158 * gdb.base/gdbinit-history.exp: Test the interaction between
12159 setting GDBHISTSIZE and setting the history size via .gdbinit.
12160
12161 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12162
12163 PR gdb/16999
12164 * gdb.base/gdbhistsize-history.exp: New test.
12165
12166 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12167
12168 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12169 with GDBHISTSIZE.
12170 * gdb.base/readline.exp: Likewise.
12171
12172 2015-06-17 Yao Qi <yao.qi@linaro.org>
12173
12174 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12175 line.
12176
12177 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12178
12179 * gdb.base/gdbinit-history.exp: Add test case to check that
12180 an unlimited history file does not get truncated on exit.
12181
12182 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12183
12184 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12185 (VECTOR): New macro. Use it...
12186 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12187 ...for these typedefs.
12188 (int8, char1, int1, double1): New typedefs.
12189 (struct just_int2, struct two_int2): New structures.
12190 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12191 (add_structvecs, add_singlevecs): New functions.
12192 (main): Call add_some_intvecs twice.
12193 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12194 the compile and exit upon failure. Try compiling for the "native"
12195 architecture. Test inferior function calls with vector arguments
12196 and vector return value handling with "finish" and "return".
12197
12198 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12199
12200 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12201 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12202 PE file.
12203 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12204
12205 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12206
12207 PR breakpoints/16465
12208 * gdb.mi/mi-dprintf-pending.c: New file.
12209 * gdb.mi/mi-dprintf-pending.exp: New test.
12210 * gdb.mi/mi-dprintf-pendshr.c: New file.
12211
12212 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12213 Mircea Gherzan <mircea.gherzan@intel.com>
12214
12215 * gdb.arch/i386-mpx-map.c: New file.
12216 * gdb.arch/i386-mpx-map.exp: New File.
12217
12218 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12219
12220 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12221 * gdb.arch/i386-mpx.exp: Indentation fixed.
12222
12223 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12224
12225 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12226 function and improved indentation.
12227 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12228 gdb_test_multiple. Added additional tests to skip the test.
12229
12230 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12231
12232 * gdb.arch/i386-avx512.c: Change path in include file.
12233 * gdb.arch/i386-avx512.exp: Change include dir path
12234 compilation flag.
12235 * gdb.arch/i386-mpx.c: Change path in include file.
12236 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12237 flag.
12238
12239 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12240
12241 * gdb.compile/compile-print.exp (compile print *vararray@3)
12242 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12243
12244 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12245
12246 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12247 (do not keep jit in memory): ... this.
12248 (expect 5): Change it to ...
12249 (expect no 5): ... this.
12250
12251 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12252
12253 PR gdb/15564
12254 * gdb.mi/mi-detach.exp: New file.
12255
12256 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12257
12258 PR symtab/18392
12259 * gdb.arch/amd64-tailcall-self.S: New file.
12260 * gdb.arch/amd64-tailcall-self.c: New file.
12261 * gdb.arch/amd64-tailcall-self.exp: New file.
12262
12263 2015-05-28 Don Breazeal <donb@codesourcery.com>
12264
12265 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12266 tests for remote targets by checking is_target_gdbserver.
12267
12268 2015-05-27 Doug Evans <dje@google.com>
12269
12270 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12271 * gdb.dwarf2/opaque-type-lookup.c: New file.
12272 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12273
12274 2015-05-26 Doug Evans <dje@google.com>
12275
12276 * gdb.cp/iostream.cc: New file.
12277 * gdb.cp/iostream.exp: New file.
12278
12279 2015-05-26 Doug Evans <dje@google.com>
12280
12281 * gdb.dwarf2/dw2-op-call.exp: Update.
12282 * gdb.dwarf2/dw4-sig-types.exp: Update.
12283 * gdb.dwarf2/implptr.exp: Update.
12284 * gdb.mi/mi-cmd-param-changed.exp: Update.
12285
12286 2015-05-26 Doug Evans <dje@google.com>
12287
12288 * gdb.python/py-lazy-string.c: New file.
12289 * gdb.python/py-lazy-string.exp: New file.
12290 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12291 (main): Update. Add estring3.
12292 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12293 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12294
12295 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12296 Yao Qi <yao.qi@linaro.org>
12297
12298 * gdb.reverse/aarch64.c: New.
12299 * gdb.reverse/aarch64.exp: New.
12300
12301 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12302
12303 * lib/gdb.exp (supports_process_record): Return true for
12304 aarch64*-linux*.
12305 (supports_reverse): Likewise.
12306
12307 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12308
12309 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12310 Use with_test_prefix.
12311
12312 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12313
12314 * gdb.base/completion.exp: Add test for completion of layout
12315 names.
12316
12317 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12318
12319 * lib/gdb.exp (skip_tui_tests): New proc.
12320 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12321
12322 2015-05-19 Pedro Alves <palves@redhat.com>
12323
12324 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12325 Save the whole env array instead of just HOME. Unset HISTSIZE in
12326 the environment while testing. Restore whole environment
12327 afterwards.
12328
12329 2015-05-16 Doug Evans <xdje42@gmail.com>
12330
12331 * gdb.guile/scm-ports.c: New file.
12332 * gdb.guile/scm-ports.exp: Add memory port tests.
12333
12334 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12335
12336 * gdb.compile/compile-print.c: New file.
12337 * gdb.compile/compile-print.exp: New file.
12338
12339 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12340
12341 * gdb.compile/compile-ops.exp: Cast param to void.
12342 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12343 (compile code struct_object.selffield = &struct_object): Add xfail.
12344
12345 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12346
12347 * gdb.ada/arr_enum_with_gap: New testcase.
12348
12349 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12350
12351 * gdb.ada/byte_packed_arr: New testcase.
12352
12353 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12354
12355 * gdb.ada/pckd_neg: New testcase.
12356
12357 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12358
12359 PR gdb/17820
12360 * gdb.base/gdbinit-history.exp: New test.
12361 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12362 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12363
12364 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12365
12366 * gdb.python/py-xmethods.cc: Enhance test case.
12367 * gdb.python/py-xmethods.exp: New tests.
12368 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12369 function.
12370 (B_indexoper): Likewise.
12371 (global_dm_list) : Add new xmethod worker functions.
12372
12373 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12374
12375 * gdb.base/coredump-filter.exp: Correctly unset
12376 "coredump_var_addr" array.
12377
12378 2015-05-08 Pedro Alves <palves@redhat.com>
12379
12380 * gdb.server/non-existing-program.exp: Unset spawn_id.
12381
12382 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12383
12384 PR python/18291
12385 * gdb.python/py-xmethods.exp: Add tests.
12386
12387 2015-05-08 Yao Qi <yao.qi@linaro.org>
12388
12389 PR gdb/18208
12390 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12391 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12392 function set_coredump_filter, and remove remote_exec call.
12393 Remove argument ipid. Callers update.
12394 (top level): Don't get inferior's PID.
12395
12396 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12397
12398 * gdb.base/watch_thread_num.exp: Skip test on targets without
12399 access watchpoints.
12400
12401 2015-05-06 Pedro Alves <palves@redhat.com>
12402
12403 PR server/18081
12404 * gdb.server/non-existing-program.exp: New file.
12405
12406 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12407
12408 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12409
12410 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12411
12412 * gdb.ada/out_of_line_in_inlined: New testcase.
12413
12414 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12415
12416 * gdb.ada/var_rec_arr: New testcase.
12417
12418 2015-04-30 Yao Qi <yao.qi@linaro.org>
12419
12420 * gdb.base/break-idempotent.exp: If
12421 skip_hw_watchpoint_multi_tests returns true, skip the tests
12422 on "rwatch" and "awatch".
12423
12424 2015-04-30 Yao Qi <yao.qi@linaro.org>
12425
12426 * gdb.base/relativedebug.exp: Invoke gdb command
12427 "info sharedlibrary", and if libc.so doesn't have debug info,
12428 skip the test.
12429
12430 2015-04-29 Doug Evans <dje@google.com>
12431
12432 * gdb.python/py-xmethods.exp: Add ptype tests.
12433 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12434 get_result_type method.
12435
12436 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12437
12438 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12439 the target does not support hardware watchpoints.
12440
12441 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12442
12443 * gdb.base/break-always.exp: Abort testing if writing to memory
12444 causes an error.
12445
12446 2015-04-28 Doug Evans <dje@google.com>
12447
12448 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12449 * gdb.python/py-pp-registration.exp: ... here. New file.
12450 * gdb.python/py-pp-registration.c: New file.
12451 * gdb.python/py-pp-registration.py: New file.
12452
12453 2015-04-28 Doug Evans <dje@google.com>
12454
12455 * gdb.python/py-bad-printers.c: New file.
12456 * gdb.python/py-bad-printers.py: New file.
12457 * gdb.python/py-bad-printers.exp: New file.
12458
12459 2015-04-28 Sasha Smundak <asmundak@google.com>
12460
12461 * gdb.python/py-type.exp: New test.
12462
12463 2015-04-28 Andy Wingo <wingo@igalia.com>
12464
12465 * gdb.python/py-parameter.exp:
12466 * gdb.guile/scm-parameter.exp: Escape the path that we are
12467 matching against, as it might contain characters that are special
12468 to regular expressions.
12469
12470 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12471
12472 * gdb.ada/rec_comp: New testcase.
12473
12474 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12475
12476 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12477 before using it.
12478
12479 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12480
12481 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12482 new tests for verilog output.
12483
12484 2015-04-24 Yao Qi <yao.qi@linaro.org>
12485
12486 * boards/remote-gdbserver-on-localhost.exp: New file.
12487
12488 2015-04-23 Pedro Alves <palves@redhat.com>
12489
12490 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12491 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12492 "end of file", remove $inferior_spawn_id from the indirect list.
12493
12494 2015-04-23 Pedro Alves <palves@redhat.com>
12495
12496 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12497
12498 2015-04-23 Pedro Alves <palves@redhat.com>
12499
12500 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12501 on $any_spawn_id instead of only on $gdb_spawn_id.
12502
12503 2015-04-21 Pierre Muller <muller@sourceware.org>
12504
12505 PR pascal/17815
12506 * lib/pascal.exp (gpc_compile): Add new option "class".
12507 (fpc_compile): Likewise.
12508 * gdb.pascal/case-insensitive-symbols.pas: New file.
12509 * gdb.pascal/case-insensitive-symbols.exp: New file.
12510
12511 2015-04-20 Gary Benson <gbenson@redhat.com>
12512
12513 * gdb.base/attach.exp: Fix three extended remote failures.
12514
12515 2015-04-17 Gary Benson <gbenson@redhat.com>
12516
12517 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12518 the main executable over the remote protocol.
12519
12520 2015-04-16 Pedro Alves <palves@redhat.com>
12521
12522 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12523 a new gdbserver if gdbserver_reconnect_p is set.
12524
12525 2015-04-16 Pedro Alves <palves@redhat.com>
12526
12527 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12528 is set, don't exit gdbserver.
12529
12530 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12531
12532 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12533 appropriate .insn, such that an older assembler can be used.
12534 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12535 the z/Architecture instruction set on 31-bit targets as well.
12536
12537 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12538
12539 * gdb.go/handcall.exp: Remove all logic related to the first
12540 breakpoint and rely on go_runto_main instead.
12541 * gdb.go/strings.exp: Likewise.
12542 * gdb.go/unsafe.exp: Likewise.
12543 * gdb.go/hello.exp: Likewise. Also rename the remaining
12544 breakpoint marker to "breakpoint 1".
12545 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12546 * gdb.go/strings.go: Likewise.
12547 * gdb.go/unsafe.go: Likewise.
12548 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12549 "set breakpoint 2 here" and rename the remaining breakpoint marker
12550 to "breakpoint 1".
12551
12552 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12553
12554 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12555 if itertools.imap is not present.
12556 * gdb.python/py-objfile.exp: Add parentheses.
12557 * gdb.python/py-type.exp: Same.
12558 * gdb.python/py-unwind-maint.py: Same.
12559
12560 2015-04-15 Yao Qi <yao.qi@linaro.org>
12561
12562 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12563 of ":$ptr_size" and set its form explicitly.
12564
12565 2015-04-15 Pedro Alves <palves@redhat.com>
12566 Yao Qi <yao.qi@linaro.org>
12567
12568 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12569 timeout by factor of 4.
12570 (test_regular_watch): Likewise.
12571 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12572 * gdb.reverse/sigall-reverse.exp: Likewise.
12573 * gdb.reverse/until-precsave.exp: Likewise.
12574 * lib/gdb.exp (with_timeout_factor): New proc.
12575 (gdb_expect): Move some code to ...
12576 (get_largest_timeout): ... here. New procedure.
12577
12578 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12579
12580 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12581
12582 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12583
12584 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12585 to write to the .text section.
12586
12587 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12588
12589 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12590 Handle the case of targets that do not provide PID information.
12591
12592 2015-04-13 Yao Qi <yao.qi@linaro.org>
12593
12594 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12595 and use expect instead of gdb_expect.
12596
12597 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12598
12599 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12600 "coredump_var_addr" to avoid naming conflict with other testcases.
12601
12602 2015-04-10 Pedro Alves <palves@redhat.com>
12603
12604 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12605 gdb_test_sequence and gdb_assert.
12606
12607 2015-04-10 Pedro Alves <palves@redhat.com>
12608
12609 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12610 test messages that don't include the breakpoint address.
12611
12612 2015-04-10 Yao Qi <yao.qi@linaro.org>
12613
12614 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12615 false for some offset and width combinations which aren't
12616 supported by linux kernel.
12617
12618 2015-04-10 Pedro Alves <palves@redhat.com>
12619
12620 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12621 procedure, factored out from ...
12622 (top level): ... here. Add "set displaced-stepping" testing axis.
12623 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12624 parameter "displaced". Use it.
12625 (top level): Use foreach and add "set displaced-stepping" testing
12626 axis.
12627
12628 2015-04-10 Pedro Alves <palves@redhat.com>
12629
12630 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12631 Remove comment.
12632 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12633 both the address of the instruction that triggers the watchpoint
12634 and the address of the instruction immediately after, and use
12635 those addresses for the test. Fix comment.
12636
12637 2015-04-10 Pedro Alves <palves@redhat.com>
12638
12639 * gdb.base/sigstep.exp (breakpoint_to_handler)
12640 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12641 Test "backtrace" in handler.
12642 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12643 (top level): Add new "displaced" test axis to
12644 breakpoint_to_handler, breakpoint_to_handler_entry and
12645 breakpoint_over_handler.
12646
12647 2015-04-10 Pedro Alves <palves@redhat.com>
12648
12649 PR gdb/18216
12650 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12651
12652 2015-04-10 Yao Qi <yao.qi@linaro.org>
12653
12654 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12655 (test_add_rn_pc): New function.
12656 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12657 (top level): Invoke test_add_rn_pc.
12658
12659 2015-04-10 Pedro Alves <palves@redhat.com>
12660
12661 PR gdb/13858
12662 * gdb.base/step-over-no-symbols.exp: New file.
12663
12664 2015-04-09 Andy Wingo <wingo@igalia.com>
12665
12666 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12667 after the Python tests.
12668
12669 2015-04-08 Keith Seitz <keiths@redhat.com>
12670
12671 PR python/16699
12672 * gdb.python/py-completion.exp: New tests for completion.
12673 * gdb.python/py-completion.py (CompleteLimit1): New class.
12674 (CompleteLimit2): Likewise.
12675 (CompleteLimit3): Likewise.
12676 (CompleteLimit4): Likewise.
12677 (CompleteLimit5): Likewise.
12678 (CompleteLimit6): Likewise.
12679 (CompleteLimit7): Likewise.
12680
12681 2015-04-08 Pedro Alves <palves@redhat.com>
12682
12683 PR gdb/18214
12684 PR gdb/18216
12685 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12686 function.
12687 (main): Install it as SIGUSR1 handler.
12688 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12689 parameter. Always use "setup" as prefix. Toggle "set
12690 displaced-stepping" off/on depending on global. Don't switch to
12691 thread 1 here.
12692 (top level): Add displaced stepping "off/on" test axis. Update
12693 "setup" calls. Wrap each subtest with with_test_prefix. Test
12694 continuing with a queued signal in each thread.
12695
12696 2015-04-08 Pedro Alves <palves@redhat.com>
12697
12698 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12699 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12700 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12701 Return early if running to main fails.
12702 * gdb.trace/while-stepping.exp: Likewise.
12703
12704 2015-04-07 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12707 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12708 interact with inferior program.
12709
12710 2015-04-07 Pedro Alves <palves@redhat.com>
12711
12712 * lib/gdb.exp (inferior_spawn_id): New global.
12713 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12714 spawn id after processing the user code.
12715 (default_gdb_start): Set inferior_spawn_id.
12716 (send_inferior): New procedure.
12717 * lib/gdbserver-support.exp (gdbserver_start): Set
12718 inferior_spawn_id.
12719 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12720
12721 2015-04-07 Pedro Alves <palves@redhat.com>
12722
12723 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12724 * lib/gdbserver-support.exp (gdbserver_start): Make
12725 $server_spawn_id global.
12726 (gdbserver_start): Don't wait for gdbserver's spawn id with
12727 expect_background.
12728 (close_gdbserver): New procedure.
12729 (gdb_exit): Rename the default version and reimplement.
12730
12731 2015-04-07 Pedro Alves <palves@redhat.com>
12732
12733 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12734 append the substituted item, not the original item.
12735
12736 2015-04-07 Pedro Alves <palves@redhat.com>
12737
12738 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12739 gdb_expect.
12740
12741 2015-04-07 Pedro Alves <palves@redhat.com>
12742
12743 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12744 output appearing once only.
12745
12746 2015-04-07 Pedro Alves <palves@redhat.com>
12747
12748 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12749 that doesn't expect anything. Return early if running to main
12750 fails.
12751
12752 2015-04-07 Yao Qi <yao.qi@linaro.org>
12753
12754 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12755 (child_function): Call alarm.
12756 (main): Move call to alarm into the loop.
12757 * gdb.threads/non-stop-fair-events.exp: Build program with
12758 -DTIMEOUT=$timeout.
12759
12760 2015-04-06 Doug Evans <xdje42@gmail.com>
12761
12762 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12763 Fix dest parameter to board_info.
12764 (fpc_compile): Ditto.
12765 (gdb_compile_pascal): Rename dest arg to destfile.
12766
12767 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12768
12769 * gdb.ada/funcall_ref.exp: New file.
12770 * gdb.ada/funcall_ref/foo.adb: New file.
12771
12772 2015-04-02 Yao Qi <yao.qi@linaro.org>
12773
12774 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12775 is remote.
12776
12777 2015-04-02 Gary Benson <gbenson@redhat.com>
12778
12779 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12780
12781 2015-04-01 Sasha Smundak <asmundak@google.com>
12782
12783 * gdb.python/py-unwind-maint.c: New file.
12784 * gdb.python/py-unwind-maint.exp: New test.
12785 * gdb.python/py-unwind-maint.py: New file.
12786 * gdb.python/py-unwind.c: New file.
12787 * gdb.python/py-unwind.exp: New test.
12788 * gdb.python/py-unwind.py: New test.
12789
12790 2015-04-01 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12793 to fail instead of non-existent $test.
12794
12795 2015-04-01 Pedro Alves <palves@redhat.com>
12796
12797 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12798 GDBFLAGS if not empty.
12799
12800 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12801
12802 * gdb.ada/complete.exp: Remove "multi_line".
12803 * gdb.ada/info_exc.exp: Remove "multi_line".
12804 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12805 * gdb.ada/ptype_field.exp: Remove "multi_line".
12806 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12807 * gdb.ada/tagged.exp: Remove "multi_line".
12808 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12809 [multi_line ...]
12810 * gdb.btrace/delta.exp: Likewise.
12811 * gdb.btrace/exception.exp: Likewise.
12812 * gdb.btrace/function_call_history.exp: Likewise.
12813 * gdb.btrace/instruction_history.exp: Likewise.
12814 * gdb.btrace/nohist.exp: Likewise.
12815 * gdb.btrace/record_goto.exp: Likewise.
12816 * gdb.btrace/segv.exp: Likewise.
12817 * gdb.btrace/stepi.exp: Likewise.
12818 * gdb.btrace/tailcall.exp: Likewise.
12819 * gdb.btrace/unknown_functions.exp: Likewise.
12820 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12821 * lib/gdb.exp: Add the "multi_line" helper.
12822
12823 2015-04-01 Pedro Alves <palves@redhat.com>
12824
12825 * gdb.threads/tid-reuse.c: New file.
12826 * gdb.threads/tid-reuse.exp: New file.
12827
12828 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12829
12830 PR corefiles/16092
12831 * gdb.base/coredump-filter.c: New file.
12832 * gdb.base/coredump-filter.exp: Likewise.
12833
12834 2015-03-27 Petr Machata <pmachata@redhat.com>
12835
12836 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12837 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12838 (Dwarf::assemble): Initialize them.
12839 (Dwarf::lines): New function.
12840
12841 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12842
12843 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12844 SYMBOL_PREFIX for x86_64-*-cygwin.
12845
12846 2015-03-26 Andy Wingo <wingo@igalia.com>
12847
12848 PR symtab/18148
12849 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12850 const_value but not a location.
12851 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12852 location defined in non-main CUs are visible.
12853
12854 2015-03-26 Yao Qi <yao.qi@linaro.org>
12855
12856 PR testsuite/18139
12857 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12858 Add a line number entry for the same line.
12859 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12860 Add a line number entry for the same line.
12861
12862 2015-03-26 Yao Qi <yao.qi@linaro.org>
12863
12864 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12865 .int 0.
12866 (func): Likewise. Add .Lfunc_1 label.
12867 Use .Lfunc_1 label.
12868 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12869 .int 0.
12870 (func): Likewise.
12871 Use .Lfunc_1 label.
12872
12873 2015-03-26 Yao Qi <yao.qi@linaro.org>
12874
12875 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12876 Call gdb_compile instead to compile each .s files without debug
12877 information.
12878
12879 2015-03-26 Yao Qi <yao.qi@linaro.org>
12880
12881 * gdb.base/savedregs.exp (process_saved_regs): Make
12882 "Saved registers:" optional in the pattern.
12883
12884 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12885
12886 * gdb.btrace/next.exp: Merged into step.exp.
12887 * gdb.btrace/finish.exp: Merged into step.exp.
12888 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12889 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12890 "record goto" and checking the exact replay position.
12891 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12892 check for "Recording format" in "info record" output.
12893 * gdb.btrace/record_goto.exp: Choose test file based on target.
12894 * gdb.btrace/x86-record_goto.S: Renamed into ...
12895 * gdb.btrace/x86_64-record_goto.S: ... this.
12896 * gdb.btrace/i686-record_goto.S: New.
12897 * gdb.btrace/x86-tailcall.S: Renamed into ...
12898 * gdb.btrace/x86_64-tailcall.S: ... this.
12899 * gdb.btrace/i686-tailcall.S: New.
12900 * gdb.btrace/x86-tailcall.c: Renamed into ...
12901 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12902 separate statements. Update test.
12903 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12904 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12905 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12906 * gdb.btrace/tailcall.exp: Choose test file based on target.
12907 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12908
12909 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12910
12911 * gdb.btrace/exception.exp: Increase BTS buffer size.
12912
12913 2015-03-24 Pedro Alves <palves@redhat.com>
12914
12915 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12916
12917 2015-03-24 Pedro Alves <palves@redhat.com>
12918
12919 * gdb.threads/schedlock.exp (test_step): No longer expect that
12920 "set scheduler-locking step" with "next" over a function call runs
12921 threads unlocked.
12922
12923 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12924
12925 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12926
12927 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12928
12929 PR breakpoints/16466
12930 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12931 * gdb.mi/mi-pending.c (thread_func): New function.
12932 (int main): Add threading support required.
12933 * gdb.mi/mi-pending.exp: Add tests for this issue.
12934 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12935 (pendfunc2): Remove stdio dependency.
12936 * gdb.mi/mi-pendshr2.c: New file.
12937
12938 2015-03-23 Keith Seitz <keiths@redhat.com>
12939
12940 * gdb.linespec/keywords.c: New file.
12941 * gdb.linespec/keywords.exp: New file.
12942
12943 2015-03-23 Keith Seitz <keiths@redhat.com>
12944
12945 PR gdb/18021
12946 * gdb.dwarf2/staticvirtual.exp: New test.
12947
12948 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12949
12950 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12951 * README: Remove HP-UX and gdb.hp.
12952 (configuration):
12953 * configure: Regenerate.
12954 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12955 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12956 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12957 gdb.hp/gdb.defects/Makefile.
12958 * gdb.hp/Makefile.in: File deleted.
12959 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12960 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12961 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12962 * gdb.hp/gdb.aCC/run.c: File deleted.
12963 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12964 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12965 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12966 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12967 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12968 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12969 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12970 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12971 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12972 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12973 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12974 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12975 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12976 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12977 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12978 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12979 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12980 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12981 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12982 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12983 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12984 * gdb.hp/gdb.compat/average.c: File deleted.
12985 * gdb.hp/gdb.compat/sum.c: File deleted.
12986 * gdb.hp/gdb.compat/xdb.c: File deleted.
12987 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12988 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12989 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12990 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12991 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12992 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12993 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12994 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12995 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12996 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12997 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12998 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12999 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13000 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13001 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13002 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13003 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13004 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13005 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13006 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13007 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13008 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13009 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13010 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13011 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13012 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13013 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13014 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13015 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13016 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13017 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13018 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13019 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13020 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13021 * gdb.hp/tools/odump: File deleted.
13022
13023 2015-03-19 Pedro Alves <palves@redhat.com>
13024
13025 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13026 (saw_thread_3): New globals.
13027 (top level): Increment them when an event for the corresponding
13028 thread is seen.
13029 (no thread starvation): New test.
13030
13031 2015-03-19 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.threads/continue-pending-status.c: New file.
13034 * gdb.threads/continue-pending-status.exp: New file.
13035
13036 2015-03-18 Pedro Alves <palves@redhat.com>
13037
13038 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13039 Use gdb_is_target_remote instead of is_remote. Use
13040 gdb_test_multiple instead of gdb_expect. Exit early if
13041 gdb_test_multiple hits its internal matches. Tighten stepi tests
13042 expected output. Fail on exit with any signal, instead of just
13043 SIGILL.
13044
13045 2015-03-18 Yao Qi <yao.qi@linaro.org>
13046
13047 PR tdep/18107
13048 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13049 variable.
13050 * gdb.base/catch-syscall.exp: Don't skip it on
13051 aarch64*-*-linux* target. Remove elements in all_syscalls.
13052 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13053 target.
13054 (setup_all_syscalls): New proc.
13055
13056 2015-03-16 Yao Qi <yao.qi@linaro.org>
13057
13058 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13059 (top level): Skip tests if valid_addr_p returns false for
13060 $cmd1 or $cmd2.
13061
13062 2015-03-11 Andy Wingo <wingo@igalia.com>
13063
13064 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13065
13066 2015-03-11 Yao Qi <yao.qi@linaro.org>
13067
13068 * gdb.base/catch-syscall.exp: Fix typo in comments.
13069
13070 2015-03-11 Yao Qi <yao.qi@linaro.org>
13071
13072 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13073
13074 2015-03-09 Pedro Alves <palves@redhat.com>
13075
13076 * dg-extract-results.py: Delete.
13077
13078 2015-03-09 Pedro Alves <palves@redhat.com>
13079
13080 Merge dg-extract-results.sh from GCC upstream (r218843).
13081
13082 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13083 * dg-extract-results.sh: Use --text with grep to avoid issues with
13084 binary files. Fall back to cat -v, if that doesn't work.
13085
13086 2015-03-05 Pedro Alves <palves@redhat.com>
13087
13088 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13089
13090 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13091
13092 * lib/mi-support.exp (mi_expect_interrupt): Accept
13093 alternative event for when in all-stop mode.
13094
13095 2015-03-04 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13098
13099 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13100
13101 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13102
13103 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13104
13105 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13106 regexps for GDB's current line display, accept a hex address
13107 preceding the line number.
13108
13109 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13110
13111 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13112 the 'arch1' variable for "s390*-linux*" targets.
13113
13114 2015-03-04 Pedro Alves <palves@redhat.com>
13115
13116 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13117 (main): Pass missing retval argument to pthread_join call.
13118
13119 2015-03-02 Pedro Alves <palves@redhat.com>
13120
13121 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13122 (top level): Call do_test with non-stop as well.
13123
13124 2015-03-02 Pedro Alves <palves@redhat.com>
13125
13126 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13127 -1.
13128
13129 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13130
13131 * gdb.arch/s390-vregs.exp: New test.
13132 * gdb.arch/s390-vregs.S: New file.
13133
13134 2015-02-27 Pedro Alves <palves@redhat.com>
13135
13136 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13137 call to catch_command_errors.
13138 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13139 catch_command_errors.
13140
13141 2015-02-27 Pedro Alves <palves@redhat.com>
13142
13143 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13144 "true" for boolean result.
13145 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13146 prototype of main.
13147
13148 2015-02-27 Pedro Alves <palves@redhat.com>
13149
13150 * lib/unbuffer_output.c: New file.
13151 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13152 (main): Call gdb_unbuffer_output.
13153
13154 2015-02-27 Yao Qi <yao.qi@linaro.org>
13155
13156 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13157 target.
13158
13159 2015-02-26 Doug Evans <dje@google.com>
13160
13161 * gdb.cp/class2.cc (Dbase, D): New classes.
13162 (main): New local delta.
13163 * gdb.cp/class2.exp: Test printing delta.
13164 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13165 (dynbar): New global.
13166 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13167
13168 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13169
13170 * gdb.compile/compile-ifunc.c: New file.
13171 * gdb.compile/compile-ifunc.exp: New file.
13172
13173 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13174
13175 * gdb.base/structs.exp: Check for correct struct on finish.
13176
13177 2015-02-26 Yao Qi <yao.qi@linaro.org>
13178
13179 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13180 is zero.
13181
13182 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13183
13184 * gdb.arch/cordic.ko.bz2: New file.
13185 * gdb.arch/cordic.ko.debug.bz2: New file.
13186 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13187
13188 2015-02-25 Yao Qi <yao.qi@linaro.org>
13189
13190 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13191 aarch64*-*-* target.
13192
13193 2015-02-23 Pedro Alves <palves@redhat.com>
13194
13195 * lib/gdb.exp (delete_breakpoints): Rewrite using
13196 gdb_test_multiple.
13197
13198 2015-02-23 Pedro Alves <palves@redhat.com>
13199
13200 * gdb.base/info-os.c: Include stdlib.h.
13201
13202 2015-02-22 Doug Evans <xdje42@gmail.com>
13203
13204 PR symtab/17855
13205 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13206 is read after symbols have been re-read.
13207 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13208 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13209
13210 2015-02-21 Doug Evans <dje@google.com>
13211
13212 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13213
13214 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13215
13216 PR corefiles/17808
13217 * gdb.arch/i386-biarch-core.core.bz2: New file.
13218 * gdb.arch/i386-biarch-core.exp: New file.
13219
13220 2015-02-21 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13223 runto_main fails.
13224
13225 2015-02-20 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13228 info probes.
13229
13230 2015-02-20 Pedro Alves <palves@redhat.com>
13231
13232 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13233
13234 2015-02-20 Pedro Alves <palves@redhat.com>
13235
13236 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13237 clean_restart before gdb_target_supports_trace.
13238
13239 2015-02-20 Pedro Alves <palves@redhat.com>
13240
13241 PR threads/18006
13242 * gdb.threads/clone-thread_db.c: New file.
13243 * gdb.threads/clone-thread_db.exp: New file.
13244
13245 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13246
13247 PR breakpoints/16812
13248 * gdb.base/catch-gdb-caused-signals.c: New file.
13249 * gdb.base/catch-gdb-caused-signals.exp: New file.
13250
13251 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13252
13253 * configure: Regenerated.
13254 * configure.ac: Use GDB_AC_TRANSFORM.
13255 * aclocal.m4: sinclude ../transform.m4.
13256
13257 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13258
13259 * lib/dtrace.exp: New file.
13260 * gdb.base/dtrace-probe.exp: Likewise.
13261 * gdb.base/dtrace-probe.d: Likewise.
13262 * gdb.base/dtrace-probe.c: Likewise.
13263 * lib/pdtrace.in: Likewise.
13264 * configure.ac: Output variables with the transformed names of
13265 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13266 * configure: Regenerated.
13267
13268 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13269
13270 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13271 expected message when trying to access $_probe_* convenience
13272 variables while not on a probe.
13273
13274 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13275
13276 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13277
13278 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13279
13280 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13281 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13282
13283 2015-02-10 Doug Evans <xdje42@gmail.com>
13284
13285 * lib/gdb.exp (gdb_load): Always return a result.
13286
13287 2015-02-10 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.threads/signal-sigtrap.c: New file.
13290 * gdb.threads/signal-sigtrap.exp: New file.
13291
13292 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13293
13294 * gdb.trace/no-attach-trace.c: New file.
13295 * gdb.trace/no-attach-trace.exp: New file.
13296
13297 2015-02-09 Mark Wielaard <mjw@redhat.com>
13298
13299 * gdb.dwarf2/atomic.c: New file.
13300 * gdb.dwarf2/atomic-type.exp: Likewise.
13301
13302 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13303
13304 * gdb.btrace/buffer-size.exp: Update "info record" output.
13305 * gdb.btrace/delta.exp: Update "info record" output.
13306 * gdb.btrace/enable.exp: Update "info record" output.
13307 * gdb.btrace/finish.exp: Update "info record" output.
13308 * gdb.btrace/instruction_history.exp: Update "info record" output.
13309 * gdb.btrace/next.exp: Update "info record" output.
13310 * gdb.btrace/nexti.exp: Update "info record" output.
13311 * gdb.btrace/step.exp: Update "info record" output.
13312 * gdb.btrace/stepi.exp: Update "info record" output.
13313 * gdb.btrace/nohist.exp: Update "info record" output.
13314
13315 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13316
13317 * gdb.btrace/buffer-size: New.
13318
13319 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13320
13321 * gdb.btrace/delta.exp: Update "info record" output.
13322 * gdb.btrace/enable.exp: Update "info record" output.
13323 * gdb.btrace/finish.exp: Update "info record" output.
13324 * gdb.btrace/instruction_history.exp: Update "info record" output.
13325 * gdb.btrace/next.exp: Update "info record" output.
13326 * gdb.btrace/nexti.exp: Update "info record" output.
13327 * gdb.btrace/step.exp: Update "info record" output.
13328 * gdb.btrace/stepi.exp: Update "info record" output.
13329 * gdb.btrace/nohist.exp: Update "info record" output.
13330
13331 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13332
13333 PR gdb/15678
13334 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13335
13336 2015-02-06 Pedro Alves <palves@redhat.com>
13337
13338 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13339 macro.
13340 (seconds_left, again): New globals.
13341 (main): Wait seconds_left in a 1-second sleep loop instead of
13342 sleeping 180 seconds. If 'again' is set, reset the seconds
13343 counter.
13344 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13345 'again' in the inferior before detaching. Print the seconds left.
13346 (options): New global.
13347 (top level): Build program with -DTIMEOUT=$timeout.
13348
13349 2015-02-06 Pedro Alves <palves@redhat.com>
13350
13351 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13352 determine how many seconds to pass to 'alarm'.
13353 * gdb.base/gdb-sigterm.exp (top level): Build program with
13354 -DTIMEOUT=$timeout.
13355 (do_test): Return success/failure indication. Add more verbose
13356 logging. Don't fail if 200 single steps are seen. Instead, fail
13357 when the test times out.
13358 (passes): New global.
13359 (top level): Break the testing loop if testing fails on any
13360 iteration. Use gdb_assert.
13361
13362 2015-02-04 Don Breazeal <donb@codesourcery.com>
13363
13364 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13365 and initialize them.
13366 (ipc_cleanup): New function.
13367 (main): Don't declare shmid, semid, and msqid. Add a call to
13368 atexit so that we call ipc_cleanup on exit.
13369
13370 2015-02-04 Pedro Alves <palves@redhat.com>
13371
13372 * boards/native-extended-gdbserver.exp: Remove any target variant
13373 specifications from the board name before clearing the isremote
13374 flag from board_info.
13375
13376 2015-01-31 Doug Evans <xdje42@gmail.com>
13377
13378 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13379
13380 2015-01-31 Gary Benson <gbenson@redhat.com>
13381
13382 * gdb.base/completion.exp: Disable completion limiting for
13383 existing tests. Add new tests to check completion limiting.
13384 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13385
13386 2015-01-31 Doug Evans <xdje42@gmail.com>
13387
13388 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13389
13390 2015-01-31 Doug Evans <xdje42@gmail.com>
13391
13392 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13393 entries. Duplicate file section script entries.
13394 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13395 inlined entries. Add test for safe-path rejection.
13396 * gdb.python/py-section-script.c: Add duplicate inlined section script
13397 entries. Duplicate file section script entries.
13398 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13399 inlined entries. Add test for safe-path rejection.
13400
13401 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13402
13403 * gdb.ada/disc_arr_bound: New testcase.
13404
13405 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13406
13407 * gdb.ada/mi_var_array: New testcase.
13408
13409 2015-01-27 Doug Evans <dje@google.com>
13410
13411 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13412 Add test for objfile.filename, objfile.username after objfile
13413 has been unloaded.
13414
13415 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13416
13417 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13418 the second test to print the name attribute of value
13419 returned by the call to gdb.lookup_type, and adjust
13420 the expected output accordingly.
13421
13422 2015-01-25 Mark Wielaard <mjw@redhat.com>
13423
13424 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13425 * gdb.base/disp-step-fork.c: Include unistd.h.
13426 * gdb.base/siginfo-obj.c: Include stdio.h.
13427 * gdb.base/siginfo-thread.c: Likewise.
13428 * gdb.mi/non-stop.c: Include unistd.h.
13429 * gdb.mi/nsthrexec.c: Include stdio.h.
13430 * gdb.mi/pthreads.c: Include unistd.h.
13431 * gdb.modula2/unbounded1.c (main): Declare returns int.
13432 * gdb.reverse/consecutive-reverse.c: Likewise.
13433 * gdb.threads/create-fail.c: Include unistd.h.
13434 * gdb.threads/killed.c: Likewise.
13435 * gdb.threads/linux-dp.c: Likewise.
13436 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13437 * gdb.threads/non-ldr-exc-2.c: Likewise.
13438 * gdb.threads/non-ldr-exc-3.c: Likewise.
13439 * gdb.threads/non-ldr-exc-4.c: Likewise.
13440 * gdb.threads/pthreads.c: Include unistd.h.
13441 (main): Declare returns int.
13442 * gdb.threads/tls-main.c (foo): New declaration.
13443 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13444
13445 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13446
13447 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13448 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13449
13450 2015-01-15 Mark Wielaard <mjw@redhat.com>
13451
13452 * gdb.base/noreturn-return.c: New file.
13453 * gdb.base/noreturn-return.exp: New file.
13454 * gdb.base/noreturn-finish.c: New file.
13455 * gdb.base/noreturn-finish.exp: New file.
13456
13457 2015-01-23 Pedro Alves <palves@redhat.com>
13458
13459 * gdb.threads/continue-pending-after-query.c: New file.
13460 * gdb.threads/continue-pending-after-query.exp: New file.
13461
13462 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13463 Simon Marchi <simon.marchi@ericsson.com>
13464
13465 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13466 * gdb.base/valgrind-db-attach.exp: Same.
13467 * gdb.base/valgrind-infcall.exp: Same.
13468 * lib/mi-support.exp (default_mi_gdb_start): Same.
13469 * lib/prompt.exp (default_prompt_gdb_start): Same.
13470 * lib/gdb.exp (default_gdb_spawn): Same.
13471 (gdb_interact): New.
13472
13473
13474 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13475
13476 * gdb.compile/compile.exp (pointer to jit function): New test.
13477
13478 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13479
13480 * lib/gdb.exp (supports_process_record): Return true for
13481 powerpc*-*-linux*.
13482 (supports_reverse): Likewise.
13483
13484 2015-01-15 Don Breazeal <donb@codesourcery.com>
13485
13486 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13487 instead of checking whether the target board is remote and
13488 use spawn_wait_for_attach instead of exec/sleep.
13489 * gdb.base/attach-twice.exp: Likewise.
13490
13491 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13492
13493 * gdb.ada/var_arr_attrs: New testcase.
13494
13495 2015-01-14 Pedro Alves <palves@redhat.com>
13496 Joel Brobecker <brobecker@adacore.com>
13497
13498 PR gdb/17525
13499 * gdb.base/bp-cmds-execution-x-script.c: New file.
13500 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13501 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13502
13503 2015-01-14 Pedro Alves <palves@redhat.com>
13504
13505 PR cli/17828
13506 * gdb.base/batch-preserve-term-settings.c: New file.
13507 * gdb.base/batch-preserve-term-settings.exp: New file.
13508
13509 2015-01-13 Doug Evans <dje@google.com>
13510
13511 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13512 binary.
13513
13514 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13515
13516 * Makefile.in (clean mostlyclean): Do not delete *.py.
13517
13518 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13519
13520 * gdb.python/py-lookup-type.exp: New file.
13521
13522 2015-01-12 Pedro Alves <palves@redhat.com>
13523
13524 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13525 restore GDBFLAGS before returning.
13526
13527 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13528
13529 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13530 is_amd64_regs_target and is_x86_like_target.
13531
13532 2015-01-11 Doug Evans <xdje42@gmail.com>
13533
13534 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13535 is given without an explicit form.
13536 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13537 attributes.
13538 * gdb.dwarf/corrupt.exp: Ditto.
13539 * gdb.dwarf2/enum-type.exp: Ditto.
13540 * gdb.trace/entry-values.exp: Ditto.
13541 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13542
13543 2015-01-11 Doug Evans <xdje42@gmail.com>
13544
13545 PR gdb/15830
13546 * gdb.base/maint.exp: Remove references to "maint demangle".
13547 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13548 Add tests for explicitly specifying language to demangle.
13549 * gdb.dlang/demangle.exp: Ditto.
13550
13551 2015-01-09 Pedro Alves <palves@redhat.com>
13552
13553 * gdb.threads/non-stop-fair-events.c: New file.
13554 * gdb.threads/non-stop-fair-events.exp: New file.
13555
13556 2015-01-09 Pedro Alves <palves@redhat.com>
13557
13558 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13559 the global scope. Set a breakpoint after all threads are started
13560 rather than stepping over two source lines. Expect the prompt.
13561 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13562 global.
13563 (NUM): Now 15.
13564 (main): Use threads_started_barrier to wait for all threads to
13565 start. Main thread no longer calls thread_function. Exit after
13566 180 seconds.
13567 (loop): New function.
13568 (thread_function): Wait on threads_started_barrier barrier. Call
13569 'loop' at each iteration.
13570 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13571 threads have started, instead of hardcoding number of "next"
13572 steps. Use an access watchpoint instead of a write watchpoint.
13573
13574 2015-01-09 Pedro Alves <palves@redhat.com>
13575
13576 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13577 (thread_func): Wait on barrier.
13578 (main): Wait for all threads to start before stopping GDB.
13579 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13580 global.
13581 (thread1_func, thread2_func): Wait on barrier.
13582 (main): Wait for all threads to start before stopping GDB.
13583 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13584 New global.
13585 (thread1_func, thread2_func): Wait on barrier.
13586 (main): Wait for all threads to start before stopping GDB.
13587
13588 2015-01-09 Pedro Alves <palves@redhat.com>
13589
13590 * gdb.threads/attach-many-short-lived-threads.c: New file.
13591 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13592
13593 2014-01-09 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13596 instead of to thread 2.
13597 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13598 Add barrier around each pthread_create call instead of around all
13599 calls.
13600 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13601 Set a break on thread_function and have the child threads hit it
13602 one at at a time.
13603
13604 2015-01-09 Pedro Alves <palves@redhat.com>
13605
13606 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13607 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13608 false.
13609 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13610 checking whether the target board is remote.
13611 * gdb.multi/multi-attach.exp: Likewise.
13612 * gdb.python/py-sync-interp.exp: Likewise.
13613 * gdb.server/ext-attach.exp: Likewise.
13614 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13615 tests that need to attach, instead of checking whether the target
13616 board is remote at the top of the file.
13617
13618 2015-01-08 Yao Qi <yao@codesourcery.com>
13619
13620 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13621
13622 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13623
13624 Fix testcase compilation.
13625 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13626
13627 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13628
13629 * gdb.python/py-type.exp: Add a couple test about empty
13630 array creation, and negative-length array creation.
13631
13632 2015-01-02 Doug Evans <xdje42@gmail.com>
13633
13634 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13635
13636 2015-01-02 Doug Evans <dje@google.com>
13637
13638 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13639
13640 2014-12-29 Yao Qi <yao@codesourcery.com>
13641
13642 * gdb.trace/entry-values.exp: Update comments. Rename variable
13643 bar_call_foo to returned_from_foo.
13644
13645 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13646
13647 PR gdb/17394
13648 * gdb.linespec/break-asm-file.c: New file.
13649 * gdb.linespec/break-asm-file.exp: New file.
13650 * gdb.linespec/break-asm-file0.s: New file.
13651 * gdb.linespec/break-asm-file1.s: New file.
13652
13653 2014-12-18 Nigel Stephens <nigel@mips.com>
13654 Maciej W. Rozycki <macro@codesourcery.com>
13655
13656 * gdb.base/float.exp: Handle the new output from "info float" on
13657 MIPS targets.
13658
13659 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13660
13661 Fix MinGW compilation.
13662 * gdb.compile/compile-ops.exp: Update untested message if
13663 !skip_compile_feature_tests.
13664 * gdb.compile/compile-setjmp.exp: Likewise.
13665 * gdb.compile/compile-tls.exp: Likewise.
13666 * gdb.compile/compile.exp: Likewise.
13667 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13668 supported on this host".
13669
13670 2014-12-16 Doug Evans <xdje42@gmail.com>
13671
13672 * boards/stabs.exp: New file.
13673
13674 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13675
13676 * gdb.base/completion.exp: Adjust to format changes of "maint
13677 print user-registers".
13678
13679 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13680
13681 PR server/17457
13682 * gdb.arch/aarch64-fp.c: New file.
13683 * gdb.arch/aarch64-fp.exp: New file.
13684
13685 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13686
13687 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13688 r210637, r210913, r211666, r215400, r215817).
13689
13690 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13691 * dg-extract-results.py: New file.
13692 * dg-extract-results.sh: Use it if the environment seems
13693 suitable.
13694
13695 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13696
13697 * dg-extract-results.py (parse_run): Handle warnings that
13698 are printed before a test harness is run.
13699
13700 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13701
13702 * dg-extract-results.py (Named): Remove __cmp__ method.
13703 (output_variation): Use a key to sort variation.harnesses.
13704
13705 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13706
13707 * dg-extract-results.py: For Python 3, force sys.stdout to
13708 handle surrogate escape sequences.
13709 (safe_open): New function.
13710 (output_segment, main): Use it.
13711
13712 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13713
13714 * dg-extract-results.py (Prog.result_re): Include options
13715 in test name.
13716
13717 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13718
13719 * dg-extract-results.py (output_variation): Always sort if
13720 do_sum.
13721
13722 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13723
13724 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13725 as long as we get pagination notifications.
13726
13727 2014-12-15 Jason Merrill <jason@redhat.com>
13728
13729 * Makefile.in (check-gdb.%): Restore.
13730 * README: Mention it.
13731
13732 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13733
13734 * gdb.ada/str_uninit: New testcase.
13735
13736 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13737
13738 PR symtab/17642
13739 * gdb.base/vla-stub-define.c: New file.
13740 * gdb.base/vla-stub.c: New file.
13741 * gdb.base/vla-stub.exp: New file.
13742
13743 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13744 Jan Kratochvil <jan.kratochvil@redhat.com>
13745 Tom Tromey <tromey@redhat.com>
13746
13747 * configure.ac: Add gdb.compile/.
13748 * configure: Regenerate.
13749 * gdb.compile/Makefile.in: New file.
13750 * gdb.compile/compile-ops.exp: New file.
13751 * gdb.compile/compile-ops.c: New file.
13752 * gdb.compile/compile-tls.c: New file.
13753 * gdb.compile/compile-tls.exp: New file.
13754 * gdb.compile/compile-constvar.S: New file.
13755 * gdb.compile/compile-constvar.c: New file.
13756 * gdb.compile/compile-mod.c: New file.
13757 * gdb.compile/compile-nodebug.c: New file.
13758 * gdb.compile/compile-setjmp-mod.c: New file.
13759 * gdb.compile/compile-setjmp.c: New file.
13760 * gdb.compile/compile-setjmp.exp: New file.
13761 * gdb.compile/compile-shlib.c: New file.
13762 * gdb.compile/compile.c: New file.
13763 * gdb.compile/compile.exp: New file.
13764 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13765
13766 2014-12-12 Tom Tromey <tromey@redhat.com>
13767
13768 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13769 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13770
13771 2014-12-12 Doug Evans <dje@google.com>
13772
13773 * lib/gdb-python.exp (get_python_valueof): New function.
13774 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13775
13776 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13777
13778 * gdb.base/completion.exp: Add test for completion of "info
13779 registers ".
13780
13781 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13782
13783 * gdb.base/func-ptrs.c: New file.
13784 * gdb.base/func-ptrs.exp: New file.
13785
13786 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13787
13788 PR breakpoints/17012
13789 * gdb.base/dprintf-detach.c: New file.
13790 * gdb.base/dprintf-detach.exp: New file.
13791
13792 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13793
13794 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13795 * lib/gdb.exp (target_is_gdbserver): New procedure.
13796
13797 2014-12-08 Doug Evans <dje@google.com>
13798
13799 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13800
13801 2014-12-05 Yao Qi <yao@codesourcery.com>
13802
13803 * gdb.guile/scm-error.exp: Remove the third argument to
13804 gdb_remote_download.
13805 * gdb.guile/scm-frame-args.exp: Likewise.
13806 * gdb.guile/scm-section-script.exp: Likewise.
13807
13808 2014-12-05 Yao Qi <yao@codesourcery.com>
13809
13810 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13811
13812 2014-12-04 Doug Evans <dje@google.com>
13813
13814 * gdb.python/py-objfile.exp: Add tests for
13815 objfile.add_separate_debug_file.
13816
13817 2014-12-04 Doug Evans <dje@google.com>
13818
13819 * lib/gdb.exp (get_build_id): New function.
13820 (build_id_debug_filename_get): Rewrite to use it.
13821 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13822
13823 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13824
13825 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13826 `method(long)', not just 0x0.
13827 * gdb.cp/nsalias.exp: Align code labels to 4.
13828 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13829 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13830 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13831 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13832 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13833 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13834
13835 2014-12-02 Doug Evans <dje@google.com>
13836
13837 PR symtab/17602
13838 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13839 * gdb.cp/anon-ns2.cc: ... here. New file.
13840 * gdb.cp/anon-ns.exp: Update.
13841
13842 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13843
13844 * gdb.python/py-events.py (inferior_call_handler): New.
13845 (register_changed_handler, memory_changed_handler): New.
13846 (test_events.invoke): Register new handlers.
13847 * gdb.python/py-events.exp: Add tests for inferior call,
13848 memory_changed and register_changed events.
13849
13850 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13851
13852 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13853 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13854 if the linker doesn't understand this.
13855
13856 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13857
13858 * gdb.python/python.exp: Change expected reply to help().
13859
13860 2014-12-01 Yao Qi <yao@codesourcery.com>
13861
13862 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13863 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13864 * configure: Re-generated.
13865
13866 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13867
13868 * gdb.cp/chained-calls.cc: New file.
13869 * gdb.cp/chained-calls.exp: New file.
13870 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13871
13872 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13873
13874 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13875 * gdb.dwarf2/symtab-producer.exp: Same.
13876 * gdb.gdb/python-interrupts.exp: Same.
13877 * gdb.gdb/python-selftest.exp: Same.
13878 * gdb.python/py-linetable.exp: Same.
13879 * gdb.python/py-type.exp: Same.
13880 * gdb.python/py-value-cc.exp: Same.
13881 * gdb.python/py-value.exp: Same.
13882
13883 2014-11-28 Yao Qi <yao@codesourcery.com>
13884
13885 * gdb.base/break-probes.exp: Match library name prefixed with
13886 sysroot.
13887
13888 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13889
13890 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13891 test expected output. Add parentheses for the call to print.
13892 Remove L suffix from integers.
13893
13894 2014-11-26 Doug Evans <dje@google.com>
13895
13896 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13897
13898 2014-11-22 Yao Qi <yao@codesourcery.com>
13899
13900 * gdb.trace/entry-values.c: Remove asms.
13901 (foo): Add foo_label.
13902 (bar): Add bar_label.
13903 * gdb.trace/entry-values.exp: Remove code computing foo's
13904 length and bar's length.
13905 (Dwarf::assemble): Invoke function_range for bar and use
13906 MACRO_AT_func for foo.
13907
13908 2014-11-22 Yao Qi <yao@codesourcery.com>
13909
13910 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13911 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13912 Use .Lgcc43_procstart instead of gcc43.
13913
13914 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13915
13916 * gdb.ada/n_arr_bound: New testcase.
13917
13918 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13919
13920 PR breakpoints/10737
13921 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13922 test_catch_syscall_multi_arch.
13923 (test_catch_syscall_multi_arch): New function.
13924
13925 2014-11-20 Doug Evans <xdje42@gmail.com>
13926
13927 * gdb.base/maint.exp: Update expected output.
13928
13929 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13930
13931 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13932 4-byte instruction on S390.
13933
13934 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13935
13936 * gdb.ada/arr_arr: New testcase.
13937
13938 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13939
13940 * gdb.ada/pkd_arr_elem: New Testcase.
13941
13942 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13943
13944 * gdb.reverse/break-precsave: Expect completion message for
13945 core file reads.
13946 * gdb.reverse/consecutive-precsave.exp: Likewise.
13947 * gdb.reverse/finish-precsave.exp: Likewise.
13948 * gdb.reverse/i386-precsave.exp: Likewise.
13949 * gdb.reverse/machinestate-precsave.exp: Likewise.
13950 * gdb.reverse/sigall-precsave.exp: Likewise.
13951 * gdb.reverse/solib-precsave.exp: Likewise.
13952 * gdb.reverse/step-precsave.exp: Likewise.
13953 * gdb.reverse/until-precsave.exp: Likewise.
13954 * gdb.reverse/watch-precsave.exp: Likewise.
13955
13956 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13957
13958 * gdb.base/bp-permanent.c: Include unistd.h.
13959 * gdb.python/py-framefilter-mi.c (main): Add return type.
13960 * gdb.python/py-framefilter.c (main): Likewise.
13961 * gdb.trace/actions-changed.c (main): Likewise.
13962
13963 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13964
13965 * gdb.mi/until.c: Add eye-catchers.
13966 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13967 line numbers.
13968
13969 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13970
13971 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13972 function header variants in break1.c.
13973 * gdb.base/ena-dis-br.exp: Likewise.
13974 * gdb.base/hbreak2.exp: Likewise.
13975 * gdb.reverse/until-precsave.exp: Drop references to removed
13976 non-prototype function header variants in ur1.c.
13977 * gdb.reverse/until-reverse.exp: Likewise.
13978
13979 2014-11-17 Petr Machata <pmachata@redhat.com>
13980
13981 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13982 ${_cu_offset_size} bytes abbrev offset.
13983
13984 2014-11-15 Doug Evans <xdje42@gmail.com>
13985
13986 PR symtab/17559
13987 * gdb.base/line-symtabs.exp: New file.
13988 * gdb.base/line-symtabs.c: New file.
13989 * gdb.base/line-symtabs.h: New file.
13990
13991 2014-11-14 Yao Qi <yao@codesourcery.com>
13992
13993 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13994 (func): Add label func_label.
13995 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13996 Replace low_pc and high_pc with MACRO_AT_range.
13997 Replace name, low_pc and high_pc with MACRO_AT_func.
13998
13999 2014-11-14 Yao Qi <yao@codesourcery.com>
14000
14001 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14002 Replace name, low_pc and high_pc with MACRO_AT_func.
14003
14004 2014-11-14 Yao Qi <yao@codesourcery.com>
14005
14006 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14007 produce debug information.
14008 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14009
14010 2014-11-14 Yao Qi <yao@codesourcery.com>
14011
14012 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14013 object and get function length.
14014 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14015 with MACRO_AT_func.
14016 (top-level): Replace gdb_compile and clean_restart with
14017 prepare_for_testing.
14018 * gdb.dwarf2/main.c (main): Add label main_label.
14019
14020 2014-11-14 Yao Qi <yao@codesourcery.com>
14021
14022 * lib/dwarf.exp (function_range): New procedure.
14023 (Dwarf::_handle_macro_at_func): New procedure.
14024 (Dwarf::_handle_macro_at_range): New procedure.
14025 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14026
14027 2014-11-14 Yao Qi <yao@codesourcery.com>
14028
14029 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14030 (_handle_attribute): New procedure.
14031
14032 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14033
14034 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14035 * gdb.base/call-sc.c (zed): Likewise.
14036 * gdb.base/checkpoint.c (main): Likewise.
14037 * gdb.base/dump.c (main): Likewise.
14038 * gdb.base/gcore.c (main): Likewise.
14039 * gdb.base/huge.c (main): Likewise.
14040 * gdb.base/multi-forks.c (main): Likewise.
14041 * gdb.base/pr10179-a.c (main): Likewise.
14042 * gdb.base/savedregs.c (main): Likewise.
14043 * gdb.base/sigaltstack.c (main): Likewise.
14044 * gdb.base/siginfo.c (main): Likewise.
14045 * gdb.base/structs.c (zed): Likewise.
14046 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14047 * gdb.mi/mi-syn-frame.c (main): Likewise.
14048 * gdb.mi/until.c (foo, main): Likewise.
14049 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14050 * gdb.base/solib-weak.c (foo): Declare.
14051 * gdb.base/attach-twice.c: Include stdio.h.
14052 * gdb.base/weaklib1.c: Likewise.
14053 * gdb.base/weaklib2.c: Likewise.
14054 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14055 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14056 unistd.h.
14057 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14058 * gdb.mi/mi-exit-code.c: Likewise.
14059 * gdb.base/break-interp-lib.c: Include string.h.
14060 * gdb.base/coremaker.c: Likewise.
14061 * gdb.base/testenv.c: Likewise.
14062 * gdb.python/py-finish-breakpoint.c: Likewise.
14063 * gdb.base/inferior-died.c: Include sys/wait.h.
14064 * gdb.base/fileio.c: Include time.h.
14065 * gdb.base/async-shell.c: Include unistd.h.
14066 * gdb.base/dprintf-non-stop.c: Likewise.
14067 * gdb.base/info-os.c: Likewise.
14068 * gdb.mi/mi-console.c: Likewise.
14069 * gdb.mi/watch-nonstop.c: Likewise.
14070 * gdb.python/py-events.c: Likewise.
14071 * gdb.base/async.c (baz): Move up before its invocation.
14072 * gdb.base/code_elim2.c (my_global_func): Likewise.
14073 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14074 * gdb.base/advance.c (func2): Likewise.
14075
14076 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14077
14078 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14079 variant.
14080 * gdb.base/annota3.c: Likewise.
14081 * gdb.base/async.c: Likewise.
14082 * gdb.base/average.c: Likewise.
14083 * gdb.base/call-ar-st.c: Likewise.
14084 * gdb.base/call-rt-st.c: Likewise.
14085 * gdb.base/call-sc.c: Likewise.
14086 * gdb.base/call-strs.c: Likewise.
14087 * gdb.base/ending-run.c: Likewise.
14088 * gdb.base/execd-prog.c: Likewise.
14089 * gdb.base/exprs.c: Likewise.
14090 * gdb.base/foll-exec.c: Likewise.
14091 * gdb.base/foll-fork.c: Likewise.
14092 * gdb.base/foll-vfork.c: Likewise.
14093 * gdb.base/funcargs.c: Likewise.
14094 * gdb.base/gcore.c: Likewise.
14095 * gdb.base/jump.c: Likewise.
14096 * gdb.base/langs0.c: Likewise.
14097 * gdb.base/langs1.c: Likewise.
14098 * gdb.base/langs2.c: Likewise.
14099 * gdb.base/mips_pro.c: Likewise.
14100 * gdb.base/nodebug.c: Likewise.
14101 * gdb.base/opaque0.c: Likewise.
14102 * gdb.base/opaque1.c: Likewise.
14103 * gdb.base/recurse.c: Likewise.
14104 * gdb.base/run.c: Likewise.
14105 * gdb.base/scope0.c: Likewise.
14106 * gdb.base/scope1.c: Likewise.
14107 * gdb.base/setshow.c: Likewise.
14108 * gdb.base/setvar.c: Likewise.
14109 * gdb.base/shmain.c: Likewise.
14110 * gdb.base/shr1.c: Likewise.
14111 * gdb.base/shr2.c: Likewise.
14112 * gdb.base/sigall.c: Likewise.
14113 * gdb.base/signals.c: Likewise.
14114 * gdb.base/so-indr-cl.c: Likewise.
14115 * gdb.base/solib2.c: Likewise.
14116 * gdb.base/structs.c: Likewise.
14117 * gdb.base/sum.c: Likewise.
14118 * gdb.base/vforked-prog.c: Likewise.
14119 * gdb.base/watchpoint.c: Likewise.
14120 * gdb.reverse/shr2.c: Likewise.
14121 * gdb.reverse/until-reverse.c: Likewise.
14122 * gdb.reverse/ur1.c: Likewise.
14123 * gdb.reverse/watch-reverse.c: Likewise.
14124
14125 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14126
14127 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14128 variant.
14129 * gdb.base/sepdebug.exp: Drop references to removed code.
14130
14131 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14132
14133 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14134 variant. Preserve original line numbering.
14135 * gdb.base/list1.c: Likewise.
14136
14137 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14138
14139 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14140 variant.
14141 * gdb.base/break1.c: Likewise.
14142 * gdb.base/break.exp: Drop references to removed code.
14143
14144 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14145
14146 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14147 variant.
14148
14149 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14150
14151 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14152
14153 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14154
14155 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14156 logic into perform_all_tests() and invoke it with and without
14157 function header prototypes.
14158 (do_function_calls): Remove conditional XFAIL for PR 5318.
14159 (rerun_and_prepare): Remove duplicate code.
14160 (perform_all_tests): New. Main logic moved here.
14161
14162 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14163
14164 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14165 code guarded by #ifdef NO_PROTOTYPES.
14166 (t_double_many_args): Likewise.
14167 (DEF_FUNC_MANY_ARGS_1): Likewise.
14168 (DEF_FUNC_VALUES_1): Likewise.
14169 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14170 guarded by #ifdef PROTOTYPES.
14171
14172 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14173
14174 * gdb.mi/mi-console.c: Add eye-catcher.
14175 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14176 instead of literal line number.
14177
14178 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14179
14180 * gdb.base/shr2.c: Add eye-catcher.
14181 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14182 line number.
14183
14184 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14185
14186 * gdb.base/jump.c: Add eye-catchers.
14187 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14188 numbers.
14189
14190 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14191
14192 * gdb.base/execd-prog.c: Add eye-catchers.
14193 * gdb.base/foll-exec.c: Likewise.
14194 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14195 line numbers.
14196
14197 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14198
14199 * gdb.base/ending-run.c: Add eye-catchers.
14200 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14201 literal line numbers.
14202
14203 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14204
14205 * gdb.base/call-rt-st.c: Add eye-catchers.
14206 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14207 literal line numbers.
14208
14209 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14210
14211 * gdb.base/call-ar-st.c: Add eye-catchers.
14212 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14213 literal line numbers.
14214
14215 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14216
14217 * gdb.base/average.c: Add eye-catchers.
14218 * gdb.base/sum.c: Likewise.
14219 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14220 regexps dynamically.
14221
14222 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14223
14224 * gdb.base/solib1.c: Add eye-catchers.
14225 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14226 literal line numbers.
14227
14228 2014-11-12 Pedro Alves <palves@redhat.com>
14229
14230 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14231 leader has exited.
14232
14233 2014-11-12 Pedro Alves <palves@redhat.com>
14234
14235 * gdb.arch/i386-bp_permanent.c: New file.
14236 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14237 (srcfile): Set to i386-bp_permanent.c.
14238 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14239 that stepi does not execute the 'leave' instruction, instead of
14240 testing it does execute.
14241 * gdb.base/bp-permanent.c: New file.
14242 * gdb.base/bp-permanent.exp: New file.
14243
14244 2014-11-10 Doug Evans <xdje42@gmail.com>
14245
14246 PR symtab/17564
14247 * gdb.base/symtab-search-order.exp: New file.
14248 * gdb.base/symtab-search-order.c: New file.
14249 * gdb.base/symtab-search-order-1.c: New file.
14250 * gdb.base/symtab-search-order-shlib-1.c: New file.
14251
14252 2014-11-07 Pedro Alves <palves@redhat.com>
14253
14254 PR gdb/17511
14255 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14256 i?86-*-linux*.
14257
14258 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14259
14260 PR c++/17494
14261 * gdb.cp/pr17494.cc: New file.
14262 * gdb.cp/pr17494.exp: New file.
14263
14264 2014-11-02 Yao Qi <yao@codesourcery.com>
14265
14266 * gdb.python/python.exp: Get working directory and match the
14267 output of "set extended-prompt \\w " with it.
14268
14269 2014-10-30 Doug Evans <dje@google.com>
14270
14271 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14272 in objfiles.
14273 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14274 in progspaces.
14275
14276 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14277
14278 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14279 * gdb.base/realname-expand.exp: Likewise.
14280 * gdb.linespec/macro-relative.exp: Likewise.
14281
14282 2014-10-29 Pedro Alves <palves@redhat.com>
14283
14284 PR gdb/17408
14285 * gdb.threads/schedlock.c (some_function): New function.
14286 (call_function): New global.
14287 (MAYBE_CALL_SOME_FUNCTION): New macro.
14288 (thread_function): Call it.
14289 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14290 and use it instead of a global counter. Adjust all callers.
14291 (get_current_thread): Use "find current thread" for test message
14292 here rather than having all callers pass down the same string.
14293 (goto_loop): New procedure, factored out from ...
14294 (my_continue): ... this.
14295 (step_ten_loops): Change parameter from test message to command to
14296 use. Adjust.
14297 (list_count): Delete global.
14298 (check_result): New procedure, factored out from duplicate top
14299 level code.
14300 (continue tests): Wrap in with_test_prefix.
14301 (test_step): New procedure, factored out from duplicate top level
14302 code.
14303 (top level): Test "step" in combination with all scheduler-locking
14304 modes. Test "next" in combination with all scheduler-locking
14305 modes, and in combination with stepping over a function call or
14306 not.
14307 * gdb.threads/next-bp-other-thread.c: New file.
14308 * gdb.threads/next-bp-other-thread.exp: New file.
14309
14310 2014-10-29 Pedro Alves <palves@redhat.com>
14311
14312 PR python/17372
14313 * gdb.python/python.exp: Test a multi-line command that spawns
14314 interactive Python.
14315 * gdb.base/multi-line-starts-subshell.exp: New file.
14316
14317 2014-10-29 Yao Qi <yao@codesourcery.com>
14318
14319 * gdb.base/fileio.exp: Make directories on host.
14320
14321 2014-10-29 Yao Qi <yao@codesourcery.com>
14322
14323 * gdb.base/fileio.c (test_write): Close the file.
14324
14325 2014-10-28 Pedro Alves <palves@redhat.com>
14326
14327 PR gdb/12623
14328 * gdb.base/sigstep.c (no_handler): New global.
14329 (main): If 'no_handler is true, set the signal handlers to
14330 SIG_IGN.
14331 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14332 with_sw_watch and no_handler parameters. Handle them.
14333 (top level) <stepping over handler when stopped at a breakpoint
14334 test>: Add a test axis for testing with a software watchpoint, and
14335 another for testing with the signal handler set to SIG_IGN.
14336 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14337 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14338
14339 2014-10-28 Pedro Alves <palves@redhat.com>
14340
14341 PR gdb/17511
14342 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14343 * gdb.base/sigstep.exp (other_handler_location): New global.
14344 (advance): Support stepping into the signal handler, and running
14345 commands while in the handler.
14346 (in_handler_map): New global.
14347 (top level): In the advance test, add combinations for getting
14348 into the handler with stepping commands, and for running commands
14349 in the handler. Add comment descripting the advancei tests.
14350
14351 2014-10-28 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.base/sigstep.exp: Use build_executable instead of
14354 prepare_for_testing.
14355 (top level): Move code that starts GDB, runs to main and creates a
14356 display to ...
14357 (restart): ... this new procedure.
14358 (top level): Move backtrace from signal handler test to ...
14359 (validate_backtrace): ... this new procedure.
14360 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14361 with_test_prefix. Always restart GDB.
14362 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14363 with_test_prefix. Always restart GDB. No need to delete
14364 breakpoints after the test.
14365 (test_skip_handler): Remove prefix parameter.
14366 (skip_over_handler, breakpoint_to_handler)
14367 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14368 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14369 restart GDB. No need to delete breakpoints after the test.
14370 (top level): Use foreach to call the test procedures with
14371 different commands.
14372
14373 2014-10-28 Pedro Alves <palves@redhat.com>
14374
14375 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14376 instead of GNATS numbers.
14377 * gdb.base/sigbpt.exp: Likewise.
14378 * gdb.base/siginfo.exp: Likewise.
14379 * gdb.base/sigstep.exp: Likewise.
14380
14381 2014-10-27 Pedro Alves <palves@redhat.com>
14382
14383 * gdb.base/sigstep.c (dummy): New global.
14384 (main): Issue a couple writes to the new global.
14385 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14386 procedures.
14387 (skip_over_handler): Use test_skip_handler.
14388 (top level): Call skip_over_handler for stepi and nexti too.
14389 (breakpoint_over_handler): Use test_skip_handler.
14390 (top level): Call breakpoint_over_handler for stepi and nexti too.
14391
14392 2014-10-27 Yao Qi <yao@codesourcery.com>
14393
14394 * gdb.trace/tfile.c (adjust_function_address)
14395 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14396 function descriptor.
14397
14398 2014-10-24 Don Breazeal <donb@codesourcery.com>
14399
14400 * gdb.base/foll-fork.exp (test_follow_fork,
14401 catch_fork_child_follow): Check for updated fork messages emitted
14402 from infrun.c.
14403 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14404 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14405 vfork_and_exec_child_follow_through_step): Check for updated vfork
14406 messages emitted from infrun.c.
14407
14408 2014-10-24 Pedro Alves <palves@redhat.com>
14409
14410 * gdb.base/corefile.exp: Remove references to ultrix.
14411 * gdb.base/interrupt.exp: Likewise.
14412 * gdb.base/whatis.exp: Likewise.
14413 * gdb.gdb/selftest.exp: Likewise.
14414 * gdb.threads/manythreads.exp: Likewise.
14415 * gdb.threads/print-threads.exp: Likewise.
14416 * gdb.threads/pthreads.exp:: Likewise.
14417 * gdb.threads/schedlock.exp: Likewise.
14418
14419 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14420
14421 * gdb.cp/non-trivial-retval.cc: Add a test case.
14422 * gdb.cp/non-trivial-retval.exp: Add a test.
14423
14424 2014-10-20 Yao Qi <yao@codesourcery.com>
14425
14426 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14427 * gdb.python/py-objfile-script-gdb.py: New file.
14428 * gdb.python/py-objfile-script.exp: Update reference to
14429 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14430 of remote_download. Remove the dest file.
14431
14432 2014-10-20 Yao Qi <yao@codesourcery.com>
14433
14434 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14435 * gdb.base/step-line.exp: Likewise.
14436 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14437 * gdb.dwarf2/dw2-basic.exp: Likewise.
14438 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14439 * gdb.dwarf2/dw2-filename.exp: Likewise.
14440 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14441 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14442 * gdb.dwarf2/dw2-producer.exp: Likewise.
14443 * gdb.dwarf2/mac-fileno.exp: Likewise.
14444 * gdb.python/py-frame-args.exp: Likewise.
14445 * gdb.python/py-framefilter.exp: Likewise.
14446 * gdb.python/py-mi.exp: Likewise.
14447 * gdb.python/py-objfile-script.exp: Likewise
14448 * gdb.python/py-pp-integral.exp: Likewise.
14449 * gdb.python/py-pp-re-notag.exp: Likewise.
14450 * gdb.python/py-prettyprint.exp: Likewise.
14451 * gdb.python/py-section-script.exp: Likewise.
14452 * gdb.python/py-typeprint.exp: Likewise.
14453 * gdb.python/py-xmethods.exp: Likewise.
14454 * gdb.stabs/weird.exp: Likewise.
14455 * gdb.xml/tdesc-regs.exp: Likewise.
14456
14457 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14458
14459 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14460 (out_cu): Use addr_len for the size of addresses.
14461 (out_line): Likewise. Size DW_LNE_set_address instruction
14462 according to addr_len.
14463 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14464 (FUNC): Add START_INSNS to definition.
14465
14466 2014-10-18 Yao Qi <yao@codesourcery.com>
14467
14468 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14469 gdb_has_argv0 return true.
14470 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14471 check [target_info exists noargs], check [gdb_has_argv0]
14472 instead.
14473 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14474 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14475 procedures.
14476
14477 2014-10-17 Doug Evans <dje@google.com>
14478
14479 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14480 event.
14481 * gdb.python/py-events.py: Add clear_objfiles event.
14482
14483 2014-10-17 Doug Evans <dje@google.com>
14484
14485 * gdb.python/py-objfile.exp: Test progspace attribute.
14486
14487 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14488
14489 * gdb.guile/scm-breakpoint.exp: Do not assume any
14490 directory separators when matching source file paths.
14491 * gdb.python/py-breakpoint.exp: Likewise.
14492 * gdb.reverse/break-precsave.exp: Likewise.
14493 * gdb.reverse/break-reverse.exp: Likewise.
14494 * gdb.reverse/consecutive-precsave.exp: Likewise.
14495 * gdb.reverse/finish-precsave.exp: Likewise.
14496 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14497 * gdb.reverse/finish-reverse.exp: Likewise.
14498 * gdb.reverse/i386-precsave.exp: Likewise.
14499 * gdb.reverse/i387-env-reverse.exp: Likewise.
14500 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14501 * gdb.reverse/machinestate-precsave.exp: Likewise.
14502 * gdb.reverse/machinestate.exp: Likewise.
14503 * gdb.reverse/sigall-precsave.exp: Likewise.
14504 * gdb.reverse/solib-precsave.exp: Likewise.
14505 * gdb.reverse/step-precsave.exp: Likewise.
14506 * gdb.reverse/until-precsave.exp: Likewise.
14507 * gdb.reverse/watch-precsave.exp: Likewise.
14508 * gdb.reverse/watch-reverse.exp: Likewise.
14509
14510 2014-10-17 Yao Qi <yao@codesourcery.com>
14511
14512 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14513 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14514
14515 2014-10-17 Pedro Alves <palves@redhat.com>
14516
14517 PR gdb/17471
14518 * gdb.base/bg-execution-repeat.c: New file.
14519 * gdb.base/bg-execution-repeat.exp: New file.
14520
14521 2014-10-17 Pedro Alves <palves@redhat.com>
14522
14523 PR gdb/17300
14524 * gdb.base/continue-all-already-running.c: New file.
14525 * gdb.base/continue-all-already-running.exp: New file.
14526
14527 2014-10-17 Pedro Alves <palves@redhat.com>
14528
14529 PR gdb/17472
14530 * gdb.base/annota-input-while-running.c: New file.
14531 * gdb.base/annota-input-while-running.exp: New file.
14532
14533 2014-10-17 Pedro Alves <palves@redhat.com>
14534
14535 * gdb.base/callfuncs.exp: emove references to osf.
14536 * gdb.base/sigall.exp: Likewise.
14537 * gdb.gdb/selftest.exp: Likewise.
14538 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14539 * gdb.mi/non-stop.c: Likewise.
14540 * gdb.mi/pthreads.c: Likewise.
14541 * gdb.reverse/sigall-precsave.exp: Likewise.
14542 * gdb.reverse/sigall-reverse.exp: Likewise.
14543 * gdb.threads/pthreads.c: Likewise.
14544 * gdb.threads/pthreads.exp: Likewise.
14545
14546 2014-10-17 Yao Qi <yao@codesourcery.com>
14547
14548 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14549 check 'target_info exists noargs'.
14550 (test_command_prompt_position): Likewise.
14551 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14552 Remove "set args".
14553 (progvar_simple_while_test): Likewise.
14554 (progvar_complex_if_while_test): Likewise.
14555 (if_while_breakpoint_command_test): Likewise.
14556 (infrun_breakpoint_command_test): Likewise.
14557 (breakpoint_command_test): Likewise.
14558 (watchpoint_command_test): Likewise.
14559 (bp_deleted_in_command_test): Likewise.
14560 (temporary_breakpoint_commands): Likewise.
14561
14562 2014-10-16 Yao Qi <yao@codesourcery.com>
14563
14564 * gdb.base/remotetimeout.exp: Remove noargs checking.
14565
14566 2014-10-15 Pedro Alves <palves@redhat.com>
14567
14568 PR breakpoints/9649
14569 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14570 * gdb.base/breakpoint-in-ro-region.exp
14571 (probe_target_hardware_step): New procedure.
14572 (top level): Probe hardware stepping and hardware breakpoint
14573 support. Test stepping through a read-only region, with both
14574 "breakpoint auto-hw" on and off and both "always-inserted" on and
14575 off.
14576
14577 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14578
14579 * gdb.dlang/demangle.exp: Update for demangling changes.
14580
14581 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14582
14583 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14584 * gdb.cp/non-trivial-retval.exp: Add new tests.
14585
14586 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14587
14588 PR c++/13403
14589 PR c++/15154
14590 * gdb.cp/non-trivial-retval.cc: New file.
14591 * gdb.cp/non-trivial-retval.exp: New file.
14592
14593 2014-10-15 Yao Qi <yao@codesourcery.com>
14594
14595 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14596 remote host.
14597
14598 2014-10-15 Yao Qi <yao@codesourcery.com>
14599
14600 * gdb.python/py-symbol.exp: Match file base name if host is
14601 remote, otherwise match file name with dir name.
14602 * gdb.python/py-symtab.exp: Likewise.
14603 * gdb.python/python.exp: Likewise.
14604
14605 2014-10-15 Yao Qi <yao@codesourcery.com>
14606
14607 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14608 pattern.
14609 * gdb.python/py-symtab.exp: Likewise.
14610 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14611 locationn.
14612
14613 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14614
14615 * gdb.ada/addr_arith: New testcase.
14616
14617 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14618
14619 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14620 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14621 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14622 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14623
14624 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14625
14626 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14627 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14628 * gdb.arch/stap-eval-lang-ada.exp: New file.
14629
14630 2014-10-14 Yao Qi <yao@codesourcery.com>
14631
14632 * gdb.mi/mi-var-child.c (nothing1): New function.
14633 (nothing2): New function.
14634 (do_children_tests): Set function pointers by nothing1 and
14635 nothing2.
14636 * gdb.mi/mi-var-child.exp: Step over new added statements.
14637 Update test to match the new output.
14638 * gdb.mi/var-cmd.c (nothing1): New function.
14639 (nothing2): New function.
14640 (do_children_tests): Set function pointers by nothing1 and
14641 nothing2.
14642 * gdb.mi/mi-var-display.exp: Update test to match output.
14643 Step to the line specified by $line_dct_nothing.
14644 Increase the number of lines to step.
14645
14646 2014-10-14 Yao Qi <yao@codesourcery.com>
14647
14648 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14649 tests.
14650 * gdb.mi/mi2-var-child.exp: Likewise.
14651
14652 2014-10-13 Doug Evans <dje@google.com>
14653
14654 * gdb.python/py-objfile.exp: Change name of file name test.
14655
14656 2014-10-13 Doug Evans <dje@google.com>
14657
14658 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14659 from the start of the CU.
14660
14661 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14662 Yao Qi <yao@codesourcery.com>
14663
14664 Fix "save breakpoints" for "catch" command.
14665 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14666 Remove -nonewline. Match also the added "main" line.
14667
14668 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14669
14670 Fix "save breakpoints" for "disable $bpnum" command.
14671 * gdb.base/save-bp.c (main): Add label.
14672 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14673
14674 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14675
14676 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14677
14678 2014-10-11 Yao Qi <yao@codesourcery.com>
14679
14680 * gdb.server/server-kill.exp: Execute command
14681 "set remote trace-status-packet on" before "tstatus".
14682
14683 2014-10-11 Yao Qi <yao@codesourcery.com>
14684
14685 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14686 (main): Call getppid.
14687 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14688 and continue to it. Read variable "server_pid".
14689
14690 2014-10-11 Yao Qi <yao@codesourcery.com>
14691
14692 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14693
14694 2014-10-11 Yao Qi <yao@codesourcery.com>
14695
14696 * gdb.threads/thread-find.exp: Don't execute command
14697 "info threads".
14698 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14699 * gdb.threads/linux-dp.exp: Don't check the condition
14700 $threads_created equals to zero.
14701
14702 2014-10-10 Pedro Alves <palves@redhat.com>
14703
14704 * gdb.base/bigcore.exp: Remove references to IRIX.
14705 * gdb.base/funcargs.exp: Likewise.
14706 * gdb.base/interrupt.exp: Likewise.
14707 * gdb.base/mips_pro.exp: Likewise.
14708 * gdb.base/nodebug.exp: Likewise.
14709 * gdb.base/setvar.exp: Likewise.
14710 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14711
14712 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14713 Pedro Alves <palves@redhat.com>
14714
14715 PR symtab/14466
14716 * gdb.base/vdso-warning.c: New file.
14717 * gdb.base/vdso-warning.exp: New file.
14718
14719 2014-10-02 Doug Evans <dje@google.com>
14720
14721 * gdb.base/structs.c (main): Don't run forever.
14722
14723 2014-10-02 Pedro Alves <palves@redhat.com>
14724
14725 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14726 (top level) <stop threads 1, stop threads 2>: Use it.
14727
14728 2014-10-02 Pedro Alves <palves@redhat.com>
14729
14730 * gdb.threads/break-while-running.exp (test): Add new
14731 'update_thread_list' argument. Skip "info threads" if false.
14732 (top level): Add new 'update_thread_list' axis.
14733
14734 2014-10-02 Pedro Alves <palves@redhat.com>
14735
14736 PR breakpoints/17431
14737 * gdb.base/execl-update-breakpoints.c: New file.
14738 * gdb.base/execl-update-breakpoints.exp: New file.
14739
14740 2014-10-01 Pedro Alves <palves@redhat.com>
14741
14742 * gdb.base/breakpoint-in-ro-region.c: New file.
14743 * gdb.base/breakpoint-in-ro-region.exp: New file.
14744
14745 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14746
14747 * gdb.mi/mi-exit-code.exp: New file.
14748 * gdb.mi/mi-exit-code.c: New file.
14749
14750 2014-09-30 Yao Qi <yao@codesourcery.com>
14751
14752 * lib/prelink-support.exp (build_executable_own_libs): Error if
14753 the target isn't native.
14754
14755 2014-09-30 Yao Qi <yao@codesourcery.com>
14756
14757 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14758 false.
14759
14760 2014-09-22 Pedro Alves <palves@redhat.com>
14761
14762 * gdb.threads/break-while-running.exp: New file.
14763 * gdb.threads/break-while-running.c: New file.
14764
14765 2014-09-19 Yao Qi <yao@codesourcery.com>
14766
14767 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14768 Invoke test. Restart GDB with --readnow and invoke test again.
14769
14770 2014-09-19 Yao Qi <yao@codesourcery.com>
14771
14772 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14773 proc set_breakpoint_on_gcd_function. Invoke
14774 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14775 invoke set_breakpoint_on_gcd_function again.
14776
14777 2014-09-18 Doug Evans <dje@google.com>
14778
14779 * gdb.dwarf2/symtab-producer.exp: New file.
14780
14781 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14782
14783 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14784 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14785 * gdb.base/global-var-nested-by-dso.c: Likewise.
14786 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14787
14788 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14789 Pedro Alves <palves@redhat.com>
14790
14791 * gdb.base/watch-bitfields.exp: Pass string other than test file
14792 name to prepare_for_testing.
14793 (watch): New procedure.
14794 (expect_watchpoint): Use with_test_prefix.
14795 (top level): Factor out tests to ...
14796 (test_watch_location, test_regular_watch): ... these new
14797 procedures, and use with_test_prefix and gdb_continue_to_end.
14798
14799 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14800
14801 PR breakpoints/12526
14802 * gdb.base/watch-bitfields.exp: New file.
14803 * gdb.base/watch-bitfields.c: New file.
14804
14805 2014-09-16 Pedro Alves <palves@redhat.com>
14806
14807 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14808 software and hardware addresses, not software address against
14809 itself.
14810
14811 2014-09-16 Pedro Alves <palves@redhat.com>
14812
14813 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14814 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14815
14816 2014-09-16 Pedro Alves <palves@redhat.com>
14817
14818 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14819 files.
14820 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14821 "*-*-vxworks*" throughout.
14822 * gdb.base/break.exp: Likewise.
14823 * gdb.base/default.exp: Likewise.
14824 * gdb.base/scope.exp: Likewise.
14825 * gdb.base/sepdebug.exp: Likewise.
14826 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14827 throughout.
14828 * gdb.base/run.c: Likewise.
14829 * gdb.base/sepdebug.c: Likewise.
14830 * gdb.hp/gdb.aCC/run.c: Likewise.
14831 * gdb.reverse/until-reverse.c: Likewise.
14832 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14833
14834 2014-09-16 Yao Qi <yao@codesourcery.com>
14835
14836 * boards/local-remote-host-native.exp: New file.
14837
14838 2014-09-14 Doug Evans <xdje42@gmail.com>
14839
14840 * gdb.threads/queue-signal.c (thread_count): New variable.
14841 (thread_count_mutex, thread_count_condvar): New variables.
14842 (incr_thread_count, wait_all_threads_running): New functions.
14843 (main): Wait for all threads to be in their thread functions.
14844
14845 2014-09-13 Doug Evans <xdje42@gmail.com>
14846
14847 * gdb.threads/queue-signal.c: New file.
14848 * gdb.threads/queue-signal.exp: New file.
14849
14850 2014-09-13 Doug Evans <xdje42@gmail.com>
14851
14852 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14853 be consistent with what default_gdb_init uses.
14854 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14855 the plain text of the prompt. Add some logging printfs.
14856 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14857
14858 2014-09-12 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14861 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14862 * gdb.arch/i386-size-overlap.exp: Likewise.
14863 * gdb.arch/i386-size.exp: Likewise.
14864 * gdb.arch/i386-unwind.exp: Likewise.
14865 * gdb.base/a2-run.exp: Likewise.
14866 * gdb.base/break.exp: Likewise.
14867 * gdb.base/charset.exp: Likewise.
14868 * gdb.base/chng-syms.exp: Likewise.
14869 * gdb.base/commands.exp: Likewise.
14870 * gdb.base/dbx.exp: Likewise.
14871 * gdb.base/find.exp: Likewise.
14872 * gdb.base/funcargs.exp: Likewise.
14873 * gdb.base/jit-simple.exp: Likewise.
14874 * gdb.base/reread.exp: Likewise.
14875 * gdb.base/sepdebug.exp: Likewise.
14876 * gdb.base/step-bt.exp: Likewise.
14877 * gdb.cp/mb-inline.exp: Likewise.
14878 * gdb.cp/mb-templates.exp: Likewise.
14879 * gdb.objc/basicclass.exp: Likewise.
14880 * gdb.threads/killed.exp: Likewise.
14881
14882 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14883
14884 PR tdep/17379
14885 * gdb.arch/powerpc-stackless.S: New file.
14886 * gdb.arch/powerpc-stackless.exp: New file.
14887
14888 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14889
14890 * gdb.base/attach.c: Include unistd.h.
14891 (main): Call alarm. Add label postloop.
14892 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14893 gdb_breakpoint, gdb_continue_to_breakpoint.
14894 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14895
14896 2014-09-11 Pedro Alves <palves@redhat.com>
14897
14898 PR gdb/17347
14899 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14900 * gdb.base/attach.exp (test_command_line_attach_run): New
14901 procedure.
14902 (top level): Call it.
14903
14904 2014-09-11 Pedro Alves <palves@redhat.com>
14905
14906 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14907 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14908 (do_command_attach_tests): Use spawn_wait_for_attach.
14909 * gdb.base/solib-overlap.exp: Likewise.
14910 * gdb.multi/multi-attach.exp: Likewise.
14911 * gdb.python/py-prompt.exp: Likewise.
14912 * gdb.python/py-sync-interp.exp: Likewise.
14913 * gdb.server/ext-attach.exp: Likewise.
14914
14915 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14916
14917 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14918 command in testcase. Simplify testcase.
14919
14920 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14921
14922 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14923
14924 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14925
14926 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14927
14928 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14929
14930 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14931
14932 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14933
14934 * gdb.dwarf2/dynarr-ptr.c: New file.
14935 * gdb.dwarf2/dynarr-ptr.exp: New file.
14936
14937 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14938
14939 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14940 of 30 rather than hardcoding 120 for a slow test case. Take the
14941 `gdb,timeout' target setting into account for this calculation.
14942 Don't extend the timeout for the test cases that don't need it.
14943
14944 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14945
14946 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14947 a factor of 2 for a slow test case. Take the `gdb,timeout'
14948 target setting into account for this calculation.
14949 * gdb.reverse/until-precsave.exp: Increase the timeout by
14950 a factor of 15 and 3 respectively rather than adding 120
14951 for a pair of slow test cases. Take the `gdb,timeout'
14952 target setting into account for this calculation.
14953
14954 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14955
14956 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14957 timeout, don't pass one down to gdb_expect.
14958 (gdb_expect): Rework timeout selection.
14959
14960 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14961
14962 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14963 exception on timeout.
14964 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14965 (gdbserver_start_extended): Catch any `gdbserver_start' error
14966 exceptions.
14967 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14968 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14969 `gdbserver_gdb_load' error exceptions.
14970
14971 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14972
14973 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14974 120 on waiting for the TCP socket to open.
14975
14976 2014-09-09 Doug Evans <xdje42@gmail.com>
14977
14978 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14979 _caller_matches, _any_caller_is, _any_caller_matches.
14980
14981 2014-09-09 Doug Evans <xdje42@gmail.com>
14982
14983 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14984
14985 2014-09-09 Yao Qi <yao@codesourcery.com>
14986
14987 * gdb.mi/mi-var-display.exp: Set print symbol off.
14988
14989 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14990
14991 PR gdb/17035
14992 * gdb.base/commands.exp: Add tests to verify user-defined
14993 commands with empty bodies.
14994 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14995 python commands in `show user command`.
14996 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14997 scheme commands in `show user command`.
14998
14999 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15000
15001 PR python/17355
15002 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15003 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15004 * gdb.python/py-framefilter-invalidarg.exp: New file.
15005 * gdb.python/py-framefilter-invalidarg.py: New file.
15006
15007 2014-09-06 Doug Evans <xdje42@gmail.com>
15008
15009 PR 15276
15010 * gdb.python/py-caller-is.c: New file.
15011 * gdb.python/py-caller-is.exp: New file.
15012
15013 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15014
15015 PR gdb/17235
15016 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15017 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15018
15019 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15020
15021 PR fortran/17237
15022 * gdb.fortran/print-formatted.exp: New file.
15023 * gdb.fortran/print-formatted.f90: Likewise.
15024
15025 2014-09-03 Sasha Smundak <asmundak@google.com>
15026
15027 * gdb.python/py-frame.exp: Test Frame.read_register.
15028
15029 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15030
15031 PR python/16699
15032 * gdb.python/py-completion.exp: New file.
15033 * gdb.python/py-completion.py: Likewise.
15034
15035 2014-08-28 Doug Evans <dje@google.com>
15036
15037 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15038 eax,etc. are live with values set by gdb and thus the compiler can't
15039 use them.
15040 * gdb.arch/i386-pseudo.c (main): Ditto.
15041
15042 2014-08-27 Doug Evans <dje@google.com>
15043
15044 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15045
15046 2014-08-25 Doug Evans <dje@google.com>
15047
15048 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15049 (main): Ditto.
15050
15051 2014-08-25 Doug Evans <dje@google.com>
15052
15053 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15054
15055 2014-08-24 Yao Qi <yao@codesourcery.com>
15056
15057 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15058 symbol off.
15059 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15060
15061 2014-08-22 Doug Evans <dje@google.com>
15062
15063 PR 17276
15064 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15065 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15066 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15067
15068 2014-08-22 Yao Qi <yao@codesourcery.com>
15069
15070 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15071 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15072 * gdb.python/python.exp: Likewise. Use .py file on the host
15073 instead of the build.
15074
15075 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15076
15077 * gdb.threads/gcore-stale-thread.c: New file.
15078 * gdb.threads/gcore-stale-thread.exp: New file.
15079
15080 2014-08-21 Pedro Alves <palves@redhat.com>
15081
15082 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15083 * gdb.base/gcore-relro-pie.exp: Likewise.
15084 * gdb.base/gcore-relro.exp: Likewise.
15085 * gdb.base/gcore.exp: Likewise.
15086 * gdb.base/print-symbol-loading.exp: Likewise.
15087 * gdb.threads/gcore-thread.exp: Likewise.
15088 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15089
15090 2014-08-20 Pedro Alves <palves@redhat.com>
15091 Jan Kratochvil <jan.kratochvil@redhat.com>
15092
15093 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15094 configure.
15095 (EXPECT): Handle READ1 being set.
15096 (all): Depend on EXTRA_RULES.
15097 (check-read1, expect-read1, read1.so, read1): New rules.
15098 * README (Testsuite Parameters): Document the READ1 make variable.
15099 (Race detection): New section.
15100 * configure: Regenerate.
15101 * configure.ac: If build==host==target, and running under a
15102 GNU/glibc system, add read1 to the extra Makefile rules.
15103 (EXTRA_RULES): AC_SUBST it.
15104 * lib/read1.c: New file.
15105
15106 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15107
15108 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15109 the handling of variables declared as a typedef to an array
15110 which a DW_AT_data_location attribute.
15111
15112 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15113 Pedro Alves <palves@redhat.com>
15114
15115 PR symtab/14604
15116 PR symtab/14605
15117 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15118 gdb_test.
15119
15120 2014-08-19 Pedro Alves <palves@redhat.com>
15121
15122 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15123
15124 2014-08-19 Yao Qi <yao@codesourcery.com>
15125
15126 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15127 right line.
15128
15129 2014-08-18 David Blaikie <dblaikie@gmail.com>
15130
15131 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15132
15133 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15134
15135 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15136 attribute in array range.
15137
15138 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15139
15140 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15141
15142 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15143
15144 PR c++/17132
15145 * gdb.cp/pr17132.cc: New file.
15146 * gdb.cp/pr17132.exp: New file.
15147
15148 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15149
15150 * gdb.python/py-xmethods.py (A_getarrayind)
15151 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15152 Use 'print' with function call syntax.
15153 (E_method_matcher.match): Fix tab vs space indentation mixup.
15154
15155 2014-08-15 Yao Qi <yao@codesourcery.com>
15156
15157 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15158 false.
15159
15160 2014-08-15 Yao Qi <yao@codesourcery.com>
15161
15162 * gdb.cp/casts.exp: Set print symbol off.
15163 * gdb.cp/class2.exp: Likewise.
15164 * gdb.cp/overload.exp: Likewise.
15165 * gdb.cp/templates.exp: Likewise.
15166
15167 2014-08-11 Doug Evans <dje@google.com>
15168
15169 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15170 (test_load_shlib): Update.
15171
15172 2014-08-09 Yao Qi <yao@codesourcery.com>
15173
15174 * gdb.base/display.exp: Invoke is_address_zero_readable.
15175 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15176 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15177 * gdb.base/hbreak-unmapped.exp: Return if
15178 is_address_zero_readable returns true.
15179 * gdb.base/signest.exp: Likewise.
15180 * gdb.base/signull.exp: Likewise.
15181 * gdb.base/sigbpt.exp: Likewise.
15182 * gdb.guile/scm-disasm.exp: Do the test if
15183 is_address_zero_readable returns false.
15184 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15185 * gdb.python/py-arch.exp: Likewise.
15186 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15187 * lib/gdb.exp (is_address_zero_readable): New proc.
15188
15189 2014-08-09 Yao Qi <yao@codesourcery.com>
15190
15191 PR testsuite/13443
15192 * gdb.mi/mi-var-display.exp: Make test messages unique.
15193
15194 2014-08-04 Tom Tromey <tromey@redhat.com>
15195
15196 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15197 target 0".
15198
15199 2014-08-04 Tom Tromey <tromey@redhat.com>
15200
15201 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15202 "target_resume".
15203
15204 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15205
15206 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15207 inner_vla_struct_object_size.
15208 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15209 as xfail.
15210
15211 2014-07-30 Pedro Alves <palves@redhat.com>
15212
15213 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15214 comment.
15215
15216 2014-07-29 Yao Qi <yao@codesourcery.com>
15217
15218 PR gdb/17206
15219 * gdb.base/until-nodebug.exp: New.
15220
15221 2014-07-28 Doug Evans <xdje42@gmail.com>
15222
15223 PR guile/17203
15224 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15225 previously existing parameter, and previously ambiguously spelled
15226 parameter.
15227
15228 2014-07-28 Will Newton <will.newton@linaro.org>
15229
15230 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15231
15232 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15233 Doug Evans <xdje42@gmail.com>
15234
15235 PR guile/17146
15236 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15237
15238 2014-07-25 Pedro Alves <palves@redhat.com>
15239
15240 * gdb.threads/signal-command-handle-nopass.c: New file.
15241 * gdb.threads/signal-command-handle-nopass.exp: New file.
15242 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15243 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15244 * gdb.threads/signal-delivered-right-thread.c: New file.
15245 * gdb.threads/signal-delivered-right-thread.exp: New file.
15246
15247 2014-07-25 Pedro Alves <palves@redhat.com>
15248
15249 * gdb.base/double-prompt-target-event-error.exp
15250 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15251 match.
15252 (cancel_pagination_in_target_event): Rework double prompt
15253 detection.
15254 * gdb.base/paginate-after-ctrl-c-running.exp
15255 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15256 <return>' match.
15257 * gdb.base/paginate-bg-execution.exp
15258 (test_bg_execution_pagination_return)
15259 (test_bg_execution_pagination_cancel): Remove '-notransfer
15260 <return>' matches.
15261 * gdb.base/paginate-execution-startup.exp
15262 (test_fg_execution_pagination_return)
15263 (test_fg_execution_pagination_cancel): Remove '-notransfer
15264 <return>' matches.
15265 * gdb.base/paginate-inferior-exit.exp
15266 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15267 match.
15268 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15269 * lib/gdb.exp (pagination_prompt): Run text through
15270 string_to_regexp.
15271 (gdb_test_multiple): Match $pagination_prompt instead of
15272 "<return>".
15273 (string_to_regexp): Move to lib/gdb-utils.exp.
15274
15275 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15276
15277 * gdb.arch/amd64-entry-value-paramref.S: New file.
15278 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15279 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15280 * gdb.arch/amd64-optimout-repeat.S: New file.
15281 * gdb.arch/amd64-optimout-repeat.c: New file.
15282 * gdb.arch/amd64-optimout-repeat.exp: New file.
15283
15284 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15285
15286 PR gdb/17170
15287 * gdb.base/statistics.exp: New file.
15288
15289 2014-07-17 Doug Evans <dje@google.com>
15290
15291 PR gdb/17170
15292 * gdb.base/maint.exp: Update testing of per-command stats.
15293
15294 2014-07-16 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15297 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15298 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15299 (tfile_write_buf): New functions.
15300 (add_memory_block): Rewrite using the above.
15301 (adjust_function_address): New function.
15302 (FUNCTION_ADDRESS): New macro.
15303 (write_basic_trace_file): Remove short_x local, and use
15304 tfile_write_16. Change type of func_addr local to unsigned long
15305 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15306 here. Cast argument of add_memory_block to char pointer.
15307 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15308 (main): Remove parameters.
15309 * gdb.trace/tfile.exp: Remove nowarnings.
15310
15311 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15312
15313 * gdb.base/debug-expr.exp: Test string evaluation with
15314 "debug expression" on.
15315
15316 2014-07-15 Pedro Alves <palves@redhat.com>
15317
15318 * gdb.base/reread.exp: Use clean_restart.
15319
15320 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15321
15322 * gdb.arch/avr-flash-qualifer.c: New.
15323 * gdb.arch/avr-flash-qualifer.exp: New.
15324
15325 2014-07-14 Pedro Alves <palves@redhat.com>
15326
15327 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15328 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15329
15330 2014-07-14 Pedro Alves <palves@redhat.com>
15331
15332 * gdb.base/double-prompt-target-event-error.c: New file.
15333 * gdb.base/double-prompt-target-event-error.exp: New file.
15334
15335 2014-07-14 Pedro Alves <palves@redhat.com>
15336
15337 PR gdb/17072
15338 * gdb.base/paginate-inferior-exit.c: New file.
15339 * gdb.base/paginate-inferior-exit.exp: New file.
15340
15341 2014-07-14 Pedro Alves <palves@redhat.com>
15342
15343 PR gdb/17072
15344 * gdb.base/paginate-bg-execution.c: New file.
15345 * gdb.base/paginate-bg-execution.exp: New file.
15346
15347 2014-07-14 Pedro Alves <palves@redhat.com>
15348
15349 PR gdb/17072
15350 * gdb.base/paginate-execution-startup.c: New file.
15351 * gdb.base/paginate-execution-startup.exp: New file.
15352 * lib/gdb.exp (pagination_prompt): New global.
15353 (default_gdb_spawn): New procedure, factored out from
15354 default_gdb_spawn.
15355 (default_gdb_start): Adjust to call default_gdb_spawn.
15356 (gdb_spawn): New procedure.
15357
15358 2014-07-14 Pedro Alves <palves@redhat.com>
15359
15360 * lib/gdb.exp (gdb_assert): New procedure.
15361 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15362
15363 2014-07-14 Pedro Alves <palves@redhat.com>
15364
15365 * gdb.base/execution-termios.c: New file.
15366 * gdb.base/execution-termios.exp: New file.
15367
15368 2014-07-14 Tom Tromey <tromey@redhat.com>
15369
15370 * gdb.cp/vla-cxx.cc: New file.
15371 * gdb.cp/vla-cxx.exp: New file.
15372
15373 2014-07-14 Tom Tromey <tromey@redhat.com>
15374
15375 * gdb.reverse/rerun-prec.c: New file.
15376 * gdb.reverse/rerun-prec.exp: New file.
15377
15378 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15379 Maciej W. Rozycki <macro@codesourcery.com>
15380
15381 * lib/gdb-utils.exp: New file.
15382 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15383 inline `gdb_init_command' processing.
15384 (gdb_start_cmd): Likewise.
15385 * lib/mi-support.exp (mi_run_cmd): Likewise.
15386 * README: Document `gdb_init_command' and `gdb_init_commands'.
15387
15388 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15389
15390 Fix false FAIL running under a very long directory name.
15391 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15392 and "set print elements 10000". Twice.
15393
15394 2014-07-11 Yao Qi <yao@codesourcery.com>
15395
15396 * gdb.base/exprs.exp: "set print symbol off".
15397
15398 2014-07-11 Pedro Alves <palves@redhat.com>
15399
15400 * gdb.threads/kill.c: New file.
15401 * gdb.threads/kill.exp: New file.
15402
15403 2014-07-10 Yao Qi <yao@codesourcery.com>
15404
15405 * gdb.trace/tfile.c (write_basic_trace_file)
15406 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15407 address written to trace file.
15408
15409 2014-07-09 Pedro Alves <palves@redhat.com>
15410
15411 * gdb.base/attach-wait-input.exp: New file.
15412 * gdb.base/attach-wait-input.c: New file.
15413
15414 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15415
15416 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15417 setting up test structures.
15418 (main): Call new test function.
15419 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15420 test function, continue into test function and walk test
15421 structures.
15422
15423 2014-07-02 Yao Qi <yao@codesourcery.com>
15424
15425 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15426 'bar_start' at the beginning of functions 'foo' and 'bar'
15427 respectively.
15428 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15429 instead of 'foo' and 'bar'.
15430
15431 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15432
15433 * gdb.btrace/segv.exp: New.
15434 * gdb.btrace/segv.c: New.
15435
15436 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15437
15438 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15439 instruction.
15440
15441 2014-06-30 Mark Wielaard <mjw@redhat.com>
15442
15443 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15444 vulture, vilify, villar): New volatile array constants.
15445 (vindictive, vegetation): New const volatile array constants.
15446 * gdb.base/volatile.exp: Test volatile and const volatile array
15447 types.
15448
15449 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15450
15451 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15452 target lacks support for awatch, rwatch, or hbreak.
15453
15454 2014-06-27 Yao Qi <yao@codesourcery.com>
15455
15456 * gdb.multi/dummy-frame-restore.exp: New.
15457 * gdb.multi/dummy-frame-restore.c: New.
15458
15459 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15460
15461 * gdb.btrace/gcore.exp: New.
15462
15463 2014-06-23 Pedro Alves <palves@redhat.com>
15464
15465 * gdb.base/watchpoint-reuse-slot.c: New file.
15466 * gdb.base/watchpoint-reuse-slot.exp: New file.
15467
15468 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15469
15470 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15471 progspace's filename in 'info', 'enable' and 'disable' command
15472 tests.
15473
15474 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15475
15476 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15477 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15478 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15479
15480 2014-06-20 Gary Benson <gbenson@redhat.com>
15481
15482 * gdb.arch/i386-avx.exp: Fix include file location.
15483 * gdb.arch/i386-sse.exp: Likewise.
15484
15485 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15486
15487 * gdb.dlang/expression.exp: New file.
15488
15489 2014-06-19 Pedro Alves <palves@redhat.com>
15490
15491 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15492 out from ...
15493 (top level): ... here. Iterate running tests under different
15494 scheduler-locking settings.
15495
15496 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15497
15498 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15499 to DW_FORM_addr and use non-zero addresses.
15500
15501 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15502
15503 PR gdb/17017
15504 * gdb.python/py-xmethods.cc: Add global function call counters and
15505 increment them in their respective functions. Remove "cout"
15506 statements.
15507 * gdb.python/py-xmethods.exp: Make tests check the global function
15508 call counters instead of depending on inferior IO.
15509
15510 2014-06-18 Don Breazeal <donb@codesourcery.com>
15511
15512 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15513 Deleted procedure.
15514 (explicit_fork_parent_follow): Deleted procedure.
15515 (explicit_fork_child_follow): Deleted procedure.
15516 (test_follow_fork): New procedure.
15517 (do_fork_tests): Replace calls to deleted procedures with
15518 calls to test_follow_fork and reset GDB for subsequent
15519 procedure calls.
15520
15521 2014-06-17 Yao Qi <yao@codesourcery.com>
15522
15523 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15524 CP1252.
15525
15526 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15527
15528 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15529 Initialize ptr and S explicitly.
15530 (skip_type_update_when_not_use_rtti_test): Likewise.
15531
15532 2014-06-16 Keith Seitz <keiths@redhat.com>
15533
15534 PR mi/15863
15535 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15536 the inferior is started.
15537
15538 2014-06-16 Pedro Alves <palves@redhat.com>
15539
15540 * gdb.base/break-main-file-remove-fail.c: New file.
15541 * gdb.base/break-main-file-remove-fail.exp: New file.
15542 * gdb.base/break-unload-file.exp: Use build_executable instead of
15543 prepare_for_testing.
15544 (test_break): New parameter "initial_load". Handle it.
15545 (top level): Add initial_load cmdline/file axis.
15546
15547 2014-06-12 Tom Tromey <tromey@redhat.com>
15548
15549 * gdb.base/completion.exp: Don't use directory name in test.
15550
15551 2014-06-09 Gary Benson <gbenson@redhat.com>
15552
15553 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15554 separate the always-available ANSI-standard signals from the
15555 signals that require checking.
15556 (main): Likewise.
15557 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15558 Likewise.
15559 (main): Likewise.
15560
15561 2014-06-07 Keith Seitz <keiths@redhat.com>
15562
15563 Revert:
15564 PR c++/16253
15565 * gdb.cp/var-tag.cc: New file.
15566 * gdb.cp/var-tag.exp: New file.
15567 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15568 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15569 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15570 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15571
15572 2014-06-06 Doug Evans <xdje42@gmail.com>
15573
15574 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15575
15576 2014-06-06 Pedro Alves <palves@redhat.com>
15577
15578 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15579 in target debug output instead of looking at RSP packets,
15580 disabling the test on any target that uses hardware stepping.
15581 Update comments.
15582
15583 2014-06-06 Pedro Alves <palves@redhat.com>
15584
15585 * gdb.base/break-unload-file.exp: Fix typo.
15586
15587 2014-06-06 Yao Qi <yao@codesourcery.com>
15588
15589 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15590 from "jit_function" to "^jit_function".
15591
15592 2014-06-06 Yao Qi <yao@codesourcery.com>
15593
15594 * gdb.base/async.c (foo): Add one statement.
15595 * gdb.base/async.exp: Get the next instruction address and
15596 match the output of "nexti" by instruction address. Match
15597 the hex address in the output of "finish".
15598
15599 2014-06-06 Gary Benson <gbenson@redhat.com>
15600
15601 * gdb.base/call-signals.c: Remove preprocessor conditionals
15602 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15603 SIGSEGV and SIGTERM.
15604 * gdb.base/sigall.c: Likewise.
15605 * gdb.base/unwindonsignal.c: Likewise.
15606 * gdb.reverse/sigall-reverse.c: Likewise.
15607
15608 2014-06-06 Yao Qi <yao@codesourcery.com>
15609
15610 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15611 readable, skip the test.
15612
15613 2014-06-06 Yao Qi <yao@codesourcery.com>
15614
15615 * gdb.threads/staticthreads.c (thread_function): Move the line
15616 setting breakpoint on forward.
15617 * gdb.threads/staticthreads.exp: Update comments.
15618
15619 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15620
15621 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15622 "history-append! type error".
15623
15624 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15625
15626 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15627 erroneous dprintf expected input.
15628
15629 2014-06-04 Doug Evans <xdje42@gmail.com>
15630
15631 * gdb.guile/scm-generics.exp: Delete.
15632
15633 2014-06-04 Doug Evans <xdje42@gmail.com>
15634
15635 * gdb.guile/scm-breakpoint.exp: Update.
15636 Add tests for breakpoint registration.
15637
15638 2014-06-04 Tom Tromey <tromey@redhat.com>
15639
15640 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15641 VLA-in-union.
15642 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15643 inner_vla_struct, vla_union types. Initialize objects of those
15644 types and compute their sizes.
15645
15646 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15647 Hui Zhu <hui@codesourcery.com>
15648
15649 * gdb.base/fileio.exp: Add test for shell not available as well as
15650 available.
15651 * gdb.base/fileio.c (test_system): Check for shell twice.
15652
15653 2014-06-04 Yao Qi <yao@codesourcery.com>
15654
15655 * gdb.base/auto-connect-native-target.exp: Remove redundant
15656 space from the regexp pattern.
15657
15658 2014-06-04 Yao Qi <yao@codesourcery.com>
15659
15660 * gdb.base/default.exp: Replace "child" with "native" in
15661 regexp pattern.
15662
15663 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15664
15665 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15666 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15667 * gdb.python/py-xmethods.py: Python script supporting the
15668 new testcase and tests.
15669
15670 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15671 Pedro Alves <palves@redhat.com>
15672
15673 PR breakpoints/17000
15674 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15675 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15676
15677 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15678
15679 * gdb.base/subst.exp: Add tests to verify partial path matching
15680 output.
15681
15682 2014-06-03 Pedro Alves <palves@redhat.com>
15683
15684 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15685 target that doesn't use software single-stepping.
15686
15687 2014-06-03 Pedro Alves <palves@redhat.com>
15688
15689 PR breakpoints/17000
15690 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15691 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15692
15693 2014-06-02 Doug Evans <xdje42@gmail.com>
15694
15695 * gdb.guile/scm-parameter.exp: New file.
15696
15697 2014-06-02 Doug Evans <xdje42@gmail.com>
15698
15699 * gdb.guile/scm-cmd.c: New file.
15700 * gdb.guile/scm-cmd.exp: New file.
15701
15702 2014-06-02 Doug Evans <xdje42@gmail.com>
15703
15704 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15705 pretty-printer lookup.
15706 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15707 (make-pp_s-printer): Call it.
15708 (make-pretty-printer-from-dict): New function.
15709 (lookup-pretty-printer-maker-from-dict): New function.
15710 (*pretty-printer*): Simplify.
15711 (make-objfile-pp_s-printer): New function.
15712 (install-objfile-pretty-printers!): New function.
15713 (make-progspace-pp_s-printer): New function.
15714 (install-progspace-pretty-printers!): New function.
15715 * gdb.guile/scm-progspace.c: New file.
15716 * gdb.guile/scm-progspace.exp: New file.
15717
15718 2014-06-02 Pedro Alves <palves@redhat.com>
15719
15720 * gdb.base/dprintf-bp-same-addr.c: New file.
15721 * gdb.base/dprintf-bp-same-addr.exp: New file.
15722
15723 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15724
15725 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15726 * gdb.arch/powerpc-power.s: Likewise.
15727
15728 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15729
15730 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15731
15732 2014-06-01 Yao Qi <yao@codesourcery.com>
15733
15734 * gdb.base/watchpoint.exp (test_watch_location): Check null
15735 pointer can be dereferenced. If not, do the test, otherwise
15736 skip it.
15737
15738 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15739
15740 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15741 results.
15742 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15743
15744 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15745
15746 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15747 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15748 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15749 * gdb.arch/amd64-invalid-stack-top.c: New file.
15750 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15751
15752 2014-05-30 Pedro Alves <palves@redhat.com>
15753
15754 PR breakpoints/17000
15755 * gdb.base/sss-bp-on-user-bp.c: New file.
15756 * gdb.base/sss-bp-on-user-bp.exp: New file.
15757
15758 2014-05-30 David Blaikie <dblaikie@gmail.com>
15759
15760 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15761 gnu_inline semantics via attribute.
15762 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15763 source explicitly specifies the required semantics.
15764
15765 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15766
15767 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15768
15769 2014-05-29 Pedro Alves <palves@redhat.com>
15770 Tom Tromey <tromey@redhat.com>
15771
15772 * gdb.base/async-shell.exp: Don't enable target-async.
15773 * gdb.base/async.exp
15774 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15775 parameter. Adjust.
15776 (top level): Don't test with "target-async".
15777 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15778 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15779 * gdb.base/inferior-died.exp: Don't enable target-async.
15780 * gdb.base/interrupt-noterm.exp: Likewise.
15781 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15782 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15783 * gdb.mi/mi-nonstop.exp: Likewise.
15784 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15785 * gdb.mi/mi-nsintrall.exp: Likewise.
15786 * gdb.mi/mi-nsmoribund.exp: Likewise.
15787 * gdb.mi/mi-nsthrexec.exp: Likewise.
15788 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15789 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15790 * gdb.python/py-evsignal.exp: Don't enable target-async.
15791 * gdb.python/py-evthreads.exp: Likewise.
15792 * gdb.python/py-prompt.exp: Likewise.
15793 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15794 * gdb.server/solib-list.exp: Don't enable target-async.
15795 * gdb.threads/thread-specific-bp.exp: Likewise.
15796 * lib/mi-support.exp: Adjust to use mi-async.
15797
15798 2014-05-29 Pedro Alves <palves@redhat.com>
15799
15800 PR gdb/13860
15801 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15802 reason, even in sync mode.
15803
15804 2014-05-29 Pedro Alves <palves@redhat.com>
15805 Hui Zhu <hui@codesourcery.com>
15806
15807 PR PR15693
15808 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15809 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15810 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15811 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15812
15813 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15814
15815 * config/monitor.exp (gdb_target_monitor): Replace use of
15816 "set remotebaud" by "set serial baud".
15817
15818 2014-05-26 Andy Wingo <wingo@igalia.com>
15819
15820 * gdb.guile/scm-breakpoint.exp:
15821 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15822 properties instead of gdb-object-properties.
15823
15824 2014-05-26 Yao Qi <yao@codesourcery.com>
15825
15826 * gdb.server/no-thread-db.exp: Specify source file name
15827 explicitly when setting a breakpoint.
15828
15829 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15830
15831 * gdb.btrace/vdso.c: New.
15832 * gdb.btrace/vdso.exp: New.
15833
15834 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15835
15836 * gdb.base/gcore.exp (capture_command_output): Move ...
15837 * lib/gdb.exp (capture_command_output): ... here.
15838
15839 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15840
15841 * gdb.btrace/data.exp: Test memory access during btrace replay.
15842
15843 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15844
15845 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15846
15847 2014-05-21 Pedro Alves <palves@redhat.com>
15848
15849 PR gdb/13860
15850 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15851 (top level): Test that output related to execution commands is
15852 sent to the console with CLI commands, but not with MI commands.
15853 Test that breakpoint events are always mirrored to the console.
15854 Also expect the new source line to be output after a "next" in
15855 async mode too. Make it a pass/fail test.
15856 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15857 output.
15858 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15859
15860 2014-05-21 Pedro Alves <palves@redhat.com>
15861
15862 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15863 Use them to test variations of "list" after reaching a breakpoint.
15864 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15865 Test "list" with listsize 10 after reaching a breakpoint.
15866 * gdb.python/python.exp (decode_line current location line
15867 number): Adjust expected line number.
15868
15869 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15870
15871 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15872 behavior for $args, pass it directly to "run".
15873
15874 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15875
15876 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15877 30000 to 65536.
15878
15879 2014-05-21 Pedro Alves <palves@redhat.com>
15880
15881 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15882 auto-connect-native-target off".
15883 * gdb.base/auto-connect-native-target.c: New file.
15884 * gdb.base/auto-connect-native-target.exp: New file.
15885
15886 2014-05-21 Pedro Alves <palves@redhat.com>
15887
15888 * gdb.base/default.exp: Test "target native" instead of "target
15889 child".
15890
15891 2014-05-21 Mark Wielaard <mjw@redhat.com>
15892
15893 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15894
15895 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15896
15897 Fix TLS access for -static -pthread.
15898 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15899 <HAVE_TLS> (thread_function, main): Initialize it.
15900 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15901 Add clean_restart.
15902 <$have_tls != "">: Check TLSVAR.
15903
15904 2014-05-21 Pedro Alves <palves@redhat.com>
15905
15906 * gdb.base/dcache-line-read-error.c: New.
15907 * gdb.base/dcache-line-read-error.exp: New.
15908
15909 2014-05-20 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.base/compare-sections.c: New file.
15912 * gdb.base/compare-sections.exp: New file.
15913
15914 2014-05-20 Pedro Alves <palves@redhat.com>
15915
15916 * gdb.base/break-idempotent.c: New file.
15917 * gdb.base/break-idempotent.exp: New file.
15918
15919 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15920
15921 * gdb.btrace/nohist.exp: New.
15922
15923 2014-05-20 Yao Qi <yao@codesourcery.com>
15924
15925 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15926 gdb.reverse directory and gdb_reverse_timeout exists in board
15927 setting.
15928 * README: Document gdb_reverse_timeout.
15929
15930 2014-05-20 Yao Qi <yao@codesourcery.com>
15931
15932 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15933 'test_file_name'. Treat args as a string instead of a list.
15934 (gdb_init): Rename argument 'args' by 'test_file_name'.
15935
15936 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15937
15938 * gdb.arch/powerpc-power.exp: New file.
15939 * gdb.arch/powerpc-power.s: New file.
15940
15941 2014-05-16 Doug Evans <dje@google.com>
15942
15943 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15944 * gdb.base/completion.exp: Check that all expected files exist
15945 before doing file completion.
15946
15947 2014-05-16 Doug Evans <dje@google.com>
15948
15949 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15950 Update.
15951 (do_syscall_tests_without_xml): Update.
15952
15953 2014-05-16 Pedro Alves <palves@redhat.com>
15954
15955 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15956 instead of "unknown output after running".
15957
15958 2014-05-16 Yao Qi <yao@codesourcery.com>
15959
15960 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15961 file1.txt from host at the end.
15962 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15963
15964 2014-05-15 Doug Evans <dje@google.com>
15965
15966 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15967 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15968 loading file. Add test for TU lookup.
15969
15970 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15971
15972 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15973 calling "-exec-arguments" or "set args" before running the
15974 inferior.
15975
15976 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15977
15978 * lib/mi-support.exp (mi_expect_stop): Expect message for
15979 inferiors that exit with non-zero exit code.
15980
15981 2014-05-14 Yao Qi <yao@codesourcery.com>
15982
15983 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15984 match absolute path on remote host.
15985 (test_file_list_exec_source_files): Remove "/" from the
15986 pattern.
15987
15988 2014-05-14 Yao Qi <yao@codesourcery.com>
15989
15990 * boards/local-remote-host-notty.exp (${board}_file): New
15991 proc.
15992
15993 2014-05-07 Kyle McMartin <kyle@redhat.com>
15994
15995 Pushed by Joel Brobecker <brobecker@adacore.com>.
15996 * gdb.arch/aarch64-atomic-inst.c: New file.
15997 * gdb.arch/aarch64-atomic-inst.exp: New file.
15998
15999 2014-05-07 Yao Qi <yao@codesourcery.com>
16000
16001 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16002 in current context" too.
16003
16004 2014-05-05 Keith Seitz <keiths@redhat.com>
16005
16006 * gdb.linespec/ls-dollar.exp: Add test for linespec
16007 file:convenience_variable.
16008
16009 2014-05-05 Yao Qi <yao@codesourcery.com>
16010
16011 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16012 traceframes into tfile and ctf trace files. Read data from
16013 trace file and test collected data.
16014 (gdb_collect_locals_test): Likewise.
16015 (gdb_unavailable_registers_test): Likewise.
16016 (gdb_unavailable_floats): Likewise.
16017 (gdb_collect_globals_test): Likewise.
16018 (top-level): Append "ctf" to trace_file_targets if GDB
16019 supports.
16020
16021 2014-05-05 Yao Qi <yao@codesourcery.com>
16022
16023 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16024 code to ...
16025 (gdb_collect_args_test_1): ... it. New proc.
16026 (gdb_collect_locals_test): Move some code to ...
16027 (gdb_collect_locals_test_1): ... it. New proc.
16028 (gdb_unavailable_registers_test): Move some code to ...
16029 (gdb_unavailable_registers_test_1): ... it. New proc.
16030 (gdb_unavailable_floats): Move some code to ...
16031 (gdb_unavailable_floats_1): ... it. New proc.
16032
16033 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16034
16035 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16036 probes to test for bitness recognition.
16037 * gdb.arch/amd64-stap-optional-prefix.exp
16038 (test_probe_value_without_reg): New procedure.
16039 Add code to test for different kinds of bitness.
16040
16041 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16042
16043 PR breakpoints/16889
16044 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16045 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16046
16047 2014-05-01 Pedro Alves <palves@redhat.com>
16048
16049 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16050 gdb_file_cmd if no file is specified.
16051 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16052 last_loaded_file to set the remote exec-file.
16053
16054 2014-05-01 Pedro Alves <palves@redhat.com>
16055
16056 * boards/local-remote-host.exp: New file.
16057
16058 2014-05-01 Pedro Alves <palves@redhat.com>
16059
16060 * boards/local-remote-host.exp: Rename to ...
16061 * boards/local-remote-host-notty.exp: ... this.
16062
16063 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16064
16065 * gdb.ada/dyn_arrayidx: New testcase.
16066
16067 2014-04-26 Yao Qi <yao@codesourcery.com>
16068
16069 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16070 and compute the length of function main. Save it in
16071 $main_length.
16072 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16073 (top-level): Use gdb_compile to compile objects into
16074 executable and restart GDB. Remove invocation to
16075 prepare_for_testing.
16076
16077 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16078 Pedro Alves <palves@redhat.com>
16079
16080 PR server/16255
16081 * gdb.multi/multi-attach.c: New file.
16082 * gdb.multi/multi-attach.exp: New file.
16083
16084 2014-04-25 Pedro Alves <palves@redhat.com>
16085
16086 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16087 user.
16088 (top level): Test that "set remote conditional-breakpoints-packet
16089 off" works as intended.
16090 * gdb.base/dprintf.exp: Test that "set remote
16091 breakpoint-commands-packet off" works as intended.
16092 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16093 New function.
16094 (top level): Call it.
16095 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16096 remote fast-tracepoints-packet off" works as intended.
16097 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16098 * lib/gdb.exp (gdb_is_target_remote): ... here.
16099
16100 2014-04-24 David Blaikie <dblaikie@gmail.com>
16101
16102 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16103 ensure clang would not discard them.
16104 * gdb.base/gdbvars.c: Ditto.
16105 * gdb.base/memattr.c: Ditto.
16106 * gdb.base/whatis.c: Ditto.
16107 * gdb.python/py-prettyprint.c: Ditto.
16108 * gdb.trace/actions.c: Ditto.
16109 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16110 ensure clang would not discard it.
16111
16112 2014-04-24 David Blaikie <dblaikie@gmail.com>
16113
16114 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16115 clang to emit the full definition of type required by the test
16116 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16117
16118 2014-04-24 David Blaikie <dblaikie@gmail.com>
16119
16120 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16121 coax Clang into emitting the definition of the type.
16122 * gdb.cp/pr10728-x.h (y): Ditto.
16123 * gdb.cp/pr10728-y.cc (y): Ditto.
16124
16125 2014-04-24 David Blaikie <dblaikie@gmail.com>
16126
16127 * gdb.base/label.exp: XFAIL label related tests under Clang.
16128 * gdb.cp/cplabel.exp: Ditto.
16129 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16130 under Clang those using labels.
16131
16132 2014-04-25 Yao Qi <yao@codesourcery.com>
16133
16134 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16135 double_label.
16136 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16137 partial_label and double_label.
16138
16139 2014-04-24 David Blaikie <dblaikie@gmail.com>
16140
16141 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16142
16143 2014-04-24 David Blaikie <dblaikie@gmail.com>
16144
16145 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16146 of the function to work across GCC and Clang.
16147 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16148 pointer types (const void ** const V void **).
16149
16150 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16151 Walfred Tedeschi <walfred.tedeschi@intel.com>
16152
16153 * Makefile.in (EXECUTABLES): Added i386-avx512.
16154 * gdb.arch/i386-avx512.c: New file.
16155 * gdb.arch/i386-avx512.exp: Likewise.
16156
16157 2014-04-23 Keith Seitz <keiths@redhat.com>
16158
16159 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16160 (mi_make_breakpoint_table): New procedure.
16161 (mi_create_breakpoint): Use mi_make_breakpoint
16162 and return the result.
16163 (mi_make_breakpoint): New procedure.
16164 (mi_build_kv_pairs): New procedure.
16165
16166 * gdb.mi/mi-break.exp: Remove unused globals,
16167 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16168 All callers updated.
16169 * gdb.mi/mi-dprintf.exp: Use variable to track command
16170 number.
16171 Update all callers of mi_create_breakpoint and use
16172 mi_make_breakpoint_table.
16173 Remove any unused global variables.
16174 * gdb.mi/mi-nonstop.exp: Likewise.
16175 * gdb.mi/mi-nsintrall.exp: Likewise.
16176 * gdb.mi/mi-nsmoribund.exp: Likewise.
16177 * gdb.mi/mi-nsthrexec.exp: Likewise.
16178 * gdb.mi/mi-reverse.exp: Likewise.
16179 * gdb.mi/mi-simplerun.exp: Likewise.
16180 * gdb.mi/mi-stepn.exp: Likewise.
16181 * gdb.mi/mi-syn-frame.exp: Likewise.
16182 * gdb.mi/mi-until.exp: Likewise.
16183 * gdb.mi/mi-var-cp.exp: Likewise.
16184 * gdb.mi/mi-var-display.exp: Likewise.
16185 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16186 * gdb.mi/mi2-var-child.exp: Likewise.
16187 * gdb.mi/mi-vla-c99.exp: Likewise.
16188 * lib/mi-support.exp: Likewise.
16189
16190 From Ian Lance Taylor <iant@cygnus.com>:
16191 * lib/gdb.exp (parse_args): New procedure.
16192
16193 2014-04-23 Pedro Alves <palves@redhat.com>
16194
16195 * gdb.base/break-unload-file.c: New file.
16196 * gdb.base/break-unload-file.exp: New file.
16197 * gdb.base/sym-file-lib.c (baz): New function.
16198 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16199 field.
16200 (load): Store the segment's mapped size.
16201 (unload): New function.
16202 (unload_shlib): New function.
16203 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16204 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16205 set a breakpoint at baz, and call it.
16206 * gdb.base/sym-file.exp: New tests for stale breakpoint
16207 instructions.
16208
16209 2014-04-23 Pedro Alves <palves@redhat.com>
16210
16211 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16212 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16213 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16214 * gdb.base/hbreak-unmapped.c: New file.
16215 * gdb.base/hbreak-unmapped.exp: New file.
16216 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16217 * lib/gdb.exp (gdb_is_target_remote): ... here.
16218
16219 2014-04-22 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.base/consecutive-step-over.c: New file.
16222 * gdb.base/consecutive-step-over.exp: New file.
16223
16224 2014-04-22 Pedro Alves <palves@redhat.com>
16225
16226 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16227 instead of send_gdb/gdb_expect.
16228
16229 2014-04-22 Yao Qi <yao@codesourcery.com>
16230
16231 * lib/trace-support.exp (generate_tracefile): New procedure.
16232 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16233 return 0.
16234 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16235 if generate_tracefile returns 1.
16236
16237 2014-04-18 Tom Tromey <palves@redhat.com>
16238 Pedro alves <tromey@redhat.com>
16239
16240 PR backtrace/15558
16241 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16242 with a backtrace limit.
16243 * gdb.python/py-frame-inline.exp: Test running to an inline
16244 function with a backtrace limit, and printing the newest frame.
16245 * gdb.python/py-frame-inline.c (main): Call f.
16246
16247 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16248
16249 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16250
16251 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16252
16253 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16254 Drop prefix from unsupported source file path.
16255
16256 2014-04-17 Yao Qi <yao@codesourcery.com>
16257
16258 * lib/gdb.exp (with_target_charset): New proc.
16259 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16260 with_target_charset.
16261 (test_print_strings): Likewise.
16262 (test_repeat_bytes): Likewise.
16263 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16264 for some tests.
16265
16266 2014-04-16 Keith Seitz <keiths@redhat.com>
16267
16268 PR gdb/15827
16269 * gdb.dwarf2/corrupt.c: New file.
16270 * gdb.dwarf2/corrupt.exp: New file.
16271
16272 2014-04-16 Keith Seitz <keiths@redhat.com>
16273
16274 PR c++/16597
16275 * gdb.cp/namelessclass.cc: New file.
16276 * gdb.cp/namelessclass.exp: New file.
16277 * gdb.cp/namelessclass.S: New file.
16278
16279 2014-04-16 Doug Evans <dje@google.com>
16280
16281 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16282 Add comment.
16283 (gdbserver_default_get_comm_port): New function.
16284 (gdbserver_start): Check if board file provided
16285 "gdbserver,get_comm_port" and use it if so.
16286 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16287 (gdb,socketport): Set to "stdio".
16288 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16289 (stdio_gdbserver_template): Delete.
16290 (${board}_get_remote_address): Update.
16291 (${board}_build_remote_cmd): Delete.
16292 (${board}_get_comm_port): New function.
16293 (${board}_spawn): Update.
16294 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16295 Delete.
16296 (${board}_get_remote_address): Update.
16297 (${board}_get_comm_port): New function.
16298
16299 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16300
16301 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16302 appearing in any order.
16303
16304 2014-04-15 Doug Evans <dje@google.com>
16305
16306 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16307 uninitialized value of "description".
16308
16309 2014-04-15 Keith Seitz <keiths@redhat.com>
16310
16311 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16312 Remove unused globals.
16313 (test_running_the_program): Likewise.
16314 (test_controlled_execution): Likewise.
16315 (test_controlling_breakpoints): Likewise.
16316 (test_program_termination): Likewise.
16317
16318 2014-04-15 Keith Seitz <keiths@redhat.com>
16319
16320 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16321 unused globals.
16322 (test_rbreak_creation_and_listing): Likewise.
16323 (test_ignore_count): Likewise.
16324 (test_error): Likewise.
16325
16326 2014-04-15 Pedro Alves <palves@redhat.com>
16327
16328 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16329 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16330 sym-file-loader.c.
16331 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16332 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16333 to sym-file-loader.c.
16334 (struct library): Forward declare.
16335 (load_shlib, lookup_function): Change prototypes.
16336 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16337 (translate_offset): Remove declarations.
16338 (get_text_addr): New declaration.
16339 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16340 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16341 sym-file-loader.h.
16342 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16343 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16344 here from sym-file-loader.h.
16345 (struct library): New structure.
16346 (load_shlib, lookup_function): Change prototypes and adjust to
16347 work with a struct library.
16348 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16349 (translate_offset): Make static.
16350 (get_text_addr): New function.
16351 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16352
16353 2014-04-15 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16356
16357 2014-04-15 Pedro Alves <palves@redhat.com>
16358
16359 * gdb.base/sym-file-loader.c: Include <limits.h>.
16360 (SELF_LINK): New define.
16361 (get_origin): New function.
16362 (load_shlib): Use it.
16363 * gdb.base/sym-file.exp: Don't early return if the target is
16364 remote. Use runto_main, and issue fail is that fails. Use
16365 gdb_load_shlibs.
16366 (shlib_name): Delete.
16367 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16368
16369 2014-04-15 Pedro Alves <palves@redhat.com>
16370
16371 * gdb.base/sym-file.exp: Remove regex characters from test
16372 message. Don't refer to breakpoint numbers in test messages.
16373
16374 2014-04-14 Keith Seitz <keiths@redhat.com>
16375
16376 PR c++/16253
16377 * gdb.cp/var-tag.cc: New file.
16378 * gdb.cp/var-tag.exp: New file.
16379 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16380 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16381 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16382 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16383
16384 2014-04-14 Tom Tromey <tromey@redhat.com>
16385
16386 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16387 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16388 type.
16389 * gdb.cp/enum-class.exp: New file.
16390 * gdb.cp/enum-class.cc: New file.
16391
16392 2014-04-14 Tom Tromey <tromey@redhat.com>
16393
16394 * gdb.dwarf2/enum-type.exp: New file.
16395
16396 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16397
16398 * gdb.mi/mi-vla-c99.exp: New file.
16399 * gdb.mi/vla.c: New file.
16400
16401 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16402
16403 * gdb.base/vla-datatypes.c: New file.
16404 * gdb.base/vla-datatypes.exp: New file.
16405
16406 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16407
16408 * gdb.base/vla-ptr.c: New file.
16409 * gdb.base/vla-ptr.exp: New file.
16410
16411 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16412
16413 * gdb.dwarf2/count.exp: New file.
16414
16415 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16416
16417 * gdb.base/vla-sideeffect.c: New file.
16418 * gdb.base/vla-sideeffect.exp: New file.
16419
16420 2014-04-14 David Blaikie <dblaikie@gmail.com>
16421
16422 * gdb.mi/non-stop.c: Add return value for non-void function return
16423 statement.
16424 * gdb.threads/staticthreads.c: Ditto.
16425
16426 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16427 Doug Evans <xdje42@gmail.com>
16428
16429 * gdb.guile/scm-value.c: Improve test case.
16430 * gdb.guile/scm-value.exp: Add new test.
16431
16432 2014-04-11 David Blaikie <dblaikie@gmail.com>
16433
16434 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16435 override Clang's default.
16436
16437 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16438
16439 Revert the following changes (regressions):
16440
16441 * gdb.base/vla-sideeffect.c: New file.
16442 * gdb.base/vla-sideeffect.exp: New file.
16443
16444 * gdb.dwarf2/count.exp: New file.
16445
16446 * gdb.base/vla-multi.c: New file.
16447 * gdb.base/vla-multi.exp: New file.
16448
16449 * gdb.base/vla-ptr.c: New file.
16450 * gdb.base/vla-ptr.exp: New file.
16451
16452 * gdb.base/vla-datatypes.c: New file.
16453 * gdb.base/vla-datatypes.exp: New file.
16454
16455 * gdb.mi/mi-vla-c99.exp: New file.
16456 * gdb.mi/vla.c: New file.
16457
16458 2014-04-11 Keith Seitz <keiths@redhat.com>
16459
16460 PR c++/16675
16461 * gdb.cp/cpsizeof.exp: New file.
16462 * gdb.cp/cpsizeof.cc: New file.
16463
16464 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16465
16466 * gdb.mi/mi-vla-c99.exp: New file.
16467 * gdb.mi/vla.c: New file.
16468
16469 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16470
16471 * gdb.base/vla-datatypes.c: New file.
16472 * gdb.base/vla-datatypes.exp: New file.
16473
16474 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16475
16476 * gdb.base/vla-ptr.c: New file.
16477 * gdb.base/vla-ptr.exp: New file.
16478
16479 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16480
16481 * gdb.base/vla-multi.c: New file.
16482 * gdb.base/vla-multi.exp: New file.
16483
16484 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16485
16486 * gdb.dwarf2/count.exp: New file.
16487
16488 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16489
16490 * gdb.base/vla-sideeffect.c: New file.
16491 * gdb.base/vla-sideeffect.exp: New file.
16492
16493 2014-04-11 Yao Qi <yao@codesourcery.com>
16494
16495 * gdb.base/completion.exp: Check file exists before running tests
16496 on file completion.
16497
16498 2014-04-10 Pedro Alves <palves@redhat.com>
16499
16500 * gdb.base/cond-eval-mode.c: New file.
16501 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16502 prepare_for_testing to build the new file. Check result of
16503 runto_main.
16504 (test_break, test_watch): New procedures.
16505 (top level): Use them.
16506
16507 2014-04-08 Pierre Muller <muller@sourceware.org>
16508
16509 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16510 Ctrl-V use for mingw hosts.
16511
16512 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16513
16514 * gdb.python/py-value.c: Improve test case.
16515 * gdb.python/py-value.exp: Add new test.
16516
16517 2014-04-07 David Blaikie <dblaikie@gmail.com>
16518
16519 * lib/compiler.c: Identify the clang compiler.
16520 * lib/compiler.cc: Ditto.
16521
16522 2014-04-03 Yao Qi <yao@codesourcery.com>
16523
16524 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16525
16526 2014-04-01 Anton Blanchard <anton@samba.org>
16527
16528 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16529 messages unique.
16530
16531 2014-04-01 Anton Blanchard <anton@samba.org>
16532
16533 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16534 prepare_for_testing.
16535
16536 2014-04-01 Anton Blanchard <anton@samba.org>
16537
16538 * gdb.arch/ppc64-atomic-inst.c: Remove.
16539 * gdb.arch/ppc64-atomic-inst.S: New file.
16540 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16541
16542 2014-03-31 Doug Evans <dje@google.com>
16543
16544 * gdb.base/print-symbol-loading-lib.c: New file.
16545 * gdb.base/print-symbol-loading-main.c: New file.
16546 * gdb.base/print-symbol-loading.exp: New file.
16547
16548 2014-03-31 Yao Qi <yao@codesourcery.com>
16549
16550 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16551
16552 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16553
16554 * gdb.ada/mi_dyn_arr: New testcase.
16555
16556 2014-03-27 Doug Evans <dje@google.com>
16557
16558 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16559
16560 2014-03-27 Yao Qi <yao@codesourcery.com>
16561
16562 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16563 if target is nios2-*-*.
16564
16565 2014-03-26 Yao Qi <yao@codesourcery.com>
16566
16567 * lib/gdb.exp (readline_is_used): New proc.
16568 * gdb.base/completion.exp: Move tests on command complete up.
16569 Skip the rest of tests if readline is not used.
16570 * gdb.ada/complete.exp: Skp the test if readline is not
16571 used.
16572 * gdb.base/filesym.exp: Likewise.
16573 * gdb.base/macscp.exp: Likewise.
16574 * gdb.base/readline-ask.exp: Likewise.
16575 * gdb.base/readline.exp: Likewise.
16576 * gdb.python/py-cmd.exp: Likewise.
16577 * gdb.trace/tfile.exp: Likewise.
16578
16579 2014-03-26 Yao Qi <yao@codesourcery.com>
16580
16581 * gdb.base/macscp.exp: Fix code format issues.
16582
16583 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16584
16585 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16586 * gdb.asm/powerpc64le.inc: New file.
16587
16588 2014-03-25 Pedro Alves <palves@redhat.com>
16589 Doug Evans <dje@google.com>
16590
16591 * gdb.base/source-execution.c: New file.
16592 * gdb.base/source-execution.exp: New file.
16593 * gdb.base/source-execution.gdb: New file.
16594
16595 2014-03-24 Doug Evans <dje@google.com>
16596
16597 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16598 using fission.
16599
16600 2014-03-24 Hui Zhu <hui@codesourcery.com>
16601 Pedro Alves <palves@redhat.com>
16602
16603 PR breakpoints/16101
16604 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16605 test pass/fail messages. Detect missing support for dprintf when
16606 breakpoints are actually inserted.
16607 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16608 breakpoints are actually inserted.
16609 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16610 fails.
16611
16612 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16613
16614 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16615
16616 2014-03-22 Doug Evans <xdje42@gmail.com>
16617
16618 * gdb.python/python.exp (python not supported): Verify multi-line
16619 python command issues an error.
16620 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16621 guile command issues an error.
16622
16623 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16624
16625 * gdb.threads/thread-specific.exp: Handle the lack of usable
16626 $this_breakpoint and $this_thread.
16627
16628 2014-03-21 Hui Zhu <hui@codesourcery.com>
16629
16630 * gdb.base/attach.exp (do_command_attach_tests): New.
16631
16632 2014-03-20 Tom Tromey <tromey@redhat.com>
16633 Pedro Alves <palves@redhat.com>
16634
16635 PR cli/15718
16636 * gdb.base/condbreak-call-false.c: New file.
16637 * gdb.base/condbreak-call-false.exp: New file.
16638
16639 2014-03-20 Pedro Alves <palves@redhat.com>
16640
16641 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16642 Delete.
16643 (block_signals, unblock_signals): Delete.
16644 (child_function_2, main): Remove references to deleted variable
16645 and functions.
16646
16647 2014-03-20 Pedro Alves <palves@redhat.com>
16648
16649 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16650 Use pthread_kill to signal thread 2.
16651 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16652 Adjust to make the test send itself a signal rather than using the
16653 host's "kill" command.
16654
16655 2014-03-20 Pedro Alves <palves@redhat.com>
16656
16657 * gdb.threads/multiple-step-overs.c: New file.
16658 * gdb.threads/multiple-step-overs.exp: New file.
16659 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16660 Adjust expected infrun debug output.
16661
16662 2014-03-20 Pedro Alves <palves@redhat.com>
16663
16664 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16665 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16666
16667 2014-03-20 Pedro Alves <palves@redhat.com>
16668
16669 PR breakpoints/7143
16670 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16671 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16672 of gdb_test_multiple.
16673 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16674 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16675
16676 2014-03-20 Pedro Alves <palves@redhat.com>
16677
16678 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16679 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16680
16681 2014-03-19 Pedro Alves <palves@redhat.com>
16682
16683 * gdb.base/async.exp: Remove early return.
16684
16685 2014-03-19 Pedro Alves <palves@redhat.com>
16686
16687 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16688
16689 2014-03-19 Pedro Alves <palves@redhat.com>
16690
16691 * gdb.base/async.exp (test_background): Expect \r\n after
16692 "completed." in the fail pattern.
16693
16694 2014-03-19 Pedro Alves <palves@redhat.com>
16695
16696 * gdb.base/async.exp (test_background): New procedure.
16697 Use it for all background execution command tests.
16698
16699 2014-03-19 Pedro Alves <palves@redhat.com>
16700
16701 * gdb.base/async.exp: Use prepare_for_testing.
16702
16703 2014-03-19 Pedro Alves <palves@redhat.com>
16704
16705 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16706 the same line.
16707
16708 2014-03-19 Pedro Alves <palves@redhat.com>
16709
16710 * gdb.base/async.c (main): Add "jump here" and "until here" line
16711 marker comments.
16712 * gdb.base/async.exp (jump_here): New global.
16713 (jump& test): Use it.
16714 (until_here): New global.
16715 (until& test): Use it.
16716
16717 2014-03-19 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.base/async.exp: Don't frob gdb_protocol.
16720
16721 2014-03-18 Doug Evans <xdje42@gmail.com>
16722
16723 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16724 Fix spelling of exec-done-display.
16725
16726 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16727
16728 PR gdb/15358
16729 * gdb.base/gdb-sigterm.c: New file.
16730 * gdb.base/gdb-sigterm.exp: New file.
16731
16732 2014-03-18 Pedro Alves <palves@redhat.com>
16733
16734 PR gdb/13860
16735 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16736 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16737 solib-event.
16738
16739 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16740
16741 * gdb.ada/pckd_arr_ren: New testcase.
16742
16743 2014-03-13 Doug Evans <xdje42@gmail.com>
16744
16745 PR guile/16612
16746 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16747 collect after discarding symbols.
16748
16749 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16750 Doug Evans <xdje42@gmail.com>
16751
16752 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16753 to history survives a gc.
16754
16755 2014-03-13 Pedro Alves <palves@redhat.com>
16756
16757 * gdb.base/default.exp: Don't test "target procfs".
16758
16759 2014-03-13 Pedro Alves <palves@redhat.com>
16760
16761 * gdb.base/default.exp: Update "target child" and "target procfs"
16762 tests to not expect "Unix".
16763
16764 2014-03-12 Tom Tromey <tromey@redhat.com>
16765
16766 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16767 New procs. Add target-async tests.
16768 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16769 Add target-async tests.
16770
16771 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16772
16773 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16774 'func_start' and 'func_end' for the beginning and end of the
16775 function code, respectively.
16776 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16777 'func_end' instead of 'func' and 'main'.
16778
16779 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16780
16781 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16782 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16783 generate the debug info assembler source.
16784
16785 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16786
16787 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16788 * gdb.dwarf2/arr-subrange.exp: Likewise.
16789 * gdb.dwarf2/dwz.exp: Likewise.
16790 * gdb.dwarf2/method-ptr.exp: Likewise.
16791 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16792 * gdb.dwarf2/subrange.exp: Likewise.
16793 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16794 * gdb.dwarf2/implptrpiece.exp: Likewise.
16795 * gdb.dwarf2/nostaticblock.exp: Likewise.
16796
16797 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16798
16799 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16800 directory to absolute path name arguments.
16801
16802 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16803
16804 * gdb.ada/tagged_access: New testcase.
16805
16806 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16807
16808 * gdb.btrace/data.exp: Update expected output.
16809
16810 2014-03-06 Yao Qi <yao@codesourcery.com>
16811
16812 * gdb.trace/pr16508.exp: New file.
16813
16814 2014-03-05 Pedro Alves <palves@redhat.com>
16815
16816 PR gdb/16575
16817 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16818 procedure.
16819 (top level): Adjust to use it. Add tests that exercise breakpoint
16820 interaction with the code-cache.
16821
16822 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16823
16824 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16825 test for 'history-append!'.
16826
16827 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16828
16829 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16830 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16831 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16832 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16833 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16834 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16835
16836 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16837
16838 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16839 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16840 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16841
16842 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16843
16844 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16845
16846 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16847
16848 * gdb.dwarf2/arr-stride.c: New file.
16849 * gdb.dwarf2/arr-stride.exp: New file.
16850
16851 2014-02-26 Pedro Alves <palves@redhat.com>
16852
16853 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16854 that won't ever trigger. Make sure that GDB reports the correct
16855 breakpoint that caused the stop.
16856
16857 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16858
16859 PR gdb/16626
16860 * gdb.base/auto-load-script: New file.
16861 * gdb.base/auto-load.c: New file.
16862 * gdb.base/auto-load.exp: New file.
16863
16864 PR gdb/16626
16865 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16866
16867 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16868
16869 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16870 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16871
16872 2014-02-24 Doug Evans <dje@google.com>
16873
16874 * lib/gdb.exp (run_on_host): Log error output if program fails.
16875
16876 2014-02-21 Pedro Alves <palves@redhat.com>
16877
16878 * gdb.threads/step-after-sr-lock.c: Rename to ...
16879 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16880 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16881 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16882 ... this.
16883
16884 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16885
16886 PR tdep/16397
16887 * gdb.arch/amd64-stap-special-operands.exp: New file.
16888 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16889 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16890 * gdb.arch/amd64-stap-triplet.S: Likewise.
16891 * gdb.arch/amd64-stap-triplet.c: Likewise.
16892
16893 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16894
16895 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16896 in .section pseudo-op.
16897
16898 2014-02-20 lin zuojian <manjian2006@gmail.com>
16899 Joel Brobecker <brobecker@adacore.com>
16900 Doug Evans <xdje42@gmail.com>
16901
16902 PR symtab/16581
16903 * gdb.dwarf2/dw2-icycle.S: New file.
16904 * gdb.dwarf2/dw2-icycle.c: New file.
16905 * gdb.dwarf2/dw2-icycle.exp: New file.
16906
16907 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16908
16909 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16910 operations on gdb.Value objects.
16911 * gdb.python/py-value-cc.exp: Add new test to test operations on
16912 gdb.Value objects.
16913
16914 2014-02-18 Doug Evans <dje@google.com>
16915
16916 * Makefile.in (TESTS): New variable.
16917 (expanded_tests, expanded_tests_or_none): New variables
16918 (check-single): Pass $(expanded_tests_or_none) to runtest.
16919 (check-parallel): Only run tests in $(TESTS) if non-empty.
16920 (check/no-matching-tests-found): New rule.
16921 * README: Document TESTS makefile variable.
16922
16923 2014-02-18 Doug Evans <dje@google.com>
16924
16925 * Makefile.in (check-parallel): rm -rf outputs temp.
16926
16927 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16928
16929 Fix "ERROR: no fileid for" in the testsuite.
16930 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16931
16932 2014-02-12 Doug Evans <dje@google.com>
16933
16934 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16935 (MISCELLANEOUS): New variable.
16936 (clean): rm -rf $(MISCELLANEOUS).
16937 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16938 dwp live in the same directory as symlinks, with each symlink pointed
16939 to a differently named file in a different directory.
16940
16941 2014-02-11 Doug Evans <dje@google.com>
16942
16943 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16944 of Tcl file commands.
16945
16946 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16947
16948 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16949 "kill -SIGUSR1 -1".
16950
16951 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16952
16953 * gdb.ada/tick_length_array_enum_idx: New testcase.
16954
16955 2014-02-10 Doug Evans <xdje42@gmail.com>
16956
16957 * configure.ac (AC_OUTPUT): Add gdb.guile.
16958 * configure: Regenerate.
16959 * lib/gdb-guile.exp: New file.
16960 * lib/gdb.exp (get_target_charset): New function.
16961 * gdb.base/help.exp: Update expected output from "apropos apropos".
16962 * gdb.guile/Makefile.in: New file.
16963 * gdb.guile/guile.exp: New file.
16964 * gdb.guile/scm-arch.c: New file.
16965 * gdb.guile/scm-arch.exp: New file.
16966 * gdb.guile/scm-block.c: New file.
16967 * gdb.guile/scm-block.exp: New file.
16968 * gdb.guile/scm-breakpoint.c: New file.
16969 * gdb.guile/scm-breakpoint.exp: New file.
16970 * gdb.guile/scm-disasm.c: New file.
16971 * gdb.guile/scm-disasm.exp: New file.
16972 * gdb.guile/scm-equal.c: New file.
16973 * gdb.guile/scm-equal.exp: New file.
16974 * gdb.guile/scm-error.exp: New file.
16975 * gdb.guile/scm-error.scm: New file.
16976 * gdb.guile/scm-frame-args.c: New file.
16977 * gdb.guile/scm-frame-args.exp: New file.
16978 * gdb.guile/scm-frame-args.scm: New file.
16979 * gdb.guile/scm-frame-inline.c: New file.
16980 * gdb.guile/scm-frame-inline.exp: New file.
16981 * gdb.guile/scm-frame.c: New file.
16982 * gdb.guile/scm-frame.exp: New file.
16983 * gdb.guile/scm-generics.exp: New file.
16984 * gdb.guile/scm-gsmob.exp: New file.
16985 * gdb.guile/scm-iterator.c: New file.
16986 * gdb.guile/scm-iterator.exp: New file.
16987 * gdb.guile/scm-math.c: New file.
16988 * gdb.guile/scm-math.exp: New file.
16989 * gdb.guile/scm-objfile-script-gdb.in: New file.
16990 * gdb.guile/scm-objfile-script.c: New file.
16991 * gdb.guile/scm-objfile-script.exp: New file.
16992 * gdb.guile/scm-objfile.c: New file.
16993 * gdb.guile/scm-objfile.exp: New file.
16994 * gdb.guile/scm-ports.exp: New file.
16995 * gdb.guile/scm-pretty-print.c: New file.
16996 * gdb.guile/scm-pretty-print.exp: New file.
16997 * gdb.guile/scm-pretty-print.scm: New file.
16998 * gdb.guile/scm-section-script.c: New file.
16999 * gdb.guile/scm-section-script.exp: New file.
17000 * gdb.guile/scm-section-script.scm: New file.
17001 * gdb.guile/scm-symbol.c: New file.
17002 * gdb.guile/scm-symbol.exp: New file.
17003 * gdb.guile/scm-symtab-2.c: New file.
17004 * gdb.guile/scm-symtab.c: New file.
17005 * gdb.guile/scm-symtab.exp: New file.
17006 * gdb.guile/scm-type.c: New file.
17007 * gdb.guile/scm-type.exp: New file.
17008 * gdb.guile/scm-value-cc.cc: New file.
17009 * gdb.guile/scm-value-cc.exp: New file.
17010 * gdb.guile/scm-value.c: New file.
17011 * gdb.guile/scm-value.exp: New file.
17012 * gdb.guile/source2.scm: New file.
17013 * gdb.guile/types-module.cc: New file.
17014 * gdb.guile/types-module.exp: New file.
17015
17016 2014-02-10 Yao Qi <yao@codesourcery.com>
17017
17018 PR testsuite/16543
17019 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17020 * configure: Regenerated.
17021 * Makefile.in: New file.
17022
17023 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17024
17025 * gdb.python/py-framefilter.exp: Fix typo.
17026
17027 2014-02-08 Yao Qi <yao@codesourcery.com>
17028
17029 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17030 that no =breakpoint-modified is emitted when breakpoints are
17031 modified through MI commands.
17032
17033 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17034 Pedro Alves <palves@redhat.com>
17035
17036 * gdb.threads/step-after-sr-lock.c: New file.
17037 * gdb.threads/step-after-sr-lock.exp: New file.
17038
17039 2014-02-07 Pedro Alves <palves@redhat.com>
17040
17041 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17042
17043 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17044
17045 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17046 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17047
17048 2014-02-06 Doug Evans <xdje42@gmail.com>
17049
17050 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17051 output.
17052
17053 * gdb.gdb/python-interrupts.exp: New file.
17054
17055 2014-02-05 Yao Qi <yao@codesourcery.com>
17056
17057 * gdb.trace/report.exp (use_collected_data): Test the output
17058 of "info threads" and "info inferiors".
17059
17060 2014-02-05 Yao Qi <yao@codesourcery.com>
17061
17062 Revert this patch:
17063
17064 2013-05-24 Yao Qi <yao@codesourcery.com>
17065
17066 * gdb.trace/tfile.exp: Test inferior and thread.
17067
17068 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17069
17070 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17071 on a function.
17072 * gdb.base/step-bt.c: Call hello via function pointer to make
17073 sure its first instruction is executed on powerpc64le-linux.
17074
17075 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17076
17077 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17078
17079 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17080
17081 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17082 of the test patterns for use on little-endian systems.
17083
17084 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17085
17086 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17087 (decimal_vector): Fix for little-endian.
17088
17089 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17090
17091 * gdb.arch/sparc-sysstep.exp: New file.
17092 * gdb.arch/sparc-sysstep.c: Likewise.
17093
17094 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17095
17096 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17097
17098 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17099
17100 2014-01-23 Tom Tromey <tromey@redhat.com>
17101
17102 * gdb.ada/array_char_idx: New testcase.
17103
17104 2014-01-23 Tom Tromey <tromey@redhat.com>
17105
17106 PR python/16487:
17107 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17108 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17109 classes.
17110
17111 2014-01-23 Tom Tromey <tromey@redhat.com>
17112
17113 PR python/16491:
17114 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17115 string from an inferior frame.
17116 * gdb.python/py-framefilter-mi.exp: Update.
17117
17118 2014-01-22 Doug Evans <dje@google.com>
17119
17120 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17121
17122 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17123
17124 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17125
17126 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17127
17128 * gdb.trace/entry-values.exp: Remove excess space character from
17129 regex patterns. Handle s390 call instruction.
17130
17131 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17132
17133 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17134 define "*_start" label. Make "name" static.
17135 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17136 ${name} by references to ${name}_start.
17137
17138 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17139
17140 * gdb.base/info-macros.exp: Remove "debug" from the compile
17141 options.
17142
17143 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17144
17145 * gdb.dlang/demangle.exp: New file.
17146
17147 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17148
17149 * gdb.dlang/primitive-types.exp: New file.
17150
17151 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17152
17153 * configure.ac: Create gdb.dlang/Makefile.
17154 * configure: Regenerate.
17155 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17156 * gdb.dlang/Makefile.in: New file.
17157 * lib/d-support.exp: New file.
17158 * lib/gdb.exp (skip_d_tests): New proc.
17159
17160 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17161
17162 * gdb.btrace/delta.exp: Check reverse stepi.
17163 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17164 * gdb.btrace/finish.exp: New.
17165 * gdb.btrace/next.exp: New.
17166 * gdb.btrace/nexti.exp: New.
17167 * gdb.btrace/record_goto.c: Add comments.
17168 * gdb.btrace/step.exp: New.
17169 * gdb.btrace/stepi.exp: New.
17170 * gdb.btrace/multi-thread-step.c: New.
17171 * gdb.btrace/multi-thread-step.exp: New.
17172 * gdb.btrace/rn-dl-bind.c: New.
17173 * gdb.btrace/rn-dl-bind.exp: New.
17174 * gdb.btrace/data.c: New.
17175 * gdb.btrace/data.exp: New.
17176 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17177
17178 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17179
17180 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17181 * gdb.btrace/exception.exp: Update.
17182 * gdb.btrace/instruction_history.exp: Update.
17183 * gdb.btrace/record_goto.exp: Update.
17184 * gdb.btrace/tailcall.exp: Update.
17185 * gdb.btrace/unknown_functions.exp: Update.
17186 * gdb.btrace/delta.exp: New.
17187
17188 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17189
17190 * gdb.btrace/record_goto.exp: Add backtrace test.
17191 * gdb.btrace/tailcall.exp: Add backtrace test.
17192
17193 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17194
17195 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17196 * gdb.btrace/record_goto.c: New.
17197 * gdb.btrace/record_goto.exp: New.
17198 * gdb.btrace/x86-record_goto.S: New.
17199
17200 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17201
17202 * gdb.btrace/function_call_history.exp: Update tests.
17203 * gdb.btrace/instruction_history.exp: Update tests.
17204
17205 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17206
17207 * gdb.btrace/function_call_history.exp: Fix expected field
17208 order for "record function-call-history".
17209 Add new tests for "record function-call-history /c".
17210 * gdb.btrace/exception.cc: New.
17211 * gdb.btrace/exception.exp: New.
17212 * gdb.btrace/tailcall.exp: New.
17213 * gdb.btrace/x86-tailcall.S: New.
17214 * gdb.btrace/x86-tailcall.c: New.
17215 * gdb.btrace/unknown_functions.c: New.
17216 * gdb.btrace/unknown_functions.exp: New.
17217 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17218
17219 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17220
17221 * gdb.btrace/instruction_history.exp: Update.
17222 * gdb.btrace/function_call_history.exp: Update.
17223
17224 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17225
17226 * gdb.btrace/function_call_history.exp: Fix expected function
17227 trace.
17228 * gdb.btrace/instruction_history.exp: Initialize traced.
17229 Remove traced_functions.
17230
17231 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17232
17233 * gdb.btrace/function_call_history.exp: Update
17234 * gdb.btrace/instruction_history.exp: Update.
17235
17236 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17237
17238 * gdb.btrace/enable.exp: Update expected text.
17239
17240 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17241
17242 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17243 bytes.
17244
17245 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17246
17247 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17248
17249 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17250
17251 * lib/gdb.exp (supports_process_record): Return true for
17252 arm*-linux*. (supports_reverse): Likewise.
17253
17254 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17255
17256 PR python/15464
17257 PR python/16113
17258 * gdb.python/py-type.c: Enhance test case.
17259 * gdb.python/py-value-cc.cc: Likewise
17260 * gdb.python/py-type.exp: Add new tests.
17261 * gdb.python/py-value-cc.exp: Likewise
17262
17263 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17264 Pedro Alves <palves@redhat.com>
17265
17266 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17267 Make "name" extern.
17268 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17269 references to ${name}_start by references to ${name}.
17270
17271 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17272
17273 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17274
17275 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17276
17277 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17278
17279 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17280 Pedro Alves <palves@redhat.com>
17281
17282 * gdb.mi/mi-info-os.exp: Connect to the target with
17283 mi_gdb_target_load.
17284
17285 2014-01-08 Pedro Alves <palves@redhat.com>
17286
17287 * gdb.threads/reconnect-signal.c: New file.
17288 * gdb.threads/reconnect-signal.exp: New file.
17289
17290 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17291
17292 * gdb.base/source-dir.exp: New file.
17293
17294 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17295
17296 * gdb.ada/mi_interface: New testcase.
17297
17298 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17299
17300 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17301 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17302 gdb.ada/pp-rec-component/pck.ads: New files.
17303
17304 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17305
17306 * gdb.python/py-pp-integral.c: New file.
17307 * gdb.python/py-pp-integral.py: New file.
17308 * gdb.python/py-pp-integral.exp: New file.
17309
17310 For older changes see ChangeLog-1993-2013.
17311 \f
17312 ;; Local Variables:
17313 ;; mode: change-log
17314 ;; left-margin: 8
17315 ;; fill-column: 74
17316 ;; version-control: never
17317 ;; End:
17318
17319 Copyright 2014-2019 Free Software Foundation, Inc.
17320 Copying and distribution of this file, with or without modification,
17321 are permitted provided the copyright notice and this notice are preserved.
This page took 0.417213 seconds and 4 git commands to generate.