[gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_arguments
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-10-16 Tom de Vries <tdevries@suse.de>
2
3 PR tdep/24104
4 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
5 Add KFAIL for PR tdep/25096.
6
7 2019-10-16 Tom de Vries <tdevries@suse.de>
8
9 PR testsuite/25059
10 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
11
12 2019-10-16 Tom de Vries <tdevries@suse.de>
13
14 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
15 as signed.
16
17 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
18
19 * gdb.mi/list-thread-groups-available.exp: Read entries one by
20 one instead of increasing timeout.
21
22 2019-10-13 Tom de Vries <tdevries@suse.de>
23
24 PR record/25038
25 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
26 * gdb.reverse/sigall-reverse.exp: Same.
27 * gdb.reverse/solib-precsave.exp: Same.
28 * gdb.reverse/solib-reverse.exp: Same.
29 * gdb.reverse/step-precsave.exp: Same.
30 * gdb.reverse/until-precsave.exp: Same.
31 * gdb.reverse/until-reverse.exp: Same.
32 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
33
34 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
35
36 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
37 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
38 (cmp_struct_05_01, cmp_struct_static_02_01)
39 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
40 comparisons.
41
42 2019-10-10 Tom de Vries <tdevries@suse.de>
43
44 PR testsuite/24888
45 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
46 gnatlink.
47
48 2019-10-09 Tom de Vries <tdevries@suse.de>
49
50 PR testsuite/25048
51 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
52
53 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
56 exceptions due to missing debug information.
57
58 2019-10-07 Tom de Vries <tdevries@suse.de>
59
60 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
61
62 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
65 * gdb.base/annota1.exp: Update to use gdb_test_name.
66
67 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
68
69 * gdb.base/ctf-whatis.exp: New file.
70 * gdb.base/ctf-whatis.c: New file.
71 * gdb.base/ctf-ptype.exp: New file.
72 * gdb.base/ctf-ptype.c: New file.
73 * gdb.base/ctf-constvars.exp: New file.
74 * gdb.base/ctf-constvars.c: New file.
75 * gdb.base/ctf-cvexpr.exp: New file.
76
77 2019-10-04 Tom de Vries <tdevries@suse.de>
78
79 * gdb.cp/local-static.c (main): Move declaration of int i out of the
80 for loop.
81
82 2019-10-03 Tom Tromey <tom@tromey.com>
83
84 PR rust/24976:
85 * gdb.rust/simple.rs (Union2): New type.
86 (main): Use Union2.
87 * gdb.rust/simple.exp: Add test.
88
89 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
92 nested function prefix.
93
94 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
95 Richard Bunt <richard.bunt@arm.com>
96 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
99 nested functions.
100 * gdb.fortran/nested-funcs.f90: Update expected results.
101 * gdb.fortran/nested-funcs-2.exp: New file.
102 * gdb.fortran/nested-funcs-2.f90: New file.
103
104 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * gdb.python/py-parameter.exp: Make test names unique.
107 * gdb.python/py-template.exp: Likewise.
108 * gdb.python/py-value.exp: Likewise.
109
110 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 * gdb.base/break-interp.exp: Reduce test name duplication.
113 * gdb.base/call-sc.exp: Likewise.
114 * gdb.base/callfuncs.exp: Likewise.
115 * gdb.base/charset.exp: Likewise.
116 * gdb.base/dump.exp: Likewise.
117 * gdb.base/ena-dis-br.exp: Likewise.
118 * gdb.base/relational.exp: Likewise.
119 * gdb.base/step-over-syscall.exp: Likewise.
120 * gdb.base/structs.exp: Likewise.
121
122 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.linespec/explicit.exp: Make test names unique.
125 * gdb.linespec/ls-errs.exp: Likewise.
126
127 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.reverse/break-precsave.exp: Make test names unique.
130 * gdb.reverse/break-reverse.exp: Likewise.
131 * gdb.reverse/finish-precsave.exp: Likewise.
132 * gdb.reverse/finish-reverse.exp: Likewise.
133 * gdb.reverse/machinestate-precsave.exp: Likewise.
134 * gdb.reverse/machinestate.exp: Likewise.
135 * gdb.reverse/readv-reverse.exp: Likewise.
136 * gdb.reverse/recvmsg-reverse.exp: Likewise.
137 * gdb.reverse/sigall-precsave.exp: Likewise.
138 * gdb.reverse/sigall-reverse.exp: Likewise.
139 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
140 * gdb.reverse/watch-precsave.exp: Likewise.
141 * gdb.reverse/watch-reverse.exp: Likewise.
142
143 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * gdb.threads/stop-with-handle.c: New file.
146 * gdb.threads/stop-with-handle.exp: New file.
147
148 2019-10-03 Tom de Vries <tdevries@suse.de>
149
150 PR testsuite/25059
151 * gdb.base/list-missing-source.exp: Allowing the "Compilation
152 directory" line to be missing.
153
154 2019-10-03 Tom de Vries <tdevries@suse.de>
155
156 PR testsuite/25059
157 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
158 type optional.
159
160 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
161
162 * gdb.python/py-format-string.c (string.h): New include.
163 (main): Fill a_struct_with_union.the_union.an_int with bytes of
164 the same value, for endianness-independence.
165 * gdb.python/py-format-string.exp (default_regexp_dict)
166 (test_pretty_structs, test_format): Adjust expected output to the
167 changed initialization.
168
169 2019-10-02 Tom Tromey <tromey@adacore.com>
170
171 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
172
173 2019-10-02 Pedro Alves <palves@redhat.com>
174 Andrew Burgess <andrew.burgess@embecosm.com>
175
176 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
177 "print-file-var.h".
178 (this_version_id) Use ATTRIBUTE_VISIBILITY.
179 (get_version_1): Print this_version_id and its address.
180 Add extern "C" wrappers around interface functions.
181 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
182 "print-file-var.h".
183 (this_version_id) Use ATTRIBUTE_VISIBILITY.
184 (get_version_2): Print this_version_id and its address.
185 Add extern "C" wrappers around interface functions.
186 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
187 <stddef.h> and "print-file-var.h".
188 Add extern "C" wrappers around interface functions.
189 [VERSION_ID_MAIN] (this_version_id): Define.
190 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
191 * gdb.base/print-file-var.h: Add some #defines to simplify setting
192 up extern "C" blocks.
193 * gdb.base/print-file-var.exp (test): New, factored out from top
194 level.
195 (top level): Test all combinations of attribute hidden or not,
196 dlopen or not, and this_version_id symbol in main file or not.
197 Compile tests as both C++ and C, make test names unique.
198
199 2019-10-01 Tom Tromey <tom@tromey.com>
200
201 * gdb.base/style.exp: Test "show logging filename".
202
203 2019-10-01 Tom Tromey <tom@tromey.com>
204
205 * lib/gdb-utils.exp (style): Handle "metadata" argument.
206 * gdb.base/style.exp: Add metadata style test.
207
208 2019-10-01 Tom Tromey <tom@tromey.com>
209
210 * gdb.base/style.exp: Test "pwd".
211
212 2019-10-01 Tom Tromey <tom@tromey.com>
213
214 * gdb.base/style.exp: Update tests.
215
216 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
217
218 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
219 'six' to unsigned.
220 (s1): Initialize fields 'four' and 'six' instead of 'three' and
221 'five'. Use an all-ones bit pattern for each.
222 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
223 to its changed values.
224
225 2019-09-30 Tom Tromey <tromey@adacore.com>
226
227 * gdb.rust/traits.rs: Disable all warnings.
228
229 2019-09-29 Tom de Vries <tdevries@suse.de>
230
231 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
232
233 2019-09-29 Tom de Vries <tdevries@suse.de>
234
235 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
236
237 2019-09-27 Tom de Vries <tdevries@suse.de>
238
239 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
240
241 2019-09-27 Tom de Vries <tdevries@suse.de>
242
243 PR record/23188
244 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
245
246 2019-09-26 Tom Tromey <tromey@adacore.com>
247
248 * gdb.ada/py_taft.exp: New file.
249 * gdb.ada/py_taft/main.adb: New file.
250 * gdb.ada/py_taft/pkg.adb: New file.
251 * gdb.ada/py_taft/pkg.ads: New file.
252
253 2019-09-24 Tom de Vries <tdevries@suse.de>
254
255 PR gdb/24598
256 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
257
258 2019-09-22 Tom de Vries <tdevries@suse.de>
259
260 * gdb.base/restore.exp: Allow register variables to be optimized out at
261 -O0.
262
263 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
264
265 * gdb.arch/spu-info.exp: Remove file.
266 * gdb.arch/spu-info.c: Remove file.
267 * gdb.arch/spu-ls.exp: Remove file.
268 * gdb.arch/spu-ls.c: Remove file.
269
270 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
271 * gdb.asm/spu.inc: Remove file.
272
273 * gdb.base/dump.exp: Remove support for spu*-*-*.
274 * gdb.base/stack-checking.exp: Likewise.
275 * gdb.base/overlays.exp: Likewise.
276 * gdb.base/ovlymgr.c: Likewise.
277 * gdb.base/spu.ld: Remove file.
278
279 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
280 * gdb.cp/cpexprs.exp: Likewise.
281 * gdb.cp/exception.exp: Likewise.
282 * gdb.cp/gdb2495.exp: Likewise.
283 * gdb.cp/mb-templates.exp: Likewise.
284 * gdb.cp/pr9167.exp: Likewise.
285 * gdb.cp/userdef.exp: Likewise.
286
287 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
288
289 * gdb.cell: Remove directory.
290 * lib/cell.exp: Remove file.
291
292 2019-09-19 Tom de Vries <tdevries@suse.de>
293
294 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
295
296 2019-09-19 Tom de Vries <tdevries@suse.de>
297
298 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
299
300 2019-09-19 Tom de Vries <tdevries@suse.de>
301
302 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
303 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
304 (gdb_target_cmd): ... here.
305 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
306 value 2.
307
308 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
309
310 * gdb.base/source-dir.exp: Avoid having directory names in test
311 names.
312
313 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
314
315 * gdb.base/source-dir.exp: Add extra test for mapped compilation
316 directory.
317
318 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
319
320 * gdb.base/list-missing-source.exp: New file.
321
322 2019-09-14 Tom de Vries <tdevries@suse.de>
323
324 PR teststuite/24599
325 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
326 * lib/ada.exp (gnatmake_version_at_least): New proc.
327
328 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
329
330 * gdb.base/maint.exp: Use exec_has_index_section.
331
332 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * gdb.base/maint.exp: Add test for 'maint info sections'.
335
336 2019-09-12 Tom de Vries <tdevries@suse.de>
337
338 * gdb.base/store.exp: Allow register variables to be optimized out at
339 -O0.
340
341 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
342
343 * gdb.ada/rdv_wait.exp: Update to new task names.
344 * gdb.base/task_switch_in_core.exp: Likewise.
345 * gdb.base/info_sources_base.c: Likewise.
346
347 2019-09-10 Tom Tromey <tromey@adacore.com>
348
349 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
350
351 2019-09-10 Tom Tromey <tromey@adacore.com>
352
353 * gdb.ada/dgopt.exp: New file.
354 * gdb.ada/dgopt/x.adb: New file.
355
356 2019-09-08 Tom Tromey <tom@tromey.com>
357
358 * gdb.tui/resize.exp: Remove setup_xfail.
359 * gdb.tui/regs.exp: Remove setup_xfail.
360 * gdb.tui/basic.exp: Remove setup_xfail.
361
362 2019-09-06 David Blaikie <dblaikie@gmail.com>
363
364 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
365 * gdb.cp/cplabel.exp: Ditto.
366 * gdb.linespec/ls-errs.exp: Ditto.
367
368 2019-09-05 Tom de Vries <tdevries@suse.de>
369
370 * lib/gdb.exp (cmp_file_string): New proc.
371 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
372 runto_main. Verify save breakpoints output.
373
374 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
375
376 * gdb.base/info-var.exp: Test info variables without running
377 to main, to avoid expect's buffer overflow.
378
379 2019-09-03 Tom Tromey <tromey@adacore.com>
380
381 * gdb.ada/bias.exp: New file.
382 * gdb.ada/bias/bias.adb: New file.
383 * gdb.ada/print_chars.exp: Add regression test.
384 * gdb.ada/print_chars/foo.adb (My_Character): New type.
385 (MC): New variable.
386
387 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
388
389 * gdb.base/argv0-symlink.exp: Run only on native target
390 and local host.
391
392 2019-08-29 Tom de Vries <tdevries@suse.de>
393
394 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
395 diverse debug info.
396 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
397
398 2019-08-28 Tom de Vries <tdevries@suse.de>
399
400 * gdb.base/info-var.exp: Allow info variables to print info for files
401 other than info-var-f1.c and info-var-f2.c.
402
403 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
404
405 * gdb.fortran/info-types.exp: Add module.
406 * gdb.fortran/info-types.f90: Update expected results.
407
408 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * gdb.fortran/info-types.exp: New file.
411 * gdb.fortran/info-types.f90: New file.
412 * lib/fortran.exp (fortran_character1): New proc.
413
414 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
417 functions'. Reindent as needed.
418 * gdb.base/info-var-f1.c: New file.
419 * gdb.base/info-var-f2.c: New file.
420 * gdb.base/info-var.exp: New file.
421 * gdb.base/info-var.h: New file.
422
423 2019-08-26 Tom de Vries <tdevries@suse.de>
424
425 PR c++/24852
426 * gdb.cp/no-libstdcxx-probe.exp: New test.
427
428 2019-08-26 Tom de Vries <tdevries@suse.de>
429
430 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
431 * tests need to be skipped.
432 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
433 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
434 mi_skip_libstdcxx_probe_tests.
435
436 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
437
438 * gdb.python/py-xmethods.exp: Use raw strings when passing
439 arguments to SimpleXMethodMatcher.
440
441 2019-08-22 Tom de Vries <tdevries@suse.de>
442
443 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
444 more informative.
445
446 2019-08-21 Pedro Alves <palves@redhat.com>
447
448 * gdb.base/with.exp: Test "with" with no arguments.
449
450 2019-08-21 Tom de Vries <tdevries@suse.de>
451
452 * gdb.base/gdb-caching-proc.exp: Sort files.
453
454 2019-08-20 Tom de Vries <tdevries@suse.de>
455
456 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
457 compilation.
458
459 2019-08-16 Tom de Vries <tdevries@suse.de>
460
461 * gdb.base/compare-sections.exp ("after run to main"): Allow
462 mismatched read-only sections for PIE executables.
463
464 2019-08-16 Tom Tromey <tom@tromey.com>
465
466 * lib/tuiterm.exp (_csi_Z): New proc.
467 * gdb.tui/basic.exp: Update window positions.
468 * gdb.tui/empty.exp: Update window positions.
469
470 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
471
472 * gdb.base/examine-backward.exp: Correct regexp for
473 "examine 3 bytes backward from ${address_zero}".
474
475 2019-08-15 Tom Tromey <tom@tromey.com>
476
477 * gdb.tui/empty.exp: Enable resizing tests.
478
479 2019-08-15 Tom Tromey <tromey@adacore.com>
480
481 * gdb.ada/char_enum.exp: Add regression tests.
482 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
483 and '0'.
484 (Char, Gchar): Update.
485 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
486
487 2019-08-15 Christian Biesinger <cbiesinger@google.com>
488
489 * gdb.python/python.exp: Expect a leading underscore on
490 GdbOutput{,Error}File.
491
492 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
493
494 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
495 Windows host.
496
497 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
498
499 * gdb.base/batch-preserve-term-settings.exp
500 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
501
502 2019-08-15 Christian Biesinger <cbiesinger@google.com>
503
504 * lib/gdb.exp: When running on a mingw target, replace
505 /x/ with x:/.
506
507 2019-08-14 Alan Hayward <alan.hayward@arm.com>
508
509 * gdb.arch/aarch64-prologue.c: New test.
510 * gdb.arch/aarch64-prologue.exp: New file.
511
512 2019-08-13 Tom de Vries <tdevries@suse.de>
513
514 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
515 Thread.
516
517 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
518
519 * gdb.python/py-completion.exp: Download the .py file to the host
520 and use its host pathname. Conditionalize tests that use
521 tab completion and manipulate files on the build machine.
522 * gdb.python/py-events.exp: Download the .py file to the host
523 and use its host pathname.
524 * gdb.python/py-evsignal.exp: Likewise.
525 * gdb.python/py-evthreads.exp: Likewise.
526 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
527 pathname syntax.
528 * gdb.python/py-framefilter.exp: Download the .py file to the right
529 place on the host. Match Windows pathname syntax.
530 * gdb.python/py-mi-var-info-path-expression.exp: Download the
531 .py file to the host and use its host pathname.
532 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
533 * gdb.python/py-objfile.exp: Expect a host pathname, not a
534 build pathname. Skip symlink test on Windows host. Add missing
535 newline at end of file.
536 * gdb.python/py-pp-maint.exp: Download the .py file to the host
537 and use its host pathname.
538 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
539 * gdb.python/py-section-script.exp: Use host location of binfile
540 on safe-path. Use correct path separator on Windows host.
541 Reorder alternatives in gdb_test_multiple to prevent matching
542 the wrong alternative on success.
543 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
544
545 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
546
547 * gdb.gdb/selftest.exp (test_with_self): Update test to now
548 expect the GDB inferior to no longer immediately stop after
549 being resumed with "signal SIGINT".
550
551 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
552
553 * gdb.linespec/break-ask.exp: Generalize regexps to match
554 Windows pathnames too.
555
556 2019-08-08 Tom de Vries <tdevries@suse.de>
557
558 PR testsuite/24862
559 * lib/tuiterm.exp (_accept): Fix CSI regexp.
560
561 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
562
563 * gdb.base/style.exp: Update tests for help doc new invariants.
564 * gdb.base/help.exp: Likewise.
565
566 2019-08-06 Tom Tromey <tom@tromey.com>
567
568 * gdb.base/style.exp: Add disassemble test.
569 * gdb.base/style.c (some_called_function): New function.
570 (main): Use it.
571
572 2019-08-05 Christian Biesinger <cbiesinger@google.com>
573
574 * gdb.python/py-block.exp: Test dictionary access on blocks.
575
576 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
577
578 PR gdb/24863
579 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
580 -list-thread-groups --available test when running under
581 check-read1.
582
583 2019-08-05 Tom de Vries <tdevries@suse.de>
584
585 PR testsuite/24863
586 * lib/gdb.exp (with_read1_timeout_factor): New proc.
587 * gdb.base/help.exp: Use with_read1_timeout_factor.
588 * gdb.base/info-macros.exp: Same.
589 * gdb.cp/nested-types.exp: Same.
590
591 2019-08-05 Tom de Vries <tdevries@suse.de>
592
593 * lib/gdb.exp (version_at_least): Factor out of ...
594 (tcl_version_at_least): ... here.
595 (gdb_compile): Fail if pie results in non-PIE executable.
596 (readelf_version, readelf_prints_pie): New proc.
597 (exec_is_pie): Return -1 if unknown.
598
599 2019-08-05 Tom de Vries <tdevries@suse.de>
600
601 * lib/gdb.exp (tcl_version_at_least): Fix typo.
602
603 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
604
605 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
606
607 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
608
609 * lib/completion-support.exp (test_gdb_complete_none): Skip
610 tab completion tests if no readline support.
611 (test_gdb_complete_unique_re): Likewise.
612 (test_gdb_complete_multiple): Likewise.
613
614 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
615
616 * gdb.base/info_sources.exp: New file.
617 * gdb.base/info_sources.c: New file.
618 * gdb.base/info_sources_base.c: New file.
619
620 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
621
622 * gdb.base/batch-exit-status.exp: Call test_exit_status with
623 prefix argument.
624 (test_exit_status): Add prefix argument.
625
626 2019-08-01 Tom de Vries <tdevries@suse.de>
627
628 PR testsuite/24863
629 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
630 calling exp_continue for new thread and thread exited messages.
631
632 2019-08-01 Tom de Vries <tdevries@suse.de>
633
634 PR testsuite/24863
635 * gdb.base/structs.exp: Fix check-read1 timeout using
636 gdb_test_sequence.
637 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
638
639 2019-08-01 Tom de Vries <tdevries@suse.de>
640
641 PR testsuite/24863
642 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
643 line.
644
645 2019-08-01 Tom de Vries <tdevries@suse.de>
646
647 PR testsuite/24863
648 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
649
650 2019-07-30 Tom Tromey <tromey@adacore.com>
651
652 * gdb.ada/display_nested.exp: New file.
653 * gdb.ada/display_nested/foo.adb: New file.
654 * gdb.ada/display_nested/pack.adb: New file.
655 * gdb.ada/display_nested/pack.ads: New file.
656
657 2019-07-30 Christian Biesinger <cbiesinger@google.com>
658
659 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
660 namespace.
661 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
662
663 2019-07-30 Tom de Vries <tdevries@suse.de>
664
665 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
666 instead.
667
668 2019-07-30 Tom de Vries <tdevries@suse.de>
669
670 PR testsuite/24834
671 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
672 (exec_is_pie): New proc.
673
674 2019-07-29 Christian Biesinger <cbiesinger@google.com>
675
676 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
677
678 2019-07-29 Christian Biesinger <cbiesinger@google.com>
679
680 * gdb.python/py-objfile.c: Add global and static vars.
681 * gdb.python/py-objfile.exp: Test new functions Objfile.
682 lookup_global_symbol and lookup_static_symbol.
683
684 2019-07-29 Tom Tromey <tom@tromey.com>
685
686 * lib/tuiterm.exp (Term::_csi_@): New proc.
687 (Term::_csi_X): Don't move cursor.
688
689 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
690
691 * gdb.base/options.exp: Update backtrace - completion to
692 new option -frame-info.
693 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
694 Test new 'set print frame-info'. Test backtrace -frame-info
695 overriding 'set print frame-info'.
696 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
697 Test new 'set print frame-info'.
698 Verify consistency of backtrace with and without filters, with and
699 without -no-filters.
700 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
701 default.
702
703 2019-07-29 Tom de Vries <tdevries@suse.de>
704
705 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
706 no arguments".
707
708 2019-07-29 Tom de Vries <tdevries@suse.de>
709
710 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
711 is a substring of the first for "complete non-unique file name".
712
713 2019-07-29 Tom de Vries <tdevries@suse.de>
714
715 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
716 with ".*".
717
718 2019-07-29 Tom de Vries <tdevries@suse.de>
719
720 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
721 Pass prompt_regexp parameter to gdb_test_multiple calls.
722
723 2019-07-29 Tom de Vries <tdevries@suse.de>
724
725 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
726 print registers" regexps.
727
728 2019-07-29 Tom de Vries <tdevries@suse.de>
729
730 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
731
732 2019-07-29 Tom de Vries <tdevries@suse.de>
733
734 PR gdb/24855
735 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
736 (skip_python_tests_prompt): Add prompt_regexp argument to
737 gdb_test_multiple calls.
738
739 2019-07-27 Tom Tromey <tom@tromey.com>
740
741 * gdb.tui/main.exp: New file.
742
743 2019-07-27 Tom Tromey <tom@tromey.com>
744
745 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
746 optional.
747 * gdb.tui/empty.exp: New file.
748
749 2019-07-27 Tom Tromey <tom@tromey.com>
750
751 * lib/tuiterm.exp (spawn): New proc.
752 (Term::resize): New proc.
753 * gdb.tui/resize.exp: New file.
754
755 2019-07-27 Tom Tromey <tom@tromey.com>
756
757 * gdb.tui/list.exp: New file.
758
759 2019-07-27 Tom Tromey <tom@tromey.com>
760
761 * gdb.tui/regs.exp: New file.
762
763 2019-07-27 Tom Tromey <tom@tromey.com>
764
765 * gdb.tui/basic.exp: Add "layout split" test.
766
767 2019-07-27 Tom Tromey <tom@tromey.com>
768
769 * gdb.tui/basic.exp: Add "layout asm" test.
770
771 2019-07-27 Tom Tromey <tom@tromey.com>
772
773 * lib/tuiterm.exp: New file.
774 * gdb.tui/basic.exp: New file.
775
776 2019-07-27 Kevin Buettner <kevinb@redhat.com>
777
778 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
779 Enable tests associated with this flag. Adjust regex
780 referencing "foo_low" to now refer to "foo_cold" instead.
781
782 2019-07-27 Kevin Buettner <kevinb@redhat.com>
783
784 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
785 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
786 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
787 foo_cold. Revise comments to match.
788 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
789 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
790 were wrapped into this proc; Call do_test in loop from outermost
791 level.
792 (foo_low): Rename all occurrences to "foo_cold".
793 (backtrace from baz): New test.
794 (x2/i foo_cold): New test.
795 (info line *foo_cold): New test.
796
797 2019-07-26 Tom de Vries <tdevries@suse.de>
798
799 * gdb.arch/i386-pkru.exp: Fix unterminated string.
800
801 2019-07-25 Tom de Vries <tdevries@suse.de>
802
803 PR testsuite/24830
804 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
805 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
806 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
807 (skip_libstdcxx_probe_tests): ... here.
808 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
809
810 2019-07-24 Tom de Vries <tdevries@suse.de>
811
812 PR testsuite/24807
813 * gdb.objc/basicclass.m: Include stdio.h.
814 * gdb.objc/nondebug.m: Same.
815 * gdb.objc/objcdecode.m: Same.
816
817 2019-07-24 Tom de Vries <tdevries@suse.de>
818
819 PR testsuite/24612
820 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
821 additional_flags.
822
823 2019-07-24 Tom de Vries <tdevries@suse.de>
824
825 PR testsuite/24831
826 * gdb.multi/tids.exp: Update error messages for info threads.
827
828 2019-07-24 Tom de Vries <tdevries@suse.de>
829
830 * gdb.base/info-types.exp: Allow info types to print info for more than
831 one file.
832
833 2019-07-23 Tom de Vries <tdevries@suse.de>
834
835 PR testsuite/24842
836 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
837 gdb_spawn_with_cmdline_opts.
838
839 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
840
841 * gdb.arch/arm-cmse-sgstubs.c: New test.
842 * gdb.arch/arm-cmse-sgstubs.exp: New file.
843
844 2019-07-23 Tom de Vries <tdevries@suse.de>
845
846 PR testsuite/24711
847 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
848 issuing next command.
849
850 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * gdb.ada/info_auto_lang.exp: Update expected results.
853 * gdb.base/info-types.c: Add additional types to check.
854 * gdb.base/info-types.exp: Update expected results.
855
856 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
857
858 * gdb.base/info-types.c: New file.
859 * gdb.base/info-types.exp: New file.
860
861 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.arch/riscv-bp-infcall.c: New file.
864 * gdb.arch/riscv-bp-infcall.exp: New file.
865
866 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
867
868 PR breakpoints/24541
869 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
870
871 2019-07-14 Tom de Vries <tdevries@suse.de>
872
873 PR testsuite/24760
874 * gdb.objc/basicclass.exp: Fix unterminated string.
875
876 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
877 Andrew Burgess <andrew.burgess@embecosm.com>
878
879 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
880 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
881 negative bounds.
882 * gdb.fortran/vla-value.exp: Print elements of an array with
883 negative bounds.
884 * gdb.fortran/vla.f90: Setup an array with negative bounds for
885 testing.
886
887 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
888
889 * gdb.base/options.exp (expect_string): Dequote strings in
890 results.
891 (test-string): Test strings with different quoting and reindent.
892
893 2019-07-10 Tom Tromey <tromey@adacore.com>
894
895 * gdb.ada/mi_ex_cond.exp: Update expected results.
896 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
897 * gdb.ada/mi_catch_ex.exp: Update expected results.
898 * gdb.ada/mi_catch_assert.exp: Update expected results.
899 * gdb.ada/catch_ex.exp (catch_exception_info)
900 (catch_exception_entry, catch_assert_entry)
901 (catch_unhandled_entry): Update.
902 * gdb.ada/catch_assert_if.exp: Update expected results.
903
904 2019-07-10 Richard Bunt <richard.bunt@arm.com>
905 Stephen Roberts <stephen.roberts@arm.com>
906
907 * gdb.base/define.exp: Restore original prompt.
908
909 2019-07-09 Pedro Alves <palves@redhat.com>
910
911 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
912 breakpoints" output.
913 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
914 * gdb.python/py-breakpoint.exp: No longer expect that "catch
915 throw" creates breakpoint.
916 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
917 'type="catchpoint"'.
918
919 2019-07-09 Pedro Alves <palves@redhat.com>
920
921 PR c++/15468
922 * gdb.cp/except-multi-location-lib.cc: New.
923 * gdb.cp/except-multi-location-main.cc: New.
924 * gdb.cp/except-multi-location.exp: New.
925
926 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
927
928 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
929 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
930 argument and update callers.
931
932 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.arch/amd64-break-on-asm-line.S: New file.
935 * gdb.arch/amd64-break-on-asm-line.exp: New file.
936
937 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
938
939 * gdb.base/printcmds.exp: Test printing C string and
940 C wide string convenience vars without transiting via the inferior.
941 Also make test names unique.
942
943 2019-07-08 Alan Hayward <alan.hayward@arm.com>
944
945 PR breakpoints/25011
946 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
947
948 2019-07-04 Pedro Alves <palves@redhat.com>
949
950 * lib/gdb.exp (foreach_with_prefix): Don't return early if
951 body returned ok(0), break(3) or continue(4).
952 * gdb.testsuite/foreach_with_prefix.exp: New file.
953
954 2019-07-04 Alan Hayward <alan.hayward@arm.com>
955
956 * gdb.server/unittest.exp: Allow 0 unit tests to run.
957
958 2019-07-03 Pedro Alves <palves@redhat.com>
959
960 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
961 "return -code".
962
963 2019-07-03 Pedro Alves <palves@redhat.com>
964
965 PR cli/24732
966 * gdb.base/shell.exp: Load completion-support.exp.
967 Adjust expected error output. Add completion tests.
968
969 2019-07-03 Pedro Alves <palves@redhat.com>
970
971 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
972 string_to_regexp.
973
974 2019-07-03 Pedro Alves <palves@redhat.com>
975
976 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
977 (expect_integer): Adjust to expect "-string".
978 (expect_string): New.
979 (all_options): Expect "-string".
980 (test-flag, test-boolean): Adjust to expect "-string".
981 (test-string): New proc.
982 (top level): Call it.
983
984 2019-07-03 Pedro Alves <palves@redhat.com>
985
986 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
987 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
988 the expected output in the success.
989
990 2019-07-03 Pedro Alves <palves@redhat.com>
991
992 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
993 Split one gdb_test_multiple call in two to avoid a race.
994
995 2019-07-03 Pedro Alves <palves@redhat.com>
996
997 * gdb.base/with.c: New file.
998 * gdb.base/with.exp: New file.
999
1000 2019-07-03 Pedro Alves <palves@redhat.com>
1001
1002 * gdb.base/settings.exp: Replace all references to "maint
1003 test-settings set" with references to "maint set test-settings",
1004 and all references to "maint test-settings show" with references
1005 to "maint show test-settings".
1006
1007 2019-07-03 Pedro Alves <palves@redhat.com>
1008
1009 * gdb.base/settings.exp (test-string): Adjust expected out when
1010 testing "maint test-settings show filename"
1011
1012 2019-07-02 Pedro Alves <palves@redhat.com>
1013
1014 * gdb.base/options.exp (test-info-threads): New procedure.
1015 (top level): Call it.
1016
1017 2019-06-28 Tom Tromey <tromey@adacore.com>
1018
1019 * gdb.dwarf2/ada-linkage-name.c: New file.
1020 * gdb.dwarf2/ada-linkage-name.exp: New file.
1021
1022 2019-06-27 Tom Tromey <tromey@adacore.com>
1023
1024 PR c++/20020:
1025 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1026
1027 2019-06-26 Tom de Vries <tdevries@suse.de>
1028
1029 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1030
1031 2019-06-26 Tom de Vries <tdevries@suse.de>
1032
1033 * gdb.base/index-cache.exp: Add back missing debug option.
1034
1035 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1036
1037 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1038
1039 2019-06-25 Tom de Vries <tdevries@suse.de>
1040
1041 PR testsuite/24727
1042 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1043
1044 2019-06-24 Tom de Vries <tdevries@suse.de>
1045
1046 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1047
1048 2019-06-24 Tom de Vries <tdevries@suse.de>
1049
1050 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1051 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1052 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1053
1054 2019-06-24 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1057
1058 2019-06-21 Tom de Vries <tdevries@suse.de>
1059
1060 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1061
1062 2019-06-21 Tom de Vries <tdevries@suse.de>
1063
1064 PR testsuite/24518
1065 PR ada/24713
1066 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1067 index.
1068
1069 2019-06-19 Tom Tromey <tromey@adacore.com>
1070
1071 * gdb.ada/length_cond.exp: Add intro comment.
1072
1073 2019-06-19 Tom Tromey <tromey@adacore.com>
1074
1075 * gdb.ada/length_cond.exp: New file.
1076 * gdb.ada/length_cond/length_cond.adb: New file.
1077 * gdb.ada/length_cond/pck.adb: New file.
1078 * gdb.ada/length_cond/pck.ads: New file.
1079
1080 2019-06-18 Tom de Vries <tdevries@suse.de>
1081
1082 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1083
1084 2019-06-18 Tom Tromey <tromey@adacore.com>
1085
1086 * gdb.base/list0.h: Add comment explaining control character.
1087
1088 2019-06-18 Tom de Vries <tdevries@suse.de>
1089
1090 * boards/fission.exp: Break up long debug_flags line.
1091
1092 2019-06-16 Tom de Vries <tdevries@suse.de>
1093
1094 PR gdb/24445
1095 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1096 generated index.
1097
1098 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1099
1100 PR gdb/24686
1101 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1102 improve detection of bug gdb/24541.
1103
1104 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1105
1106 PR gdb/24669
1107 * gdb.base/index-cache.exp (uses_readnow,
1108 expecting_index_cache_use): Define global variable.
1109 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1110 expecting_index_cache_use.
1111
1112 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1113 Andrew Burgess <andrew.burgess@embecosm.com>
1114
1115 * gdb.fortran/pointers.f90: New file.
1116 * gdb.fortran/print_type.exp: New file.
1117 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1118 * gdb.fortran/vla-type.exp: Likewise.
1119 * gdb.fortran/vla-value.exp: Likewise.
1120 * gdb.mi/mi-vla-fortran.exp: Likewise.
1121
1122 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1123
1124 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1125 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1126 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1127 as a stop reason.
1128
1129 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1130
1131 * gdb.base/annota1.exp: Update expected results.
1132 * gdb.cp/annota2.exp: Likewise.
1133 * gdb.cp/annota3.exp: Likewise.
1134
1135 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.base/style-logging.exp: Remove path from test name.
1138
1139 2019-06-14 Tom Tromey <tromey@adacore.com>
1140
1141 PR gdb/24502:
1142 * gdb.base/style-logging.exp: New file.
1143
1144 2019-06-14 Tom Tromey <tromey@adacore.com>
1145
1146 * gdb.base/symfile-warn.exp: New file.
1147 * gdb.base/symfile-warn.c: New file.
1148
1149 2019-06-14 Tom Tromey <tromey@adacore.com>
1150
1151 * gdb.base/annotate-symlink.exp: New file.
1152
1153 2019-06-14 Tom Tromey <tromey@adacore.com>
1154
1155 * gdb.ada/set_wstr.exp: Add reassignment test.
1156
1157 2019-06-14 Tom Tromey <tromey@adacore.com>
1158
1159 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1160 'unchecked_access and 'unrestricted_access as well.
1161
1162 2019-06-14 Tom Tromey <tromey@adacore.com>
1163
1164 PR ada/24539:
1165 * gdb.ada/vla.exp: Update tests.
1166 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1167 pragma.
1168
1169 2019-06-13 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.base/settings.exp (test-integer): Test junk after
1172 "unlimited".
1173
1174 2019-06-13 Pedro Alves <palves@redhat.com>
1175
1176 * gdb.base/options.exp (test-thread-apply): New.
1177 (top level): Call it.
1178
1179 2019-06-13 Pedro Alves <palves@redhat.com>
1180
1181 * gdb.base/options.exp (test-frame-apply): New.
1182 (top level): Test print commands with different "frame apply"
1183 prefixes.
1184
1185 2019-06-13 Pedro Alves <palves@redhat.com>
1186
1187 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1188 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1189 'max_completions' parameter and handle it.
1190 (test_gdb_completion_offers_commands): New.
1191
1192 2019-06-13 Pedro Alves <palves@redhat.com>
1193
1194 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1195
1196 2019-06-13 Pedro Alves <palves@redhat.com>
1197
1198 * gdb.base/options.exp (test-backtrace): New.
1199 (top level): Call it.
1200
1201 2019-06-13 Pedro Alves <palves@redhat.com>
1202
1203 * gdb.guile/scm-frame-args.exp: Use "set print
1204 raw-frame-arguments" instead of "set print raw frame-arguments".
1205 * gdb.python/py-frame-args.exp: Likewise.
1206
1207 2019-06-13 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.compile/compile.exp: Adjust expected output to option
1210 processing changes.
1211
1212 2019-06-13 Pedro Alves <palves@redhat.com>
1213
1214 * gdb.base/options.exp: Build executable.
1215 (test-print): New procedure.
1216 (top level): Call it, once for "print" and another for "compile
1217 print".
1218
1219 2019-06-13 Pedro Alves <palves@redhat.com>
1220
1221 * gdb.base/options.c: New file.
1222 * gdb.base/options.exp: New file.
1223
1224 2019-06-13 Pedro Alves <palves@redhat.com>
1225
1226 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1227 that "o" is ambiguous.
1228
1229 2019-06-13 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.base/settings.c: New file.
1232 * gdb.base/settings.exp: New file.
1233
1234 2019-06-13 Pedro Alves <palves@redhat.com>
1235
1236 * gdb.base/completion.exp: Fix comment typo.
1237
1238 2019-06-13 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1241 foo --1" test.
1242
1243 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1244
1245 * gdb.fortran/block-data.f: New.
1246 * gdb.fortran/block-data.exp: New.
1247
1248 2019-06-11 Tom de Vries <tdevries@suse.de>
1249
1250 PR testsuite/24521
1251 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1252 message.
1253
1254 2019-06-11 Tom de Vries <tdevries@suse.de>
1255
1256 PR testsuite/24521
1257 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1258
1259 2019-06-11 Tom de Vries <tdevries@suse.de>
1260
1261 * boards/readnow.exp: New file.
1262
1263 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 * gdb.fortran/vla-sizeof.exp: Update expected results.
1266
1267 2019-06-06 Amos Bird <amosbird@gmail.com>
1268
1269 * gdb.base/annota1.exp (thread_switch): Add test for
1270 thread-exited annotation.
1271
1272 2019-06-06 Tom Tromey <tromey@adacore.com>
1273
1274 * gdb.base/maint.exp: Expect command started/finished output.
1275
1276 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1277
1278 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1279 comment.
1280 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1281
1282 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1285 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1286 * gdb.arch/riscv-unwind-long-insn.c: New file.
1287 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1288
1289 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1290
1291 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1292
1293 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1294
1295 * lib/gdb.exp (help_list_trailer): New regexp variable
1296 factorizing the help trailer message.
1297 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1298 arg to allow to better factorize various tests.
1299 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1300 (test_prefix_command_help): Use help_list_trailer.
1301 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1302 * gdb.guile/scm-cmd.exp: Likewise.
1303 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1304 * gdb.base/help.exp: Use test_user_defined_class_help.
1305 * gdb.base/style.exp: Add tests for styling of help and apropos.
1306 * lib/gdb-utils.exp (style): Add title and highlight styles.
1307
1308 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1309
1310 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1311 $_shell_exitsignal.
1312 * gdb.base/default.exp: Update for new convenience variables.
1313
1314 2019-05-29 Tom Tromey <tromey@adacore.com>
1315
1316 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1317 to "break complete ada" test case's regexp.
1318
1319 2019-05-29 Tom Tromey <tromey@adacore.com>
1320
1321 PR c++/20020:
1322 * gdb.cp/constexpr-field.exp: New file.
1323 * gdb.cp/constexpr-field.cc: New file.
1324
1325 2019-05-29 Tom Tromey <tromey@adacore.com>
1326
1327 * gdb.base/finish.exp (finish_no_print): New proc.
1328 (finish_tests): Call it.
1329
1330 2019-05-24 Tom de Vries <tdevries@suse.de>
1331
1332 * gdb.dwarf2/gdb-add-index.exp: New file.
1333
1334 2019-05-22 Tom Tromey <tromey@adacore.com>
1335
1336 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1337 * gdb.base/style.exp: Use "style".
1338 * lib/gdb-utils.exp (style): New proc.
1339
1340 2019-05-22 Tom de Vries <tdevries@suse.de>
1341
1342 * gdb.base/align.exp: Require c++11.
1343
1344 2019-05-22 Tom de Vries <tdevries@suse.de>
1345
1346 PR testsuite/24586
1347 * gdb.python/py-mi-var-info-path-expression.exp: Call
1348 mi_skip_python_tests to check if python is supported.
1349
1350 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1351
1352 * gdb.arch/aarch64-pauth.c: New test.
1353 * gdb.arch/aarch64-pauth.exp: New file.
1354
1355 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1356
1357 * README (Re-running Tests Outside The Testsuite): New section.
1358
1359 2019-05-21 Tom de Vries <tdevries@suse.de>
1360
1361 * gdb.arch/amd64-eval.exp: Require c++11.
1362 * gdb.base/max-depth.exp: Same.
1363 * gdb.compile/compile-cplus-array-decay.exp: Same.
1364 * gdb.cp/meth-typedefs.exp: Same.
1365 * gdb.cp/subtypes.exp: Same.
1366 * gdb.cp/temargs.exp: Same.
1367
1368 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1369
1370 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1371
1372 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1373
1374 PR gdb/18644
1375 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1376 * gdb.fortran/printing-types.exp: Add new test.
1377 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1378 testing.
1379 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1380 setup_kfail call.
1381
1382 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1383
1384 * README (Running the Testsuite): Change example.
1385 (Testsuite Parameters): Remove TRANSCRIPT.
1386 * lib/gdb.exp: Remove TRANSCRIPT check.
1387
1388 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1389
1390 * README (Testsuite Parameters): Add replay logging to
1391 GDBSERVER_DEBUG.
1392 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1393 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1394 as a comma separated list.
1395 (gdb_debug_init): Override procedure.
1396
1397 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1398
1399 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1400 (gdb_write_cmd_file): New procedure.
1401 * lib/gdbserver-support.exp (gdbserver_start): Call
1402 gdbserver_write_cmd_file.
1403 (gdbserver_write_cmd_file): New procedure.
1404
1405 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1406
1407 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1408 (delete_breakpoints): Likewise.
1409 (gdb_run_cmd): Likewise.
1410 (gdb_start_cmd): Likewise.
1411 (gdb_starti_cmd): Likewise.
1412 (gdb_internal_error_resync): Likewise.
1413 (gdb_test_multiple): Likewise.
1414 (gdb_reinitialize_dir): Likewise.
1415 (default_gdb_exit): Likewise.
1416 (gdb_file_cmd): Mark kill as optional.
1417 (default_gdb_start): Call gdb_stdin_log_init.
1418 (send_gdb): Call gdb_stdin_log_write.
1419 (rerun_to_main): Mark Y as an answer.
1420 (gdb_stdin_log_init): New function.
1421 (gdb_stdin_log_write): Likewise.
1422
1423 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1424
1425 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1426 * gdb.base/debug-expr.exp: Likewise.
1427 * gdb.base/foll-fork.exp: Likewise.
1428 * gdb.base/foll-vfork.exp: Likewise.
1429 * gdb.base/fork-print-inferior-events.exp: Likewise.
1430 * gdb.base/gdb-sigterm.exp: Likewise.
1431 * gdb.base/gdbinit-history.exp: Likewise.
1432 * gdb.base/osabi.exp: Likewise.
1433 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1434 * gdb.base/ui-redirect.exp: Likewise.
1435 * gdb.gdb/unittest.exp: Likewise.
1436 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1437 * gdb.mi/mi-watch.exp: Likewise.
1438 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1439 * gdb.mi/user-selected-context-sync.exp: Likewise.
1440 * gdb.python/python.exp: Disable debug test when debugging.
1441 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1442 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1443 Likewise.
1444 * gdb.threads/stepi-random-signal.exp: Likewise.
1445
1446 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1447
1448 * Makefile.in: Pass through GDB_DEBUG.
1449 * README (Testsuite Parameters): Add GDB_DEBUG.
1450 (gdb,debug): Add board setting.
1451 * lib/gdb.exp (default_gdb_start): Start debugging.
1452 (gdb_debug_enabled): New procedure.
1453 (gdb_debug_init): Likewise.
1454
1455 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1456
1457 * Makefile.in: Pass through GDB_DEBUG.
1458 * README (Testsuite Parameters): Add GDB_DEBUG.
1459 (gdb,debug): Add board setting.
1460 * lib/gdb.exp (default_gdb_start): Start debugging.
1461 (gdb_debug_enabled): New procedure.
1462 (gdb_debug_init): Likewise.
1463
1464 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1465
1466 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1467
1468 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1469
1470 * gdb.base/ui-redirect.exp: Test redirection.
1471
1472 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1473
1474 * gdb.mi/mi-complete.exp: New file.
1475 * gdb.mi/mi-complete.cc: Likewise.
1476
1477 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1478
1479 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1480 indexed and sliced arrays, and pointers to arrays.
1481
1482 2019-05-14 Tom Tromey <tromey@adacore.com>
1483
1484 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1485 styling test.
1486
1487 2019-05-14 Tom de Vries <tdevries@suse.de>
1488
1489 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1490 selection entry encoding.
1491
1492 2019-05-10 Tom Tromey <tromey@adacore.com>
1493
1494 * gdb.ada/info_exc.exp: Add "complete" test.
1495
1496 2019-05-09 Tom de Vries <tdevries@suse.de>
1497
1498 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1499 CU-relative.
1500
1501 2019-05-09 Tom de Vries <tdevries@suse.de>
1502
1503 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1504 CU-relative.
1505
1506 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1507
1508 * gdb.ada/frame_arg_lang.exp: New testcase.
1509 * gdb.ada/frame_arg_lang/bla.adb: New file.
1510 * gdb.ada/frame_arg_lang/pck.ads: New file.
1511 * gdb.ada/frame_arg_lang/pck.adb: New file.
1512 * gdb.ada/frame_arg_lang/foo.c: New file.
1513
1514 2019-05-08 Tom Tromey <tromey@adacore.com>
1515
1516 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1517
1518 2019-05-08 Tom Tromey <tromey@adacore.com>
1519
1520 * gdb.base/ptype-offsets.exp: Update tests.
1521
1522 2019-05-08 Tom Tromey <tromey@adacore.com>
1523
1524 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1525 cases.
1526 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1527 "short".
1528
1529 2019-05-08 Tom Tromey <tromey@adacore.com>
1530
1531 * gdb.ada/vla.exp: New file.
1532 * gdb.ada/vla/vla.adb: New file.
1533
1534 2019-05-07 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1537
1538 2019-05-07 Tom de Vries <tdevries@suse.de>
1539
1540 PR testsuite/24522
1541 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1542 section.
1543
1544 2019-05-07 Tom de Vries <tdevries@suse.de>
1545
1546 PR testsuite/24522
1547 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1548 .debug_aranges section.
1549
1550 2019-05-07 Tom de Vries <tdevries@suse.de>
1551
1552 PR testsuite/24159
1553 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1554
1555 2019-05-06 Tom de Vries <tdevries@suse.de>
1556
1557 * lib/gdb.exp (exec_has_index_section): New proc.
1558 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1559 section.
1560
1561 2019-05-04 Tom de Vries <tdevries@suse.de>
1562
1563 * boards/cc-with-debug-names.exp: New file.
1564
1565 2019-05-03 Tom Tromey <tromey@adacore.com>
1566
1567 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1568 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1569 * gdb.ada/char_enum.exp: Add test.
1570
1571 2019-05-03 Tom de Vries <tdevries@suse.de>
1572
1573 * boards/cc-with-gdb-index.exp: New file.
1574
1575 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1576
1577 * gdb.rust/simple.exp: Add new test case.
1578 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1579 (main): Initialise an instance of the new struct.
1580
1581 2019-05-01 Tom Tromey <tromey@adacore.com>
1582
1583 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1584 record.
1585 (NPR): New variable.
1586 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1587 test.
1588
1589 2019-05-01 Tom Tromey <tromey@adacore.com>
1590
1591 * gdb.ada/packed_array_assign.exp: Add packed assignment
1592 regression test.
1593
1594 2019-05-01 Tom de Vries <tdevries@suse.de>
1595
1596 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1597
1598 2019-05-01 Tom de Vries <tdevries@suse.de>
1599
1600 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1601
1602 2019-04-30 Ali Tamur <tamur@google.com>
1603
1604 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1605
1606 2019-04-30 Tom Tromey <tromey@adacore.com>
1607
1608 * lib/ada.exp (find_ada_tool): New proc.
1609 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1610 * gdb.ada/catch_ex_std.exp: New file.
1611 * gdb.ada/catch_ex_std/foo.adb: New file.
1612 * gdb.ada/catch_ex_std/some_package.adb: New file.
1613 * gdb.ada/catch_ex_std/some_package.ads: New file.
1614
1615 2019-04-30 Tom Tromey <tromey@adacore.com>
1616
1617 PR c++/24470:
1618 * gdb.cp/temargs.cc: Add test code from PR.
1619
1620 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1621
1622 * gdb.fortran/vla-datatypes.exp: Update expected results.
1623 * gdb.fortran/vla-ptype.exp: Likewise.
1624 * gdb.fortran/vla-type.exp: Likewise.
1625 * gdb.fortran/vla-value.exp: Likewise.
1626
1627 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1628
1629 * gdb.fortran/ptr-indentation.exp: Update expected results.
1630 * gdb.fortran/ptype-on-functions.exp: Likewise.
1631 * gdb.fortran/vla-ptr-info.exp: Likewise.
1632 * gdb.fortran/vla-value.exp: Likewise.
1633
1634 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1635
1636 * gdb.fortran/ptype-on-functions.exp: New file.
1637 * gdb.fortran/ptype-on-functions.f90: New file.
1638
1639 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1640
1641 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1642 case void string.
1643
1644 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 * gdb.fortran/complex.exp: Expand.
1647 * gdb.fortran/complex.f: Renamed to...
1648 * gdb.fortran/complex.f90: ...this, and extended to add more
1649 complex values.
1650
1651 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1652
1653 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1654 MODULO, CMPLX.
1655
1656 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1657 Richard Bunt <richard.bunt@arm.com>
1658
1659 * gdb.base/max-depth.c: New file.
1660 * gdb.base/max-depth.exp: New file.
1661 * gdb.python/py-nested-maps.c: New file.
1662 * gdb.python/py-nested-maps.exp: New file.
1663 * gdb.python/py-nested-maps.py: New file.
1664 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1665 (test_all_common): Call test_max_depth.
1666 * gdb.fortran/max-depth.exp: New file.
1667 * gdb.fortran/max-depth.f90: New file.
1668 * gdb.go/max-depth.exp: New file.
1669 * gdb.go/max-depth.go: New file.
1670 * gdb.modula2/max-depth.exp: New file.
1671 * gdb.modula2/max-depth.c: New file.
1672 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1673
1674 2019-04-29 Tom de Vries <tdevries@suse.de>
1675
1676 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1677
1678 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1679
1680 * gdb.base/callexit.exp: Test may-call-functions off.
1681
1682 2019-04-25 Keith Seitz <keiths@redhat.com>
1683
1684 PR c++/24367
1685 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1686 (another_incomplete_struct, test_incomplete): New definitions.
1687 (main): Use new definitions.
1688 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1689 functions.
1690
1691 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1692
1693 PR corefiles/11608
1694 PR corefiles/18187
1695 * gdb.base/coredump-filter-build-id.exp: New file.
1696
1697 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1698
1699 * Makefile.in: Pass through GDBSERVER_DEBUG.
1700 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1701 (gdbserver,debug): Add board setting.
1702 * gdb.trace/tspeed.exp: Skip when debugging.
1703 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1704 * lib/gdbserver-support.exp: Likewise
1705
1706 2019-04-24 Tom Tromey <tromey@adacore.com>
1707
1708 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1709 Rust.
1710
1711 2019-04-24 Tom Tromey <tromey@adacore.com>
1712
1713 * gdb.arch/amd64-eval.exp: Test bitfield return.
1714 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1715 (class Foo) <return_bitfields>: New method.
1716 (main): Call it.
1717
1718 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1719
1720 * gdb.cp/many-args.cc: New file.
1721 * gdb.cp/many-args.exp: New file.
1722
1723 2019-04-23 Tom de Vries <tdevries@suse.de>
1724
1725 PR gdb/24433
1726 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1727
1728 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1729
1730 * gdb.trace/backtrace.exp: Use nopie flag.
1731 * gdb.trace/circ.exp: Likewise.
1732 * gdb.trace/collection.exp: Likewise.
1733 * gdb.trace/ftrace.exp: Likewise.
1734 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1735 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1736 * gdb.trace/qtro.exp: Likewise.
1737 * gdb.trace/read-memory.exp: Likewise.
1738 * gdb.trace/report.exp: Likewise.
1739 * gdb.trace/tfile.exp: Likewise.
1740 * gdb.trace/tfind.exp: Likewise.
1741 * gdb.trace/unavailable.exp: Likewise.
1742
1743 2019-04-22 Pedro Alves <palves@redhat.com>
1744
1745 * gdb.base/solib-probes-nosharedlibrary.c,
1746 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1747
1748 2019-04-19 Tom Tromey <tromey@adacore.com>
1749
1750 * gdb.ada/ptype_union.c: New file.
1751 * gdb.ada/ptype_union.exp: New file.
1752
1753 2019-04-19 Tom Tromey <tromey@adacore.com>
1754
1755 PR symtab/24423:
1756 * gdb.base/list0.h (foo): Add a control-l character.
1757
1758 2019-04-18 Tom de Vries <tdevries@suse.de>
1759
1760 PR gdb/24433
1761 * boards/local-board.exp: Set sysroot to "".
1762
1763 2019-04-18 Tom de Vries <tdevries@suse.de>
1764 Pedro Alves <palves@redhat.com>
1765
1766 PR gdb/24454
1767 * gdb.threads/vfork-follow-child-exec.c: New file.
1768 * gdb.threads/vfork-follow-child-exec.exp: New file.
1769 * gdb.threads/vfork-follow-child-exit.c: New file.
1770 * gdb.threads/vfork-follow-child-exit.exp: New file.
1771
1772 2019-04-15 Leszek Swirski <leszeks@google.com>
1773
1774 * gdb.arch/amd64-eval.cc: New file.
1775 * gdb.arch/amd64-eval.exp: New file.
1776
1777 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1778
1779 * gdb.server/sysroot.c: New test.
1780 * gdb.server/sysroot.exp: New file.
1781 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1782 matching param.
1783
1784 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1785
1786 * gdb.base/align.exp: Extend test to cover structures containing
1787 only static fields.
1788
1789 2019-04-11 Tom de Vries <tdevries@suse.de>
1790
1791 * boards/cc-with-dwz-m.exp: New file.
1792 * boards/cc-with-dwz.exp: New file.
1793 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1794
1795 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1796
1797 * gdb.base/start-cpp.exp: New file.
1798 * gdb.base/start-cpp.cc: New file.
1799
1800 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1801
1802 * gdb.python/py-thrhandle.exp: Adjust tests to call
1803 thread_from_handle instead of thread_from_thread_handle.
1804
1805 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1806
1807 * gdb.python/py-thrhandle.exp: Add tests for
1808 gdb.InferiorThread.handle.
1809
1810 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1811
1812 * gdb.python/py-function.exp: Check calling helper function from
1813 all languages.
1814 * lib/gdb.exp (gdb_supported_languages): New proc.
1815
1816 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1817
1818 * gdb.base/complex-parts.c: New file.
1819 * gdb.base/complex-parts.exp: New file.
1820
1821 2019-04-01 Tom Tromey <tromey@adacore.com>
1822
1823 PR symtab/23331:
1824 * gdb.dwarf2/dw2-ranges-main.c: New file.
1825 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1826 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1827
1828 2019-03-30 Simon Marchi <simark@simark.ca>
1829
1830 * gdb.base/default.exp: Add values for $_gdb_major and
1831 $_gdb_minor.
1832
1833 2019-03-29 Tom Tromey <tromey@adacore.com>
1834
1835 * gdb.base/help.exp: Tighten apropos regexp.
1836
1837 2019-03-29 Keith Seitz <keiths@redhat.com>
1838
1839 * gdb.fortran/array-bounds.exp: New file.
1840 * gdb.fortran/array-bounds.f90: New file.
1841
1842 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1843
1844 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1845
1846 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1847
1848 * gdb.multi/hello.c (main): Increase alarm timer.
1849
1850 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1851
1852 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1853 factor when no hardware watchpoint support.
1854
1855 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1856 Pedro Alves <palves@redhat.com>
1857
1858 * boards/local-board.exp: set sysroot to /.
1859
1860 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1861
1862 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1863 in child.
1864
1865 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1866
1867 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1868 field.
1869 (make_container): Initialise new field.
1870 * gdb.python/py-prettyprint.exp: Add new tests.
1871 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1872 <display_hint>: New method.
1873
1874 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1875
1876 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1877 gdb_continue_to_breakpoint more throughout this test.
1878 (run_lang_tests) Supply unique test names, and use
1879 gdb_test_no_output.
1880
1881 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1882
1883 * gdb.base/finish-pretty.exp: Update expected results.
1884 * gdb.base/pretty-print.c: New file.
1885 * gdb.base/pretty-print.exp: New file.
1886
1887 2019-03-25 Pedro Alves <palves@redhat.com>
1888
1889 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1890 move comments outside list. Append '-i "" eof' section.
1891
1892 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1893
1894 PR testsuite/25016
1895 * README: Add pie options.
1896 * gdb.base/break-interp.exp: Ensure pie is disabled.
1897 * gdb.base/dump.exp: Likewise.
1898 * lib/gdb.exp (gdb_compile): Add pie option.
1899
1900 2019-03-19 Tom Tromey <tromey@adacore.com>
1901
1902 * gdb.mi/mi2-cli-display.c: New file.
1903 * gdb.mi/mi2-cli-display.exp: New file.
1904
1905 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1906 Tom Tromey <tromey@adacore.com>
1907
1908 * gdb.ada/ptype_array/pck.adb: New file.
1909 * gdb.ada/ptype_array/pck.ads: New file.
1910 * gdb.ada/ptype_array/foo.adb: New file.
1911 * gdb.ada/ptype_array.exp: New file.
1912
1913 2019-03-14 Tom Tromey <tromey@adacore.com>
1914
1915 * gdb.base/style.exp: Add "set style sources" test.
1916
1917 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1918
1919 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1920 * mi-breakpoint-multiple-locations.exp: ... this.
1921 (make_breakpoints_pattern): New proc.
1922 (do_test): Add mi_version parameter, test -break-insert,
1923 -break-info and =breakpoint-created.
1924
1925 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1926
1927 * config/default.exp: Remove 'load_lib gdb.exp'.
1928 * config/monitor.exp: Likewise.
1929 * config/sid.exp: Likewise.
1930 * config/sim.exp: Likewise.
1931 * config/slite.exp: Likewise.
1932 * config/unix.exp: Likewise.
1933 * gdb.base/default.exp: Remove unhelpful comment.
1934
1935 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1936
1937 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1938
1939 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1940
1941 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1942
1943 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1944
1945 * gdb.fortran/type-kinds.exp: Update expected results.
1946
1947 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1948
1949 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1950
1951 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1952
1953 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1954 function.
1955 (test_basic_parsing_of_type_kinds): Expand types tested.
1956 (test_parsing_invalid_type_kinds): New function.
1957
1958 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1959
1960 * gdb.fortran/intrinsics.exp: New file.
1961 * gdb.fortran/intrinsics.f90: New file.
1962 * gdb.fortran/type-kinds.exp: New file.
1963
1964 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1965
1966 * gdb.fortran/dot-ops.exp: New file.
1967
1968 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1969
1970 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1971 Check upper and lower case logical literals.
1972
1973 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1974
1975 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1976 Remove duplicate tests.
1977
1978 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1979
1980 * lib/gdb.exp (builtin_cd): rename of cd.
1981 (cd): Override builtin.
1982
1983 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1984
1985 * gdb.fortran/function-calls.exp: New file.
1986 * gdb.fortran/function-calls.f90: New test.
1987
1988 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1989
1990 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1991 on user program standard output.
1992 * gdb.fortran/short-circuit-argument-list.f90: Record function
1993 calls.
1994
1995 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1996
1997 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1998 failure.
1999
2000 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2001
2002 PR gdb/8527
2003 * gdb.base/interrupt-daemon-attach.c,
2004 gdb.base/interrupt-daemon-attach.exp: New test.
2005
2006 2019-02-27 Pedro Alves <palves@redhat.com>
2007
2008 * gdb.base/page.exp: Add tests for "set width/height -1".
2009
2010 2019-02-27 Pedro Alves <palves@redhat.com>
2011
2012 * gdb.base/page.exp: Add tests for "set/show width/height" with
2013 "infinite" values.
2014
2015 2019-02-27 Tom Tromey <tromey@adacore.com>
2016
2017 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2018 2.4.
2019 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2020 workaround.
2021
2022 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2023
2024 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2025 tests for structs with static members.
2026
2027 2019-02-26 Tom Tromey <tromey@adacore.com>
2028
2029 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2030 ValueError, not TypeError.
2031
2032 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2033
2034 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2035 call from main program.
2036
2037 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2038
2039 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2040 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2041 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2042 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2043 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2044
2045 2019-02-22 Keith Seitz <keiths@redhat.com>
2046
2047 PR symtab/23853
2048 * gdb.base/symlink-sourcefile.c: New file.
2049 * gdb.base/symlink-sourcefile.exp: New file.
2050
2051 2019-02-20 Tom Tromey <tom@tromey.com>
2052
2053 * gdb.base/info_qt.exp: Update.
2054
2055 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2056
2057 * gdb.base/source.exp: Move "error in sourced script" code to
2058 the end.
2059 * gdb.base/source-error.gdb: Move contents to
2060 source-error-1.gdb. Add new code to source source-error-1.gdb.
2061 * gdb.base/source-error-1.gdb: New file, from previous
2062 source-error.gdb.
2063
2064 2019-02-17 Tom Tromey <tom@tromey.com>
2065
2066 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2067 for macro styling.
2068 * gdb.base/style.c (SOME_MACRO): New macro.
2069
2070 2019-02-17 Tom Tromey <tom@tromey.com>
2071
2072 * gdb.base/style.exp: Add line-wrapping tests.
2073 * gdb.base/page.exp: Add test for quitting during pagination.
2074
2075 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2076
2077 * gdb.ada/big_packed_array: New testcase.
2078 * gdb.ada/homonym.exp: Fix incorrect expected output for
2079 "break <homonym__get_value>" test.
2080
2081 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2082
2083 PR breakpoints/21870
2084 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2085 and prepare_for_testing. Add comment.
2086 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2087 redundant cleanup call. Clean up comment.
2088
2089 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2090
2091 PR breakpoints/21870
2092 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2093 * gdb.arch/aarch64-dbreg-contents.c: New file.
2094
2095 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2096
2097 * gdb.ada/mi_ref_changeable: New testcase.
2098
2099 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2100
2101 * gdb.base/attach.exp: Add double attach test.
2102
2103 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2104
2105 * lib/gdb.exp (default_gdb_start): Don't match pagination
2106 prompt.
2107 (gdb_init): Set stty_init.
2108
2109 2019-01-27 Tom Tromey <tom@tromey.com>
2110
2111 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2112 skip_python_tests.
2113
2114 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2115
2116 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2117 New structure.
2118 (struct struct_static_02_02): Likewise.
2119 (struct struct_static_02_03): Likewise.
2120 (struct struct_static_02_04): Likewise.
2121 (struct struct_static_04_01): Likewise.
2122 (struct struct_static_04_02): Likewise.
2123 (struct struct_static_04_03): Likewise.
2124 (struct struct_static_04_04): Likewise.
2125 (struct struct_static_06_01): Likewise.
2126 (struct struct_static_06_02): Likewise.
2127 (struct struct_static_06_03): Likewise.
2128 (struct struct_static_06_04): Likewise.
2129 (cmp_struct_static_02_01): Likewise.
2130 (cmp_struct_static_02_02): Likewise.
2131 (cmp_struct_static_02_03): Likewise.
2132 (cmp_struct_static_02_04): Likewise.
2133 (cmp_struct_static_04_01): Likewise.
2134 (cmp_struct_static_04_02): Likewise.
2135 (cmp_struct_static_04_03): Likewise.
2136 (cmp_struct_static_04_04): Likewise.
2137 (cmp_struct_static_06_01): Likewise.
2138 (cmp_struct_static_06_02): Likewise.
2139 (cmp_struct_static_06_03): Likewise.
2140 (cmp_struct_static_06_04): Likewise.
2141 (call_all): Test new structs.
2142 * gdb.base/infcall-nested-structs.exp: Likewise.
2143
2144 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2145 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2146
2147 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2148 * gdb.base/stack-protector.c: New test.
2149 * gdb.base/stack-protector.exp: New file.
2150 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2151 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2152 option.
2153 (gdb_compile): Remove stack protector for GCC and prevent
2154 recursion.
2155
2156 2019-01-16 Keith Seitz <keiths@redhat.com>
2157
2158 PR gdb/23773
2159 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2160
2161 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2162
2163 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2164 aliases.
2165 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2166 tests.
2167 * gdb.arch/powerpc-vector-regs.c: New file.
2168 * gdb.arch/powerpc-vector-regs.exp: New file.
2169
2170 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2171
2172 * gdb.arch/altivec-regs.exp: Fix the list passed to
2173 gdb_expect_list when testing "info vector".
2174
2175 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2176
2177 * gdb.base/style.exp: Don't include path in testname.
2178
2179 2019-01-10 Keith Seitz <keiths@redhat.com>
2180
2181 PR gdb/23712
2182 PR symtab/23010
2183 * gdb.dwarf2/multidictionary.exp: New file.
2184
2185 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2186
2187 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2188 (test_gnuv3_style_demangling): ... this.
2189 (test_lucid_style_demangling): Remove.
2190 (test_arm_style_demangling): Remove.
2191 (test_hp_style_demangling): Remove.
2192 (do_tests): Remove calls to the above.
2193
2194 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2195
2196 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2197 case.
2198
2199 2019-01-06 Tom Tromey <tom@tromey.com>
2200
2201 PR gdb/28155:
2202 * gdb.dwarf2/typedef-void-finish.exp: New file.
2203
2204 2018-12-28 Tom Tromey <tom@tromey.com>
2205 Simon Marchi <simark@simark.ca>
2206
2207 * gdb.base/jit-exec.exp: New file.
2208 * gdb.base/jit-exec.c: New file.
2209 * gdb.base/jit-execd.c: New file.
2210
2211 2018-12-28 Tom Tromey <tom@tromey.com>
2212
2213 * gdb.base/style.exp: Update test to check for address styling.
2214
2215 2018-12-28 Tom Tromey <tom@tromey.com>
2216
2217 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2218 message.
2219
2220 2018-12-28 Tom Tromey <tom@tromey.com>
2221
2222 * gdb.base/style.exp: Add test for version number styling.
2223
2224 2018-12-28 Tom Tromey <tom@tromey.com>
2225
2226 * gdb.base/style.exp: Add test for print_address_symbolic.
2227
2228 2018-12-28 Tom Tromey <tom@tromey.com>
2229
2230 * gdb.base/style.exp: Add test for breakpoint setting.
2231
2232 2018-12-28 Tom Tromey <tom@tromey.com>
2233
2234 * gdb.base/style.exp: Add test for variable names.
2235
2236 2018-12-28 Tom Tromey <tom@tromey.com>
2237
2238 * gdb.base/style.exp: New file.
2239 * gdb.base/style.c: New file.
2240
2241 2018-12-28 Tom Tromey <tom@tromey.com>
2242
2243 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2244 "dumb".
2245 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2246 the TERM environment variable.
2247
2248 2018-12-27 Tom Tromey <tom@tromey.com>
2249
2250 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2251 pagination test.
2252
2253 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2254
2255 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2256 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2257
2258 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2259
2260 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2261 Filename a.adb changed to bp_fun_addr.adb.
2262 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2263
2264 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2265
2266 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2267 non-PIE executables.
2268 * README: Mention the gdb,nopie_flag board setting.
2269 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2270 non-PIE executable.
2271 * gdb.arch/amd64-entry-value.exp: Likewise.
2272 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2273 * gdb.arch/i386-float.exp: Likewise.
2274 * gdb.arch/i386-signal.exp: Likewise.
2275 * gdb.mi/mi-reg-undefined.exp: Likewise.
2276
2277 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2278
2279 PR gdb/23974
2280 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2281
2282 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2283
2284 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2285 Update order of results accordingly.
2286
2287 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2288
2289 * gdb.base/annota1.exp: Update a test regexp.
2290
2291 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2294
2295 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2296
2297 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2298 (reuse_time): Initialize to REUSE_TIME_CAP.
2299 (check_rc): New function.
2300 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2301 Check pthread_create rc.
2302 (spawner_thread_func): Check pthread_create and pthread_join rc.
2303
2304 2018-12-08 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.base/list.exp (test_forward_search): Rename to ...
2307 (test_forward_reverse_search): ... this. Also test reverse-search
2308 and the forward-search alias.
2309
2310 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2311
2312 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2313 local timeout variable before return, and remove all local timeout
2314 variable entirely.
2315 (gdb_load): Likewise.
2316
2317 2018-12-01 Tom de Vries <tdevries@suse.de>
2318
2319 * gdb.base/gdb-caching-proc.exp: New file.
2320
2321 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2322
2323 * Makefile.in (TIMESTAMP): New variable.
2324 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2325 command.
2326 (check-single-racy): Likewise.
2327 (check/%.exp): Likewise.
2328 (check-racy/%.exp): Likewise.
2329 (workers/%.worker): Likewise.
2330 (build-perf): Likewise.
2331 (check-perf): Likewise.
2332 * README: Describe new "TS" and "TS_FORMAT" variables.
2333 * print-ts.py: New file.
2334
2335 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2336
2337 PR python/23714
2338 * gdb.python/python.exp: Test command repetition after
2339 gdb.execute.
2340
2341 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2344 is correctly aligned.
2345
2346 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2347
2348 * gdb.ada/info_auto_lang.exp: New testcase.
2349 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2350 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2351 * gdb.ada/info_auto_lang/some_c.c: New file.
2352
2353 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2354
2355 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2356 FUNC_lang language syntax.
2357
2358 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2359
2360 * gdb.base/info_minsym.c: New file.
2361 * gdb.base/info_minsym.exp: New file.
2362
2363 2018-11-19 Tom Tromey <tom@tromey.com>
2364
2365 PR rust/23625:
2366 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2367 * gdb.rust/expr.exp: Update expected output. Change one test.
2368
2369 2018-11-19 Tom Tromey <tom@tromey.com>
2370
2371 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2372
2373 2018-11-19 Pedro Alves <palves@redhat.com>
2374
2375 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2376 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2377 see the expected warning.
2378
2379 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2380
2381 PR gdb/22736:
2382 * gdb.cp/infcall-nodebug-lib.c: New test.
2383 * gdb.cp/infcall-nodebug-main.c: New test.
2384 * gdb.cp/infcall-nodebug.exp: New file.
2385
2386 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2387
2388 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2389 completer tests.
2390
2391 2018-11-09 Tom de Vries <tdevries@suse.de>
2392
2393 * gdb.base/msym-lang.c: New test.
2394 * gdb.base/msym-lang.exp: New file.
2395 * gdb.base/msym-lang-main.c: New test.
2396
2397 2018-11-08 Tom Tromey <tom@tromey.com>
2398
2399 PR gdb/23555:
2400 PR gdb/23838:
2401 * gdb.base/warning.exp: New file.
2402
2403 2018-11-08 Jan Beulich <jbeulich@suse.com>
2404
2405 * testsuite/gdb.arch/i386-avx512.c,
2406 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2407
2408 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2411 point hardware.
2412
2413 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2414
2415 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2416 * gdb.dwarf2/missing-type-name.exp: New file.
2417
2418 2018-11-06 Tom de Vries <tdevries@suse.de>
2419
2420 * gdb.base/many-headers.c: New test.
2421 * gdb.base/many-headers.exp: New file.
2422
2423 2018-11-06 Jim Wilson <jimw@sifive.com>
2424
2425 * gdb.base/code_elim.exp: For riscv, set additional_flags
2426 to include -msmall-data-limit=0.
2427
2428 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2429
2430 * gdb.ada/watch_minus_l: New testcase.
2431
2432 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2433
2434 * gdb.arch/aix-sighandle.c: New file.
2435 * gdb.arch/aix-sighandle.exp: New file.
2436
2437 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2438
2439 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2440 registers being unions.
2441
2442 2018-10-31 Tom de Vries <tdevries@suse.de>
2443
2444 * lib/valgrind.exp: New file.
2445 (vgdb_start, vgdb_stop): New procs, factored out of ...
2446 * gdb.base/valgrind-bt.exp: ... here, ...
2447 * gdb.base/valgrind-disp-step.exp: ... here and ...
2448 * gdb.base/valgrind-infcall.exp: ... here.
2449
2450 2018-10-31 Tom de Vries <tdevries@suse.de>
2451
2452 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2453
2454 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2455
2456 * gdb.dwarf2/void-type.c: New file.
2457 * gdb.dwarf2/void-type.exp: New file.
2458
2459 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2460
2461 * gdb.base/info_qt.c: New file.
2462 * gdb.base/info_qt.exp: New file.
2463
2464 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2465
2466 * gdb.arch/powerpc-htm-regs.c: New file.
2467 * gdb.arch/powerpc-htm-regs.exp: New file.
2468
2469 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2470
2471 * gdb.arch/powerpc-tar.c: New file.
2472 * gdb.arch/powerpc-tar.exp: New file.
2473
2474 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2475
2476 * gdb.arch/powerpc-ppr-dscr.c: New file.
2477 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2478
2479 2018-10-25 Tom de Vries <tdevries@suse.de>
2480
2481 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2482
2483 2018-10-24 Tom de Vries <tdevries@suse.de>
2484
2485 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2486 longer exists error.
2487
2488 2018-10-24 Tom de Vries <tdevries@suse.de>
2489
2490 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2491
2492 2018-10-24 Tom de Vries <tdevries@suse.de>
2493
2494 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2495 --db-attach in valgrind.
2496
2497 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2498
2499 * gdb.arch/riscv-reg-aliases.c: New file.
2500 * gdb.arch/riscv-reg-aliases.exp: New file.
2501
2502 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2503
2504 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2505
2506 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2507
2508 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2509
2510 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2511
2512 * gdb.cp/ovldbreak.exp: Fix regexps.
2513
2514 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2515
2516 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2517
2518 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2519
2520 PR cli/23785
2521 * gdb.base/restore.exp: New test to check if "restore" with an
2522 invalid file doesn't segfault.
2523
2524 2018-10-18 Tom de Vries <tdevries@suse.de>
2525
2526 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2527 * gdb.ada/excep_handle.exp: Same.
2528 * gdb.ada/mi_string_access.exp: Same.
2529 * gdb.ada/mi_var_union.exp: Same.
2530 * gdb.arch/arc-analyze-prologue.exp: Same.
2531 * gdb.arch/arc-decode-insn.exp: Same.
2532 * gdb.base/readnever.exp: Same.
2533 * gdb.fortran/printing-types.exp: Same.
2534 * gdb.guile/scm-lazy-string.exp: Same.
2535
2536 2018-10-16 Tom de Vries <tdevries@suse.de>
2537
2538 PR gdb/23730
2539 * gdb.base/catch-follow-exec.c: Add copyright notice.
2540 * gdb.base/catch-follow-exec.exp: Rewrite to use
2541 gdb_spawn_with_cmdline_opts. Require gdb-native.
2542
2543 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2544
2545 * gdb.trace/actions-changed.exp: Check for arch support.
2546 * gdb.trace/actions.exp: Likewise.
2547 * gdb.trace/ax.exp: Likewise.
2548 * gdb.trace/backtrace.exp: Likewise.
2549 * gdb.trace/change-loc.exp: Likewise.
2550 * gdb.trace/deltrace.exp: Likewise.
2551 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2552 * gdb.trace/ftrace.exp: Likewise.
2553 * gdb.trace/infotrace.exp: Check for arch support.
2554 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2555 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2556 * gdb.trace/mi-tsv-changed.exp: Likewise.
2557 * gdb.trace/packetlen.exp: Likewise.
2558 * gdb.trace/passc-dyn.exp: Likewise.
2559 * gdb.trace/passcount.exp: Likewise.
2560 * gdb.trace/pending.exp: Likewise.
2561 * gdb.trace/range-stepping.exp: Check for shlib support.
2562 * gdb.trace/report.exp: Check for arch support.
2563 * gdb.trace/save-trace.exp: Likewise.
2564 * gdb.trace/signal.exp: Check for signal support.
2565 * gdb.trace/tfind.exp: Check for arch support.
2566 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2567 * gdb.trace/trace-common.h: Add comment.
2568 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2569 * gdb.trace/trace-enable-disable.exp: Likewise.
2570 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2571 * gdb.trace/tracecmd.exp: Check for arch support.
2572 * gdb.trace/tspeed.exp: Check for shlib and target support.
2573 * gdb.trace/tstatus.exp: Check for arch support.
2574 * gdb.trace/tsv.exp: Likewise.
2575 * gdb.trace/while-dyn.exp: Likewise.
2576 * gdb.trace/while-stepping.exp: Likewise.
2577 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2578
2579 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2580
2581 * gdb.trace/tspeed.exp: Remove nowarnings.
2582 (prepare_for_trace_test): Declare "global ipalib".
2583 * gdb.trace/tspeed.c: Include unistd.h.
2584 (main): Remove superfluous printf argument.
2585
2586 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2587
2588 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2589 directory prefix on the filename.
2590
2591 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2592
2593 * gdb.gdb/unittest.exp: Update expected message informing that
2594 selftests have been disabled.
2595 * gdb.server/unittest.exp: Likewise.
2596
2597 2018-10-09 Tom de Vries <tdevries@suse.de>
2598
2599 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2600 with runto_main.
2601
2602 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2603
2604 PR c++/16841
2605 * gdb.cp/virtbase2.cc: New file.
2606 * gdb.cp/virtbase2.exp: New file.
2607
2608 2018-10-06 Tom Tromey <tom@tromey.com>
2609
2610 PR python/19399:
2611 * gdb.python/py-inferior.exp: Add architecture test.
2612
2613 2018-10-06 Tom Tromey <tom@tromey.com>
2614
2615 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2616 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2617
2618 2018-10-06 Tom Tromey <tom@tromey.com>
2619
2620 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2621 of a "throw" catchpoint.
2622
2623 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2624
2625 * gdb.base/info-proc.exp: Update string expected from "help info
2626 proc".
2627
2628 2018-10-04 Tom Tromey <tom@tromey.com>
2629
2630 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2631 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2632 (test_initial_complaints, test_empty_complaints): Update.
2633 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2634
2635 2018-10-04 Tom Tromey <tom@tromey.com>
2636
2637 PR cli/19551:
2638 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2639 * lib/gdb.exp (gdb_file_cmd): Update.
2640 * gdb.stabs/weird.exp (print_weird_var): Update.
2641 * gdb.server/solib-list.exp: Update.
2642 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2643 * gdb.mi/mi-cli.exp: Update.
2644 * gdb.linespec/linespec.exp: Update.
2645 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2646 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2647 * gdb.cp/cp-relocate.exp: Update.
2648 * gdb.base/sym-file.exp: Update.
2649 * gdb.base/relocate.exp: Update.
2650 * gdb.base/readnever.exp: Update.
2651 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2652 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2653 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2654 * gdb.base/code_elim.exp: Update.
2655 * gdb.base/break-unload-file.exp (test_break): Update.
2656 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2657 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2658 Update.
2659 * gdb.base/attach.exp (do_attach_tests): Update.
2660 * gdb.base/sepdebug.exp: Update.
2661 * gdb.python/py-section-script.exp: Update.
2662
2663 2018-10-04 Tom Tromey <tom@tromey.com>
2664
2665 PR cli/22234:
2666 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2667 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2668 output.
2669
2670 2018-10-04 Tom Tromey <tom@tromey.com>
2671
2672 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2673 set width and height to 0.
2674 (test_command_line_attach_run): Use -quiet.
2675
2676 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2677
2678 * lib/gdb.exp (skip_ifunc_tests): New.
2679 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2680 other compile failures.
2681 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2682
2683 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2684
2685 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2686 is_amd64_regs_target.
2687
2688 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2689
2690 * gdb.arch/aarch64-sighandler-regs.c: New test.
2691 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2692 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2693
2694 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2695
2696 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2697 assembly.
2698
2699 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2700
2701 * gdb.base/frame-selection.exp: New file.
2702 * gdb.base/frame-selection.c: New file.
2703
2704 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2705
2706 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2707 pthread barrier.
2708 (main): Likewise.
2709
2710 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2711
2712 * gdb.base/large-frame-1.c: New file.
2713 * gdb.base/large-frame-2.c: New file.
2714 * gdb.base/large-frame.exp: New file.
2715 * gdb.base/large-frame.h: New file.
2716
2717 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2718
2719 PR gdb/20948
2720 * gdb.base/write_mem.exp: New test.
2721 * gdb.base/write_mem.c: Likewise.
2722
2723 2018-09-23 Tom Tromey <tom@tromey.com>
2724
2725 PR python/18852:
2726 * gdb.python/py-parameter.exp: Add test for parameter that throws
2727 on "set".
2728
2729 2018-09-23 Tom Tromey <tom@tromey.com>
2730
2731 PR python/17284:
2732 * gdb.python/py-template.exp (test_template_arg): Add test for
2733 negative template argument number.
2734
2735 2018-09-23 Tom Tromey <tom@tromey.com>
2736
2737 PR python/14062:
2738 * gdb.python/python.exp: Add test for post_event error.
2739
2740 2018-09-23 Tom Tromey <tom@tromey.com>
2741
2742 PR python/18170:
2743 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2744 convert pointers to int and long.
2745
2746 2018-09-23 Tom Tromey <tom@tromey.com>
2747
2748 PR python/20126:
2749 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2750 signed-ness conversion tests.
2751
2752 2018-09-23 Tom Tromey <tom@tromey.com>
2753
2754 PR python/18352;
2755 * gdb.python/py-value.exp (test_float_conversion): New proc.
2756 Use it.
2757
2758 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2759
2760 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2761
2762 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2763
2764 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2765 no readline.
2766 * gdb.base/utf8-identifiers.exp: Likewise.
2767 * gdb.cp/cpcompletion.exp: Likewise.
2768 * gdb.linespec/cpcompletion.exp: Likewise.
2769 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2770 * gdb.linespec/cpls-ops.exp: Likewise.
2771
2772 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2773 Chris January <chris.january@arm.com>
2774
2775 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2776 * gdb.fortran/short-circuit-argument-list.exp: New file.
2777 * gdb.fortran/short-circuit-argument-list.f90: New test.
2778
2779 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2780
2781 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2782 "arch=" keyword when executing "-stack-list-frames".
2783
2784 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2785
2786 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2787 "arch=" keyword when executing "-stack-list-frames".
2788
2789 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2790
2791 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2792 break ada".
2793
2794 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2795
2796 PR python/23669
2797 * gdb.python/python.exp: Test gdb.execute("show commands").
2798
2799 2018-09-16 Tom Tromey <tom@tromey.com>
2800
2801 * gdb.base/new-ui.exp (do_execution_tests): Update.
2802 * gdb.base/dbx.exp (test_breakpoints): Update.
2803
2804 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2805
2806 * lib/gdb.exp (gdb_simple_compile): Add proc.
2807 (is_elf_target): Use gdb_simple_compile.
2808 (skip_altivec_tests): Likewise.
2809 (skip_vsx_tests): Likewise.
2810 (skip_tsx_tests): Likewise.
2811 (skip_btrace_tests): Likewise.
2812 (skip_btrace_pt_tests): Likewise.
2813 (gdb_can_simple_compile): Likewise.
2814 (gdb_has_argv0): Likewise.
2815 (gdb_target_symbol_prefix): Likewise.
2816 (target_supports_scheduler_locking): Likewise.
2817
2818 2018-09-13 Tom Tromey <tom@tromey.com>
2819
2820 * Makefile.in (TAGS): Recognize proc_with_prefix and
2821 gdb_caching_proc.
2822
2823 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2824
2825 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2826 method.
2827
2828 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2829
2830 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2831 and a few other Inferior properties when the Inferior is no
2832 longer valid.
2833
2834 2018-09-13 Tom Tromey <tom@tromey.com>
2835
2836 PR rust/23650:
2837 * gdb.rust/simple.exp: Add test for enum field access error.
2838
2839 2018-09-13 Tom Tromey <tom@tromey.com>
2840
2841 PR rust/23626:
2842 * gdb.rust/simple.rs (EmptyEnum): New type.
2843 (main): Use it.
2844 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2845
2846 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2847
2848 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2849 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2850 * gdb.python/py-symtab.exp: Update test printing an objfile.
2851
2852 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2853
2854 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2855 object.
2856
2857 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2858
2859 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2860 (support_complex_tests): Use gdb_can_simple_compile.
2861 (is_ilp32_target): Likewise.
2862 (is_lp64_target): Likewise.
2863 (is_64_target): Likewise.
2864 (is_amd64_regs_target): Likewise.
2865 (is_aarch32_target): Likewise.
2866 (gdb_int128_helper): Likewise.
2867
2868 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2869
2870 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2871
2872 2018-09-10 Jerome Guitton <guitton@adacore.com>
2873
2874 * gdb.ada/same_component_name: Add test for case of tagged record
2875 with variable-length fields.
2876
2877 2018-09-10 Xavier Roirand <roirand@adacore.com>
2878
2879 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2880 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2881 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2882 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2883
2884 2018-09-10 Xavier Roirand <roirand@adacore.com>
2885
2886 * gdb.ada/mi_string_access.exp: New testcase.
2887 * gdb.ada/mi_string_access/bar.adb: New file.
2888 * gdb.ada/mi_string_access/pck.adb: New file.
2889 * gdb.ada/mi_string_access/pck.asd: New file.
2890
2891 2018-09-10 Xavier Roirand <roirand@adacore.com>
2892
2893 * gdb.ada/mi_var_union.exp: New testcase.
2894 * gdb.ada/mi_var_union/bar.adb: New file.
2895 * gdb.ada/mi_var_union/pck.adb: New file.
2896 * gdb.ada/mi_var_union/pck.asd: New file.
2897
2898 2018-09-08 Tom Tromey <tom@tromey.com>
2899
2900 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2901
2902 2018-09-08 Tom Tromey <tom@tromey.com>
2903
2904 PR python/16047:
2905 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2906 (register_pretty_printers): Register new printer.
2907 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2908 test.
2909 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2910 (an_int_type3): New global.
2911
2912 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2913
2914 * gdb.ada/expr_with_funcall: New testcase.
2915
2916 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2917
2918 * gdb.ada/packed_array_assign: New testcase.
2919
2920 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2923 names, and add test prefixes to make test names unique.
2924
2925 2018-09-05 Tom de Vries <tdevries@suse.de>
2926
2927 * gdb.dwarf2/varval.exp: Add test.
2928
2929 2018-09-04 Gary Benson <gbenson@redhat.com>
2930
2931 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2932 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2933
2934 2018-08-31 Tom Tromey <tom@tromey.com>
2935
2936 * gdb.rust/simple.rs: Rename second variable "v".
2937
2938 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * gdb.base/funcargs.c (use_a): New function.
2941 (recurse): Call use_a.
2942
2943 2018-08-29 Keith Seitz <keiths@redhat.com>
2944
2945 * gdb.compile/compile-cplus-anonymous.cc: New file.
2946 * gdb.compile/compile-cplus-anonymous.exp: New file.
2947 * gdb.compile/compile-cplus-array-decay.cc: New file.
2948 * gdb.compile/compile-cplus-array-decay.exp: New file.
2949 * gdb.compile/compile-cplus-inherit.cc: New file.
2950 * gdb.compile/compile-cplus-inherit.exp: New file.
2951 * gdb.compile/compile-cplus-member.cc: New file.
2952 * gdb.compile/compile-cplus-member.exp: New file.
2953 * gdb.compile/compile-cplus-method.cc: New file.
2954 * gdb.compile/compile-cplus-method.exp: New file.
2955 * gdb.compile/compile-cplus-mod.c: "New" file.
2956 * gdb.compile/compile-cplus-namespace.cc: New file.
2957 * gdb.compile/compile-cplus-namespace.exp: New file.
2958 * gdb.compile/compile-cplus-nested.cc: New file.
2959 * gdb.compile/compile-cplus-nested.exp: New file.
2960 * gdb.compile/compile-cplus-print.c: "New" file.
2961 * gdb.compile/compile-cplus-print.exp: "New" file.
2962 * gdb.compile/compile-cplus-virtual.cc: New file.
2963 * gdb.compile/compile-cplus-virtual.exp: New file.
2964 * gdb.compile/compile-cplus.c: "New" file.
2965 * gdb.compile/compile-cplus.exp: "New" file.
2966 * lib/compile-support.exp: New file.
2967
2968 2018-08-16 Gary Benson <gbenson@redhat.com>
2969
2970 PR gdb/13000:
2971 * gdb.base/batch-exit-status.exp: New file.
2972 * gdb.base/batch-exit-status.good-commands: Likewise.
2973 * gdb.base/batch-exit-status.bad-commands: Likewise.
2974
2975 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2976
2977 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2978 (struct struct02): Likewise.
2979 (struct struct03): Likewise.
2980 (struct struct04): Likewise.
2981 (struct struct_01_01): New struct.
2982 (struct struct_01_02): Likewise.
2983 (struct struct_01_03): Likewise.
2984 (struct struct_01_04): Likewise.
2985 (struct struct_02_01): Likewise.
2986 (struct struct_02_02): Likewise.
2987 (struct struct_02_03): Likewise.
2988 (struct struct_02_04): Likewise.
2989 (struct struct_04_01): Likewise.
2990 (struct struct_04_02): Likewise.
2991 (struct struct_04_03): Likewise.
2992 (struct struct_04_04): Likewise.
2993 (struct struct_05_01): Likewise.
2994 (struct struct_05_02): Likewise.
2995 (struct struct_05_03): Likewise.
2996 (struct struct_05_04): Likewise.
2997 (cmp_struct01): Remove function.
2998 (cmp_struct02): Likewise.
2999 (cmp_struct03): Likewise.
3000 (cmp_struct04): Likewise.
3001 (cmp_struct_01_01): Add Function.
3002 (cmp_struct_01_02): Likewise.
3003 (cmp_struct_01_03): Likewise.
3004 (cmp_struct_01_04): Likewise.
3005 (cmp_struct_02_01): Likewise.
3006 (cmp_struct_02_02): Likewise.
3007 (cmp_struct_02_03): Likewise.
3008 (cmp_struct_02_04): Likewise.
3009 (cmp_struct_04_01): Likewise.
3010 (cmp_struct_04_02): Likewise.
3011 (cmp_struct_04_03): Likewise.
3012 (cmp_struct_04_04): Likewise.
3013 (cmp_struct_05_01): Likewise.
3014 (cmp_struct_05_02): Likewise.
3015 (cmp_struct_05_03): Likewise.
3016 (cmp_struct_05_04): Likewise.
3017 (call_all): Add new structs.
3018 * gdb.base/infcall-nested-structs.exp: Likewise.
3019
3020 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3021
3022 * gdb.python/py-framefilter-mi.exp: Update regexp to
3023 check for "arch" field in frame output.
3024
3025 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3026
3027 * gdb.dwarf2/dw2-ranges-func.c: New file.
3028 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3029
3030 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3031
3032 * gdb.base/term.exp: Compare terminal settings with values from
3033 the inferior.
3034 * gdb.base/term.c: Get and set terminal settings.
3035
3036 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3037
3038 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3039 accommodate new "arch" field in frame output.
3040 * gdb.mi/mi-return.exp: Likewise.
3041 * gdb.mi/mi-stack.exp: Likewise.
3042 * gdb.mi/mi-syn-frame.exp: Likewise.
3043 * gdb.mi/user-selected-context-sync.exp: Likewise.
3044
3045 2018-08-19 Michael Spang <spang@google.com>
3046
3047 PR gdb/11786
3048 * gdb.base/gcore-tls-pie.c: New file.
3049 * gdb.base/gcore-tls-pie.exp: New file.
3050
3051 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3052
3053 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3054 * gdb.dwarf2/varval.c: New file.
3055 * gdb.dwarf2/varval.exp: New file.
3056
3057 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3058
3059 PR gdb/18931
3060 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3061
3062 2018-08-16 Keith Seitz <keiths@redhat.com>
3063
3064 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3065 tests expected to pass.
3066
3067 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3068
3069 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3070 -data-disassemble -a.
3071 (test_disassembly_bogus_args): Likewise.
3072
3073 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3074
3075 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3076
3077 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3078
3079 * gdb.base/vla-optimized-out.exp: Add new test.
3080
3081 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3082
3083 * gdb.base/vla-optimized-out-o3.exp: Delete.
3084 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3085 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3086 deleted tests.
3087
3088 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 PR gdb/18050:
3091 * gdb.server/extended-remote-restart.c: New file.
3092 * gdb.server/extended-remote-restart.exp: New file.
3093
3094 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3095
3096 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3097 "set variable index = 42".
3098
3099 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3100
3101 * boards/index-cache-gdb.exp: New file.
3102 * gdb.dwarf2/index-cache.exp: New file.
3103 * gdb.dwarf2/index-cache.c: New file.
3104 * gdb.base/maint.exp: Check if we are using the index cache.
3105
3106 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3107
3108 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3109 MAKEFLAGS.
3110
3111 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3112
3113 * dg-extract-results.sh: Move to toplevel contrib.
3114 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3115 * Makefile.in (check-parallel-racy): Likewise.
3116
3117 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3118
3119 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3120 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3121 tests if the target supports scheduler locking.
3122
3123 2018-08-04 Tom de Vries <tdevries@suse.de>
3124
3125 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3126
3127 2018-08-02 Tom Tromey <tom@tromey.com>
3128
3129 PR symtab/16842.
3130 * gdb.cp/temargs.exp: Test "info address" of a template
3131 parameter.
3132
3133 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3134
3135 * gdb.python/py-mi-var-info-path-expression.c: New file.
3136 * gdb.python/py-mi-var-info-path-expression.py: New file.
3137 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3138
3139 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3140
3141 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3142 error after "cannot resolve name" string.
3143
3144 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3145
3146 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3147 started.
3148 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3149
3150 2018-07-28 Tom de Vries <tdevries@suse.de>
3151
3152 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3153
3154 2018-07-26 Tom de Vries <tdevries@suse.de>
3155
3156 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3157
3158 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3159
3160 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3161 is visible.
3162
3163 2018-07-26 Tom de Vries <tdevries@suse.de>
3164
3165 PR breakpoints/23366
3166 * gdb.base/catch-follow-exec.c: New test.
3167 * gdb.base/catch-follow-exec.exp: New file.
3168
3169 2018-07-25 Tom de Vries <tdevries@suse.de>
3170
3171 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3172 vla-optimized-out.c.
3173
3174 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3175
3176 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3177 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3178
3179 2018-07-20 Tom de Vries <tdevries@suse.de>
3180
3181 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3182 NOCLONE macro.
3183 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3184
3185 2018-07-19 Tom de Vries <tdevries@suse.de>
3186
3187 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3188 regular expression.
3189
3190 2018-07-18 Tom de Vries <tdevries@suse.de>
3191
3192 * gdb.base/vla-optimized-out.c: New test.
3193 * gdb.base/vla-optimized-out.exp: New file.
3194
3195 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3196
3197 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3198 message "No address associated with hostname" when gdbserver
3199 cannot resolve the hostname.
3200
3201 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3202
3203 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3204 Add some test prefixes to make tests unique.
3205
3206 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3207
3208 * gdb.base/frameapply.c: New file.
3209 * gdb.base/frameapply.exp: New file.
3210
3211 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3212
3213 * gdb.base/skip.exp: Update expected error message.
3214
3215 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3216 Jan Kratochvil <jan.kratochvil@redhat.com>
3217 Paul Fertser <fercerpav@gmail.com>
3218 Tsutomu Seki <sekiriki@gmail.com>
3219
3220 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3221 parameter.
3222 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3223 by default.
3224 * boards/native-gdbserver.exp: Likewise.
3225 * gdb.server/run-without-local-binary.exp: Improve regexp used
3226 for detecting when a remote debugging connection succeeds.
3227 * gdb.server/server-connect.exp: New file.
3228 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3229 Do not prefix the port number with ":".
3230 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3231 support for detecting and using it. Add '$debughost_gdbserver'
3232 to the list of arguments used to start gdbserver. Handle case
3233 when gdbserver cannot resolve a network name.
3234
3235 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3236
3237 PR c++/23373
3238 * gdb.base/ptype-offsets.cc (struct static_member): New
3239 struct.
3240 (main) <stmember>: New variable.
3241 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3242 with a static member in it.
3243
3244 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3245
3246 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3247 watchpoints enabled and disabled.
3248
3249 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3250
3251 * gdb.base/examine-backward.exp: Still run tests around address
3252 0x0, even if address 0x0 is not readable. Update the pattern for
3253 matching address 0x0 in expected output.
3254
3255 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3256
3257 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3258 malloc/free.
3259
3260 2018-07-04 Tom de Vries <tdevries@suse.de>
3261
3262 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3263
3264 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3265
3266 PR tdep/8282
3267 * gdb.arch/mips-disassembler-options.exp: New test.
3268 * gdb.arch/mips-disassembler-options.s: New test source.
3269
3270 2018-06-29 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.threads/names.exp: Adjust expected "info threads" output.
3273
3274 2018-06-29 Pedro Alves <palves@redhat.com>
3275
3276 * gdb.opt/inline-break.exp (line number, address): Add "info
3277 break" tests.
3278
3279 2018-06-29 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3282 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3283 number and address and running to them.
3284
3285 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3286
3287 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3288
3289 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3290
3291 * lib/compiler.c: Remove executable permission flag.
3292
3293 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3294
3295 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3296 code.
3297 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3298
3299 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3300
3301 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3302
3303 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3304
3305 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3306 address argument is omitted.
3307
3308 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3309
3310 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3311
3312 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3313
3314 PR gdb/21695
3315 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3316 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3317
3318 2018-06-26 Tom Tromey <tom@tromey.com>
3319
3320 PR rust/22574:
3321 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3322 * gdb.rust/simple.rs (struct SimpleLayout): New.
3323
3324 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3325
3326 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3327 "info registers" output.
3328
3329 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3330
3331 * gdb.base/watchpoint-hw-attach.c: New test.
3332 * gdb.base/watchpoint-hw-attach.exp: New file.
3333
3334 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3335
3336 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3337 through /bin/sh.
3338 * boards/dwarf4-gdb-index.exp: Likewise.
3339 * boards/fission-dwp.exp: Likewise.
3340
3341 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3342
3343 * gdb.base/float128.exp: Add comment and improved fail message
3344 to the failure case of "print large128" test.
3345
3346 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3347
3348 * configure.ac: Remove AC_PREREQ.
3349 * configure: Re-generate.
3350
3351 2018-06-19 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3354 (func_extern_caller): New.
3355 (main): Call func_extern_caller.
3356 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3357 logic change.
3358
3359 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3360
3361 PR gdb/16841
3362 * gdb.cp/typedef-base.cc: New file.
3363 * gdb.cp/typedef-base.exp: New file.
3364
3365 2018-06-18 Tom de Vries <tdevries@suse.de>
3366
3367 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3368
3369 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3370 Richard Bunt <Richard.Bunt@arm.com>
3371
3372 * gdb.threads/attach-slow-waitpid.c: New file.
3373 * gdb.threads/attach-slow-waitpid.exp: New file.
3374 * gdb.threads/slow-waitpid.c: New file.
3375
3376 2018-06-14 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.base/fork-running-state.c: Include <errno.h>.
3379 (exit_if_relative_exits): New.
3380 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3381 exits.
3382 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3383 child exits.
3384
3385 2018-06-14 Tom de Vries <tdevries@suse.de>
3386
3387 PR cli/22573
3388 * gdb.base/finish-pretty.c: New test.
3389 * gdb.base/finish-pretty.exp: New file.
3390
3391 2018-06-14 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3394 gdb's expected startup output.
3395
3396 2018-06-14 Pedro Alves <palves@redhat.com>
3397
3398 * lib/selftest-support.exp (selftest_setup): Remove inlined
3399 function handling.
3400
3401 2018-06-14 Tom de Vries <tdevries@suse.de>
3402
3403 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3404 matching of breakpoint printing.
3405
3406 2018-06-13 Tom de Vries <tdevries@suse.de>
3407
3408 PR testsuite/23269
3409 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3410 (fork_child): ... here, and ...
3411 (fork_parent): ... here.
3412
3413 2018-06-12 Tom de Vries <tdevries@suse.de>
3414
3415 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3416
3417 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3418 Stephen Roberts <stephen.roberts@arm.com>
3419
3420 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3421 rewrite test to describe action performed, rather than possible
3422 failure.
3423
3424 2018-06-08 Gary Benson <gbenson@redhat.com>
3425
3426 * gdb.threads/check-libthread-db.exp: New file.
3427 * gdb.threads/check-libthread-db.c: Likewise.
3428
3429 2018-06-05 Tom Tromey <tom@tromey.com>
3430
3431 * gdb.base/default.exp: Update expected "show version" output.
3432
3433 2018-06-05 Tom Tromey <tom@tromey.com>
3434
3435 PR cli/12326:
3436 * gdb.cp/static-print-quit.exp: Update.
3437 * lib/gdb.exp (pagination_prompt): Update.
3438 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3439 * gdb.python/python.exp: Update.
3440
3441 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3442
3443 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3444
3445 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3446
3447 * gdb.ada/bp_fun_addr: New testcase.
3448
3449 2018-06-01 Tom Tromey <tom@tromey.com>
3450
3451 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3452 results.
3453 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3454 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3455 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3456 * gdb.base/maint.exp (maint_pass_if): Update.
3457
3458 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3459
3460 * gdb.base/endian.exp: New test.
3461 * gdb.base/endian.c: New test source.
3462
3463 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3464
3465 PR gdb/23203
3466 * gdb.base/bt-selected-frame.c: New file.
3467 * gdb.base/bt-selected-frame.exp: New file.
3468 * lib/gdb.exp (get_current_frame_number): New function.
3469
3470 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3471 Pedro Alves <palves@redhat.com>
3472
3473 * gdb.threads/tls-core.c: Include <stdlib.h>
3474 (thread_proc): Call `abort'.
3475 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3476 (tls_core_test): New procedure, bits factored out from ...
3477 (top level): ... here. Test both native cores and gcore cores.
3478
3479 2018-05-23 Tom Tromey <tom@tromey.com>
3480
3481 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3482
3483 2018-05-23 Tom Tromey <tom@tromey.com>
3484
3485 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3486 symfile_complaints.
3487 (test_short_complaints): Likewise.
3488 (test_empty_complaints): Likewise.
3489 (test_initial_complaints): Update.
3490
3491 2018-05-23 Tom Tromey <tom@tromey.com>
3492
3493 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3494
3495 2018-05-23 Tom Tromey <tom@tromey.com>
3496
3497 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3498 (test_short_complaints): Update.
3499
3500 2018-05-22 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.base/remote.exp: Only gdb_start after compiling the
3503 testcase. Issue "disconnect" before testing "set remote" command
3504 defaults. Issue clean_restart before running to main.
3505
3506 2018-05-22 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/remote.exp: Adjust expected output of "show remote
3509 memory-write-packet-size". Add tests for "set remote
3510 memory-write-packet-size 0" and "set remote
3511 memory-write-packet-size fixed/limit".
3512
3513 2018-05-22 Pedro Alves <palves@redhat.com>
3514
3515 PR gdb/22973
3516 * gdb.base/utf8-identifiers.c: New file.
3517 * gdb.base/utf8-identifiers.exp: New file.
3518
3519 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3520
3521 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3522
3523 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3524
3525 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3526
3527 2018-05-18 Tom Tromey <tom@tromey.com>
3528
3529 * gdb.base/ptype-offsets.exp: Update.
3530
3531 2018-05-17 Keith Seitz <keiths@redhat.com>
3532
3533 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3534 in expected breakpoint stop locations.
3535 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3536 move to proper scope to test variable values.
3537 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3538 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3539 New functions.
3540 (main): Call not_inline_func3.
3541 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3542 inline_func1, inline_func2, and inline_func3. Test that when each
3543 breakpoint is hit, GDB properly reports both the stop location
3544 and the backtrace. Repeat tests for temporary breakpoints.
3545
3546 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3547
3548 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3549 rather then trying to access it in determining whether the PID
3550 of `gdbserver' could have been retrieved.
3551
3552 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * gdb.arch/amd64-init-x87-values.S: New file.
3555 * gdb.arch/amd64-init-x87-values.exp: New file.
3556
3557 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3558
3559 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3560
3561 2018-05-04 Tom Tromey <tom@tromey.com>
3562
3563 PR python/22730:
3564 * gdb.python/python.exp: Test multi-line execute.
3565
3566 2018-05-04 Tom Tromey <tom@tromey.com>
3567
3568 PR python/22731:
3569 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3570
3571 2018-05-04 Tom Tromey <tom@tromey.com>
3572
3573 PR gdb/11750:
3574 * gdb.base/define.exp: Test defining a user command inside a user
3575 command.
3576 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3577
3578 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3579 Pedro Alves <palves@redhat.com>
3580
3581 PR breakpoints/19806 and support for PR external/20207.
3582 * gdb.base/watchpoint-unaligned.c: New file.
3583 * gdb.base/watchpoint-unaligned.exp: New file.
3584
3585 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3586
3587 * gdb.base/maint.exp: Make test names unique, use
3588 test_prefix_command_help to test 'help maint info', and remove
3589 repeated test of 'help maint'.
3590
3591 2018-05-04 Tom Tromey <tom@tromey.com>
3592
3593 PR gdb/22619:
3594 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3595 behavior.
3596
3597 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3598
3599 * gdb.base/maint.exp: Process output from 'maint print registers'
3600 line at a time.
3601
3602 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3603
3604 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3605 timeout.
3606
3607 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3610 filter pattern.
3611
3612 2018-05-02 Pedro Alves <palves@redhat.com>
3613
3614 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3615 to_log_command renames.
3616 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3617
3618 2018-05-02 Tom Tromey <tom@tromey.com>
3619
3620 * gdb.python/py-parameter.exp: Set test message.
3621
3622 2018-05-02 Tom Tromey <tom@tromey.com>
3623
3624 PR python/20084:
3625 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3626 PARAM_ZUINTEGER_UNLIMITED tests.
3627
3628 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3629
3630 PR rust/23124
3631 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3632 when casting.
3633
3634 2018-04-30 Tom Tromey <tom@tromey.com>
3635
3636 * gdb.python/py-type.exp: Check align attribute.
3637 * gdb.python/py-type.c: New "aligncheck" global.
3638
3639 2018-04-30 Tom Tromey <tom@tromey.com>
3640
3641 PR exp/17095:
3642 * gdb.dwarf2/dw2-align.exp: New file.
3643 * gdb.cp/align.exp: New file.
3644 * gdb.base/align.exp: New file.
3645 * lib/gdb.exp (gdb_int128_helper): New proc.
3646 (has_int128_c, has_int128_cxx): New caching procs.
3647
3648 2018-04-27 Tom Tromey <tom@tromey.com>
3649
3650 PR rust/22545:
3651 * gdb.rust/simple.exp: Add inclusive range tests.
3652
3653 2018-04-26 Pedro Alves <palves@redhat.com>
3654
3655 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3656 ifunc breakpoint locations correctly of ifunc breakpoints set
3657 while the program resolves the ifunc.
3658
3659 2018-04-26 Pedro Alves <palves@redhat.com>
3660
3661 * gdb.base/gnu-ifunc-final.c: New file.
3662 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3663 * gdb.base/gnu-ifunc.exp (executable): Delete.
3664 (staticexecutable): Adjust.
3665 (lib_opts, exec_opts): Delete.
3666 (make_binsuffix, build, set-break): New procedures.
3667 (misc_tests): New, with tests factored out from the top level.
3668 (top level): Test different combinations of ifunc resolver name,
3669 resolver with and with debug info, and ifunc target with and
3670 without debug info. Wrap static tests with with_target_prefix.
3671
3672 2018-04-26 Pedro Alves <palves@redhat.com>
3673
3674 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3675 return type" warnings.
3676
3677 2018-04-25 Pedro Alves <palves@redhat.com>
3678
3679 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3680 killed".
3681 * gdb.base/kill-after-signal.exp: Likewise.
3682 * gdb.threads/kill.exp: Likewise.
3683
3684 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3685 Sergio Durigan Junior <sergiodj@redhat.com>
3686 Pedro Alves <palves@redhat.com>
3687
3688 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3689 regexps to expect for '[Inferior ... detached]' as well.
3690 * gdb.base/attach.exp: Likewise.
3691 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3692 "gdb_continue_to_end".
3693 (test_catch_syscall_with_wrong_args): Likewise.
3694 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3695 ']'. Don't set 'verbose' on.
3696 * gdb.base/foll-vfork.exp: Likewise.
3697 * gdb.base/fork-print-inferior-events.c: New file.
3698 * gdb.base/fork-print-inferior-events.exp: New file.
3699 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3700 '[Inferior ... has been killed]' message.
3701 * gdb.base/kill-after-signal.exp: Likewise.
3702 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3703 detach message.
3704 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3705 message.
3706 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3707 regexps to expect for '[Inferior ... detached]' as well.
3708 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3709
3710 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3711
3712 PR gdb/23104
3713 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3714
3715 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3716
3717 * gdb.threads/multiple-successive-infcall.c: New test.
3718 * gdb.threads/multiple-successive-infcall.exp: New file.
3719
3720 2018-04-17 Tom Tromey <tom@tromey.com>
3721
3722 * gdb.rust/simple.rs (Union): New type.
3723 (main): New local "u".
3724 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3725
3726 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3727
3728 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3729 number information in output of "whereis" command.
3730 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3731
3732 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3733
3734 * gdb.ada/info_types.exp: Adjust expected output to the line
3735 numbers now printed by "info var/func/type".
3736 * gdb.base/completion.exp: Likewise.
3737 * gdb.base/included.exp: Likewise.
3738 * gdb.cp/cp-relocate.exp: Likewise.
3739 * gdb.cp/cplusfuncs.exp: Likewise.
3740 * gdb.cp/namespace.exp: Likewise.
3741 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3742
3743 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3744
3745 * gdb.btrace/cpu.exp: New.
3746
3747 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3748
3749 * gdb.base/step-indirect-call-thunk.exp: New.
3750 * gdb.base/step-indirect-call-thunk.c: New.
3751 * gdb.reverse/step-indirect-call-thunk.exp: New.
3752 * gdb.reverse/step-indirect-call-thunk.c: New.
3753
3754 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3755
3756 * gdb.base/pie-fork.c: New file.
3757 * gdb.base/pie-fork.exp: New file.
3758
3759 2018-04-11 Tom Tromey <tom@tromey.com>
3760
3761 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3762
3763 2018-04-10 Pedro Alves <palves@redhat.com>
3764
3765 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3766 exits. Instead loop running forever.
3767 (fork_parent): Run forever too.
3768
3769 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3770
3771 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3772 mi_continue_to_line.
3773 * gdb.mi/mi-stack.c (callee4): Add comment.
3774
3775 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3776
3777 * gdb.mi/mi-stack.exp: Fix indentation.
3778
3779 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3780
3781 PR gdb/22979
3782 * gdb.arch/amd64-osabi.exp: New file.
3783
3784 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3785
3786 PR gdb/22980
3787 * gdb.base/osabi.exp: New file.
3788
3789 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3790
3791 * gdb.cp/static-typedef-print.exp: New file.
3792 * gdb.cp/static-typedef-print.cc: New file.
3793
3794 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3795
3796 * gdb.ada/varsize_limit: New testcase.
3797
3798 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3799
3800 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3801
3802 * gdb.ada/notcplusplus: New testcase.
3803
3804 * gdb.base/c-linkage-name.c: New file.
3805 * gdb.base/c-linkage-name.exp: New testcase.
3806
3807 2018-03-26 Tom Tromey <tom@tromey.com>
3808
3809 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3810 * gdb.python/py-framefilter.py (name_error): New global.
3811 (ErrorInName.function): Use name_error.
3812
3813 2018-03-26 Tom Tromey <tom@tromey.com>
3814
3815 PR backtrace/15582:
3816 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3817
3818 2018-03-23 Keith Seitz <keiths@redhat.com>
3819
3820 PR c++/22968
3821 * gdb.cp/subtypes.exp: New file.
3822 * gdb.cp/subtypes.h: New file.
3823 * gdb.cp/subtypes.cc: New file.
3824 * gdb.cp/subtypes-2.cc: New file.
3825
3826 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3827
3828 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3829 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3830 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3831 -nostartfiles when compiling the test. Confirm that all registers
3832 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3833
3834 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3835
3836 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3837 option, syntax was wrong anyway.
3838 * gdb.arch/arm-disp-step.exp: Likewise.
3839 * gdb.arch/sparc64-regs.exp: Likewise.
3840 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3841 option, syntax was wrong anyway, switch to use
3842 prepare_for_testing.
3843 * gdb.arch/i386-disp-step.exp: Likewise.
3844
3845 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3846
3847 * gdb.ada/exec_changed.exp: Replace "target_info exists
3848 use_gdb_stub" by "use_gdb_stub".
3849 * gdb.ada/start.exp: Likewise.
3850 * gdb.base/async-shell.exp: Likewise.
3851 * gdb.base/attach-pie-misread.exp: Likewise.
3852 * gdb.base/attach-wait-input.exp: Likewise.
3853 * gdb.base/break-entry.exp: Likewise.
3854 * gdb.base/break-interp.exp: Likewise.
3855 * gdb.base/dprintf-detach.exp: Likewise.
3856 * gdb.base/nostdlib.exp: Likewise.
3857 * gdb.base/solib-nodir.exp: Likewise.
3858 * gdb.base/statistics.exp: Likewise.
3859 * gdb.base/testenv.exp: Likewise.
3860 * gdb.mi/mi-exec-run.exp: Likewise.
3861 * gdb.mi/mi-start.exp: Likewise.
3862 * gdb.multi/dummy-frame-restore.exp: Likewise.
3863 * gdb.multi/multi-arch-exec.exp: Likewise.
3864 * gdb.multi/multi-arch.exp: Likewise.
3865 * gdb.multi/tids.exp: Likewise.
3866 * gdb.multi/watchpoint-multi.exp: Likewise.
3867 * gdb.python/py-events.exp: Likewise.
3868 * gdb.threads/attach-into-signal.exp: Likewise.
3869 * gdb.threads/attach-stopped.exp: Likewise.
3870 * gdb.threads/threadapply.exp: Likewise.
3871 * lib/selftest-support.exp: Likewise.
3872
3873 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3874
3875 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3876
3877 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3878
3879 * gdb.perf/template-breakpoints.cc: New file.
3880 * gdb.perf/template-breakpoints.exp: New file.
3881 * gdb.perf/template-breakpoints.py: New file.
3882
3883 2018-03-19 Tom Tromey <tom@tromey.com>
3884
3885 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3886 y0.
3887 * gdb.rust/simple.exp: Test bare identifier form of struct
3888 initializer.
3889
3890 2018-03-19 Tom Tromey <tom@tromey.com>
3891
3892 * gdb.gdb/observer.exp: Remove.
3893
3894 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3895
3896 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3897 "qualified" option when setting breakpoints.
3898 * gdb.trace/backtrace.exp: Likewise.
3899 * gdb.trace/circ.exp: Likewise.
3900 * gdb.trace/collection.exp: Likewise.
3901 * gdb.trace/disconnected-tracing.exp: Likewise.
3902 * gdb.trace/ftrace-lock.exp: Likewise.
3903 * gdb.trace/ftrace.exp: Likewise.
3904 * gdb.trace/infotrace.exp: Likewise.
3905 * gdb.trace/packetlen.exp: Likewise.
3906 * gdb.trace/passc-dyn.exp: Likewise.
3907 * gdb.trace/qtro.exp: Likewise.
3908 * gdb.trace/read-memory.exp: Likewise.
3909 * gdb.trace/report.exp: Likewise.
3910 * gdb.trace/signal.exp: Likewise.
3911 * gdb.trace/status-stop.exp: Likewise.
3912 * gdb.trace/strace.exp: Likewise.
3913 * gdb.trace/tfind.exp: Likewise.
3914 * gdb.trace/trace-break.exp: Likewise.
3915 * gdb.trace/trace-condition.exp: Likewise.
3916 * gdb.trace/trace-mt.exp: Likewise.
3917 * gdb.trace/tstatus.exp: Likewise.
3918 * gdb.trace/tsv.exp: Likewise.
3919 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3920 * gdb.trace/unavailable.exp: Likewise.
3921 * gdb.trace/while-dyn.exp: Likewise.
3922
3923 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3924
3925 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3926 that libinproctrace is copied to the target.
3927
3928 2018-03-14 Tom Tromey <tom@tromey.com>
3929
3930 PR cli/14977:
3931 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3932 a null pointer.
3933 * gdb.base/wchar.exp: Likewise.
3934
3935 2018-03-14 Tom Tromey <tom@tromey.com>
3936
3937 PR cli/19918:
3938 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3939 flag.
3940
3941 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3942
3943 PR gdb/22841
3944 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3945 "target" to remote_exec.
3946
3947 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3948
3949 PR gdb/22841
3950 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3951 ${board}_upload): Remove.
3952
3953 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3954
3955 * gdb.cp/watch-cp.cc: New test.
3956 * gdb.cp/watch-cp.exp: New file.
3957
3958 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3959
3960 * gdb.base/infcall-nested-structs.exp: New file.
3961 * gdb.base/infcall-nested-structs.c: New file.
3962 * gdb.base/float.exp: Add riscv support.
3963
3964 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3965
3966 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3967 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3968
3969 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3970
3971 * gdb.server/abspath.exp: New file.
3972 * lib/gdb.exp (with_cwd): New procedure.
3973
3974 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3975
3976 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3977 use it.
3978 (gdb_is_target_remote_prompt): New proc.
3979 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3980 (gdb_is_target_native): Pass prompt parameter to
3981 gdb_is_target_1.
3982
3983 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3984
3985 * gdb.base/load-command.c: New file.
3986 * gdb.base/load-command.exp: New file.
3987 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3988 (gdb_is_target_1): ...this, and generalize for other targets
3989 than just remote.
3990 (gdb_is_target_remote): Use gdb_is_target_1.
3991 (gdb_is_target_native): use gdb_is_target_1.
3992
3993 2018-02-26 Tom Tromey <tom@tromey.com>
3994
3995 PR python/16497:
3996 * gdb.python/py-framefilter.exp: Update test.
3997
3998 2018-02-26 Tom Tromey <tom@tromey.com>
3999
4000 * gdb.dwarf2/variant.c: New file.
4001 * gdb.dwarf2/variant.exp: New file.
4002
4003 2018-02-26 Tom Tromey <tom@tromey.com>
4004
4005 * gdb.rust/simple.exp: Accept more possible results in enum test.
4006
4007 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4008
4009 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4010 parentheses.
4011
4012 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4013
4014 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4015 name of a variable: $actual_linejj -> $actual_line.
4016
4017 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4018
4019 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4020
4021 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4022
4023 * gdb.btrace/buffer-size.exp: Do not force BTS.
4024
4025 2018-02-14 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4028 getting a "Quit".
4029
4030 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4031
4032 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4033 Fix test name.
4034
4035 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4036
4037 * gdb.cp/m-static.exp: Check type of optimized out static
4038 member.
4039
4040 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4041
4042 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4043 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4044
4045 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4046 Leszek Swirski <leszeks@google.com>
4047
4048 * gdb.python/py-prettyprint.c
4049 (struct to_string_returns_value_inner,
4050 struct to_string_returns_value_wrapper): New.
4051 (main): Add tsrvw variable.
4052 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4053 ToStringReturnsValueWrapper): New classes.
4054 (register_pretty_printers): Register new pretty-printers.
4055 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4056 recursive pretty printer.
4057 * gdb.python/py-mi.exp: Likewise.
4058
4059 2018-02-01 Leszek Swirski <leszeks@google.com>
4060
4061 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4062 functions with the same name as an include file are parsed
4063 correctly.
4064
4065 2018-02-01 Yao Qi <yao.qi@linaro.org>
4066
4067 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4068 "\[^\r\n\]*".
4069
4070 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4071
4072 * gdb.arch/powerpc-prologue-frame.s: New file.
4073 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4074 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4075
4076 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4077
4078 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4079
4080 2018-01-30 Pedro Alves <palves@redhat.com>
4081
4082 PR gdb/13211
4083 * gdb.base/interrupt-daemon.c: New.
4084 * gdb.base/interrupt-daemon.exp: New.
4085 * gdb.multi/multi-term-settings.c: New.
4086 * gdb.multi/multi-term-settings.exp: New.
4087
4088 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4089
4090 * gdb.base/break.exp: Save the location where the breakpoint
4091 on break.c:47 was actually inserted when debugging the version
4092 compiled at -O2 and use it in the expected output of the "info
4093 break" test performed soon after.
4094
4095 2018-01-22 Pedro Alves <palves@redhat.com>
4096 Sergio Durigan Junior <sergiodj@redhat.com>
4097
4098 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4099 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4100
4101 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4102
4103 * gdb.base/break-include.c, gdb.base/break-include.inc,
4104 gdb.base/break-include.exp: New files.
4105 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4106 line number now being the actual line number where the breakpoint
4107 was inserted.
4108 * gdb.mi/mi-break.exp: Likewise.
4109 * gdb.mi/mi-reverse.exp: Likewise.
4110 * gdb.mi/mi-simplerun.exp: Ditto.
4111
4112 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4113
4114 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4115 varobj.
4116 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4117
4118 2018-01-21 Don Breazeal <donb@codesourcery.com>
4119 Andrew Burgess <andrew.burgess@embecosm.com>
4120
4121 * gdb.mi/basics.c: Add new global.
4122 * gdb.mi/mi-frame-regs.exp: New file.
4123 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4124 case.
4125
4126 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4127
4128 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4129 non-parameter, and on an unknown symbol.
4130
4131 2018-01-19 Tom Tromey <tom@tromey.com>
4132
4133 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4134 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4135
4136 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4137
4138 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4139 setrlimit and chdir to int.
4140
4141 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4142
4143 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4144 function.
4145 (my_tend): Likewise.
4146 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4147 rationale of avoiding FP- and vector instructions.
4148
4149 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4150
4151 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4152 "info reg" with "\[ \t\]*".
4153 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4154 "\[ \t\]+".
4155 * gdb.arch/s390-multiarch.exp: Ditto.
4156 * gdb.base/pc-fp.exp: Ditto.
4157 * gdb.reverse/i386-precsave.exp: Ditto.
4158 * gdb.reverse/i386-reverse.exp: Ditto.
4159 * gdb.reverse/i387-env-reverse.exp: Ditto.
4160 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4161
4162 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4163
4164 * lib/gdb.exp (gdb_compile): Re-enable use of
4165 universal_compile_options for languages other than Rust.
4166
4167 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4168
4169 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4170
4171 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4172
4173 PR gdb/16577
4174 * gdb.base/solib-vanish.exp: New.
4175 * gdb.base/solib-vanish-main.c: New.
4176 * gdb.base/solib-vanish-lib1.c: New.
4177 * gdb.base/solib-vanish-lib2.c: New.
4178
4179 2018-01-17 Yao Qi <yao.qi@linaro.org>
4180
4181 * gdb.compile/compile.exp: Match the address printed for
4182 frame in the output of command "bt".
4183
4184 2018-01-15 Tom Tromey <tom@tromey.com>
4185
4186 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4187 compute sp_reg.
4188
4189 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4190
4191 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4192 to prepare.
4193 (prepare): Return 0 on error, 1 on success.
4194
4195 2018-01-12 Pedro Alves <palves@redhat.com>
4196
4197 * gdb.base/continue-after-aborted-step-over.c: New.
4198 * gdb.base/continue-after-aborted-step-over.exp: New.
4199
4200 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4201
4202 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4203 options when not creating an executable.
4204
4205 2018-01-11 Pedro Alves <palves@redhat.com>
4206
4207 PR remote/22597
4208 * gdb.server/stop-reply-no-thread.c: New file.
4209 * gdb.server/stop-reply-no-thread.exp: New file.
4210
4211 2018-01-10 Pedro Alves <palves@redhat.com>
4212
4213 PR gdb/22670
4214 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4215 functions too. Test setting breakpoints and printing C functions
4216 with no debug info too.
4217 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4218
4219 2018-01-10 Pedro Alves <palves@redhat.com>
4220
4221 PR gdb/22670
4222 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4223 a fail.
4224
4225 2018-01-10 Pedro Alves <palves@redhat.com>
4226
4227 PR gdb/22670
4228 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4229
4230 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4231
4232 * gdb.server/unittest.exp: Match the output in non-development
4233 mode.
4234
4235 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4236
4237 * gdb.gdb/unittest.exp: Match output in non-development mode.
4238
4239 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4240
4241 * gdb.ada/access_tagged_param.exp: Relax expected output
4242 for value of "ObjL" in "continue" to pck.inspect breakpoint
4243 test.
4244
4245 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4246
4247 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4248 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4249
4250 2018-01-05 Pedro Alves <palves@redhat.com>
4251
4252 PR gdb/18653
4253 * gdb.base/libsegfault.exp: New.
4254
4255 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4256
4257 PR gdb/22670
4258 * gdb.ada/access_tagged_param.exp: New file.
4259 * gdb.ada/access_tagged_param/foo.adb: New file.
4260
4261 2018-01-05 Pedro Alves <palves@redhat.com>
4262
4263 PR gdb/22670
4264 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4265 exercise lower case too, and to exercise both full matching and
4266 wild matching.
4267
4268 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4269
4270 * gdb.ada/rename_subscript_param: New testcase.
4271
4272 2018-01-05 Jerome Guitton <guitton@adacore.com>
4273
4274 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4275
4276 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4277
4278 * gdb.ada/convvar_comp: New testcase.
4279
4280 2018-01-05 Xavier Roirand <roirand@adacore.com>
4281
4282 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4283 (My_Table): New global variable.
4284 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4285
4286 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4287
4288 PR gdb/22670
4289 * gdb.ada/maint_with_ada: New testcase.
4290
4291 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4292
4293 PR gdb/22670
4294 * gdb.ada/bp_c_mixed_case: New testcase.
4295
4296 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4297
4298 PR gdb/22670
4299 * gdb.ada/complete.exp: Add "complete break ada" test.
4300
4301 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4302
4303 PR gdb/22670
4304 * gdb.ada/info_addr_mixed_case: New testcase.
4305
4306 2018-01-03 Xavier Roirand <roirand@adacore.com>
4307
4308 * gdb.ada/excep_handle.exp: New testcase.
4309 * gdb.ada/excep_handle/foo.adb: New file.
4310 * gdb.ada/excep_handle/pck.ads: New file.
4311
4312 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4313
4314 * gdb.base/step-line.c: Add extra empty line in copyright header.
4315 * gdb.base/step-line.inp: Likewise.
4316
4317 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4318
4319 * gdb.ada/dyn_stride.exp: Add slice test.
4320
4321 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4322
4323 * gdb.ada/dyn_stride: New testcase.
4324
4325 2017-12-27 Stafford Horne <shorne@gmail.com>
4326
4327 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4328 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4329
4330 2017-12-27 Stafford Horne <shorne@gmail.com>
4331
4332 * gdb.base/reggroups.c: New file.
4333 * gdb.base/reggroups.exp: New file.
4334
4335 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4336
4337 * gdb.dwarf2/ada-valprint-error.c: New file.
4338 * gdb.dwarf2/ada-valprint-error.exp: New file.
4339
4340 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4341
4342 * gdb.ada/assign_arr: New testcase.
4343
4344 2017-12-18 Xavier Roirand <roirand@adacore.com>
4345
4346 * gdb.ada/funcall_ptr: New testcase.
4347
4348 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4349
4350 PR cli/16224
4351 * gdb.base/ptype-offsets.cc: New file.
4352 * gdb.base/ptype-offsets.exp: New file.
4353
4354 2017-12-15 Yao Qi <yao.qi@linaro.org>
4355
4356 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4357 if XML is disabled.
4358
4359 2017-12-15 Xavier Roirand <roirand@adacore.com>
4360
4361 * gdb.ada/same_component_name: New testcase.
4362
4363 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4364
4365 * gdb.ada/str_binop_equal: New testcase.
4366
4367 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4368
4369 * gdb.ada/task_switch_in_core: New testcase.
4370
4371 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4372
4373 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4374 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4375 call test_bkpt_qualified.
4376 (test_bkpt_qualified): New proc.
4377
4378 2017-12-13 Pedro Alves <palves@redhat.com>
4379
4380 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4381 Tighten regexp by matching with an anchor.
4382
4383 2017-12-13 Pedro Alves <palves@redhat.com>
4384
4385 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4386 ("expression with namespace"): New set of tests.
4387 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4388 (Nested::Test_NS::qux): New.
4389 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4390 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4391
4392 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4393
4394 * gdb.base/server-del-break.c: New file.
4395 * gdb.base/server-del-break.exp: New file.
4396
4397 2017-12-12 Stafford Horne <shorne@gmail.com>
4398
4399 * gdb.xml/tdesc-regs.exp: Add or1k support.
4400
4401 2017-12-12 Stafford Horne <shorne@gmail.com>
4402
4403 * gdb.base/bp-permanent.c: Define nop of or1k.
4404
4405 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4406
4407 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4408 output with components being reordered.
4409
4410 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4411
4412 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4413 output with components being reordered.
4414
4415 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4416 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.base/maint.exp (check for .gdb_index): Check also for
4419 .debug_names.
4420 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4421 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4422 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4423 (.gdb_index used after symbol reloading): Support also .debug_names.
4424 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4425
4426 2017-12-08 Yao Qi <yao.qi@linaro.org>
4427
4428 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4429 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4430
4431 2017-12-08 Yao Qi <yao.qi@linaro.org>
4432
4433 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4434 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4435
4436 2017-12-08 Yao Qi <yao.qi@linaro.org>
4437
4438 * gdb.arch/aarch64-tagged-pointer.c: New file.
4439 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4440
4441 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4442
4443 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4444 "int".
4445
4446 2017-12-07 Keith Seitz <keiths@redhat.com>
4447
4448 PR breakpoints/22569
4449 * gdb.linespec/ls-errs.exp: Change expected result of "break
4450 -source this file has spaces.c -line 3".
4451 Check that an explicit source file followed by whitespace is
4452 identified as an invalid explicit location.
4453
4454 2017-12-07 Keith Seitz <keiths@redhat.com>
4455
4456 * gdb.cp/nested-types.cc: New file.
4457 * gdb.cp/nested-types.exp: New file.
4458 * lib/cp-support.exp: Load data-structures.exp library.
4459 (debug_cp_test_ptype_class): New global.
4460 (cp_ptype_class_verbose, next_line): New procedures.
4461 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4462 Add and document new return value.
4463 Switch the list of lines to a queue.
4464 Add support for new `type' key for nested type definitions.
4465 Add debugging/troubleshooting messages.
4466 * lib/data-structures.exp: New file.
4467
4468 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4469
4470 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4471 with proc_with_prefix, don't use with_test_prefix.
4472
4473 2017-12-07 Tom Tromey <tom@tromey.com>
4474
4475 * gdb.base/break.exp: Add test for empty "commands".
4476
4477 2017-12-07 Yao Qi <yao.qi@linaro.org>
4478
4479 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4480 malloc and catch syscall.
4481
4482 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4483
4484 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4485 tests for explicit locations.
4486
4487 2017-12-06 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4490 force-disabling XML descriptions.
4491
4492 2017-12-04 Pedro Alves <palves@redhat.com>
4493
4494 PR gdb/22499
4495 * gdb.arch/amd64-disp-step-avx.S: New file.
4496 * gdb.arch/amd64-disp-step-avx.exp: New file.
4497
4498 2017-12-03 Pedro Alves <palves@redhat.com>
4499
4500 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4501 and <string.h>.
4502 (parent_function): Print distinct messages when waitpid fails, or
4503 the child exits with a signal, or the child exits for an unhandled
4504 reason.
4505 * gdb.threads/process-dies-while-detaching.exp
4506 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4507 it. Wait for both inferior output and GDB's prompt. Use an
4508 indirect spawn id list.
4509 (do_detach): New parameter 'child_exit'. Use it to compute
4510 expected inferior output.
4511 (test_detach, test_detach_watch, test_detach_killed_outside):
4512 Adjust to pass down the expected child exit kind.
4513
4514 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4515 Sergio Durigan Junior <sergiodj@redhat.com>
4516 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4519
4520 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4521
4522 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4523 to 'symbol-file' and 'add-symbol-file' can be
4524 position-independent.
4525
4526 2017-12-01 Yao Qi <yao.qi@linaro.org>
4527
4528 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4529 the URL in copyright header.
4530 * gdb.arch/aarch64-fp.exp: Likewise.
4531 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4532 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4533 * gdb.base/expand-psymtabs.exp: Likewise.
4534 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4535 * gdb.fortran/common-block.exp: Likewise.
4536 * gdb.fortran/common-block.f90: Likewise.
4537 * gdb.fortran/logical.exp: Likewise.
4538 * gdb.fortran/vla-datatypes.f90: Likewise.
4539 * gdb.fortran/vla-sub.f90: Likewise.
4540
4541 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4542
4543 * gdb.ada/repeat_dyn: New testcase.
4544
4545 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4546
4547 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4548 Update for changed thread numbering.
4549 * gdb.cell/bt.exp: Update for changed GDB output.
4550
4551 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4552
4553 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4554 setting isremote by hand.
4555 * boards/dwarf4-gdb-index.exp: Likewise.
4556 * boards/fission.exp: Likewise.
4557 * boards/stabs.exp: Likewise.
4558
4559 2017-11-30 Pedro Alves <palves@redhat.com>
4560
4561 * gdb.linespec/cpls-ops.exp
4562 (check_explicit_skips_function_argument): Extract the underlying
4563 type of size_t instead of hardcoding it.
4564
4565 2017-11-29 Pedro Alves <palves@redhat.com>
4566
4567 PR c++/19436
4568 * gdb.linespec/cpls-abi-tag.cc: New file.
4569 * gdb.linespec/cpls-abi-tag.exp: New file.
4570
4571 2017-11-29 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.base/langs.exp: Use -qualified.
4574 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4575 it.
4576 * gdb.cp/namespace.exp: Use -qualified.
4577 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4578 (overload-3, template-overload, template-ret-type, const-overload)
4579 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4580 procedures.
4581 (test_driver): Call them.
4582 * gdb.cp/save-bp-qualified.cc: New.
4583 * gdb.cp/save-bp-qualified.exp: New.
4584 * gdb.linespec/explicit.exp: Test -qualified.
4585 * lib/completion-support.exp (completion::explicit_opts_list): Add
4586 "-qualified".
4587 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4588
4589 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4590
4591 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4592
4593 2017-11-29 Tom Tromey <tom@tromey.com>
4594
4595 * gdb.base/relocate.exp: Update invalid argument test.
4596 Add new tests for invalid arguments.
4597
4598 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4599
4600 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4601 Return 0 as a long.
4602 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4603
4604 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4605
4606 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4607 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4608 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4609 func ().
4610 * gdb.cp/shadow.cc (B.func): Return 0.
4611
4612 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4613
4614 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4615 expected output in gdb_expect call to allow the exception
4616 message to be present as well. Fix syntax confusion to avoid
4617 TCL thinking that exception_name is an array.
4618
4619 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4620
4621 * gdb.arch/spu-info.c: Include <unistd.h>.
4622 (do_signal_test): Fix broken calls to write.
4623 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4624 Fix checks for empty mailboxes. Update signal tests for corrected
4625 do_signal_test routine. Allow nonzero event status.
4626 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4627 * gdb.cell/arch.exp: Use standard_output_file.
4628 * gdb.cell/break.exp: Likewise.
4629 * gdb.cell/bt.exp: Likewise.
4630 * gdb.cell/core.exp: Likewise.
4631 * gdb.cell/dwarfaddr.exp: Likewise.
4632 * gdb.cell/ea-cache.exp: Likewise.
4633 * gdb.cell/ea-standalone.exp: Likewise.
4634 * gdb.cell/f-regs.exp: Likewise.
4635 * gdb.cell/fork.exp: Likewise.
4636 * gdb.cell/gcore.exp: Likewise.
4637 * gdb.cell/mem-access.exp: Likewise.
4638 * gdb.cell/ptype.exp: Likewise.
4639 * gdb.cell/registers.exp: Likewise.
4640 * gdb.cell/sizeof.exp: Likewise.
4641 * gdb.cell/solib-symbol.exp: Likewise.
4642 * gdb.cell/solib.exp: Likewise.
4643
4644 2017-11-25 Pedro Alves <palves@redhat.com>
4645
4646 * gdb.base/complete-empty.exp: New file.
4647 * gdb.base/completion.exp: Adjust.
4648
4649 2017-11-25 Pedro Alves <palves@redhat.com>
4650
4651 * gdb.linespec/cpls-ops.cc: New file.
4652 * gdb.linespec/cpls-ops.exp: New file.
4653 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4654 factored out from ...
4655 (test_complete_prefix_range): ... this.
4656
4657 2017-11-24 Pedro Alves <palves@redhat.com>
4658
4659 * gdb.linespec/cpcompletion.exp: New file.
4660 * gdb.linespec/cpls-hyphen.cc: New file.
4661 * gdb.linespec/cpls.cc: New file.
4662 * gdb.linespec/cpls2.cc: New file.
4663 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4664 test to use test_gdb_complete_unique. Add label completion,
4665 keyword completion and explicit location completion tests.
4666 * lib/completion-support.exp: New file.
4667
4668 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4669
4670 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4671 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4672 when hitting an exception catchpoint.
4673
4674 2017-11-22 Yao Qi <yao.qi@linaro.org>
4675
4676 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4677
4678 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4679
4680 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4681 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4682 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4683
4684 2017-11-22 Yao Qi <yao.qi@linaro.org>
4685
4686 * gdb.base/info-os.exp: Pass pthreads.
4687 * gdb.multi/multi-attach.exp: Likewise.
4688
4689 2017-11-22 Yao Qi <yao.qi@linaro.org>
4690
4691 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4692 compiler.
4693
4694 2017-11-22 Yao Qi <yao.qi@linaro.org>
4695
4696 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4697 * gdb.base/break-interp.exp: Likewise.
4698 * gdb.base/jit-attach-pie.exp: Likewise.
4699
4700 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4701
4702 * gdb.base/float128.c (large128): New variable.
4703 * gdb.base/float128.exp: Add test to print largest __float128 value.
4704
4705 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4706
4707 * gdb.arch/vsx-regs.exp: Update register content checks.
4708
4709 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4710
4711 * gdb.arch/ppc-longdouble.exp: New file.
4712 * gdb.arch/ppc-longdouble.c: Likewise.
4713
4714 2017-11-21 Pedro Alves <palves@redhat.com>
4715
4716 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4717
4718 2017-11-20 Pedro Alves <palves@redhat.com>
4719
4720 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4721 (long_double_typedef): New typedefs.
4722 Use DEF on double and long double.
4723 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4724 cases.
4725 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4726 and 'long_double_ptr_same_size' locals. Use them to decide
4727 whether cast from array/function to float is valid/invalid.
4728
4729 2017-11-17 Tom Tromey <tom@tromey.com>
4730
4731 * gdb.rust/traits.rs: New file.
4732 * gdb.rust/traits.exp: New file.
4733
4734 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4735
4736 * gdb.ada/minsyms: New testcase.
4737
4738 2017-11-16 Pedro Alves <palves@redhat.com>
4739
4740 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4741 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4742
4743 2017-11-16 Pedro Alves <palves@redhat.com>
4744
4745 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4746 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4747
4748 2017-11-16 Pedro Alves <palves@redhat.com>
4749
4750 * gdb.server/reconnect-ctrl-c.c: New file.
4751 * gdb.server/reconnect-ctrl-c.exp: New file.
4752
4753 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4754
4755 * gdb.python/py-rbreak.exp: New file.
4756 * gdb.python/py-rbreak.c: New file.
4757 * gdb.python/py-rbreak-func2.c: New file.
4758
4759 2017-11-16 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4762 pattern.
4763 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4764 GDB.
4765
4766 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4767
4768 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4769 regex.
4770
4771 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4772
4773 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4774 test names.
4775
4776 2017-11-09 Pedro Alves <palves@redhat.com>
4777
4778 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4779 factored out from ...
4780 (top level): ... here, and adjusted to avoid expecting beyond the
4781 prompt in a single gdb_test_multiple.
4782
4783 2017-11-09 Pedro Alves <palves@redhat.com>
4784
4785 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4786 output.
4787 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4788 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4789 * gdb.server/ext-run.exp ("kill" test): Likewise.
4790 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4791
4792 2017-11-09 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4795 match till end of line.
4796
4797 2017-11-09 Pedro Alves <palves@redhat.com>
4798
4799 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4800
4801 2017-11-09 Pedro Alves <palves@redhat.com>
4802
4803 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4804 New procedures, factored out from ...
4805 (top level): ... here, and adjusted to avoid expecting beyond the
4806 prompt in one go.
4807
4808 2017-11-09 Pedro Alves <palves@redhat.com>
4809
4810 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4811 output. Fix '?' match.
4812
4813 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4814
4815 * gdb.ada/scoped_watch: New testcase.
4816 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4817 which is actually correct.
4818 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4819 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4820
4821 2017-11-08 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.gdb/complaints.exp (test_initial_complaints)
4824 (test_serial_complaints, test_short_complaints): Call
4825 complaint_internal instead of complaint.
4826
4827 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4828
4829 * gdb.threads/tls-core.c: New file.
4830 * gdb.threads/tls-core.exp: Likewise.
4831
4832 2017-11-08 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4835 (p Exported_Capitalized): New test.
4836 (p exported_capitalized): New test.
4837
4838 2017-11-07 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4841
4842 2017-11-07 Pedro Alves <palves@redhat.com>
4843
4844 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4845 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4846 (disable_invalid, disable_inverted, disable_negative): New
4847 procedures.
4848 ("bad numbers"): New set of tests.
4849
4850 2017-11-07 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.cp/ena-dis-br-range.exp: Add tests.
4853
4854 2017-11-07 Pedro Alves <palves@redhat.com>
4855
4856 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4857
4858 2017-11-07 Xavier Roirand <roirand@adacore.com>
4859 Pedro Alves <palves@redhat.com>
4860
4861 * gdb.base/ena-dis-br.exp: Add reference to
4862 gdb.cp/ena-dis-br-range.exp.
4863 * gdb.cp/ena-dis-br-range.exp: New file.
4864 * gdb.cp/ena-dis-br-range.cc: New file.
4865
4866 2017-11-06 Pedro Alves <palves@redhat.com>
4867
4868 * gdb.base/attach-non-pgrp-leader.c: New.
4869 * gdb.base/attach-non-pgrp-leader.exp: New.
4870
4871 2017-11-06 Pedro Alves <palves@redhat.com>
4872
4873 * configure.ac: No longer check for termio.h and sgtty.h.
4874 * configure: Regenerate.
4875 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4876 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4877 Remove termio and sgtty code.
4878
4879 2017-11-03 Yao Qi <yao.qi@linaro.org>
4880
4881 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4882 in GDB is disabled.
4883
4884 2017-11-03 Yao Qi <yao.qi@linaro.org>
4885
4886 * gdb.python/py-thrhandle.exp: Skip it if python is not
4887 enabled.
4888
4889 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4890
4891 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4892 as a breakpoint command.
4893
4894 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4895
4896 PR python/21213
4897 * gdb.python/py-infthread.exp: Test calling
4898 InferiorThread.inferior () multiple times in a row.
4899
4900 2017-10-27 Keith Seitz <keiths@redhat.com>
4901
4902 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4903 Test "info break" for every inlined function breakpoint.
4904
4905 2017-10-27 Yao Qi <yao.qi@linaro.org>
4906
4907 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4908
4909 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4910
4911 * gdb.cp/classes.exp (test_static_members): Test printing
4912 Outer::instance.
4913 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4914 (Inner::instance, Outer::instance): New.
4915
4916 2017-10-24 Pedro Alves <palves@redhat.com>
4917
4918 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4919 extra console" test in two stages.
4920
4921 2017-10-24 Pedro Alves <palves@redhat.com>
4922
4923 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4924
4925 2017-10-24 Pedro Alves <palves@redhat.com>
4926
4927 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4928 loop.
4929
4930 2017-10-24 Pedro Alves <palves@redhat.com>
4931
4932 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4933 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4934
4935 2017-10-24 Pedro Alves <palves@redhat.com>
4936
4937 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4938 parameter and handle it. Don't output read value in test name.
4939
4940 2017-10-24 Pedro Alves <palves@redhat.com>
4941
4942 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4943 custom test name.
4944
4945 2017-10-24 Pedro Alves <palves@redhat.com>
4946
4947 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4948 include the unstable output directory name in the test's name.
4949 (initial_setup_simple) <'set args'>: Use custom test name.
4950
4951 2017-10-24 Pedro Alves <palves@redhat.com>
4952
4953 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4954 with explicit test name.
4955
4956 2017-10-20 Pedro Alves <palves@redhat.com>
4957
4958 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4959 'wait -i'. Use gdb_assert and remote_close.
4960
4961 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4962
4963 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4964 number from variable rather than hard-coded.
4965
4966 2017-10-19 Pedro Alves <palves@redhat.com>
4967
4968 * gdb.base/long-inferior-output.c: New file.
4969 * gdb.base/long-inferior-output.exp: New file.
4970
4971 2017-11-18 Keith Seitz <keiths@redhat.com>
4972
4973 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4974 method.
4975 (main): Call it.
4976 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4977 Add additional user-defined conversion operator tests.
4978
4979 2017-10-17 Pedro Alves <palves@redhat.com>
4980
4981 * boards/native-stdio-gdbserver.exp: Load "local-board".
4982
4983 2017-10-17 Pedro Alves <palves@redhat.com>
4984
4985 * gdb.base/quit-live.c: New file.
4986 * gdb.base/quit-live.exp: New file.
4987
4988 2017-10-16 Keith Seitz <keiths@redhat.com>
4989
4990 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4991 (class_with_protected_typedef, class_with_private_typedef)
4992 (struct_with_public_typedef, struct_with_protected_typedef)
4993 (struct_with_private_typedef): New classes/structs.
4994 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4995 typedefs and access specifiers.
4996
4997 2017-10-16 Pedro Alves <palves@redhat.com>
4998 Simon Marchi <simon.marchi@polymtl.ca>
4999
5000 * README (Local vs Remote vs Native): New section.
5001 * boards/local-board.exp: New file, with bits factored out from
5002 ...
5003 * boards/native-extended-gdbserver.exp: ... here. Load
5004 "local-board".
5005 * boards/native-gdbserver.exp: Load "local-board".
5006 (${board}_spawn, ${board}_exec): Delete.
5007 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5008 ...
5009 * boards/stdio-gdbserver-base.exp: ... this new file.
5010 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5011 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5012 procedure.
5013 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5014 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5015 stdio_gdbserver_command.
5016 (${board}_get_remote_address, ${board}_get_comm_port)
5017 (${board}_download, ${board}_upload): Delete.
5018 (get_target_remote_pipe_cmd): New.
5019
5020 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5021
5022 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5023 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5024 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5025 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5026 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5027 remove with_test_prefix.
5028
5029 2017-10-13 Pedro Alves <palves@redhat.com>
5030
5031 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5032 * gdb.base/annota1.exp: Use it instead of is_remote.
5033 * gdb.base/annota3.exp: Use it instead of is_remote.
5034 * gdb.cp/annota2.exp: Use it instead of is_remote.
5035 * gdb.cp/annota3.exp: Use it instead of is_remote.
5036 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5037
5038 2017-10-13 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5041 (test_num_test_vars, run_and_count_vars, find_env)
5042 (test_set_unset_env, test_inherit_env_var): New procedures.
5043 (top level): Use them.
5044
5045 2017-10-13 Pedro Alves <palves@redhat.com>
5046
5047 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5048 also skip on stub-like targets.
5049
5050 2017-10-13 Pedro Alves <palves@redhat.com>
5051
5052 PR gdb/22293
5053 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5054 (top level): Move some tests to ...
5055 (test_not_found): ... this new procedure.
5056 (top level): Call it.
5057
5058 2017-10-13 Pedro Alves <palves@redhat.com>
5059
5060 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5061 expect different "info terminal" output if testing with a
5062 non-native target.
5063
5064 2017-10-13 Pedro Alves <palves@redhat.com>
5065 Simon Marchi <simon.marchi@polymtl.ca>
5066
5067 PR python/12966
5068 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5069
5070 2017-10-13 Pedro Alves <palves@redhat.com>
5071
5072 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5073 already.
5074
5075 2017-10-13 Pedro Alves <palves@redhat.com>
5076
5077 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5078 is_remote.
5079
5080 2017-10-13 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5083 is_remote.
5084
5085 2017-10-13 Pedro Alves <palves@redhat.com>
5086
5087 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5088 is set.
5089 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5090 instead of is_remote.
5091
5092 2017-10-13 Pedro Alves <palves@redhat.com>
5093
5094 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5095 (top level): Add comment.
5096
5097 2017-10-13 Pedro Alves <palves@redhat.com>
5098
5099 * gdb.base/remote.exp (top level): Fix comment typo and add
5100 missing return.
5101
5102 2017-10-13 Pedro Alves <palves@redhat.com>
5103 Simon Marchi <simon.marchi@polymtl.ca>
5104
5105 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5106 calls and add comments. Skip test if use_gdb_stub is set.
5107 (top level): Use "set cwd" command instead of "cd" command.
5108
5109 2017-10-13 Pedro Alves <palves@redhat.com>
5110
5111 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5112 is_remote target check.
5113
5114 2017-10-13 Pedro Alves <palves@redhat.com>
5115
5116 * gdb.base/scope.exp: Use build_executable + clean_restart +
5117 gdb_file_cmd instead of prepare_for_testing and no longer skip
5118 "before run" tests on is_remote target boards. Update comments.
5119 * boards/native-extended-gdbserver.exp
5120 (extended_gdbserver_load_last_file): New, factored out from ...
5121 (gdb_load): ... this. Move further below and add comment.
5122 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5123
5124 2017-10-12 Pedro Alves <palves@redhat.com>
5125
5126 * gdb.base/attach.exp: Remove references to gdb64.
5127 * gdb.base/dbx.exp: Remove references to gdb64.
5128
5129 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5130 Pedro Alves <palves@redhat.com>
5131
5132 * gdb.base/label.exp: Remove is_remote target check.
5133
5134 2017-10-12 Pedro Alves <palves@redhat.com>
5135
5136 * gdb.base/auvx.exp (coredir): Update comment.
5137 (top level) <core_works>: Use "set cwd" command instead of "cd"
5138 command.
5139
5140 2017-10-12 Pedro Alves <palves@redhat.com>
5141 Simon Marchi <simon.marchi@polymtl.ca>
5142
5143 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5144 target boards.
5145
5146 2017-10-12 Pedro Alves <palves@redhat.com>
5147 Simon Marchi <simon.marchi@polymtl.ca>
5148
5149 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5150 Instead skip if there's any gdb_protocol set.
5151
5152 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5153 Pedro Alves <palves@redhat.com>
5154
5155 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5156
5157 2017-10-12 Pedro Alves <palves@redhat.com>
5158 Simon Marchi <simon.marchi@polymtl.ca>
5159
5160 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5161 instead of on dejagnu remote boards.
5162
5163 2017-10-12 Pedro Alves <palves@redhat.com>
5164 Simon Marchi <simon.marchi@polymtl.ca>
5165
5166 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5167 checks. Use build_executable + clean_restart instead of
5168 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5169 of enabling non-stop after starting gdb.
5170
5171 2017-10-12 Pedro Alves <palves@redhat.com>
5172
5173 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5174 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5175 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5176 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5177
5178 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5179
5180 * gdb.arch/arc-tdesc-cpu.exp: New file.
5181 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5182
5183 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5184
5185 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5186
5187 2017-10-10 Pedro Alves <palves@redhat.com>
5188
5189 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5190 expect CLI output.
5191
5192 2017-10-10 Pedro Alves <palves@redhat.com>
5193
5194 * lib/selftest-support.exp (selftest_setup): Update for
5195 captured_command_loop's prototype change.
5196
5197 2017-10-09 Pedro Alves <palves@redhat.com>
5198
5199 Test both arch1=>arch2 and arch2=>arch1.
5200
5201 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5202 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5203 factored out to...
5204 (append_arch1_options, append_arch2_options, append_arch_options)
5205 (build_executables): New procedures.
5206 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5207 local.
5208 (top level): Add new 'first_arch' testing axis.
5209
5210 2017-10-09 Pedro Alves <palves@redhat.com>
5211
5212 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5213 (barrier): New.
5214 (thread_start, all_started): New functions.
5215 (main): Spawn new thread and wait until it is scheduled.
5216 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5217 option.
5218 (do_test): Add 'selected_thread' parameter. Run to all_started
5219 instead of main. Explicitly set the breakpoint at main. Switch
5220 to the SELECTED_THREAD thread.
5221 (top level): Test handling the exec event with either the main
5222 thread or the second thread selected.
5223
5224 2017-10-09 Pedro Alves <palves@redhat.com>
5225
5226 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5227 logic. Move STOP marker after the value checks.
5228 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5229 regexp.
5230
5231 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5232
5233 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5234
5235 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5236
5237 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5238 integer-to-dfp conversion.
5239 * gdb.base/dfp-test.exp: Likewise.
5240
5241 2017-10-04 Pedro Alves <palves@redhat.com>
5242
5243 * gdb.multi/hangout.c: Include <unistd.h>.
5244 (hangout_loop): New function.
5245 (main): Call alarm. Call hangout_loop in a loop.
5246 * gdb.multi/hello.c: Include <unistd.h>.
5247 (hello_loop): New function.
5248 (main): Call alarm. Call hangout_loop in a loop.
5249 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5250 inferior with the other selected.
5251
5252 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5253
5254 * gdb.mi/list-thread-groups-available.exp: New file.
5255 * gdb.mi/list-thread-groups-available.c: New file.
5256
5257 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5258
5259 * gdb.base/set-cwd.exp: Make it available on
5260 native-extended-gdbserver.
5261
5262 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5263
5264 * gdb.base/set-cwd.c: New file.
5265 * gdb.base/set-cwd.exp: Likewise.
5266
5267 2017-10-02 Tom Tromey <tom@tromey.com>
5268
5269 PR rust/22236:
5270 * gdb.rust/simple.rs (main): New variable "fslice".
5271 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5272
5273 2017-10-02 Tom Tromey <tom@tromey.com>
5274
5275 * gdb.rust/simple.exp: Test ptype of a slice.
5276
5277 2017-10-02 Tom Tromey <tom@tromey.com>
5278
5279 * gdb.rust/simple.exp: Test index of slice.
5280
5281 2017-09-27 Tom Tromey <tom@tromey.com>
5282
5283 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5284
5285 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5286 Pedro Alves <palves@redhat.com>
5287
5288 * gdb.base/compare-sections.exp (get value of read-only section): Read
5289 as unsigned value.
5290 (corrupt read-only section): Likewise and don't set written if patching
5291 failed.
5292
5293 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5294
5295 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5296 files.
5297
5298 2017-09-20 Pedro Alves <palves@redhat.com>
5299
5300 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5301 symbol names in gdb's output.
5302 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5303
5304 2017-09-20 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5307 Rename to ...
5308 (test_list_ambiguous_symbol): ... this and add a symbol name
5309 parameter. Adjust.
5310 (test_list_ambiguous_function): Reimplement on top of
5311 test_list_ambiguous_symbol and also test listing ambiguous
5312 variables.
5313 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5314 (ambiguous_fun): ... this.
5315 (ambiguous_var): New.
5316 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5317 (ambiguous_fun): ... this.
5318 (ambiguous_var): New.
5319
5320 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5321
5322 * gdb.base/starti.c: New file.
5323 * gdb.base/starti.exp: New file.
5324 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5325
5326 2017-09-14 Pedro Alves <palves@redhat.com>
5327
5328 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5329 (top level): Use it instead of runto.
5330
5331 2017-09-11 Tom Tromey <tom@tromey.com>
5332
5333 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5334
5335 2017-09-11 Tom Tromey <tom@tromey.com>
5336
5337 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5338 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5339
5340 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5341
5342 * gdb.fortran/printing-types.exp: New file.
5343 * gdb.fortran/printing-types.exp: New file.
5344
5345 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5346
5347 * gdb.fortran/vla-ptype.exp: Fix typos.
5348 * gdb.fortran/vla-value.exp: Same.
5349
5350 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5351
5352 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5353 * gdb.mi/mi-var-child-f.exp: Likewise.
5354 * gdb.mi/mi-vla-fortran.exp: Likewise.
5355
5356 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5357 Christoph Weinmann <christoph.t.weinmann@intel.com>
5358 Bernhard Heckel <bernhard.heckel@intel.com>
5359
5360 * gdb.fortran/ptr-indentation.f90: New file.
5361 * gdb.fortran/ptr-indentation.exp: New file.
5362
5363 2017-09-05 Tom Tromey <tom@tromey.com>
5364
5365 PR gdb/22010:
5366 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5367
5368 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5369
5370 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5371
5372 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5373
5374 * gdb.threads/tls-nodebug-pie.c: New file.
5375 * gdb.threads/tls-nodebug-pie.exp: New file.
5376
5377 2017-09-05 Tom Tromey <tom@tromey.com>
5378
5379 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5380 for rust.
5381
5382 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5383
5384 * gdb.multi/multi-arch-exec.exp: Test with different
5385 "follow-exec-mode" settings.
5386 (do_test): New procedure.
5387
5388 2017-09-04 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.base/func-static.c (S::method const, S::method volatile)
5391 (S::method volatile const): New methods.
5392 (c_s, v_s, cv_s): New instances.
5393 (main): Call method() on them.
5394 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5395 (cannot_resolve): New procedure.
5396 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5397 print-quote-unquoted columns.
5398 (do_test): Test printing each scope too.
5399
5400 2017-09-04 Pedro Alves <palves@redhat.com>
5401
5402 * gdb.base/local-static.exp: Also test with
5403 class::method::variable wholly quoted.
5404 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5405
5406 2017-09-04 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.base/local-static.c: New.
5409 * gdb.base/local-static.cc: New.
5410 * gdb.base/local-static.exp: New.
5411
5412 2017-09-04 Pedro Alves <palves@redhat.com>
5413
5414 * gdb.asm/asm-source.exp: Add casts to int.
5415 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5416 (dataglobal64_1, dataglobal64_2): New globals.
5417 * gdb.base/nodebug.exp: Test different expressions involving the
5418 new globals, with print, whatis and ptype. Add casts to int.
5419 * gdb.base/solib-display.exp: Add casts to int.
5420 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5421 * gdb.cp/m-static.exp: Add cast to int.
5422 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5423 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5424 tls variable with no debug info without a cast. Test with a cast
5425 to int too.
5426 * gdb.trace/entry-values.exp: Add casts.
5427
5428 2017-09-04 Pedro Alves <palves@redhat.com>
5429
5430 * gdb.base/nodebug.exp: Test that ptype's error about functions
5431 with unknown return type includes the function name too.
5432
5433 2017-09-04 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5436 return type of munmap in infcall.
5437 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5438 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5439 type of ftell in infcall.
5440 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5441 type of getpid in infcall.
5442 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5443 infcall.
5444 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5445 Bail on failure to extract the pid.
5446 * gdb.base/nodebug.c: #include <stdint.h>.
5447 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5448 New functions.
5449 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5450 Change expected output of print/whatis/ptype with functions with
5451 no debug info. Test all supported languages. Call
5452 test_call_promotion.
5453 * gdb.compile/compile.exp: Adjust expected output to expect
5454 warning.
5455 * gdb.threads/siginfo-threads.exp: Likewise.
5456
5457 2017-09-04 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5460 "prototypes". Test calling float functions via prototyped and
5461 unprototyped function pointers.
5462 (perform_all_tests): New parameter "prototypes". Pass it down.
5463 (top level): Pass down "prototypes" parameter to
5464 perform_all_tests.
5465
5466 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5467
5468 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5469 Test with nested loops.
5470
5471 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5472
5473 * gdb.base/commands.exp: Call the new procedures.
5474 (loop_break_test, loop_continue_test): New procedures.
5475
5476 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5477
5478 * gdb.base/commands.exp: Call new procedure.
5479 (define_if_without_arg_test): New procedure.
5480
5481 2017-09-04 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.base/list-ambiguous.exp: New file.
5484 * gdb.base/list-ambiguous0.c: New file.
5485 * gdb.base/list-ambiguous1.c: New file.
5486 * gdb.base/list.exp (test_list_range): Adjust expected output.
5487
5488 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5489
5490 * gdb.base/share-env-with-gdbserver.c: New file.
5491 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5492
5493 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5494
5495 * gdb.base/commands.exp (gdbvar_simple_if_test,
5496 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5497 progvar_simple_if_test, progvar_simple_while_test,
5498 progvar_complex_if_while_test, user_defined_command_test,
5499 user_defined_command_args_eval,
5500 user_defined_command_args_stack_test,
5501 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5502 temporary_breakpoint_commands,
5503 gdb_test_no_prompt, redefine_hook_test,
5504 redefine_backtrace_test): Remove "global gdb_prompt".
5505
5506 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5507
5508 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5509 New proc, call it from toplevel.
5510
5511 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5512
5513 PR remote/21852
5514 * gdb.server/normal.c: New file, copied from gdb.base.
5515 * gdb.server/run-without-local-binary.exp: New file.
5516
5517 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5518
5519 * gdb.arch/sparc64-adi.exp: New file.
5520 * gdb.arch/sparc64-adi.c: New file.
5521
5522 2017-08-22 Pedro Alves <palves@redhat.com>
5523
5524 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5525 (top level): Add "list all overloads" tests.
5526
5527 2017-08-22 Tom Tromey <tom@tromey.com>
5528
5529 * gdb.gdb/xfullpath.exp: Remove.
5530
5531 2017-08-21 Pedro Alves <palves@redhat.com>
5532
5533 PR gdb/19487
5534 * gdb.base/symbol-alias.c: New.
5535 * gdb.base/symbol-alias2.c: New.
5536 * gdb.base/symbol-alias.exp: New.
5537
5538 2017-08-21 Pedro Alves <palves@redhat.com>
5539
5540 * gdb.base/dfp-test.c
5541 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5542 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5543 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5544 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5545 * gdb.base/whatis-ptype-typedefs.c: New.
5546 * gdb.base/whatis-ptype-typedefs.exp: New.
5547 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5548 (an_int, an_int_type, an_int_type2): New globals.
5549 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5550 involving typedefs and cast expressions.
5551 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5552 (lookup_typedefs_function): New.
5553 (typedefs_pretty_printers_dict): New.
5554 (top level): Register lookup_typedefs_function in
5555 gdb.pretty_printers.
5556
5557 2017-08-18 Yao Qi <yao.qi@linaro.org>
5558
5559 * gdb.server/unittest.exp: New.
5560
5561 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5562
5563 PR gdb/21954
5564 * gdb.base/environ.exp: Add test to check if 'unset environment'
5565 works.
5566
5567 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5568
5569 * lib/gdb.exp (universal_compile_options): New caching proc.
5570 (gdb_compile): Suppress GCC's coloring of messages.
5571
5572 2017-08-14 Tom Tromey <tom@tromey.com>
5573
5574 PR gdb/21675:
5575 * gdb.base/printcmds.exp (test_radices): New function.
5576 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5577 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5578 * lib/gdb.exp (get_integer_valueof): Use p/d.
5579
5580 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5581
5582 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5583 characters.
5584
5585 2017-08-05 Tom Tromey <tom@tromey.com>
5586
5587 * gdb.rust/simple.exp: Allow String to appear in a different
5588 namespace.
5589
5590 2017-07-26 Yao Qi <yao.qi@linaro.org>
5591
5592 * gdb.gdb/unittest.exp: Invoke command
5593 "maintenance check xml-descriptions".
5594
5595 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5596
5597 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5598 calling context.
5599 (hex128): Drop erroneous calculation of parameters.
5600
5601 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5602
5603 * gdb.python/py-unwind.exp: Disable stack protection when
5604 building test file.
5605
5606 2017-07-20 Pedro Alves <palves@redhat.com>
5607
5608 * gdb.base/default.exp (set language): Adjust expected output.
5609
5610 2017-07-20 Pedro Alves <palves@redhat.com>
5611
5612 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5613 (test_minsym): ... this, and make static.
5614 (get_pck__foo__bar__minsym): Rename to ...
5615 (get_test_minsym): ... this.
5616 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5617 symbol names and comments.
5618 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5619 (get_test_minsym): ... this.
5620 (pck__foo__bar__minsym__2): Rename to ...
5621 (test_minsym): ... this.
5622 (main): Adjust.
5623
5624 2017-07-17 Pedro Alves <palves@redhat.com>
5625
5626 * gdb.base/completion.exp: Adjust expected output.
5627 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5628 the completer works.
5629
5630 2017-07-17 Pedro Alves <palves@redhat.com>
5631
5632 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5633
5634 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5635
5636 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5637
5638 2017-07-14 Tom Tromey <tom@tromey.com>
5639
5640 PR rust/21764:
5641 * gdb.rust/simple.exp: Add tests.
5642
5643 2017-07-14 Tom Tromey <tom@tromey.com>
5644
5645 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5646
5647 2017-07-14 Pedro Alves <palves@redhat.com>
5648
5649 * gdb.linespec/base/one/thefile.cc (z1): New function.
5650 * gdb.linespec/base/two/thefile.cc (z2): New function.
5651 * gdb.linespec/linespec.exp: Add tests.
5652
5653 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5654
5655 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5656 to mi_create_breakpoint.
5657
5658 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5659
5660 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5661 mi_create_breakpoint.
5662
5663 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5664
5665 * gdb.dlang/demangle.exp: Update for demangling changes.
5666
5667 2017-07-09 Tom Tromey <tom@tromey.com>
5668
5669 * gdb.dwarf2/shortpiece.exp: New file.
5670
5671 2017-07-06 David Blaikie <dblaikie@gmail.com>
5672
5673 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5674 built from fissiont-multi-cu{1,2}.c.
5675 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5676 except putting 'main' and 'func' in separate CUs in the same DWO file.
5677 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5678 test.
5679 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5680 test.
5681
5682 2017-07-06 Pedro Alves <palves@redhat.com>
5683
5684 * gdb.python/py-unwind.exp: Test flushregs.
5685
5686 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5687
5688 PR cli/21688
5689 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5690 tests for alias commands and trailing whitespace.
5691
5692 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5693
5694 PR cli/21688
5695 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5696 procedure. Call it.
5697
5698 2017-06-29 Pedro Alves <palves@redhat.com>
5699
5700 * gdb.base/printcmds.exp: Add tests.
5701
5702 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5703
5704 PR gdb/21337
5705 * gdb.base/reread-readsym.exp: New file.
5706 * gdb.base/reread-readsym.c: New file.
5707
5708 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5709
5710 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5711 subpattern.
5712
5713 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5714
5715 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5716 extended mnemonic.
5717 * gdb.arch/powerpc-power9.s: Likewise.
5718
5719 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5720
5721 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5722 on 32-bit x86 targets. Exploit is_*_target macros where
5723 appropriate.
5724
5725 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5726
5727 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5728 register pieces.
5729
5730 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5731
5732 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5733 located in one or more DWARF pieces.
5734
5735 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5736
5737 * lib/gdb.exp (get_endianness): New proc.
5738 * gdb.arch/aarch64-fp.exp: Use it.
5739 * gdb.arch/altivec-regs.exp: Likewise.
5740 * gdb.arch/e500-regs.exp: Likewise.
5741 * gdb.arch/vsx-regs.exp: Likewise.
5742 * gdb.base/dump.exp: Likewise.
5743 * gdb.base/funcargs.exp: Likewise.
5744 * gdb.base/gnu_vector.exp: Likewise.
5745 * gdb.dwarf2/formdata16.exp: Likewise.
5746 * gdb.dwarf2/implptrpiece.exp: Likewise.
5747 * gdb.dwarf2/nonvar-access.exp: Likewise.
5748 * gdb.python/py-inferior.exp: Likewise.
5749 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5750
5751 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5752
5753 PR gdb/21226
5754 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5755 stack value pieces are taken from the LSB end.
5756
5757 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5758
5759 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5760 variable at nonzero offset.
5761
5762 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5763
5764 * gdb.dwarf2/var-access.c: New file.
5765 * gdb.dwarf2/var-access.exp: New test.
5766 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5767
5768 2017-06-12 Tom Tromey <tom@tromey.com>
5769
5770 * gdb.dwarf2/formdata16.exp: Add tests.
5771
5772 2017-06-12 Tom Tromey <tom@tromey.com>
5773
5774 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5775
5776 2017-06-12 Tom Tromey <tom@tromey.com>
5777
5778 PR exp/16225:
5779 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5780 * gdb.arch/vsx-regs.exp: Update tests.
5781 * gdb.arch/s390-vregs.exp (hex128): New proc.
5782 Update test.
5783 * gdb.arch/altivec-regs.exp: Update tests.
5784
5785 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5786
5787 * gdb.base/startup-with-shell.c: New file.
5788 * gdb.base/startup-with-shell.exp: Likewise.
5789
5790 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5791
5792 * gdb.server/non-existing-program.exp: Update regex in order to
5793 reflect the fact that gdbserver is now using fork_inferior (with a
5794 shell) to startup the inferior.
5795
5796 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5797
5798 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5799 support function calls from GDB.
5800
5801 2017-05-21 Tom Tromey <tom@tromey.com>
5802
5803 PR rust/21466:
5804 * gdb.rust/unsized.exp: New file.
5805 * gdb.rust/unsized.rs: New file.
5806
5807 2017-05-19 Tom Tromey <tom@tromey.com>
5808
5809 PR rust/21484:
5810 * gdb.rust/watch.exp: New file.
5811 * gdb.rust/watch.rs: New file.
5812
5813 2017-05-18 Tom Tromey <tom@tromey.com>
5814
5815 * gdb.rust/simple.exp: Allow Box to be qualified.
5816
5817 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5818
5819 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5820
5821 2017-05-18 Pedro Alves <palves@redhat.com>
5822
5823 * gdb.base/fileio.c (test_write, test_read, test_close)
5824 (test_fstat): Don't print 'ret' in the fail path.
5825
5826 2017-05-18 Pedro Alves <palves@redhat.com>
5827
5828 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5829 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5830 (test_system, test_rename, test_unlink, test_time): Change
5831 prototypes.
5832 * gdb.base/fileio.exp (stop_msg): Adjust.
5833
5834 2017-05-18 Pedro Alves <palves@redhat.com>
5835
5836 * gdb.base/fileio.c (null_str): New global.
5837 (test_stat): Use it.
5838 * gdb.base/fileio.exp: Remove nowarnings.
5839
5840 2017-05-17 Yao Qi <yao.qi@linaro.org>
5841
5842 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5843
5844 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5845
5846 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5847 argument command.
5848 (top-level): Invoke test_set_inferior_tty.
5849
5850 2017-05-04 Pedro Alves <palves@redhat.com>
5851
5852 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5853 Add parens to print call for Python 3.
5854
5855 2017-05-03 Keith Seitz <keiths@redhat.com>
5856
5857 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5858 (main): Call it.
5859
5860 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5861
5862 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5863 to prev and next.
5864
5865 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5866
5867 * gdb.python/py-record-btrace.exp: Remove test for
5868 gdb.BtraceInstruction.error.
5869
5870 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5871
5872 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5873
5874 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5875
5876 * gdb.python/py-record-btrace-threads.c: New file.
5877 * gdb.python/py-record-btrace-threads.exp: New file.
5878
5879 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5880
5881 PR testsuite/8595
5882 * gdb.base/environ.exp: Make test available in all architectures.
5883 Move bits related to "info program" testing to
5884 gdb.base/info-program.exp. Rewrite tests to use the two new
5885 procedures mentione below.
5886 (test_set_show_env_var) New procedure.
5887 (test_set_show_env_var_equal): Likewise.
5888 * gdb.base/info-program.exp: New file.
5889
5890 2017-04-27 Keith Seitz <keiths@redhat.com>
5891
5892 * gdb.cp/oranking.cc (test15): New function.
5893 (main): Call test15 and declare additional variables for testing.
5894 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5895 "p foo101('abc')" tests.
5896 Add tests for cv qualifier overloads.
5897 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5898 "lvalue reference overload" test.
5899 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5900 "print value of f1 on Child&& in f2" test.
5901
5902 2017-04-19 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5905 procedure.
5906 (top level): Call it.
5907 * lib/gdb.exp (gdb_define_cmd): New procedure.
5908
5909 2017-04-12 Pedro Alves <palves@redhat.com>
5910
5911 PR gdb/21323
5912 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5913 (wchar): New global.
5914 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5915 (do_test_wide_char, wide_char_types_no_program, top level): Add
5916 wchar_t testing.
5917
5918 2017-04-12 Pedro Alves <palves@redhat.com>
5919
5920 PR c++/21323
5921 * gdb.cp/wide_char_types.c: New file.
5922 * gdb.cp/wide_char_types.exp: New file.
5923
5924 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5925
5926 PR gdb/21352
5927 * gdb.trace/tsv.exp: Add test for "tsave -r".
5928
5929 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5930
5931 * gdb.dlang/watch-loc.c: New file.
5932 * gdb.dlang/watch-loc.exp: New file.
5933
5934 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5935
5936 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5937
5938 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5939
5940 * gdb.arch/arc-analyze-prologue.S: New file.
5941 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5942
5943 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5944
5945 * gdb.arch/arc-decode-insn.S: New file.
5946 * gdb.arch/arc-decode-insn.exp: Likewise.
5947
5948 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5949
5950 PR tdep/20928
5951 * gdb.arch/sparc64-regs.exp: New file.
5952 * gdb.arch/sparc64-regs.S: Likewise.
5953
5954 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5955
5956 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5957 and memory view on Python 3.
5958
5959 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5960 Keith Seitz <keiths@redhat.com>
5961
5962 PR gdb/14441
5963 * gdb.cp/demangle.exp: Add rvalue reference tests.
5964 * gdb.cp/rvalue-ref-casts.cc: New file.
5965 * gdb.cp/rvalue-ref-casts.exp: New file.
5966 * gdb.cp/rvalue-ref-overload.cc: New file.
5967 * gdb.cp/rvalue-ref-overload.exp: New file.
5968 * gdb.cp/rvalue-ref-params.cc: New file.
5969 * gdb.cp/rvalue-ref-params.exp: New file.
5970 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5971 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5972 * gdb.cp/rvalue-ref-types.cc: New file.
5973 * gdb.cp/rvalue-ref-types.exp: New file.
5974 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5975 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5976
5977 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5978
5979 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5980 New procedure.
5981
5982 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5983
5984 * lib/mi-support.exp (mi_gdb_test): Add additional message
5985 for unexpected output.
5986
5987 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5988
5989 * gdb.base/examine-backward.c (Barrier): New character array
5990 constant, to ensure that TestStrings is preceded by a string
5991 terminator.
5992
5993 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5994
5995 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5996 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5997 and implicit pointer into such a location.
5998
5999 2017-03-16 Doug Evans <dje@google.com>
6000
6001 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6002
6003 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6004
6005 * gdb.cp/m-static.exp: Fix expectation for prototype of
6006 test5.single_constructor and single_constructor::single_constructor.
6007
6008 2017-03-16 Doug Evans <dje@google.com>
6009
6010 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6011 * gdb.guile/scm-lazy-string.c: New file.
6012 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6013 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6014 for pointer, array, typedef lazy strings.
6015
6016 2017-03-16 Doug Evans <dje@google.com>
6017
6018 PR python/17728, python/18439, python/18779
6019 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6020 * gdb.python/py-lazy-string.c (pointer): New typedef.
6021 (main): New locals ptr, array, typedef_ptr.
6022 * gdb.python/py-value.exp: Move lazy string tests to ...
6023 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6024 array, typedef lazy strings.
6025
6026 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6027
6028 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6029 Add optional 'test' parameter.
6030
6031 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6032
6033 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6034 Skip for versions of DejaGnu < 1.5.
6035
6036 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6037
6038 * lib/gdb.exp (dejagnu_version): New proc.
6039 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6040 Use dejagnu_version.
6041
6042 2017-03-10 Keith Seitz <keiths@redhat.com>
6043
6044 PR c++/8128
6045 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6046 type from destructor regexps.
6047 Add a branch which actually passes the test.
6048 Adjust "ptype t5i" test names.
6049
6050 2017-03-08 Pedro Alves <palves@redhat.com>
6051
6052 * gdb.base/step-over-exit.exp: Add explicit test message.
6053
6054 2017-03-08 Pedro Alves <palves@redhat.com>
6055
6056 PR gdb/18360
6057 * gdb.threads/interrupt-while-step-over.c: New file.
6058 * gdb.threads/interrupt-while-step-over.exp: New file.
6059
6060 2017-03-08 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6063 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6064
6065 2017-03-08 Pedro Alves <palves@redhat.com>
6066
6067 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6068 PKRU as not supported as a PASS.
6069
6070 2017-03-08 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6073 prefix instead of $binfile1/$binfile2.
6074 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6075 in test message.
6076 * gdb.python/py-completion.exp: Use "load python file" as test
6077 messages instead of unstable path names.
6078
6079 2017-03-08 Pedro Alves <palves@redhat.com>
6080 Jan Kratochvil <jan.kratochvil@redhat.com>
6081
6082 PR cli/21218
6083 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6084 New proc.
6085 (top level): Call it.
6086
6087 2017-03-08 Pedro Alves <palves@redhat.com>
6088
6089 PR tui/21216
6090 * gdb.tui/tui-nl-filtered-output.exp: New file.
6091
6092 2017-03-08 Pedro Alves <palves@redhat.com>
6093
6094 * gdb.base/completion.exp: Move TUI completion tests to ...
6095 * gdb.tui/completion.exp: ... this new file.
6096
6097 2017-03-08 Pedro Alves <palves@redhat.com>
6098
6099 * gdb.base/tui-disasm-long-lines.c,
6100 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6101 gdb.base/tui-layout.exp: Move to ...
6102 * gdb.tui/: ... this new directory.
6103
6104 2017-03-07 Pedro Alves <palves@redhat.com>
6105
6106 * gdb.base/tui-layout.c: New file.
6107 * gdb.base/tui-layout.exp: New file.
6108
6109 2017-03-07 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.base/tui-layout.c: Rename to ...
6112 * gdb.base/tui-disasm-long-lines.c: ... this.
6113 * gdb.base/tui-layout.exp: Rename to ...
6114 * gdb.base/tui-disasm-long-lines.exp: ... this.
6115
6116 2017-03-07 Pedro Alves <palves@redhat.com>
6117
6118 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6119
6120 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6121
6122 * i386-mpx-call.c: New file.
6123 * i386-mpx-call.exp: New file.
6124
6125 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6126
6127 * gdb.arch/powerpc-power.exp: Delete test.
6128 * gdb.arch/powerpc-power.s: Likewise.
6129 * gdb.disasm/disassembler-options.exp: New test.
6130 * gdb.arch/powerpc-altivec.exp: Likewise.
6131 * gdb.arch/powerpc-altivec.s: Likewise.
6132 * gdb.arch/powerpc-altivec2.exp: Likewise.
6133 * gdb.arch/powerpc-altivec2.s: Likewise.
6134 * gdb.arch/powerpc-altivec3.exp: Likewise.
6135 * gdb.arch/powerpc-altivec3.s: Likewise.
6136 * gdb.arch/powerpc-power7.exp: Likewise.
6137 * gdb.arch/powerpc-power7.s: Likewise.
6138 * gdb.arch/powerpc-power8.exp: Likewise.
6139 * gdb.arch/powerpc-power8.s: Likewise.
6140 * gdb.arch/powerpc-power9.exp: Likewise.
6141 * gdb.arch/powerpc-power9.s: Likewise.
6142 * gdb.arch/powerpc-vsx.exp: Likewise.
6143 * gdb.arch/powerpc-vsx.s: Likewise.
6144 * gdb.arch/powerpc-vsx2.exp: Likewise.
6145 * gdb.arch/powerpc-vsx2.s: Likewise.
6146 * gdb.arch/powerpc-vsx3.exp: Likewise.
6147 * gdb.arch/powerpc-vsx3.s: Likewise.
6148 * gdb.arch/arm-disassembler-options.exp: Likewise.
6149 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6150 * gdb.arch/s390-disassembler-options.exp: Likewise.
6151
6152 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6153
6154 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6155 (check_supported_features): ... this. Changed return type to void.
6156 (supports_rdseed): New static global.
6157 (rdseed): Check supports_rdseed.
6158 (initialize): Call check_supported_features.
6159
6160 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6161
6162 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6163 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6164 and lqarx/stqcx.
6165 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6166 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6167
6168 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6169
6170 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6171 uppercase.
6172
6173 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6174
6175 * gdb.dwarf2/formdata16.c: New file.
6176 * gdb.dwarf2/formdata16.exp: New file.
6177 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6178
6179 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6180
6181 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6182 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6183 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6184 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6185 DW_AT_GNU_*.
6186
6187 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6188
6189 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6190
6191 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6192
6193 PR gdb/21164
6194 * gdb.base/maint.exp: Add testcases for when the commands do
6195 not have arguments.
6196
6197 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6198
6199 * gdb.cp/chained-calls.exp: Use p instead of P.
6200
6201 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6202
6203 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6204 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6205
6206 2017-02-14 Tom Tromey <tom@tromey.com>
6207
6208 PR python/13598:
6209 * gdb.python/py-events.exp: Add before_prompt event tests.
6210
6211 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6212
6213 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6214
6215 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6216
6217 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6218 (main): Call my_unique_function_name.
6219 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6220 completion of patterns with a single match.
6221 Add missing -re switches to gdb_test_multiple calls.
6222
6223 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6224
6225 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6226 return if core file is not recognized.
6227
6228 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6229
6230 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6231 and extra UIs.
6232
6233 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6234
6235 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6236 proc_with_prefix.
6237
6238 2017-02-10 Tom Tromey <tom@tromey.com>
6239
6240 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6241
6242 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6243
6244 PR gdb/21122
6245 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6246
6247 2017-02-08 Jerome Guitton <guitton@adacore.com>
6248
6249 * gdb.base/define.exp: Add test for command abbreviations
6250 in define.
6251
6252 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6253
6254 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6255 * gdb.reverse/insn-reverse-x86.c: New file.
6256
6257 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6258
6259 PR tdep/20936
6260 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6261
6262 2017-02-03 Tom Tromey <tom@tromey.com>
6263
6264 PR rust/21097:
6265 * gdb.rust/simple.exp: Add new tests.
6266
6267 2017-02-02 Pedro Alves <palves@redhat.com>
6268
6269 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6270 tests.
6271
6272 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6273
6274 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6275 taking a 2-byte value out of a 4-byte DWARF implicit value on
6276 big-endian targets.
6277 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6278 logic. Add test cases for DW_OP_implicit.
6279
6280 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6281
6282 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6283
6284 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6285
6286 * gdb.btrace/enable.exp: Call gdb_exit before
6287 skip_gdbserver_tests.
6288
6289 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6290
6291 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6292 GDBFLAGS.
6293
6294 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6295
6296 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6297 the test is skipped.
6298 * gdb.btrace/data.exp: Likewise.
6299 * gdb.btrace/delta.exp: Likewise.
6300 * gdb.btrace/dlopen.exp: Likewise.
6301 * gdb.btrace/enable-running.exp: Likewise.
6302 * gdb.btrace/enable.exp: Likewise.
6303 * gdb.btrace/exception.exp: Likewise.
6304 * gdb.btrace/function_call_history.exp: Likewise.
6305 * gdb.btrace/gcore.exp: Likewise.
6306 * gdb.btrace/instruction_history.exp: Likewise.
6307 * gdb.btrace/multi-thread-step.exp: Likewise.
6308 * gdb.btrace/nohist.exp: Likewise.
6309 * gdb.btrace/non-stop.exp: Likewise.
6310 * gdb.btrace/reconnect.exp: Likewise.
6311 * gdb.btrace/record_goto-step.exp: Likewise.
6312 * gdb.btrace/record_goto.exp: Likewise.
6313 * gdb.btrace/rn-dl-bind.exp: Likewise.
6314 * gdb.btrace/segv.exp: Likewise.
6315 * gdb.btrace/step.exp: Likewise.
6316 * gdb.btrace/stepi.exp: Likewise.
6317 * gdb.btrace/tailcall-only.exp: Likewise.
6318 * gdb.btrace/tailcall.exp: Likewise.
6319 * gdb.btrace/tsx.exp: Likewise.
6320 * gdb.btrace/unknown_functions.exp: Likewise.
6321 * gdb.btrace/vdso.exp: Likewise.
6322
6323 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6324
6325 * gdb.btrace/enable-running.c: New.
6326 * gdb.btrace/enable-running.exp: New.
6327
6328 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6329
6330 * gdb.arch/amd64-gs_base.c: New file.
6331 * gdb.arch/amd64-gs_base.exp: New file.
6332
6333 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6334
6335 * lib/memory.exp: Remove spurious empty newlines.
6336
6337 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6338
6339 * gdb.python/py-bad-printers.exp: Load python file using "source".
6340 * gdb.python/py-events.exp: Likewise.
6341 * gdb.python/py-evsignal.exp: Likewise.
6342 * gdb.python/py-evthreads.exp: Likewise.
6343 * gdb.python/py-frame-args.exp: Likewise.
6344 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6345 * gdb.python/py-framefilter-mi.exp: Likewise.
6346 * gdb.python/py-framefilter.exp: Likewise.
6347 * gdb.python/py-mi.exp: Likewise.
6348 * gdb.python/py-pp-maint.exp: Likewise.
6349 * gdb.python/py-pp-registration.exp: Likewise.
6350 * gdb.python/py-prettyprint.exp: Likewise.
6351 (run_lang_tests): Likewise.
6352 * gdb.python/py-typeprint.exp: Likewise.
6353
6354 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6355
6356 * lib/memory.exp: New file.
6357 * lib/gdb.exp: Load memory.exp.
6358 * gdb.base/memattr.exp (delete_memory): Move proc to
6359 lib/memory.exp and rename to delete_memory_regions.
6360 Replace delete_memory with delete_memory_regions.
6361 Cleanup memory regions before tests.
6362 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6363 before tests.
6364
6365 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6366
6367 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6368 files.
6369 (initialize): New function conditionally defined.
6370 (testcases): Move within conditional block.
6371 (main): Call initialize.
6372 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6373 of gdb.reverse/insn-reverse.c.
6374 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6375 gdb.reverse/insn-reverse.c.
6376
6377 2017-01-26 Yao Qi <yao.qi@linaro.org>
6378
6379 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6380 disassemble on address 0.
6381
6382 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6383 Yao Qi <yao.qi@linaro.org>
6384
6385 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6386 * gdb.dwarf2/implptr-64bit.S: Remove.
6387 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6388 variables in caller's context. Add DW_OP_implicit_value.
6389
6390 2017-01-25 Yao Qi <yao.qi@linaro.org>
6391
6392 * lib/dwarf.exp (Dwarf::_location): Handle
6393 DW_OP_GNU_implicit_pointer with proper size.
6394
6395 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6396
6397 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6398 and add untested calls.
6399
6400 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6401
6402 * gdb.python/python.exp: Check line number against what GDB thinks
6403 the line number is for func1.
6404
6405 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6406
6407 * gdb.dlang/debug-expr.exp: New file.
6408
6409 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6410
6411 Fix test names for the following files:
6412
6413 * gdb.ada/exec_changed.exp
6414 * gdb.ada/info_types.exp
6415 * gdb.arch/aarch64-atomic-inst.exp
6416 * gdb.arch/aarch64-fp.exp
6417 * gdb.arch/altivec-abi.exp
6418 * gdb.arch/altivec-regs.exp
6419 * gdb.arch/amd64-byte.exp
6420 * gdb.arch/amd64-disp-step.exp
6421 * gdb.arch/amd64-dword.exp
6422 * gdb.arch/amd64-entry-value-inline.exp
6423 * gdb.arch/amd64-entry-value-param.exp
6424 * gdb.arch/amd64-entry-value-paramref.exp
6425 * gdb.arch/amd64-entry-value.exp
6426 * gdb.arch/amd64-i386-address.exp
6427 * gdb.arch/amd64-invalid-stack-middle.exp
6428 * gdb.arch/amd64-invalid-stack-top.exp
6429 * gdb.arch/amd64-optimout-repeat.exp
6430 * gdb.arch/amd64-prologue-skip.exp
6431 * gdb.arch/amd64-prologue-xmm.exp
6432 * gdb.arch/amd64-stap-special-operands.exp
6433 * gdb.arch/amd64-stap-wrong-subexp.exp
6434 * gdb.arch/amd64-tailcall-cxx.exp
6435 * gdb.arch/amd64-tailcall-noret.exp
6436 * gdb.arch/amd64-tailcall-ret.exp
6437 * gdb.arch/amd64-tailcall-self.exp
6438 * gdb.arch/amd64-word.exp
6439 * gdb.arch/arm-bl-branch-dest.exp
6440 * gdb.arch/arm-disp-step.exp
6441 * gdb.arch/arm-neon.exp
6442 * gdb.arch/arm-single-step-kernel-helper.exp
6443 * gdb.arch/avr-flash-qualifier.exp
6444 * gdb.arch/disp-step-insn-reloc.exp
6445 * gdb.arch/e500-abi.exp
6446 * gdb.arch/e500-regs.exp
6447 * gdb.arch/ftrace-insn-reloc.exp
6448 * gdb.arch/i386-avx512.exp
6449 * gdb.arch/i386-bp_permanent.exp
6450 * gdb.arch/i386-byte.exp
6451 * gdb.arch/i386-cfi-notcurrent.exp
6452 * gdb.arch/i386-disp-step.exp
6453 * gdb.arch/i386-dr3-watch.exp
6454 * gdb.arch/i386-float.exp
6455 * gdb.arch/i386-gnu-cfi.exp
6456 * gdb.arch/i386-mpx-map.exp
6457 * gdb.arch/i386-mpx-sigsegv.exp
6458 * gdb.arch/i386-mpx-simple_segv.exp
6459 * gdb.arch/i386-mpx.exp
6460 * gdb.arch/i386-permbkpt.exp
6461 * gdb.arch/i386-prologue.exp
6462 * gdb.arch/i386-signal.exp
6463 * gdb.arch/i386-size-overlap.exp
6464 * gdb.arch/i386-unwind.exp
6465 * gdb.arch/i386-word.exp
6466 * gdb.arch/mips-fcr.exp
6467 * gdb.arch/powerpc-d128-regs.exp
6468 * gdb.arch/powerpc-stackless.exp
6469 * gdb.arch/ppc64-atomic-inst.exp
6470 * gdb.arch/s390-stackless.exp
6471 * gdb.arch/s390-tdbregs.exp
6472 * gdb.arch/s390-vregs.exp
6473 * gdb.arch/sparc-sysstep.exp
6474 * gdb.arch/thumb-bx-pc.exp
6475 * gdb.arch/thumb-singlestep.exp
6476 * gdb.arch/thumb2-it.exp
6477 * gdb.arch/vsx-regs.exp
6478 * gdb.asm/asm-source.exp
6479 * gdb.base/a2-run.exp
6480 * gdb.base/advance.exp
6481 * gdb.base/all-bin.exp
6482 * gdb.base/anon.exp
6483 * gdb.base/args.exp
6484 * gdb.base/arithmet.exp
6485 * gdb.base/async-shell.exp
6486 * gdb.base/async.exp
6487 * gdb.base/attach-pie-noexec.exp
6488 * gdb.base/attach-twice.exp
6489 * gdb.base/auto-load.exp
6490 * gdb.base/bang.exp
6491 * gdb.base/bitfields.exp
6492 * gdb.base/break-always.exp
6493 * gdb.base/break-caller-line.exp
6494 * gdb.base/break-entry.exp
6495 * gdb.base/break-inline.exp
6496 * gdb.base/break-on-linker-gcd-function.exp
6497 * gdb.base/break-probes.exp
6498 * gdb.base/break.exp
6499 * gdb.base/breakpoint-shadow.exp
6500 * gdb.base/call-ar-st.exp
6501 * gdb.base/call-sc.exp
6502 * gdb.base/call-signal-resume.exp
6503 * gdb.base/call-strs.exp
6504 * gdb.base/callfuncs.exp
6505 * gdb.base/catch-fork-static.exp
6506 * gdb.base/catch-gdb-caused-signals.exp
6507 * gdb.base/catch-load.exp
6508 * gdb.base/catch-signal-fork.exp
6509 * gdb.base/catch-signal.exp
6510 * gdb.base/catch-syscall.exp
6511 * gdb.base/charset.exp
6512 * gdb.base/checkpoint.exp
6513 * gdb.base/chng-syms.exp
6514 * gdb.base/code-expr.exp
6515 * gdb.base/code_elim.exp
6516 * gdb.base/commands.exp
6517 * gdb.base/completion.exp
6518 * gdb.base/complex.exp
6519 * gdb.base/cond-expr.exp
6520 * gdb.base/condbreak.exp
6521 * gdb.base/consecutive.exp
6522 * gdb.base/continue-all-already-running.exp
6523 * gdb.base/coredump-filter.exp
6524 * gdb.base/corefile.exp
6525 * gdb.base/dbx.exp
6526 * gdb.base/debug-expr.exp
6527 * gdb.base/define.exp
6528 * gdb.base/del.exp
6529 * gdb.base/disabled-location.exp
6530 * gdb.base/disasm-end-cu.exp
6531 * gdb.base/disasm-optim.exp
6532 * gdb.base/display.exp
6533 * gdb.base/duplicate-bp.exp
6534 * gdb.base/ena-dis-br.exp
6535 * gdb.base/ending-run.exp
6536 * gdb.base/enumval.exp
6537 * gdb.base/environ.exp
6538 * gdb.base/eu-strip-infcall.exp
6539 * gdb.base/eval-avoid-side-effects.exp
6540 * gdb.base/eval-skip.exp
6541 * gdb.base/exitsignal.exp
6542 * gdb.base/expand-psymtabs.exp
6543 * gdb.base/filesym.exp
6544 * gdb.base/find-unmapped.exp
6545 * gdb.base/finish.exp
6546 * gdb.base/float.exp
6547 * gdb.base/foll-exec-mode.exp
6548 * gdb.base/foll-exec.exp
6549 * gdb.base/foll-fork.exp
6550 * gdb.base/fortran-sym-case.exp
6551 * gdb.base/freebpcmd.exp
6552 * gdb.base/func-ptr.exp
6553 * gdb.base/func-ptrs.exp
6554 * gdb.base/funcargs.exp
6555 * gdb.base/gcore-buffer-overflow.exp
6556 * gdb.base/gcore-relro-pie.exp
6557 * gdb.base/gcore-relro.exp
6558 * gdb.base/gcore.exp
6559 * gdb.base/gdb1090.exp
6560 * gdb.base/gdb11530.exp
6561 * gdb.base/gdb11531.exp
6562 * gdb.base/gdb1821.exp
6563 * gdb.base/gdbindex-stabs.exp
6564 * gdb.base/gdbvars.exp
6565 * gdb.base/hbreak.exp
6566 * gdb.base/hbreak2.exp
6567 * gdb.base/included.exp
6568 * gdb.base/infcall-input.exp
6569 * gdb.base/inferior-died.exp
6570 * gdb.base/infnan.exp
6571 * gdb.base/info-macros.exp
6572 * gdb.base/info-os.exp
6573 * gdb.base/info-proc.exp
6574 * gdb.base/info-shared.exp
6575 * gdb.base/info-target.exp
6576 * gdb.base/infoline.exp
6577 * gdb.base/interp.exp
6578 * gdb.base/interrupt.exp
6579 * gdb.base/jit-reader.exp
6580 * gdb.base/jit-simple.exp
6581 * gdb.base/kill-after-signal.exp
6582 * gdb.base/kill-detach-inferiors-cmd.exp
6583 * gdb.base/label.exp
6584 * gdb.base/langs.exp
6585 * gdb.base/ldbl_e308.exp
6586 * gdb.base/line-symtabs.exp
6587 * gdb.base/linespecs.exp
6588 * gdb.base/list.exp
6589 * gdb.base/long_long.exp
6590 * gdb.base/longest-types.exp
6591 * gdb.base/maint.exp
6592 * gdb.base/max-value-size.exp
6593 * gdb.base/memattr.exp
6594 * gdb.base/mips_pro.exp
6595 * gdb.base/morestack.exp
6596 * gdb.base/moribund-step.exp
6597 * gdb.base/multi-forks.exp
6598 * gdb.base/nested-addr.exp
6599 * gdb.base/nextoverexit.exp
6600 * gdb.base/noreturn-finish.exp
6601 * gdb.base/noreturn-return.exp
6602 * gdb.base/nostdlib.exp
6603 * gdb.base/offsets.exp
6604 * gdb.base/opaque.exp
6605 * gdb.base/pc-fp.exp
6606 * gdb.base/permissions.exp
6607 * gdb.base/print-symbol-loading.exp
6608 * gdb.base/prologue-include.exp
6609 * gdb.base/psymtab.exp
6610 * gdb.base/ptype.exp
6611 * gdb.base/random-signal.exp
6612 * gdb.base/randomize.exp
6613 * gdb.base/range-stepping.exp
6614 * gdb.base/readline-ask.exp
6615 * gdb.base/recpar.exp
6616 * gdb.base/recurse.exp
6617 * gdb.base/relational.exp
6618 * gdb.base/restore.exp
6619 * gdb.base/return-nodebug.exp
6620 * gdb.base/return.exp
6621 * gdb.base/run-after-attach.exp
6622 * gdb.base/save-bp.exp
6623 * gdb.base/scope.exp
6624 * gdb.base/sect-cmd.exp
6625 * gdb.base/set-lang-auto.exp
6626 * gdb.base/set-noassign.exp
6627 * gdb.base/setvar.exp
6628 * gdb.base/sigall.exp
6629 * gdb.base/sigbpt.exp
6630 * gdb.base/siginfo-addr.exp
6631 * gdb.base/siginfo-infcall.exp
6632 * gdb.base/siginfo-obj.exp
6633 * gdb.base/siginfo.exp
6634 * gdb.base/signals-state-child.exp
6635 * gdb.base/signest.exp
6636 * gdb.base/sigstep.exp
6637 * gdb.base/sizeof.exp
6638 * gdb.base/skip.exp
6639 * gdb.base/solib-corrupted.exp
6640 * gdb.base/solib-nodir.exp
6641 * gdb.base/solib-search.exp
6642 * gdb.base/stack-checking.exp
6643 * gdb.base/stale-infcall.exp
6644 * gdb.base/stap-probe.exp
6645 * gdb.base/start.exp
6646 * gdb.base/step-break.exp
6647 * gdb.base/step-bt.exp
6648 * gdb.base/step-line.exp
6649 * gdb.base/step-over-exit.exp
6650 * gdb.base/step-over-syscall.exp
6651 * gdb.base/step-resume-infcall.exp
6652 * gdb.base/step-test.exp
6653 * gdb.base/store.exp
6654 * gdb.base/structs3.exp
6655 * gdb.base/sym-file.exp
6656 * gdb.base/symbol-without-target_section.exp
6657 * gdb.base/term.exp
6658 * gdb.base/testenv.exp
6659 * gdb.base/ui-redirect.exp
6660 * gdb.base/until.exp
6661 * gdb.base/unwindonsignal.exp
6662 * gdb.base/value-double-free.exp
6663 * gdb.base/vla-datatypes.exp
6664 * gdb.base/vla-ptr.exp
6665 * gdb.base/vla-sideeffect.exp
6666 * gdb.base/volatile.exp
6667 * gdb.base/watch-cond-infcall.exp
6668 * gdb.base/watch-cond.exp
6669 * gdb.base/watch-non-mem.exp
6670 * gdb.base/watch-read.exp
6671 * gdb.base/watch-vfork.exp
6672 * gdb.base/watchpoint-cond-gone.exp
6673 * gdb.base/watchpoint-delete.exp
6674 * gdb.base/watchpoint-hw-hit-once.exp
6675 * gdb.base/watchpoint-hw.exp
6676 * gdb.base/watchpoint-stops-at-right-insn.exp
6677 * gdb.base/watchpoints.exp
6678 * gdb.base/wchar.exp
6679 * gdb.base/whatis-exp.exp
6680 * gdb.btrace/buffer-size.exp
6681 * gdb.btrace/data.exp
6682 * gdb.btrace/delta.exp
6683 * gdb.btrace/dlopen.exp
6684 * gdb.btrace/enable.exp
6685 * gdb.btrace/exception.exp
6686 * gdb.btrace/function_call_history.exp
6687 * gdb.btrace/gcore.exp
6688 * gdb.btrace/instruction_history.exp
6689 * gdb.btrace/nohist.exp
6690 * gdb.btrace/reconnect.exp
6691 * gdb.btrace/record_goto-step.exp
6692 * gdb.btrace/record_goto.exp
6693 * gdb.btrace/rn-dl-bind.exp
6694 * gdb.btrace/segv.exp
6695 * gdb.btrace/step.exp
6696 * gdb.btrace/stepi.exp
6697 * gdb.btrace/tailcall-only.exp
6698 * gdb.btrace/tailcall.exp
6699 * gdb.btrace/tsx.exp
6700 * gdb.btrace/unknown_functions.exp
6701 * gdb.btrace/vdso.exp
6702 * gdb.compile/compile-ifunc.exp
6703 * gdb.compile/compile-ops.exp
6704 * gdb.compile/compile-print.exp
6705 * gdb.compile/compile-setjmp.exp
6706 * gdb.cp/abstract-origin.exp
6707 * gdb.cp/ambiguous.exp
6708 * gdb.cp/annota2.exp
6709 * gdb.cp/annota3.exp
6710 * gdb.cp/anon-ns.exp
6711 * gdb.cp/anon-struct.exp
6712 * gdb.cp/anon-union.exp
6713 * gdb.cp/arg-reference.exp
6714 * gdb.cp/baseenum.exp
6715 * gdb.cp/bool.exp
6716 * gdb.cp/breakpoint.exp
6717 * gdb.cp/bs15503.exp
6718 * gdb.cp/call-c.exp
6719 * gdb.cp/casts.exp
6720 * gdb.cp/chained-calls.exp
6721 * gdb.cp/class2.exp
6722 * gdb.cp/classes.exp
6723 * gdb.cp/cmpd-minsyms.exp
6724 * gdb.cp/converts.exp
6725 * gdb.cp/cp-relocate.exp
6726 * gdb.cp/cpcompletion.exp
6727 * gdb.cp/cpexprs.exp
6728 * gdb.cp/cplabel.exp
6729 * gdb.cp/cplusfuncs.exp
6730 * gdb.cp/cpsizeof.exp
6731 * gdb.cp/ctti.exp
6732 * gdb.cp/derivation.exp
6733 * gdb.cp/destrprint.exp
6734 * gdb.cp/dispcxx.exp
6735 * gdb.cp/enum-class.exp
6736 * gdb.cp/exception.exp
6737 * gdb.cp/exceptprint.exp
6738 * gdb.cp/expand-psymtabs-cxx.exp
6739 * gdb.cp/expand-sals.exp
6740 * gdb.cp/extern-c.exp
6741 * gdb.cp/filename.exp
6742 * gdb.cp/formatted-ref.exp
6743 * gdb.cp/fpointer.exp
6744 * gdb.cp/gdb1355.exp
6745 * gdb.cp/gdb2495.exp
6746 * gdb.cp/hang.exp
6747 * gdb.cp/impl-this.exp
6748 * gdb.cp/infcall-dlopen.exp
6749 * gdb.cp/inherit.exp
6750 * gdb.cp/iostream.exp
6751 * gdb.cp/koenig.exp
6752 * gdb.cp/local.exp
6753 * gdb.cp/m-data.exp
6754 * gdb.cp/m-static.exp
6755 * gdb.cp/mb-ctor.exp
6756 * gdb.cp/mb-inline.exp
6757 * gdb.cp/mb-templates.exp
6758 * gdb.cp/member-name.exp
6759 * gdb.cp/member-ptr.exp
6760 * gdb.cp/meth-typedefs.exp
6761 * gdb.cp/method.exp
6762 * gdb.cp/method2.exp
6763 * gdb.cp/minsym-fallback.exp
6764 * gdb.cp/misc.exp
6765 * gdb.cp/namelessclass.exp
6766 * gdb.cp/namespace-enum.exp
6767 * gdb.cp/namespace-nested-import.exp
6768 * gdb.cp/namespace.exp
6769 * gdb.cp/nextoverthrow.exp
6770 * gdb.cp/no-dmgl-verbose.exp
6771 * gdb.cp/non-trivial-retval.exp
6772 * gdb.cp/noparam.exp
6773 * gdb.cp/nsdecl.exp
6774 * gdb.cp/nsimport.exp
6775 * gdb.cp/nsnested.exp
6776 * gdb.cp/nsnoimports.exp
6777 * gdb.cp/nsrecurs.exp
6778 * gdb.cp/nsstress.exp
6779 * gdb.cp/nsusing.exp
6780 * gdb.cp/operator.exp
6781 * gdb.cp/oranking.exp
6782 * gdb.cp/overload-const.exp
6783 * gdb.cp/overload.exp
6784 * gdb.cp/ovldbreak.exp
6785 * gdb.cp/ovsrch.exp
6786 * gdb.cp/paren-type.exp
6787 * gdb.cp/parse-lang.exp
6788 * gdb.cp/pass-by-ref.exp
6789 * gdb.cp/pr-1023.exp
6790 * gdb.cp/pr-1210.exp
6791 * gdb.cp/pr-574.exp
6792 * gdb.cp/pr10687.exp
6793 * gdb.cp/pr12028.exp
6794 * gdb.cp/pr17132.exp
6795 * gdb.cp/pr17494.exp
6796 * gdb.cp/pr9067.exp
6797 * gdb.cp/pr9167.exp
6798 * gdb.cp/pr9631.exp
6799 * gdb.cp/printmethod.exp
6800 * gdb.cp/psmang.exp
6801 * gdb.cp/psymtab-parameter.exp
6802 * gdb.cp/ptype-cv-cp.exp
6803 * gdb.cp/ptype-flags.exp
6804 * gdb.cp/re-set-overloaded.exp
6805 * gdb.cp/ref-types.exp
6806 * gdb.cp/rtti.exp
6807 * gdb.cp/scope-err.exp
6808 * gdb.cp/shadow.exp
6809 * gdb.cp/smartp.exp
6810 * gdb.cp/static-method.exp
6811 * gdb.cp/static-print-quit.exp
6812 * gdb.cp/temargs.exp
6813 * gdb.cp/templates.exp
6814 * gdb.cp/try_catch.exp
6815 * gdb.cp/typedef-operator.exp
6816 * gdb.cp/typeid.exp
6817 * gdb.cp/userdef.exp
6818 * gdb.cp/using-crash.exp
6819 * gdb.cp/var-tag.exp
6820 * gdb.cp/virtbase.exp
6821 * gdb.cp/virtfunc.exp
6822 * gdb.cp/virtfunc2.exp
6823 * gdb.cp/vla-cxx.exp
6824 * gdb.disasm/t01_mov.exp
6825 * gdb.disasm/t02_mova.exp
6826 * gdb.disasm/t03_add.exp
6827 * gdb.disasm/t04_sub.exp
6828 * gdb.disasm/t05_cmp.exp
6829 * gdb.disasm/t06_ari2.exp
6830 * gdb.disasm/t07_ari3.exp
6831 * gdb.disasm/t08_or.exp
6832 * gdb.disasm/t09_xor.exp
6833 * gdb.disasm/t10_and.exp
6834 * gdb.disasm/t11_logs.exp
6835 * gdb.disasm/t12_bit.exp
6836 * gdb.disasm/t13_otr.exp
6837 * gdb.dlang/circular.exp
6838 * gdb.dwarf2/arr-stride.exp
6839 * gdb.dwarf2/arr-subrange.exp
6840 * gdb.dwarf2/atomic-type.exp
6841 * gdb.dwarf2/bad-regnum.exp
6842 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6843 * gdb.dwarf2/callframecfa.exp
6844 * gdb.dwarf2/clztest.exp
6845 * gdb.dwarf2/corrupt.exp
6846 * gdb.dwarf2/data-loc.exp
6847 * gdb.dwarf2/dup-psym.exp
6848 * gdb.dwarf2/dw2-anon-mptr.exp
6849 * gdb.dwarf2/dw2-anonymous-func.exp
6850 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6851 * gdb.dwarf2/dw2-bad-unresolved.exp
6852 * gdb.dwarf2/dw2-basic.exp
6853 * gdb.dwarf2/dw2-canonicalize-type.exp
6854 * gdb.dwarf2/dw2-case-insensitive.exp
6855 * gdb.dwarf2/dw2-common-block.exp
6856 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6857 * gdb.dwarf2/dw2-compressed.exp
6858 * gdb.dwarf2/dw2-const.exp
6859 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6860 * gdb.dwarf2/dw2-cu-size.exp
6861 * gdb.dwarf2/dw2-dup-frame.exp
6862 * gdb.dwarf2/dw2-entry-value.exp
6863 * gdb.dwarf2/dw2-icycle.exp
6864 * gdb.dwarf2/dw2-ifort-parameter.exp
6865 * gdb.dwarf2/dw2-inline-break.exp
6866 * gdb.dwarf2/dw2-inline-param.exp
6867 * gdb.dwarf2/dw2-intercu.exp
6868 * gdb.dwarf2/dw2-intermix.exp
6869 * gdb.dwarf2/dw2-lexical-block-bare.exp
6870 * gdb.dwarf2/dw2-linkage-name-trust.exp
6871 * gdb.dwarf2/dw2-minsym-in-cu.exp
6872 * gdb.dwarf2/dw2-noloc.exp
6873 * gdb.dwarf2/dw2-op-call.exp
6874 * gdb.dwarf2/dw2-op-out-param.exp
6875 * gdb.dwarf2/dw2-opt-structptr.exp
6876 * gdb.dwarf2/dw2-param-error.exp
6877 * gdb.dwarf2/dw2-producer.exp
6878 * gdb.dwarf2/dw2-ranges-base.exp
6879 * gdb.dwarf2/dw2-ref-missing-frame.exp
6880 * gdb.dwarf2/dw2-reg-undefined.exp
6881 * gdb.dwarf2/dw2-regno-invalid.exp
6882 * gdb.dwarf2/dw2-restore.exp
6883 * gdb.dwarf2/dw2-restrict.exp
6884 * gdb.dwarf2/dw2-single-line-discriminators.exp
6885 * gdb.dwarf2/dw2-strp.exp
6886 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6887 * gdb.dwarf2/dw2-unresolved.exp
6888 * gdb.dwarf2/dw2-var-zero-addr.exp
6889 * gdb.dwarf2/dw4-sig-types.exp
6890 * gdb.dwarf2/dwz.exp
6891 * gdb.dwarf2/dynarr-ptr.exp
6892 * gdb.dwarf2/enum-type.exp
6893 * gdb.dwarf2/gdb-index.exp
6894 * gdb.dwarf2/implptr-64bit.exp
6895 * gdb.dwarf2/implptr-optimized-out.exp
6896 * gdb.dwarf2/implptr.exp
6897 * gdb.dwarf2/implref-array.exp
6898 * gdb.dwarf2/implref-const.exp
6899 * gdb.dwarf2/implref-global.exp
6900 * gdb.dwarf2/implref-struct.exp
6901 * gdb.dwarf2/mac-fileno.exp
6902 * gdb.dwarf2/main-subprogram.exp
6903 * gdb.dwarf2/member-ptr-forwardref.exp
6904 * gdb.dwarf2/method-ptr.exp
6905 * gdb.dwarf2/missing-sig-type.exp
6906 * gdb.dwarf2/nonvar-access.exp
6907 * gdb.dwarf2/opaque-type-lookup.exp
6908 * gdb.dwarf2/pieces-optimized-out.exp
6909 * gdb.dwarf2/pieces.exp
6910 * gdb.dwarf2/pr10770.exp
6911 * gdb.dwarf2/pr13961.exp
6912 * gdb.dwarf2/staticvirtual.exp
6913 * gdb.dwarf2/subrange.exp
6914 * gdb.dwarf2/symtab-producer.exp
6915 * gdb.dwarf2/trace-crash.exp
6916 * gdb.dwarf2/typeddwarf.exp
6917 * gdb.dwarf2/valop.exp
6918 * gdb.dwarf2/watch-notconst.exp
6919 * gdb.fortran/array-element.exp
6920 * gdb.fortran/charset.exp
6921 * gdb.fortran/common-block.exp
6922 * gdb.fortran/complex.exp
6923 * gdb.fortran/derived-type-function.exp
6924 * gdb.fortran/derived-type.exp
6925 * gdb.fortran/logical.exp
6926 * gdb.fortran/module.exp
6927 * gdb.fortran/multi-dim.exp
6928 * gdb.fortran/nested-funcs.exp
6929 * gdb.fortran/print-formatted.exp
6930 * gdb.fortran/subarray.exp
6931 * gdb.fortran/vla-alloc-assoc.exp
6932 * gdb.fortran/vla-datatypes.exp
6933 * gdb.fortran/vla-history.exp
6934 * gdb.fortran/vla-ptr-info.exp
6935 * gdb.fortran/vla-ptype-sub.exp
6936 * gdb.fortran/vla-ptype.exp
6937 * gdb.fortran/vla-sizeof.exp
6938 * gdb.fortran/vla-type.exp
6939 * gdb.fortran/vla-value-sub-arbitrary.exp
6940 * gdb.fortran/vla-value-sub-finish.exp
6941 * gdb.fortran/vla-value-sub.exp
6942 * gdb.fortran/vla-value.exp
6943 * gdb.fortran/whatis_type.exp
6944 * gdb.go/chan.exp
6945 * gdb.go/handcall.exp
6946 * gdb.go/hello.exp
6947 * gdb.go/integers.exp
6948 * gdb.go/methods.exp
6949 * gdb.go/package.exp
6950 * gdb.go/strings.exp
6951 * gdb.go/types.exp
6952 * gdb.go/unsafe.exp
6953 * gdb.guile/scm-arch.exp
6954 * gdb.guile/scm-block.exp
6955 * gdb.guile/scm-breakpoint.exp
6956 * gdb.guile/scm-cmd.exp
6957 * gdb.guile/scm-disasm.exp
6958 * gdb.guile/scm-equal.exp
6959 * gdb.guile/scm-frame-args.exp
6960 * gdb.guile/scm-frame-inline.exp
6961 * gdb.guile/scm-frame.exp
6962 * gdb.guile/scm-iterator.exp
6963 * gdb.guile/scm-math.exp
6964 * gdb.guile/scm-objfile.exp
6965 * gdb.guile/scm-ports.exp
6966 * gdb.guile/scm-symbol.exp
6967 * gdb.guile/scm-symtab.exp
6968 * gdb.guile/scm-value-cc.exp
6969 * gdb.guile/types-module.exp
6970 * gdb.linespec/break-ask.exp
6971 * gdb.linespec/cpexplicit.exp
6972 * gdb.linespec/explicit.exp
6973 * gdb.linespec/keywords.exp
6974 * gdb.linespec/linespec.exp
6975 * gdb.linespec/ls-dollar.exp
6976 * gdb.linespec/ls-errs.exp
6977 * gdb.linespec/skip-two.exp
6978 * gdb.linespec/thread.exp
6979 * gdb.mi/mi-async.exp
6980 * gdb.mi/mi-basics.exp
6981 * gdb.mi/mi-break.exp
6982 * gdb.mi/mi-catch-load.exp
6983 * gdb.mi/mi-cli.exp
6984 * gdb.mi/mi-cmd-param-changed.exp
6985 * gdb.mi/mi-console.exp
6986 * gdb.mi/mi-detach.exp
6987 * gdb.mi/mi-disassemble.exp
6988 * gdb.mi/mi-eval.exp
6989 * gdb.mi/mi-file-transfer.exp
6990 * gdb.mi/mi-file.exp
6991 * gdb.mi/mi-fill-memory.exp
6992 * gdb.mi/mi-inheritance-syntax-error.exp
6993 * gdb.mi/mi-linespec-err-cp.exp
6994 * gdb.mi/mi-logging.exp
6995 * gdb.mi/mi-memory-changed.exp
6996 * gdb.mi/mi-read-memory.exp
6997 * gdb.mi/mi-record-changed.exp
6998 * gdb.mi/mi-reg-undefined.exp
6999 * gdb.mi/mi-regs.exp
7000 * gdb.mi/mi-return.exp
7001 * gdb.mi/mi-reverse.exp
7002 * gdb.mi/mi-simplerun.exp
7003 * gdb.mi/mi-solib.exp
7004 * gdb.mi/mi-stack.exp
7005 * gdb.mi/mi-stepi.exp
7006 * gdb.mi/mi-syn-frame.exp
7007 * gdb.mi/mi-until.exp
7008 * gdb.mi/mi-var-block.exp
7009 * gdb.mi/mi-var-child.exp
7010 * gdb.mi/mi-var-cmd.exp
7011 * gdb.mi/mi-var-cp.exp
7012 * gdb.mi/mi-var-display.exp
7013 * gdb.mi/mi-var-invalidate.exp
7014 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7015 * gdb.mi/mi-vla-fortran.exp
7016 * gdb.mi/mi-watch.exp
7017 * gdb.mi/mi2-var-child.exp
7018 * gdb.mi/user-selected-context-sync.exp
7019 * gdb.modula2/unbounded-array.exp
7020 * gdb.multi/dummy-frame-restore.exp
7021 * gdb.multi/multi-arch-exec.exp
7022 * gdb.multi/multi-arch.exp
7023 * gdb.multi/tids.exp
7024 * gdb.multi/watchpoint-multi.exp
7025 * gdb.opencl/callfuncs.exp
7026 * gdb.opencl/convs_casts.exp
7027 * gdb.opencl/datatypes.exp
7028 * gdb.opencl/operators.exp
7029 * gdb.opencl/vec_comps.exp
7030 * gdb.opt/clobbered-registers-O2.exp
7031 * gdb.opt/inline-break.exp
7032 * gdb.opt/inline-bt.exp
7033 * gdb.opt/inline-cmds.exp
7034 * gdb.opt/inline-locals.exp
7035 * gdb.pascal/case-insensitive-symbols.exp
7036 * gdb.pascal/floats.exp
7037 * gdb.pascal/gdb11492.exp
7038 * gdb.python/lib-types.exp
7039 * gdb.python/py-arch.exp
7040 * gdb.python/py-as-string.exp
7041 * gdb.python/py-bad-printers.exp
7042 * gdb.python/py-block.exp
7043 * gdb.python/py-breakpoint-create-fail.exp
7044 * gdb.python/py-breakpoint.exp
7045 * gdb.python/py-caller-is.exp
7046 * gdb.python/py-cmd.exp
7047 * gdb.python/py-explore-cc.exp
7048 * gdb.python/py-explore.exp
7049 * gdb.python/py-finish-breakpoint.exp
7050 * gdb.python/py-finish-breakpoint2.exp
7051 * gdb.python/py-frame-args.exp
7052 * gdb.python/py-frame-inline.exp
7053 * gdb.python/py-frame.exp
7054 * gdb.python/py-framefilter-mi.exp
7055 * gdb.python/py-infthread.exp
7056 * gdb.python/py-lazy-string.exp
7057 * gdb.python/py-linetable.exp
7058 * gdb.python/py-mi-events.exp
7059 * gdb.python/py-mi-objfile.exp
7060 * gdb.python/py-mi.exp
7061 * gdb.python/py-objfile.exp
7062 * gdb.python/py-pp-integral.exp
7063 * gdb.python/py-pp-maint.exp
7064 * gdb.python/py-pp-re-notag.exp
7065 * gdb.python/py-pp-registration.exp
7066 * gdb.python/py-recurse-unwind.exp
7067 * gdb.python/py-strfns.exp
7068 * gdb.python/py-symbol.exp
7069 * gdb.python/py-symtab.exp
7070 * gdb.python/py-sync-interp.exp
7071 * gdb.python/py-typeprint.exp
7072 * gdb.python/py-unwind-maint.exp
7073 * gdb.python/py-unwind.exp
7074 * gdb.python/py-value-cc.exp
7075 * gdb.python/py-xmethods.exp
7076 * gdb.reverse/amd64-tailcall-reverse.exp
7077 * gdb.reverse/break-precsave.exp
7078 * gdb.reverse/break-reverse.exp
7079 * gdb.reverse/consecutive-precsave.exp
7080 * gdb.reverse/consecutive-reverse.exp
7081 * gdb.reverse/finish-precsave.exp
7082 * gdb.reverse/finish-reverse-bkpt.exp
7083 * gdb.reverse/finish-reverse.exp
7084 * gdb.reverse/fstatat-reverse.exp
7085 * gdb.reverse/getresuid-reverse.exp
7086 * gdb.reverse/i386-precsave.exp
7087 * gdb.reverse/i386-reverse.exp
7088 * gdb.reverse/i386-sse-reverse.exp
7089 * gdb.reverse/i387-env-reverse.exp
7090 * gdb.reverse/i387-stack-reverse.exp
7091 * gdb.reverse/insn-reverse.exp
7092 * gdb.reverse/machinestate-precsave.exp
7093 * gdb.reverse/machinestate.exp
7094 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7095 * gdb.reverse/pipe-reverse.exp
7096 * gdb.reverse/readv-reverse.exp
7097 * gdb.reverse/recvmsg-reverse.exp
7098 * gdb.reverse/rerun-prec.exp
7099 * gdb.reverse/s390-mvcle.exp
7100 * gdb.reverse/step-precsave.exp
7101 * gdb.reverse/step-reverse.exp
7102 * gdb.reverse/time-reverse.exp
7103 * gdb.reverse/until-precsave.exp
7104 * gdb.reverse/until-reverse.exp
7105 * gdb.reverse/waitpid-reverse.exp
7106 * gdb.reverse/watch-precsave.exp
7107 * gdb.reverse/watch-reverse.exp
7108 * gdb.rust/generics.exp
7109 * gdb.rust/methods.exp
7110 * gdb.rust/modules.exp
7111 * gdb.rust/simple.exp
7112 * gdb.server/connect-with-no-symbol-file.exp
7113 * gdb.server/ext-attach.exp
7114 * gdb.server/ext-restart.exp
7115 * gdb.server/ext-wrapper.exp
7116 * gdb.server/file-transfer.exp
7117 * gdb.server/server-exec-info.exp
7118 * gdb.server/server-kill.exp
7119 * gdb.server/server-mon.exp
7120 * gdb.server/wrapper.exp
7121 * gdb.stabs/exclfwd.exp
7122 * gdb.stabs/gdb11479.exp
7123 * gdb.threads/clone-new-thread-event.exp
7124 * gdb.threads/corethreads.exp
7125 * gdb.threads/current-lwp-dead.exp
7126 * gdb.threads/dlopen-libpthread.exp
7127 * gdb.threads/gcore-thread.exp
7128 * gdb.threads/sigstep-threads.exp
7129 * gdb.threads/watchpoint-fork.exp
7130 * gdb.trace/actions-changed.exp
7131 * gdb.trace/backtrace.exp
7132 * gdb.trace/change-loc.exp
7133 * gdb.trace/circ.exp
7134 * gdb.trace/collection.exp
7135 * gdb.trace/disconnected-tracing.exp
7136 * gdb.trace/ftrace.exp
7137 * gdb.trace/mi-trace-frame-collected.exp
7138 * gdb.trace/mi-trace-unavailable.exp
7139 * gdb.trace/mi-traceframe-changed.exp
7140 * gdb.trace/mi-tsv-changed.exp
7141 * gdb.trace/no-attach-trace.exp
7142 * gdb.trace/passc-dyn.exp
7143 * gdb.trace/qtro.exp
7144 * gdb.trace/range-stepping.exp
7145 * gdb.trace/read-memory.exp
7146 * gdb.trace/save-trace.exp
7147 * gdb.trace/signal.exp
7148 * gdb.trace/status-stop.exp
7149 * gdb.trace/tfile.exp
7150 * gdb.trace/trace-break.exp
7151 * gdb.trace/trace-buffer-size.exp
7152 * gdb.trace/trace-condition.exp
7153 * gdb.trace/tracefile-pseudo-reg.exp
7154 * gdb.trace/tstatus.exp
7155 * gdb.trace/unavailable.exp
7156 * gdb.trace/while-dyn.exp
7157 * gdb.trace/while-stepping.exp
7158
7159 2016-12-22 Doug Evans <xdje42@gmail.com>
7160
7161 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7162 and msymbols.
7163
7164 2016-12-19 Yao Qi <yao.qi@linaro.org>
7165
7166 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7167 (test_with_self): Don't call do_steps_and_nexts, and remove
7168 code about stepping into xmalloc.
7169
7170 2016-12-09 Yao Qi <yao.qi@linaro.org>
7171
7172 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7173
7174 2016-12-09 Yao Qi <yao.qi@linaro.org>
7175
7176 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7177
7178 2016-12-09 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.base/all-architectures-0.exp: New file.
7181 * gdb.base/all-architectures-1.exp: New file.
7182 * gdb.base/all-architectures-2.exp: New file.
7183 * gdb.base/all-architectures-3.exp: New file.
7184 * gdb.base/all-architectures-4.exp: New file.
7185 * gdb.base/all-architectures-5.exp: New file.
7186 * gdb.base/all-architectures-6.exp: New file.
7187 * gdb.base/all-architectures-7.exp: New file.
7188 * gdb.base/all-architectures.exp.in: New file.
7189
7190 2016-12-09 Yao Qi <yao.qi@linaro.org>
7191
7192 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7193
7194 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7195
7196 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7197 possible.
7198 Remove useless pattern-matching code.
7199
7200 2016-12-02 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7203 procedure.
7204 (top level): Call it.
7205
7206 2016-12-02 Pedro Alves <palves@redhat.com>
7207
7208 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7209 New procedure.
7210 (top level): Call it.
7211
7212 2016-12-02 Pedro Alves <palves@redhat.com>
7213
7214 PR cli/20559
7215 * gdb.base/commands.exp (user_defined_command_args_eval): New
7216 procedure.
7217 (top level): Call it.
7218
7219 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7220
7221 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7222 timeout handling.
7223
7224 2016-12-02 Tom Tromey <tom@tromey.com>
7225
7226 * gdb.dwarf2/main-subprogram.c: New file.
7227 * gdb.dwarf2/main-subprogram.exp: New file.
7228
7229 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7230
7231 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7232 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7233 gdb_test_no_output for a couple of cases.
7234 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7235
7236 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7237
7238 Fix test names and standardize compilation error messages throughout
7239 the following files:
7240
7241 * gdb.ada/start.exp
7242 * gdb.arch/alpha-step.exp
7243 * gdb.arch/e500-prologue.exp
7244 * gdb.arch/ftrace-insn-reloc.exp
7245 * gdb.arch/gdb1291.exp
7246 * gdb.arch/gdb1431.exp
7247 * gdb.arch/gdb1558.exp
7248 * gdb.arch/i386-dr3-watch.exp
7249 * gdb.arch/i386-sse-stack-align.exp
7250 * gdb.arch/ia64-breakpoint-shadow.exp
7251 * gdb.arch/pa-nullify.exp
7252 * gdb.arch/powerpc-aix-prologue.exp
7253 * gdb.arch/thumb-bx-pc.exp
7254 * gdb.base/annota1.exp
7255 * gdb.base/annota3.exp
7256 * gdb.base/arrayidx.exp
7257 * gdb.base/assign.exp
7258 * gdb.base/attach.exp
7259 * gdb.base/auxv.exp
7260 * gdb.base/bang.exp
7261 * gdb.base/bfp-test.exp
7262 * gdb.base/bigcore.exp
7263 * gdb.base/bitfields2.exp
7264 * gdb.base/break-fun-addr.exp
7265 * gdb.base/break-probes.exp
7266 * gdb.base/call-rt-st.exp
7267 * gdb.base/callexit.exp
7268 * gdb.base/catch-fork-kill.exp
7269 * gdb.base/charset.exp
7270 * gdb.base/checkpoint.exp
7271 * gdb.base/comprdebug.exp
7272 * gdb.base/constvars.exp
7273 * gdb.base/coredump-filter.exp
7274 * gdb.base/cursal.exp
7275 * gdb.base/cvexpr.exp
7276 * gdb.base/detach.exp
7277 * gdb.base/display.exp
7278 * gdb.base/dmsym.exp
7279 * gdb.base/dprintf-pending.exp
7280 * gdb.base/dso2dso.exp
7281 * gdb.base/dtrace-probe.exp
7282 * gdb.base/dump.exp
7283 * gdb.base/enum_cond.exp
7284 * gdb.base/exe-lock.exp
7285 * gdb.base/exec-invalid-sysroot.exp
7286 * gdb.base/execl-update-breakpoints.exp
7287 * gdb.base/exprs.exp
7288 * gdb.base/fileio.exp
7289 * gdb.base/find.exp
7290 * gdb.base/finish.exp
7291 * gdb.base/fixsection.exp
7292 * gdb.base/foll-vfork.exp
7293 * gdb.base/frame-args.exp
7294 * gdb.base/gcore.exp
7295 * gdb.base/gdb1250.exp
7296 * gdb.base/global-var-nested-by-dso.exp
7297 * gdb.base/gnu-ifunc.exp
7298 * gdb.base/hashline1.exp
7299 * gdb.base/hashline2.exp
7300 * gdb.base/hashline3.exp
7301 * gdb.base/hbreak-in-shr-unsupported.exp
7302 * gdb.base/huge.exp
7303 * gdb.base/infcall-input.exp
7304 * gdb.base/info-fun.exp
7305 * gdb.base/info-shared.exp
7306 * gdb.base/jit-simple.exp
7307 * gdb.base/jit-so.exp
7308 * gdb.base/jit.exp
7309 * gdb.base/jump.exp
7310 * gdb.base/label.exp
7311 * gdb.base/lineinc.exp
7312 * gdb.base/logical.exp
7313 * gdb.base/longjmp.exp
7314 * gdb.base/macscp.exp
7315 * gdb.base/miscexprs.exp
7316 * gdb.base/new-ui-echo.exp
7317 * gdb.base/new-ui-pending-input.exp
7318 * gdb.base/new-ui.exp
7319 * gdb.base/nodebug.exp
7320 * gdb.base/nofield.exp
7321 * gdb.base/offsets.exp
7322 * gdb.base/overlays.exp
7323 * gdb.base/pending.exp
7324 * gdb.base/pointers.exp
7325 * gdb.base/pr11022.exp
7326 * gdb.base/printcmds.exp
7327 * gdb.base/prologue.exp
7328 * gdb.base/ptr-typedef.exp
7329 * gdb.base/realname-expand.exp
7330 * gdb.base/relativedebug.exp
7331 * gdb.base/relocate.exp
7332 * gdb.base/remote.exp
7333 * gdb.base/reread.exp
7334 * gdb.base/return2.exp
7335 * gdb.base/savedregs.exp
7336 * gdb.base/sep.exp
7337 * gdb.base/sepdebug.exp
7338 * gdb.base/sepsymtab.exp
7339 * gdb.base/set-inferior-tty.exp
7340 * gdb.base/setshow.exp
7341 * gdb.base/shlib-call.exp
7342 * gdb.base/sigaltstack.exp
7343 * gdb.base/siginfo-addr.exp
7344 * gdb.base/signals.exp
7345 * gdb.base/signull.exp
7346 * gdb.base/sigrepeat.exp
7347 * gdb.base/so-impl-ld.exp
7348 * gdb.base/solib-display.exp
7349 * gdb.base/solib-overlap.exp
7350 * gdb.base/solib-search.exp
7351 * gdb.base/solib-symbol.exp
7352 * gdb.base/structs.exp
7353 * gdb.base/structs2.exp
7354 * gdb.base/symtab-search-order.exp
7355 * gdb.base/twice.exp
7356 * gdb.base/unload.exp
7357 * gdb.base/varargs.exp
7358 * gdb.base/watchpoint-solib.exp
7359 * gdb.base/watchpoint.exp
7360 * gdb.base/whatis.exp
7361 * gdb.base/wrong_frame_bt_full.exp
7362 * gdb.btrace/dlopen.exp
7363 * gdb.cell/ea-standalone.exp
7364 * gdb.cell/ea-test.exp
7365 * gdb.cp/dispcxx.exp
7366 * gdb.cp/gdb2384.exp
7367 * gdb.cp/method2.exp
7368 * gdb.cp/nextoverthrow.exp
7369 * gdb.cp/pr10728.exp
7370 * gdb.disasm/am33.exp
7371 * gdb.disasm/h8300s.exp
7372 * gdb.disasm/mn10300.exp
7373 * gdb.disasm/sh3.exp
7374 * gdb.dwarf2/dw2-dir-file-name.exp
7375 * gdb.fortran/complex.exp
7376 * gdb.fortran/library-module.exp
7377 * gdb.guile/scm-pretty-print.exp
7378 * gdb.guile/scm-symbol.exp
7379 * gdb.guile/scm-type.exp
7380 * gdb.guile/scm-value.exp
7381 * gdb.linespec/linespec.exp
7382 * gdb.mi/gdb701.exp
7383 * gdb.mi/gdb792.exp
7384 * gdb.mi/mi-breakpoint-changed.exp
7385 * gdb.mi/mi-dprintf-pending.exp
7386 * gdb.mi/mi-dprintf.exp
7387 * gdb.mi/mi-exit-code.exp
7388 * gdb.mi/mi-pending.exp
7389 * gdb.mi/mi-solib.exp
7390 * gdb.mi/new-ui-mi-sync.exp
7391 * gdb.mi/pr11022.exp
7392 * gdb.mi/user-selected-context-sync.exp
7393 * gdb.opt/solib-intra-step.exp
7394 * gdb.python/py-events.exp
7395 * gdb.python/py-finish-breakpoint.exp
7396 * gdb.python/py-mi.exp
7397 * gdb.python/py-prettyprint.exp
7398 * gdb.python/py-shared.exp
7399 * gdb.python/py-symbol.exp
7400 * gdb.python/py-template.exp
7401 * gdb.python/py-type.exp
7402 * gdb.python/py-value.exp
7403 * gdb.reverse/solib-precsave.exp
7404 * gdb.reverse/solib-reverse.exp
7405 * gdb.server/solib-list.exp
7406 * gdb.stabs/weird.exp
7407 * gdb.threads/reconnect-signal.exp
7408 * gdb.threads/stepi-random-signal.exp
7409 * gdb.trace/actions.exp
7410 * gdb.trace/ax.exp
7411 * gdb.trace/backtrace.exp
7412 * gdb.trace/change-loc.exp
7413 * gdb.trace/deltrace.exp
7414 * gdb.trace/ftrace-lock.exp
7415 * gdb.trace/ftrace.exp
7416 * gdb.trace/infotrace.exp
7417 * gdb.trace/mi-tracepoint-changed.exp
7418 * gdb.trace/packetlen.exp
7419 * gdb.trace/passcount.exp
7420 * gdb.trace/pending.exp
7421 * gdb.trace/range-stepping.exp
7422 * gdb.trace/report.exp
7423 * gdb.trace/stap-trace.exp
7424 * gdb.trace/tfind.exp
7425 * gdb.trace/trace-break.exp
7426 * gdb.trace/trace-condition.exp
7427 * gdb.trace/trace-enable-disable.exp
7428 * gdb.trace/trace-mt.exp
7429 * gdb.trace/tracecmd.exp
7430 * gdb.trace/tspeed.exp
7431 * gdb.trace/tsv.exp
7432 * lib/perftest.exp
7433
7434 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7435
7436 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7437 with gdb_test_no_output.
7438 Use command as test name.
7439
7440 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7441
7442 Fix test names starting with uppercase throughout the files.
7443
7444 * gdb.ada/assign_1.exp
7445 * gdb.ada/boolean_expr.exp
7446 * gdb.base/arrayidx.exp
7447 * gdb.base/del.exp
7448 * gdb.base/gcore-buffer-overflow.exp
7449 * gdb.base/testenv.exp
7450 * gdb.compile/compile.exp
7451 * gdb.python/py-framefilter-invalidarg.exp
7452 * gdb.python/py-framefilter.exp
7453
7454 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7455
7456 Fix test names starting with uppercase throughout the files.
7457
7458 * gdb.ada/array_return.exp
7459 * gdb.ada/expr_delims.exp
7460 * gdb.ada/mi_dyn_arr.exp
7461 * gdb.ada/mi_interface.exp
7462 * gdb.ada/mi_var_array.exp
7463 * gdb.ada/watch_arg.exp
7464 * gdb.arch/alpha-step.exp
7465 * gdb.arch/altivec-regs.exp
7466 * gdb.arch/e500-regs.exp
7467 * gdb.arch/powerpc-d128-regs.exp
7468 * gdb.base/arrayidx.exp
7469 * gdb.base/break.exp
7470 * gdb.base/checkpoint.exp
7471 * gdb.base/debug-expr.exp
7472 * gdb.base/dmsym.exp
7473 * gdb.base/radix.exp
7474 * gdb.base/sepdebug.exp
7475 * gdb.base/testenv.exp
7476 * gdb.base/watch_thread_num.exp
7477 * gdb.base/watchpoint-cond-gone.exp
7478 * gdb.cell/break.exp
7479 * gdb.cell/ea-cache.exp
7480 * gdb.compile/compile.exp
7481 * gdb.cp/gdb2495.exp
7482 * gdb.gdb/selftest.exp
7483 * gdb.gdb/xfullpath.exp
7484 * gdb.go/hello.exp
7485 * gdb.go/integers.exp
7486 * gdb.objc/basicclass.exp
7487 * gdb.pascal/hello.exp
7488 * gdb.pascal/integers.exp
7489 * gdb.python/py-breakpoint.exp
7490 * gdb.python/py-cmd.exp
7491 * gdb.python/py-linetable.exp
7492 * gdb.python/py-xmethods.exp
7493 * gdb.python/python.exp
7494 * gdb.reverse/consecutive-precsave.exp
7495 * gdb.reverse/finish-precsave.exp
7496 * gdb.reverse/i386-precsave.exp
7497 * gdb.reverse/machinestate-precsave.exp
7498 * gdb.reverse/sigall-precsave.exp
7499 * gdb.reverse/solib-precsave.exp
7500 * gdb.reverse/step-precsave.exp
7501 * gdb.reverse/until-precsave.exp
7502 * gdb.reverse/watch-precsave.exp
7503 * gdb.threads/leader-exit.exp
7504 * gdb.threads/pthreads.exp
7505 * gdb.threads/wp-replication.exp
7506 * gdb.trace/actions.exp
7507 * gdb.trace/mi-tsv-changed.exp
7508 * gdb.trace/tsv.exp
7509
7510 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7511
7512 Fix test names starting with uppercase throughout the files.
7513
7514 * gdb.arch/i386-bp_permanent.exp
7515 * gdb.arch/i386-gnu-cfi.exp
7516 * gdb.base/disasm-end-cu.exp
7517 * gdb.base/macscp.exp
7518 * gdb.base/pending.exp
7519 * gdb.base/watch_thread_num.exp
7520 * gdb.cp/exception.exp
7521 * gdb.cp/gdb2495.exp
7522 * gdb.cp/local.exp
7523 * gdb.python/py-evsignal.exp
7524 * gdb.python/python.exp
7525 * gdb.trace/tracecmd.exp
7526
7527 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7528
7529 Fix test names starting with uppercase throughout the files.
7530
7531 * gdb.base/charset.exp
7532 * gdb.base/eval.exp
7533 * gdb.base/multi-forks.exp
7534 * gdb.guile/scm-progspace.exp
7535 * gdb.opencl/datatypes.exp
7536 * gdb.python/py-block.exp
7537 * gdb.python/py-function.exp
7538 * gdb.python/py-symbol.exp
7539 * gdb.python/py-symtab.exp
7540 * gdb.python/py-xmethods.exp
7541 * gdb.reverse/break-precsave.exp
7542 * gdb.reverse/break-reverse.exp
7543 * gdb.reverse/consecutive-precsave.exp
7544 * gdb.reverse/consecutive-reverse.exp
7545 * gdb.reverse/finish-precsave.exp
7546 * gdb.reverse/finish-reverse-bkpt.exp
7547 * gdb.reverse/finish-reverse.exp
7548 * gdb.reverse/fstatat-reverse.exp
7549 * gdb.reverse/getresuid-reverse.exp
7550 * gdb.reverse/i386-precsave.exp
7551 * gdb.reverse/i386-reverse.exp
7552 * gdb.reverse/i386-sse-reverse.exp
7553 * gdb.reverse/i387-stack-reverse.exp
7554 * gdb.reverse/insn-reverse.exp
7555 * gdb.reverse/machinestate-precsave.exp
7556 * gdb.reverse/machinestate.exp
7557 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7558 * gdb.reverse/pipe-reverse.exp
7559 * gdb.reverse/readv-reverse.exp
7560 * gdb.reverse/recvmsg-reverse.exp
7561 * gdb.reverse/rerun-prec.exp
7562 * gdb.reverse/s390-mvcle.exp
7563 * gdb.reverse/sigall-precsave.exp
7564 * gdb.reverse/sigall-reverse.exp
7565 * gdb.reverse/solib-precsave.exp
7566 * gdb.reverse/solib-reverse.exp
7567 * gdb.reverse/step-precsave.exp
7568 * gdb.reverse/step-reverse.exp
7569 * gdb.reverse/time-reverse.exp
7570 * gdb.reverse/until-precsave.exp
7571 * gdb.reverse/until-reverse.exp
7572 * gdb.reverse/waitpid-reverse.exp
7573 * gdb.reverse/watch-precsave.exp
7574 * gdb.reverse/watch-reverse.exp
7575
7576 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7577
7578 Fix test names starting with uppercase throughout the files.
7579
7580 * gdb.arch/i386-mpx-simple_segv.exp
7581 * gdb.arch/i386-mpx.exp
7582 * gdb.arch/i386-permbkpt.exp
7583 * gdb.arch/pa-nullify.exp
7584 * gdb.arch/powerpc-d128-regs.exp
7585 * gdb.arch/vsx-regs.exp
7586 * gdb.base/bfp-test.exp
7587 * gdb.base/break.exp
7588 * gdb.base/breakpoint-shadow.exp
7589 * gdb.base/callfuncs.exp
7590 * gdb.base/charset.exp
7591 * gdb.base/commands.exp
7592 * gdb.base/completion.exp
7593 * gdb.base/dfp-test.exp
7594 * gdb.base/echo.exp
7595 * gdb.base/ending-run.exp
7596 * gdb.base/eval.exp
7597 * gdb.base/expand-psymtabs.exp
7598 * gdb.base/float128.exp
7599 * gdb.base/floatn.exp
7600 * gdb.base/foll-exec-mode.exp
7601 * gdb.base/gdb1056.exp
7602 * gdb.base/gdb11531.exp
7603 * gdb.base/kill-after-signal.exp
7604 * gdb.base/multi-forks.exp
7605 * gdb.base/overlays.exp
7606 * gdb.base/pending.exp
7607 * gdb.base/sepdebug.exp
7608 * gdb.base/testenv.exp
7609 * gdb.base/valgrind-db-attach.exp
7610 * gdb.base/watch_thread_num.exp
7611 * gdb.base/watchpoint-cond-gone.exp
7612 * gdb.base/watchpoint.exp
7613 * gdb.base/watchpoints.exp
7614 * gdb.cp/arg-reference.exp
7615 * gdb.cp/baseenum.exp
7616 * gdb.cp/operator.exp
7617 * gdb.cp/shadow.exp
7618 * gdb.dwarf2/dw2-op-out-param.exp
7619 * gdb.dwarf2/dw2-reg-undefined.exp
7620 * gdb.go/chan.exp
7621 * gdb.go/hello.exp
7622 * gdb.go/integers.exp
7623 * gdb.go/methods.exp
7624 * gdb.go/package.exp
7625 * gdb.guile/scm-parameter.exp
7626 * gdb.guile/scm-progspace.exp
7627 * gdb.guile/scm-value.exp
7628 * gdb.mi/mi-pending.exp
7629 * gdb.mi/user-selected-context-sync.exp
7630 * gdb.multi/multi-attach.exp
7631 * gdb.multi/tids.exp
7632 * gdb.opt/clobbered-registers-O2.exp
7633 * gdb.pascal/floats.exp
7634 * gdb.pascal/integers.exp
7635 * gdb.python/py-block.exp
7636 * gdb.python/py-events.exp
7637 * gdb.python/py-parameter.exp
7638 * gdb.python/py-symbol.exp
7639 * gdb.python/py-symtab.exp
7640 * gdb.python/py-type.exp
7641 * gdb.python/py-value.exp
7642 * gdb.python/py-xmethods.exp
7643 * gdb.python/python.exp
7644 * gdb.reverse/break-precsave.exp
7645 * gdb.reverse/consecutive-precsave.exp
7646 * gdb.reverse/finish-precsave.exp
7647 * gdb.reverse/i386-precsave.exp
7648 * gdb.reverse/machinestate-precsave.exp
7649 * gdb.reverse/sigall-precsave.exp
7650 * gdb.reverse/solib-precsave.exp
7651 * gdb.reverse/step-precsave.exp
7652 * gdb.reverse/until-precsave.exp
7653 * gdb.reverse/watch-precsave.exp
7654 * gdb.server/ext-attach.exp
7655 * gdb.server/ext-restart.exp
7656 * gdb.server/ext-run.exp
7657 * gdb.server/ext-wrapper.exp
7658 * gdb.stabs/gdb11479.exp
7659 * gdb.stabs/weird.exp
7660 * gdb.threads/attach-many-short-lived-threads.exp
7661 * gdb.threads/kill.exp
7662 * gdb.threads/watchpoint-fork.exp
7663
7664 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7665
7666 Fix test names starting with uppercase throughout all the files below.
7667
7668 * gdb.ada/array_return.exp
7669 * gdb.ada/catch_ex.exp
7670 * gdb.ada/info_exc.exp
7671 * gdb.ada/mi_catch_ex.exp
7672 * gdb.ada/mi_dyn_arr.exp
7673 * gdb.ada/mi_ex_cond.exp
7674 * gdb.ada/mi_exc_info.exp
7675 * gdb.ada/mi_interface.exp
7676 * gdb.ada/mi_task_arg.exp
7677 * gdb.ada/mi_task_info.exp
7678 * gdb.ada/mi_var_array.exp
7679 * gdb.arch/alpha-step.exp
7680 * gdb.arch/amd64-disp-step.exp
7681 * gdb.arch/arm-disp-step.exp
7682 * gdb.arch/disp-step-insn-reloc.exp
7683 * gdb.arch/e500-prologue.exp
7684 * gdb.arch/ftrace-insn-reloc.exp
7685 * gdb.arch/gdb1558.exp
7686 * gdb.arch/i386-bp_permanent.exp
7687 * gdb.arch/i386-disp-step.exp
7688 * gdb.arch/i386-float.exp
7689 * gdb.arch/i386-gnu-cfi.exp
7690 * gdb.arch/ia64-breakpoint-shadow.exp
7691 * gdb.arch/mips16-thunks.exp
7692 * gdb.arch/pa-nullify.exp
7693 * gdb.arch/powerpc-aix-prologue.exp
7694 * gdb.arch/powerpc-power.exp
7695 * gdb.arch/ppc-dfp.exp
7696 * gdb.arch/s390-tdbregs.exp
7697 * gdb.arch/spu-info.exp
7698 * gdb.arch/spu-ls.exp
7699 * gdb.arch/thumb-bx-pc.exp
7700 * gdb.base/advance.exp
7701 * gdb.base/annota-input-while-running.exp
7702 * gdb.base/arrayidx.exp
7703 * gdb.base/asmlabel.exp
7704 * gdb.base/async.exp
7705 * gdb.base/attach-wait-input.exp
7706 * gdb.base/auto-connect-native-target.exp
7707 * gdb.base/batch-preserve-term-settings.exp
7708 * gdb.base/bfp-test.exp
7709 * gdb.base/bigcore.exp
7710 * gdb.base/bp-permanent.exp
7711 * gdb.base/break-always.exp
7712 * gdb.base/break-fun-addr.exp
7713 * gdb.base/break-idempotent.exp
7714 * gdb.base/break-main-file-remove-fail.exp
7715 * gdb.base/break-probes.exp
7716 * gdb.base/break-unload-file.exp
7717 * gdb.base/break.exp
7718 * gdb.base/call-ar-st.exp
7719 * gdb.base/call-rt-st.exp
7720 * gdb.base/call-sc.exp
7721 * gdb.base/call-signal-resume.exp
7722 * gdb.base/call-strs.exp
7723 * gdb.base/callexit.exp
7724 * gdb.base/callfuncs.exp
7725 * gdb.base/catch-gdb-caused-signals.exp
7726 * gdb.base/catch-signal-siginfo-cond.exp
7727 * gdb.base/catch-syscall.exp
7728 * gdb.base/compare-sections.exp
7729 * gdb.base/cond-eval-mode.exp
7730 * gdb.base/condbreak-call-false.exp
7731 * gdb.base/consecutive-step-over.exp
7732 * gdb.base/cursal.exp
7733 * gdb.base/disabled-location.exp
7734 * gdb.base/disasm-end-cu.exp
7735 * gdb.base/display.exp
7736 * gdb.base/double-prompt-target-event-error.exp
7737 * gdb.base/dprintf-bp-same-addr.exp
7738 * gdb.base/dprintf-detach.exp
7739 * gdb.base/dprintf-next.exp
7740 * gdb.base/dprintf-non-stop.exp
7741 * gdb.base/dprintf-pending.exp
7742 * gdb.base/dso2dso.exp
7743 * gdb.base/ending-run.exp
7744 * gdb.base/enum_cond.exp
7745 * gdb.base/examine-backward.exp
7746 * gdb.base/exe-lock.exp
7747 * gdb.base/exec-invalid-sysroot.exp
7748 * gdb.base/execl-update-breakpoints.exp
7749 * gdb.base/execution-termios.exp
7750 * gdb.base/fileio.exp
7751 * gdb.base/fixsection.exp
7752 * gdb.base/foll-exec-mode.exp
7753 * gdb.base/foll-exec.exp
7754 * gdb.base/fork-running-state.exp
7755 * gdb.base/frame-args.exp
7756 * gdb.base/fullpath-expand.exp
7757 * gdb.base/func-ptr.exp
7758 * gdb.base/gcore-relro-pie.exp
7759 * gdb.base/gdb1090.exp
7760 * gdb.base/gdb1555.exp
7761 * gdb.base/global-var-nested-by-dso.exp
7762 * gdb.base/gnu-ifunc.exp
7763 * gdb.base/hbreak-in-shr-unsupported.exp
7764 * gdb.base/hbreak-unmapped.exp
7765 * gdb.base/hook-stop.exp
7766 * gdb.base/infcall-input.exp
7767 * gdb.base/info-fun.exp
7768 * gdb.base/info-shared.exp
7769 * gdb.base/interrupt-noterm.exp
7770 * gdb.base/jit-so.exp
7771 * gdb.base/jit.exp
7772 * gdb.base/line-symtabs.exp
7773 * gdb.base/list.exp
7774 * gdb.base/longjmp.exp
7775 * gdb.base/macscp.exp
7776 * gdb.base/max-value-size.exp
7777 * gdb.base/nodebug.exp
7778 * gdb.base/nofield.exp
7779 * gdb.base/overlays.exp
7780 * gdb.base/paginate-after-ctrl-c-running.exp
7781 * gdb.base/paginate-bg-execution.exp
7782 * gdb.base/paginate-inferior-exit.exp
7783 * gdb.base/pending.exp
7784 * gdb.base/pr11022.exp
7785 * gdb.base/printcmds.exp
7786 * gdb.base/ptr-typedef.exp
7787 * gdb.base/ptype.exp
7788 * gdb.base/randomize.exp
7789 * gdb.base/range-stepping.exp
7790 * gdb.base/realname-expand.exp
7791 * gdb.base/relativedebug.exp
7792 * gdb.base/remote.exp
7793 * gdb.base/savedregs.exp
7794 * gdb.base/sepdebug.exp
7795 * gdb.base/set-noassign.exp
7796 * gdb.base/shlib-call.exp
7797 * gdb.base/shreloc.exp
7798 * gdb.base/sigaltstack.exp
7799 * gdb.base/sigbpt.exp
7800 * gdb.base/siginfo-addr.exp
7801 * gdb.base/siginfo-obj.exp
7802 * gdb.base/siginfo-thread.exp
7803 * gdb.base/signest.exp
7804 * gdb.base/signull.exp
7805 * gdb.base/sigrepeat.exp
7806 * gdb.base/skip.exp
7807 * gdb.base/so-impl-ld.exp
7808 * gdb.base/solib-corrupted.exp
7809 * gdb.base/solib-disc.exp
7810 * gdb.base/solib-display.exp
7811 * gdb.base/solib-overlap.exp
7812 * gdb.base/solib-search.exp
7813 * gdb.base/solib-symbol.exp
7814 * gdb.base/source-execution.exp
7815 * gdb.base/sss-bp-on-user-bp-2.exp
7816 * gdb.base/sss-bp-on-user-bp.exp
7817 * gdb.base/stack-checking.exp
7818 * gdb.base/stale-infcall.exp
7819 * gdb.base/step-break.exp
7820 * gdb.base/step-line.exp
7821 * gdb.base/step-over-exit.exp
7822 * gdb.base/step-test.exp
7823 * gdb.base/structs.exp
7824 * gdb.base/sym-file.exp
7825 * gdb.base/symtab-search-order.exp
7826 * gdb.base/term.exp
7827 * gdb.base/type-opaque.exp
7828 * gdb.base/unload.exp
7829 * gdb.base/until-nodebug.exp
7830 * gdb.base/until.exp
7831 * gdb.base/unwindonsignal.exp
7832 * gdb.base/watch-cond.exp
7833 * gdb.base/watch-non-mem.exp
7834 * gdb.base/watch_thread_num.exp
7835 * gdb.base/watchpoint-reuse-slot.exp
7836 * gdb.base/watchpoint-solib.exp
7837 * gdb.base/watchpoint.exp
7838 * gdb.btrace/dlopen.exp
7839 * gdb.cell/arch.exp
7840 * gdb.cell/break.exp
7841 * gdb.cell/bt.exp
7842 * gdb.cell/core.exp
7843 * gdb.cell/data.exp
7844 * gdb.cell/dwarfaddr.exp
7845 * gdb.cell/ea-cache.exp
7846 * gdb.cell/ea-standalone.exp
7847 * gdb.cell/ea-test.exp
7848 * gdb.cell/f-regs.exp
7849 * gdb.cell/fork.exp
7850 * gdb.cell/gcore.exp
7851 * gdb.cell/mem-access.exp
7852 * gdb.cell/ptype.exp
7853 * gdb.cell/registers.exp
7854 * gdb.cell/sizeof.exp
7855 * gdb.cell/solib-symbol.exp
7856 * gdb.cell/solib.exp
7857 * gdb.compile/compile-tls.exp
7858 * gdb.cp/exception.exp
7859 * gdb.cp/gdb2495.exp
7860 * gdb.cp/local.exp
7861 * gdb.cp/mb-inline.exp
7862 * gdb.cp/mb-templates.exp
7863 * gdb.cp/pr10687.exp
7864 * gdb.cp/pr9167.exp
7865 * gdb.cp/scope-err.exp
7866 * gdb.cp/templates.exp
7867 * gdb.cp/virtfunc.exp
7868 * gdb.dwarf2/dw2-dir-file-name.exp
7869 * gdb.dwarf2/dw2-single-line-discriminators.exp
7870 * gdb.fortran/complex.exp
7871 * gdb.fortran/library-module.exp
7872 * gdb.guile/guile.exp
7873 * gdb.guile/scm-cmd.exp
7874 * gdb.guile/scm-frame-inline.exp
7875 * gdb.guile/scm-objfile.exp
7876 * gdb.guile/scm-pretty-print.exp
7877 * gdb.guile/scm-symbol.exp
7878 * gdb.guile/scm-type.exp
7879 * gdb.guile/scm-value.exp
7880 * gdb.linespec/keywords.exp
7881 * gdb.linespec/ls-errs.exp
7882 * gdb.linespec/macro-relative.exp
7883 * gdb.linespec/thread.exp
7884 * gdb.mi/mi-breakpoint-changed.exp
7885 * gdb.mi/mi-dprintf-pending.exp
7886 * gdb.mi/mi-fullname-deleted.exp
7887 * gdb.mi/mi-logging.exp
7888 * gdb.mi/mi-pending.exp
7889 * gdb.mi/mi-solib.exp
7890 * gdb.mi/new-ui-mi-sync.exp
7891 * gdb.mi/user-selected-context-sync.exp
7892 * gdb.multi/dummy-frame-restore.exp
7893 * gdb.multi/multi-arch-exec.exp
7894 * gdb.multi/remove-inferiors.exp
7895 * gdb.multi/watchpoint-multi-exit.exp
7896 * gdb.opt/solib-intra-step.exp
7897 * gdb.perf/backtrace.exp
7898 * gdb.perf/single-step.exp
7899 * gdb.perf/skip-command.exp
7900 * gdb.perf/skip-prologue.exp
7901 * gdb.perf/solib.exp
7902 * gdb.python/lib-types.exp
7903 * gdb.python/py-as-string.exp
7904 * gdb.python/py-bad-printers.exp
7905 * gdb.python/py-block.exp
7906 * gdb.python/py-breakpoint.exp
7907 * gdb.python/py-cmd.exp
7908 * gdb.python/py-events.exp
7909 * gdb.python/py-evthreads.exp
7910 * gdb.python/py-finish-breakpoint.exp
7911 * gdb.python/py-finish-breakpoint2.exp
7912 * gdb.python/py-frame-inline.exp
7913 * gdb.python/py-frame.exp
7914 * gdb.python/py-inferior.exp
7915 * gdb.python/py-infthread.exp
7916 * gdb.python/py-mi.exp
7917 * gdb.python/py-objfile.exp
7918 * gdb.python/py-pp-maint.exp
7919 * gdb.python/py-pp-registration.exp
7920 * gdb.python/py-prettyprint.exp
7921 * gdb.python/py-recurse-unwind.exp
7922 * gdb.python/py-shared.exp
7923 * gdb.python/py-symbol.exp
7924 * gdb.python/py-symtab.exp
7925 * gdb.python/py-template.exp
7926 * gdb.python/py-type.exp
7927 * gdb.python/py-unwind-maint.exp
7928 * gdb.python/py-unwind.exp
7929 * gdb.python/py-value.exp
7930 * gdb.python/python.exp
7931 * gdb.reverse/finish-reverse-bkpt.exp
7932 * gdb.reverse/insn-reverse.exp
7933 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7934 * gdb.reverse/solib-precsave.exp
7935 * gdb.reverse/solib-reverse.exp
7936 * gdb.stabs/gdb11479.exp
7937 * gdb.stabs/weird.exp
7938 * gdb.threads/fork-child-threads.exp
7939 * gdb.threads/fork-plus-threads.exp
7940 * gdb.threads/fork-thread-pending.exp
7941 * gdb.threads/forking-threads-plus-breakpoint.exp
7942 * gdb.threads/hand-call-in-threads.exp
7943 * gdb.threads/interrupted-hand-call.exp
7944 * gdb.threads/linux-dp.exp
7945 * gdb.threads/local-watch-wrong-thread.exp
7946 * gdb.threads/next-while-other-thread-longjmps.exp
7947 * gdb.threads/non-ldr-exit.exp
7948 * gdb.threads/pending-step.exp
7949 * gdb.threads/print-threads.exp
7950 * gdb.threads/process-dies-while-detaching.exp
7951 * gdb.threads/process-dies-while-handling-bp.exp
7952 * gdb.threads/pthreads.exp
7953 * gdb.threads/queue-signal.exp
7954 * gdb.threads/reconnect-signal.exp
7955 * gdb.threads/signal-command-handle-nopass.exp
7956 * gdb.threads/signal-command-multiple-signals-pending.exp
7957 * gdb.threads/signal-delivered-right-thread.exp
7958 * gdb.threads/signal-sigtrap.exp
7959 * gdb.threads/sigthread.exp
7960 * gdb.threads/staticthreads.exp
7961 * gdb.threads/stepi-random-signal.exp
7962 * gdb.threads/thread-unwindonsignal.exp
7963 * gdb.threads/thread_check.exp
7964 * gdb.threads/thread_events.exp
7965 * gdb.threads/tid-reuse.exp
7966 * gdb.threads/tls-nodebug.exp
7967 * gdb.threads/tls-shared.exp
7968 * gdb.threads/tls-so_extern.exp
7969 * gdb.threads/tls.exp
7970 * gdb.threads/wp-replication.exp
7971 * gdb.trace/actions-changed.exp
7972 * gdb.trace/actions.exp
7973 * gdb.trace/backtrace.exp
7974 * gdb.trace/change-loc.exp
7975 * gdb.trace/collection.exp
7976 * gdb.trace/deltrace.exp
7977 * gdb.trace/disconnected-tracing.exp
7978 * gdb.trace/entry-values.exp
7979 * gdb.trace/ftrace-lock.exp
7980 * gdb.trace/ftrace.exp
7981 * gdb.trace/infotrace.exp
7982 * gdb.trace/mi-trace-frame-collected.exp
7983 * gdb.trace/mi-trace-unavailable.exp
7984 * gdb.trace/mi-traceframe-changed.exp
7985 * gdb.trace/mi-tracepoint-changed.exp
7986 * gdb.trace/mi-tsv-changed.exp
7987 * gdb.trace/no-attach-trace.exp
7988 * gdb.trace/packetlen.exp
7989 * gdb.trace/passc-dyn.exp
7990 * gdb.trace/passcount.exp
7991 * gdb.trace/pending.exp
7992 * gdb.trace/pr16508.exp
7993 * gdb.trace/qtro.exp
7994 * gdb.trace/range-stepping.exp
7995 * gdb.trace/read-memory.exp
7996 * gdb.trace/report.exp
7997 * gdb.trace/save-trace.exp
7998 * gdb.trace/signal.exp
7999 * gdb.trace/stap-trace.exp
8000 * gdb.trace/status-stop.exp
8001 * gdb.trace/strace.exp
8002 * gdb.trace/tfile.exp
8003 * gdb.trace/tfind.exp
8004 * gdb.trace/trace-break.exp
8005 * gdb.trace/trace-condition.exp
8006 * gdb.trace/trace-enable-disable.exp
8007 * gdb.trace/trace-mt.exp
8008 * gdb.trace/tracecmd.exp
8009 * gdb.trace/tracefile-pseudo-reg.exp
8010 * gdb.trace/tspeed.exp
8011 * gdb.trace/tstatus.exp
8012 * gdb.trace/tsv.exp
8013 * gdb.trace/unavailable.exp
8014 * gdb.trace/while-dyn.exp
8015 * gdb.trace/while-stepping.exp
8016 * lib/gdb-guile.exp
8017 * lib/gdb.exp
8018 * lib/mi-support.exp
8019 * lib/pascal.exp
8020 * lib/perftest.exp
8021 * lib/prelink-support.exp
8022 * lib/selftest-support.exp
8023
8024 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8025
8026 * Makefile.in: Include disable-implicit-rules.mk.
8027
8028 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8029
8030 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8031 non-byte-aligned bit fields.
8032
8033 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8034
8035 PR gdb/12616
8036 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8037 respects the DW_AT_data_bit_offset attribute.
8038
8039 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8040
8041 * gdb.base/default.exp: Fix output of "set language".
8042
8043 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8044
8045 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8046 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8047 make.
8048 * configure.ac: Remove checks for the make program.
8049 * configure: Re-generate.
8050
8051 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8052
8053 * gdb.python/py-recurse-unwind.c (main): Add loop.
8054 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8055 to read_register() and gdb.parse_and_eval(). Make each code
8056 call a separate case that can be individually tested.
8057 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8058 proc. Call cont_and_backtrace for each of the code paths that
8059 we want to test in the unwinder.
8060
8061 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8062
8063 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8064 the definition of struct S.
8065
8066 2016-11-11 Catherine Moore <clm@codesourcery.com>
8067
8068 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8069
8070 2016-11-09 Pedro Alves <palves@redhat.com>
8071
8072 * gdb.base/commands.exp (runto_or_return): New procedure.
8073 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8074 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8075 (progvar_simple_while_test, progvar_complex_if_while_test)
8076 (if_while_breakpoint_command_test)
8077 (infrun_breakpoint_command_test, breakpoint_command_test)
8078 (user_defined_command_test, watchpoint_command_test)
8079 (test_command_prompt_position, redefine_hook_test)
8080 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8081 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8082 multi_line_input and multi_line. Remove gdb_expect and
8083 gdb_stop_suppressing_tests uses.
8084 * lib/gdb.exp (valnum_re): New global.
8085 (multi_line_input): New procedure.
8086
8087 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8088
8089 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8090 Remove.
8091 (test_setup): Define with proc_with_prefix.
8092 (test_cli_inferior): Likewise.
8093 (test_cli_thread): Likewise.
8094 (test_cli_frame): Likewise.
8095 (test_cli_select_frame): Likewise.
8096 (test_cli_up_down): Likewise.
8097 (test_mi_thread_select): Likewise.
8098 (test_mi_stack_select_frame): Likewise.
8099 (test_cli_in_mi_inferior): Likewise.
8100 (test_cli_in_mi_thread): Likewise.
8101 (test_cli_in_mi_frame): Likewise.
8102 (top level): Do not use with_test_prefix_procname.
8103
8104 2016-11-09 Pedro Alves <palves@redhat.com>
8105
8106 * gdb.base/commands.exp (gdbvar_simple_if_test)
8107 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8108 (progvar_simple_if_test, progvar_simple_while_test)
8109 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8110 (infrun_breakpoint_command_test, breakpoint_command_test)
8111 (user_defined_command_test, watchpoint_command_test)
8112 (test_command_prompt_position, deprecated_command_test)
8113 (bp_deleted_in_command, temporary_breakpoint_commands)
8114 (stray_arg0_test, source_file_with_indented_comment)
8115 (recursive_source_test, if_commands_test)
8116 (error_clears_commands_left, redefine_hook_test)
8117 (redefine_backtrace_test): Use proc_with_prefix.
8118 * lib/gdb.exp (proc_with_prefix): New proc.
8119
8120 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8121
8122 * gdb.base/tui-layout.c: New file.
8123 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8124 disassembly window contains very long lines.
8125
8126 2016-11-08 Tom Tromey <tom@tromey.com>
8127
8128 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8129 depend on Python 2.
8130
8131 2016-11-08 Tom Tromey <tom@tromey.com>
8132
8133 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8134 New method.
8135
8136 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8137
8138 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8139
8140 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8141
8142 * gdb.rust/simple.rs: Add test for univariant enums without
8143 discriminants and for encoded struct-like enums.
8144
8145 2016-10-28 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8148 gdb_test_multiple, tighten regexps and match symtabs and line
8149 tables incrementally.
8150
8151 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8152
8153 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8154 general.
8155
8156 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8157
8158 * gdb.base/exec-invalid-sysroot.exp: New file.
8159
8160 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8161
8162 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8163
8164 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8165
8166 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8167
8168 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8169
8170 * gdb.base/killed-outside.exp: Remove $options from a call to
8171 `prepare_for_testing'.
8172
8173 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8174
8175 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8176 Change test message.
8177
8178 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8179
8180 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8181 Update comment.
8182
8183 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8184
8185 * gdb.trace/mi-trace-save.exp: New file.
8186
8187 2016-10-13 Yao Qi <yao.qi@linaro.org>
8188
8189 * gdb.base/code_elim.exp (get_var_address): Remove.
8190 * gdb.base/relocate.exp: Likewise.
8191 * gdb.base/shreloc.exp: Likewise.
8192 * lib/gdb.exp (get_var_address): New.
8193
8194 2016-10-13 Yao Qi <yao.qi@linaro.org>
8195
8196 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8197 floating point tests if $skip_float_test is false.
8198
8199 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8200
8201 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8202 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8203 argc values.
8204 Add 1 to argc so we guarantee distinct initial/modified argc values.
8205
8206 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8207
8208 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8209
8210 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8211
8212 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8213 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8214 * gdb.arch/vsx-regs.exp: Likewise.
8215
8216 2016-10-07 Yao Qi <yao.qi@linaro.org>
8217
8218 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8219
8220 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8221
8222 * gdb.python/python.exp: Test decode_line("*0").
8223
8224 2016-10-06 Doug Evans <dje@google.com>
8225
8226 * gdb.python/py-value.exp (test_value_creation): Add test for large
8227 unsigned 64-bit value.
8228
8229 2016-10-06 Tom Tromey <tom@tromey.com>
8230
8231 * gdb.compile/compile.exp: Change java tests to rust.
8232 * gdb.base/setshow.exp: Change java tests to rust.
8233 * gdb.base/default.exp: Remove java from language list.
8234 * README (Examples): Update language example.
8235 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8236 test.
8237 * lib/gdb.exp (skip_java_tests): Remove.
8238 * lib/java.exp: Remove.
8239 * gdb.java: Remove.
8240
8241 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8242
8243 * gdb.arch/mips-fcr.exp: New test.
8244 * gdb.arch/mips-fcr.c: Source for the new test.
8245
8246 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8247
8248 * gdb.base/solib-disc.exp: Use `standard_output_file'
8249 throughout.
8250
8251 2016-10-06 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.base/jit-simple-dl.c: New file.
8254 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8255 * gdb.base/jit-simple.c: ... this.
8256 * gdb.base/jit-simple.exp (jit_run): Delete.
8257 (build_jit): New proc.
8258 (jit_test_reread): Recompile either the main program or the shared
8259 library, depending on what is being tested. Skip changing address
8260 if caller wants to. Compare before/after addresses. If testing
8261 standalone, explicitly load the binary. Test "maint info
8262 breakpoints".
8263 (top level): Add "standalone vs shared lib" and "change address"
8264 vs "same address" axes.
8265
8266 2016-10-06 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8269 call.
8270 (jit_run): Delete.
8271 (jit_test_reread): Use with_test_prefix. Reload the main binary
8272 explicitly. Compare the before/after addresses of the JIT
8273 descriptor.
8274
8275 2016-08-15 Doug Evans <dje@google.com>
8276
8277 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8278 for single bitfields is bool.
8279 * gdb.xml/tdesc-regs.exp: Ditto.
8280
8281 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8282
8283 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8284
8285 2016-10-05 Yao Qi <yao.qi@linaro.org>
8286
8287 * lib/gdb.exp (support_complex_tests): Return zero if
8288 gdb_skip_float_test return true.
8289
8290 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8291 Simon Marchi <simon.marchi@ericsson.com>
8292
8293 PR gdb/20487
8294 * gdb.mi/user-selected-context-sync.exp: New file.
8295 * gdb.mi/user-selected-context-sync.c: New file.
8296
8297 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8298 Simon Marchi <simon.marchi@ericsson.com>
8299
8300 PR gdb/20487
8301 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8302 =thread-select-event check.
8303
8304 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8305
8306 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8307 the compulsory L operand changes.
8308 * gdb.arch/powerpc-power.s: Likewise.
8309
8310 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8311
8312 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8313 * gdb.base/jit-attach-pie.c: New file.
8314 * gdb.base/jit-attach-pie.exp: New file.
8315
8316 2016-09-28 Pedro Alves <palves@redhat.com>
8317
8318 * gdb.base/infcall-input.c: New file.
8319 * gdb.base/infcall-input.exp: New file.
8320
8321 2016-09-22 Yao Qi <yao.qi@linaro.org>
8322
8323 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8324 (gdb_exit): Rename it to ...
8325 (gdbserver_gdb_exit): ... Close GDBserver.
8326 (gdb_exit): New proc, call gdbserver_gdb_exit.
8327 (mi_gdb_exit): Likewise.
8328
8329 2016-09-22 Yao Qi <yao.qi@linaro.org>
8330
8331 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8332 path.
8333 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8334 Remove duplication.
8335
8336 2016-09-22 Yao Qi <yao.qi@linaro.org>
8337
8338 * lib/gdbserver-support.exp: Check the existence of
8339 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8340
8341 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8342
8343 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8344
8345 2016-09-21 Tom Tromey <tom@tromey.com>
8346
8347 PR gdb/20604:
8348 * gdb.base/quit.exp: New file.
8349
8350 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8351
8352 * .gitignore: New file.
8353
8354 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8355
8356 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8357 throughout.
8358
8359 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8360
8361 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8362
8363 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8364
8365 * gdb.cp/casts.cc (decltype): Move it ...
8366 (main): ... with its call to ...
8367 * gdb.cp/casts03.cc: ... a new file.
8368 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8369
8370 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8371
8372 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8373
8374 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8375
8376 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8377 and sync up the test with tests in gas/testsuite/gas/ppc.
8378 * gdb.arch/powerpc-power.exp: Likewise.
8379
8380 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8381
8382 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8383
8384 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8385 Jan Kratochvil <jan.kratochvil@redhat.com>
8386
8387 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8388 make m1's definition to be different from m2's. Use 'dummy' as an
8389 argument for probe 'two'.
8390
8391 2016-09-10 Jon Beniston <jon@beniston.com>
8392
8393 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8394 for sim target.
8395
8396 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8397
8398 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8399 variable declaration.
8400 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8401 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8402 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8403 received HWCAP as its argument.
8404
8405 2016-09-06 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.base/new-ui-pending-input.c: New file.
8408 * gdb.base/new-ui-pending-input.exp: New file.
8409 * gdb.exp (clear_gdb_spawn_id): New procedure.
8410 (with_spawn_id): Check whether gdb_spawn_id exists before
8411 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8412 on exit.
8413
8414 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8415
8416 * gdb.base/float128.c: New file.
8417 * gdb.base/float128.exp: Likewise.
8418 * gdb.base/floatn.c: Likewise.
8419 * gdb.base/floatn.exp: Likewise.
8420
8421 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8422
8423 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8424
8425 2016-09-05 Pedro Alves <palves@redhat.com>
8426
8427 PR backtrace/19927
8428 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8429 unwinders are immediately called as side effect of "source" or
8430 "disable unwinder" commands.
8431 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8432
8433 2016-09-02 Yao Qi <yao.qi@linaro.org>
8434
8435 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8436 is true and $type is "float" or "double".
8437
8438 2016-09-02 Yao Qi <yao.qi@linaro.org>
8439
8440 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8441 true.
8442 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8443 * gdb.base/call-rt-st.exp: Likewise.
8444 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8445 return value instead of gdb,skip_float_test.
8446 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8447 (do_function_calls): Use its return value instead of
8448 gdb,skip_float_test.
8449 * gdb.base/finish.exp: Likewise.
8450 * gdb.base/funcargs.exp: Likewise.
8451 * gdb.base/return.exp: Likewise.
8452 * gdb.base/return2.exp: Likewise.
8453 * gdb.base/varargs.exp: Likewise.
8454 * lib/gdb.exp (gdb_skip_float_test): Change it to
8455 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8456
8457 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8458
8459 * gdb.multi/tids.exp: Test "thread apply all".
8460
8461 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8462
8463 * gdb.base/default.exp (tty): Remove.
8464
8465 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8466
8467 * gdb.python/py-recurse-unwind.c: New file.
8468 * gdb.python/py-recurse-unwind.py: New file.
8469 * gdb.python/py-recurse-unwind.exp: New file.
8470
8471 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8472
8473 * gdb.base/set-inferior-tty.exp: New file.
8474 * gdb.base/set-inferior-tty.c: New file.
8475
8476 2016-08-23 Pedro Alves <palves@redhat.com>
8477
8478 PR gdb/20494
8479 * gdb.base/new-ui-echo.c: New file.
8480 * gdb.base/new-ui-echo.exp: New file.
8481
8482 2016-08-23 Yao Qi <yao.qi@linaro.org>
8483
8484 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8485 gdbserver_spawn.
8486 * gdb.server/connect-without-multi-process.exp (do_test):
8487 Likewise.
8488
8489 2016-08-23 Yao Qi <yao.qi@linaro.org>
8490
8491 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8492 standalone_txt. Delete gdb_txt and standalone_txt on host
8493 and target. Spawn the binary on target. Copy files from
8494 target to host.
8495
8496 2016-08-22 Pedro Alves <palves@redhat.com>
8497
8498 PR gdb/20505
8499 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8500 with_test_prefix. Factor out bits to ...
8501 (test_no_vdso): ... this new procedure.
8502
8503 2016-08-19 Carl Love <cel@us.ibm.com>
8504
8505 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8506 maintaining separate logic for constructing the output path.
8507 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8508 * gdb.arch/ppc-dfp.exp: Likewise.
8509 * gdb.arch/ppc-fp.exp: Likewise.
8510 * gdb.arch/vsx-regs.exp: Likewise.
8511 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8512 binprefix for generating the additional binary files.
8513
8514 2016-08-19 Pedro Alves <palves@redhat.com>
8515
8516 * gdb.trace/mi-trace-frame-collected.exp
8517 (test_trace_frame_collected): On x32, expect two registers.
8518
8519 2016-08-18 Carl Love <cel@us.ibm.com>
8520
8521 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8522 and sync up the test with tests in gas/testsuite/gas/ppc.
8523 * gdb.arch/powerpc-power.exp: Likewise.
8524
8525 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8526
8527 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8528 expected error message.
8529
8530 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8531
8532 * gdb.multi/remove-inferiors.exp: New file.
8533 * gdb.multi/remove-inferiors.c: New file.
8534
8535 2016-08-12 Yao Qi <yao.qi@linaro.org>
8536
8537 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8538 argument list.
8539
8540 2016-08-10 Pedro Alves <palves@redhat.com>
8541
8542 PR gdb/19187
8543 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8544 setup_kfails.
8545
8546 2016-08-09 Pedro Alves <palves@redhat.com>
8547 Simon Marchi <simon.marchi@ericsson.com>
8548
8549 PR gdb/20418
8550 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8551 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8552
8553 2016-08-09 Pedro Alves <palves@redhat.com>
8554
8555 PR mi/20431
8556 * gdb.mi/mi-cmd-error.exp: New file.
8557
8558 2016-08-09 Pedro Alves <palves@redhat.com>
8559
8560 PR gdb/18653
8561 * gdb.base/signals-state-child.c: New file.
8562 * gdb.base/signals-state-child.exp: New file.
8563 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8564
8565 2016-08-09 Pedro Alves <palves@redhat.com>
8566
8567 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8568
8569 2016-08-03 Tom Tromey <tom@tromey.com>
8570
8571 PR python/18565:
8572 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8573
8574 2016-08-01 Yao Qi <yao.qi@linaro.org>
8575
8576 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8577 variable mode to "multi-process" if $multi_process is 1, otherwise
8578 set it to "single-process".
8579
8580 2016-08-01 Yao Qi <yao.qi@linaro.org>
8581
8582 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8583 * gdb.cp/cpexprs.exp: Likewise.
8584 * gdb.cp/m-static.exp: Likewise.
8585
8586 2016-07-26 Tom Tromey <tom@tromey.com>
8587
8588 PR python/20190:
8589 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8590 test.
8591
8592 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8593
8594 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8595 selecting assembly source files.
8596 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8597 assembly source files.
8598 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8599 assembly source files.
8600 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8601 selecting assembly source files.
8602
8603 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8604
8605 * gdb.base/new-ui.exp (do_test_invalid_args): New
8606 procedure.
8607
8608 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8609
8610 * gdb.btrace/reconnect.c: New file.
8611 * gdb.btrace/reconnect.exp: New file.
8612
8613 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8614
8615 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8616 to test_catch_syscall_group.
8617 (test_catch_syscall_group): New.
8618
8619 2016-07-21 Tom Tromey <tom@tromey.com>
8620
8621 * gdb.rust/simple.rs (main): Use empty struct expression.
8622 * gdb.rust/simple.exp: Add tests for empty struct expression.
8623
8624 2016-07-21 Yao Qi <yao.qi@linaro.org>
8625
8626 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8627 if gdb_skip_xml_test is true on some targets.
8628
8629 2016-07-21 Yao Qi <yao.qi@linaro.org>
8630
8631 * gdb.server/solib-list.exp: Unset last_loaded_file.
8632
8633 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8634
8635 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8636 "step into captured_main (args)".
8637
8638 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8639
8640 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8641
8642 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8643
8644 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8645
8646 2016-07-19 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8649 * gdb.opt/inline-bt.exp: Likewise.
8650 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8651 additional_flags=-Winline.
8652 * gdb.opt/inline-locals.exp: Likewise.
8653 * gdb.opt/inline-markers.c (ATTR): Define.
8654 (inlined_fn): Use it.
8655
8656 2016-07-19 Yao Qi <yao.qi@linaro.org>
8657
8658 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8659 (test_with_self): Remove some code. Remove argument executable.
8660 (top-level): Use do_self_tests.
8661
8662 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8663 Don Breazeal <donb@codesourcery.com>
8664
8665 * gdb.base/maint.exp: Escape paths used in regular expressions.
8666 * gdb.stabs/weird.exp: Likewise.
8667
8668 2016-07-13 Tom Tromey <tom@tromey.com>
8669
8670 PR python/15620, PR python/18620:
8671 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8672 (test_bkpt_events): New procs.
8673
8674 2016-07-13 Tom Tromey <tom@tromey.com>
8675
8676 PR python/17698:
8677 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8678 test.
8679 (test_watchpoints): Likewise.
8680 (test_bkpt_pending): New proc.
8681
8682 2016-07-13 Tom Tromey <tom@tromey.com>
8683
8684 PR cli/18053:
8685 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8686 completion test.
8687
8688 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8689
8690 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8691 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8692 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8693 f_label.
8694 (g): Rename g_end_lbl to g_label.
8695 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8696 low_pc and high_pc.
8697 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8698
8699 2016-07-12 Tom Tromey <tom@tromey.com>
8700
8701 PR python/19293:
8702 * gdb.python/py-unwind-maint.exp: Update tests.
8703
8704 2016-07-12 Yao Qi <yao.qi@linaro.org>
8705
8706 * lib/selftest-support.exp (selftest_setup): Match the output
8707 when captured_main is inlined.
8708
8709 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8710
8711 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8712 New variables.
8713 (print this%a, print this%b, print this): New tests.
8714 * gdb.fortran/derived-types.f90 (this): New object and
8715 initialization.
8716
8717 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8718
8719 * gdb.ada/arraydim.exp: Remove extra directory level in build
8720 directory.
8721
8722 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8723
8724 * lib/ada.exp: Remove extra directory level in build directory.
8725 * gdb.ada/cond_lang.exp: Likewise.
8726 * gdb.ada/exec_changed.exp: Likewise.
8727 * gdb.ada/lang_switch.exp: Likewise.
8728
8729 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8730
8731 * simple.rs: Add test for raw pointer subscripting.
8732 * simple.exp: Add test expectations.
8733
8734 2016-07-05 Yao Qi <yao.qi@linaro.org>
8735
8736 * gdb.mi/mi-reverse.exp: Match =record-started output.
8737
8738 2016-07-01 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8741 procedure.
8742 (jit_reader_test): Test the jit reader's unwinder.
8743 * gdb.base/jithost.c (jit_function_00_code): New global.
8744 (main): Use memcpy to fill in the mmapped code, instead of poking
8745 bytes manually here.
8746 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8747 value.
8748 (read_debug_info): Save the function's range.
8749 (read_sp): New function.
8750 (unwind_frame): Use it. Also unwind RBP.
8751 (get_frame_id): Use read_sp.
8752 (gdb_init_reader): Use calloc instead of malloc.
8753 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8754 parameter. Use gdb_test_multiple.
8755
8756 2016-07-01 Pedro Alves <palves@redhat.com>
8757 Antoine Tremblay <antoine.tremblay@ericsson.com>
8758
8759 * gdb.threads/process-dies-while-detaching.c: New file.
8760 * gdb.threads/process-dies-while-detaching.exp: New file.
8761
8762 2016-07-01 Pedro Alves <palves@redhat.com>
8763
8764 * gdb.multi/watchpoint-multi-exit.c: New file.
8765 * gdb.multi/watchpoint-multi-exit.exp: New file.
8766
8767 2016-06-30 Pedro Alves <palves@redhat.com>
8768
8769 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8770 unset inferior_spawn_id.
8771
8772 2016-06-30 Pedro Alves <palves@redhat.com>
8773
8774 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8775 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8776
8777 2016-06-29 Yao Qi <yao.qi@linaro.org>
8778
8779 * gdb.base/return.c: Add copyright header.
8780
8781 2016-06-29 Tom Tromey <tom@tromey.com>
8782
8783 PR python/20129:
8784 * gdb.python/py-framefilter.exp: Add tests for setting priority
8785 and disabling of non-existent frame filter.
8786
8787 2016-06-29 Yao Qi <yao.qi@linaro.org>
8788
8789 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8790 0x0f07ff.
8791
8792 2016-06-28 Yao Qi <yao.qi@linaro.org>
8793
8794 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8795 triplets. Start gdb, execute catch syscall, and continue. Check
8796 gdb's output to determine catch syscall is supported.
8797
8798 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8799
8800 * gdb.rust/simple.rs: Add test for returning unit in a function.
8801 * gdb.rust/simple.exp: Add expectation for functions returning
8802 unit.
8803
8804 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8805
8806 * gdb.python/py-breakpoint-create-fail.c,
8807 gdb.python/py-breakpoint-create-fail.exp,
8808 gdb.python/py-breakpoint-create-fail.py: New testcase.
8809
8810 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8811
8812 PR gdb/20239
8813 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8814 * gdb.rust/simple.exp: Add test expectations for new NonZero
8815 tests.
8816
8817 2016-06-24 David Taylor <dtaylor@emc.com>
8818
8819 * gdb.base/offsets.exp: New file.
8820 * gdb.base/offsets.c: New file.
8821
8822 2016-06-23 Tom Tromey <tom@tromey.com>
8823
8824 PR gdb/16483:
8825 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8826 before any filters are loaded.
8827
8828 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8829
8830 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8831 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8832 structs.
8833 * gdb.fortran/derived-type-function.exp: New file.
8834 * gdb.fortran/derived-type-function.f90: New file.
8835
8836
8837 2016-06-21 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.base/new-ui.exp: New file.
8840 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8841 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8842 (with_spawn_id): New procedure.
8843
8844 2016-06-21 Pedro Alves <palves@redhat.com>
8845
8846 * gdb.mi/mi-exec-run.exp: New file.
8847
8848 2016-06-21 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8851 breakpoint command's output on the main UI.
8852 (test_break): New procedure, factored out from calls in the top
8853 level.
8854 (top level): Use foreach_with_prefix to test MI as main UI and as
8855 separate UI.
8856
8857 2016-06-21 Pedro Alves <palves@redhat.com>
8858
8859 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8860 (test_awatch_creation_and_listing)
8861 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8862 Remove 'type' parameter.
8863 (test_watchpoint_all): New parameter mi_mode. Remove
8864 with_test_prefix.
8865 (top level): Use foreach_with_prefix, and add main/separate UI MI
8866 testing axis.
8867
8868 2016-06-21 Pedro Alves <palves@redhat.com>
8869
8870 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8871 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8872 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8873 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8874 (gdb_main_spawn_id, mi_spawn_id): Declare and
8875 comment.
8876 (mi_create_inferior_pty): New procedure,
8877 factored out from default_mi_gdb_start.
8878 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8879 procedures.
8880 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8881 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8882 Use mi_create_inferior_pty.
8883 (mi_gdb_start): Use eval to pass down args list.
8884
8885 2016-06-21 Pedro Alves <palves@redhat.com>
8886
8887 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8888 * gdb.opt/inline-cmds.exp: Add MI tests.
8889
8890 2016-06-21 Pedro Alves <palves@redhat.com>
8891
8892 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8893
8894 2016-06-21 Pedro Alves <palves@redhat.com>
8895
8896 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8897 (top level): Use it instead of mi_execute_to.
8898
8899 2016-06-21 Pedro Alves <palves@redhat.com>
8900
8901 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8902 (cont_handler_str): New.
8903 (signal_stop_handler): Set stop_handler_str instead of printing to
8904 stdout.
8905 (continue_handler): Set cont_handler_str instead of printing to
8906 stdout.
8907 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8908 mi_send_resuming_command. Print stop_handler_str and
8909 cont_handler_str instead of expecting the python events print
8910 directly.
8911
8912 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8913
8914 * gdb.base/jit-reader.exp: New file.
8915 * gdb.base/jithost.c: New file.
8916 * gdb.base/jithost.h: New file.
8917 * gdb.base/jitreader.c : New file.
8918 * gdb.base/jit-protocol.h: New file.
8919
8920 2016-06-17 Yao Qi <yao.qi@linaro.org>
8921
8922 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8923 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8924 and detach-on-fork. Adjust tests.
8925 (top level): Invoke break_cond_on_syscall with combinations of
8926 syscall, follow-fork-mode and detach-on-fork.
8927
8928 2016-06-17 Yao Qi <yao.qi@linaro.org>
8929
8930 * gdb.base/step-over-exit.c: New.
8931 * gdb.base/step-over-exit.exp: New.
8932
8933 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8934
8935 * gdb.base/float.exp: Add target check for nds32*-*-*.
8936 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8937
8938 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8939
8940 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8941 for unsupported target features.
8942 * gdb.base/call-rt-st.exp: Likewise.
8943 * gdb.base/call-sc.exp: Likewise.
8944 * gdb.base/call-signal-resume.exp: Likewise.
8945 * gdb.base/call-strs.exp: Likewise.
8946 * gdb.base/callexit.exp: Likewise.
8947 * gdb.base/callfuncs.exp: Likewise.
8948 * gdb.base/nodebug.exp: Likewise.
8949 * gdb.base/printcmds.exp: Likewise.
8950 * gdb.base/ptype.exp: Likewise.
8951 * gdb.base/structs.exp: Likewise.
8952 * gdb.base/unwindonsignal.exp: Likewise.
8953 * gdb.cp/gdb2495.exp: Likewise.
8954 * gdb.cp/templates.exp: Likewise.
8955 * gdb.cp/virtfunc.exp: Likewise.
8956 * gdb.threads/hand-call-in-threads.exp: Likewise.
8957 * gdb.threads/interrupted-hand-call.exp: Likewise.
8958 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8959
8960 2016-06-10 Tom Tromey <tom@tromey.com>
8961
8962 PR rust/20110:
8963 * gdb.rust/expr.exp: Add test for integer constant larger than
8964 i32.
8965
8966 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8967
8968 * gdb.fortran/nested-funcs.exp: New.
8969 * gdb.fortran/nested-funcs.f90: New.
8970
8971 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8972
8973 * gdb.base/examine-backward.c: New file.
8974 * gdb.base/examine-backward.exp: New file.
8975
8976 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8977
8978 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8979 matching.
8980
8981 2016-06-02 Tom Tromey <tom@tromey.com>
8982
8983 PR python/18984:
8984 * gdb.python/py-shared.exp: Add solib_name test.
8985
8986 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8987
8988 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8989
8990 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8991
8992 PR c++/19893
8993 * gdb.dwarf2/implref.exp: Rename to...
8994 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8995 * gdb.dwarf2/implref-array.c: New file.
8996 * gdb.dwarf2/implref-array.exp: Likewise.
8997 * gdb.dwarf2/implref-global.c: Likewise.
8998 * gdb.dwarf2/implref-global.exp: Likewise.
8999 * gdb.dwarf2/implref-struct.c: Likewise.
9000 * gdb.dwarf2/implref-struct.exp: Likewise.
9001
9002 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9003
9004 * gdb.trace/trace-condition.exp: Add 64bit tests.
9005
9006 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9007
9008 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9009 bits types.
9010 (main): Adapt to 8 to 64 bits types.
9011 * gdb.trace/trace-condition.exp: Add new tests.
9012
9013 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9014
9015 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9016
9017 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9018
9019 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9020 Move condition tests...
9021 * gdb.trace/trace-condition.exp: Here.
9022
9023 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9024
9025 * gdb.trace/trace-condition.exp: Add counter-case tests.
9026
9027 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9028
9029 PR c++/15231
9030 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9031 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9032
9033 2016-05-27 Pedro Alves <palves@redhat.com>
9034
9035 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9036 New procedure.
9037 (top level): Call it, and bail out of DejaGnu is known to be bad.
9038
9039 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9040
9041 * gdb.base/whatis.c: Extend the test case.
9042 * gdb.base/whatis.exp: Add additional tests.
9043
9044 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9045
9046 * gdb.fortran/type.f90: Add pointer variable.
9047 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9048
9049 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9050
9051 * gdb.fortran/vla-type.exp: Fix testcase name.
9052
9053 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9054
9055 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9056
9057 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9058
9059 * gdb.fortran/type.f90: Add nested structures.
9060 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9061 * gdb.fortran/derived-type.exp: Adapt expected output.
9062 * gdb.fortran/vla-type.exp: Adapt expected output.
9063
9064 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9065
9066 * gdb.fortran/whatis_type.exp: Adapt expected output.
9067
9068 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9069
9070 * gdb.fortran/print_type.exp: Fix expected output.
9071 * gdb.fortran/whatis_type.exp: Fix expected output.
9072
9073 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9074
9075 * gdb.fortran/whatis_type.exp: Use multi_line.
9076
9077 2016-05-24 Tom Tromey <tom@tromey.com>
9078
9079 PR python/17386:
9080 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9081 use value as an index.
9082
9083 2016-05-23 Tom Tromey <tom@tromey.com>
9084
9085 PR python/17981:
9086 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9087 no-breakpoint case.
9088
9089 2016-05-24 Pedro Alves <palves@redhat.com>
9090
9091 PR gdb/19828
9092 * gdb.threads/clone-attach-detach.c: New file.
9093 * gdb.threads/clone-attach-detach.exp: New file.
9094
9095 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9096
9097 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9098
9099 2016-05-23 Tom Tromey <tom@tromey.com>
9100
9101 PR python/19438, PR python/18393:
9102 * gdb.python/py-progspace.exp: Add "dir" test.
9103 * gdb.python/py-objfile.exp: Add "dir" test.
9104
9105 2016-05-23 Yao Qi <yao.qi@linaro.org>
9106
9107 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9108 * gdb.arch/thumb2-it.exp: Likewise.
9109
9110 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9111
9112 * gdb.mi/mi-threads-interrupt.c: New file.
9113 * gdb.mi/mi-threads-interrupt.exp: New file.
9114
9115 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9116
9117 PR gdb/18077
9118 * gdb.mi/mi-async-run.exp: New file.
9119 * gdb.mi/mi-async-run.c: New file.
9120
9121 2016-05-17 Tom Tromey <tom@tromey.com>
9122 Manish Goregaokar <manishsmail@gmail.com>
9123
9124 * lib/rust-support.exp: New file.
9125 * lib/gdb.exp (skip_rust_tests): New proc.
9126 (build_executable_from_specs): Handle rust.
9127 * lib/future.exp (gdb_find_rustc): New proc.
9128 (gdb_default_target_compile): Handle rust.
9129 * gdb.rust/expr.exp: New file.
9130 * gdb.rust/generics.exp: New file.
9131 * gdb.rust/generics.rs: New file.
9132 * gdb.rust/methods.exp: New file.
9133 * gdb.rust/methods.rs: New file.
9134 * gdb.rust/modules.exp: New file.
9135 * gdb.rust/modules.rs: New file.
9136 * gdb.rust/simple.exp: New file.
9137 * gdb.rust/simple.rs: New file.
9138
9139 2016-05-17 Tom Tromey <tom@tromey.com>
9140
9141 * gdb.base/default.exp (set language): Add rust.
9142
9143 2016-05-17 Tom Tromey <tom@tromey.com>
9144
9145 * gdb.gdb/unittest.exp: New file.
9146
9147 2016-05-16 Yao Qi <yao.qi@linaro.org>
9148
9149 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9150 shell_prompt. Update shell_prompt_re.
9151
9152 2016-05-12 Doug Evans <dje@google.com>
9153
9154 PR symtab/19999
9155 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9156 $options when building executable.
9157 * gdb.dwarf2/fission-loclists-pie.S: New file.
9158 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9159
9160 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9161
9162 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9163 of [is_remote target],
9164
9165 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9166
9167 * lib/gdb.exp (use_gdb_stub): New procedure.
9168
9169 2016-05-03 Yunlian Jiang <yunlian@google.com>
9170 Doug Evans <dje@google.com>
9171
9172 PR symtab/19914
9173 * gdb.dwarf2/dwp-sepdebug.c: New file.
9174 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9175
9176 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9177
9178 * gdb.base/detach.exp: Remove is_remote check.
9179
9180 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9181
9182 * gdb.base/annota-input-while-running.exp: Don't check for
9183 [is_remote target]. Enable annotations after running to main.
9184 Remove unused "set test..." line.
9185
9186 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9187
9188 * gdb.trace/trace-enable-disable.exp: New file.
9189 * gdb.trace/trace-enable-disable.c: New file.
9190
9191 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9192
9193 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9194 use it in info sharedlibrary test.
9195 * gdb.trace/ftrace-lock.exp: Likewise.
9196 * gdb.trace/ftrace.exp: Likewise.
9197 * gdb.trace/range-stepping.exp: Likewise.
9198 * gdb.trace/trace-break.exp: Likewise.
9199 * gdb.trace/trace-condition.exp: Likewise.
9200 * gdb.trace/trace-mt.exp: Likewise.
9201
9202 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9203
9204 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9205 (gdb_load_shlib): ... this.
9206 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9207 gdb_load_shlib.
9208 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9209 * gdb.base/ctxobj.exp: Likewise.
9210 * gdb.base/dprintf-pending.exp: Likewise.
9211 * gdb.base/dso2dso.exp: Likewise.
9212 * gdb.base/fixsection.exp: Likewise.
9213 * gdb.base/gcore-relro.exp: Likewise.
9214 * gdb.base/gdb1555.exp: Likewise.
9215 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9216 * gdb.base/gnu-ifunc.exp: Likewise.
9217 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9218 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9219 * gdb.base/pending.exp: Likewise.
9220 * gdb.base/print-file-var.exp: Likewise.
9221 * gdb.base/print-symbol-loading.exp: Likewise.
9222 * gdb.base/shlib-call.exp: Likewise.
9223 * gdb.base/shreloc.exp: Likewise.
9224 * gdb.base/so-impl-ld.exp: Likewise.
9225 * gdb.base/solib-disc.exp: Likewise.
9226 * gdb.base/solib-nodir.exp: Likewise.
9227 * gdb.base/solib-overlap.exp: Likewise.
9228 * gdb.base/solib-symbol.exp: Likewise.
9229 * gdb.base/solib-weak.exp (do_test): Likewise.
9230 * gdb.base/sym-file.exp: Likewise.
9231 * gdb.base/symtab-search-order.exp: Likewise.
9232 * gdb.base/type-opaque.exp: Likewise.
9233 * gdb.base/unload.exp: Likewise.
9234 * gdb.base/watchpoint-solib.exp: Likewise.
9235 * gdb.compile/compile.exp: Likewise.
9236 * gdb.cp/gdb2384.exp: Likewise.
9237 * gdb.cp/infcall-dlopen.exp: Likewise.
9238 * gdb.cp/re-set-overloaded.exp: Likewise.
9239 * gdb.fortran/library-module.exp: Likewise.
9240 * gdb.opt/solib-intra-step.exp: Likewise.
9241 * gdb.python/py-finish-breakpoint.exp: Likewise.
9242 * gdb.python/py-shared.exp: Likewise.
9243 * gdb.reverse/solib-precsave.exp: Likewise.
9244 * gdb.reverse/solib-reverse.exp: Likewise.
9245 * gdb.server/solib-list.exp: Likewise.
9246 * gdb.threads/dlopen-libpthread.exp: Likewise.
9247 * gdb.threads/tls-shared.exp: Likewise.
9248 * gdb.threads/tls-so_extern.exp: Likewise.
9249 * gdb.trace/change-loc.exp: Likewise.
9250 * gdb.trace/ftrace-lock.exp: Likewise.
9251 * gdb.trace/ftrace.exp: Likewise.
9252 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9253 * gdb.trace/pending.exp: Likewise.
9254 * gdb.trace/range-stepping.exp: Likewise.
9255 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9256 (strace_info_marker): Likewise.
9257 (strace_probe_marker): Likewise.
9258 (strace_trace_on_same_addr): Likewise.
9259 (strace_trace_on_diff_addr): Likewise.
9260 * gdb.trace/trace-break.exp: Likewise.
9261 * gdb.trace/trace-condition.exp: Likewise.
9262 * gdb.trace/trace-mt.exp: Likewise.
9263
9264 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9265
9266 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9267 result of gdb_remote_download.
9268 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9269 * gdb.base/dso2dso.exp: Likewise.
9270 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9271 * gdb.base/print-file-var.exp: Likewise.
9272 * gdb.base/shlib-call.exp: Likewise.
9273 * gdb.base/shreloc.exp: Likewise.
9274 * gdb.base/solib-overlap.exp: Likewise.
9275 * gdb.base/solib-weak.exp (do_test): Likewise.
9276 * gdb.base/unload.exp: Likewise.
9277
9278 2016-04-27 Yao Qi <yao.qi@linaro.org>
9279
9280 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9281 exists.
9282
9283 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9284
9285 * vla-type.exp: Print structure from toplevel.
9286
9287 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9288
9289 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9290 of dynamic types.
9291 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9292 of dynamic types.
9293
9294 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9295
9296 * gdb.fortran/vla-type.f90: New file.
9297 * gdb.fortran/vla-type.exp: New file.
9298
9299 2016-04-25 Yao Qi <yao.qi@linaro.org>
9300
9301 * gdb.base/branch-to-self.c: New file.
9302 * gdb.base/branch-to-self.exp: New file.
9303
9304 2016-04-22 Yao Qi <yao.qi@linaro.org>
9305
9306 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9307 more after $hex.
9308
9309 2016-04-22 Yao Qi <yao.qi@linaro.org>
9310
9311 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9312 * gdb.base/annota3.exp: Likewise.
9313
9314 2016-04-22 Yao Qi <yao.qi@linaro.org>
9315
9316 * gdb.reverse/step-precsave.exp: Do one step and test program
9317 stops in "callee" and do multiple steps until program goes out
9318 of "callee".
9319 * gdb.reverse/step-reverse.exp: Likewise.
9320
9321 2016-04-22 Yao Qi <yao.qi@linaro.org>
9322
9323 * gdb.trace/signal.exp: Also pass if
9324 $tracepoint_hits($i) > $iterations.
9325
9326 2016-04-22 Yao Qi <yao.qi@linaro.org>
9327
9328 * gdb.trace/signal.c: New file.
9329 * gdb.trace/signal.exp: New file.
9330
9331 2016-04-19 Doug Evans <xdje42@gmail.com>
9332
9333 * gdb.base/bad-file.exp: New file.
9334
9335 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9336
9337 * gdb.dwarf2/implref.exp: New file.
9338
9339 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9340
9341 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9342 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9343 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9344 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9345 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9346 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9347 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9348 * lib/fortran.exp (fortran_int4): New procedure.
9349 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9350 (fortran_logical4): Likewise.
9351
9352 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9353
9354 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9355
9356 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9357
9358 * lib/compiler.c: Add Intel specific preprocessor macros.
9359 * lib/compiler.cc: Likewise.
9360
9361 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9362
9363 * gdb.server/connect-with-no-symbol-file.c: New file.
9364 * gdb.server/connect-with-no-symbol-file.exp: New file.
9365
9366 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9367
9368 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9369
9370 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9371
9372 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9373 standard output directory.
9374
9375 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9376
9377 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9378
9379 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9380
9381 * gdb.btrace/instruction_history.c (loop): Add declaration.
9382
9383 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9384
9385 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9386
9387 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9388
9389 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9390 parentheses to print.
9391 (continue_handler): Likewise.
9392
9393 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9394
9395 * gdb.server/solib-list.exp: Remove is_remote check.
9396 Pass shlib= to gdb_compile. Don't link shared library with
9397 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9398 Run binary filename through "readlink -f" on the target.
9399
9400 2016-04-08 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9403 interpreter filename as argument to gdbserver_spawn.
9404 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9405 Return empty if $last_loaded_file does not exist.
9406
9407 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9408
9409 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9410 * gdb.base/jit-main.c: Use exit after usage.
9411
9412 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9413
9414 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9415 GDBHISTSIZE prior to the tests.
9416 * gdb.base/gdbinit-history.exp: Likewise.
9417
9418 2016-04-07 Pedro Alves <palves@redhat.com>
9419
9420 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9421 instead of build_executable. Use gdb_load_shlibs.
9422
9423 2016-04-07 Yao Qi <yao.qi@linaro.org>
9424
9425 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9426 Execute "si" command.
9427
9428 2016-04-07 Yao Qi <yao.qi@linaro.org>
9429
9430 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9431 number instead of the comments on some line.
9432
9433 2016-04-06 Don Breazeal <donb@codesourcery.com>
9434
9435 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9436 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9437
9438 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9439
9440 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9441 standard_output_file. Remove unused binfile variable.
9442
9443 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9444
9445 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9446 * gdb.python/py-mi-objfile.exp: Match "list main" output
9447 in console format.
9448
9449 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9450
9451 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9452 absolute.
9453
9454 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9455
9456 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9457 absolute.
9458 * gdb.trace/ftrace.exp: Likewise.
9459 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9460 targets as well.
9461 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9462 (gdb_load_shlibs): Copy libraries to test directory when testing
9463 natively. Only set solib-search-path if testing remotely.
9464 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9465
9466 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9467
9468 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9469 gdb_download. Use it even if the target is not remote.
9470 * gdb.base/jit.exp (compile_jit_test): Likewise.
9471 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9472 output directory if the destination board is local, otherwise use
9473 the standard remote_download from DejaGnu.
9474 (gdb_download): Remove.
9475 (gdb_load_shlibs): Use gdb_remote_download instead of
9476 gdb_download.
9477 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9478 Use gdb_remote_download instead of gdb_download. Use it even if
9479 the target is not remote.
9480 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9481 instead of gdb_download.
9482
9483 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9484
9485 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9486 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9487 run.
9488
9489 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9490
9491 PR gdb/19820
9492 * gdb.base/printcmds.exp: Add artificial arrays tests.
9493
9494 2016-03-31 Pedro Alves <palves@redhat.com>
9495
9496 PR gdb/19858
9497 * gdb.base/jit-main.c: Include unistd.h.
9498 (ATTACH): Define to 0 if not already defined.
9499 (wait_for_gdb, mypid): New globals.
9500 (WAIT_FOR_GDB): New macro.
9501 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9502 some breakpoint locations.
9503 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9504 New procedures.
9505 (one_jit_test): Add REATTACH parameter, and handle it. Use
9506 continue_to_test_location.
9507 (top level): Test attach, and adjusts calls to one_jit_test.
9508
9509 2016-03-31 Pedro Alves <palves@redhat.com>
9510
9511 PR gdb/19858
9512 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9513 BINSUFFIX parameter, and handle it.
9514 (top level): Adjust calls compile_jit_test.
9515
9516 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9517
9518 PR python/19743
9519 * gdb.python/py-mi-events-gdb.py: New file.
9520 * gdb.python/py-mi-events.c: New file.
9521 * gdb.python/py-mi-events.exp: New file.
9522
9523 2016-03-30 Yao Qi <yao.qi@linaro.org>
9524
9525 * gdb.reverse/until-precsave.exp: Match function name only.
9526 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9527 Move malloc to a condition block.
9528 * gdb.reverse/until-reverse.exp: Match function name only.
9529
9530 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9531
9532 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9533 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9534 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9535 variable for GPR 0 instead of assuming it is register 0.
9536 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9537 * lib/trace-support.exp: Add s390 registers.
9538
9539 2016-03-29 Yao Qi <yao.qi@linaro.org>
9540
9541 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9542
9543 2016-03-24 Yao Qi <yao.qi@linaro.org>
9544
9545 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9546 test message.
9547
9548 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9549
9550 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9551 maintaining separate logic for constructing the output path.
9552
9553 2016-03-16 Don Breazeal <donb@codesourcery.com>
9554
9555 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9556 Retry fork and waitpid on interrupted system call errors.
9557 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9558 Use with_timeout_factor to increase timeout by factor of 10.
9559
9560 2016-03-15 Don Breazeal <donb@codesourcery.com>
9561
9562 * gdb.cp/scope-err.cc: New test program.
9563 * gdb.cp/scope-err.exp: New test script.
9564 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9565 lines and "set breakpoint here" comment.
9566 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9567 Fixed some whitespace and format issues.
9568 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9569 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9570
9571 2016-03-15 Doug Evans <dje@google.com>
9572
9573 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9574 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9575 All callers updated. Add tests for enums, mixed flags register.
9576
9577 2016-03-15 Doug Evans <dje@google.com>
9578
9579 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9580 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9581
9582 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9583
9584 * gdb.base/default.exp: Add $_as_string to the list of expected
9585 convenience functions.
9586
9587 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9588
9589 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9590
9591 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9592
9593 * gdb.python/py-as-string.exp: New file.
9594 * gdb.python/py-as-string.c: New file.
9595
9596 2016-03-09 Pedro Alves <palves@redhat.com>
9597
9598 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9599 signal" -> "Thread NN received signal" output change.
9600 * gdb.threads/ia64-sigill.exp: Likewise.
9601 * gdb.threads/linux-dp.exp: Likewise.
9602 * gdb.threads/manythreads.exp: Likewise.
9603 * gdb.threads/pending-step.exp: Likewise.
9604 * gdb.threads/print-threads.exp: Likewise.
9605 * gdb.threads/sigstep-threads.exp: Likewise.
9606 * gdb.threads/staticthreads.exp: Likewise.
9607 * gdb.threads/tls.exp: Likewise.
9608
9609 2016-03-09 Pedro Alves <palves@redhat.com>
9610
9611 * gdb.base/command-line-input.exp: New file.
9612
9613 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9614
9615 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9616 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9617 * gdb.trace/pending.exp: Accept leading dot before function name.
9618 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9619 * lib/trace-support.exp: Set registers for ppc.
9620
9621 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9622
9623 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9624 use it for disassembly; accept .main in addition to main in backtrace.
9625
9626 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9627 Marcin Kościelnicki <koriakin@0x04.net>
9628
9629 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9630 (gdb_recursion_test_ptr): New global variable.
9631 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9632 gdb_recursion_test.
9633 (gdb_c_test): Ditto.
9634
9635 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9636
9637 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9638 ordering.
9639
9640 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9641
9642 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9643 (bar): Add bar_start_lbl label.
9644 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9645 of foo/bar for emitting DWARF and tracing.
9646
9647 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9648
9649 * analyze-racy-logs.py: Set executable bit.
9650
9651 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9652
9653 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9654 (CHECK_TARGET_TMP): Likewise.
9655 (check-single-racy): New rule.
9656 (check-parallel-racy): Likewise.
9657 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9658 (do-check-parallel-racy): New rule.
9659 (check-racy/%.exp): Likewise.
9660 * README (Racy testcases): New section.
9661 * analyze-racy-logs.py: New file.
9662
9663 2016-03-03 Doug Evans <dje@google.com>
9664
9665 * gdb.base/skip.exp: Use with_test_prefix.
9666
9667 2016-03-03 Yao Qi <yao.qi@linaro.org>
9668
9669 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9670 Invoke step_over_syscall "clone" and break_cond_on_syscall
9671 "clone".
9672 * gdb.base/step-over-clone.c: New file.
9673
9674 2016-03-03 Yao Qi <yao.qi@linaro.org>
9675
9676 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9677 code format.
9678
9679 2016-03-03 Yao Qi <yao.qi@linaro.org>
9680
9681 * gdb.base/disp-step-fork.c: Rename to ...
9682 * gdb.base/step-over-fork.c: ... it. New file.
9683 * gdb.base/disp-step-vfork.c: Rename to ...
9684 * gdb.base/step-over-vfork.c: ... it. New file.
9685 * gdb.base/disp-step-syscall.exp: Rename to ...
9686 * gdb.base/step-over-syscall.exp: ... it. New file.
9687 (disp_step_cross_syscall): Rename to ...
9688 (step_over_syscall): ... it.
9689
9690 2016-03-03 Yao Qi <yao.qi@linaro.org>
9691
9692 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9693 If target supports condition evaluation on target, invoke
9694 break_cond_on_syscall for fork and vfork.
9695
9696 2016-03-03 Yao Qi <yao.qi@linaro.org>
9697
9698 * gdb.base/disp-step-syscall.exp: Don't invoke
9699 support_displaced_stepping.
9700 (disp_step_cross_syscall): Test with displaced stepping off and
9701 on if supported.
9702
9703 2016-03-03 Yao Qi <yao.qi@linaro.org>
9704
9705 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9706 proc.
9707 (setup): New proc.
9708 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9709 and setup.
9710
9711 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9712
9713 * gdb.fortran/vla-history.exp: Remove breakpoint.
9714
9715 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9716
9717 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9718 exceeds timeout.
9719
9720 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9721
9722 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9723 breakpoint.
9724
9725 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9726
9727 * gdb.mi/vla.f90: Nullify pointer after declaration.
9728
9729 2016-03-01 Pedro Alves <palves@redhat.com>
9730
9731 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9732
9733 2016-03-01 Pedro Alves <palves@redhat.com>
9734
9735 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9736 before anything else.
9737 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9738 _GNU_SOURCE here.
9739 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9740 before anything else.
9741 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9742
9743 2016-03-01 Pedro Alves <palves@redhat.com>
9744
9745 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9746
9747 2016-03-01 Yao Qi <yao.qi@linaro.org>
9748
9749 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9750 prepare_for_testing.
9751
9752 2016-03-01 Yao Qi <yao.qi@linaro.org>
9753
9754 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9755
9756 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9757
9758 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9759 manually constructing the output path.
9760
9761 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9762
9763 * gdb.arch/s390-stackless.S: New.
9764 * gdb.arch/s390-stackless.exp: New.
9765
9766 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9767
9768 * gdb.dlang/circular.c: New file.
9769 * gdb.dlang/circular.exp: New file.
9770
9771 2016-02-26 Yao Qi <yao.qi@linaro.org>
9772
9773 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9774 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9775 (testcases): Update.
9776
9777 2016-02-26 Yao Qi <yao.qi@linaro.org>
9778
9779 * gdb.reverse/aarch64.c: Rename to ...
9780 * gdb.reverse/insn-reverse.c: ... it.
9781 * gdb.reverse/aarch64.exp: Rename to ...
9782 * gdb.reverse/insn-reverse.exp: ... it.
9783
9784 2016-02-26 Yao Qi <yao.qi@linaro.org>
9785
9786 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9787 (testcase_ftype): New.
9788 (testcases): New array.
9789 (n_testcases): New.
9790 (main): Call each element in testcases.
9791 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9792 (read_testcase): New.
9793 Do the tests in a loop.
9794
9795 2016-02-25 Yao Qi <yao.qi@linaro.org>
9796
9797 * gdb.base/branches.c: Remove.
9798
9799 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9800
9801 PR gdb/13808
9802 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9803
9804 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9805
9806 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9807
9808 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9809
9810 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9811 change x86_64 call_insn to 'callq'.
9812
9813 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9814
9815 * gdb.trace/tfile-avx.c: Move to...
9816 * gdb.trace/tracefile-pseudo-reg.c: Here.
9817 * gdb.trace/tfile-avx.exp: Move to...
9818 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9819
9820 2016-02-24 Gary Benson <gbenson@redhat.com>
9821
9822 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9823 message on attach.
9824
9825 2016-02-23 Doug Evans <dje@google.com>
9826
9827 * gdb.base/skip.c (test_skip): New function.
9828 (end_test_skip_file_and_function): New function.
9829 (test_skip_file_and_function): New function.
9830 * gdb.base/skip1.c (test_skip): New function.
9831 (skip1_test_skip_file_and_function): New function.
9832 * gdb.base/skip.exp: Add tests for new skip options.
9833 * gdb.base/skip-solib.exp: Update expected output.
9834 * gdb.perf/skip-command.cc: New file.
9835 * gdb.perf/skip-command.exp: New file.
9836 * gdb.perf/skip-command.py: New file.
9837
9838 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9839
9840 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9841 info registers pattern.
9842
9843 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9844
9845 * lib/future.exp: Add D support.
9846 (gdb_find_gdc): New proc.
9847 (gdb_default_target_compile): Add D support.
9848
9849 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9850
9851 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9852 user+system time.
9853 (trace_speed_test): Determine the iteration count for a time
9854 between 15..30 seconds.
9855
9856 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9857
9858 * gdb.arch/i386-mpx-sigsegv.c: New file.
9859 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9860 * gdb.arch/i386-mpx-simple_segv.c: New file.
9861 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9862
9863 2016-02-18 Yao Qi <yao.qi@linaro.org>
9864
9865 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9866 Don't call setup_kfail.
9867
9868 2016-02-18 Yao Qi <yao.qi@linaro.org>
9869
9870 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9871 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9872
9873 2016-02-16 Doug Evans <dje@google.com>
9874
9875 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9876 * gdb.base/skip1.c: Ditto.
9877 * gdb.base/skip.exp: Whitespace cleanup.
9878
9879 2016-02-16 Don Breazeal <donb@codesourcery.com>
9880
9881 PR remote/19496
9882 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9883 Remove kfail for PR remote/19496.
9884
9885 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9886
9887 * lib/gdb.exp (standard_temp_file): Return a path specific to
9888 the runtest invocation.
9889
9890 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9891
9892 * gdb.trace/save-trace.exp: Change relative path to be in the
9893 standard output directory.
9894
9895 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9896
9897 * gdb.arch/i386-prologue.c: Add missing prototypes.
9898
9899 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9900
9901 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9902 * gdb.arch/i386-prologue.exp: Likewise.
9903 * gdb.arch/i386-size.exp: Likewise.
9904
9905 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9906
9907 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9908 define object file path.
9909 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9910 file path.
9911 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9912 standard_output_file to define binfile.
9913
9914 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9915
9916 Fix compatibility with recent gfortran-5.3.1.
9917 * gdb.fortran/vla-history.exp (print vla1 allocated)
9918 (print vla2 allocated, print $2, print $3): Remove
9919 (print $4): Rename to ...
9920 (print $2): ... here.
9921 (print $9): Rename to ...
9922 (print $5): ... here.
9923 (print $10): Rename to ...
9924 (print $6): ... here.
9925 * gdb.fortran/vla.f90: Add pvla initialization.
9926
9927 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9928
9929 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9930 New test.
9931 * gdb.fortran/vla-value-sub.exp: Likewise.
9932
9933 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9934
9935 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9936
9937 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9938
9939 * i386-biarch-core.exp: Define corefile using
9940 standard_output_file.
9941
9942 2016-02-12 Yao Qi <yao.qi@linaro.org>
9943
9944 * gdb.arch/arm-single-step-kernel-helper.c: New.
9945 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9946
9947 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9948
9949 * gdb.btrace/tailcall-only.exp: New.
9950 * gdb.btrace/tailcall-only.c: New.
9951 * gdb.btrace/x86_64-tailcall-only.S: New.
9952 * gdb.btrace/i686-tailcall-only.S: New.
9953
9954 2016-02-11 Pedro Alves <palves@redhat.com>
9955
9956 * README (Parallel testing): Add missing double quotes.
9957
9958 2016-02-11 Pedro Alves <palves@redhat.com>
9959
9960 * README (Parallel testing): New section.
9961 (GDB_PARALLEL): Rewrite.
9962 (FORCE_PARALLEL): Document.
9963
9964 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9965
9966 * gdb.trace/tfile-avx.c: New test.
9967 * gdb.trace/tfile-avx.exp: New test.
9968
9969 2016-02-09 Keith Seitz <keiths@redhat.com>
9970
9971 PR breakpoints/19546
9972 * gdb.base/infcall-exec.c: New file.
9973 * gdb.base/infcall-exec2.c: New file.
9974 * gdb.base/infcall-exec.exp: New file.
9975
9976 2016-02-09 Keith Seitz <keiths@redhat.com>
9977
9978 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9979 (toplevel): Call test_bkpt_address.
9980
9981 2016-02-09 Keith Seitz <keiths@redhat.com>
9982
9983 PR python/19506
9984 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9985 (toplevel): Call test_bkpt_address.
9986
9987 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9988
9989 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9990 to AC_OUTPUT.
9991 * configure: Regenerate.
9992
9993 2016-02-09 Pedro Alves <palves@redhat.com>
9994
9995 PR breakpoints/19548
9996 * gdb.base/execl-update-breakpoints.c (some_function): New
9997 function.
9998 (main): Call it.
9999 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10000 Tighten expected GDB output.
10001
10002 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10003
10004 * Makefile.in (ALL_SUBDIRS): Remove.
10005 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10006 (distclean maintainer-clean realclean): Likewise.
10007 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10008 * configure: Regenerate.
10009 * gdb.ada/Makefile.in: Delete.
10010 * gdb.arch/Makefile.in: Likewise.
10011 * gdb.asm/Makefile.in: Likewise.
10012 * gdb.base/Makefile.in: Likewise.
10013 * gdb.btrace/Makefile.in: Likewise.
10014 * gdb.cell/Makefile.in: Likewise.
10015 * gdb.compile/Makefile.in: Likewise.
10016 * gdb.cp/Makefile.in: Likewise.
10017 * gdb.disasm/Makefile.in: Likewise.
10018 * gdb.dlang/Makefile.in: Likewise.
10019 * gdb.dwarf2/Makefile.in: Likewise.
10020 * gdb.fortran/Makefile.in: Likewise.
10021 * gdb.gdb/Makefile.in: Likewise.
10022 * gdb.go/Makefile.in: Likewise.
10023 * gdb.guile/Makefile.in: Likewise.
10024 * gdb.java/Makefile.in: Likewise.
10025 * gdb.linespec/Makefile.in: Likewise.
10026 * gdb.mi/Makefile.in: Likewise.
10027 * gdb.modula2/Makefile.in: Likewise.
10028 * gdb.multi/Makefile.in: Likewise.
10029 * gdb.objc/Makefile.in: Likewise.
10030 * gdb.opencl/Makefile.in: Likewise.
10031 * gdb.opt/Makefile.in: Likewise.
10032 * gdb.pascal/Makefile.in: Likewise.
10033 * gdb.perf/Makefile.in: Likewise.
10034 * gdb.python/Makefile.in: Likewise.
10035 * gdb.reverse/Makefile.in: Likewise.
10036 * gdb.server/Makefile.in: Likewise.
10037 * gdb.stabs/Makefile.in: Likewise.
10038 * gdb.threads/Makefile.in: Likewise.
10039 * gdb.trace/Makefile.in: Likewise.
10040 * gdb.xml/Makefile.in: Likewise.
10041 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10042 GDB_PARALLEL.
10043 (standard_output_file): Remove check for GDB_PARALLEL, always
10044 return path in outputs/$subdir/$testname.
10045
10046 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10047
10048 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10049 (site.exp): Assign abs_srcdir to tcl's srcdir.
10050
10051 2016-02-04 Yao Qi <yao.qi@linaro.org>
10052
10053 * gdb.base/foll-exec-mode.c: Include limits.h.
10054 (main): Add parameters argc and argv. Get directory from
10055 argv[0].
10056 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10057 compilation.
10058 * gdb.base/foll-exec.c: Include limits.h.
10059 (main): Add parameters argc and argv.
10060 Get directory from argv[0].
10061 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10062 Adjust tests on the number of lines as source code changed.
10063 * gdb.base/foll-vfork-exit.c: Include limits.h.
10064 (main): Add one line of statement before vfork.
10065 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10066 (main): Add parameters argc and argv. Get directory from
10067 argv[0].
10068 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10069 (setup_gdb): Set tbreak to skip some source lines.
10070 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10071 (main): Add parameters argc and argv. Get directory from
10072 argv[0].
10073 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10074 compilation.
10075 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10076 (main): Add parameters argc and argv. Get directory from
10077 argv[0].
10078 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10079 compilation.
10080
10081 2016-02-01 Doug Evans <dje@google.com>
10082
10083 * gdb.base/skip.exp: Clean up multiple references to same test name.
10084
10085 2016-02-01 Pedro Alves <palves@redhat.com>
10086
10087 PR remote/19496
10088 * gdb.threads/forking-threads-plus-breakpoint.exp
10089 (displaced_stepping_supported): New global.
10090 (probe_displaced_stepping_support): New procedure.
10091 (do_test): Add 'displaced' parameter, and use it.
10092 (top level): Check for displaced stepping support. Add displaced
10093 stepping on/off testing axis.
10094
10095 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10096
10097 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10098 pointer. Don't perform further tests on the unassociated pointer
10099 if the first test fails.
10100
10101 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10102
10103 * gdb.base/max-value-size.c: New file.
10104 * gdb.base/max-value-size.exp: New file.
10105 * gdb.base/huge.exp: Disable max-value-size for this test.
10106
10107 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10108
10109 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10110
10111 2016-01-28 Yao Qi <yao.qi@linaro.org>
10112
10113 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10114
10115 2016-01-25 Pedro Alves <palves@redhat.com>
10116
10117 PR threads/19461
10118 * gdb.base/fork-running-state.c: New file.
10119 * gdb.base/fork-running-state.exp: New file.
10120
10121 2016-01-25 Pedro Alves <palves@redhat.com>
10122
10123 PR gdb/19494
10124 * gdb.base/catch-fork-kill.c: New file.
10125 * gdb.base/catch-fork-kill.exp: New file.
10126
10127 2016-01-25 Pedro Alves <palves@redhat.com>
10128
10129 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10130 Delete, moved to lib/gdb.exp.
10131 * gdb.threads/forking-threads-plus-breakpoint.exp
10132 (foreach_with_prefix): Likewise.
10133 * gdb.threads/process-dies-while-handling-bp.exp
10134 (foreach_with_prefix): Likewise.
10135 * lib/gdb.exp (foreach_with_prefix): New procedure.
10136
10137 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10138
10139 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10140 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10141
10142 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10143
10144 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10145 endian targets.
10146
10147 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10148 Pedro Alves <palves@redhat.com>
10149
10150 Fix testsuite compatibility with Guile.
10151 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10152 number.
10153
10154 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10155
10156 Fix testsuite compatibility with Guile.
10157 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10158 (thread 1): New test for backtrace through signal handler.
10159
10160 2016-01-22 Yao Qi <yao.qi@linaro.org>
10161
10162 PR testsuite/19491
10163 * gdb.base/multi-forks.c: Include
10164 ../lib/unbuffer_output.c
10165 (main): Call gdb_unbuffer_output.
10166
10167 2016-01-21 Doug Evans <dje@google.com>
10168
10169 * lib/ada.exp (gdb_compile_ada): Fix typo.
10170
10171 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10172
10173 * gdb.base/break-fun-addr.exp: New file.
10174 * gdb.base/break-fun-addr1.c: New file.
10175 * gdb.base/break-fun-addr2.c: New file.
10176
10177 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10178
10179 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10180 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10181 enum flag values.
10182
10183 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10184
10185 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10186 when GDB can not set the vector return value. Add more comments
10187 for clarification.
10188
10189 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10190
10191 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10192 command.
10193
10194 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10195
10196 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10197
10198 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10199
10200 * Makefile.in (check-single): Pass --status to runtest.
10201 (check/%.exp): Likewise.
10202
10203 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10204
10205 * Makefile.in (check-parallel): Propagate return code from make
10206 do-check-parallel.
10207
10208 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10209
10210 * gdb.trace/ftrace.exp: Fix expected message on continue.
10211 * gdb.trace/pending.exp: Fix expected message on continue.
10212 * gdb.trace/trace-break.exp: Fix expected message on continue.
10213
10214 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10215
10216 * lib/gdb.exp (gdb_test): Remove unused global references.
10217
10218 2016-01-18 Pedro Alves <palves@redhat.com>
10219
10220 * gdb.base/async-shell.exp: Adjust expected output.
10221 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10222 * gdb.base/siginfo-thread.exp: Adjust expected output.
10223 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10224 * gdb.java/jnpe.exp: Adjust expected output.
10225 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10226 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10227 * gdb.threads/leader-exit.exp: Adjust expected output.
10228 * gdb.threads/manythreads.exp: Adjust expected output.
10229 * gdb.threads/pthreads.exp: Adjust expected output.
10230 * gdb.threads/schedlock.exp: Adjust expected output.
10231 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10232 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10233 expected output.
10234 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10235 output.
10236 * gdb.threads/sigthread.exp: Adjust expected output.
10237 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10238
10239 2016-01-18 Yao Qi <yao.qi@linaro.org>
10240
10241 * gdb.guile/scm-section-script.c: Replace @progbits with
10242 %progbits.
10243 * gdb.python/py-section-script.c: Likewise.
10244
10245 2016-01-15 Pedro Alves <palves@redhat.com>
10246
10247 * gdb.multi/tids.exp: Test star wildcard ranges.
10248
10249 2016-01-15 Pedro Alves <palves@redhat.com>
10250
10251 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10252 command from "thread apply" invocation.
10253 (thr_apply_info_thr_invalid): Default the expected output to the
10254 input tid list.
10255 (top level): Add tests that use convenience variables. Add tests
10256 for "thread apply" with a valid TID list, but missing the command.
10257
10258 2016-01-13 Pedro Alves <palves@redhat.com>
10259
10260 * gdb.base/default.exp: Expect $_gthread as well.
10261 * gdb.multi/tids.exp: Test $_gthread.
10262 * gdb.threads/thread-specific.exp: Test $_gthread.
10263
10264 2016-01-13 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.multi/tids.exp: Test "info threads -gid".
10267
10268 2016-01-13 Pedro Alves <palves@redhat.com>
10269
10270 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10271 Breakpoint.thread.
10272 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10273
10274 2016-01-07 Pedro Alves <palves@redhat.com>
10275
10276 * gdb.base/break.exp: Adjust to output changes.
10277 * gdb.base/hbreak2.exp: Likewise.
10278 * gdb.base/sepdebug.exp: Likewise.
10279 * gdb.base/watch_thread_num.exp: Likewise.
10280 * gdb.linespec/keywords.exp: Likewise.
10281 * gdb.multi/info-threads.exp: Likewise.
10282 * gdb.threads/thread-find.exp: Likewise.
10283 * gdb.multi/tids.c: New file.
10284 * gdb.multi/tids.exp: New file.
10285
10286 2016-01-13 Pedro Alves <palves@redhat.com>
10287
10288 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10289
10290 2016-01-13 Pedro Alves <palves@redhat.com>
10291
10292 * gdb.base/default.exp: Expect $_inferior as well.
10293 * gdb.multi/base.exp: Test $_inferior.
10294
10295 2016-01-13 Pedro Alves <palves@redhat.com>
10296
10297 PR breakpoints/19388
10298 * gdb.base/catch-signal-siginfo-cond.c: New file.
10299 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10300
10301 2016-01-12 Josh Stone <jistone@redhat.com>
10302 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10303
10304 * gdb.base/catch-syscall.c (do_execve): New variable.
10305 (main): Conditionally trigger an execve.
10306 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10307 (test_catch_syscall_execve): New, check entry/return across execve.
10308 (do_syscall_tests): Call test_catch_syscall_execve.
10309
10310 2016-01-12 Pedro Alves <palves@redhat.com>
10311
10312 * gdb.base/random-signal.exp (do_test): New procedure, with body
10313 of testcase moved in.
10314
10315 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10316 Pedro Alves <palves@redhat.com>
10317
10318 * gdb.base/funcargs.exp (finish from indirectly called function):
10319 Reintroduce the case for 'First'.
10320
10321 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10322 Pedro Alves <palves@redhat.com>
10323
10324 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10325 (tcatch_vfork_then_child_follow_exec)
10326 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10327 identification.
10328
10329 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10330
10331 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10332 and repeats to unlimited.
10333 * gdb.python/py-value.exp: Likewise.
10334 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10335 and repeats to unlimited.
10336
10337 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10338
10339 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10340 and reordering the functions.
10341 * gdb.multi/hangout.c: Likewise.
10342 * gdb.multi/hello.c: Likewise.
10343
10344 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10345
10346 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10347 absolute.
10348 (SingleStatisticTestResult.report): Use dict.keys instead of
10349 dict.iterkeys.
10350
10351 2016-01-06 Pedro Alves <palves@redhat.com>
10352
10353 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10354
10355 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10356
10357 * gdb.btrace/dlopen.exp: New.
10358 * gdb.btrace/dlopen.c: New.
10359 * gdb.btrace/dlopen-dso.c: New.
10360
10361 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10362
10363 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10364 PATTERN argument is optional.
10365
10366 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10367
10368 * lib/ada.exp (target_compile_ada_from_dir): New function.
10369 (gdb_compile_ada): Reimplement avoiding the use of project files.
10370 * gdb.ada/gnat_ada.gpr: Delete.
10371 * gdb.ada/cond_lang.exp: Adjust test to make path before
10372 filename optional.
10373 * gdb.ada/small_reg_param.exp: Likewise.
10374
10375 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10376
10377 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10378
10379 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10380
10381 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10382 case.
10383
10384 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10385
10386 * gdb.base/break.exp: Remove dead code.
10387 * gdb.base/sepdebug.exp: Likewise.
10388
10389 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10390
10391 * gdb.asm/asm-source.exp: Remove HP-UX references.
10392 * gdb.base/annota1.exp: Likewise.
10393 * gdb.base/annota3.exp: Likewise.
10394 * gdb.base/attach.exp: Likewise.
10395 * gdb.base/bigcore.exp: Likewise.
10396 * gdb.base/break.exp: Likewise.
10397 * gdb.base/call-ar-st.exp: Likewise.
10398 * gdb.base/callfuncs.exp: Likewise.
10399 * gdb.base/catch-fork-static.exp: Likewise.
10400 * gdb.base/display.exp: Likewise.
10401 * gdb.base/foll-exec-mode.exp: Likewise.
10402 * gdb.base/foll-exec.exp: Likewise.
10403 * gdb.base/foll-fork.exp: Likewise.
10404 * gdb.base/foll-vfork.exp: Likewise.
10405 * gdb.base/funcargs.exp: Likewise.
10406 * gdb.base/hbreak2.exp: Likewise.
10407 * gdb.base/inferior-died.exp: Likewise.
10408 * gdb.base/interrupt.exp: Likewise.
10409 * gdb.base/multi-forks.exp: Likewise.
10410 * gdb.base/nodebug.exp: Likewise.
10411 * gdb.base/sepdebug.exp: Likewise.
10412 * gdb.base/solib1.c: Likewise.
10413 * gdb.base/step-test.exp: Likewise.
10414 * gdb.mi/non-stop.c: Likewise.
10415 * gdb.mi/pthreads.c: Likewise.
10416 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10417 * gdb.threads/pthreads.c: Likewise.
10418 * gdb.threads/staticthreads.exp: Likewise.
10419 * lib/future.exp: Likewise.
10420 * lib/gdb.exp: Likewise.
10421 * gdb.base/so-indr-cl.c: Remove.
10422 * gdb.base/so-indr-cl.exp: Likewise.
10423 * gdb.base/solib.c: Likewise.
10424 * gdb.base/solib.exp: Likewise.
10425 * gdb.base/solib2.c: Likewise.
10426
10427 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10428
10429 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10430 * gdb.base/call-ar-st.exp: Likewise.
10431 * gdb.base/callfuncs.exp: Likewise.
10432 * gdb.base/condbreak.exp: Likewise.
10433 * gdb.base/constvars.exp: Likewise.
10434 * gdb.base/hbreak2.exp: Likewise.
10435 * gdb.base/langs.exp: Likewise.
10436 * gdb.base/list.exp: Likewise.
10437 * gdb.base/long_long.exp: Likewise.
10438 * gdb.base/ptype.exp: Likewise.
10439 * gdb.base/scope.exp: Likewise.
10440 * gdb.base/signals.exp: Likewise.
10441 * gdb.base/so-impl-ld.exp: Likewise.
10442 * gdb.base/varargs.exp: Likewise.
10443 * gdb.base/volatile.exp: Likewise.
10444 * gdb.base/whatis.exp: Likewise.
10445 * gdb.cp/cplusfuncs.exp: Likewise.
10446 * gdb.cp/inherit.exp: Likewise.
10447 * gdb.cp/local.exp: Likewise.
10448 * gdb.cp/member-ptr.exp: Likewise.
10449 * gdb.cp/method.exp: Likewise.
10450 * gdb.cp/overload.exp: Likewise.
10451 * gdb.cp/templates.exp: Likewise.
10452 * gdb.stabs/weird.exp: Likewise.
10453 * lib/compiler.c: Likewise.
10454 * lib/compiler.cc: Likewise.
10455 * lib/cp-support.exp: Likewise.
10456 * lib/gdb.exp: Likewise.
10457
10458 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10459
10460 * configure.ac: Remove HP-UX case.
10461 * configure: Regenerate.
10462
10463 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10464
10465 * lib/gdb.exp (gdb_compile): Add function doc.
10466
10467 2015-12-17 Pedro Alves <palves@redhat.com>
10468
10469 PR threads/19354
10470 * gdb.multi/info-threads.exp: New file.
10471
10472 2015-12-15 Yao Qi <yao.qi@linaro.org>
10473
10474 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10475 is aarch64*-*-*.
10476
10477 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10478
10479 * gdb.base/history-duplicates.exp: Skip if no readline support.
10480
10481 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10482
10483 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10484
10485 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10486
10487 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10488
10489 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10490
10491 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10492 ctrl-C if nointerrupts target property is set.
10493 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10494 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10495 * gdb.base/paginate-bg-execution.exp: Likewise.
10496 * gdb.base/paginate-execution-startup.exp: Likewise.
10497 * gdb.base/random-signal.exp: Likewise.
10498 * gdb.base/range-stepping.exp: Likewise.
10499 * gdb.cp/annota2.exp: Likewise.
10500 * gdb.cp/annota3.exp: Likewise.
10501 * gdb.gdb/selftest.exp: Likewise.
10502 * gdb.threads/continue-pending-status.exp: Likewise.
10503 * gdb.threads/leader-exit.exp: Likewise.
10504 * gdb.threads/manythreads.exp: Likewise.
10505 * gdb.threads/pthreads.exp: Likewise.
10506 * gdb.threads/schedlock.exp: Likewise.
10507 * gdb.threads/sigthread.exp: Likewise.
10508
10509 2015-12-11 Don Breazeal <donb@codesourcery.com>
10510
10511 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10512 remote.
10513 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10514 * gdb.base/foll-exec.exp (main): Enable for target remote.
10515 * gdb.base/foll-fork.exp (main): Likewise.
10516 * gdb.base/foll-vfork.exp (main): Likewise.
10517 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10518 (proc continue_to_exit_bp_loc): Use clean_restart.
10519 * gdb.base/pie-execl.exp (main): Disable for target remote.
10520 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10521 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10522 * gdb.threads/execl.exp (main): Likewise.
10523 * gdb.threads/fork-child-threads.exp (main): Likewise.
10524 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10525 remote.
10526 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10527 remote.
10528 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10529 pid.tid style ptids, instead of just tid.
10530 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10531 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10532 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10533 ptids, instead of just tid.
10534
10535 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10536
10537 * gdb.base/list.exp (test_list_forward): Add end of file error
10538 test.
10539 (test_repeat_list_command): Add end of file error test.
10540 (test_list_backwards): Add beginning of file error test.
10541
10542 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10543
10544 * gdb.base/list.exp (test_list_invalid_args): New function,
10545 defined, and called.
10546
10547 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10548
10549 * gdb.base/list.exp (test_list): Make test names unique.
10550
10551 2015-12-11 Yao Qi <yao.qi@linaro.org>
10552
10553 * gdb.base/coremaker2.c: Remove.
10554
10555 2015-12-10 Pedro Alves <palves@redhat.com>
10556
10557 * gdb.multi/base.exp: Remove stale "spaces" references.
10558
10559 2015-12-10 Pedro Alves <palves@redhat.com>
10560
10561 * gdb.multi/base.exp: Don't use nowarnings.
10562 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10563 * gdb.multi/hangout.c: Include stdio.h.
10564 * gdb.multi/hello.c: Include stdlib.h.
10565 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10566 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10567 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10568
10569 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10570
10571 * gdb.dwarf2/dw2-ranges-base.c: New file.
10572 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10573 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10574 support additional line table, and debug ranges generation.
10575 (Dwarf::ranges): New function, generate .debug_ranges.
10576 (Dwarf::lines): Support generating simple line table programs.
10577 (Dwarf::assemble): Initialise new namespace variables.
10578
10579 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10580
10581 * gdb.base/async.exp (proc test_background): Add case for
10582 asynchronous execution not supported.
10583
10584 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10585
10586 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10587 format and change test names to make them unique.
10588
10589 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10590 Pedro Alves <pedro@redhat.com>
10591
10592 PR gdb/18702
10593 Add checking of floatformats setup on x86_64 hosts.
10594 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10595 (smallval, bigval): New labels/constants.
10596 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10597 float" after loading bigval and smallval.
10598
10599 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10600
10601 * gdb.ada/fun_overload_menu.exp: New testcase.
10602 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10603
10604 2015-12-04 Josh Stone <jistone@redhat.com>
10605
10606 * gdb.base/catch-fork-static.exp: New.
10607
10608 2015-12-03 Yao Qi <yao.qi@linaro.org>
10609
10610 * gdb.base/sizeof.c: Don't include stdio.h and
10611 ../lib/unbuffer_output.c.
10612 (main): New variable 'size' and 'value'. Remove printf and
10613 gdb_unbuffer_output. Assign return value to size and value.
10614 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10615 at the beginning.
10616 (check_sizeof): Check the result by printing variable 'size'.
10617 (check_valueof): Check the result by printing variable 'value'.
10618
10619 2015-12-01 Yao Qi <yao.qi@linaro.org>
10620
10621 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10622 for aarch64*-*-linux* target.
10623
10624 2015-11-30 Pedro Alves <palves@redhat.com>
10625
10626 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10627
10628 2015-11-30 Pedro Alves <palves@redhat.com>
10629
10630 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10631 Handle non-stop mode vCont replies.
10632
10633 2015-11-30 Pedro Alves <palves@redhat.com>
10634
10635 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10636 prepare_for_testing. Start gdb with "set non-stop on" appended to
10637 GDBFLAGS. Lax expected stop output.
10638
10639 2015-11-27 Yao Qi <yao.qi@linaro.org>
10640
10641 * gdb.arch/arm-neon.exp: New.
10642 * gdb.arch/arm-neon.c: New.
10643
10644 2015-11-27 Yao Qi <yao.qi@linaro.org>
10645
10646 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10647
10648 2015-11-27 Yao Qi <yao.qi@linaro.org>
10649
10650 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10651 frames-invalid annotation.
10652
10653 2015-11-27 Yao Qi <yao.qi@linaro.org>
10654
10655 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10656
10657 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10658
10659 * gdb.threads/names.exp: New file.
10660 * gdb.threads/names.c: New file.
10661 * README: Mention gdb,no_thread_names.
10662
10663 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10664
10665 PR 19297
10666 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10667 support" error.
10668
10669 2015-11-24 Pedro Alves <palves@redhat.com>
10670
10671 PR 17539
10672 * gdb.base/display.exp: Expect displays to be sorted in ascending
10673 order. Use multi_line.
10674 * gdb.base/solib-display.exp: Likewise.
10675
10676 2015-11-24 Pedro Alves <palves@redhat.com>
10677
10678 PR 17539
10679 * gdb.base/display.exp: Expect displays to be sorted in ascending
10680 order. Use multi_line.
10681 * gdb.base/solib-display.exp: Likewise.
10682
10683 2015-11-24 Pedro Alves <palves@redhat.com>
10684
10685 PR 17539
10686 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10687 threads in ascending order.
10688 * gdb.base/foll-fork.exp: Likewise.
10689 * gdb.base/foll-vfork.exp: Likewise.
10690 * gdb.base/multi-forks.exp: Likewise.
10691 * gdb.mi/mi-nonstop.exp: Likewise.
10692 * gdb.mi/mi-nsintrall.exp: Likewise.
10693 * gdb.multi/base.exp: Likewise.
10694 * gdb.multi/multi-arch.exp: Likewise.
10695 * gdb.python/py-inferior.exp: Likewise.
10696 * gdb.threads/break-while-running.exp: Likewise.
10697 * gdb.threads/execl.exp: Likewise.
10698 * gdb.threads/gcore-thread.exp: Likewise.
10699 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10700 * gdb.threads/kill.exp: Likewise.
10701 * gdb.threads/linux-dp.exp: Likewise.
10702 * gdb.threads/multiple-step-overs.exp: Likewise.
10703 * gdb.threads/next-bp-other-thread.exp: Likewise.
10704 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10705 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10706 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10707 * gdb.threads/thread-find.exp: Likewise.
10708 * gdb.threads/tls.exp: Likewise.
10709 * lib/mi-support.exp (mi_reverse_list): Delete.
10710 (mi_check_thread_states): No longer reverse list.
10711
10712 2015-11-24 Pedro Alves <palves@redhat.com>
10713
10714 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10715 use lowercase.
10716
10717 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10718
10719 * gdb.trace/actions.c: Include trace-common.h.
10720 (main): Add a location for a fast tracepoint.
10721 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10722 the normal tracepoints.
10723 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10724
10725 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10726
10727 * save-trace.exp: Factor out code to these...
10728 (gdb_save_tracepoints): New.
10729 (gdb_load_tracepoints): New.
10730 (do_save_load_test): New.
10731
10732 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10733
10734 * gdb.base/asmlabel.exp: New test.
10735 * gdb.base/asmlabel.c: New test case.
10736
10737 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10738
10739 * gdb.base/wrong_frame_bt_full-main.c: New file.
10740 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10741 * gdb.base/wrong_frame_bt_full.exp: New file.
10742
10743 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10744
10745 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10746
10747 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10748
10749 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10750 pstate register when comparing registers values in
10751 sparc64-*-linux-gnu targets to avoid spurious differences.
10752
10753 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10754
10755 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10756
10757 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10758
10759 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10760 as type argument to gdb_compile.
10761 * gdb.base/nested-subp2.exp: Likewise.
10762 * gdb.base/nested-subp3.exp: Likewise.
10763
10764 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10765
10766 * lib/dwarf.exp (_note): Fix left shift of negative value.
10767 * gdb.trace/trace-condition.exp: Likewise.
10768
10769 2015-11-13 Yao Qi <yao.qi@linaro.org>
10770
10771 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10772 comments about d10v.
10773 (test_scalar_returns): Likewise.
10774 * gdb.base/d10v.ld: Remove.
10775 * gdb.base/overlays.exp: Remove the target triplet checking for
10776 d10v-*-*.
10777 * gdb.base/structs.exp (test_struct_returns): Remove the
10778 comments about d10v.
10779 (test_struct_calls): Likewise.
10780
10781 2015-11-13 Yao Qi <yao.qi@linaro.org>
10782
10783 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10784 * gdb.base/gnu_vector.c: Don't include stdio.h.
10785 (main): Don't print res and call add_some_intvecs.
10786
10787 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10788
10789 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10790 macro.
10791 (func5): Removed.
10792 (func4): Use FAST_TRACEPOINT_LABEL.
10793 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10794 macro.
10795 (func): Removed.
10796 (thread_function): Use FAST_TRACEPOINT_LABEL.
10797 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10798 (func): Remove.
10799 (marker): Use FAST_TRACEPOINT_LABEL.
10800 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10801 (pendfunc1): Remove.
10802 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10803 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10804 (foo): Remove.
10805 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10806 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10807 macro.
10808 (func): Remove.
10809 (marker): Use FAST_TRACEPOINT_LABEL.
10810 * gdb.trace/trace-common.h: New header.
10811 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10812 macro.
10813 (func): Remove.
10814 (marker): Use FAST_TRACEPOINT_LABEL.
10815 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10816 (func): Remove.
10817 (thread_function): Use FAST_TRACEPOINT_LABEL.
10818
10819 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10820
10821 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10822 in front.
10823 * gdb.trace/change-loc.exp: Use global pcreg definition.
10824 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10825 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10826 in front.
10827 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10828 * gdb.trace/pending.exp: Likewise.
10829 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10830 * gdb.trace/trace-break.exp: Likewise.
10831 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10832 in front.
10833 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10834 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10835 in front.
10836 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10837
10838 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10839
10840 * gdb.ada/fin_fun_out: New testcase.
10841
10842 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10843
10844 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10845 value associated with DW_AT_byte_size.
10846 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10847 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10848 DW_AT_upper_bound.
10849
10850 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10851
10852 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10853 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10854 version.
10855 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10856 gdb.dwarf2/dw2-canonicalize-type.exp,
10857 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10858 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10859 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10860 provided by gdb_target_symbol_prefix_flags_asm.
10861 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10862 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10863 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10864 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10865 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10866 macros where needed). Use this macro for symbols which require
10867 the prefix provided by SYMBOL_PREFIX.
10868
10869 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10870
10871 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10872 New procs.
10873 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10874 representing expressions, of more than one list element.
10875 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10876 to prepend linker symbol prefix to f.
10877 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10878 table_1 and table_2.
10879 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10880 Likewise, for f and g.
10881 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10882 for ptr.
10883 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10884 for main.
10885 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10886 table_1_ptr and table_2_ptr.
10887
10888 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10889 Joel Brobecker <brobecker@adacore.com>
10890
10891 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10892
10893 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10894
10895 * gdb.reverse/s390-mvcle.c: New test.
10896 * gdb.reverse/s390-mvcle.exp: New file.
10897 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10898
10899 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10900
10901 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10902
10903 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10904
10905 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10906 reaching marker2.
10907 * gdb.reverse/getresuid-reverse.exp: Likewise.
10908 * gdb.reverse/pipe-reverse.exp: Likewise.
10909 * gdb.reverse/readv-reverse.exp: Likewise.
10910 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10911 * gdb.reverse/time-reverse.exp: Likewise.
10912 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10913
10914 2015-10-30 Yao Qi <yao.qi@linaro.org>
10915
10916 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10917 (empty_cycle): Remove.
10918 (main): Don't call empty_cycle. Don't use watch_count_done.
10919 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10920 empty_cycle. Rewrite the code counting HW watchpoints.
10921
10922 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10923
10924 * gdb.reverse/fstatat-reverse.c: New test.
10925 * gdb.reverse/fstatat-reverse.exp: New file.
10926 * gdb.reverse/getresuid-reverse.c: New test.
10927 * gdb.reverse/getresuid-reverse.exp: New file.
10928 * gdb.reverse/pipe-reverse.c: New test.
10929 * gdb.reverse/pipe-reverse.exp: New file.
10930 * gdb.reverse/readv-reverse.c: New test.
10931 * gdb.reverse/readv-reverse.exp: New file.
10932 * gdb.reverse/recvmsg-reverse.c: New test.
10933 * gdb.reverse/recvmsg-reverse.exp: New file.
10934 * gdb.reverse/time-reverse.c: New test.
10935 * gdb.reverse/time-reverse.exp: New file.
10936 * gdb.reverse/waitpid-reverse.c: New test.
10937 * gdb.reverse/waitpid-reverse.exp: New file.
10938
10939 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10940
10941 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10942
10943 2015-10-26 Doug Evans <dje@google.com>
10944
10945 PR symtab/17391
10946 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10947 * gdb.dwarf2/bad-regnum.c: New file.
10948 * gdb.dwarf2/bad-regnum.exp: New file.
10949
10950 2015-10-26 Doug Evans <dje@google.com>
10951
10952 PR python/18938
10953 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10954 file.
10955
10956 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10957
10958 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10959 for a change by "Mention language in compile error message".
10960
10961 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10962
10963 PR python/18073
10964 * gdb.python/py-type.c (C::a_method): New.
10965 (C::a_const_method): New.
10966 (C::a_static_method): New.
10967 (a_function): New.
10968 * gdb.python/py-type.exp (test_fields): Test getting fields
10969 from function and method.
10970
10971 2015-10-21 Keven Boell <keven.boell@intel.com>
10972
10973 * gdb.fortran/vla-alloc-assoc.exp: New file.
10974 * gdb.fortran/vla-datatypes.exp: New file.
10975 * gdb.fortran/vla-datatypes.f90: New file.
10976 * gdb.fortran/vla-history.exp: New file.
10977 * gdb.fortran/vla-ptype-sub.exp: New file.
10978 * gdb.fortran/vla-ptype.exp: New file.
10979 * gdb.fortran/vla-sizeof.exp: New file.
10980 * gdb.fortran/vla-sub.f90: New file.
10981 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10982 * gdb.fortran/vla-value-sub-finish.exp: New file.
10983 * gdb.fortran/vla-value-sub.exp: New file.
10984 * gdb.fortran/vla-value.exp: New file.
10985 * gdb.fortran/vla-ptr-info.exp: New file.
10986 * gdb.mi/mi-vla-fortran.exp: New file.
10987 * gdb.mi/vla.f90: New file.
10988
10989 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10990
10991 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10992 of hardwired timeout value.
10993
10994 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10995 Pedro Alves <palves@redhat.com>
10996
10997 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10998 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10999
11000 2015-10-19 Josh Stone <jistone@redhat.com>
11001
11002 * gdb.base/catch-syscall.c: Include <sched.h>.
11003 (unknown_syscall): New variable.
11004 (main): Trigger a vfork and an unknown syscall.
11005 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11006 (unknown_syscall_number): Likewise.
11007 (check_call_to_syscall): Accept an optional syscall pattern.
11008 (check_return_from_syscall): Likewise.
11009 (check_continue): Likewise.
11010 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11011 (test_catch_syscall_skipping_return): New test toggling off 'catch
11012 syscall' to step over the syscall return, then toggling back on.
11013 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11014 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11015 (do_syscall_tests): Call test_catch_syscall_without_args and
11016 test_catch_syscall_mid_vfork.
11017 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11018 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11019
11020 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11021
11022 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11023 print g_vE): Add new pass patterns.
11024 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11025 print various symbol names for vptr fields.
11026
11027 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11028
11029 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11030 results.
11031
11032 2015-10-12 Yao Qi <yao.qi@linaro.org>
11033
11034 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11035
11036 2015-10-12 Yao Qi <yao.qi@linaro.org>
11037
11038 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11039 is aarch64*-*-linux*.
11040
11041 2015-10-12 Yao Qi <yao.qi@linaro.org>
11042
11043 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11044 (can_relocate_bcond_true): ... it.
11045 (can_relocate_bcond_false): New function.
11046 (foo): Likewise.
11047 (can_relocate_bl): Likewise.
11048 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11049 can_relocate_bl.
11050
11051 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11052
11053 * gdb.base/nested-addr.c: New file.
11054 * gdb.base/nested-addr.exp: New testcase.
11055
11056 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11057
11058 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11059 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11060 its output. Ignore the output of "record goto begin" and instead
11061 check that GDB is replaying.
11062
11063 2015-10-09 Pedro Alves <palves@redhat.com>
11064
11065 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11066 (top level): Use it in the run with no args test.
11067
11068 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11069
11070 * gdb.dlang/properties.exp: New file.
11071
11072 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11073
11074 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11075 whether or not address 0x1000 is mapped on the target.
11076
11077 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11078
11079 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11080 build.
11081
11082 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11083
11084 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11085 instruction-history test.
11086
11087 2015-09-28 Doug Evans <dje@google.com>
11088
11089 * gdb.base/gcore.c (array_func): Add reference to static_array.
11090
11091 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11092
11093 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11094 source line.
11095
11096 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11097
11098 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11099 short or char as base type.
11100
11101 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11102
11103 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11104 to allow any size enum.
11105
11106 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11107
11108 * gdb.ada/array_ptr_renaming.exp: New testcase.
11109 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11110 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11111
11112 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11113
11114 * gdb.trace/ftrace-lock.c: New file.
11115 * gdb.trace/ftrace-lock.exp: New file.
11116
11117 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11118
11119 * gdb.arch/insn-reloc.c: New file.
11120 * gdb.arch/ftrace-insn-reloc.exp: New file.
11121
11122 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11123
11124 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11125 instruction.
11126 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11127 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11128 * gdb.trace/range-stepping.c: Likewise.
11129 * gdb.trace/trace-break.c: Likewise.
11130 * gdb.trace/trace-mt.c (thread_function): Likewise.
11131 * gdb.trace/ftrace.c (marker): Likewise.
11132 * gdb.trace/trace-condition.c (marker): Likewise.
11133 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11134 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11135 is_aarch64_target.
11136
11137 2015-09-18 Doug Evans <xdje42@gmail.com>
11138
11139 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11140 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11141
11142 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11143
11144 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11145 the breakpoint.
11146
11147 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11148
11149 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11150 the pending breakpoint. Remove timeout override for "Run till
11151 MI pending breakpoint on pendfunc3 on thread 2" test.
11152
11153 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11154
11155 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11156 filename pattern.
11157
11158 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11159
11160 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11161 in breakpoint filename pattern.
11162
11163 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11164
11165 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11166
11167 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11168
11169 * gdb.linespec/explicit.exp: Check for readline support for
11170 tab-completion tests. Fix obvious typo.
11171
11172 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11173
11174 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11175 and replay.
11176
11177 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11178
11179 * gdb.btrace/non-stop.c: New.
11180 * gdb.btrace/non-stop.exp: New.
11181
11182 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11183 Yao Qi <yao.qi@linaro.org>
11184
11185 * gdb.trace/trace-condition.c: New file.
11186 * gdb.trace/trace-condition.exp: New file.
11187
11188 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11189
11190 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11191 for testing bytecode compilation.
11192
11193 2015-09-16 Pedro Alves <palves@redhat.com>
11194 Sandra Loosemore <sandra@codesourcery.com>
11195
11196 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11197 (SECONDS): Redefine.
11198 (main): Call pthread_kill and alarm early.
11199 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11200 support.
11201 (test): If the target can't hardware step and doesn't support
11202 displaced stepping, increase the timeout.
11203
11204 2015-09-16 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11207 (enable_debug): New procedures.
11208 (test): Use them. Bail out if waiting for threads fails.
11209 (top level): Bail out if a test fails.
11210
11211 2015-09-16 Yao Qi <yao.qi@linaro.org>
11212
11213 * gdb.asm/asm-source.exp: Set asm-arch for
11214 aarch64*-*-* target.
11215 * gdb.asm/aarch64.inc: New file.
11216
11217 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11218
11219 * gdb.ada/array_of_variable_length.exp: New testcase.
11220 * gdb.ada/array_of_variable_length/foo.adb: New file.
11221 * gdb.ada/array_of_variable_length/pck.adb: New file.
11222 * gdb.ada/array_of_variable_length/pck.ads: New file.
11223
11224 2015-09-15 Doug Evans <dje@google.com>
11225
11226 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11227 of function static local variable.
11228
11229 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11230
11231 * gdb.threads/tls-so_extern.exp: New test file.
11232 * gdb.threads/tls-so_extern.c: New test file.
11233 * gdb.threads/tls-so_extern_main.c: New test file.
11234
11235 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11236
11237 * gdb.opt/solib-intra-step-lib.c: New file.
11238 * gdb.opt/solib-intra-step-main.c: New file.
11239 * gdb.opt/solib-intra-step.exp: New file.
11240
11241 2015-09-15 Pedro Alves <palves@redhat.com>
11242
11243 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11244 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11245
11246 2015-09-14 Pedro Alves <palves@redhat.com>
11247
11248 * gdb.base/hook-stop-continue.c: Delete.
11249 * gdb.base/hook-stop-continue.exp: Delete.
11250 * gdb.base/hook-stop-frame.c: Delete.
11251 * gdb.base/hook-stop-frame.exp: Delete.
11252 * gdb.base/hook-stop.c: New file.
11253 * gdb.base/hook-stop.exp: New file.
11254
11255 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11256
11257 * gdb.ada/access_to_packed_array.exp: New testcase.
11258 * gdb.ada/access_to_packed_array/foo.adb: New file.
11259 * gdb.ada/access_to_packed_array/pack.adb: New file.
11260 * gdb.ada/access_to_packed_array/pack.ads: New file.
11261
11262 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11263
11264 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11265 buffer size test.
11266
11267 2015-09-11 Don Breazeal <donb@codesourcery.com>
11268
11269 * gdb.base/foll-exec.c: Add copyright header. Fix
11270 formatting issues.
11271 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11272 (do_exec_tests): Use clean_restart in place of zap_session,
11273 and for test initialization. Fix formatting issues. Use
11274 fail in place of perror.
11275 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11276 an expect statement to match an expression with output from
11277 the program under debug.
11278 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11279 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11280 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11281 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11282 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11283
11284 2015-09-09 Doug Evans <dje@google.com>
11285
11286 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11287
11288 2015-09-09 Doug Evans <dje@google.com>
11289
11290 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11291
11292 2015-09-09 Doug Evans <dje@google.com>
11293
11294 * gdb.base/savedregs.exp: Fix typo.
11295
11296 2015-09-09 Pedro Alves <palves@redhat.com>
11297
11298 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11299
11300 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11301
11302 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11303 command actually switches threads. Give up on remaining
11304 tests if target fails to stop at breakpoint.
11305
11306 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11307
11308 * gdb.ada/funcall_char.exp: New testcase.
11309 * gdb.ada/funcall_char/foo.adb: New file.
11310
11311 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11312
11313 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11314 expected outputs. Add two testcases for completing ambiguous
11315 functions.
11316 * gdb.ada/complete/aux_pck.adb: New file.
11317 * gdb.ada/complete/aux_pck.ads: New file.
11318 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11319 Ambiguous_Func functions.
11320 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11321 * gdb.ada/complete/pck.adb: Likewise.
11322
11323 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11324
11325 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11326 failures to run the test program under GDB.
11327
11328 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11329
11330 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11331 to C.
11332
11333 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11334
11335 * gdb.base/run-after-attach.exp: New test file.
11336 * gdb.base/run-after-attach.c: New test file.
11337
11338 2015-08-26 Don Breazeal <donb@codesourcery.com>
11339
11340 * gdb.base/foll-exec-2.c: New test program.
11341 * gdb.base/foll-exec-2.exp: New test.
11342
11343 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11344
11345 * gdb.base/nested-subp1.exp: New file.
11346 * gdb.base/nested-subp1.c: New file.
11347 * gdb.base/nested-subp2.exp: New file.
11348 * gdb.base/nested-subp2.c: New file.
11349 * gdb.base/nested-subp3.exp: New file.
11350 * gdb.base/nested-subp3.c: New file.
11351
11352 2015-08-24 Pedro Alves <palves@redhat.com>
11353
11354 * gdb.server/connect-without-multi-process.c: New file.
11355 * gdb.server/connect-without-multi-process.exp: New file.
11356
11357 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11358
11359 * gdb.opt/inline-markers.c: Make z int.
11360
11361 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11362
11363 * gdb.opt/inline-markers.c: Make z volatile.
11364
11365 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11366
11367 * gdb.opt/inline-bt.c: New volatile global z.
11368 * gdb.opt/inline-cmds.c: Likewise.
11369 * gdb.opt/inline-locals.c: Likewise.
11370 * gdb.opt/inline-markers.c: New extern global z.
11371 (marker): Use z.
11372 (inline_fn): Likewise.
11373
11374 2015-08-24 Pedro Alves <palves@redhat.com>
11375
11376 * config/m32r-stub.exp: Remove file.
11377 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11378 * gdb.base/call-rt-st.exp: Likewise.
11379 * gdb.base/call-strs.exp: Likewise.
11380 * gdb.base/default.exp: Remove references to h8300-*-hms and
11381 *-*-udi*.
11382 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11383
11384 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11385
11386 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11387 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11388 and "return" use KFAIL when GDB can not read/write the vector
11389 return value.
11390
11391 2015-08-21 Gary Benson <gbenson@redhat.com>
11392
11393 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11394
11395 2015-08-20 Pedro Alves <palves@redhat.com>
11396
11397 * gdb.server/solib-list.exp: No longer expect an interior stop in
11398 non-stop mode.
11399
11400 2015-08-20 Pedro Alves <palves@redhat.com>
11401
11402 * gdb.server/connect-stopped-target.c: New file.
11403 * gdb.server/connect-stopped-target.exp: New file.
11404
11405 2015-08-20 Pedro Alves <palves@redhat.com>
11406
11407 * gdb.dwarf2/comp-unit-lang.exp: New file.
11408 * gdb.dwarf2/comp-unit-lang.c: New file.
11409
11410 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11411
11412 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11413 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11414
11415 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11416
11417 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11418 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11419
11420 2015-08-18 Doug Evans <dje@google.com>
11421 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11422
11423 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11424 skip_python_tests. New arg prompt_regexp.
11425 (skip_python_tests): New function.
11426 * lib/mi-support.exp (mi_skip_python_tests): New function.
11427 * gdb.python/py-mi-objfile-gdb.py: New file.
11428 * gdb.python/py-mi-objfile.c: New file.
11429 * gdb.python/py-mi-objfile.exp: New file.
11430
11431 2015-08-17 Keith Seitz <keiths@redhat.com>
11432
11433 * gdb.linespec/explicit.exp: Move strace test from here ...
11434 * gdb.trace/strace.exp: ... to here.
11435
11436 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11437
11438 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11439 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11440
11441 2015-08-14 Doug Evans <xdje42@gmail.com>
11442
11443 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11444 inferior before selecting a new file.
11445
11446 2015-08-14 Doug Evans <xdje42@gmail.com>
11447
11448 * gdb.mi/mi-disassemble.exp: Update.
11449 * gdb.base/disasm-optim.S: New file.
11450 * gdb.base/disasm-optim.c: New file.
11451 * gdb.base/disasm-optim.h: New file.
11452 * gdb.base/disasm-optim.exp: New file.
11453
11454 2015-08-14 Keith Seitz <keiths@redhat.com>
11455
11456 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11457 "evaluated-by".
11458
11459 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11460
11461 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11462
11463 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11464
11465 * gdb.ada/fun_renaming.exp: New testcase.
11466 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11467 * gdb.ada/fun_renaming/pack.adb: New file.
11468 * gdb.ada/fun_renaming/pack.ads: New file.
11469
11470 2015-08-12 Keith Seitz <keiths@redhat.com>
11471
11472 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11473 gdb_get_line_number.
11474
11475 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11476
11477 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11478 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11479 gdb.base/dso2dso.exp: New files.
11480
11481 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11482 Pedro Alves <palves@redhat.com>
11483 Keith Seitz <keiths@redhat.com>
11484
11485 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11486 GDBFLAGS.
11487
11488 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11489
11490 * gdb.base/gdbhistsize-history.exp
11491 (test_histsize_history_setting): Use save_vars.
11492 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11493 Use save_vars.
11494 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11495 * gdb.base/readline.exp: Use save_vars.
11496
11497 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11498
11499 * lib/gdb.exp (save_vars): New proc.
11500
11501 2015-08-11 Keith Seitz <keiths@redhat.com>
11502
11503 * gdb.base/help.exp: Update help_breakpoint_text.
11504
11505 2015-08-11 Keith Seitz <keiths@redhat.com>
11506
11507 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11508 (at toplevel): Call test_explicit_breakpoints.
11509 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11510 breakpoints.
11511 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11512 breakpoint conditions, "-cond".
11513
11514 2015-08-11 Keith Seitz <keiths@redhat.com>
11515
11516 * gdb.linespec/3explicit.c: New file.
11517 * gdb.linespec/cpexplicit.cc: New file.
11518 * gdb.linespec/cpexplicit.exp: New file.
11519 * gdb.linespec/explicit.c: New file.
11520 * gdb.linespec/explicit.exp: New file.
11521 * gdb.linespec/explicit2.c: New file.
11522 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11523 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11524 before using in the matching pattern.
11525 Clarify that `prefix' is a regular expression.
11526
11527 2015-08-11 Keith Seitz <keiths@redhat.com>
11528
11529 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11530 test.
11531 Add tests for missing ",FMT" and ",".
11532
11533 2015-08-10 Doug Evans <dje@google.com>
11534 Keith Seitz <keiths@redhat.com>
11535
11536 PR gdb/17960
11537 * gdb.base/completion.exp: Add location completer tests.
11538
11539 2015-08-07 Pedro Alves <palves@redhat.com>
11540
11541 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11542 tests here.
11543 (top level): Run do_test with and without displaced stepping.
11544
11545 2015-08-07 Pedro Alves <palves@redhat.com>
11546
11547 * gdb.base/valgrind-disp-step.c: New file.
11548 * gdb.base/valgrind-disp-step.exp: New file.
11549
11550 2015-08-07 Pedro Alves <palves@redhat.com>
11551
11552 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11553 Delete function.
11554 (main): Add alarm. Run an infinite loop instead of calling
11555 wait_threads.
11556 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11557 comment.
11558 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11559 Delete function.
11560 (main): Add alarm. Run an infinite loop instead of calling
11561 wait_threads.
11562 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11563 comment.
11564
11565 2015-08-07 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.base/checkpoint-ns.exp: New file.
11568 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11569 standard_testfile.
11570
11571 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11572
11573 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11574 * gdb.btrace/instruction_history.exp: Update.
11575 * gdb.btrace/tsx.exp: New.
11576 * gdb.btrace/tsx.c: New.
11577
11578 2015-08-06 Pedro Alves <palves@redhat.com>
11579
11580 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11581 increase timeout.
11582 * gdb.reverse/until-precsave.exp: Bump timeouts.
11583
11584 2015-08-06 Pedro Alves <palves@redhat.com>
11585
11586 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11587
11588 2015-08-06 Pedro Alves <palves@redhat.com>
11589
11590 PR gdb/18749
11591 * gdb.threads/process-dies-while-handling-bp.c: New file.
11592 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11593
11594 2015-08-06 Pedro Alves <palves@redhat.com>
11595
11596 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11597 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11598
11599 2015-08-05 Pedro Alves <palves@redhat.com>
11600
11601 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11602 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11603
11604 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11605
11606 * gdb.base/bp-permanent.exp: Report test as unsupported if
11607 the target cannot stop at the permanent breakpoint.
11608
11609 2015-08-03 Doug Evans <dje@google.com>
11610
11611 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11612 10000.
11613
11614 2015-08-03 Doug Evans <dje@google.com>
11615
11616 * Makefile.in (workers/%.worker, build-perf): New rule.
11617 (GDB_PERFTEST_MODE): New variable.
11618 (check-perf): Use it.
11619 (clean): Clean up gdb.perf parallel build subdirs.
11620 * lib/build-piece.exp: New file.
11621 * lib/gdb.exp (make_gdb_parallel_path): New function
11622 (standard_output_file, standard_temp_file): Call it.
11623 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11624 of $GDB_PARALLEL.
11625 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11626
11627 2015-08-03 Doug Evans <dje@google.com>
11628
11629 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11630 (LOG_FILE_NAME): New global.
11631 (TextReporter.__init__): Initialize self.txt_sum.
11632 (TextReporter.report): Add support for multiple data-points.
11633 Move report to perftest.sum, put raw data in perftest.log.
11634 (TextReporter.start): Open sum and log files.
11635 (TextReporter.end): Close sum and log files.
11636 * gdb.perf/lib/perftest/testresult.py
11637 (SingleStatisticTestResult.record): Handle multiple data-points.
11638
11639 2015-07-31 Pedro Alves <palves@redhat.com>
11640
11641 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11642 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11643 kill_wait_spawned_process instead of explicit "kill -9".
11644 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11645 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11646 kill_wait_spawned_process.
11647 * gdb.base/attach-twice.exp: Likewise.
11648 * gdb.base/attach.exp: Likewise.
11649 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11650 gdb_test_multiple.
11651 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11652 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11653 kill_wait_spawned_process.
11654 * gdb.base/valgrind-infcall.exp: Likewise.
11655 * gdb.multi/multi-attach.exp: Likewise.
11656 * gdb.python/py-prompt.exp: Likewise.
11657 * gdb.python/py-sync-interp.exp: Likewise.
11658 * gdb.server/ext-attach.exp: Likewise.
11659 * gdb.threads/attach-into-signal.exp (corefunc): Use
11660 spawn_wait_for_attach, spawn_id_get_pid and
11661 kill_wait_spawned_process.
11662 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11663 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11664 spawn_id_get_pid and kill_wait_spawned_process.
11665 * gdb.threads/attach-stopped.exp (corefunc): Use
11666 spawn_wait_for_attach, spawn_id_get_pid and
11667 kill_wait_spawned_process.
11668 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11669 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11670 kill_wait_spawned_process instead of explicit "kill -9".
11671 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11672 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11673 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11674 processes. Don't map cygwin/windows pids here. Now returns a
11675 spawn id list.
11676
11677 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11678
11679 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11680 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11681 correct patch.
11682
11683 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11684
11685 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11686
11687 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11688
11689 Reapply:
11690 2014-05-21 Mark Wielaard <mjw@redhat.com>
11691
11692 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11693
11694 2015-07-30 Pedro Alves <palves@redhat.com>
11695
11696 * linux-low.c (handle_extended_wait): Set the child's last
11697 reported status to TARGET_WAITKIND_STOPPED.
11698
11699 2015-07-30 Pedro Alves <palves@redhat.com>
11700
11701 PR threads/18600
11702 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11703 only shows inferior 1.
11704
11705 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11706 Pedro Alves <palves@redhat.com>
11707
11708 PR threads/18600
11709 * gdb.threads/fork-plus-threads.c: New file.
11710 * gdb.threads/fork-plus-threads.exp: New file.
11711
11712 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11713
11714 * gdb.base/batch-preserve-term-settings.exp
11715 (test_terminal_settings_preserved_after_cli_exit): Use
11716 send_quit_command.
11717
11718 2015-07-29 Pedro Alves <palves@redhat.com>
11719 Don Breazeal <donb@codesourcery.com>
11720
11721 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11722 output from both inferior_spawn_id and gdb_spawn_id.
11723
11724 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11725
11726 * gdb.threads/attach-into-signal.exp (corefunc): Use
11727 with_test_prefix on nested loops, uniquefying the test messages.
11728
11729 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11730
11731 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11732 commit.
11733
11734 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11735
11736 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11737 New proc.
11738 (test_terminal_settings_preserved_after_sigterm): New test.
11739
11740 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11741
11742 * gdb.base/batch-preserve-term-settings.exp
11743 (test_terminal_settings_preserved_after_cli_exit): New test.
11744
11745 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11746
11747 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11748 manipulation of saved_gdbflags.
11749 (test_terminal_settings_preserved): Remove global declaration of
11750 the unused variable pagination_prompt. Remove manipulation of
11751 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11752 GDBFLAGS.
11753
11754 2015-07-29 Pedro Alves <palves@redhat.com>
11755
11756 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11757
11758 2015-07-29 Pedro Alves <palves@redhat.com>
11759
11760 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11761 at the top.
11762
11763 2015-07-29 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11766 (main): Call gdb_unbuffer_output.
11767 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11768 (main): Call gdb_unbuffer_output.
11769 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11770 (main): Call gdb_unbuffer_output.
11771 * gdb.base/call-strs.exp: Adjust to step over the
11772 gdb_unbuffer_output call.
11773 * gdb.base/catch-gdb-caused-signals.c: Include
11774 "../lib/unbuffer_output.c".
11775 (main): Call gdb_unbuffer_output.
11776 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11777 (main): Call gdb_unbuffer_output.
11778 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11779 (main): Call gdb_unbuffer_output.
11780 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11781 (main): Call gdb_unbuffer_output.
11782 * gdb.base/shlib-call.exp: Adjust to step over the
11783 gdb_unbuffer_output call.
11784 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11785 (main): Call gdb_unbuffer_output.
11786 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11787 (main): Call gdb_unbuffer_output.
11788 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11789 (main): Rename to ...
11790 (test): ... this.
11791 (main): Reimplement.
11792 * gdb.base/varargs.exp: Run to test instead of to main.
11793 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11794 (main): Call gdb_unbuffer_output.
11795
11796 2015-07-29 Pedro Alves <palves@redhat.com>
11797
11798 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11799 factore out from mi_continue_dprintf. For call-style dprintfs,
11800 expect dprintf output out of $inferior_spawn_id.
11801 (mi_continue_dprintf): Use mi_expect_dprintf.
11802 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11803 (main): Call gdb_unbuffer_output.
11804
11805 2015-07-29 Pedro Alves <palves@redhat.com>
11806
11807 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11808 (default_mi_gdb_start): Set inferior_spawn_id instead of
11809 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11810 gdb_spawn_id.
11811 (mi_gdb_test): Always expect inferior output from both
11812 $inferior_spawn_id and $gdb_spawn_id.
11813
11814 2015-07-29 Pedro Alves <palves@redhat.com>
11815
11816 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11817 send_inferior and $inferior_spawn_id.
11818
11819 2015-07-29 Pedro Alves <palves@redhat.com>
11820
11821 * gdb.gdb/complaints.exp (test_initial_complaints)
11822 (test_serial_complaints, test_short_complaints): Use
11823 gdb_test_stdio.
11824 (test_empty_complaint): Handle $inferior_spawn_id !=
11825 $gdb_spawn_id.
11826
11827 2015-07-29 Pedro Alves <palves@redhat.com>
11828
11829 * gdb.base/varargs.exp: Use gdb_test_stdio.
11830
11831 2015-07-29 Pedro Alves <palves@redhat.com>
11832
11833 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11834
11835 2015-07-29 Pedro Alves <palves@redhat.com>
11836
11837 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11838
11839 2015-07-29 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11842 parameter into two new parameters, "inf_result" and "gdb_result".
11843 Expect inferior output and gdb output from $inferior_spawn_id and
11844 $gdb_spawn_id, respectively. Adjust all callers.
11845
11846 2015-07-29 Pedro Alves <palves@redhat.com>
11847
11848 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11849 of gdb_test_sequence.
11850
11851 2015-07-29 Pedro Alves <palves@redhat.com>
11852
11853 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11854 (saw_spurious_output): Expect inferior output from
11855 $inferior_spawn_id. Use gdb_test_stdio.
11856
11857 2015-07-29 Pedro Alves <palves@redhat.com>
11858
11859 * gdb.base/dprintf.exp: Use standard_testfile. Change
11860 prepare_for_testing call.
11861 (srcfile): Don't set.
11862 (restart): New procedure.
11863 (test_dprintf): New procecure, use to continue over dprintfs.
11864 (test_call, test_agent): New procedures, tests moved here.
11865 Restart gdb and recreate dprintfs. Adjust expected output.
11866
11867 2015-07-29 Pedro Alves <palves@redhat.com>
11868
11869 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11870
11871 2015-07-29 Pedro Alves <palves@redhat.com>
11872
11873 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11874
11875 2015-07-29 Pedro Alves <palves@redhat.com>
11876
11877 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11878 gdb_test_stdio.
11879
11880 2015-07-29 Pedro Alves <palves@redhat.com>
11881
11882 * lib/gdb.exp (gdb_test_stdio): New procedure.
11883
11884 2015-07-29 Pedro Alves <palves@redhat.com>
11885
11886 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11887
11888 2015-07-29 Pedro Alves <palves@redhat.com>
11889
11890 * gdb.base/call-signal-resume.exp: Remove check for
11891 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11892 * gdb.base/unwindonsignal.exp: Likewise.
11893 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11894 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11895
11896 2015-07-29 Pedro Alves <palves@redhat.com>
11897
11898 * gdb.base/siginfo-addr.c (pass): New function.
11899 (handler): Call it iff si_addr is correct.
11900 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11901 Set a breakpoint at "pass" and continue to it.
11902
11903 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11904
11905 * gdb.python/py-objfile.exp: Make some tests have unique names.
11906 * gdb.python/py-pp-registration.exp: Likewise.
11907
11908 2015-07-28 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11911
11912 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11913
11914 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11915
11916 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11917
11918 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11919
11920 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11921
11922 * gdb.base/gdb-sigterm-2.exp: New test.
11923
11924 2015-07-25 Doug Evans <xdje42@gmail.com>
11925
11926 Revert:
11927 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11928 (workers/%.worker, build-perf): New rule.
11929 (GDB_PERFTEST_MODE): New variable.
11930 (check-perf): Use it.
11931 (clean): Clean up gdb.perf parallel build subdirs.
11932 * lib/build-piece.exp: New file.
11933 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11934 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11935 name.
11936 (standard_temp_file): Ditto.
11937 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11938 of $GDB_PARALLEL.
11939
11940 2015-07-24 Doug Evans <dje@google.com>
11941
11942 * gdb.perf/lib/perftest/utils.py: New file.
11943 * gdb.perf/gm-hello.cc: New file.
11944 * gdb.perf/gm-pervasive-typedef.cc: New file.
11945 * gdb.perf/gm-pervasive-typedef.h: New file.
11946 * gdb.perf/gm-std.cc: New file.
11947 * gdb.perf/gm-std.h: New file.
11948 * gdb.perf/gm-use-cerr.cc: New file.
11949 * gdb.perf/gm-utils.h: New file.
11950 * gdb.perf/gmonster-null-lookup.py: New file.
11951 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11952 * gdb.perf/gmonster-print-cerr.py: New file.
11953 * gdb.perf/gmonster-ptype-string.py: New file.
11954 * gdb.perf/gmonster-runto-main.py: New file.
11955 * gdb.perf/gmonster-select-file.py: New file.
11956 * gdb.perf/gmonster1-null-lookup.exp: New file.
11957 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11958 * gdb.perf/gmonster1-print-cerr.exp: New file.
11959 * gdb.perf/gmonster1-ptype-string.exp: New file.
11960 * gdb.perf/gmonster1-runto-main.exp: New file.
11961 * gdb.perf/gmonster1-select-file.exp: New file.
11962 * gdb.perf/gmonster1.cc: New file.
11963 * gdb.perf/gmonster1.exp: New file.
11964 * gdb.perf/gmonster2-null-lookup.exp: New file.
11965 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11966 * gdb.perf/gmonster2-print-cerr.exp: New file.
11967 * gdb.perf/gmonster2-ptype-string.exp: New file.
11968 * gdb.perf/gmonster2-runto-main.exp: New file.
11969 * gdb.perf/gmonster2-select-file.exp: New file.
11970 * gdb.perf/gmonster2.cc: New file.
11971 * gdb.perf/gmonster2.exp: New file.
11972
11973 2015-07-24 Doug Evans <dje@google.com>
11974
11975 * gdb.perf/README: New file.
11976 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11977 * lib/gen-perf-test.exp: New file.
11978
11979 2015-07-24 Doug Evans <dje@google.com>
11980
11981 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11982 (PerfTest::startup): New function.
11983 (PerfTest::run): Return result of calling body.
11984 (PerfTest::assemble): Rewrite.
11985 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11986 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11987 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11988 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11989 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11990
11991 2015-07-24 Doug Evans <dje@google.com>
11992
11993 * lib/gdb.exp (clean_restart): Make executable optional.
11994
11995 2015-07-24 Doug Evans <dje@google.com>
11996
11997 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11998 compiler_info references.
11999 * gdb.cp/temargs.exp: Ditto.
12000 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12001 (get_compiler_info): Early exit if already computed. Set compiler_info
12002 to "unknown" if there was a problem.
12003 (test_compiler_info): Add function comment. Call get_compiler_info.
12004
12005 2015-07-24 Doug Evans <dje@google.com>
12006
12007 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12008 (workers/%.worker, build-perf): New rule.
12009 (GDB_PERFTEST_MODE): New variable.
12010 (check-perf): Use it.
12011 (clean): Clean up gdb.perf parallel build subdirs.
12012 * lib/build-piece.exp: New file.
12013 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12014 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12015 name.
12016 (standard_temp_file): Ditto.
12017 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12018 of $GDB_PARALLEL.
12019
12020 2015-07-24 Doug Evans <dje@google.com>
12021
12022 * lib/future.exp (gdb_default_target_compile): New option
12023 "early_flags".
12024 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12025 --as-needed.
12026
12027 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12028
12029 * gdb.base/catch-syscall.exp: Call gdb_exit before
12030 gdb_skip_xml_test.
12031
12032 2015-07-24 Pedro Alves <palves@redhat.com>
12033
12034 * gdb.python/py-events.exp: Accept output between the stop event
12035 and the prompt.
12036 * gdb.python/py-evsignal.exp: Likewise.
12037 * gdb.python/py-evthreads.exp: Likewise.
12038
12039 2015-07-24 Pedro Alves <palves@redhat.com>
12040
12041 PR gdb/18717
12042 * gdb.threads/non-ldr-exit.c: New file.
12043 * gdb.threads/non-ldr-exit.exp: New file.
12044
12045 2015-07-24 Yao Qi <yao.qi@linaro.org>
12046
12047 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12048 restarting process.
12049
12050 2015-07-24 Yao Qi <yao.qi@linaro.org>
12051
12052 * gdb.server/ext-restart.exp: New file.
12053
12054 2015-07-24 Yao Qi <yao.qi@linaro.org>
12055
12056 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12057 argument options.
12058 * gdb.server/ext-wrapper.exp: New file.
12059
12060 2015-07-23 Doug Evans <dje@google.com>
12061
12062 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12063 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12064
12065 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12066
12067 * gdb.ada/var_arr_typedef.exp: New testcase.
12068 * gdb.ada/var_arr_typedef/pack.adb: New file.
12069 * gdb.ada/var_arr_typedef/pack.ads: New file.
12070 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12071
12072 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12073
12074 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12075
12076 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12077
12078 * gdb.arch/i386-biarch-core.exp: Replace istarget
12079 by "complete set gnutarget". Remove expectation for the "core-file"
12080 command.
12081
12082 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12083
12084 Revert the previous commit:
12085 Tests for validate symbol file using build-id.
12086
12087 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12088
12089 Tests for validate symbol file using build-id.
12090 * gdb.base/solib-mismatch-lib.c: New file.
12091 * gdb.base/solib-mismatch-libmod.c: New file.
12092 * gdb.base/solib-mismatch.c: New file.
12093 * gdb.base/solib-mismatch.exp: New file.
12094
12095 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12096
12097 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12098 nios2-*-linux*.
12099 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12100 * gdb.base/siginfo.exp: Likewise.
12101 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12102
12103 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12104
12105 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12106 Move it to ...
12107 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12108 ... here.
12109 * gdb.trace/range-stepping.exp: Check that the target supports
12110 range stepping.
12111
12112 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12113
12114 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12115
12116 2015-07-14 Pedro Alves <palves@redhat.com>
12117
12118 * gdb.base/killed-outside.exp: New file.
12119 * gdb.base/killed-outside.c: New file.
12120
12121 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12122
12123 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12124 (n at main): New.
12125 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12126
12127 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12128
12129 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12130 infcall tests instead of setting up for KFAIL.
12131
12132 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12133
12134 * gdb.btrace/record_goto-step.exp: New.
12135
12136 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12137
12138 PR compile/18484
12139 * gdb.compile/compile.c (struct struct_type): Add volatile to
12140 selffield's type.
12141 * gdb.compile/compile.exp
12142 (compile code struct_object.selffield = &struct_object): Skip further
12143 struct_object tests if this one xfails.
12144
12145 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12146
12147 PR exp/18617
12148 * gdb.trace/ax.exp: Add test.
12149
12150 2015-07-07 Yao Qi <yao.qi@linaro.org>
12151
12152 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12153 instead of istarget "aarch64*-*-*".
12154 * gdb.arch/aarch64-fp.exp: Likewise.
12155 * gdb.base/float.exp: Likewise.
12156 * gdb.reverse/aarch64.exp: Likewise.
12157 * lib/gdb.exp (is_aarch64_target): New proc.
12158
12159 2015-07-07 Yao Qi <yao.qi@linaro.org>
12160
12161 * lib/gdb.exp (is_aarch32_target): New proc.
12162 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12163 instead of "istarget "arm*-*-*"".
12164 * gdb.arch/arm-disp-step.exp: Likewise.
12165 * gdb.arch/thumb-bx-pc.exp: Likewise.
12166 * gdb.arch/thumb-prologue.exp: Likewise.
12167 * gdb.arch/thumb-singlestep.exp: Likewise.
12168 * gdb.base/disp-step-syscall.exp: Likewise.
12169 * gdb.base/float.exp: Likewise.
12170
12171 2015-07-07 Yao Qi <yao.qi@linaro.org>
12172
12173 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12174 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12175
12176 2015-07-07 Yao Qi <yao.qi@linaro.org>
12177
12178 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12179 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12180 if it exists.
12181 * gdb.multi/multi-arch.exp: Likewise.
12182
12183 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12184
12185 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12186 print.
12187
12188 2015-07-07 Yao Qi <yao.qi@linaro.org>
12189
12190 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12191
12192 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12193
12194 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12195 '[' and ']' characters.
12196
12197 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12198
12199 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12200
12201 2015-06-29 Pedro Alves <palves@redhat.com>
12202
12203 PR threads/18127
12204 * gdb.threads/hand-call-new-thread.c: New file.
12205 * gdb.threads/hand-call-new-thread.c: New file.
12206
12207 2015-06-26 Keith Seitz <keiths@redhat.com>
12208 Doug Evans <dje@google.com>
12209
12210 PR 16253
12211 * gdb.cp/var-tag-2.cc: New file.
12212 * gdb.cp/var-tag-3.cc: New file.
12213 * gdb.cp/var-tag-4.cc: New file.
12214 * gdb.cp/var-tag.cc: New file.
12215 * gdb.cp/var-tag.exp: New file.
12216
12217 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12218
12219 * gdb.base/history-duplicates.exp: New test.
12220
12221 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12222
12223 * gdb.base/completion.exp: Test the completion of the "focus"
12224 command.
12225
12226 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12227
12228 * gdb.arch/amd64-prologue-skip.S: New file.
12229 * gdb.arch/amd64-prologue-skip.exp: New file.
12230
12231 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12232
12233 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12234 is_address_zero_readable check.
12235
12236 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12237
12238 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12239 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12240
12241 2015-06-24 Yao Qi <yao.qi@linaro.org>
12242
12243 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12244 linux targets.
12245
12246 2015-06-24 Yao Qi <yao.qi@linaro.org>
12247
12248 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12249 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12250 * gdb.base/siginfo-thread.exp: Likewise.
12251
12252 2015-06-22 Yao Qi <yao.qi@linaro.org>
12253
12254 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12255
12256 2015-06-22 Yao Qi <yao.qi@linaro.org>
12257
12258 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12259 aarch64*-*-*.
12260 (skip_hw_watchpoint_tests): Likewise.
12261
12262 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12263
12264 * gdb.base/gdbinit-history.exp: Test the interaction between
12265 setting GDBHISTSIZE and setting the history size via .gdbinit.
12266
12267 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12268
12269 PR gdb/16999
12270 * gdb.base/gdbhistsize-history.exp: New test.
12271
12272 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12273
12274 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12275 with GDBHISTSIZE.
12276 * gdb.base/readline.exp: Likewise.
12277
12278 2015-06-17 Yao Qi <yao.qi@linaro.org>
12279
12280 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12281 line.
12282
12283 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12284
12285 * gdb.base/gdbinit-history.exp: Add test case to check that
12286 an unlimited history file does not get truncated on exit.
12287
12288 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12289
12290 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12291 (VECTOR): New macro. Use it...
12292 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12293 ...for these typedefs.
12294 (int8, char1, int1, double1): New typedefs.
12295 (struct just_int2, struct two_int2): New structures.
12296 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12297 (add_structvecs, add_singlevecs): New functions.
12298 (main): Call add_some_intvecs twice.
12299 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12300 the compile and exit upon failure. Try compiling for the "native"
12301 architecture. Test inferior function calls with vector arguments
12302 and vector return value handling with "finish" and "return".
12303
12304 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12305
12306 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12307 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12308 PE file.
12309 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12310
12311 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12312
12313 PR breakpoints/16465
12314 * gdb.mi/mi-dprintf-pending.c: New file.
12315 * gdb.mi/mi-dprintf-pending.exp: New test.
12316 * gdb.mi/mi-dprintf-pendshr.c: New file.
12317
12318 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12319 Mircea Gherzan <mircea.gherzan@intel.com>
12320
12321 * gdb.arch/i386-mpx-map.c: New file.
12322 * gdb.arch/i386-mpx-map.exp: New File.
12323
12324 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12325
12326 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12327 * gdb.arch/i386-mpx.exp: Indentation fixed.
12328
12329 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12330
12331 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12332 function and improved indentation.
12333 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12334 gdb_test_multiple. Added additional tests to skip the test.
12335
12336 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12337
12338 * gdb.arch/i386-avx512.c: Change path in include file.
12339 * gdb.arch/i386-avx512.exp: Change include dir path
12340 compilation flag.
12341 * gdb.arch/i386-mpx.c: Change path in include file.
12342 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12343 flag.
12344
12345 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12346
12347 * gdb.compile/compile-print.exp (compile print *vararray@3)
12348 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12349
12350 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12351
12352 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12353 (do not keep jit in memory): ... this.
12354 (expect 5): Change it to ...
12355 (expect no 5): ... this.
12356
12357 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12358
12359 PR gdb/15564
12360 * gdb.mi/mi-detach.exp: New file.
12361
12362 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12363
12364 PR symtab/18392
12365 * gdb.arch/amd64-tailcall-self.S: New file.
12366 * gdb.arch/amd64-tailcall-self.c: New file.
12367 * gdb.arch/amd64-tailcall-self.exp: New file.
12368
12369 2015-05-28 Don Breazeal <donb@codesourcery.com>
12370
12371 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12372 tests for remote targets by checking is_target_gdbserver.
12373
12374 2015-05-27 Doug Evans <dje@google.com>
12375
12376 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12377 * gdb.dwarf2/opaque-type-lookup.c: New file.
12378 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12379
12380 2015-05-26 Doug Evans <dje@google.com>
12381
12382 * gdb.cp/iostream.cc: New file.
12383 * gdb.cp/iostream.exp: New file.
12384
12385 2015-05-26 Doug Evans <dje@google.com>
12386
12387 * gdb.dwarf2/dw2-op-call.exp: Update.
12388 * gdb.dwarf2/dw4-sig-types.exp: Update.
12389 * gdb.dwarf2/implptr.exp: Update.
12390 * gdb.mi/mi-cmd-param-changed.exp: Update.
12391
12392 2015-05-26 Doug Evans <dje@google.com>
12393
12394 * gdb.python/py-lazy-string.c: New file.
12395 * gdb.python/py-lazy-string.exp: New file.
12396 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12397 (main): Update. Add estring3.
12398 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12399 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12400
12401 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12402 Yao Qi <yao.qi@linaro.org>
12403
12404 * gdb.reverse/aarch64.c: New.
12405 * gdb.reverse/aarch64.exp: New.
12406
12407 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12408
12409 * lib/gdb.exp (supports_process_record): Return true for
12410 aarch64*-linux*.
12411 (supports_reverse): Likewise.
12412
12413 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12414
12415 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12416 Use with_test_prefix.
12417
12418 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12419
12420 * gdb.base/completion.exp: Add test for completion of layout
12421 names.
12422
12423 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12424
12425 * lib/gdb.exp (skip_tui_tests): New proc.
12426 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12427
12428 2015-05-19 Pedro Alves <palves@redhat.com>
12429
12430 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12431 Save the whole env array instead of just HOME. Unset HISTSIZE in
12432 the environment while testing. Restore whole environment
12433 afterwards.
12434
12435 2015-05-16 Doug Evans <xdje42@gmail.com>
12436
12437 * gdb.guile/scm-ports.c: New file.
12438 * gdb.guile/scm-ports.exp: Add memory port tests.
12439
12440 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12441
12442 * gdb.compile/compile-print.c: New file.
12443 * gdb.compile/compile-print.exp: New file.
12444
12445 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12446
12447 * gdb.compile/compile-ops.exp: Cast param to void.
12448 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12449 (compile code struct_object.selffield = &struct_object): Add xfail.
12450
12451 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12452
12453 * gdb.ada/arr_enum_with_gap: New testcase.
12454
12455 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12456
12457 * gdb.ada/byte_packed_arr: New testcase.
12458
12459 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12460
12461 * gdb.ada/pckd_neg: New testcase.
12462
12463 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12464
12465 PR gdb/17820
12466 * gdb.base/gdbinit-history.exp: New test.
12467 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12468 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12469
12470 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12471
12472 * gdb.python/py-xmethods.cc: Enhance test case.
12473 * gdb.python/py-xmethods.exp: New tests.
12474 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12475 function.
12476 (B_indexoper): Likewise.
12477 (global_dm_list) : Add new xmethod worker functions.
12478
12479 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12480
12481 * gdb.base/coredump-filter.exp: Correctly unset
12482 "coredump_var_addr" array.
12483
12484 2015-05-08 Pedro Alves <palves@redhat.com>
12485
12486 * gdb.server/non-existing-program.exp: Unset spawn_id.
12487
12488 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12489
12490 PR python/18291
12491 * gdb.python/py-xmethods.exp: Add tests.
12492
12493 2015-05-08 Yao Qi <yao.qi@linaro.org>
12494
12495 PR gdb/18208
12496 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12497 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12498 function set_coredump_filter, and remove remote_exec call.
12499 Remove argument ipid. Callers update.
12500 (top level): Don't get inferior's PID.
12501
12502 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12503
12504 * gdb.base/watch_thread_num.exp: Skip test on targets without
12505 access watchpoints.
12506
12507 2015-05-06 Pedro Alves <palves@redhat.com>
12508
12509 PR server/18081
12510 * gdb.server/non-existing-program.exp: New file.
12511
12512 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12513
12514 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12515
12516 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12517
12518 * gdb.ada/out_of_line_in_inlined: New testcase.
12519
12520 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12521
12522 * gdb.ada/var_rec_arr: New testcase.
12523
12524 2015-04-30 Yao Qi <yao.qi@linaro.org>
12525
12526 * gdb.base/break-idempotent.exp: If
12527 skip_hw_watchpoint_multi_tests returns true, skip the tests
12528 on "rwatch" and "awatch".
12529
12530 2015-04-30 Yao Qi <yao.qi@linaro.org>
12531
12532 * gdb.base/relativedebug.exp: Invoke gdb command
12533 "info sharedlibrary", and if libc.so doesn't have debug info,
12534 skip the test.
12535
12536 2015-04-29 Doug Evans <dje@google.com>
12537
12538 * gdb.python/py-xmethods.exp: Add ptype tests.
12539 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12540 get_result_type method.
12541
12542 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12543
12544 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12545 the target does not support hardware watchpoints.
12546
12547 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12548
12549 * gdb.base/break-always.exp: Abort testing if writing to memory
12550 causes an error.
12551
12552 2015-04-28 Doug Evans <dje@google.com>
12553
12554 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12555 * gdb.python/py-pp-registration.exp: ... here. New file.
12556 * gdb.python/py-pp-registration.c: New file.
12557 * gdb.python/py-pp-registration.py: New file.
12558
12559 2015-04-28 Doug Evans <dje@google.com>
12560
12561 * gdb.python/py-bad-printers.c: New file.
12562 * gdb.python/py-bad-printers.py: New file.
12563 * gdb.python/py-bad-printers.exp: New file.
12564
12565 2015-04-28 Sasha Smundak <asmundak@google.com>
12566
12567 * gdb.python/py-type.exp: New test.
12568
12569 2015-04-28 Andy Wingo <wingo@igalia.com>
12570
12571 * gdb.python/py-parameter.exp:
12572 * gdb.guile/scm-parameter.exp: Escape the path that we are
12573 matching against, as it might contain characters that are special
12574 to regular expressions.
12575
12576 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12577
12578 * gdb.ada/rec_comp: New testcase.
12579
12580 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12581
12582 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12583 before using it.
12584
12585 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12586
12587 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12588 new tests for verilog output.
12589
12590 2015-04-24 Yao Qi <yao.qi@linaro.org>
12591
12592 * boards/remote-gdbserver-on-localhost.exp: New file.
12593
12594 2015-04-23 Pedro Alves <palves@redhat.com>
12595
12596 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12597 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12598 "end of file", remove $inferior_spawn_id from the indirect list.
12599
12600 2015-04-23 Pedro Alves <palves@redhat.com>
12601
12602 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12603
12604 2015-04-23 Pedro Alves <palves@redhat.com>
12605
12606 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12607 on $any_spawn_id instead of only on $gdb_spawn_id.
12608
12609 2015-04-21 Pierre Muller <muller@sourceware.org>
12610
12611 PR pascal/17815
12612 * lib/pascal.exp (gpc_compile): Add new option "class".
12613 (fpc_compile): Likewise.
12614 * gdb.pascal/case-insensitive-symbols.pas: New file.
12615 * gdb.pascal/case-insensitive-symbols.exp: New file.
12616
12617 2015-04-20 Gary Benson <gbenson@redhat.com>
12618
12619 * gdb.base/attach.exp: Fix three extended remote failures.
12620
12621 2015-04-17 Gary Benson <gbenson@redhat.com>
12622
12623 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12624 the main executable over the remote protocol.
12625
12626 2015-04-16 Pedro Alves <palves@redhat.com>
12627
12628 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12629 a new gdbserver if gdbserver_reconnect_p is set.
12630
12631 2015-04-16 Pedro Alves <palves@redhat.com>
12632
12633 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12634 is set, don't exit gdbserver.
12635
12636 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12637
12638 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12639 appropriate .insn, such that an older assembler can be used.
12640 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12641 the z/Architecture instruction set on 31-bit targets as well.
12642
12643 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12644
12645 * gdb.go/handcall.exp: Remove all logic related to the first
12646 breakpoint and rely on go_runto_main instead.
12647 * gdb.go/strings.exp: Likewise.
12648 * gdb.go/unsafe.exp: Likewise.
12649 * gdb.go/hello.exp: Likewise. Also rename the remaining
12650 breakpoint marker to "breakpoint 1".
12651 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12652 * gdb.go/strings.go: Likewise.
12653 * gdb.go/unsafe.go: Likewise.
12654 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12655 "set breakpoint 2 here" and rename the remaining breakpoint marker
12656 to "breakpoint 1".
12657
12658 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12659
12660 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12661 if itertools.imap is not present.
12662 * gdb.python/py-objfile.exp: Add parentheses.
12663 * gdb.python/py-type.exp: Same.
12664 * gdb.python/py-unwind-maint.py: Same.
12665
12666 2015-04-15 Yao Qi <yao.qi@linaro.org>
12667
12668 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12669 of ":$ptr_size" and set its form explicitly.
12670
12671 2015-04-15 Pedro Alves <palves@redhat.com>
12672 Yao Qi <yao.qi@linaro.org>
12673
12674 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12675 timeout by factor of 4.
12676 (test_regular_watch): Likewise.
12677 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12678 * gdb.reverse/sigall-reverse.exp: Likewise.
12679 * gdb.reverse/until-precsave.exp: Likewise.
12680 * lib/gdb.exp (with_timeout_factor): New proc.
12681 (gdb_expect): Move some code to ...
12682 (get_largest_timeout): ... here. New procedure.
12683
12684 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12685
12686 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12687
12688 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12689
12690 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12691 to write to the .text section.
12692
12693 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12694
12695 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12696 Handle the case of targets that do not provide PID information.
12697
12698 2015-04-13 Yao Qi <yao.qi@linaro.org>
12699
12700 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12701 and use expect instead of gdb_expect.
12702
12703 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12704
12705 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12706 "coredump_var_addr" to avoid naming conflict with other testcases.
12707
12708 2015-04-10 Pedro Alves <palves@redhat.com>
12709
12710 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12711 gdb_test_sequence and gdb_assert.
12712
12713 2015-04-10 Pedro Alves <palves@redhat.com>
12714
12715 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12716 test messages that don't include the breakpoint address.
12717
12718 2015-04-10 Yao Qi <yao.qi@linaro.org>
12719
12720 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12721 false for some offset and width combinations which aren't
12722 supported by linux kernel.
12723
12724 2015-04-10 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12727 procedure, factored out from ...
12728 (top level): ... here. Add "set displaced-stepping" testing axis.
12729 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12730 parameter "displaced". Use it.
12731 (top level): Use foreach and add "set displaced-stepping" testing
12732 axis.
12733
12734 2015-04-10 Pedro Alves <palves@redhat.com>
12735
12736 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12737 Remove comment.
12738 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12739 both the address of the instruction that triggers the watchpoint
12740 and the address of the instruction immediately after, and use
12741 those addresses for the test. Fix comment.
12742
12743 2015-04-10 Pedro Alves <palves@redhat.com>
12744
12745 * gdb.base/sigstep.exp (breakpoint_to_handler)
12746 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12747 Test "backtrace" in handler.
12748 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12749 (top level): Add new "displaced" test axis to
12750 breakpoint_to_handler, breakpoint_to_handler_entry and
12751 breakpoint_over_handler.
12752
12753 2015-04-10 Pedro Alves <palves@redhat.com>
12754
12755 PR gdb/18216
12756 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12757
12758 2015-04-10 Yao Qi <yao.qi@linaro.org>
12759
12760 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12761 (test_add_rn_pc): New function.
12762 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12763 (top level): Invoke test_add_rn_pc.
12764
12765 2015-04-10 Pedro Alves <palves@redhat.com>
12766
12767 PR gdb/13858
12768 * gdb.base/step-over-no-symbols.exp: New file.
12769
12770 2015-04-09 Andy Wingo <wingo@igalia.com>
12771
12772 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12773 after the Python tests.
12774
12775 2015-04-08 Keith Seitz <keiths@redhat.com>
12776
12777 PR python/16699
12778 * gdb.python/py-completion.exp: New tests for completion.
12779 * gdb.python/py-completion.py (CompleteLimit1): New class.
12780 (CompleteLimit2): Likewise.
12781 (CompleteLimit3): Likewise.
12782 (CompleteLimit4): Likewise.
12783 (CompleteLimit5): Likewise.
12784 (CompleteLimit6): Likewise.
12785 (CompleteLimit7): Likewise.
12786
12787 2015-04-08 Pedro Alves <palves@redhat.com>
12788
12789 PR gdb/18214
12790 PR gdb/18216
12791 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12792 function.
12793 (main): Install it as SIGUSR1 handler.
12794 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12795 parameter. Always use "setup" as prefix. Toggle "set
12796 displaced-stepping" off/on depending on global. Don't switch to
12797 thread 1 here.
12798 (top level): Add displaced stepping "off/on" test axis. Update
12799 "setup" calls. Wrap each subtest with with_test_prefix. Test
12800 continuing with a queued signal in each thread.
12801
12802 2015-04-08 Pedro Alves <palves@redhat.com>
12803
12804 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12805 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12806 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12807 Return early if running to main fails.
12808 * gdb.trace/while-stepping.exp: Likewise.
12809
12810 2015-04-07 Pedro Alves <palves@redhat.com>
12811
12812 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12813 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12814 interact with inferior program.
12815
12816 2015-04-07 Pedro Alves <palves@redhat.com>
12817
12818 * lib/gdb.exp (inferior_spawn_id): New global.
12819 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12820 spawn id after processing the user code.
12821 (default_gdb_start): Set inferior_spawn_id.
12822 (send_inferior): New procedure.
12823 * lib/gdbserver-support.exp (gdbserver_start): Set
12824 inferior_spawn_id.
12825 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12826
12827 2015-04-07 Pedro Alves <palves@redhat.com>
12828
12829 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12830 * lib/gdbserver-support.exp (gdbserver_start): Make
12831 $server_spawn_id global.
12832 (gdbserver_start): Don't wait for gdbserver's spawn id with
12833 expect_background.
12834 (close_gdbserver): New procedure.
12835 (gdb_exit): Rename the default version and reimplement.
12836
12837 2015-04-07 Pedro Alves <palves@redhat.com>
12838
12839 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12840 append the substituted item, not the original item.
12841
12842 2015-04-07 Pedro Alves <palves@redhat.com>
12843
12844 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12845 gdb_expect.
12846
12847 2015-04-07 Pedro Alves <palves@redhat.com>
12848
12849 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12850 output appearing once only.
12851
12852 2015-04-07 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12855 that doesn't expect anything. Return early if running to main
12856 fails.
12857
12858 2015-04-07 Yao Qi <yao.qi@linaro.org>
12859
12860 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12861 (child_function): Call alarm.
12862 (main): Move call to alarm into the loop.
12863 * gdb.threads/non-stop-fair-events.exp: Build program with
12864 -DTIMEOUT=$timeout.
12865
12866 2015-04-06 Doug Evans <xdje42@gmail.com>
12867
12868 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12869 Fix dest parameter to board_info.
12870 (fpc_compile): Ditto.
12871 (gdb_compile_pascal): Rename dest arg to destfile.
12872
12873 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12874
12875 * gdb.ada/funcall_ref.exp: New file.
12876 * gdb.ada/funcall_ref/foo.adb: New file.
12877
12878 2015-04-02 Yao Qi <yao.qi@linaro.org>
12879
12880 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12881 is remote.
12882
12883 2015-04-02 Gary Benson <gbenson@redhat.com>
12884
12885 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12886
12887 2015-04-01 Sasha Smundak <asmundak@google.com>
12888
12889 * gdb.python/py-unwind-maint.c: New file.
12890 * gdb.python/py-unwind-maint.exp: New test.
12891 * gdb.python/py-unwind-maint.py: New file.
12892 * gdb.python/py-unwind.c: New file.
12893 * gdb.python/py-unwind.exp: New test.
12894 * gdb.python/py-unwind.py: New test.
12895
12896 2015-04-01 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12899 to fail instead of non-existent $test.
12900
12901 2015-04-01 Pedro Alves <palves@redhat.com>
12902
12903 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12904 GDBFLAGS if not empty.
12905
12906 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12907
12908 * gdb.ada/complete.exp: Remove "multi_line".
12909 * gdb.ada/info_exc.exp: Remove "multi_line".
12910 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12911 * gdb.ada/ptype_field.exp: Remove "multi_line".
12912 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12913 * gdb.ada/tagged.exp: Remove "multi_line".
12914 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12915 [multi_line ...]
12916 * gdb.btrace/delta.exp: Likewise.
12917 * gdb.btrace/exception.exp: Likewise.
12918 * gdb.btrace/function_call_history.exp: Likewise.
12919 * gdb.btrace/instruction_history.exp: Likewise.
12920 * gdb.btrace/nohist.exp: Likewise.
12921 * gdb.btrace/record_goto.exp: Likewise.
12922 * gdb.btrace/segv.exp: Likewise.
12923 * gdb.btrace/stepi.exp: Likewise.
12924 * gdb.btrace/tailcall.exp: Likewise.
12925 * gdb.btrace/unknown_functions.exp: Likewise.
12926 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12927 * lib/gdb.exp: Add the "multi_line" helper.
12928
12929 2015-04-01 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.threads/tid-reuse.c: New file.
12932 * gdb.threads/tid-reuse.exp: New file.
12933
12934 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12935
12936 PR corefiles/16092
12937 * gdb.base/coredump-filter.c: New file.
12938 * gdb.base/coredump-filter.exp: Likewise.
12939
12940 2015-03-27 Petr Machata <pmachata@redhat.com>
12941
12942 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12943 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12944 (Dwarf::assemble): Initialize them.
12945 (Dwarf::lines): New function.
12946
12947 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12948
12949 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12950 SYMBOL_PREFIX for x86_64-*-cygwin.
12951
12952 2015-03-26 Andy Wingo <wingo@igalia.com>
12953
12954 PR symtab/18148
12955 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12956 const_value but not a location.
12957 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12958 location defined in non-main CUs are visible.
12959
12960 2015-03-26 Yao Qi <yao.qi@linaro.org>
12961
12962 PR testsuite/18139
12963 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12964 Add a line number entry for the same line.
12965 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12966 Add a line number entry for the same line.
12967
12968 2015-03-26 Yao Qi <yao.qi@linaro.org>
12969
12970 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12971 .int 0.
12972 (func): Likewise. Add .Lfunc_1 label.
12973 Use .Lfunc_1 label.
12974 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12975 .int 0.
12976 (func): Likewise.
12977 Use .Lfunc_1 label.
12978
12979 2015-03-26 Yao Qi <yao.qi@linaro.org>
12980
12981 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12982 Call gdb_compile instead to compile each .s files without debug
12983 information.
12984
12985 2015-03-26 Yao Qi <yao.qi@linaro.org>
12986
12987 * gdb.base/savedregs.exp (process_saved_regs): Make
12988 "Saved registers:" optional in the pattern.
12989
12990 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12991
12992 * gdb.btrace/next.exp: Merged into step.exp.
12993 * gdb.btrace/finish.exp: Merged into step.exp.
12994 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12995 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12996 "record goto" and checking the exact replay position.
12997 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12998 check for "Recording format" in "info record" output.
12999 * gdb.btrace/record_goto.exp: Choose test file based on target.
13000 * gdb.btrace/x86-record_goto.S: Renamed into ...
13001 * gdb.btrace/x86_64-record_goto.S: ... this.
13002 * gdb.btrace/i686-record_goto.S: New.
13003 * gdb.btrace/x86-tailcall.S: Renamed into ...
13004 * gdb.btrace/x86_64-tailcall.S: ... this.
13005 * gdb.btrace/i686-tailcall.S: New.
13006 * gdb.btrace/x86-tailcall.c: Renamed into ...
13007 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13008 separate statements. Update test.
13009 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13010 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13011 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13012 * gdb.btrace/tailcall.exp: Choose test file based on target.
13013 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13014
13015 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13016
13017 * gdb.btrace/exception.exp: Increase BTS buffer size.
13018
13019 2015-03-24 Pedro Alves <palves@redhat.com>
13020
13021 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13022
13023 2015-03-24 Pedro Alves <palves@redhat.com>
13024
13025 * gdb.threads/schedlock.exp (test_step): No longer expect that
13026 "set scheduler-locking step" with "next" over a function call runs
13027 threads unlocked.
13028
13029 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13030
13031 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13032
13033 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13034
13035 PR breakpoints/16466
13036 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13037 * gdb.mi/mi-pending.c (thread_func): New function.
13038 (int main): Add threading support required.
13039 * gdb.mi/mi-pending.exp: Add tests for this issue.
13040 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13041 (pendfunc2): Remove stdio dependency.
13042 * gdb.mi/mi-pendshr2.c: New file.
13043
13044 2015-03-23 Keith Seitz <keiths@redhat.com>
13045
13046 * gdb.linespec/keywords.c: New file.
13047 * gdb.linespec/keywords.exp: New file.
13048
13049 2015-03-23 Keith Seitz <keiths@redhat.com>
13050
13051 PR gdb/18021
13052 * gdb.dwarf2/staticvirtual.exp: New test.
13053
13054 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13055
13056 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13057 * README: Remove HP-UX and gdb.hp.
13058 (configuration):
13059 * configure: Regenerate.
13060 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13061 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13062 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13063 gdb.hp/gdb.defects/Makefile.
13064 * gdb.hp/Makefile.in: File deleted.
13065 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13066 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13067 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13068 * gdb.hp/gdb.aCC/run.c: File deleted.
13069 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13070 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13071 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13072 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13073 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13074 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13075 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13076 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13077 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13078 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13079 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13080 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13081 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13082 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13083 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13084 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13085 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13086 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13087 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13088 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13089 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13090 * gdb.hp/gdb.compat/average.c: File deleted.
13091 * gdb.hp/gdb.compat/sum.c: File deleted.
13092 * gdb.hp/gdb.compat/xdb.c: File deleted.
13093 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13094 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13095 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13096 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13097 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13098 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13099 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13100 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13101 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13102 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13103 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13104 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13105 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13106 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13107 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13108 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13109 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13110 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13111 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13112 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13113 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13114 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13115 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13116 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13117 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13118 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13119 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13120 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13121 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13122 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13123 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13124 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13125 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13126 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13127 * gdb.hp/tools/odump: File deleted.
13128
13129 2015-03-19 Pedro Alves <palves@redhat.com>
13130
13131 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13132 (saw_thread_3): New globals.
13133 (top level): Increment them when an event for the corresponding
13134 thread is seen.
13135 (no thread starvation): New test.
13136
13137 2015-03-19 Pedro Alves <palves@redhat.com>
13138
13139 * gdb.threads/continue-pending-status.c: New file.
13140 * gdb.threads/continue-pending-status.exp: New file.
13141
13142 2015-03-18 Pedro Alves <palves@redhat.com>
13143
13144 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13145 Use gdb_is_target_remote instead of is_remote. Use
13146 gdb_test_multiple instead of gdb_expect. Exit early if
13147 gdb_test_multiple hits its internal matches. Tighten stepi tests
13148 expected output. Fail on exit with any signal, instead of just
13149 SIGILL.
13150
13151 2015-03-18 Yao Qi <yao.qi@linaro.org>
13152
13153 PR tdep/18107
13154 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13155 variable.
13156 * gdb.base/catch-syscall.exp: Don't skip it on
13157 aarch64*-*-linux* target. Remove elements in all_syscalls.
13158 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13159 target.
13160 (setup_all_syscalls): New proc.
13161
13162 2015-03-16 Yao Qi <yao.qi@linaro.org>
13163
13164 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13165 (top level): Skip tests if valid_addr_p returns false for
13166 $cmd1 or $cmd2.
13167
13168 2015-03-11 Andy Wingo <wingo@igalia.com>
13169
13170 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13171
13172 2015-03-11 Yao Qi <yao.qi@linaro.org>
13173
13174 * gdb.base/catch-syscall.exp: Fix typo in comments.
13175
13176 2015-03-11 Yao Qi <yao.qi@linaro.org>
13177
13178 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13179
13180 2015-03-09 Pedro Alves <palves@redhat.com>
13181
13182 * dg-extract-results.py: Delete.
13183
13184 2015-03-09 Pedro Alves <palves@redhat.com>
13185
13186 Merge dg-extract-results.sh from GCC upstream (r218843).
13187
13188 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13189 * dg-extract-results.sh: Use --text with grep to avoid issues with
13190 binary files. Fall back to cat -v, if that doesn't work.
13191
13192 2015-03-05 Pedro Alves <palves@redhat.com>
13193
13194 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13195
13196 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13197
13198 * lib/mi-support.exp (mi_expect_interrupt): Accept
13199 alternative event for when in all-stop mode.
13200
13201 2015-03-04 Pedro Alves <palves@redhat.com>
13202
13203 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13204
13205 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13206
13207 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13208
13209 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13210
13211 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13212 regexps for GDB's current line display, accept a hex address
13213 preceding the line number.
13214
13215 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13216
13217 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13218 the 'arch1' variable for "s390*-linux*" targets.
13219
13220 2015-03-04 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13223 (main): Pass missing retval argument to pthread_join call.
13224
13225 2015-03-02 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13228 (top level): Call do_test with non-stop as well.
13229
13230 2015-03-02 Pedro Alves <palves@redhat.com>
13231
13232 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13233 -1.
13234
13235 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13236
13237 * gdb.arch/s390-vregs.exp: New test.
13238 * gdb.arch/s390-vregs.S: New file.
13239
13240 2015-02-27 Pedro Alves <palves@redhat.com>
13241
13242 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13243 call to catch_command_errors.
13244 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13245 catch_command_errors.
13246
13247 2015-02-27 Pedro Alves <palves@redhat.com>
13248
13249 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13250 "true" for boolean result.
13251 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13252 prototype of main.
13253
13254 2015-02-27 Pedro Alves <palves@redhat.com>
13255
13256 * lib/unbuffer_output.c: New file.
13257 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13258 (main): Call gdb_unbuffer_output.
13259
13260 2015-02-27 Yao Qi <yao.qi@linaro.org>
13261
13262 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13263 target.
13264
13265 2015-02-26 Doug Evans <dje@google.com>
13266
13267 * gdb.cp/class2.cc (Dbase, D): New classes.
13268 (main): New local delta.
13269 * gdb.cp/class2.exp: Test printing delta.
13270 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13271 (dynbar): New global.
13272 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13273
13274 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13275
13276 * gdb.compile/compile-ifunc.c: New file.
13277 * gdb.compile/compile-ifunc.exp: New file.
13278
13279 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13280
13281 * gdb.base/structs.exp: Check for correct struct on finish.
13282
13283 2015-02-26 Yao Qi <yao.qi@linaro.org>
13284
13285 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13286 is zero.
13287
13288 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13289
13290 * gdb.arch/cordic.ko.bz2: New file.
13291 * gdb.arch/cordic.ko.debug.bz2: New file.
13292 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13293
13294 2015-02-25 Yao Qi <yao.qi@linaro.org>
13295
13296 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13297 aarch64*-*-* target.
13298
13299 2015-02-23 Pedro Alves <palves@redhat.com>
13300
13301 * lib/gdb.exp (delete_breakpoints): Rewrite using
13302 gdb_test_multiple.
13303
13304 2015-02-23 Pedro Alves <palves@redhat.com>
13305
13306 * gdb.base/info-os.c: Include stdlib.h.
13307
13308 2015-02-22 Doug Evans <xdje42@gmail.com>
13309
13310 PR symtab/17855
13311 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13312 is read after symbols have been re-read.
13313 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13314 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13315
13316 2015-02-21 Doug Evans <dje@google.com>
13317
13318 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13319
13320 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13321
13322 PR corefiles/17808
13323 * gdb.arch/i386-biarch-core.core.bz2: New file.
13324 * gdb.arch/i386-biarch-core.exp: New file.
13325
13326 2015-02-21 Pedro Alves <palves@redhat.com>
13327
13328 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13329 runto_main fails.
13330
13331 2015-02-20 Pedro Alves <palves@redhat.com>
13332
13333 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13334 info probes.
13335
13336 2015-02-20 Pedro Alves <palves@redhat.com>
13337
13338 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13339
13340 2015-02-20 Pedro Alves <palves@redhat.com>
13341
13342 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13343 clean_restart before gdb_target_supports_trace.
13344
13345 2015-02-20 Pedro Alves <palves@redhat.com>
13346
13347 PR threads/18006
13348 * gdb.threads/clone-thread_db.c: New file.
13349 * gdb.threads/clone-thread_db.exp: New file.
13350
13351 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13352
13353 PR breakpoints/16812
13354 * gdb.base/catch-gdb-caused-signals.c: New file.
13355 * gdb.base/catch-gdb-caused-signals.exp: New file.
13356
13357 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13358
13359 * configure: Regenerated.
13360 * configure.ac: Use GDB_AC_TRANSFORM.
13361 * aclocal.m4: sinclude ../transform.m4.
13362
13363 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13364
13365 * lib/dtrace.exp: New file.
13366 * gdb.base/dtrace-probe.exp: Likewise.
13367 * gdb.base/dtrace-probe.d: Likewise.
13368 * gdb.base/dtrace-probe.c: Likewise.
13369 * lib/pdtrace.in: Likewise.
13370 * configure.ac: Output variables with the transformed names of
13371 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13372 * configure: Regenerated.
13373
13374 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13375
13376 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13377 expected message when trying to access $_probe_* convenience
13378 variables while not on a probe.
13379
13380 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13381
13382 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13383
13384 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13385
13386 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13387 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13388
13389 2015-02-10 Doug Evans <xdje42@gmail.com>
13390
13391 * lib/gdb.exp (gdb_load): Always return a result.
13392
13393 2015-02-10 Pedro Alves <palves@redhat.com>
13394
13395 * gdb.threads/signal-sigtrap.c: New file.
13396 * gdb.threads/signal-sigtrap.exp: New file.
13397
13398 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13399
13400 * gdb.trace/no-attach-trace.c: New file.
13401 * gdb.trace/no-attach-trace.exp: New file.
13402
13403 2015-02-09 Mark Wielaard <mjw@redhat.com>
13404
13405 * gdb.dwarf2/atomic.c: New file.
13406 * gdb.dwarf2/atomic-type.exp: Likewise.
13407
13408 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13409
13410 * gdb.btrace/buffer-size.exp: Update "info record" output.
13411 * gdb.btrace/delta.exp: Update "info record" output.
13412 * gdb.btrace/enable.exp: Update "info record" output.
13413 * gdb.btrace/finish.exp: Update "info record" output.
13414 * gdb.btrace/instruction_history.exp: Update "info record" output.
13415 * gdb.btrace/next.exp: Update "info record" output.
13416 * gdb.btrace/nexti.exp: Update "info record" output.
13417 * gdb.btrace/step.exp: Update "info record" output.
13418 * gdb.btrace/stepi.exp: Update "info record" output.
13419 * gdb.btrace/nohist.exp: Update "info record" output.
13420
13421 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13422
13423 * gdb.btrace/buffer-size: New.
13424
13425 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13426
13427 * gdb.btrace/delta.exp: Update "info record" output.
13428 * gdb.btrace/enable.exp: Update "info record" output.
13429 * gdb.btrace/finish.exp: Update "info record" output.
13430 * gdb.btrace/instruction_history.exp: Update "info record" output.
13431 * gdb.btrace/next.exp: Update "info record" output.
13432 * gdb.btrace/nexti.exp: Update "info record" output.
13433 * gdb.btrace/step.exp: Update "info record" output.
13434 * gdb.btrace/stepi.exp: Update "info record" output.
13435 * gdb.btrace/nohist.exp: Update "info record" output.
13436
13437 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13438
13439 PR gdb/15678
13440 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13441
13442 2015-02-06 Pedro Alves <palves@redhat.com>
13443
13444 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13445 macro.
13446 (seconds_left, again): New globals.
13447 (main): Wait seconds_left in a 1-second sleep loop instead of
13448 sleeping 180 seconds. If 'again' is set, reset the seconds
13449 counter.
13450 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13451 'again' in the inferior before detaching. Print the seconds left.
13452 (options): New global.
13453 (top level): Build program with -DTIMEOUT=$timeout.
13454
13455 2015-02-06 Pedro Alves <palves@redhat.com>
13456
13457 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13458 determine how many seconds to pass to 'alarm'.
13459 * gdb.base/gdb-sigterm.exp (top level): Build program with
13460 -DTIMEOUT=$timeout.
13461 (do_test): Return success/failure indication. Add more verbose
13462 logging. Don't fail if 200 single steps are seen. Instead, fail
13463 when the test times out.
13464 (passes): New global.
13465 (top level): Break the testing loop if testing fails on any
13466 iteration. Use gdb_assert.
13467
13468 2015-02-04 Don Breazeal <donb@codesourcery.com>
13469
13470 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13471 and initialize them.
13472 (ipc_cleanup): New function.
13473 (main): Don't declare shmid, semid, and msqid. Add a call to
13474 atexit so that we call ipc_cleanup on exit.
13475
13476 2015-02-04 Pedro Alves <palves@redhat.com>
13477
13478 * boards/native-extended-gdbserver.exp: Remove any target variant
13479 specifications from the board name before clearing the isremote
13480 flag from board_info.
13481
13482 2015-01-31 Doug Evans <xdje42@gmail.com>
13483
13484 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13485
13486 2015-01-31 Gary Benson <gbenson@redhat.com>
13487
13488 * gdb.base/completion.exp: Disable completion limiting for
13489 existing tests. Add new tests to check completion limiting.
13490 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13491
13492 2015-01-31 Doug Evans <xdje42@gmail.com>
13493
13494 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13495
13496 2015-01-31 Doug Evans <xdje42@gmail.com>
13497
13498 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13499 entries. Duplicate file section script entries.
13500 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13501 inlined entries. Add test for safe-path rejection.
13502 * gdb.python/py-section-script.c: Add duplicate inlined section script
13503 entries. Duplicate file section script entries.
13504 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13505 inlined entries. Add test for safe-path rejection.
13506
13507 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13508
13509 * gdb.ada/disc_arr_bound: New testcase.
13510
13511 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13512
13513 * gdb.ada/mi_var_array: New testcase.
13514
13515 2015-01-27 Doug Evans <dje@google.com>
13516
13517 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13518 Add test for objfile.filename, objfile.username after objfile
13519 has been unloaded.
13520
13521 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13522
13523 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13524 the second test to print the name attribute of value
13525 returned by the call to gdb.lookup_type, and adjust
13526 the expected output accordingly.
13527
13528 2015-01-25 Mark Wielaard <mjw@redhat.com>
13529
13530 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13531 * gdb.base/disp-step-fork.c: Include unistd.h.
13532 * gdb.base/siginfo-obj.c: Include stdio.h.
13533 * gdb.base/siginfo-thread.c: Likewise.
13534 * gdb.mi/non-stop.c: Include unistd.h.
13535 * gdb.mi/nsthrexec.c: Include stdio.h.
13536 * gdb.mi/pthreads.c: Include unistd.h.
13537 * gdb.modula2/unbounded1.c (main): Declare returns int.
13538 * gdb.reverse/consecutive-reverse.c: Likewise.
13539 * gdb.threads/create-fail.c: Include unistd.h.
13540 * gdb.threads/killed.c: Likewise.
13541 * gdb.threads/linux-dp.c: Likewise.
13542 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13543 * gdb.threads/non-ldr-exc-2.c: Likewise.
13544 * gdb.threads/non-ldr-exc-3.c: Likewise.
13545 * gdb.threads/non-ldr-exc-4.c: Likewise.
13546 * gdb.threads/pthreads.c: Include unistd.h.
13547 (main): Declare returns int.
13548 * gdb.threads/tls-main.c (foo): New declaration.
13549 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13550
13551 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13552
13553 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13554 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13555
13556 2015-01-15 Mark Wielaard <mjw@redhat.com>
13557
13558 * gdb.base/noreturn-return.c: New file.
13559 * gdb.base/noreturn-return.exp: New file.
13560 * gdb.base/noreturn-finish.c: New file.
13561 * gdb.base/noreturn-finish.exp: New file.
13562
13563 2015-01-23 Pedro Alves <palves@redhat.com>
13564
13565 * gdb.threads/continue-pending-after-query.c: New file.
13566 * gdb.threads/continue-pending-after-query.exp: New file.
13567
13568 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13569 Simon Marchi <simon.marchi@ericsson.com>
13570
13571 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13572 * gdb.base/valgrind-db-attach.exp: Same.
13573 * gdb.base/valgrind-infcall.exp: Same.
13574 * lib/mi-support.exp (default_mi_gdb_start): Same.
13575 * lib/prompt.exp (default_prompt_gdb_start): Same.
13576 * lib/gdb.exp (default_gdb_spawn): Same.
13577 (gdb_interact): New.
13578
13579
13580 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13581
13582 * gdb.compile/compile.exp (pointer to jit function): New test.
13583
13584 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13585
13586 * lib/gdb.exp (supports_process_record): Return true for
13587 powerpc*-*-linux*.
13588 (supports_reverse): Likewise.
13589
13590 2015-01-15 Don Breazeal <donb@codesourcery.com>
13591
13592 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13593 instead of checking whether the target board is remote and
13594 use spawn_wait_for_attach instead of exec/sleep.
13595 * gdb.base/attach-twice.exp: Likewise.
13596
13597 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13598
13599 * gdb.ada/var_arr_attrs: New testcase.
13600
13601 2015-01-14 Pedro Alves <palves@redhat.com>
13602 Joel Brobecker <brobecker@adacore.com>
13603
13604 PR gdb/17525
13605 * gdb.base/bp-cmds-execution-x-script.c: New file.
13606 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13607 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13608
13609 2015-01-14 Pedro Alves <palves@redhat.com>
13610
13611 PR cli/17828
13612 * gdb.base/batch-preserve-term-settings.c: New file.
13613 * gdb.base/batch-preserve-term-settings.exp: New file.
13614
13615 2015-01-13 Doug Evans <dje@google.com>
13616
13617 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13618 binary.
13619
13620 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13621
13622 * Makefile.in (clean mostlyclean): Do not delete *.py.
13623
13624 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13625
13626 * gdb.python/py-lookup-type.exp: New file.
13627
13628 2015-01-12 Pedro Alves <palves@redhat.com>
13629
13630 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13631 restore GDBFLAGS before returning.
13632
13633 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13634
13635 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13636 is_amd64_regs_target and is_x86_like_target.
13637
13638 2015-01-11 Doug Evans <xdje42@gmail.com>
13639
13640 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13641 is given without an explicit form.
13642 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13643 attributes.
13644 * gdb.dwarf/corrupt.exp: Ditto.
13645 * gdb.dwarf2/enum-type.exp: Ditto.
13646 * gdb.trace/entry-values.exp: Ditto.
13647 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13648
13649 2015-01-11 Doug Evans <xdje42@gmail.com>
13650
13651 PR gdb/15830
13652 * gdb.base/maint.exp: Remove references to "maint demangle".
13653 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13654 Add tests for explicitly specifying language to demangle.
13655 * gdb.dlang/demangle.exp: Ditto.
13656
13657 2015-01-09 Pedro Alves <palves@redhat.com>
13658
13659 * gdb.threads/non-stop-fair-events.c: New file.
13660 * gdb.threads/non-stop-fair-events.exp: New file.
13661
13662 2015-01-09 Pedro Alves <palves@redhat.com>
13663
13664 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13665 the global scope. Set a breakpoint after all threads are started
13666 rather than stepping over two source lines. Expect the prompt.
13667 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13668 global.
13669 (NUM): Now 15.
13670 (main): Use threads_started_barrier to wait for all threads to
13671 start. Main thread no longer calls thread_function. Exit after
13672 180 seconds.
13673 (loop): New function.
13674 (thread_function): Wait on threads_started_barrier barrier. Call
13675 'loop' at each iteration.
13676 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13677 threads have started, instead of hardcoding number of "next"
13678 steps. Use an access watchpoint instead of a write watchpoint.
13679
13680 2015-01-09 Pedro Alves <palves@redhat.com>
13681
13682 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13683 (thread_func): Wait on barrier.
13684 (main): Wait for all threads to start before stopping GDB.
13685 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13686 global.
13687 (thread1_func, thread2_func): Wait on barrier.
13688 (main): Wait for all threads to start before stopping GDB.
13689 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13690 New global.
13691 (thread1_func, thread2_func): Wait on barrier.
13692 (main): Wait for all threads to start before stopping GDB.
13693
13694 2015-01-09 Pedro Alves <palves@redhat.com>
13695
13696 * gdb.threads/attach-many-short-lived-threads.c: New file.
13697 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13698
13699 2014-01-09 Pedro Alves <palves@redhat.com>
13700
13701 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13702 instead of to thread 2.
13703 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13704 Add barrier around each pthread_create call instead of around all
13705 calls.
13706 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13707 Set a break on thread_function and have the child threads hit it
13708 one at at a time.
13709
13710 2015-01-09 Pedro Alves <palves@redhat.com>
13711
13712 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13713 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13714 false.
13715 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13716 checking whether the target board is remote.
13717 * gdb.multi/multi-attach.exp: Likewise.
13718 * gdb.python/py-sync-interp.exp: Likewise.
13719 * gdb.server/ext-attach.exp: Likewise.
13720 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13721 tests that need to attach, instead of checking whether the target
13722 board is remote at the top of the file.
13723
13724 2015-01-08 Yao Qi <yao@codesourcery.com>
13725
13726 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13727
13728 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13729
13730 Fix testcase compilation.
13731 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13732
13733 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13734
13735 * gdb.python/py-type.exp: Add a couple test about empty
13736 array creation, and negative-length array creation.
13737
13738 2015-01-02 Doug Evans <xdje42@gmail.com>
13739
13740 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13741
13742 2015-01-02 Doug Evans <dje@google.com>
13743
13744 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13745
13746 2014-12-29 Yao Qi <yao@codesourcery.com>
13747
13748 * gdb.trace/entry-values.exp: Update comments. Rename variable
13749 bar_call_foo to returned_from_foo.
13750
13751 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13752
13753 PR gdb/17394
13754 * gdb.linespec/break-asm-file.c: New file.
13755 * gdb.linespec/break-asm-file.exp: New file.
13756 * gdb.linespec/break-asm-file0.s: New file.
13757 * gdb.linespec/break-asm-file1.s: New file.
13758
13759 2014-12-18 Nigel Stephens <nigel@mips.com>
13760 Maciej W. Rozycki <macro@codesourcery.com>
13761
13762 * gdb.base/float.exp: Handle the new output from "info float" on
13763 MIPS targets.
13764
13765 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13766
13767 Fix MinGW compilation.
13768 * gdb.compile/compile-ops.exp: Update untested message if
13769 !skip_compile_feature_tests.
13770 * gdb.compile/compile-setjmp.exp: Likewise.
13771 * gdb.compile/compile-tls.exp: Likewise.
13772 * gdb.compile/compile.exp: Likewise.
13773 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13774 supported on this host".
13775
13776 2014-12-16 Doug Evans <xdje42@gmail.com>
13777
13778 * boards/stabs.exp: New file.
13779
13780 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13781
13782 * gdb.base/completion.exp: Adjust to format changes of "maint
13783 print user-registers".
13784
13785 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13786
13787 PR server/17457
13788 * gdb.arch/aarch64-fp.c: New file.
13789 * gdb.arch/aarch64-fp.exp: New file.
13790
13791 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13792
13793 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13794 r210637, r210913, r211666, r215400, r215817).
13795
13796 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13797 * dg-extract-results.py: New file.
13798 * dg-extract-results.sh: Use it if the environment seems
13799 suitable.
13800
13801 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13802
13803 * dg-extract-results.py (parse_run): Handle warnings that
13804 are printed before a test harness is run.
13805
13806 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13807
13808 * dg-extract-results.py (Named): Remove __cmp__ method.
13809 (output_variation): Use a key to sort variation.harnesses.
13810
13811 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13812
13813 * dg-extract-results.py: For Python 3, force sys.stdout to
13814 handle surrogate escape sequences.
13815 (safe_open): New function.
13816 (output_segment, main): Use it.
13817
13818 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13819
13820 * dg-extract-results.py (Prog.result_re): Include options
13821 in test name.
13822
13823 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13824
13825 * dg-extract-results.py (output_variation): Always sort if
13826 do_sum.
13827
13828 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13829
13830 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13831 as long as we get pagination notifications.
13832
13833 2014-12-15 Jason Merrill <jason@redhat.com>
13834
13835 * Makefile.in (check-gdb.%): Restore.
13836 * README: Mention it.
13837
13838 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13839
13840 * gdb.ada/str_uninit: New testcase.
13841
13842 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13843
13844 PR symtab/17642
13845 * gdb.base/vla-stub-define.c: New file.
13846 * gdb.base/vla-stub.c: New file.
13847 * gdb.base/vla-stub.exp: New file.
13848
13849 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13850 Jan Kratochvil <jan.kratochvil@redhat.com>
13851 Tom Tromey <tromey@redhat.com>
13852
13853 * configure.ac: Add gdb.compile/.
13854 * configure: Regenerate.
13855 * gdb.compile/Makefile.in: New file.
13856 * gdb.compile/compile-ops.exp: New file.
13857 * gdb.compile/compile-ops.c: New file.
13858 * gdb.compile/compile-tls.c: New file.
13859 * gdb.compile/compile-tls.exp: New file.
13860 * gdb.compile/compile-constvar.S: New file.
13861 * gdb.compile/compile-constvar.c: New file.
13862 * gdb.compile/compile-mod.c: New file.
13863 * gdb.compile/compile-nodebug.c: New file.
13864 * gdb.compile/compile-setjmp-mod.c: New file.
13865 * gdb.compile/compile-setjmp.c: New file.
13866 * gdb.compile/compile-setjmp.exp: New file.
13867 * gdb.compile/compile-shlib.c: New file.
13868 * gdb.compile/compile.c: New file.
13869 * gdb.compile/compile.exp: New file.
13870 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13871
13872 2014-12-12 Tom Tromey <tromey@redhat.com>
13873
13874 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13875 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13876
13877 2014-12-12 Doug Evans <dje@google.com>
13878
13879 * lib/gdb-python.exp (get_python_valueof): New function.
13880 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13881
13882 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13883
13884 * gdb.base/completion.exp: Add test for completion of "info
13885 registers ".
13886
13887 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13888
13889 * gdb.base/func-ptrs.c: New file.
13890 * gdb.base/func-ptrs.exp: New file.
13891
13892 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13893
13894 PR breakpoints/17012
13895 * gdb.base/dprintf-detach.c: New file.
13896 * gdb.base/dprintf-detach.exp: New file.
13897
13898 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13899
13900 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13901 * lib/gdb.exp (target_is_gdbserver): New procedure.
13902
13903 2014-12-08 Doug Evans <dje@google.com>
13904
13905 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13906
13907 2014-12-05 Yao Qi <yao@codesourcery.com>
13908
13909 * gdb.guile/scm-error.exp: Remove the third argument to
13910 gdb_remote_download.
13911 * gdb.guile/scm-frame-args.exp: Likewise.
13912 * gdb.guile/scm-section-script.exp: Likewise.
13913
13914 2014-12-05 Yao Qi <yao@codesourcery.com>
13915
13916 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13917
13918 2014-12-04 Doug Evans <dje@google.com>
13919
13920 * gdb.python/py-objfile.exp: Add tests for
13921 objfile.add_separate_debug_file.
13922
13923 2014-12-04 Doug Evans <dje@google.com>
13924
13925 * lib/gdb.exp (get_build_id): New function.
13926 (build_id_debug_filename_get): Rewrite to use it.
13927 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13928
13929 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13930
13931 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13932 `method(long)', not just 0x0.
13933 * gdb.cp/nsalias.exp: Align code labels to 4.
13934 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13935 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13936 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13937 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13938 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13939 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13940
13941 2014-12-02 Doug Evans <dje@google.com>
13942
13943 PR symtab/17602
13944 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13945 * gdb.cp/anon-ns2.cc: ... here. New file.
13946 * gdb.cp/anon-ns.exp: Update.
13947
13948 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13949
13950 * gdb.python/py-events.py (inferior_call_handler): New.
13951 (register_changed_handler, memory_changed_handler): New.
13952 (test_events.invoke): Register new handlers.
13953 * gdb.python/py-events.exp: Add tests for inferior call,
13954 memory_changed and register_changed events.
13955
13956 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13957
13958 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13959 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13960 if the linker doesn't understand this.
13961
13962 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13963
13964 * gdb.python/python.exp: Change expected reply to help().
13965
13966 2014-12-01 Yao Qi <yao@codesourcery.com>
13967
13968 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13969 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13970 * configure: Re-generated.
13971
13972 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13973
13974 * gdb.cp/chained-calls.cc: New file.
13975 * gdb.cp/chained-calls.exp: New file.
13976 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13977
13978 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13979
13980 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13981 * gdb.dwarf2/symtab-producer.exp: Same.
13982 * gdb.gdb/python-interrupts.exp: Same.
13983 * gdb.gdb/python-selftest.exp: Same.
13984 * gdb.python/py-linetable.exp: Same.
13985 * gdb.python/py-type.exp: Same.
13986 * gdb.python/py-value-cc.exp: Same.
13987 * gdb.python/py-value.exp: Same.
13988
13989 2014-11-28 Yao Qi <yao@codesourcery.com>
13990
13991 * gdb.base/break-probes.exp: Match library name prefixed with
13992 sysroot.
13993
13994 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13995
13996 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13997 test expected output. Add parentheses for the call to print.
13998 Remove L suffix from integers.
13999
14000 2014-11-26 Doug Evans <dje@google.com>
14001
14002 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14003
14004 2014-11-22 Yao Qi <yao@codesourcery.com>
14005
14006 * gdb.trace/entry-values.c: Remove asms.
14007 (foo): Add foo_label.
14008 (bar): Add bar_label.
14009 * gdb.trace/entry-values.exp: Remove code computing foo's
14010 length and bar's length.
14011 (Dwarf::assemble): Invoke function_range for bar and use
14012 MACRO_AT_func for foo.
14013
14014 2014-11-22 Yao Qi <yao@codesourcery.com>
14015
14016 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14017 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14018 Use .Lgcc43_procstart instead of gcc43.
14019
14020 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14021
14022 * gdb.ada/n_arr_bound: New testcase.
14023
14024 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14025
14026 PR breakpoints/10737
14027 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14028 test_catch_syscall_multi_arch.
14029 (test_catch_syscall_multi_arch): New function.
14030
14031 2014-11-20 Doug Evans <xdje42@gmail.com>
14032
14033 * gdb.base/maint.exp: Update expected output.
14034
14035 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14036
14037 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14038 4-byte instruction on S390.
14039
14040 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14041
14042 * gdb.ada/arr_arr: New testcase.
14043
14044 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14045
14046 * gdb.ada/pkd_arr_elem: New Testcase.
14047
14048 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14049
14050 * gdb.reverse/break-precsave: Expect completion message for
14051 core file reads.
14052 * gdb.reverse/consecutive-precsave.exp: Likewise.
14053 * gdb.reverse/finish-precsave.exp: Likewise.
14054 * gdb.reverse/i386-precsave.exp: Likewise.
14055 * gdb.reverse/machinestate-precsave.exp: Likewise.
14056 * gdb.reverse/sigall-precsave.exp: Likewise.
14057 * gdb.reverse/solib-precsave.exp: Likewise.
14058 * gdb.reverse/step-precsave.exp: Likewise.
14059 * gdb.reverse/until-precsave.exp: Likewise.
14060 * gdb.reverse/watch-precsave.exp: Likewise.
14061
14062 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14063
14064 * gdb.base/bp-permanent.c: Include unistd.h.
14065 * gdb.python/py-framefilter-mi.c (main): Add return type.
14066 * gdb.python/py-framefilter.c (main): Likewise.
14067 * gdb.trace/actions-changed.c (main): Likewise.
14068
14069 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14070
14071 * gdb.mi/until.c: Add eye-catchers.
14072 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14073 line numbers.
14074
14075 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14076
14077 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14078 function header variants in break1.c.
14079 * gdb.base/ena-dis-br.exp: Likewise.
14080 * gdb.base/hbreak2.exp: Likewise.
14081 * gdb.reverse/until-precsave.exp: Drop references to removed
14082 non-prototype function header variants in ur1.c.
14083 * gdb.reverse/until-reverse.exp: Likewise.
14084
14085 2014-11-17 Petr Machata <pmachata@redhat.com>
14086
14087 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14088 ${_cu_offset_size} bytes abbrev offset.
14089
14090 2014-11-15 Doug Evans <xdje42@gmail.com>
14091
14092 PR symtab/17559
14093 * gdb.base/line-symtabs.exp: New file.
14094 * gdb.base/line-symtabs.c: New file.
14095 * gdb.base/line-symtabs.h: New file.
14096
14097 2014-11-14 Yao Qi <yao@codesourcery.com>
14098
14099 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14100 (func): Add label func_label.
14101 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14102 Replace low_pc and high_pc with MACRO_AT_range.
14103 Replace name, low_pc and high_pc with MACRO_AT_func.
14104
14105 2014-11-14 Yao Qi <yao@codesourcery.com>
14106
14107 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14108 Replace name, low_pc and high_pc with MACRO_AT_func.
14109
14110 2014-11-14 Yao Qi <yao@codesourcery.com>
14111
14112 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14113 produce debug information.
14114 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14115
14116 2014-11-14 Yao Qi <yao@codesourcery.com>
14117
14118 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14119 object and get function length.
14120 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14121 with MACRO_AT_func.
14122 (top-level): Replace gdb_compile and clean_restart with
14123 prepare_for_testing.
14124 * gdb.dwarf2/main.c (main): Add label main_label.
14125
14126 2014-11-14 Yao Qi <yao@codesourcery.com>
14127
14128 * lib/dwarf.exp (function_range): New procedure.
14129 (Dwarf::_handle_macro_at_func): New procedure.
14130 (Dwarf::_handle_macro_at_range): New procedure.
14131 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14132
14133 2014-11-14 Yao Qi <yao@codesourcery.com>
14134
14135 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14136 (_handle_attribute): New procedure.
14137
14138 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14139
14140 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14141 * gdb.base/call-sc.c (zed): Likewise.
14142 * gdb.base/checkpoint.c (main): Likewise.
14143 * gdb.base/dump.c (main): Likewise.
14144 * gdb.base/gcore.c (main): Likewise.
14145 * gdb.base/huge.c (main): Likewise.
14146 * gdb.base/multi-forks.c (main): Likewise.
14147 * gdb.base/pr10179-a.c (main): Likewise.
14148 * gdb.base/savedregs.c (main): Likewise.
14149 * gdb.base/sigaltstack.c (main): Likewise.
14150 * gdb.base/siginfo.c (main): Likewise.
14151 * gdb.base/structs.c (zed): Likewise.
14152 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14153 * gdb.mi/mi-syn-frame.c (main): Likewise.
14154 * gdb.mi/until.c (foo, main): Likewise.
14155 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14156 * gdb.base/solib-weak.c (foo): Declare.
14157 * gdb.base/attach-twice.c: Include stdio.h.
14158 * gdb.base/weaklib1.c: Likewise.
14159 * gdb.base/weaklib2.c: Likewise.
14160 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14161 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14162 unistd.h.
14163 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14164 * gdb.mi/mi-exit-code.c: Likewise.
14165 * gdb.base/break-interp-lib.c: Include string.h.
14166 * gdb.base/coremaker.c: Likewise.
14167 * gdb.base/testenv.c: Likewise.
14168 * gdb.python/py-finish-breakpoint.c: Likewise.
14169 * gdb.base/inferior-died.c: Include sys/wait.h.
14170 * gdb.base/fileio.c: Include time.h.
14171 * gdb.base/async-shell.c: Include unistd.h.
14172 * gdb.base/dprintf-non-stop.c: Likewise.
14173 * gdb.base/info-os.c: Likewise.
14174 * gdb.mi/mi-console.c: Likewise.
14175 * gdb.mi/watch-nonstop.c: Likewise.
14176 * gdb.python/py-events.c: Likewise.
14177 * gdb.base/async.c (baz): Move up before its invocation.
14178 * gdb.base/code_elim2.c (my_global_func): Likewise.
14179 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14180 * gdb.base/advance.c (func2): Likewise.
14181
14182 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14183
14184 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14185 variant.
14186 * gdb.base/annota3.c: Likewise.
14187 * gdb.base/async.c: Likewise.
14188 * gdb.base/average.c: Likewise.
14189 * gdb.base/call-ar-st.c: Likewise.
14190 * gdb.base/call-rt-st.c: Likewise.
14191 * gdb.base/call-sc.c: Likewise.
14192 * gdb.base/call-strs.c: Likewise.
14193 * gdb.base/ending-run.c: Likewise.
14194 * gdb.base/execd-prog.c: Likewise.
14195 * gdb.base/exprs.c: Likewise.
14196 * gdb.base/foll-exec.c: Likewise.
14197 * gdb.base/foll-fork.c: Likewise.
14198 * gdb.base/foll-vfork.c: Likewise.
14199 * gdb.base/funcargs.c: Likewise.
14200 * gdb.base/gcore.c: Likewise.
14201 * gdb.base/jump.c: Likewise.
14202 * gdb.base/langs0.c: Likewise.
14203 * gdb.base/langs1.c: Likewise.
14204 * gdb.base/langs2.c: Likewise.
14205 * gdb.base/mips_pro.c: Likewise.
14206 * gdb.base/nodebug.c: Likewise.
14207 * gdb.base/opaque0.c: Likewise.
14208 * gdb.base/opaque1.c: Likewise.
14209 * gdb.base/recurse.c: Likewise.
14210 * gdb.base/run.c: Likewise.
14211 * gdb.base/scope0.c: Likewise.
14212 * gdb.base/scope1.c: Likewise.
14213 * gdb.base/setshow.c: Likewise.
14214 * gdb.base/setvar.c: Likewise.
14215 * gdb.base/shmain.c: Likewise.
14216 * gdb.base/shr1.c: Likewise.
14217 * gdb.base/shr2.c: Likewise.
14218 * gdb.base/sigall.c: Likewise.
14219 * gdb.base/signals.c: Likewise.
14220 * gdb.base/so-indr-cl.c: Likewise.
14221 * gdb.base/solib2.c: Likewise.
14222 * gdb.base/structs.c: Likewise.
14223 * gdb.base/sum.c: Likewise.
14224 * gdb.base/vforked-prog.c: Likewise.
14225 * gdb.base/watchpoint.c: Likewise.
14226 * gdb.reverse/shr2.c: Likewise.
14227 * gdb.reverse/until-reverse.c: Likewise.
14228 * gdb.reverse/ur1.c: Likewise.
14229 * gdb.reverse/watch-reverse.c: Likewise.
14230
14231 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14232
14233 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14234 variant.
14235 * gdb.base/sepdebug.exp: Drop references to removed code.
14236
14237 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14238
14239 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14240 variant. Preserve original line numbering.
14241 * gdb.base/list1.c: Likewise.
14242
14243 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14244
14245 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14246 variant.
14247 * gdb.base/break1.c: Likewise.
14248 * gdb.base/break.exp: Drop references to removed code.
14249
14250 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14251
14252 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14253 variant.
14254
14255 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14256
14257 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14258
14259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14260
14261 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14262 logic into perform_all_tests() and invoke it with and without
14263 function header prototypes.
14264 (do_function_calls): Remove conditional XFAIL for PR 5318.
14265 (rerun_and_prepare): Remove duplicate code.
14266 (perform_all_tests): New. Main logic moved here.
14267
14268 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14269
14270 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14271 code guarded by #ifdef NO_PROTOTYPES.
14272 (t_double_many_args): Likewise.
14273 (DEF_FUNC_MANY_ARGS_1): Likewise.
14274 (DEF_FUNC_VALUES_1): Likewise.
14275 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14276 guarded by #ifdef PROTOTYPES.
14277
14278 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14279
14280 * gdb.mi/mi-console.c: Add eye-catcher.
14281 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14282 instead of literal line number.
14283
14284 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14285
14286 * gdb.base/shr2.c: Add eye-catcher.
14287 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14288 line number.
14289
14290 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14291
14292 * gdb.base/jump.c: Add eye-catchers.
14293 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14294 numbers.
14295
14296 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14297
14298 * gdb.base/execd-prog.c: Add eye-catchers.
14299 * gdb.base/foll-exec.c: Likewise.
14300 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14301 line numbers.
14302
14303 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14304
14305 * gdb.base/ending-run.c: Add eye-catchers.
14306 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14307 literal line numbers.
14308
14309 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14310
14311 * gdb.base/call-rt-st.c: Add eye-catchers.
14312 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14313 literal line numbers.
14314
14315 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14316
14317 * gdb.base/call-ar-st.c: Add eye-catchers.
14318 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14319 literal line numbers.
14320
14321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14322
14323 * gdb.base/average.c: Add eye-catchers.
14324 * gdb.base/sum.c: Likewise.
14325 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14326 regexps dynamically.
14327
14328 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14329
14330 * gdb.base/solib1.c: Add eye-catchers.
14331 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14332 literal line numbers.
14333
14334 2014-11-12 Pedro Alves <palves@redhat.com>
14335
14336 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14337 leader has exited.
14338
14339 2014-11-12 Pedro Alves <palves@redhat.com>
14340
14341 * gdb.arch/i386-bp_permanent.c: New file.
14342 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14343 (srcfile): Set to i386-bp_permanent.c.
14344 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14345 that stepi does not execute the 'leave' instruction, instead of
14346 testing it does execute.
14347 * gdb.base/bp-permanent.c: New file.
14348 * gdb.base/bp-permanent.exp: New file.
14349
14350 2014-11-10 Doug Evans <xdje42@gmail.com>
14351
14352 PR symtab/17564
14353 * gdb.base/symtab-search-order.exp: New file.
14354 * gdb.base/symtab-search-order.c: New file.
14355 * gdb.base/symtab-search-order-1.c: New file.
14356 * gdb.base/symtab-search-order-shlib-1.c: New file.
14357
14358 2014-11-07 Pedro Alves <palves@redhat.com>
14359
14360 PR gdb/17511
14361 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14362 i?86-*-linux*.
14363
14364 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14365
14366 PR c++/17494
14367 * gdb.cp/pr17494.cc: New file.
14368 * gdb.cp/pr17494.exp: New file.
14369
14370 2014-11-02 Yao Qi <yao@codesourcery.com>
14371
14372 * gdb.python/python.exp: Get working directory and match the
14373 output of "set extended-prompt \\w " with it.
14374
14375 2014-10-30 Doug Evans <dje@google.com>
14376
14377 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14378 in objfiles.
14379 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14380 in progspaces.
14381
14382 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14383
14384 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14385 * gdb.base/realname-expand.exp: Likewise.
14386 * gdb.linespec/macro-relative.exp: Likewise.
14387
14388 2014-10-29 Pedro Alves <palves@redhat.com>
14389
14390 PR gdb/17408
14391 * gdb.threads/schedlock.c (some_function): New function.
14392 (call_function): New global.
14393 (MAYBE_CALL_SOME_FUNCTION): New macro.
14394 (thread_function): Call it.
14395 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14396 and use it instead of a global counter. Adjust all callers.
14397 (get_current_thread): Use "find current thread" for test message
14398 here rather than having all callers pass down the same string.
14399 (goto_loop): New procedure, factored out from ...
14400 (my_continue): ... this.
14401 (step_ten_loops): Change parameter from test message to command to
14402 use. Adjust.
14403 (list_count): Delete global.
14404 (check_result): New procedure, factored out from duplicate top
14405 level code.
14406 (continue tests): Wrap in with_test_prefix.
14407 (test_step): New procedure, factored out from duplicate top level
14408 code.
14409 (top level): Test "step" in combination with all scheduler-locking
14410 modes. Test "next" in combination with all scheduler-locking
14411 modes, and in combination with stepping over a function call or
14412 not.
14413 * gdb.threads/next-bp-other-thread.c: New file.
14414 * gdb.threads/next-bp-other-thread.exp: New file.
14415
14416 2014-10-29 Pedro Alves <palves@redhat.com>
14417
14418 PR python/17372
14419 * gdb.python/python.exp: Test a multi-line command that spawns
14420 interactive Python.
14421 * gdb.base/multi-line-starts-subshell.exp: New file.
14422
14423 2014-10-29 Yao Qi <yao@codesourcery.com>
14424
14425 * gdb.base/fileio.exp: Make directories on host.
14426
14427 2014-10-29 Yao Qi <yao@codesourcery.com>
14428
14429 * gdb.base/fileio.c (test_write): Close the file.
14430
14431 2014-10-28 Pedro Alves <palves@redhat.com>
14432
14433 PR gdb/12623
14434 * gdb.base/sigstep.c (no_handler): New global.
14435 (main): If 'no_handler is true, set the signal handlers to
14436 SIG_IGN.
14437 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14438 with_sw_watch and no_handler parameters. Handle them.
14439 (top level) <stepping over handler when stopped at a breakpoint
14440 test>: Add a test axis for testing with a software watchpoint, and
14441 another for testing with the signal handler set to SIG_IGN.
14442 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14443 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14444
14445 2014-10-28 Pedro Alves <palves@redhat.com>
14446
14447 PR gdb/17511
14448 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14449 * gdb.base/sigstep.exp (other_handler_location): New global.
14450 (advance): Support stepping into the signal handler, and running
14451 commands while in the handler.
14452 (in_handler_map): New global.
14453 (top level): In the advance test, add combinations for getting
14454 into the handler with stepping commands, and for running commands
14455 in the handler. Add comment descripting the advancei tests.
14456
14457 2014-10-28 Pedro Alves <palves@redhat.com>
14458
14459 * gdb.base/sigstep.exp: Use build_executable instead of
14460 prepare_for_testing.
14461 (top level): Move code that starts GDB, runs to main and creates a
14462 display to ...
14463 (restart): ... this new procedure.
14464 (top level): Move backtrace from signal handler test to ...
14465 (validate_backtrace): ... this new procedure.
14466 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14467 with_test_prefix. Always restart GDB.
14468 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14469 with_test_prefix. Always restart GDB. No need to delete
14470 breakpoints after the test.
14471 (test_skip_handler): Remove prefix parameter.
14472 (skip_over_handler, breakpoint_to_handler)
14473 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14474 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14475 restart GDB. No need to delete breakpoints after the test.
14476 (top level): Use foreach to call the test procedures with
14477 different commands.
14478
14479 2014-10-28 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14482 instead of GNATS numbers.
14483 * gdb.base/sigbpt.exp: Likewise.
14484 * gdb.base/siginfo.exp: Likewise.
14485 * gdb.base/sigstep.exp: Likewise.
14486
14487 2014-10-27 Pedro Alves <palves@redhat.com>
14488
14489 * gdb.base/sigstep.c (dummy): New global.
14490 (main): Issue a couple writes to the new global.
14491 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14492 procedures.
14493 (skip_over_handler): Use test_skip_handler.
14494 (top level): Call skip_over_handler for stepi and nexti too.
14495 (breakpoint_over_handler): Use test_skip_handler.
14496 (top level): Call breakpoint_over_handler for stepi and nexti too.
14497
14498 2014-10-27 Yao Qi <yao@codesourcery.com>
14499
14500 * gdb.trace/tfile.c (adjust_function_address)
14501 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14502 function descriptor.
14503
14504 2014-10-24 Don Breazeal <donb@codesourcery.com>
14505
14506 * gdb.base/foll-fork.exp (test_follow_fork,
14507 catch_fork_child_follow): Check for updated fork messages emitted
14508 from infrun.c.
14509 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14510 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14511 vfork_and_exec_child_follow_through_step): Check for updated vfork
14512 messages emitted from infrun.c.
14513
14514 2014-10-24 Pedro Alves <palves@redhat.com>
14515
14516 * gdb.base/corefile.exp: Remove references to ultrix.
14517 * gdb.base/interrupt.exp: Likewise.
14518 * gdb.base/whatis.exp: Likewise.
14519 * gdb.gdb/selftest.exp: Likewise.
14520 * gdb.threads/manythreads.exp: Likewise.
14521 * gdb.threads/print-threads.exp: Likewise.
14522 * gdb.threads/pthreads.exp:: Likewise.
14523 * gdb.threads/schedlock.exp: Likewise.
14524
14525 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14526
14527 * gdb.cp/non-trivial-retval.cc: Add a test case.
14528 * gdb.cp/non-trivial-retval.exp: Add a test.
14529
14530 2014-10-20 Yao Qi <yao@codesourcery.com>
14531
14532 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14533 * gdb.python/py-objfile-script-gdb.py: New file.
14534 * gdb.python/py-objfile-script.exp: Update reference to
14535 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14536 of remote_download. Remove the dest file.
14537
14538 2014-10-20 Yao Qi <yao@codesourcery.com>
14539
14540 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14541 * gdb.base/step-line.exp: Likewise.
14542 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14543 * gdb.dwarf2/dw2-basic.exp: Likewise.
14544 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14545 * gdb.dwarf2/dw2-filename.exp: Likewise.
14546 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14547 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14548 * gdb.dwarf2/dw2-producer.exp: Likewise.
14549 * gdb.dwarf2/mac-fileno.exp: Likewise.
14550 * gdb.python/py-frame-args.exp: Likewise.
14551 * gdb.python/py-framefilter.exp: Likewise.
14552 * gdb.python/py-mi.exp: Likewise.
14553 * gdb.python/py-objfile-script.exp: Likewise
14554 * gdb.python/py-pp-integral.exp: Likewise.
14555 * gdb.python/py-pp-re-notag.exp: Likewise.
14556 * gdb.python/py-prettyprint.exp: Likewise.
14557 * gdb.python/py-section-script.exp: Likewise.
14558 * gdb.python/py-typeprint.exp: Likewise.
14559 * gdb.python/py-xmethods.exp: Likewise.
14560 * gdb.stabs/weird.exp: Likewise.
14561 * gdb.xml/tdesc-regs.exp: Likewise.
14562
14563 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14564
14565 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14566 (out_cu): Use addr_len for the size of addresses.
14567 (out_line): Likewise. Size DW_LNE_set_address instruction
14568 according to addr_len.
14569 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14570 (FUNC): Add START_INSNS to definition.
14571
14572 2014-10-18 Yao Qi <yao@codesourcery.com>
14573
14574 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14575 gdb_has_argv0 return true.
14576 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14577 check [target_info exists noargs], check [gdb_has_argv0]
14578 instead.
14579 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14580 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14581 procedures.
14582
14583 2014-10-17 Doug Evans <dje@google.com>
14584
14585 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14586 event.
14587 * gdb.python/py-events.py: Add clear_objfiles event.
14588
14589 2014-10-17 Doug Evans <dje@google.com>
14590
14591 * gdb.python/py-objfile.exp: Test progspace attribute.
14592
14593 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14594
14595 * gdb.guile/scm-breakpoint.exp: Do not assume any
14596 directory separators when matching source file paths.
14597 * gdb.python/py-breakpoint.exp: Likewise.
14598 * gdb.reverse/break-precsave.exp: Likewise.
14599 * gdb.reverse/break-reverse.exp: Likewise.
14600 * gdb.reverse/consecutive-precsave.exp: Likewise.
14601 * gdb.reverse/finish-precsave.exp: Likewise.
14602 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14603 * gdb.reverse/finish-reverse.exp: Likewise.
14604 * gdb.reverse/i386-precsave.exp: Likewise.
14605 * gdb.reverse/i387-env-reverse.exp: Likewise.
14606 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14607 * gdb.reverse/machinestate-precsave.exp: Likewise.
14608 * gdb.reverse/machinestate.exp: Likewise.
14609 * gdb.reverse/sigall-precsave.exp: Likewise.
14610 * gdb.reverse/solib-precsave.exp: Likewise.
14611 * gdb.reverse/step-precsave.exp: Likewise.
14612 * gdb.reverse/until-precsave.exp: Likewise.
14613 * gdb.reverse/watch-precsave.exp: Likewise.
14614 * gdb.reverse/watch-reverse.exp: Likewise.
14615
14616 2014-10-17 Yao Qi <yao@codesourcery.com>
14617
14618 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14619 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14620
14621 2014-10-17 Pedro Alves <palves@redhat.com>
14622
14623 PR gdb/17471
14624 * gdb.base/bg-execution-repeat.c: New file.
14625 * gdb.base/bg-execution-repeat.exp: New file.
14626
14627 2014-10-17 Pedro Alves <palves@redhat.com>
14628
14629 PR gdb/17300
14630 * gdb.base/continue-all-already-running.c: New file.
14631 * gdb.base/continue-all-already-running.exp: New file.
14632
14633 2014-10-17 Pedro Alves <palves@redhat.com>
14634
14635 PR gdb/17472
14636 * gdb.base/annota-input-while-running.c: New file.
14637 * gdb.base/annota-input-while-running.exp: New file.
14638
14639 2014-10-17 Pedro Alves <palves@redhat.com>
14640
14641 * gdb.base/callfuncs.exp: emove references to osf.
14642 * gdb.base/sigall.exp: Likewise.
14643 * gdb.gdb/selftest.exp: Likewise.
14644 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14645 * gdb.mi/non-stop.c: Likewise.
14646 * gdb.mi/pthreads.c: Likewise.
14647 * gdb.reverse/sigall-precsave.exp: Likewise.
14648 * gdb.reverse/sigall-reverse.exp: Likewise.
14649 * gdb.threads/pthreads.c: Likewise.
14650 * gdb.threads/pthreads.exp: Likewise.
14651
14652 2014-10-17 Yao Qi <yao@codesourcery.com>
14653
14654 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14655 check 'target_info exists noargs'.
14656 (test_command_prompt_position): Likewise.
14657 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14658 Remove "set args".
14659 (progvar_simple_while_test): Likewise.
14660 (progvar_complex_if_while_test): Likewise.
14661 (if_while_breakpoint_command_test): Likewise.
14662 (infrun_breakpoint_command_test): Likewise.
14663 (breakpoint_command_test): Likewise.
14664 (watchpoint_command_test): Likewise.
14665 (bp_deleted_in_command_test): Likewise.
14666 (temporary_breakpoint_commands): Likewise.
14667
14668 2014-10-16 Yao Qi <yao@codesourcery.com>
14669
14670 * gdb.base/remotetimeout.exp: Remove noargs checking.
14671
14672 2014-10-15 Pedro Alves <palves@redhat.com>
14673
14674 PR breakpoints/9649
14675 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14676 * gdb.base/breakpoint-in-ro-region.exp
14677 (probe_target_hardware_step): New procedure.
14678 (top level): Probe hardware stepping and hardware breakpoint
14679 support. Test stepping through a read-only region, with both
14680 "breakpoint auto-hw" on and off and both "always-inserted" on and
14681 off.
14682
14683 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14684
14685 * gdb.dlang/demangle.exp: Update for demangling changes.
14686
14687 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14688
14689 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14690 * gdb.cp/non-trivial-retval.exp: Add new tests.
14691
14692 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14693
14694 PR c++/13403
14695 PR c++/15154
14696 * gdb.cp/non-trivial-retval.cc: New file.
14697 * gdb.cp/non-trivial-retval.exp: New file.
14698
14699 2014-10-15 Yao Qi <yao@codesourcery.com>
14700
14701 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14702 remote host.
14703
14704 2014-10-15 Yao Qi <yao@codesourcery.com>
14705
14706 * gdb.python/py-symbol.exp: Match file base name if host is
14707 remote, otherwise match file name with dir name.
14708 * gdb.python/py-symtab.exp: Likewise.
14709 * gdb.python/python.exp: Likewise.
14710
14711 2014-10-15 Yao Qi <yao@codesourcery.com>
14712
14713 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14714 pattern.
14715 * gdb.python/py-symtab.exp: Likewise.
14716 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14717 locationn.
14718
14719 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14720
14721 * gdb.ada/addr_arith: New testcase.
14722
14723 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14724
14725 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14726 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14727 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14728 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14729
14730 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14731
14732 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14733 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14734 * gdb.arch/stap-eval-lang-ada.exp: New file.
14735
14736 2014-10-14 Yao Qi <yao@codesourcery.com>
14737
14738 * gdb.mi/mi-var-child.c (nothing1): New function.
14739 (nothing2): New function.
14740 (do_children_tests): Set function pointers by nothing1 and
14741 nothing2.
14742 * gdb.mi/mi-var-child.exp: Step over new added statements.
14743 Update test to match the new output.
14744 * gdb.mi/var-cmd.c (nothing1): New function.
14745 (nothing2): New function.
14746 (do_children_tests): Set function pointers by nothing1 and
14747 nothing2.
14748 * gdb.mi/mi-var-display.exp: Update test to match output.
14749 Step to the line specified by $line_dct_nothing.
14750 Increase the number of lines to step.
14751
14752 2014-10-14 Yao Qi <yao@codesourcery.com>
14753
14754 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14755 tests.
14756 * gdb.mi/mi2-var-child.exp: Likewise.
14757
14758 2014-10-13 Doug Evans <dje@google.com>
14759
14760 * gdb.python/py-objfile.exp: Change name of file name test.
14761
14762 2014-10-13 Doug Evans <dje@google.com>
14763
14764 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14765 from the start of the CU.
14766
14767 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14768 Yao Qi <yao@codesourcery.com>
14769
14770 Fix "save breakpoints" for "catch" command.
14771 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14772 Remove -nonewline. Match also the added "main" line.
14773
14774 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14775
14776 Fix "save breakpoints" for "disable $bpnum" command.
14777 * gdb.base/save-bp.c (main): Add label.
14778 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14779
14780 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14781
14782 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14783
14784 2014-10-11 Yao Qi <yao@codesourcery.com>
14785
14786 * gdb.server/server-kill.exp: Execute command
14787 "set remote trace-status-packet on" before "tstatus".
14788
14789 2014-10-11 Yao Qi <yao@codesourcery.com>
14790
14791 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14792 (main): Call getppid.
14793 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14794 and continue to it. Read variable "server_pid".
14795
14796 2014-10-11 Yao Qi <yao@codesourcery.com>
14797
14798 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14799
14800 2014-10-11 Yao Qi <yao@codesourcery.com>
14801
14802 * gdb.threads/thread-find.exp: Don't execute command
14803 "info threads".
14804 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14805 * gdb.threads/linux-dp.exp: Don't check the condition
14806 $threads_created equals to zero.
14807
14808 2014-10-10 Pedro Alves <palves@redhat.com>
14809
14810 * gdb.base/bigcore.exp: Remove references to IRIX.
14811 * gdb.base/funcargs.exp: Likewise.
14812 * gdb.base/interrupt.exp: Likewise.
14813 * gdb.base/mips_pro.exp: Likewise.
14814 * gdb.base/nodebug.exp: Likewise.
14815 * gdb.base/setvar.exp: Likewise.
14816 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14817
14818 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14819 Pedro Alves <palves@redhat.com>
14820
14821 PR symtab/14466
14822 * gdb.base/vdso-warning.c: New file.
14823 * gdb.base/vdso-warning.exp: New file.
14824
14825 2014-10-02 Doug Evans <dje@google.com>
14826
14827 * gdb.base/structs.c (main): Don't run forever.
14828
14829 2014-10-02 Pedro Alves <palves@redhat.com>
14830
14831 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14832 (top level) <stop threads 1, stop threads 2>: Use it.
14833
14834 2014-10-02 Pedro Alves <palves@redhat.com>
14835
14836 * gdb.threads/break-while-running.exp (test): Add new
14837 'update_thread_list' argument. Skip "info threads" if false.
14838 (top level): Add new 'update_thread_list' axis.
14839
14840 2014-10-02 Pedro Alves <palves@redhat.com>
14841
14842 PR breakpoints/17431
14843 * gdb.base/execl-update-breakpoints.c: New file.
14844 * gdb.base/execl-update-breakpoints.exp: New file.
14845
14846 2014-10-01 Pedro Alves <palves@redhat.com>
14847
14848 * gdb.base/breakpoint-in-ro-region.c: New file.
14849 * gdb.base/breakpoint-in-ro-region.exp: New file.
14850
14851 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14852
14853 * gdb.mi/mi-exit-code.exp: New file.
14854 * gdb.mi/mi-exit-code.c: New file.
14855
14856 2014-09-30 Yao Qi <yao@codesourcery.com>
14857
14858 * lib/prelink-support.exp (build_executable_own_libs): Error if
14859 the target isn't native.
14860
14861 2014-09-30 Yao Qi <yao@codesourcery.com>
14862
14863 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14864 false.
14865
14866 2014-09-22 Pedro Alves <palves@redhat.com>
14867
14868 * gdb.threads/break-while-running.exp: New file.
14869 * gdb.threads/break-while-running.c: New file.
14870
14871 2014-09-19 Yao Qi <yao@codesourcery.com>
14872
14873 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14874 Invoke test. Restart GDB with --readnow and invoke test again.
14875
14876 2014-09-19 Yao Qi <yao@codesourcery.com>
14877
14878 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14879 proc set_breakpoint_on_gcd_function. Invoke
14880 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14881 invoke set_breakpoint_on_gcd_function again.
14882
14883 2014-09-18 Doug Evans <dje@google.com>
14884
14885 * gdb.dwarf2/symtab-producer.exp: New file.
14886
14887 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14888
14889 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14890 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14891 * gdb.base/global-var-nested-by-dso.c: Likewise.
14892 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14893
14894 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14895 Pedro Alves <palves@redhat.com>
14896
14897 * gdb.base/watch-bitfields.exp: Pass string other than test file
14898 name to prepare_for_testing.
14899 (watch): New procedure.
14900 (expect_watchpoint): Use with_test_prefix.
14901 (top level): Factor out tests to ...
14902 (test_watch_location, test_regular_watch): ... these new
14903 procedures, and use with_test_prefix and gdb_continue_to_end.
14904
14905 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14906
14907 PR breakpoints/12526
14908 * gdb.base/watch-bitfields.exp: New file.
14909 * gdb.base/watch-bitfields.c: New file.
14910
14911 2014-09-16 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14914 software and hardware addresses, not software address against
14915 itself.
14916
14917 2014-09-16 Pedro Alves <palves@redhat.com>
14918
14919 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14920 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14921
14922 2014-09-16 Pedro Alves <palves@redhat.com>
14923
14924 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14925 files.
14926 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14927 "*-*-vxworks*" throughout.
14928 * gdb.base/break.exp: Likewise.
14929 * gdb.base/default.exp: Likewise.
14930 * gdb.base/scope.exp: Likewise.
14931 * gdb.base/sepdebug.exp: Likewise.
14932 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14933 throughout.
14934 * gdb.base/run.c: Likewise.
14935 * gdb.base/sepdebug.c: Likewise.
14936 * gdb.hp/gdb.aCC/run.c: Likewise.
14937 * gdb.reverse/until-reverse.c: Likewise.
14938 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14939
14940 2014-09-16 Yao Qi <yao@codesourcery.com>
14941
14942 * boards/local-remote-host-native.exp: New file.
14943
14944 2014-09-14 Doug Evans <xdje42@gmail.com>
14945
14946 * gdb.threads/queue-signal.c (thread_count): New variable.
14947 (thread_count_mutex, thread_count_condvar): New variables.
14948 (incr_thread_count, wait_all_threads_running): New functions.
14949 (main): Wait for all threads to be in their thread functions.
14950
14951 2014-09-13 Doug Evans <xdje42@gmail.com>
14952
14953 * gdb.threads/queue-signal.c: New file.
14954 * gdb.threads/queue-signal.exp: New file.
14955
14956 2014-09-13 Doug Evans <xdje42@gmail.com>
14957
14958 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14959 be consistent with what default_gdb_init uses.
14960 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14961 the plain text of the prompt. Add some logging printfs.
14962 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14963
14964 2014-09-12 Pedro Alves <palves@redhat.com>
14965
14966 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14967 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14968 * gdb.arch/i386-size-overlap.exp: Likewise.
14969 * gdb.arch/i386-size.exp: Likewise.
14970 * gdb.arch/i386-unwind.exp: Likewise.
14971 * gdb.base/a2-run.exp: Likewise.
14972 * gdb.base/break.exp: Likewise.
14973 * gdb.base/charset.exp: Likewise.
14974 * gdb.base/chng-syms.exp: Likewise.
14975 * gdb.base/commands.exp: Likewise.
14976 * gdb.base/dbx.exp: Likewise.
14977 * gdb.base/find.exp: Likewise.
14978 * gdb.base/funcargs.exp: Likewise.
14979 * gdb.base/jit-simple.exp: Likewise.
14980 * gdb.base/reread.exp: Likewise.
14981 * gdb.base/sepdebug.exp: Likewise.
14982 * gdb.base/step-bt.exp: Likewise.
14983 * gdb.cp/mb-inline.exp: Likewise.
14984 * gdb.cp/mb-templates.exp: Likewise.
14985 * gdb.objc/basicclass.exp: Likewise.
14986 * gdb.threads/killed.exp: Likewise.
14987
14988 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14989
14990 PR tdep/17379
14991 * gdb.arch/powerpc-stackless.S: New file.
14992 * gdb.arch/powerpc-stackless.exp: New file.
14993
14994 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14995
14996 * gdb.base/attach.c: Include unistd.h.
14997 (main): Call alarm. Add label postloop.
14998 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14999 gdb_breakpoint, gdb_continue_to_breakpoint.
15000 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15001
15002 2014-09-11 Pedro Alves <palves@redhat.com>
15003
15004 PR gdb/17347
15005 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15006 * gdb.base/attach.exp (test_command_line_attach_run): New
15007 procedure.
15008 (top level): Call it.
15009
15010 2014-09-11 Pedro Alves <palves@redhat.com>
15011
15012 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15013 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15014 (do_command_attach_tests): Use spawn_wait_for_attach.
15015 * gdb.base/solib-overlap.exp: Likewise.
15016 * gdb.multi/multi-attach.exp: Likewise.
15017 * gdb.python/py-prompt.exp: Likewise.
15018 * gdb.python/py-sync-interp.exp: Likewise.
15019 * gdb.server/ext-attach.exp: Likewise.
15020
15021 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15022
15023 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15024 command in testcase. Simplify testcase.
15025
15026 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15027
15028 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15029
15030 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15031
15032 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15033
15034 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15035
15036 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15037
15038 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15039
15040 * gdb.dwarf2/dynarr-ptr.c: New file.
15041 * gdb.dwarf2/dynarr-ptr.exp: New file.
15042
15043 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15044
15045 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15046 of 30 rather than hardcoding 120 for a slow test case. Take the
15047 `gdb,timeout' target setting into account for this calculation.
15048 Don't extend the timeout for the test cases that don't need it.
15049
15050 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15051
15052 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15053 a factor of 2 for a slow test case. Take the `gdb,timeout'
15054 target setting into account for this calculation.
15055 * gdb.reverse/until-precsave.exp: Increase the timeout by
15056 a factor of 15 and 3 respectively rather than adding 120
15057 for a pair of slow test cases. Take the `gdb,timeout'
15058 target setting into account for this calculation.
15059
15060 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15061
15062 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15063 timeout, don't pass one down to gdb_expect.
15064 (gdb_expect): Rework timeout selection.
15065
15066 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15067
15068 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15069 exception on timeout.
15070 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15071 (gdbserver_start_extended): Catch any `gdbserver_start' error
15072 exceptions.
15073 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15074 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15075 `gdbserver_gdb_load' error exceptions.
15076
15077 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15078
15079 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15080 120 on waiting for the TCP socket to open.
15081
15082 2014-09-09 Doug Evans <xdje42@gmail.com>
15083
15084 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15085 _caller_matches, _any_caller_is, _any_caller_matches.
15086
15087 2014-09-09 Doug Evans <xdje42@gmail.com>
15088
15089 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15090
15091 2014-09-09 Yao Qi <yao@codesourcery.com>
15092
15093 * gdb.mi/mi-var-display.exp: Set print symbol off.
15094
15095 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15096
15097 PR gdb/17035
15098 * gdb.base/commands.exp: Add tests to verify user-defined
15099 commands with empty bodies.
15100 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15101 python commands in `show user command`.
15102 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15103 scheme commands in `show user command`.
15104
15105 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15106
15107 PR python/17355
15108 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15109 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15110 * gdb.python/py-framefilter-invalidarg.exp: New file.
15111 * gdb.python/py-framefilter-invalidarg.py: New file.
15112
15113 2014-09-06 Doug Evans <xdje42@gmail.com>
15114
15115 PR 15276
15116 * gdb.python/py-caller-is.c: New file.
15117 * gdb.python/py-caller-is.exp: New file.
15118
15119 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15120
15121 PR gdb/17235
15122 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15123 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15124
15125 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15126
15127 PR fortran/17237
15128 * gdb.fortran/print-formatted.exp: New file.
15129 * gdb.fortran/print-formatted.f90: Likewise.
15130
15131 2014-09-03 Sasha Smundak <asmundak@google.com>
15132
15133 * gdb.python/py-frame.exp: Test Frame.read_register.
15134
15135 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15136
15137 PR python/16699
15138 * gdb.python/py-completion.exp: New file.
15139 * gdb.python/py-completion.py: Likewise.
15140
15141 2014-08-28 Doug Evans <dje@google.com>
15142
15143 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15144 eax,etc. are live with values set by gdb and thus the compiler can't
15145 use them.
15146 * gdb.arch/i386-pseudo.c (main): Ditto.
15147
15148 2014-08-27 Doug Evans <dje@google.com>
15149
15150 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15151
15152 2014-08-25 Doug Evans <dje@google.com>
15153
15154 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15155 (main): Ditto.
15156
15157 2014-08-25 Doug Evans <dje@google.com>
15158
15159 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15160
15161 2014-08-24 Yao Qi <yao@codesourcery.com>
15162
15163 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15164 symbol off.
15165 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15166
15167 2014-08-22 Doug Evans <dje@google.com>
15168
15169 PR 17276
15170 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15171 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15172 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15173
15174 2014-08-22 Yao Qi <yao@codesourcery.com>
15175
15176 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15177 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15178 * gdb.python/python.exp: Likewise. Use .py file on the host
15179 instead of the build.
15180
15181 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15182
15183 * gdb.threads/gcore-stale-thread.c: New file.
15184 * gdb.threads/gcore-stale-thread.exp: New file.
15185
15186 2014-08-21 Pedro Alves <palves@redhat.com>
15187
15188 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15189 * gdb.base/gcore-relro-pie.exp: Likewise.
15190 * gdb.base/gcore-relro.exp: Likewise.
15191 * gdb.base/gcore.exp: Likewise.
15192 * gdb.base/print-symbol-loading.exp: Likewise.
15193 * gdb.threads/gcore-thread.exp: Likewise.
15194 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15195
15196 2014-08-20 Pedro Alves <palves@redhat.com>
15197 Jan Kratochvil <jan.kratochvil@redhat.com>
15198
15199 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15200 configure.
15201 (EXPECT): Handle READ1 being set.
15202 (all): Depend on EXTRA_RULES.
15203 (check-read1, expect-read1, read1.so, read1): New rules.
15204 * README (Testsuite Parameters): Document the READ1 make variable.
15205 (Race detection): New section.
15206 * configure: Regenerate.
15207 * configure.ac: If build==host==target, and running under a
15208 GNU/glibc system, add read1 to the extra Makefile rules.
15209 (EXTRA_RULES): AC_SUBST it.
15210 * lib/read1.c: New file.
15211
15212 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15213
15214 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15215 the handling of variables declared as a typedef to an array
15216 which a DW_AT_data_location attribute.
15217
15218 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15219 Pedro Alves <palves@redhat.com>
15220
15221 PR symtab/14604
15222 PR symtab/14605
15223 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15224 gdb_test.
15225
15226 2014-08-19 Pedro Alves <palves@redhat.com>
15227
15228 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15229
15230 2014-08-19 Yao Qi <yao@codesourcery.com>
15231
15232 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15233 right line.
15234
15235 2014-08-18 David Blaikie <dblaikie@gmail.com>
15236
15237 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15238
15239 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15240
15241 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15242 attribute in array range.
15243
15244 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15245
15246 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15247
15248 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15249
15250 PR c++/17132
15251 * gdb.cp/pr17132.cc: New file.
15252 * gdb.cp/pr17132.exp: New file.
15253
15254 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15255
15256 * gdb.python/py-xmethods.py (A_getarrayind)
15257 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15258 Use 'print' with function call syntax.
15259 (E_method_matcher.match): Fix tab vs space indentation mixup.
15260
15261 2014-08-15 Yao Qi <yao@codesourcery.com>
15262
15263 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15264 false.
15265
15266 2014-08-15 Yao Qi <yao@codesourcery.com>
15267
15268 * gdb.cp/casts.exp: Set print symbol off.
15269 * gdb.cp/class2.exp: Likewise.
15270 * gdb.cp/overload.exp: Likewise.
15271 * gdb.cp/templates.exp: Likewise.
15272
15273 2014-08-11 Doug Evans <dje@google.com>
15274
15275 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15276 (test_load_shlib): Update.
15277
15278 2014-08-09 Yao Qi <yao@codesourcery.com>
15279
15280 * gdb.base/display.exp: Invoke is_address_zero_readable.
15281 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15282 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15283 * gdb.base/hbreak-unmapped.exp: Return if
15284 is_address_zero_readable returns true.
15285 * gdb.base/signest.exp: Likewise.
15286 * gdb.base/signull.exp: Likewise.
15287 * gdb.base/sigbpt.exp: Likewise.
15288 * gdb.guile/scm-disasm.exp: Do the test if
15289 is_address_zero_readable returns false.
15290 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15291 * gdb.python/py-arch.exp: Likewise.
15292 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15293 * lib/gdb.exp (is_address_zero_readable): New proc.
15294
15295 2014-08-09 Yao Qi <yao@codesourcery.com>
15296
15297 PR testsuite/13443
15298 * gdb.mi/mi-var-display.exp: Make test messages unique.
15299
15300 2014-08-04 Tom Tromey <tromey@redhat.com>
15301
15302 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15303 target 0".
15304
15305 2014-08-04 Tom Tromey <tromey@redhat.com>
15306
15307 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15308 "target_resume".
15309
15310 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15311
15312 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15313 inner_vla_struct_object_size.
15314 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15315 as xfail.
15316
15317 2014-07-30 Pedro Alves <palves@redhat.com>
15318
15319 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15320 comment.
15321
15322 2014-07-29 Yao Qi <yao@codesourcery.com>
15323
15324 PR gdb/17206
15325 * gdb.base/until-nodebug.exp: New.
15326
15327 2014-07-28 Doug Evans <xdje42@gmail.com>
15328
15329 PR guile/17203
15330 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15331 previously existing parameter, and previously ambiguously spelled
15332 parameter.
15333
15334 2014-07-28 Will Newton <will.newton@linaro.org>
15335
15336 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15337
15338 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15339 Doug Evans <xdje42@gmail.com>
15340
15341 PR guile/17146
15342 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15343
15344 2014-07-25 Pedro Alves <palves@redhat.com>
15345
15346 * gdb.threads/signal-command-handle-nopass.c: New file.
15347 * gdb.threads/signal-command-handle-nopass.exp: New file.
15348 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15349 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15350 * gdb.threads/signal-delivered-right-thread.c: New file.
15351 * gdb.threads/signal-delivered-right-thread.exp: New file.
15352
15353 2014-07-25 Pedro Alves <palves@redhat.com>
15354
15355 * gdb.base/double-prompt-target-event-error.exp
15356 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15357 match.
15358 (cancel_pagination_in_target_event): Rework double prompt
15359 detection.
15360 * gdb.base/paginate-after-ctrl-c-running.exp
15361 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15362 <return>' match.
15363 * gdb.base/paginate-bg-execution.exp
15364 (test_bg_execution_pagination_return)
15365 (test_bg_execution_pagination_cancel): Remove '-notransfer
15366 <return>' matches.
15367 * gdb.base/paginate-execution-startup.exp
15368 (test_fg_execution_pagination_return)
15369 (test_fg_execution_pagination_cancel): Remove '-notransfer
15370 <return>' matches.
15371 * gdb.base/paginate-inferior-exit.exp
15372 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15373 match.
15374 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15375 * lib/gdb.exp (pagination_prompt): Run text through
15376 string_to_regexp.
15377 (gdb_test_multiple): Match $pagination_prompt instead of
15378 "<return>".
15379 (string_to_regexp): Move to lib/gdb-utils.exp.
15380
15381 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15382
15383 * gdb.arch/amd64-entry-value-paramref.S: New file.
15384 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15385 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15386 * gdb.arch/amd64-optimout-repeat.S: New file.
15387 * gdb.arch/amd64-optimout-repeat.c: New file.
15388 * gdb.arch/amd64-optimout-repeat.exp: New file.
15389
15390 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15391
15392 PR gdb/17170
15393 * gdb.base/statistics.exp: New file.
15394
15395 2014-07-17 Doug Evans <dje@google.com>
15396
15397 PR gdb/17170
15398 * gdb.base/maint.exp: Update testing of per-command stats.
15399
15400 2014-07-16 Pedro Alves <palves@redhat.com>
15401
15402 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15403 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15404 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15405 (tfile_write_buf): New functions.
15406 (add_memory_block): Rewrite using the above.
15407 (adjust_function_address): New function.
15408 (FUNCTION_ADDRESS): New macro.
15409 (write_basic_trace_file): Remove short_x local, and use
15410 tfile_write_16. Change type of func_addr local to unsigned long
15411 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15412 here. Cast argument of add_memory_block to char pointer.
15413 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15414 (main): Remove parameters.
15415 * gdb.trace/tfile.exp: Remove nowarnings.
15416
15417 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15418
15419 * gdb.base/debug-expr.exp: Test string evaluation with
15420 "debug expression" on.
15421
15422 2014-07-15 Pedro Alves <palves@redhat.com>
15423
15424 * gdb.base/reread.exp: Use clean_restart.
15425
15426 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15427
15428 * gdb.arch/avr-flash-qualifer.c: New.
15429 * gdb.arch/avr-flash-qualifer.exp: New.
15430
15431 2014-07-14 Pedro Alves <palves@redhat.com>
15432
15433 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15434 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15435
15436 2014-07-14 Pedro Alves <palves@redhat.com>
15437
15438 * gdb.base/double-prompt-target-event-error.c: New file.
15439 * gdb.base/double-prompt-target-event-error.exp: New file.
15440
15441 2014-07-14 Pedro Alves <palves@redhat.com>
15442
15443 PR gdb/17072
15444 * gdb.base/paginate-inferior-exit.c: New file.
15445 * gdb.base/paginate-inferior-exit.exp: New file.
15446
15447 2014-07-14 Pedro Alves <palves@redhat.com>
15448
15449 PR gdb/17072
15450 * gdb.base/paginate-bg-execution.c: New file.
15451 * gdb.base/paginate-bg-execution.exp: New file.
15452
15453 2014-07-14 Pedro Alves <palves@redhat.com>
15454
15455 PR gdb/17072
15456 * gdb.base/paginate-execution-startup.c: New file.
15457 * gdb.base/paginate-execution-startup.exp: New file.
15458 * lib/gdb.exp (pagination_prompt): New global.
15459 (default_gdb_spawn): New procedure, factored out from
15460 default_gdb_spawn.
15461 (default_gdb_start): Adjust to call default_gdb_spawn.
15462 (gdb_spawn): New procedure.
15463
15464 2014-07-14 Pedro Alves <palves@redhat.com>
15465
15466 * lib/gdb.exp (gdb_assert): New procedure.
15467 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15468
15469 2014-07-14 Pedro Alves <palves@redhat.com>
15470
15471 * gdb.base/execution-termios.c: New file.
15472 * gdb.base/execution-termios.exp: New file.
15473
15474 2014-07-14 Tom Tromey <tromey@redhat.com>
15475
15476 * gdb.cp/vla-cxx.cc: New file.
15477 * gdb.cp/vla-cxx.exp: New file.
15478
15479 2014-07-14 Tom Tromey <tromey@redhat.com>
15480
15481 * gdb.reverse/rerun-prec.c: New file.
15482 * gdb.reverse/rerun-prec.exp: New file.
15483
15484 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15485 Maciej W. Rozycki <macro@codesourcery.com>
15486
15487 * lib/gdb-utils.exp: New file.
15488 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15489 inline `gdb_init_command' processing.
15490 (gdb_start_cmd): Likewise.
15491 * lib/mi-support.exp (mi_run_cmd): Likewise.
15492 * README: Document `gdb_init_command' and `gdb_init_commands'.
15493
15494 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15495
15496 Fix false FAIL running under a very long directory name.
15497 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15498 and "set print elements 10000". Twice.
15499
15500 2014-07-11 Yao Qi <yao@codesourcery.com>
15501
15502 * gdb.base/exprs.exp: "set print symbol off".
15503
15504 2014-07-11 Pedro Alves <palves@redhat.com>
15505
15506 * gdb.threads/kill.c: New file.
15507 * gdb.threads/kill.exp: New file.
15508
15509 2014-07-10 Yao Qi <yao@codesourcery.com>
15510
15511 * gdb.trace/tfile.c (write_basic_trace_file)
15512 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15513 address written to trace file.
15514
15515 2014-07-09 Pedro Alves <palves@redhat.com>
15516
15517 * gdb.base/attach-wait-input.exp: New file.
15518 * gdb.base/attach-wait-input.c: New file.
15519
15520 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15521
15522 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15523 setting up test structures.
15524 (main): Call new test function.
15525 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15526 test function, continue into test function and walk test
15527 structures.
15528
15529 2014-07-02 Yao Qi <yao@codesourcery.com>
15530
15531 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15532 'bar_start' at the beginning of functions 'foo' and 'bar'
15533 respectively.
15534 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15535 instead of 'foo' and 'bar'.
15536
15537 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15538
15539 * gdb.btrace/segv.exp: New.
15540 * gdb.btrace/segv.c: New.
15541
15542 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15543
15544 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15545 instruction.
15546
15547 2014-06-30 Mark Wielaard <mjw@redhat.com>
15548
15549 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15550 vulture, vilify, villar): New volatile array constants.
15551 (vindictive, vegetation): New const volatile array constants.
15552 * gdb.base/volatile.exp: Test volatile and const volatile array
15553 types.
15554
15555 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15556
15557 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15558 target lacks support for awatch, rwatch, or hbreak.
15559
15560 2014-06-27 Yao Qi <yao@codesourcery.com>
15561
15562 * gdb.multi/dummy-frame-restore.exp: New.
15563 * gdb.multi/dummy-frame-restore.c: New.
15564
15565 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15566
15567 * gdb.btrace/gcore.exp: New.
15568
15569 2014-06-23 Pedro Alves <palves@redhat.com>
15570
15571 * gdb.base/watchpoint-reuse-slot.c: New file.
15572 * gdb.base/watchpoint-reuse-slot.exp: New file.
15573
15574 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15575
15576 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15577 progspace's filename in 'info', 'enable' and 'disable' command
15578 tests.
15579
15580 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15581
15582 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15583 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15584 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15585
15586 2014-06-20 Gary Benson <gbenson@redhat.com>
15587
15588 * gdb.arch/i386-avx.exp: Fix include file location.
15589 * gdb.arch/i386-sse.exp: Likewise.
15590
15591 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15592
15593 * gdb.dlang/expression.exp: New file.
15594
15595 2014-06-19 Pedro Alves <palves@redhat.com>
15596
15597 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15598 out from ...
15599 (top level): ... here. Iterate running tests under different
15600 scheduler-locking settings.
15601
15602 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15603
15604 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15605 to DW_FORM_addr and use non-zero addresses.
15606
15607 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15608
15609 PR gdb/17017
15610 * gdb.python/py-xmethods.cc: Add global function call counters and
15611 increment them in their respective functions. Remove "cout"
15612 statements.
15613 * gdb.python/py-xmethods.exp: Make tests check the global function
15614 call counters instead of depending on inferior IO.
15615
15616 2014-06-18 Don Breazeal <donb@codesourcery.com>
15617
15618 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15619 Deleted procedure.
15620 (explicit_fork_parent_follow): Deleted procedure.
15621 (explicit_fork_child_follow): Deleted procedure.
15622 (test_follow_fork): New procedure.
15623 (do_fork_tests): Replace calls to deleted procedures with
15624 calls to test_follow_fork and reset GDB for subsequent
15625 procedure calls.
15626
15627 2014-06-17 Yao Qi <yao@codesourcery.com>
15628
15629 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15630 CP1252.
15631
15632 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15633
15634 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15635 Initialize ptr and S explicitly.
15636 (skip_type_update_when_not_use_rtti_test): Likewise.
15637
15638 2014-06-16 Keith Seitz <keiths@redhat.com>
15639
15640 PR mi/15863
15641 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15642 the inferior is started.
15643
15644 2014-06-16 Pedro Alves <palves@redhat.com>
15645
15646 * gdb.base/break-main-file-remove-fail.c: New file.
15647 * gdb.base/break-main-file-remove-fail.exp: New file.
15648 * gdb.base/break-unload-file.exp: Use build_executable instead of
15649 prepare_for_testing.
15650 (test_break): New parameter "initial_load". Handle it.
15651 (top level): Add initial_load cmdline/file axis.
15652
15653 2014-06-12 Tom Tromey <tromey@redhat.com>
15654
15655 * gdb.base/completion.exp: Don't use directory name in test.
15656
15657 2014-06-09 Gary Benson <gbenson@redhat.com>
15658
15659 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15660 separate the always-available ANSI-standard signals from the
15661 signals that require checking.
15662 (main): Likewise.
15663 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15664 Likewise.
15665 (main): Likewise.
15666
15667 2014-06-07 Keith Seitz <keiths@redhat.com>
15668
15669 Revert:
15670 PR c++/16253
15671 * gdb.cp/var-tag.cc: New file.
15672 * gdb.cp/var-tag.exp: New file.
15673 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15674 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15675 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15676 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15677
15678 2014-06-06 Doug Evans <xdje42@gmail.com>
15679
15680 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15681
15682 2014-06-06 Pedro Alves <palves@redhat.com>
15683
15684 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15685 in target debug output instead of looking at RSP packets,
15686 disabling the test on any target that uses hardware stepping.
15687 Update comments.
15688
15689 2014-06-06 Pedro Alves <palves@redhat.com>
15690
15691 * gdb.base/break-unload-file.exp: Fix typo.
15692
15693 2014-06-06 Yao Qi <yao@codesourcery.com>
15694
15695 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15696 from "jit_function" to "^jit_function".
15697
15698 2014-06-06 Yao Qi <yao@codesourcery.com>
15699
15700 * gdb.base/async.c (foo): Add one statement.
15701 * gdb.base/async.exp: Get the next instruction address and
15702 match the output of "nexti" by instruction address. Match
15703 the hex address in the output of "finish".
15704
15705 2014-06-06 Gary Benson <gbenson@redhat.com>
15706
15707 * gdb.base/call-signals.c: Remove preprocessor conditionals
15708 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15709 SIGSEGV and SIGTERM.
15710 * gdb.base/sigall.c: Likewise.
15711 * gdb.base/unwindonsignal.c: Likewise.
15712 * gdb.reverse/sigall-reverse.c: Likewise.
15713
15714 2014-06-06 Yao Qi <yao@codesourcery.com>
15715
15716 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15717 readable, skip the test.
15718
15719 2014-06-06 Yao Qi <yao@codesourcery.com>
15720
15721 * gdb.threads/staticthreads.c (thread_function): Move the line
15722 setting breakpoint on forward.
15723 * gdb.threads/staticthreads.exp: Update comments.
15724
15725 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15726
15727 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15728 "history-append! type error".
15729
15730 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15731
15732 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15733 erroneous dprintf expected input.
15734
15735 2014-06-04 Doug Evans <xdje42@gmail.com>
15736
15737 * gdb.guile/scm-generics.exp: Delete.
15738
15739 2014-06-04 Doug Evans <xdje42@gmail.com>
15740
15741 * gdb.guile/scm-breakpoint.exp: Update.
15742 Add tests for breakpoint registration.
15743
15744 2014-06-04 Tom Tromey <tromey@redhat.com>
15745
15746 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15747 VLA-in-union.
15748 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15749 inner_vla_struct, vla_union types. Initialize objects of those
15750 types and compute their sizes.
15751
15752 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15753 Hui Zhu <hui@codesourcery.com>
15754
15755 * gdb.base/fileio.exp: Add test for shell not available as well as
15756 available.
15757 * gdb.base/fileio.c (test_system): Check for shell twice.
15758
15759 2014-06-04 Yao Qi <yao@codesourcery.com>
15760
15761 * gdb.base/auto-connect-native-target.exp: Remove redundant
15762 space from the regexp pattern.
15763
15764 2014-06-04 Yao Qi <yao@codesourcery.com>
15765
15766 * gdb.base/default.exp: Replace "child" with "native" in
15767 regexp pattern.
15768
15769 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15770
15771 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15772 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15773 * gdb.python/py-xmethods.py: Python script supporting the
15774 new testcase and tests.
15775
15776 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15777 Pedro Alves <palves@redhat.com>
15778
15779 PR breakpoints/17000
15780 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15781 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15782
15783 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15784
15785 * gdb.base/subst.exp: Add tests to verify partial path matching
15786 output.
15787
15788 2014-06-03 Pedro Alves <palves@redhat.com>
15789
15790 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15791 target that doesn't use software single-stepping.
15792
15793 2014-06-03 Pedro Alves <palves@redhat.com>
15794
15795 PR breakpoints/17000
15796 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15797 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15798
15799 2014-06-02 Doug Evans <xdje42@gmail.com>
15800
15801 * gdb.guile/scm-parameter.exp: New file.
15802
15803 2014-06-02 Doug Evans <xdje42@gmail.com>
15804
15805 * gdb.guile/scm-cmd.c: New file.
15806 * gdb.guile/scm-cmd.exp: New file.
15807
15808 2014-06-02 Doug Evans <xdje42@gmail.com>
15809
15810 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15811 pretty-printer lookup.
15812 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15813 (make-pp_s-printer): Call it.
15814 (make-pretty-printer-from-dict): New function.
15815 (lookup-pretty-printer-maker-from-dict): New function.
15816 (*pretty-printer*): Simplify.
15817 (make-objfile-pp_s-printer): New function.
15818 (install-objfile-pretty-printers!): New function.
15819 (make-progspace-pp_s-printer): New function.
15820 (install-progspace-pretty-printers!): New function.
15821 * gdb.guile/scm-progspace.c: New file.
15822 * gdb.guile/scm-progspace.exp: New file.
15823
15824 2014-06-02 Pedro Alves <palves@redhat.com>
15825
15826 * gdb.base/dprintf-bp-same-addr.c: New file.
15827 * gdb.base/dprintf-bp-same-addr.exp: New file.
15828
15829 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15830
15831 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15832 * gdb.arch/powerpc-power.s: Likewise.
15833
15834 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15835
15836 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15837
15838 2014-06-01 Yao Qi <yao@codesourcery.com>
15839
15840 * gdb.base/watchpoint.exp (test_watch_location): Check null
15841 pointer can be dereferenced. If not, do the test, otherwise
15842 skip it.
15843
15844 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15845
15846 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15847 results.
15848 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15849
15850 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15851
15852 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15853 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15854 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15855 * gdb.arch/amd64-invalid-stack-top.c: New file.
15856 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15857
15858 2014-05-30 Pedro Alves <palves@redhat.com>
15859
15860 PR breakpoints/17000
15861 * gdb.base/sss-bp-on-user-bp.c: New file.
15862 * gdb.base/sss-bp-on-user-bp.exp: New file.
15863
15864 2014-05-30 David Blaikie <dblaikie@gmail.com>
15865
15866 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15867 gnu_inline semantics via attribute.
15868 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15869 source explicitly specifies the required semantics.
15870
15871 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15872
15873 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15874
15875 2014-05-29 Pedro Alves <palves@redhat.com>
15876 Tom Tromey <tromey@redhat.com>
15877
15878 * gdb.base/async-shell.exp: Don't enable target-async.
15879 * gdb.base/async.exp
15880 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15881 parameter. Adjust.
15882 (top level): Don't test with "target-async".
15883 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15884 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15885 * gdb.base/inferior-died.exp: Don't enable target-async.
15886 * gdb.base/interrupt-noterm.exp: Likewise.
15887 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15888 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15889 * gdb.mi/mi-nonstop.exp: Likewise.
15890 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15891 * gdb.mi/mi-nsintrall.exp: Likewise.
15892 * gdb.mi/mi-nsmoribund.exp: Likewise.
15893 * gdb.mi/mi-nsthrexec.exp: Likewise.
15894 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15895 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15896 * gdb.python/py-evsignal.exp: Don't enable target-async.
15897 * gdb.python/py-evthreads.exp: Likewise.
15898 * gdb.python/py-prompt.exp: Likewise.
15899 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15900 * gdb.server/solib-list.exp: Don't enable target-async.
15901 * gdb.threads/thread-specific-bp.exp: Likewise.
15902 * lib/mi-support.exp: Adjust to use mi-async.
15903
15904 2014-05-29 Pedro Alves <palves@redhat.com>
15905
15906 PR gdb/13860
15907 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15908 reason, even in sync mode.
15909
15910 2014-05-29 Pedro Alves <palves@redhat.com>
15911 Hui Zhu <hui@codesourcery.com>
15912
15913 PR PR15693
15914 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15915 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15916 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15917 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15918
15919 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15920
15921 * config/monitor.exp (gdb_target_monitor): Replace use of
15922 "set remotebaud" by "set serial baud".
15923
15924 2014-05-26 Andy Wingo <wingo@igalia.com>
15925
15926 * gdb.guile/scm-breakpoint.exp:
15927 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15928 properties instead of gdb-object-properties.
15929
15930 2014-05-26 Yao Qi <yao@codesourcery.com>
15931
15932 * gdb.server/no-thread-db.exp: Specify source file name
15933 explicitly when setting a breakpoint.
15934
15935 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15936
15937 * gdb.btrace/vdso.c: New.
15938 * gdb.btrace/vdso.exp: New.
15939
15940 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15941
15942 * gdb.base/gcore.exp (capture_command_output): Move ...
15943 * lib/gdb.exp (capture_command_output): ... here.
15944
15945 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15946
15947 * gdb.btrace/data.exp: Test memory access during btrace replay.
15948
15949 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15950
15951 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15952
15953 2014-05-21 Pedro Alves <palves@redhat.com>
15954
15955 PR gdb/13860
15956 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15957 (top level): Test that output related to execution commands is
15958 sent to the console with CLI commands, but not with MI commands.
15959 Test that breakpoint events are always mirrored to the console.
15960 Also expect the new source line to be output after a "next" in
15961 async mode too. Make it a pass/fail test.
15962 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15963 output.
15964 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15965
15966 2014-05-21 Pedro Alves <palves@redhat.com>
15967
15968 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15969 Use them to test variations of "list" after reaching a breakpoint.
15970 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15971 Test "list" with listsize 10 after reaching a breakpoint.
15972 * gdb.python/python.exp (decode_line current location line
15973 number): Adjust expected line number.
15974
15975 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15976
15977 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15978 behavior for $args, pass it directly to "run".
15979
15980 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15981
15982 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15983 30000 to 65536.
15984
15985 2014-05-21 Pedro Alves <palves@redhat.com>
15986
15987 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15988 auto-connect-native-target off".
15989 * gdb.base/auto-connect-native-target.c: New file.
15990 * gdb.base/auto-connect-native-target.exp: New file.
15991
15992 2014-05-21 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.base/default.exp: Test "target native" instead of "target
15995 child".
15996
15997 2014-05-21 Mark Wielaard <mjw@redhat.com>
15998
15999 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16000
16001 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16002
16003 Fix TLS access for -static -pthread.
16004 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16005 <HAVE_TLS> (thread_function, main): Initialize it.
16006 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16007 Add clean_restart.
16008 <$have_tls != "">: Check TLSVAR.
16009
16010 2014-05-21 Pedro Alves <palves@redhat.com>
16011
16012 * gdb.base/dcache-line-read-error.c: New.
16013 * gdb.base/dcache-line-read-error.exp: New.
16014
16015 2014-05-20 Pedro Alves <palves@redhat.com>
16016
16017 * gdb.base/compare-sections.c: New file.
16018 * gdb.base/compare-sections.exp: New file.
16019
16020 2014-05-20 Pedro Alves <palves@redhat.com>
16021
16022 * gdb.base/break-idempotent.c: New file.
16023 * gdb.base/break-idempotent.exp: New file.
16024
16025 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16026
16027 * gdb.btrace/nohist.exp: New.
16028
16029 2014-05-20 Yao Qi <yao@codesourcery.com>
16030
16031 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16032 gdb.reverse directory and gdb_reverse_timeout exists in board
16033 setting.
16034 * README: Document gdb_reverse_timeout.
16035
16036 2014-05-20 Yao Qi <yao@codesourcery.com>
16037
16038 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16039 'test_file_name'. Treat args as a string instead of a list.
16040 (gdb_init): Rename argument 'args' by 'test_file_name'.
16041
16042 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16043
16044 * gdb.arch/powerpc-power.exp: New file.
16045 * gdb.arch/powerpc-power.s: New file.
16046
16047 2014-05-16 Doug Evans <dje@google.com>
16048
16049 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16050 * gdb.base/completion.exp: Check that all expected files exist
16051 before doing file completion.
16052
16053 2014-05-16 Doug Evans <dje@google.com>
16054
16055 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16056 Update.
16057 (do_syscall_tests_without_xml): Update.
16058
16059 2014-05-16 Pedro Alves <palves@redhat.com>
16060
16061 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16062 instead of "unknown output after running".
16063
16064 2014-05-16 Yao Qi <yao@codesourcery.com>
16065
16066 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16067 file1.txt from host at the end.
16068 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16069
16070 2014-05-15 Doug Evans <dje@google.com>
16071
16072 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16073 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16074 loading file. Add test for TU lookup.
16075
16076 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16077
16078 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16079 calling "-exec-arguments" or "set args" before running the
16080 inferior.
16081
16082 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16083
16084 * lib/mi-support.exp (mi_expect_stop): Expect message for
16085 inferiors that exit with non-zero exit code.
16086
16087 2014-05-14 Yao Qi <yao@codesourcery.com>
16088
16089 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16090 match absolute path on remote host.
16091 (test_file_list_exec_source_files): Remove "/" from the
16092 pattern.
16093
16094 2014-05-14 Yao Qi <yao@codesourcery.com>
16095
16096 * boards/local-remote-host-notty.exp (${board}_file): New
16097 proc.
16098
16099 2014-05-07 Kyle McMartin <kyle@redhat.com>
16100
16101 Pushed by Joel Brobecker <brobecker@adacore.com>.
16102 * gdb.arch/aarch64-atomic-inst.c: New file.
16103 * gdb.arch/aarch64-atomic-inst.exp: New file.
16104
16105 2014-05-07 Yao Qi <yao@codesourcery.com>
16106
16107 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16108 in current context" too.
16109
16110 2014-05-05 Keith Seitz <keiths@redhat.com>
16111
16112 * gdb.linespec/ls-dollar.exp: Add test for linespec
16113 file:convenience_variable.
16114
16115 2014-05-05 Yao Qi <yao@codesourcery.com>
16116
16117 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16118 traceframes into tfile and ctf trace files. Read data from
16119 trace file and test collected data.
16120 (gdb_collect_locals_test): Likewise.
16121 (gdb_unavailable_registers_test): Likewise.
16122 (gdb_unavailable_floats): Likewise.
16123 (gdb_collect_globals_test): Likewise.
16124 (top-level): Append "ctf" to trace_file_targets if GDB
16125 supports.
16126
16127 2014-05-05 Yao Qi <yao@codesourcery.com>
16128
16129 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16130 code to ...
16131 (gdb_collect_args_test_1): ... it. New proc.
16132 (gdb_collect_locals_test): Move some code to ...
16133 (gdb_collect_locals_test_1): ... it. New proc.
16134 (gdb_unavailable_registers_test): Move some code to ...
16135 (gdb_unavailable_registers_test_1): ... it. New proc.
16136 (gdb_unavailable_floats): Move some code to ...
16137 (gdb_unavailable_floats_1): ... it. New proc.
16138
16139 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16140
16141 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16142 probes to test for bitness recognition.
16143 * gdb.arch/amd64-stap-optional-prefix.exp
16144 (test_probe_value_without_reg): New procedure.
16145 Add code to test for different kinds of bitness.
16146
16147 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16148
16149 PR breakpoints/16889
16150 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16151 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16152
16153 2014-05-01 Pedro Alves <palves@redhat.com>
16154
16155 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16156 gdb_file_cmd if no file is specified.
16157 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16158 last_loaded_file to set the remote exec-file.
16159
16160 2014-05-01 Pedro Alves <palves@redhat.com>
16161
16162 * boards/local-remote-host.exp: New file.
16163
16164 2014-05-01 Pedro Alves <palves@redhat.com>
16165
16166 * boards/local-remote-host.exp: Rename to ...
16167 * boards/local-remote-host-notty.exp: ... this.
16168
16169 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16170
16171 * gdb.ada/dyn_arrayidx: New testcase.
16172
16173 2014-04-26 Yao Qi <yao@codesourcery.com>
16174
16175 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16176 and compute the length of function main. Save it in
16177 $main_length.
16178 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16179 (top-level): Use gdb_compile to compile objects into
16180 executable and restart GDB. Remove invocation to
16181 prepare_for_testing.
16182
16183 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16184 Pedro Alves <palves@redhat.com>
16185
16186 PR server/16255
16187 * gdb.multi/multi-attach.c: New file.
16188 * gdb.multi/multi-attach.exp: New file.
16189
16190 2014-04-25 Pedro Alves <palves@redhat.com>
16191
16192 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16193 user.
16194 (top level): Test that "set remote conditional-breakpoints-packet
16195 off" works as intended.
16196 * gdb.base/dprintf.exp: Test that "set remote
16197 breakpoint-commands-packet off" works as intended.
16198 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16199 New function.
16200 (top level): Call it.
16201 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16202 remote fast-tracepoints-packet off" works as intended.
16203 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16204 * lib/gdb.exp (gdb_is_target_remote): ... here.
16205
16206 2014-04-24 David Blaikie <dblaikie@gmail.com>
16207
16208 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16209 ensure clang would not discard them.
16210 * gdb.base/gdbvars.c: Ditto.
16211 * gdb.base/memattr.c: Ditto.
16212 * gdb.base/whatis.c: Ditto.
16213 * gdb.python/py-prettyprint.c: Ditto.
16214 * gdb.trace/actions.c: Ditto.
16215 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16216 ensure clang would not discard it.
16217
16218 2014-04-24 David Blaikie <dblaikie@gmail.com>
16219
16220 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16221 clang to emit the full definition of type required by the test
16222 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16223
16224 2014-04-24 David Blaikie <dblaikie@gmail.com>
16225
16226 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16227 coax Clang into emitting the definition of the type.
16228 * gdb.cp/pr10728-x.h (y): Ditto.
16229 * gdb.cp/pr10728-y.cc (y): Ditto.
16230
16231 2014-04-24 David Blaikie <dblaikie@gmail.com>
16232
16233 * gdb.base/label.exp: XFAIL label related tests under Clang.
16234 * gdb.cp/cplabel.exp: Ditto.
16235 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16236 under Clang those using labels.
16237
16238 2014-04-25 Yao Qi <yao@codesourcery.com>
16239
16240 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16241 double_label.
16242 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16243 partial_label and double_label.
16244
16245 2014-04-24 David Blaikie <dblaikie@gmail.com>
16246
16247 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16248
16249 2014-04-24 David Blaikie <dblaikie@gmail.com>
16250
16251 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16252 of the function to work across GCC and Clang.
16253 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16254 pointer types (const void ** const V void **).
16255
16256 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16257 Walfred Tedeschi <walfred.tedeschi@intel.com>
16258
16259 * Makefile.in (EXECUTABLES): Added i386-avx512.
16260 * gdb.arch/i386-avx512.c: New file.
16261 * gdb.arch/i386-avx512.exp: Likewise.
16262
16263 2014-04-23 Keith Seitz <keiths@redhat.com>
16264
16265 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16266 (mi_make_breakpoint_table): New procedure.
16267 (mi_create_breakpoint): Use mi_make_breakpoint
16268 and return the result.
16269 (mi_make_breakpoint): New procedure.
16270 (mi_build_kv_pairs): New procedure.
16271
16272 * gdb.mi/mi-break.exp: Remove unused globals,
16273 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16274 All callers updated.
16275 * gdb.mi/mi-dprintf.exp: Use variable to track command
16276 number.
16277 Update all callers of mi_create_breakpoint and use
16278 mi_make_breakpoint_table.
16279 Remove any unused global variables.
16280 * gdb.mi/mi-nonstop.exp: Likewise.
16281 * gdb.mi/mi-nsintrall.exp: Likewise.
16282 * gdb.mi/mi-nsmoribund.exp: Likewise.
16283 * gdb.mi/mi-nsthrexec.exp: Likewise.
16284 * gdb.mi/mi-reverse.exp: Likewise.
16285 * gdb.mi/mi-simplerun.exp: Likewise.
16286 * gdb.mi/mi-stepn.exp: Likewise.
16287 * gdb.mi/mi-syn-frame.exp: Likewise.
16288 * gdb.mi/mi-until.exp: Likewise.
16289 * gdb.mi/mi-var-cp.exp: Likewise.
16290 * gdb.mi/mi-var-display.exp: Likewise.
16291 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16292 * gdb.mi/mi2-var-child.exp: Likewise.
16293 * gdb.mi/mi-vla-c99.exp: Likewise.
16294 * lib/mi-support.exp: Likewise.
16295
16296 From Ian Lance Taylor <iant@cygnus.com>:
16297 * lib/gdb.exp (parse_args): New procedure.
16298
16299 2014-04-23 Pedro Alves <palves@redhat.com>
16300
16301 * gdb.base/break-unload-file.c: New file.
16302 * gdb.base/break-unload-file.exp: New file.
16303 * gdb.base/sym-file-lib.c (baz): New function.
16304 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16305 field.
16306 (load): Store the segment's mapped size.
16307 (unload): New function.
16308 (unload_shlib): New function.
16309 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16310 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16311 set a breakpoint at baz, and call it.
16312 * gdb.base/sym-file.exp: New tests for stale breakpoint
16313 instructions.
16314
16315 2014-04-23 Pedro Alves <palves@redhat.com>
16316
16317 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16318 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16319 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16320 * gdb.base/hbreak-unmapped.c: New file.
16321 * gdb.base/hbreak-unmapped.exp: New file.
16322 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16323 * lib/gdb.exp (gdb_is_target_remote): ... here.
16324
16325 2014-04-22 Pedro Alves <palves@redhat.com>
16326
16327 * gdb.base/consecutive-step-over.c: New file.
16328 * gdb.base/consecutive-step-over.exp: New file.
16329
16330 2014-04-22 Pedro Alves <palves@redhat.com>
16331
16332 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16333 instead of send_gdb/gdb_expect.
16334
16335 2014-04-22 Yao Qi <yao@codesourcery.com>
16336
16337 * lib/trace-support.exp (generate_tracefile): New procedure.
16338 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16339 return 0.
16340 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16341 if generate_tracefile returns 1.
16342
16343 2014-04-18 Tom Tromey <palves@redhat.com>
16344 Pedro alves <tromey@redhat.com>
16345
16346 PR backtrace/15558
16347 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16348 with a backtrace limit.
16349 * gdb.python/py-frame-inline.exp: Test running to an inline
16350 function with a backtrace limit, and printing the newest frame.
16351 * gdb.python/py-frame-inline.c (main): Call f.
16352
16353 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16354
16355 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16356
16357 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16358
16359 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16360 Drop prefix from unsupported source file path.
16361
16362 2014-04-17 Yao Qi <yao@codesourcery.com>
16363
16364 * lib/gdb.exp (with_target_charset): New proc.
16365 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16366 with_target_charset.
16367 (test_print_strings): Likewise.
16368 (test_repeat_bytes): Likewise.
16369 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16370 for some tests.
16371
16372 2014-04-16 Keith Seitz <keiths@redhat.com>
16373
16374 PR gdb/15827
16375 * gdb.dwarf2/corrupt.c: New file.
16376 * gdb.dwarf2/corrupt.exp: New file.
16377
16378 2014-04-16 Keith Seitz <keiths@redhat.com>
16379
16380 PR c++/16597
16381 * gdb.cp/namelessclass.cc: New file.
16382 * gdb.cp/namelessclass.exp: New file.
16383 * gdb.cp/namelessclass.S: New file.
16384
16385 2014-04-16 Doug Evans <dje@google.com>
16386
16387 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16388 Add comment.
16389 (gdbserver_default_get_comm_port): New function.
16390 (gdbserver_start): Check if board file provided
16391 "gdbserver,get_comm_port" and use it if so.
16392 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16393 (gdb,socketport): Set to "stdio".
16394 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16395 (stdio_gdbserver_template): Delete.
16396 (${board}_get_remote_address): Update.
16397 (${board}_build_remote_cmd): Delete.
16398 (${board}_get_comm_port): New function.
16399 (${board}_spawn): Update.
16400 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16401 Delete.
16402 (${board}_get_remote_address): Update.
16403 (${board}_get_comm_port): New function.
16404
16405 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16406
16407 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16408 appearing in any order.
16409
16410 2014-04-15 Doug Evans <dje@google.com>
16411
16412 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16413 uninitialized value of "description".
16414
16415 2014-04-15 Keith Seitz <keiths@redhat.com>
16416
16417 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16418 Remove unused globals.
16419 (test_running_the_program): Likewise.
16420 (test_controlled_execution): Likewise.
16421 (test_controlling_breakpoints): Likewise.
16422 (test_program_termination): Likewise.
16423
16424 2014-04-15 Keith Seitz <keiths@redhat.com>
16425
16426 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16427 unused globals.
16428 (test_rbreak_creation_and_listing): Likewise.
16429 (test_ignore_count): Likewise.
16430 (test_error): Likewise.
16431
16432 2014-04-15 Pedro Alves <palves@redhat.com>
16433
16434 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16435 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16436 sym-file-loader.c.
16437 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16438 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16439 to sym-file-loader.c.
16440 (struct library): Forward declare.
16441 (load_shlib, lookup_function): Change prototypes.
16442 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16443 (translate_offset): Remove declarations.
16444 (get_text_addr): New declaration.
16445 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16446 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16447 sym-file-loader.h.
16448 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16449 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16450 here from sym-file-loader.h.
16451 (struct library): New structure.
16452 (load_shlib, lookup_function): Change prototypes and adjust to
16453 work with a struct library.
16454 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16455 (translate_offset): Make static.
16456 (get_text_addr): New function.
16457 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16458
16459 2014-04-15 Pedro Alves <palves@redhat.com>
16460
16461 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16462
16463 2014-04-15 Pedro Alves <palves@redhat.com>
16464
16465 * gdb.base/sym-file-loader.c: Include <limits.h>.
16466 (SELF_LINK): New define.
16467 (get_origin): New function.
16468 (load_shlib): Use it.
16469 * gdb.base/sym-file.exp: Don't early return if the target is
16470 remote. Use runto_main, and issue fail is that fails. Use
16471 gdb_load_shlibs.
16472 (shlib_name): Delete.
16473 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16474
16475 2014-04-15 Pedro Alves <palves@redhat.com>
16476
16477 * gdb.base/sym-file.exp: Remove regex characters from test
16478 message. Don't refer to breakpoint numbers in test messages.
16479
16480 2014-04-14 Keith Seitz <keiths@redhat.com>
16481
16482 PR c++/16253
16483 * gdb.cp/var-tag.cc: New file.
16484 * gdb.cp/var-tag.exp: New file.
16485 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16486 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16487 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16488 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16489
16490 2014-04-14 Tom Tromey <tromey@redhat.com>
16491
16492 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16493 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16494 type.
16495 * gdb.cp/enum-class.exp: New file.
16496 * gdb.cp/enum-class.cc: New file.
16497
16498 2014-04-14 Tom Tromey <tromey@redhat.com>
16499
16500 * gdb.dwarf2/enum-type.exp: New file.
16501
16502 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16503
16504 * gdb.mi/mi-vla-c99.exp: New file.
16505 * gdb.mi/vla.c: New file.
16506
16507 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16508
16509 * gdb.base/vla-datatypes.c: New file.
16510 * gdb.base/vla-datatypes.exp: New file.
16511
16512 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16513
16514 * gdb.base/vla-ptr.c: New file.
16515 * gdb.base/vla-ptr.exp: New file.
16516
16517 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16518
16519 * gdb.dwarf2/count.exp: New file.
16520
16521 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16522
16523 * gdb.base/vla-sideeffect.c: New file.
16524 * gdb.base/vla-sideeffect.exp: New file.
16525
16526 2014-04-14 David Blaikie <dblaikie@gmail.com>
16527
16528 * gdb.mi/non-stop.c: Add return value for non-void function return
16529 statement.
16530 * gdb.threads/staticthreads.c: Ditto.
16531
16532 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16533 Doug Evans <xdje42@gmail.com>
16534
16535 * gdb.guile/scm-value.c: Improve test case.
16536 * gdb.guile/scm-value.exp: Add new test.
16537
16538 2014-04-11 David Blaikie <dblaikie@gmail.com>
16539
16540 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16541 override Clang's default.
16542
16543 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16544
16545 Revert the following changes (regressions):
16546
16547 * gdb.base/vla-sideeffect.c: New file.
16548 * gdb.base/vla-sideeffect.exp: New file.
16549
16550 * gdb.dwarf2/count.exp: New file.
16551
16552 * gdb.base/vla-multi.c: New file.
16553 * gdb.base/vla-multi.exp: New file.
16554
16555 * gdb.base/vla-ptr.c: New file.
16556 * gdb.base/vla-ptr.exp: New file.
16557
16558 * gdb.base/vla-datatypes.c: New file.
16559 * gdb.base/vla-datatypes.exp: New file.
16560
16561 * gdb.mi/mi-vla-c99.exp: New file.
16562 * gdb.mi/vla.c: New file.
16563
16564 2014-04-11 Keith Seitz <keiths@redhat.com>
16565
16566 PR c++/16675
16567 * gdb.cp/cpsizeof.exp: New file.
16568 * gdb.cp/cpsizeof.cc: New file.
16569
16570 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16571
16572 * gdb.mi/mi-vla-c99.exp: New file.
16573 * gdb.mi/vla.c: New file.
16574
16575 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16576
16577 * gdb.base/vla-datatypes.c: New file.
16578 * gdb.base/vla-datatypes.exp: New file.
16579
16580 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16581
16582 * gdb.base/vla-ptr.c: New file.
16583 * gdb.base/vla-ptr.exp: New file.
16584
16585 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16586
16587 * gdb.base/vla-multi.c: New file.
16588 * gdb.base/vla-multi.exp: New file.
16589
16590 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16591
16592 * gdb.dwarf2/count.exp: New file.
16593
16594 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16595
16596 * gdb.base/vla-sideeffect.c: New file.
16597 * gdb.base/vla-sideeffect.exp: New file.
16598
16599 2014-04-11 Yao Qi <yao@codesourcery.com>
16600
16601 * gdb.base/completion.exp: Check file exists before running tests
16602 on file completion.
16603
16604 2014-04-10 Pedro Alves <palves@redhat.com>
16605
16606 * gdb.base/cond-eval-mode.c: New file.
16607 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16608 prepare_for_testing to build the new file. Check result of
16609 runto_main.
16610 (test_break, test_watch): New procedures.
16611 (top level): Use them.
16612
16613 2014-04-08 Pierre Muller <muller@sourceware.org>
16614
16615 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16616 Ctrl-V use for mingw hosts.
16617
16618 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16619
16620 * gdb.python/py-value.c: Improve test case.
16621 * gdb.python/py-value.exp: Add new test.
16622
16623 2014-04-07 David Blaikie <dblaikie@gmail.com>
16624
16625 * lib/compiler.c: Identify the clang compiler.
16626 * lib/compiler.cc: Ditto.
16627
16628 2014-04-03 Yao Qi <yao@codesourcery.com>
16629
16630 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16631
16632 2014-04-01 Anton Blanchard <anton@samba.org>
16633
16634 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16635 messages unique.
16636
16637 2014-04-01 Anton Blanchard <anton@samba.org>
16638
16639 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16640 prepare_for_testing.
16641
16642 2014-04-01 Anton Blanchard <anton@samba.org>
16643
16644 * gdb.arch/ppc64-atomic-inst.c: Remove.
16645 * gdb.arch/ppc64-atomic-inst.S: New file.
16646 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16647
16648 2014-03-31 Doug Evans <dje@google.com>
16649
16650 * gdb.base/print-symbol-loading-lib.c: New file.
16651 * gdb.base/print-symbol-loading-main.c: New file.
16652 * gdb.base/print-symbol-loading.exp: New file.
16653
16654 2014-03-31 Yao Qi <yao@codesourcery.com>
16655
16656 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16657
16658 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16659
16660 * gdb.ada/mi_dyn_arr: New testcase.
16661
16662 2014-03-27 Doug Evans <dje@google.com>
16663
16664 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16665
16666 2014-03-27 Yao Qi <yao@codesourcery.com>
16667
16668 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16669 if target is nios2-*-*.
16670
16671 2014-03-26 Yao Qi <yao@codesourcery.com>
16672
16673 * lib/gdb.exp (readline_is_used): New proc.
16674 * gdb.base/completion.exp: Move tests on command complete up.
16675 Skip the rest of tests if readline is not used.
16676 * gdb.ada/complete.exp: Skp the test if readline is not
16677 used.
16678 * gdb.base/filesym.exp: Likewise.
16679 * gdb.base/macscp.exp: Likewise.
16680 * gdb.base/readline-ask.exp: Likewise.
16681 * gdb.base/readline.exp: Likewise.
16682 * gdb.python/py-cmd.exp: Likewise.
16683 * gdb.trace/tfile.exp: Likewise.
16684
16685 2014-03-26 Yao Qi <yao@codesourcery.com>
16686
16687 * gdb.base/macscp.exp: Fix code format issues.
16688
16689 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16690
16691 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16692 * gdb.asm/powerpc64le.inc: New file.
16693
16694 2014-03-25 Pedro Alves <palves@redhat.com>
16695 Doug Evans <dje@google.com>
16696
16697 * gdb.base/source-execution.c: New file.
16698 * gdb.base/source-execution.exp: New file.
16699 * gdb.base/source-execution.gdb: New file.
16700
16701 2014-03-24 Doug Evans <dje@google.com>
16702
16703 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16704 using fission.
16705
16706 2014-03-24 Hui Zhu <hui@codesourcery.com>
16707 Pedro Alves <palves@redhat.com>
16708
16709 PR breakpoints/16101
16710 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16711 test pass/fail messages. Detect missing support for dprintf when
16712 breakpoints are actually inserted.
16713 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16714 breakpoints are actually inserted.
16715 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16716 fails.
16717
16718 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16719
16720 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16721
16722 2014-03-22 Doug Evans <xdje42@gmail.com>
16723
16724 * gdb.python/python.exp (python not supported): Verify multi-line
16725 python command issues an error.
16726 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16727 guile command issues an error.
16728
16729 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16730
16731 * gdb.threads/thread-specific.exp: Handle the lack of usable
16732 $this_breakpoint and $this_thread.
16733
16734 2014-03-21 Hui Zhu <hui@codesourcery.com>
16735
16736 * gdb.base/attach.exp (do_command_attach_tests): New.
16737
16738 2014-03-20 Tom Tromey <tromey@redhat.com>
16739 Pedro Alves <palves@redhat.com>
16740
16741 PR cli/15718
16742 * gdb.base/condbreak-call-false.c: New file.
16743 * gdb.base/condbreak-call-false.exp: New file.
16744
16745 2014-03-20 Pedro Alves <palves@redhat.com>
16746
16747 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16748 Delete.
16749 (block_signals, unblock_signals): Delete.
16750 (child_function_2, main): Remove references to deleted variable
16751 and functions.
16752
16753 2014-03-20 Pedro Alves <palves@redhat.com>
16754
16755 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16756 Use pthread_kill to signal thread 2.
16757 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16758 Adjust to make the test send itself a signal rather than using the
16759 host's "kill" command.
16760
16761 2014-03-20 Pedro Alves <palves@redhat.com>
16762
16763 * gdb.threads/multiple-step-overs.c: New file.
16764 * gdb.threads/multiple-step-overs.exp: New file.
16765 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16766 Adjust expected infrun debug output.
16767
16768 2014-03-20 Pedro Alves <palves@redhat.com>
16769
16770 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16771 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16772
16773 2014-03-20 Pedro Alves <palves@redhat.com>
16774
16775 PR breakpoints/7143
16776 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16777 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16778 of gdb_test_multiple.
16779 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16780 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16781
16782 2014-03-20 Pedro Alves <palves@redhat.com>
16783
16784 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16785 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16786
16787 2014-03-19 Pedro Alves <palves@redhat.com>
16788
16789 * gdb.base/async.exp: Remove early return.
16790
16791 2014-03-19 Pedro Alves <palves@redhat.com>
16792
16793 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16794
16795 2014-03-19 Pedro Alves <palves@redhat.com>
16796
16797 * gdb.base/async.exp (test_background): Expect \r\n after
16798 "completed." in the fail pattern.
16799
16800 2014-03-19 Pedro Alves <palves@redhat.com>
16801
16802 * gdb.base/async.exp (test_background): New procedure.
16803 Use it for all background execution command tests.
16804
16805 2014-03-19 Pedro Alves <palves@redhat.com>
16806
16807 * gdb.base/async.exp: Use prepare_for_testing.
16808
16809 2014-03-19 Pedro Alves <palves@redhat.com>
16810
16811 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16812 the same line.
16813
16814 2014-03-19 Pedro Alves <palves@redhat.com>
16815
16816 * gdb.base/async.c (main): Add "jump here" and "until here" line
16817 marker comments.
16818 * gdb.base/async.exp (jump_here): New global.
16819 (jump& test): Use it.
16820 (until_here): New global.
16821 (until& test): Use it.
16822
16823 2014-03-19 Pedro Alves <palves@redhat.com>
16824
16825 * gdb.base/async.exp: Don't frob gdb_protocol.
16826
16827 2014-03-18 Doug Evans <xdje42@gmail.com>
16828
16829 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16830 Fix spelling of exec-done-display.
16831
16832 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16833
16834 PR gdb/15358
16835 * gdb.base/gdb-sigterm.c: New file.
16836 * gdb.base/gdb-sigterm.exp: New file.
16837
16838 2014-03-18 Pedro Alves <palves@redhat.com>
16839
16840 PR gdb/13860
16841 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16842 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16843 solib-event.
16844
16845 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16846
16847 * gdb.ada/pckd_arr_ren: New testcase.
16848
16849 2014-03-13 Doug Evans <xdje42@gmail.com>
16850
16851 PR guile/16612
16852 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16853 collect after discarding symbols.
16854
16855 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16856 Doug Evans <xdje42@gmail.com>
16857
16858 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16859 to history survives a gc.
16860
16861 2014-03-13 Pedro Alves <palves@redhat.com>
16862
16863 * gdb.base/default.exp: Don't test "target procfs".
16864
16865 2014-03-13 Pedro Alves <palves@redhat.com>
16866
16867 * gdb.base/default.exp: Update "target child" and "target procfs"
16868 tests to not expect "Unix".
16869
16870 2014-03-12 Tom Tromey <tromey@redhat.com>
16871
16872 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16873 New procs. Add target-async tests.
16874 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16875 Add target-async tests.
16876
16877 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16878
16879 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16880 'func_start' and 'func_end' for the beginning and end of the
16881 function code, respectively.
16882 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16883 'func_end' instead of 'func' and 'main'.
16884
16885 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16886
16887 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16888 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16889 generate the debug info assembler source.
16890
16891 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16892
16893 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16894 * gdb.dwarf2/arr-subrange.exp: Likewise.
16895 * gdb.dwarf2/dwz.exp: Likewise.
16896 * gdb.dwarf2/method-ptr.exp: Likewise.
16897 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16898 * gdb.dwarf2/subrange.exp: Likewise.
16899 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16900 * gdb.dwarf2/implptrpiece.exp: Likewise.
16901 * gdb.dwarf2/nostaticblock.exp: Likewise.
16902
16903 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16904
16905 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16906 directory to absolute path name arguments.
16907
16908 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16909
16910 * gdb.ada/tagged_access: New testcase.
16911
16912 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16913
16914 * gdb.btrace/data.exp: Update expected output.
16915
16916 2014-03-06 Yao Qi <yao@codesourcery.com>
16917
16918 * gdb.trace/pr16508.exp: New file.
16919
16920 2014-03-05 Pedro Alves <palves@redhat.com>
16921
16922 PR gdb/16575
16923 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16924 procedure.
16925 (top level): Adjust to use it. Add tests that exercise breakpoint
16926 interaction with the code-cache.
16927
16928 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16929
16930 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16931 test for 'history-append!'.
16932
16933 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16934
16935 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16936 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16937 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16938 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16939 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16940 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16941
16942 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16943
16944 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16945 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16946 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16947
16948 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16949
16950 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16951
16952 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16953
16954 * gdb.dwarf2/arr-stride.c: New file.
16955 * gdb.dwarf2/arr-stride.exp: New file.
16956
16957 2014-02-26 Pedro Alves <palves@redhat.com>
16958
16959 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16960 that won't ever trigger. Make sure that GDB reports the correct
16961 breakpoint that caused the stop.
16962
16963 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16964
16965 PR gdb/16626
16966 * gdb.base/auto-load-script: New file.
16967 * gdb.base/auto-load.c: New file.
16968 * gdb.base/auto-load.exp: New file.
16969
16970 PR gdb/16626
16971 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16972
16973 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16974
16975 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16976 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16977
16978 2014-02-24 Doug Evans <dje@google.com>
16979
16980 * lib/gdb.exp (run_on_host): Log error output if program fails.
16981
16982 2014-02-21 Pedro Alves <palves@redhat.com>
16983
16984 * gdb.threads/step-after-sr-lock.c: Rename to ...
16985 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16986 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16987 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16988 ... this.
16989
16990 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16991
16992 PR tdep/16397
16993 * gdb.arch/amd64-stap-special-operands.exp: New file.
16994 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16995 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16996 * gdb.arch/amd64-stap-triplet.S: Likewise.
16997 * gdb.arch/amd64-stap-triplet.c: Likewise.
16998
16999 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17000
17001 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17002 in .section pseudo-op.
17003
17004 2014-02-20 lin zuojian <manjian2006@gmail.com>
17005 Joel Brobecker <brobecker@adacore.com>
17006 Doug Evans <xdje42@gmail.com>
17007
17008 PR symtab/16581
17009 * gdb.dwarf2/dw2-icycle.S: New file.
17010 * gdb.dwarf2/dw2-icycle.c: New file.
17011 * gdb.dwarf2/dw2-icycle.exp: New file.
17012
17013 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17014
17015 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17016 operations on gdb.Value objects.
17017 * gdb.python/py-value-cc.exp: Add new test to test operations on
17018 gdb.Value objects.
17019
17020 2014-02-18 Doug Evans <dje@google.com>
17021
17022 * Makefile.in (TESTS): New variable.
17023 (expanded_tests, expanded_tests_or_none): New variables
17024 (check-single): Pass $(expanded_tests_or_none) to runtest.
17025 (check-parallel): Only run tests in $(TESTS) if non-empty.
17026 (check/no-matching-tests-found): New rule.
17027 * README: Document TESTS makefile variable.
17028
17029 2014-02-18 Doug Evans <dje@google.com>
17030
17031 * Makefile.in (check-parallel): rm -rf outputs temp.
17032
17033 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17034
17035 Fix "ERROR: no fileid for" in the testsuite.
17036 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17037
17038 2014-02-12 Doug Evans <dje@google.com>
17039
17040 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17041 (MISCELLANEOUS): New variable.
17042 (clean): rm -rf $(MISCELLANEOUS).
17043 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17044 dwp live in the same directory as symlinks, with each symlink pointed
17045 to a differently named file in a different directory.
17046
17047 2014-02-11 Doug Evans <dje@google.com>
17048
17049 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17050 of Tcl file commands.
17051
17052 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17053
17054 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17055 "kill -SIGUSR1 -1".
17056
17057 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17058
17059 * gdb.ada/tick_length_array_enum_idx: New testcase.
17060
17061 2014-02-10 Doug Evans <xdje42@gmail.com>
17062
17063 * configure.ac (AC_OUTPUT): Add gdb.guile.
17064 * configure: Regenerate.
17065 * lib/gdb-guile.exp: New file.
17066 * lib/gdb.exp (get_target_charset): New function.
17067 * gdb.base/help.exp: Update expected output from "apropos apropos".
17068 * gdb.guile/Makefile.in: New file.
17069 * gdb.guile/guile.exp: New file.
17070 * gdb.guile/scm-arch.c: New file.
17071 * gdb.guile/scm-arch.exp: New file.
17072 * gdb.guile/scm-block.c: New file.
17073 * gdb.guile/scm-block.exp: New file.
17074 * gdb.guile/scm-breakpoint.c: New file.
17075 * gdb.guile/scm-breakpoint.exp: New file.
17076 * gdb.guile/scm-disasm.c: New file.
17077 * gdb.guile/scm-disasm.exp: New file.
17078 * gdb.guile/scm-equal.c: New file.
17079 * gdb.guile/scm-equal.exp: New file.
17080 * gdb.guile/scm-error.exp: New file.
17081 * gdb.guile/scm-error.scm: New file.
17082 * gdb.guile/scm-frame-args.c: New file.
17083 * gdb.guile/scm-frame-args.exp: New file.
17084 * gdb.guile/scm-frame-args.scm: New file.
17085 * gdb.guile/scm-frame-inline.c: New file.
17086 * gdb.guile/scm-frame-inline.exp: New file.
17087 * gdb.guile/scm-frame.c: New file.
17088 * gdb.guile/scm-frame.exp: New file.
17089 * gdb.guile/scm-generics.exp: New file.
17090 * gdb.guile/scm-gsmob.exp: New file.
17091 * gdb.guile/scm-iterator.c: New file.
17092 * gdb.guile/scm-iterator.exp: New file.
17093 * gdb.guile/scm-math.c: New file.
17094 * gdb.guile/scm-math.exp: New file.
17095 * gdb.guile/scm-objfile-script-gdb.in: New file.
17096 * gdb.guile/scm-objfile-script.c: New file.
17097 * gdb.guile/scm-objfile-script.exp: New file.
17098 * gdb.guile/scm-objfile.c: New file.
17099 * gdb.guile/scm-objfile.exp: New file.
17100 * gdb.guile/scm-ports.exp: New file.
17101 * gdb.guile/scm-pretty-print.c: New file.
17102 * gdb.guile/scm-pretty-print.exp: New file.
17103 * gdb.guile/scm-pretty-print.scm: New file.
17104 * gdb.guile/scm-section-script.c: New file.
17105 * gdb.guile/scm-section-script.exp: New file.
17106 * gdb.guile/scm-section-script.scm: New file.
17107 * gdb.guile/scm-symbol.c: New file.
17108 * gdb.guile/scm-symbol.exp: New file.
17109 * gdb.guile/scm-symtab-2.c: New file.
17110 * gdb.guile/scm-symtab.c: New file.
17111 * gdb.guile/scm-symtab.exp: New file.
17112 * gdb.guile/scm-type.c: New file.
17113 * gdb.guile/scm-type.exp: New file.
17114 * gdb.guile/scm-value-cc.cc: New file.
17115 * gdb.guile/scm-value-cc.exp: New file.
17116 * gdb.guile/scm-value.c: New file.
17117 * gdb.guile/scm-value.exp: New file.
17118 * gdb.guile/source2.scm: New file.
17119 * gdb.guile/types-module.cc: New file.
17120 * gdb.guile/types-module.exp: New file.
17121
17122 2014-02-10 Yao Qi <yao@codesourcery.com>
17123
17124 PR testsuite/16543
17125 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17126 * configure: Regenerated.
17127 * Makefile.in: New file.
17128
17129 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17130
17131 * gdb.python/py-framefilter.exp: Fix typo.
17132
17133 2014-02-08 Yao Qi <yao@codesourcery.com>
17134
17135 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17136 that no =breakpoint-modified is emitted when breakpoints are
17137 modified through MI commands.
17138
17139 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17140 Pedro Alves <palves@redhat.com>
17141
17142 * gdb.threads/step-after-sr-lock.c: New file.
17143 * gdb.threads/step-after-sr-lock.exp: New file.
17144
17145 2014-02-07 Pedro Alves <palves@redhat.com>
17146
17147 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17148
17149 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17150
17151 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17152 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17153
17154 2014-02-06 Doug Evans <xdje42@gmail.com>
17155
17156 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17157 output.
17158
17159 * gdb.gdb/python-interrupts.exp: New file.
17160
17161 2014-02-05 Yao Qi <yao@codesourcery.com>
17162
17163 * gdb.trace/report.exp (use_collected_data): Test the output
17164 of "info threads" and "info inferiors".
17165
17166 2014-02-05 Yao Qi <yao@codesourcery.com>
17167
17168 Revert this patch:
17169
17170 2013-05-24 Yao Qi <yao@codesourcery.com>
17171
17172 * gdb.trace/tfile.exp: Test inferior and thread.
17173
17174 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17175
17176 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17177 on a function.
17178 * gdb.base/step-bt.c: Call hello via function pointer to make
17179 sure its first instruction is executed on powerpc64le-linux.
17180
17181 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17182
17183 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17184
17185 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17186
17187 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17188 of the test patterns for use on little-endian systems.
17189
17190 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17191
17192 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17193 (decimal_vector): Fix for little-endian.
17194
17195 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17196
17197 * gdb.arch/sparc-sysstep.exp: New file.
17198 * gdb.arch/sparc-sysstep.c: Likewise.
17199
17200 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17201
17202 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17203
17204 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17205
17206 2014-01-23 Tom Tromey <tromey@redhat.com>
17207
17208 * gdb.ada/array_char_idx: New testcase.
17209
17210 2014-01-23 Tom Tromey <tromey@redhat.com>
17211
17212 PR python/16487:
17213 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17214 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17215 classes.
17216
17217 2014-01-23 Tom Tromey <tromey@redhat.com>
17218
17219 PR python/16491:
17220 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17221 string from an inferior frame.
17222 * gdb.python/py-framefilter-mi.exp: Update.
17223
17224 2014-01-22 Doug Evans <dje@google.com>
17225
17226 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17227
17228 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17229
17230 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17231
17232 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17233
17234 * gdb.trace/entry-values.exp: Remove excess space character from
17235 regex patterns. Handle s390 call instruction.
17236
17237 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17238
17239 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17240 define "*_start" label. Make "name" static.
17241 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17242 ${name} by references to ${name}_start.
17243
17244 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17245
17246 * gdb.base/info-macros.exp: Remove "debug" from the compile
17247 options.
17248
17249 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17250
17251 * gdb.dlang/demangle.exp: New file.
17252
17253 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17254
17255 * gdb.dlang/primitive-types.exp: New file.
17256
17257 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17258
17259 * configure.ac: Create gdb.dlang/Makefile.
17260 * configure: Regenerate.
17261 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17262 * gdb.dlang/Makefile.in: New file.
17263 * lib/d-support.exp: New file.
17264 * lib/gdb.exp (skip_d_tests): New proc.
17265
17266 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17267
17268 * gdb.btrace/delta.exp: Check reverse stepi.
17269 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17270 * gdb.btrace/finish.exp: New.
17271 * gdb.btrace/next.exp: New.
17272 * gdb.btrace/nexti.exp: New.
17273 * gdb.btrace/record_goto.c: Add comments.
17274 * gdb.btrace/step.exp: New.
17275 * gdb.btrace/stepi.exp: New.
17276 * gdb.btrace/multi-thread-step.c: New.
17277 * gdb.btrace/multi-thread-step.exp: New.
17278 * gdb.btrace/rn-dl-bind.c: New.
17279 * gdb.btrace/rn-dl-bind.exp: New.
17280 * gdb.btrace/data.c: New.
17281 * gdb.btrace/data.exp: New.
17282 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17283
17284 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17285
17286 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17287 * gdb.btrace/exception.exp: Update.
17288 * gdb.btrace/instruction_history.exp: Update.
17289 * gdb.btrace/record_goto.exp: Update.
17290 * gdb.btrace/tailcall.exp: Update.
17291 * gdb.btrace/unknown_functions.exp: Update.
17292 * gdb.btrace/delta.exp: New.
17293
17294 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17295
17296 * gdb.btrace/record_goto.exp: Add backtrace test.
17297 * gdb.btrace/tailcall.exp: Add backtrace test.
17298
17299 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17300
17301 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17302 * gdb.btrace/record_goto.c: New.
17303 * gdb.btrace/record_goto.exp: New.
17304 * gdb.btrace/x86-record_goto.S: New.
17305
17306 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17307
17308 * gdb.btrace/function_call_history.exp: Update tests.
17309 * gdb.btrace/instruction_history.exp: Update tests.
17310
17311 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17312
17313 * gdb.btrace/function_call_history.exp: Fix expected field
17314 order for "record function-call-history".
17315 Add new tests for "record function-call-history /c".
17316 * gdb.btrace/exception.cc: New.
17317 * gdb.btrace/exception.exp: New.
17318 * gdb.btrace/tailcall.exp: New.
17319 * gdb.btrace/x86-tailcall.S: New.
17320 * gdb.btrace/x86-tailcall.c: New.
17321 * gdb.btrace/unknown_functions.c: New.
17322 * gdb.btrace/unknown_functions.exp: New.
17323 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17324
17325 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17326
17327 * gdb.btrace/instruction_history.exp: Update.
17328 * gdb.btrace/function_call_history.exp: Update.
17329
17330 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17331
17332 * gdb.btrace/function_call_history.exp: Fix expected function
17333 trace.
17334 * gdb.btrace/instruction_history.exp: Initialize traced.
17335 Remove traced_functions.
17336
17337 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17338
17339 * gdb.btrace/function_call_history.exp: Update
17340 * gdb.btrace/instruction_history.exp: Update.
17341
17342 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17343
17344 * gdb.btrace/enable.exp: Update expected text.
17345
17346 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17347
17348 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17349 bytes.
17350
17351 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17352
17353 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17354
17355 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17356
17357 * lib/gdb.exp (supports_process_record): Return true for
17358 arm*-linux*. (supports_reverse): Likewise.
17359
17360 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17361
17362 PR python/15464
17363 PR python/16113
17364 * gdb.python/py-type.c: Enhance test case.
17365 * gdb.python/py-value-cc.cc: Likewise
17366 * gdb.python/py-type.exp: Add new tests.
17367 * gdb.python/py-value-cc.exp: Likewise
17368
17369 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17370 Pedro Alves <palves@redhat.com>
17371
17372 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17373 Make "name" extern.
17374 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17375 references to ${name}_start by references to ${name}.
17376
17377 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17378
17379 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17380
17381 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17382
17383 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17384
17385 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17386 Pedro Alves <palves@redhat.com>
17387
17388 * gdb.mi/mi-info-os.exp: Connect to the target with
17389 mi_gdb_target_load.
17390
17391 2014-01-08 Pedro Alves <palves@redhat.com>
17392
17393 * gdb.threads/reconnect-signal.c: New file.
17394 * gdb.threads/reconnect-signal.exp: New file.
17395
17396 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17397
17398 * gdb.base/source-dir.exp: New file.
17399
17400 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17401
17402 * gdb.ada/mi_interface: New testcase.
17403
17404 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17405
17406 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17407 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17408 gdb.ada/pp-rec-component/pck.ads: New files.
17409
17410 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17411
17412 * gdb.python/py-pp-integral.c: New file.
17413 * gdb.python/py-pp-integral.py: New file.
17414 * gdb.python/py-pp-integral.exp: New file.
17415
17416 For older changes see ChangeLog-1993-2013.
17417 \f
17418 ;; Local Variables:
17419 ;; mode: change-log
17420 ;; left-margin: 8
17421 ;; fill-column: 74
17422 ;; version-control: never
17423 ;; End:
17424
17425 Copyright 2014-2019 Free Software Foundation, Inc.
17426 Copying and distribution of this file, with or without modification,
17427 are permitted provided the copyright notice and this notice are preserved.
This page took 0.39841 seconds and 5 git commands to generate.